@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@500;600;700&family=Manrope:wght@400;500;600;700;800&display=swap');
@font-face{font-family:ElegantLady;src:url('../../../../../image/catalog/enghome/fonts/ElegantLady.otf') format('opentype');font-display:swap;}

:root{
  --eg-bg:#f7f2ec;
  --eg-bg-2:#efe8df;
  --eg-card:#ffffff;
  --eg-text:#101827;
  --eg-navy:#13233d;
  --eg-muted:#747b88;
  --eg-gold:#a98b62;
  --eg-line:rgba(19,35,61,.10);
  --eg-shadow:0 22px 70px rgba(19,35,61,.10);
}

*{box-sizing:border-box;}
html{scroll-behavior:smooth;overflow-x:hidden;}
body.enghome-body{margin:0;background:var(--eg-bg)!important;color:var(--eg-text)!important;font-family:Inter,Arial,sans-serif!important;overflow-x:hidden;-webkit-font-smoothing:antialiased;}
img,video,svg{max-width:100%;display:block;}
a{text-decoration:none;color:inherit;}
button,input,select,textarea{font-family:Inter,Arial,sans-serif;}
.container{max-width:none!important;width:100%!important;padding-left:0!important;padding-right:0!important;}
.breadcrumb{display:none!important;}

/* HEADER */
.eg-premium-header{position:sticky;top:0;z-index:3000;background:rgba(247,242,236,.86);border-bottom:1px solid rgba(19,35,61,.07);backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px);transition:box-shadow .28s ease,background .28s ease;}
.eg-header-scrolled{background:rgba(247,242,236,.96);box-shadow:0 14px 40px rgba(19,35,61,.08);}
.eg-header-inner{width:min(1380px,calc(100% - 44px));height:88px;margin:0 auto;display:grid;grid-template-columns:260px 1fr auto;align-items:center;gap:30px;}
.eg-logo-img{height:42px;width:auto;object-fit:contain;}
.eg-nav-wrap{min-width:0;}
.eg-premium-header #menu{margin:0!important;border:0!important;background:transparent!important;min-height:0!important;}
.eg-premium-header #menu .container{width:auto!important;padding:0!important;margin:0!important;}
.eg-premium-header #menu .navbar-header{display:none!important;}
.eg-premium-header #menu .navbar-collapse{display:block!important;padding:0!important;border:0!important;box-shadow:none!important;}
.eg-premium-header #menu .navbar-nav{display:flex!important;align-items:center!important;justify-content:flex-start!important;gap:30px!important;float:none!important;margin:0!important;padding:0!important;}
.eg-premium-header #menu .navbar-nav>li{float:none!important;}
.eg-premium-header #menu .navbar-nav>li>a{padding:0!important;background:transparent!important;color:var(--eg-text)!important;font-size:15px!important;font-weight:600!important;line-height:1!important;letter-spacing:-.01em;}
.eg-premium-header #menu .navbar-nav>li>a:hover{color:var(--eg-gold)!important;}
.eg-header-actions{display:flex;align-items:center;gap:12px;}
.eg-header-search{height:48px;width:260px;display:flex;align-items:center;background:rgba(255,255,255,.88);border:1px solid rgba(19,35,61,.08);border-radius:999px;box-shadow:0 10px 26px rgba(19,35,61,.05);overflow:hidden;}
.eg-header-search input{flex:1;min-width:0;height:48px;border:0!important;background:transparent!important;box-shadow:none!important;outline:0!important;padding:0 0 0 18px;color:var(--eg-text);font-size:14px;}
.eg-header-search button{height:48px;width:48px;border:0;background:transparent;color:var(--eg-navy);font-size:22px;cursor:pointer;}
.eg-icon-link{width:46px;height:46px;border-radius:999px;background:rgba(255,255,255,.86);border:1px solid rgba(19,35,61,.08);display:flex;align-items:center;justify-content:center;color:var(--eg-navy);box-shadow:0 10px 24px rgba(19,35,61,.05);transition:.24s ease;}
.eg-icon-link:hover{transform:translateY(-2px);background:#fff;box-shadow:0 16px 34px rgba(19,35,61,.10);}

/* HOME */
.eg-home{background:linear-gradient(180deg,#f7f2ec 0%,#f3ece3 48%,#faf7f2 100%);}
.eg-container{width:min(1280px,calc(100% - 44px));margin:0 auto;}
.eg-hero{position:relative;min-height:92vh;background:#060606;overflow:hidden;display:grid;place-items:center;}
.eg-hero-media,.eg-hero-media video{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;}
.eg-hero-media video{filter:brightness(.48) contrast(1.04) saturate(1.02);transform:scale(1.04);}
.eg-hero-shade{position:absolute;inset:0;background:radial-gradient(circle at 50% 32%,rgba(255,255,255,.12),transparent 24%),linear-gradient(180deg,rgba(0,0,0,.18),rgba(0,0,0,.58));}
.eg-hero-content{position:relative;z-index:2;width:min(940px,calc(100% - 34px));text-align:center;color:#fff;padding:120px 0;animation:egFadeUp .9s ease both;}
.eg-kicker{margin:0 0 14px;color:var(--eg-gold);font-size:12px;letter-spacing:.22em;text-transform:uppercase;font-weight:800;}
.eg-kicker-light{color:rgba(255,255,255,.78);}
.eg-hero h1{margin:0;font-family:ElegantLady,'Cormorant Garamond',serif;font-size:clamp(76px,12vw,160px);font-weight:500;line-height:.88;text-shadow:0 22px 60px rgba(0,0,0,.34);}
.eg-hero-text{max-width:760px;margin:28px auto 0;color:rgba(255,255,255,.88);font-size:18px;line-height:1.8;}
.eg-hero-buttons{margin-top:34px;display:flex;justify-content:center;gap:14px;flex-wrap:wrap;}
.eg-btn{min-height:56px;padding:0 30px;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;font-weight:800;transition:.26s ease;}
.eg-btn:hover{transform:translateY(-3px);}
.eg-btn-light{background:#fff;color:var(--eg-navy);box-shadow:0 18px 45px rgba(0,0,0,.22);}
.eg-btn-outline{border:1px solid rgba(255,255,255,.35);background:rgba(255,255,255,.08);color:#fff;backdrop-filter:blur(10px);}
.eg-intro-section{padding:88px 0 50px;}
.eg-intro-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:80px;align-items:end;}
.eg-intro-section h2,.eg-section-title{font-family:'Cormorant Garamond',serif;margin:0;color:var(--eg-navy);font-size:clamp(42px,5vw,72px);line-height:.98;font-weight:700;letter-spacing:-.045em;}
.eg-lead{margin:0;color:#6b6259;font-size:17px;line-height:1.9;}
.eg-categories{width:min(1280px,calc(100% - 44px));margin:0 auto;padding:0 0 70px;display:grid;gap:28px;}
.eg-category-card{min-height:500px;border-radius:34px;overflow:hidden;background-size:cover;background-position:center;box-shadow:var(--eg-shadow);border:1px solid rgba(255,255,255,.55);display:flex;align-items:center;transition:.38s ease;}
.eg-category-card:hover{transform:translateY(-5px);box-shadow:0 32px 90px rgba(19,35,61,.15);}
.eg-category-content{
  position:relative;
  z-index:2;

  height:100%;

  display:flex;
  flex-direction:column;
  justify-content:center;
  align-items:center;

  text-align:center;

  max-width:none;
  padding:60px;
  color:#fff;
}
.eg-category-content span{font-size:12px;letter-spacing:.22em;text-transform:uppercase;font-weight:800;color:rgba(255,255,255,.82);}
.eg-category-content h2{font-family:'Cormorant Garamond',serif;margin:12px 0 14px;font-size:clamp(58px,7vw,92px);line-height:.9;font-weight:700;letter-spacing:-.05em;}
.eg-category-content p{margin:0 0 30px;font-size:17px;line-height:1.75;color:rgba(255,255,255,.90);}
.eg-category-content a{display:inline-flex;align-items:center;min-height:52px;padding:0 24px;border-radius:999px;background:#fff;color:var(--eg-navy);font-weight:800;box-shadow:0 16px 36px rgba(0,0,0,.18);}
.eg-products-shell{padding:44px 0 100px;}
.eg-section-head{display:flex;align-items:end;justify-content:space-between;gap:24px;margin-bottom:34px;}
.eg-section-link{font-weight:800;color:var(--eg-navy);border-bottom:1px solid currentColor;padding-bottom:4px;}
.eg-opencart-content{width:100%;}

/* LATEST PRODUCTS - ZARA STYLE */
.eg-home-products{width:100%;}
.eg-home-products-head{display:none!important;}
.eg-latest-grid{display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:24px!important;width:100%!important;align-items:stretch!important;}
.eg-product-card{position:relative;background:rgba(255,255,255,.92);border:1px solid rgba(19,35,61,.08);border-radius:30px;overflow:hidden;box-shadow:0 16px 46px rgba(19,35,61,.07);transition:transform .35s ease,box-shadow .35s ease,border-color .35s ease;display:flex;flex-direction:column;min-height:100%;}
.eg-product-card:hover{transform:translateY(-8px);box-shadow:0 30px 80px rgba(19,35,61,.13);border-color:rgba(19,35,61,.13);}
.eg-product-image{position:relative;display:block;width:100%;aspect-ratio:1/1.22;background:#ece6dc;overflow:hidden;}
.eg-product-image img{width:100%!important;height:100%!important;object-fit:cover!important;transition:transform .65s cubic-bezier(.22,1,.36,1),filter .65s ease;}
.eg-product-card:hover .eg-product-image img{transform:scale(1.055);filter:saturate(1.02) contrast(1.02);}
.eg-badge,.eg-stock{position:absolute;z-index:2;border-radius:999px;font-size:11px;line-height:1;font-weight:800;letter-spacing:.08em;text-transform:uppercase;backdrop-filter:blur(12px);}
.eg-badge{top:16px;left:16px;padding:9px 12px;background:rgba(255,255,255,.88);color:var(--eg-navy);}
.eg-badge-sale{background:rgba(19,35,61,.92);color:#fff;}
.eg-stock{right:16px;bottom:16px;padding:10px 13px;background:rgba(255,255,255,.88);}
.eg-stock-in{color:#187348;}
.eg-stock-out{color:#b3261e;}
.eg-product-info{padding:24px 22px 22px;text-align:left;display:flex;flex-direction:column;gap:10px;flex:1;}
.eg-product-brand{font-size:11px;letter-spacing:.18em;text-transform:uppercase;font-weight:800;color:var(--eg-gold);min-height:14px;}
.eg-product-title{font-family:'Cormorant Garamond',serif!important;margin:0;min-height:58px;font-size:25px;line-height:1.12;font-weight:700;letter-spacing:-.03em;color:var(--eg-text);}
.eg-product-title a{color:inherit;}
.eg-product-price{display:flex;align-items:baseline;gap:10px;margin-top:auto;padding-top:6px;}
.eg-old-price{font-size:15px;color:#9b9b9b;text-decoration:line-through;font-weight:700;}
.eg-price-current{font-size:23px;color:var(--eg-text);font-weight:800;letter-spacing:-.03em;}
.eg-add-cart{margin-top:10px;width:100%;min-height:50px;border:0;border-radius:999px;background:var(--eg-navy);color:#fff;font-size:14px;font-weight:800;cursor:pointer;box-shadow:0 14px 32px rgba(19,35,61,.18);transition:.25s ease;}
.eg-add-cart:hover{transform:translateY(-2px);background:#0a1221;box-shadow:0 20px 42px rgba(19,35,61,.25);}

/* FALLBACK FOR DEFAULT OPENCART PRODUCT CARDS */
.eg-opencart-content .row{display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:24px!important;margin:0!important;}
.eg-opencart-content [class*="col-"]{width:100%!important;max-width:100%!important;float:none!important;flex:none!important;padding:0!important;margin:0!important;}
.eg-opencart-content .product-thumb{background:#fff!important;border:1px solid var(--eg-line)!important;border-radius:30px!important;overflow:hidden!important;box-shadow:0 16px 46px rgba(19,35,61,.07)!important;transition:.35s ease!important;height:100%!important;}
.eg-opencart-content .product-thumb:hover{transform:translateY(-8px)!important;box-shadow:0 30px 80px rgba(19,35,61,.13)!important;}
.eg-opencart-content .product-thumb .image{aspect-ratio:1/1.22!important;height:auto!important;background:#ece6dc!important;overflow:hidden!important;border-radius:0!important;margin:0!important;}
.eg-opencart-content .product-thumb .image img{width:100%!important;height:100%!important;object-fit:cover!important;transition:transform .65s ease!important;}
.eg-opencart-content .product-thumb:hover .image img{transform:scale(1.055)!important;}
.eg-opencart-content .product-thumb .caption,.eg-opencart-content .product-thumb .content{padding:22px!important;text-align:left!important;}
.eg-opencart-content .product-thumb h4{font-family:'Cormorant Garamond',serif!important;font-size:24px!important;line-height:1.15!important;font-weight:700!important;margin:0 0 14px!important;color:var(--eg-text)!important;}
.eg-opencart-content .price{font-size:22px!important;font-weight:800!important;color:var(--eg-text)!important;}
.eg-opencart-content .button-group{display:flex!important;gap:10px!important;padding:0 22px 22px!important;background:transparent!important;border:0!important;}
.eg-opencart-content .button-group button{border:0!important;border-radius:999px!important;background:var(--eg-navy)!important;color:#fff!important;min-height:48px!important;font-weight:800!important;}

/* FOOTER */
.eg-premium-footer{padding:20px 0 70px;background:linear-gradient(180deg,#faf7f2 0%,#efe8df 100%);}
.eg-footer-card{width:min(1180px,calc(100% - 44px));margin:0 auto;padding:58px 44px 34px;background:rgba(255,255,255,.82);border:1px solid rgba(255,255,255,.75);border-radius:34px;box-shadow:var(--eg-shadow);text-align:center;backdrop-filter:blur(14px);}
.eg-footer-logo{width:260px;height:auto;margin:0 auto;}
.eg-footer-grid{margin-top:42px;display:grid;grid-template-columns:1fr 1.2fr 1fr;gap:54px;text-align:center;}
.eg-footer-col h3{margin:0 0 16px;font-family:'Cormorant Garamond',serif;font-size:25px;color:var(--eg-text);}
.eg-footer-col a{display:block;margin:0 0 10px;color:#687180;font-size:15px;}
.eg-footer-col a:hover{color:var(--eg-navy);}
.eg-footer-center p{margin:0 auto 24px;max-width:360px;color:#687180;line-height:1.8;}
.eg-socials{display:flex;justify-content:center;gap:10px;flex-wrap:wrap;}
.eg-socials a{width:auto;min-width:42px;height:42px;padding:0 14px;border-radius:999px;background:#f1eee9;color:var(--eg-navy);font-size:13px;font-weight:800;display:flex;align-items:center;justify-content:center;}
.eg-footer-bottom{margin-top:36px;padding-top:20px;border-top:1px solid var(--eg-line);color:#8a93a2;font-size:13px;}

/* PRODUCT PAGE CLEAN SUPPORT */
#product-product{background:linear-gradient(180deg,#faf7f2 0%,#f1e9df 100%)!important;padding:52px 0 90px!important;}
#product-product .row{width:min(1180px,calc(100% - 44px));margin-left:auto!important;margin-right:auto!important;display:flex;flex-wrap:wrap;gap:40px;justify-content:center;align-items:flex-start;}
#product-product .col-lg-6{width:calc(50% - 20px)!important;float:none!important;}
#product-product .thumbnail{border:1px solid rgba(255,255,255,.75)!important;background:rgba(255,255,255,.72)!important;border-radius:34px!important;box-shadow:var(--eg-shadow)!important;padding:40px!important;min-height:600px!important;display:flex!important;align-items:center!important;justify-content:center!important;backdrop-filter:blur(12px);}
#product-product .thumbnail img{width:100%!important;max-width:520px!important;height:520px!important;object-fit:contain!important;}
.product-info-side{background:rgba(255,255,255,.78)!important;border:1px solid rgba(255,255,255,.72)!important;border-radius:34px!important;box-shadow:var(--eg-shadow)!important;padding:44px!important;max-width:500px!important;position:sticky;top:118px;backdrop-filter:blur(12px);}
.product-info-side h1{font-family:'Cormorant Garamond',serif!important;font-size:clamp(36px,4vw,54px)!important;line-height:1!important;color:var(--eg-text)!important;margin:0 0 22px!important;}
.product-info-side h2,.product-info-side .price{font-size:32px!important;font-weight:800!important;color:var(--eg-text)!important;}
.product-info-side ul{list-style:none!important;padding:0!important;margin:20px 0!important;}
.product-info-side li{padding:10px 0!important;border-bottom:1px solid var(--eg-line)!important;color:#687180!important;}
#button-cart{width:100%!important;min-height:60px!important;border:0!important;border-radius:999px!important;background:var(--eg-navy)!important;color:#fff!important;font-weight:800!important;font-size:16px!important;box-shadow:0 18px 42px rgba(19,35,61,.20)!important;}
#button-cart:hover{background:#0a1221!important;transform:translateY(-2px)!important;}
#input-quantity{height:48px!important;width:82px!important;border-radius:999px!important;text-align:center!important;border:1px solid var(--eg-line)!important;}
#product-product .nav-tabs{border:0!important;display:flex!important;gap:12px!important;justify-content:center!important;margin:48px auto 0!important;width:min(1180px,calc(100% - 44px));}
#product-product .nav-tabs a{border:1px solid var(--eg-line)!important;border-radius:999px!important;background:#fff!important;color:var(--eg-navy)!important;padding:12px 20px!important;font-weight:800!important;}
#product-product .tab-content{width:min(1180px,calc(100% - 44px));margin:20px auto 0!important;background:rgba(255,255,255,.82)!important;border:1px solid rgba(255,255,255,.72)!important;border-radius:30px!important;box-shadow:var(--eg-shadow)!important;padding:34px!important;line-height:1.85;color:#5e6673;}
#product-product a[href="#tab-review"],#product-product #tab-review,.rating,#compare-total,#list-view,#grid-view{display:none!important;}

@keyframes egFadeUp{from{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}

@media(max-width:1180px){
  .eg-latest-grid,.eg-opencart-content .row{grid-template-columns:repeat(3,minmax(0,1fr))!important;}
  .eg-header-inner{grid-template-columns:220px 1fr auto;}
  .eg-header-search{width:220px;}
}

@media(max-width:900px){
  .eg-header-inner{height:auto;min-height:78px;grid-template-columns:1fr auto;gap:16px;padding:14px 0;}
  .eg-nav-wrap{grid-column:1/-1;order:3;overflow-x:auto;}
  .eg-premium-header #menu .navbar-nav{justify-content:flex-start!important;gap:22px!important;white-space:nowrap;}
  .eg-header-search{display:none;}
  .eg-logo-img{height:36px;}
  .eg-hero{min-height:78vh;}
  .eg-intro-grid{grid-template-columns:1fr;gap:18px;}
  .eg-categories{gap:20px;}
  .eg-category-card{min-height:420px;border-radius:28px;}
  .eg-category-content{padding:34px 28px;}
  .eg-section-head{align-items:flex-start;flex-direction:column;}
  .eg-latest-grid,.eg-opencart-content .row{grid-template-columns:repeat(2,minmax(0,1fr))!important;}
  .eg-footer-grid{grid-template-columns:1fr;gap:28px;}
  #product-product .row{display:block!important;}
  #product-product .col-lg-6{width:100%!important;}
  .product-info-side{position:relative;top:auto;max-width:none!important;margin-top:26px;}
  #product-product .thumbnail{min-height:auto!important;}
  #product-product .thumbnail img{height:auto!important;max-width:100%!important;}
}

@media(max-width:600px){
  .eg-container,.eg-categories,.eg-header-inner,.eg-footer-card,#product-product .row,#product-product .nav-tabs,#product-product .tab-content{width:calc(100% - 28px);}
  .eg-hero h1{font-size:84px;}
  .eg-hero-text{font-size:15px;}
  .eg-btn{width:100%;}
  .eg-intro-section{padding:54px 0 34px;}
  .eg-intro-section h2,.eg-section-title{font-size:42px;}
  .eg-category-card{min-height:360px;}
  .eg-category-content h2{font-size:54px;}
  .eg-latest-grid,.eg-opencart-content .row{grid-template-columns:1fr!important;}
  .eg-product-image{aspect-ratio:1/1.15;}
  .eg-footer-card{padding:42px 22px 28px;}
  .eg-footer-logo{width:210px;}
  .product-info-side{padding:28px!important;}
}
/* ENG HOME FINAL RESULT FIX */

.eg-premium-header {
  width: 100% !important;
}

.eg-header-inner {
  max-width: 1280px !important;
}

.eg-hero-media video {
  filter: brightness(.62) contrast(1.05) saturate(1.05) !important;
}

.eg-hero-shade {
  background: linear-gradient(
    180deg,
    rgba(0,0,0,.10),
    rgba(0,0,0,.45)
  ) !important;
}

.eg-product-image img {
  object-fit: contain !important;
  background: #f3eee7 !important;
  padding: 22px !important;
}

.eg-product-card {
  border-radius: 22px !important;
}

.eg-product-title {
  font-size: 22px !important;
  min-height: auto !important;
}

.eg-footer-logo {
  width: 170px !important;
  max-width: 170px !important;
}

.eg-footer-card {
  padding-top: 42px !important;
}

@media(max-width: 900px) {
  .eg-header-actions {
    display: none !important;
  }

  .eg-header-inner {
    grid-template-columns: 1fr !important;
  }

  .eg-logo-link {
    margin: 0 auto !important;
  }
}
/* CATEGORY PAGE PREMIUM */

.enghome-category-page{
  padding:40px 0 100px !important;
  background:linear-gradient(180deg,#faf7f2 0%,#f4ede4 100%) !important;
}

.enghome-category-container{
  width:min(1320px,calc(100% - 40px)) !important;
  margin:0 auto !important;
  background:transparent !important;
}

.enghome-category-hero{
  display:grid;
  grid-template-columns:1.1fr .9fr;
  gap:60px;
  align-items:center;
  background:transparent !important;
  border-radius:0 !important;
  padding:0 0 50px !important;
  margin-bottom:40px;
  box-shadow:none !important;
}

.enghome-category-hero h1{
    font-size:74px;
    line-height:.95;
    margin:0 0 20px;
    font-family:'Cormorant Garamond',serif;
    color:#13233d;
}

.enghome-category-description{
    color:#6f7784;
    font-size:17px;
    line-height:1.9;
}

.enghome-category-thumb img{
    width:100%;
    border-radius:28px;
    object-fit:cover;
    height:520px;
}

.enghome-subcategories{
    margin-bottom:40px;
}

.enghome-subcategories h3{
    font-size:30px;
    margin-bottom:20px;
    color:#13233d;
}

.enghome-subcategory-grid{
    display:flex;
    flex-wrap:wrap;
    gap:14px;
}

.enghome-subcategory-card{
    padding:14px 22px;
    border-radius:999px;
    background:#fff;
    border:1px solid rgba(19,35,61,.08);
    font-weight:700;
    transition:.25s ease;
}

.enghome-subcategory-card:hover{
    transform:translateY(-2px);
    background:#13233d;
    color:#fff;
}

.enghome-product-toolbar{
    display:flex;
    justify-content:space-between;
    align-items:end;
    margin-bottom:34px;
    gap:20px;
}

.enghome-product-toolbar h2{
    font-size:54px;
    margin:0;
    font-family:'Cormorant Garamond',serif;
}

.enghome-toolbar-controls{
    display:flex;
    gap:12px;
}

.enghome-toolbar-controls select{
    height:52px;
    border-radius:999px;
    border:1px solid rgba(19,35,61,.08);
    padding:0 18px;
    background:#fff;
    min-width:180px;
    font-weight:600;
}

.enghome-products-grid{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:28px;
}

.enghome-product-card{
    background:#fff;
    border-radius:30px;
    overflow:hidden;
    box-shadow:0 14px 44px rgba(19,35,61,.06);
    transition:.35s ease;
}

.enghome-product-card:hover{
    transform:translateY(-8px);
    box-shadow:0 24px 70px rgba(19,35,61,.12);
}

.enghome-product-image-wrap{
    position:relative;
    display:block;
    background:#efe7dd;
    overflow:hidden;
}

.enghome-product-image{
    width:100%;
    height:420px;
    object-fit:contain;
    transition:.45s ease;
    padding:25px;
}

.enghome-product-card:hover .enghome-product-image{
    transform:scale(1.04);
}

.enghome-sale-badge{
    position:absolute;
    top:18px;
    left:18px;
    z-index:2;
    background:#13233d;
    color:#fff;
    padding:10px 14px;
    border-radius:999px;
    font-size:11px;
    font-weight:800;
    letter-spacing:.08em;
}

.enghome-view-pill{
    position:absolute;
    bottom:18px;
    right:18px;
    background:rgba(255,255,255,.9);
    padding:10px 16px;
    border-radius:999px;
    font-size:12px;
    font-weight:700;
}

.enghome-product-info{
    padding:24px;
}

.enghome-product-title{
    font-size:26px;
    line-height:1.1;
    margin:0 0 18px;
    font-family:'Cormorant Garamond',serif;
}

.enghome-price-row{
    display:flex;
    align-items:center;
    gap:10px;
    margin-bottom:18px;
}

.enghome-price{
    font-size:24px;
    font-weight:800;
}

.enghome-price-new{
    font-size:24px;
    font-weight:800;
    color:#13233d;
}

.enghome-price-old{
    text-decoration:line-through;
    color:#999;
    font-weight:700;
}

.enghome-rating{
    margin-bottom:18px;
    color:#d4a937;
}

.enghome-cart-btn{
    width:100%;
    height:54px;
    border:none;
    border-radius:999px;
    background:#13233d;
    color:#fff;
    font-weight:800;
    transition:.25s ease;
}

.enghome-cart-btn:hover{
    transform:translateY(-2px);
    background:#0c1728;
}

.enghome-pagination-row{
    margin-top:50px;
    display:flex;
    justify-content:space-between;
    align-items:center;
}

@media(max-width:1100px){

    .enghome-products-grid{
        grid-template-columns:repeat(2,1fr);
    }

    .enghome-category-hero{
        grid-template-columns:1fr;
    }

}

@media(max-width:700px){

    .enghome-products-grid{
        grid-template-columns:1fr;
    }

    .enghome-category-hero{
        padding:30px;
    }

    .enghome-category-hero h1{
        font-size:48px;
    }

    .enghome-product-toolbar{
        flex-direction:column;
        align-items:flex-start;
    }

}
/* CATEGORY PRODUCT FIX */

.enghome-products-grid{
    display:grid !important;
    grid-template-columns:repeat(4,minmax(0,1fr)) !important;
    gap:28px !important;
    margin-top:30px !important;
}

.enghome-product-card{
    background:#fff !important;
    border-radius:28px !important;
    overflow:hidden !important;
    box-shadow:0 10px 40px rgba(0,0,0,.06) !important;
    transition:.35s ease !important;
    display:flex !important;
    flex-direction:column !important;
}

.enghome-product-card:hover{
    transform:translateY(-8px) !important;
    box-shadow:0 25px 60px rgba(0,0,0,.12) !important;
}

.enghome-product-image-wrap{
    position:relative !important;
    display:block !important;
    background:#f5f1eb !important;
    overflow:hidden !important;
}

.enghome-product-image{
    width:100% !important;
    height:360px !important;
    object-fit:cover !important;
    display:block !important;
    transition:.4s ease !important;
}

.enghome-product-card:hover .enghome-product-image{
    transform:scale(1.05) !important;
}

.enghome-product-info{
    padding:24px !important;
}

.enghome-product-title{
    font-size:32px !important;
    line-height:1 !important;
    margin-bottom:14px !important;
    font-family:'Cormorant Garamond',serif !important;
}

.enghome-price-row{
    margin-bottom:20px !important;
}

.enghome-price,
.enghome-price-new{
    font-size:28px !important;
    font-weight:800 !important;
    color:#111 !important;
}

.enghome-price-old{
    text-decoration:line-through !important;
    color:#999 !important;
    margin-left:8px !important;
}

.enghome-cart-btn{
    width:100% !important;
    height:56px !important;
    border-radius:999px !important;
    border:none !important;
    background:#081223 !important;
    color:#fff !important;
    font-weight:700 !important;
    font-size:15px !important;
}

.enghome-view-pill{
    position:absolute !important;
    bottom:18px !important;
    right:18px !important;
    background:#fff !important;
    padding:10px 16px !important;
    border-radius:999px !important;
    font-size:12px !important;
    font-weight:700 !important;
}

@media(max-width:1100px){

    .enghome-products-grid{
        grid-template-columns:repeat(2,1fr) !important;
    }

}

@media(max-width:700px){

    .enghome-products-grid{
        grid-template-columns:1fr !important;
    }

}
/* CATEGORY WIDTH FINAL FIX */

.enghome-category-container,
#product-category #content,
#product-category .row {
    width: min(1320px, calc(100% - 40px)) !important;
    max-width: 1320px !important;
    margin-left: auto !important;
    margin-right: auto !important;
}

#product-category .row {
    display: block !important;
}

.enghome-products-grid {
    width: 100% !important;
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
}

@media(max-width:1100px){
    .enghome-products-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }
}

@media(max-width:700px){
    .enghome-products-grid {
        grid-template-columns: 1fr !important;
    }
}

/* ===== ENG HOME CLEAN FINAL OVERRIDES ===== */
.eg-logo-img{
  height:52px !important;
  width:auto !important;
}

.eg-hero{
  min-height:85vh !important;
}

.eg-products-shell{
  padding-top:120px !important;
}

.eg-category-content a{
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  min-height:52px !important;
  padding:0 24px !important;
  border-radius:999px !important;
  background:#ffffff !important;
  color:#13233d !important;
  font-weight:800 !important;
  text-decoration:none !important;
  margin-top:20px !important;
  box-shadow:0 16px 36px rgba(0,0,0,.18) !important;
  transition:.3s ease !important;
}

.eg-category-content a:hover{
  transform:translateY(-2px) !important;
  background:#f3f0ea !important;
  color:#13233d !important;
}

.eg-product-card,
.eg-opencart-content .product-thumb,
.enghome-product-card{
  transition:.35s ease !important;
}

.eg-product-card:hover,
.eg-opencart-content .product-thumb:hover,
.enghome-product-card:hover{
  transform:translateY(-8px) !important;
  box-shadow:0 30px 60px rgba(15,23,42,.12) !important;
}
/* PRODUCT PAGE FINAL */

.eg-product-actions{
display:flex;
gap:12px;
margin-bottom:26px;
}

.eg-product-actions .btn{
width:52px;
height:52px;
border-radius:999px !important;
border:none !important;
background:#fff !important;
box-shadow:0 10px 30px rgba(15,23,42,.08);
transition:.3s ease;
}

.eg-product-actions .btn:hover{
transform:translateY(-3px);
background:#101827 !important;
color:#fff !important;
}

.eg-product-meta{
margin:24px 0 !important;
padding:0 !important;
}

.eg-product-meta li{
padding:12px 0;
border-bottom:1px solid rgba(15,23,42,.08);
font-size:15px;
color:#5b6472;
}

#product{
margin-top:28px;
}

#product .form-group{
margin-bottom:22px;
}

#product .form-control{
height:54px !important;
border-radius:18px !important;
border:1px solid rgba(15,23,42,.10) !important;
box-shadow:none !important;
}

#product textarea.form-control{
height:140px !important;
padding-top:18px !important;
}

#product label{
font-weight:700;
margin-bottom:10px;
color:#101827;
}

#button-cart{
margin-top:20px !important;
}

.thumbnails{
display:grid !important;
gap:18px;
}

.image-additional{
display:inline-block;
width:110px;
}

.image-additional .thumbnail{
padding:10px !important;
min-height:auto !important;
border-radius:18px !important;
cursor:pointer;
transition:.3s ease;
}

.image-additional .thumbnail:hover{
transform:translateY(-3px);
}

.tab-content table{
background:#fff;
border-radius:20px;
overflow:hidden;
}
/* CATEGORY FINAL POLISH */

.enghome-category-thumb img{
transition:1.2s ease;
}

.enghome-category-hero:hover .enghome-category-thumb img{
transform:scale(1.04);
}

.enghome-product-toolbar{
padding-bottom:18px;
border-bottom:1px solid rgba(15,23,42,.08);
margin-bottom:38px;
}

.enghome-toolbar-controls select{
appearance:none;
-webkit-appearance:none;
background:#fff;
font-weight:700;
cursor:pointer;
transition:.3s ease;
}

.enghome-toolbar-controls select:hover{
border-color:#101827;
}

.enghome-product-image{
background:#f7f3ec;
}

.enghome-view-pill{
transition:.3s ease;
}

.enghome-product-card:hover .enghome-view-pill{
background:#101827 !important;
color:#fff !important;
}

.enghome-pagination-row{
margin-top:70px !important;
padding-top:30px;
border-top:1px solid rgba(15,23,42,.08);
}

.enghome-pagination-row .pagination{
display:flex;
gap:10px;
flex-wrap:wrap;
}

.enghome-pagination-row .pagination li a,
.enghome-pagination-row .pagination li span{
border:none !important;
border-radius:999px !important;
padding:12px 18px !important;
background:#fff !important;
color:#101827 !important;
font-weight:700 !important;
box-shadow:0 8px 24px rgba(15,23,42,.05);
}

.enghome-pagination-row .active span{
background:#101827 !important;
color:#fff !important;
}
/* MENU FINAL FIX */

.enghome-navbar{
  width:100%;
}

.enghome-nav-inner{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:28px;
  flex-wrap:wrap;
}

.enghome-nav-link{
  font-size:15px;
  font-weight:700;
  color:#101827;
  padding:10px 4px;
  position:relative;
}

.enghome-nav-link:after{
  content:"";
  position:absolute;
  left:0;
  bottom:2px;
  width:0;
  height:2px;
  background:#101827;
  transition:.25s ease;
}

.enghome-nav-link:hover:after{
  width:100%;
}

.enghome-nav-link:hover{
  color:#101827;
}
/* REMOVE DEFAULT CATEGORY LIST */

.refine-search,
.category-list,
.list-group,
#content .row + h3,
#content .row + div,
#content .row + p{
display:none !important;
}
/* REMOVE LEFTOVER WHITE BAR */

#content > div:empty,
#content > .row:empty,
.enghome-category-container > .row:empty{
  display:none !important;
}

#product-category .row{
  box-shadow:none !important;
  background:transparent !important;
}

.enghome-category-page .row:first-of-type{
  box-shadow:none !important;
  background:transparent !important;
}

.enghome-breadcrumb{
display:none !important;
}
/* CATEGORY HERO FRAME FIX */

.enghome-category-hero{
background:transparent !important;
box-shadow:none !important;
padding:0 0 50px !important;
border-radius:0 !important;
}

.enghome-category-description{
max-width:700px;
}

.enghome-category-thumb{
display:none !important;
}

/* REMOVE CATEGORY WHITE FRAME */

#product-category .row{
background:transparent !important;
box-shadow:none !important;
border:none !important;
}

#product-category #content{
background:transparent !important;
box-shadow:none !important;
border:none !important;
}

.enghome-category-container{
background:transparent !important;
}

.enghome-category-hero{
background:transparent !important;
box-shadow:none !important;
border:none !important;
padding-top:0 !important;
}

.enghome-category-thumb{
display:none !important;
}
  


/* ===== CATEGORY FRAME REAL FINAL FIX ===== */
body.enghome-body #product-category.enghome-category-page{
  padding:70px 0 100px !important;
  background:linear-gradient(180deg,#faf7f2 0%,#f4ede4 100%) !important;
}

body.enghome-body #product-category .enghome-category-container,
body.enghome-body #product-category .row,
body.enghome-body #product-category #content{
  background:transparent !important;
  background-color:transparent !important;
  box-shadow:none !important;
  border:0 !important;
}

body.enghome-body #product-category .enghome-category-hero{
  display:block !important;
  background:transparent !important;
  background-color:transparent !important;
  box-shadow:none !important;
  border:0 !important;
  border-radius:0 !important;
  padding:0 0 46px 0 !important;
  margin:0 0 42px 0 !important;
  min-height:0 !important;
}

body.enghome-body #product-category .enghome-category-thumb{
  display:none !important;
}

body.enghome-body #product-category .enghome-category-hero h1{
  margin:0 0 18px !important;
}

body.enghome-body #product-category .enghome-category-description{
  max-width:720px !important;
}

/* remove only default OpenCart leftover category/refine bars, not product/content sections */
body.enghome-body #product-category .enghome-breadcrumb,
body.enghome-body #product-category .refine-search,
body.enghome-body #product-category .category-list,
body.enghome-body #product-category .list-group{
  display:none !important;
}

/* REMOVE TOP WHITE LINE CATEGORY */

#product-category:before,
#product-category .enghome-category-container:before,
#product-category #content:before{
  display:none !important;
  content:none !important;
}

#product-category{
  padding-top:90px !important;
}

#product-category .enghome-category-title-clean,
#product-category .enghome-category-hero{
  margin-top:0 !important;
}

/* FULL WIDTH CATEGORY SECTION */
.eg-categories {
  width: 100vw;
  max-width: 100vw;

  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);

  padding-left: 24px;
  padding-right: 24px;

  box-sizing: border-box;
}

.eg-category-card {
  width: 100%;
  max-width: none;
}
/* CATEGORY CONTENT PERFECT CENTER */
.eg-category-card{
  justify-content:center !important;
}

.eg-category-content{
  width:100% !important;
  max-width:900px !important;

  height:100% !important;

  display:flex !important;
  flex-direction:column !important;

  justify-content:center !important;
  align-items:center !important;

  text-align:center !important;

  margin:0 auto !important;
}

.eg-category-content p{
  max-width:620px;
  margin-left:auto !important;
  margin-right:auto !important;
}

.eg-category-content a{
  margin-top:22px !important;
}
/* ============================= */
/* ENG HOME PREMIUM CATEGORY FX */
/* ============================= */

/* FULL WIDTH */
.eg-categories{
  width:100vw;
  max-width:100vw;

  margin-left:calc(50% - 50vw);
  margin-right:calc(50% - 50vw);

  padding-left:24px;
  padding-right:24px;

  box-sizing:border-box;
}

/* CATEGORY CARD */
.eg-category-card{
  position:relative;

  width:100%;
  max-width:none;

  min-height:620px;

  display:flex;
  align-items:center;
  justify-content:center;

  overflow:hidden;

  transition:.5s ease;
}

/* DARK OVERLAY */
.eg-category-card:before{
  content:"";
  position:absolute;
  inset:0;

  background:rgba(0,0,0,.16);

  transition:.5s ease;
}

.eg-category-card:hover:before{
  background:rgba(0,0,0,.30);
}

/* CONTENT CENTER */
.eg-category-content{
  position:relative;
  z-index:2;

  width:100%;
  max-width:900px;

  height:100%;

  display:flex;
  flex-direction:column;

  justify-content:center;
  align-items:center;

  text-align:center;

  padding:60px;

  color:#fff;

  transition:.45s ease;
}

.eg-category-card:hover .eg-category-content{
  transform:translateY(-8px);
}

/* SMALL TITLE */
.eg-category-content span{
  font-size:12px;
  letter-spacing:.24em;
  text-transform:uppercase;
  font-weight:800;

  color:rgba(255,255,255,.82);
}

/* BIG TITLE */
.eg-category-content h2{
  margin:14px 0;

  font-family:'Cormorant Garamond',serif;

  font-size:clamp(70px,8vw,120px);

  line-height:.9;
  letter-spacing:-0.06em;

  color:#fff;

  text-shadow:0 10px 30px rgba(0,0,0,.25);
}

/* DESCRIPTION */
.eg-category-content p{
  max-width:620px;

  margin:0 auto;

  font-size:18px;
  line-height:1.9;

  color:rgba(255,255,255,.90);
}

/* PREMIUM BUTTON */
.eg-category-content a{
  margin-top:28px;

  display:inline-flex;
  align-items:center;
  justify-content:center;

  min-height:56px;
  padding:0 30px;

  border-radius:999px;

  background:rgba(255,255,255,.14);
  color:#fff;

  font-weight:800;

  backdrop-filter:blur(12px);

  border:1px solid rgba(255,255,255,.22);

  box-shadow:0 16px 36px rgba(0,0,0,.18);

  transition:.35s ease;
}

.eg-category-content a:hover{
  background:#fff;
  color:#13233d;

  transform:translateY(-2px);
}
/* PRODUCT CARD PREMIUM FIX */
.eg-product-card{
  border-radius:26px !important;
  background:#fff !important;
  overflow:hidden !important;
}

.eg-product-image{
  aspect-ratio:1 / 1 !important;
  background:#f4efe8 !important;
  padding:0 !important;
}

.eg-product-image img{
  width:100% !important;
  height:100% !important;
  object-fit:cover !important;
  padding:0 !important;
  background:transparent !important;
}

.eg-product-info{
  padding:22px !important;
}

.eg-product-title{
  font-size:24px !important;
  min-height:34px !important;
  line-height:1.15 !important;
}

.eg-price-current{
  font-size:24px !important;
}

.eg-add-cart{
  min-height:54px !important;
  margin-top:14px !important;
}
/* OPENCART PRODUCT CARD REAL FIX */
.eg-opencart-content .product-thumb{
  border-radius:24px !important;
  overflow:hidden !important;
  background:#fff !important;
}

.eg-opencart-content .product-thumb .image{
  aspect-ratio:1 / 1 !important;
  background:#f4efe8 !important;
  margin:0 !important;
}

.eg-opencart-content .product-thumb .image img{
  width:100% !important;
  height:100% !important;
  object-fit:cover !important;
  padding:0 !important;
  background:transparent !important;
}

.eg-opencart-content .product-thumb .caption,
.eg-opencart-content .product-thumb .content{
  padding:22px !important;
}

.eg-opencart-content .product-thumb h4{
  font-size:24px !important;
  min-height:34px !important;
  margin-bottom:12px !important;
}

.eg-opencart-content .product-thumb .price{
  font-size:24px !important;
}

.eg-opencart-content .button-group{
  padding:0 22px 22px !important;
}

.eg-opencart-content .button-group button{
  width:100% !important;
  min-height:54px !important;
}
.enghome-nav-item{
  position:relative;
}

.enghome-nav-dropdown{
  position:absolute;
  top:100%;
  left:50%;
  transform:translateX(-50%) translateY(12px);

  min-width:240px;
  padding:14px;

  background:#fff;
  border-radius:18px;
  box-shadow:0 18px 50px rgba(15,23,42,.14);

  opacity:0;
  visibility:hidden;
  pointer-events:none;

  transition:.25s ease;
  z-index:9999;
}

.enghome-nav-item:hover .enghome-nav-dropdown{
  opacity:1;
  visibility:visible;
  pointer-events:auto;
  transform:translateX(-50%) translateY(0);
}

.enghome-nav-dropdown a{
  display:block;
  padding:12px 14px;
  border-radius:12px;

  color:#101827;
  font-size:14px;
  font-weight:700;
  white-space:nowrap;
}

.enghome-nav-dropdown a:hover{
  background:#f4efe8;
}
/* PRODUCT GRID - GJIRAFA50 STYLE */

.eg-opencart-content .row,
.eg-latest-grid,
.enghome-products-grid{
  display:grid !important;
  grid-template-columns:repeat(5,minmax(0,1fr)) !important;
  gap:18px !important;
}

.eg-product-card,
.eg-opencart-content .product-thumb,
.enghome-product-card{
  background:#fff !important;
  border:1px solid #e8e8e8 !important;
  border-radius:10px !important;
  box-shadow:none !important;
  overflow:hidden !important;
  transition:.2s ease !important;
}

.eg-product-card:hover,
.eg-opencart-content .product-thumb:hover,
.enghome-product-card:hover{
  transform:none !important;
  box-shadow:0 4px 18px rgba(0,0,0,.10) !important;
  border-color:#d8d8d8 !important;
}

.eg-product-image,
.eg-opencart-content .product-thumb .image,
.enghome-product-image-wrap{
  background:#fff !important;
  aspect-ratio:1 / 1 !important;
  padding:18px !important;
}

.eg-product-image img,
.eg-opencart-content .product-thumb .image img,
.enghome-product-image{
  width:100% !important;
  height:100% !important;
  object-fit:contain !important;
  padding:0 !important;
  background:#fff !important;
}

.eg-product-info,
.eg-opencart-content .product-thumb .caption,
.eg-opencart-content .product-thumb .content,
.enghome-product-info{
  padding:14px 16px 16px !important;
  text-align:left !important;
}

.eg-product-brand,
.enghome-product-brand{
  font-size:11px !important;
  color:#777 !important;
  letter-spacing:0 !important;
  text-transform:none !important;
  font-weight:600 !important;
}

.eg-product-title,
.eg-opencart-content .product-thumb h4,
.enghome-product-title{
  font-family:Inter,Arial,sans-serif !important;
  font-size:14px !important;
  line-height:1.35 !important;
  font-weight:600 !important;
  min-height:40px !important;
  margin:8px 0 12px !important;
  color:#222 !important;
  letter-spacing:0 !important;
}

.eg-price-current,
.eg-opencart-content .price,
.enghome-price,
.enghome-price-new{
  font-size:22px !important;
  font-weight:800 !important;
  color:#e30613 !important;
}

.eg-old-price,
.enghome-price-old{
  font-size:13px !important;
  color:#999 !important;
}

.eg-add-cart,
.eg-opencart-content .button-group button,
.enghome-cart-btn{
  width:100% !important;
  height:42px !important;
  min-height:42px !important;
  border-radius:6px !important;
  background:#13233d !important;
  color:#fff !important;
  font-size:13px !important;
  font-weight:700 !important;
  box-shadow:none !important;
}

.eg-opencart-content .button-group{
  padding:0 16px 16px !important;
  display:block !important;
}

@media(max-width:1200px){
  .eg-opencart-content .row,
  .eg-latest-grid,
  .enghome-products-grid{
    grid-template-columns:repeat(4,minmax(0,1fr)) !important;
  }
}

@media(max-width:900px){
  .eg-opencart-content .row,
  .eg-latest-grid,
  .enghome-products-grid{
    grid-template-columns:repeat(2,minmax(0,1fr)) !important;
  }
}
/* PRODUCT PAGE - GJIRAFA STYLE */

.product-info-side{
  border-radius:22px !important;
}

.product-info-side h1{
  font-family:Inter,Arial,sans-serif !important;
  font-size:34px !important;
  line-height:1.2 !important;
  font-weight:700 !important;
}

.product-info-side h2{
  font-size:42px !important;
  color:#c1121f !important;
  margin-top:10px !important;
}

.eg-product-meta{
  margin:22px 0 !important;
}

.eg-product-meta li{
  font-size:14px !important;
}

#button-cart{
  height:58px !important;
  border-radius:10px !important;
  font-size:16px !important;
}

.enghome-safe-payments{
  margin-top:28px;
  padding-top:24px;
  border-top:1px solid rgba(0,0,0,.08);
}

.enghome-safe-payments h4{
  font-size:18px;
  font-weight:700;
  margin-bottom:18px;
  color:#13233d;
}

.enghome-payment-grid{
  display:flex;
  flex-direction:column;
  gap:12px;
}

.enghome-payment-item{
  display:flex;
  align-items:center;
  gap:14px;

  background:#f7f3ec;

  padding:14px 16px;

  border-radius:14px;

  font-weight:600;
}

.enghome-payment-item i{
  width:38px;
  height:38px;

  border-radius:12px;

  background:#fff;

  display:flex;
  align-items:center;
  justify-content:center;

  color:#13233d;
}

.tab-content{
  margin-top:30px !important;
}

.tab-content #tab-description{
  font-size:16px;
  line-height:1.9;
  color:#444;
}

/* RELATED PRODUCTS */
#product-product h3{
  font-size:42px;
  margin:80px 0 30px;
  font-family:'Cormorant Garamond',serif;
}
/* PRODUCT PAGE REAL FIX */

#product-product .row{
  align-items:flex-start !important;
  gap:60px !important;
}

/* IMAGE SIDE */
#product-product .thumbnail{
  padding:24px !important;
  border-radius:22px !important;
  min-height:auto !important;
}

#product-product .thumbnail img{
  width:100% !important;
  max-width:none !important;
  height:auto !important;
  object-fit:contain !important;
}

/* GALLERY */
.thumbnails{
  display:flex !important;
  flex-direction:column !important;
  gap:18px !important;
}

/* REMOVE SMALL DOTS */
.image-additional{
  display:none !important;
}

/* PRODUCT INFO */
.product-info-side{
  padding:38px !important;
  border-radius:22px !important;
}

.product-info-side h1{
  font-size:52px !important;
  line-height:1.05 !important;
  font-family:'Cormorant Garamond',serif !important;
  font-weight:700 !important;
  margin-bottom:24px !important;
}

/* PRICE */
.product-info-side h2{
  font-size:54px !important;
  color:#c1121f !important;
  margin:24px 0 !important;
}

/* META */
.eg-product-meta li{
  padding:14px 0 !important;
  font-size:15px !important;
}

/* QUANTITY */
#input-quantity{
  width:90px !important;
  height:54px !important;
  border-radius:14px !important;
}

/* BUTTON */
#button-cart{
  height:64px !important;
  border-radius:14px !important;
  font-size:17px !important;
  margin-top:18px !important;
}

/* SAFE PAYMENTS */
.enghome-payment-item{
  border-radius:16px !important;
}

/* TABS */
#product-product .nav-tabs{
  justify-content:flex-start !important;
  margin-top:40px !important;
}

#product-product .nav-tabs li{
  margin-right:10px !important;
}

#product-product .nav-tabs a{
  border-radius:999px !important;
  padding:14px 24px !important;
}

/* DESCRIPTION */
.tab-content{
  margin-top:24px !important;
  border-radius:22px !important;
  padding:36px !important;
  background:#fff !important;
}

#tab-description{
  font-size:17px !important;
  line-height:2 !important;
  color:#444 !important;
}

/* RELATED */
#product-product h3{
  margin-top:90px !important;
  margin-bottom:26px !important;

  font-size:48px !important;
  font-family:'Cormorant Garamond',serif !important;
}

/* MOBILE */
@media(max-width:900px){

  #product-product .row{
    gap:28px !important;
  }

  .product-info-side h1{
    font-size:38px !important;
  }

  .product-info-side h2{
    font-size:42px !important;
  }

}

/* =========================================================
   ENG HOME RESCUE FINAL - PRODUCT GRID + PRODUCT PAGE
   Place at the VERY END of enghome.css
   ========================================================= */

/* GLOBAL WIDTH RESET */
body.enghome-body{background:#f7f2ec!important;overflow-x:hidden!important;}
#common-home .eg-container,
#common-home .eg-products-shell .eg-container,
#product-product.container,
#product-product #content{
  width:min(1420px,calc(100% - 48px))!important;
  max-width:1420px!important;
  margin-left:auto!important;
  margin-right:auto!important;
  padding-left:0!important;
  padding-right:0!important;
  float:none!important;
}

/* ================= HOME PRODUCT GRID - CLEAN GJIRAFA STYLE ================= */
.eg-opencart-content .row,
.eg-latest-grid,
.enghome-products-grid{
  display:grid!important;
  grid-template-columns:repeat(5,minmax(0,1fr))!important;
  gap:18px!important;
  margin:0!important;
  width:100%!important;
}

.eg-opencart-content [class*="col-"],
.eg-latest-grid > *,
.enghome-products-grid > *{
  width:100%!important;
  max-width:100%!important;
  float:none!important;
  padding:0!important;
  margin:0!important;
}

.eg-product-card,
.eg-opencart-content .product-thumb,
.enghome-product-card{
  background:#fff!important;
  border:1px solid rgba(15,23,42,.10)!important;
  border-radius:14px!important;
  overflow:hidden!important;
  box-shadow:none!important;
  min-height:100%!important;
  display:flex!important;
  flex-direction:column!important;
  transition:border-color .2s ease,box-shadow .2s ease!important;
}

.eg-product-card:hover,
.eg-opencart-content .product-thumb:hover,
.enghome-product-card:hover{
  transform:none!important;
  border-color:rgba(15,23,42,.18)!important;
  box-shadow:0 8px 24px rgba(15,23,42,.10)!important;
}

.eg-product-image,
.eg-opencart-content .product-thumb .image,
.enghome-product-image-wrap{
  width:100%!important;
  aspect-ratio:1/1!important;
  height:auto!important;
  background:#fff!important;
  padding:16px!important;
  margin:0!important;
  overflow:hidden!important;
}

.eg-product-image img,
.eg-opencart-content .product-thumb .image img,
.enghome-product-image{
  width:100%!important;
  height:100%!important;
  object-fit:contain!important;
  padding:0!important;
  background:transparent!important;
  transform:none!important;
}

.eg-product-info,
.eg-opencart-content .product-thumb .caption,
.eg-opencart-content .product-thumb .content,
.enghome-product-info{
  padding:14px 16px 10px!important;
  text-align:left!important;
  flex:1!important;
  display:flex!important;
  flex-direction:column!important;
  gap:8px!important;
}

.eg-product-brand,
.enghome-product-brand{
  font-size:12px!important;
  color:#697386!important;
  letter-spacing:0!important;
  text-transform:none!important;
  font-weight:600!important;
  min-height:0!important;
}

.eg-product-title,
.eg-opencart-content .product-thumb h4,
.enghome-product-title{
  font-family:Inter,Arial,sans-serif!important;
  font-size:15px!important;
  line-height:1.35!important;
  font-weight:700!important;
  color:#101827!important;
  letter-spacing:0!important;
  margin:0!important;
  min-height:42px!important;
}

.eg-opencart-content .product-thumb .caption p:not(.price),
.enghome-product-card .enghome-description,
.eg-product-card .eg-description{
  display:none!important;
}

.eg-product-price,
.enghome-price-row{
  margin-top:auto!important;
  padding-top:8px!important;
  margin-bottom:0!important;
}

.eg-price-current,
.eg-opencart-content .price,
.eg-opencart-content .price-new,
.enghome-price,
.enghome-price-new{
  font-size:22px!important;
  line-height:1.1!important;
  color:#d11224!important;
  font-weight:800!important;
  margin:0!important;
}

.eg-old-price,
.eg-opencart-content .price-old,
.enghome-price-old{
  font-size:13px!important;
  color:#98a2b3!important;
  text-decoration:line-through!important;
}

.eg-opencart-content .button-group,
.eg-product-actions-card,
.enghome-product-actions{
  display:block!important;
  padding:0 16px 16px!important;
  border:0!important;
  background:transparent!important;
}

.eg-add-cart,
.eg-opencart-content .button-group button:first-child,
.enghome-cart-btn{
  width:100%!important;
  min-height:44px!important;
  height:44px!important;
  border:0!important;
  border-radius:8px!important;
  background:#13233d!important;
  color:#fff!important;
  font-size:14px!important;
  font-weight:800!important;
  box-shadow:none!important;
}

.eg-opencart-content .button-group button:not(:first-child){display:none!important;}

/* ================= PRODUCT PAGE - PROPER TWO COLUMN ================= */
#product-product{
  padding:42px 0 90px!important;
  background:linear-gradient(180deg,#fbf8f3 0%,#f3ece3 100%)!important;
}

#product-product > .row{
  display:block!important;
  width:100%!important;
  max-width:none!important;
  margin:0!important;
}

#product-product #content > .row{
  width:min(1180px,calc(100% - 48px))!important;
  max-width:1180px!important;
  margin:0 auto!important;
  display:grid!important;
  grid-template-columns:minmax(0,1fr) minmax(390px,480px)!important;
  gap:28px!important;
  align-items:start!important;
}

#product-product #content > .row > .col-lg-6,
#product-product #content > .row > .col-md-6,
#product-product #content > .row > .col-sm-12{
  width:100%!important;
  max-width:100%!important;
  float:none!important;
  padding:0!important;
  margin:0!important;
}

#product-product .thumbnails{
  list-style:none!important;
  padding:0!important;
  margin:0!important;
  display:grid!important;
  grid-template-columns:88px 1fr!important;
  gap:14px!important;
  align-items:start!important;
}

#product-product .thumbnails > li:first-child{
  grid-column:2!important;
  grid-row:1 / span 6!important;
}

#product-product .image-additional{
  display:block!important;
  width:88px!important;
  grid-column:1!important;
}

#product-product .thumbnail{
  border:1px solid rgba(15,23,42,.08)!important;
  background:#fff!important;
  border-radius:18px!important;
  box-shadow:none!important;
  padding:18px!important;
  margin:0!important;
  min-height:auto!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
}

#product-product .thumbnails > li:first-child .thumbnail{
  min-height:560px!important;
}

#product-product .thumbnail img{
  width:100%!important;
  max-width:100%!important;
  height:100%!important;
  max-height:520px!important;
  object-fit:contain!important;
  padding:0!important;
}

#product-product .image-additional .thumbnail{
  width:88px!important;
  height:88px!important;
  padding:8px!important;
  border-radius:12px!important;
}

#product-product .image-additional .thumbnail img{
  width:100%!important;
  height:100%!important;
  object-fit:contain!important;
}

.product-info-side{
  width:100%!important;
  max-width:none!important;
  position:sticky!important;
  top:112px!important;
  background:#fff!important;
  border:1px solid rgba(15,23,42,.08)!important;
  border-radius:18px!important;
  box-shadow:0 10px 36px rgba(15,23,42,.07)!important;
  padding:30px!important;
}

.eg-product-actions{display:flex!important;gap:10px!important;margin:0 0 18px!important;}
.eg-product-actions .btn{
  width:42px!important;height:42px!important;border-radius:50%!important;border:1px solid rgba(15,23,42,.08)!important;background:#fff!important;box-shadow:none!important;
}

.product-info-side h1{
  font-family:Inter,Arial,sans-serif!important;
  font-size:32px!important;
  line-height:1.18!important;
  font-weight:800!important;
  letter-spacing:-.03em!important;
  color:#101827!important;
  margin:0 0 20px!important;
}

.eg-product-meta{
  list-style:none!important;
  padding:0!important;
  margin:0 0 22px!important;
  border-top:1px solid rgba(15,23,42,.08)!important;
}

.eg-product-meta li{
  padding:11px 0!important;
  border-bottom:1px solid rgba(15,23,42,.08)!important;
  color:#697386!important;
  font-size:14px!important;
}

.product-info-side h2{
  font-family:Inter,Arial,sans-serif!important;
  font-size:42px!important;
  line-height:1!important;
  font-weight:900!important;
  color:#d11224!important;
  margin:22px 0!important;
}

.product-info-side ul.list-unstyled:not(.eg-product-meta){
  list-style:none!important;
  padding:0!important;
  margin:0 0 20px!important;
}

.product-info-side ul.list-unstyled:not(.eg-product-meta) li{
  padding:8px 0!important;
  border-bottom:1px solid rgba(15,23,42,.06)!important;
  color:#697386!important;
}

#product{margin-top:18px!important;}
#product .form-group{margin-bottom:18px!important;}
#product label{font-weight:800!important;color:#101827!important;margin-right:10px!important;}
#input-quantity{
  width:78px!important;height:50px!important;border-radius:10px!important;border:1px solid rgba(15,23,42,.12)!important;text-align:center!important;display:inline-block!important;
}
#button-cart{
  width:100%!important;height:56px!important;min-height:56px!important;border-radius:10px!important;background:#13233d!important;color:#fff!important;border:0!important;font-size:16px!important;font-weight:900!important;box-shadow:none!important;margin-top:10px!important;
}

.enghome-safe-payments{margin-top:24px!important;padding-top:22px!important;border-top:1px solid rgba(15,23,42,.08)!important;}
.enghome-safe-payments h4{font-size:17px!important;font-weight:900!important;color:#13233d!important;margin:0 0 14px!important;}
.enghome-payment-grid{display:grid!important;gap:10px!important;}
.enghome-payment-item{display:flex!important;align-items:center!important;gap:12px!important;background:#f7f2ec!important;border-radius:12px!important;padding:13px 14px!important;color:#101827!important;font-weight:800!important;}
.enghome-payment-item i{width:34px!important;height:34px!important;border-radius:10px!important;background:#fff!important;color:#13233d!important;display:flex!important;align-items:center!important;justify-content:center!important;}

/* Description under image, clean */
#product-product .nav-tabs{
  border:0!important;
  width:100%!important;
  margin:22px 0 12px!important;
  display:flex!important;
  justify-content:flex-start!important;
  gap:10px!important;
}
#product-product .nav-tabs li{float:none!important;margin:0!important;}
#product-product .nav-tabs a{
  border:1px solid rgba(15,23,42,.08)!important;
  border-radius:999px!important;
  background:#fff!important;
  color:#13233d!important;
  padding:11px 18px!important;
  font-weight:900!important;
}
#product-product .tab-content{
  background:#fff!important;
  border:1px solid rgba(15,23,42,.08)!important;
  border-radius:18px!important;
  box-shadow:none!important;
  padding:24px!important;
  margin:0!important;
  color:#344054!important;
  line-height:1.85!important;
  font-size:15px!important;
}

/* Related products */
#product-product h3{
  width:min(1180px,calc(100% - 48px))!important;
  margin:70px auto 22px!important;
  font-family:'Cormorant Garamond',serif!important;
  font-size:44px!important;
  line-height:1!important;
  color:#13233d!important;
}
#product-product #content > .row + h3 + .row{
  width:min(1180px,calc(100% - 48px))!important;
  margin:0 auto!important;
  display:grid!important;
  grid-template-columns:repeat(4,minmax(0,1fr))!important;
  gap:18px!important;
}
#product-product #content > .row + h3 + .row [class*="col-"]{
  width:100%!important;float:none!important;padding:0!important;margin:0!important;
}

@media(max-width:1300px){
  .eg-opencart-content .row,.eg-latest-grid,.enghome-products-grid{grid-template-columns:repeat(4,minmax(0,1fr))!important;}
}
@media(max-width:980px){
  .eg-opencart-content .row,.eg-latest-grid,.enghome-products-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;}
  #product-product #content > .row{grid-template-columns:1fr!important;}
  .product-info-side{position:relative!important;top:auto!important;}
  #product-product .thumbnails{grid-template-columns:1fr!important;}
  #product-product .thumbnails > li:first-child{grid-column:1!important;grid-row:auto!important;}
  #product-product .image-additional{display:none!important;}
}
@media(max-width:560px){
  #common-home .eg-container,#common-home .eg-products-shell .eg-container,#product-product.container,#product-product #content{width:calc(100% - 28px)!important;}
  .eg-opencart-content .row,.eg-latest-grid,.enghome-products-grid{grid-template-columns:1fr!important;}
  #product-product #content > .row{width:calc(100% - 28px)!important;}
  .product-info-side{padding:22px!important;}
  .product-info-side h1{font-size:26px!important;}
  .product-info-side h2{font-size:34px!important;}
}


/* =========================================================
   ENG HOME PRODUCT PAGE STABLE FINAL OVERRIDE
   fixes broken flex override and keeps product page 2-column
   ========================================================= */

#product-product{
  padding:42px 0 90px!important;
  background:linear-gradient(180deg,#fbf8f3 0%,#f3ece3 100%)!important;
}

#product-product > .row{
  display:block!important;
  width:100%!important;
  max-width:none!important;
  margin:0!important;
}

#product-product #content{
  width:min(1420px,calc(100% - 48px))!important;
  max-width:1420px!important;
  margin-left:auto!important;
  margin-right:auto!important;
  float:none!important;
  padding-left:0!important;
  padding-right:0!important;
}

#product-product #content > .row:first-of-type{
  width:min(1180px,calc(100% - 48px))!important;
  max-width:1180px!important;
  margin:0 auto!important;
  display:grid!important;
  grid-template-columns:minmax(0,1fr) minmax(390px,480px)!important;
  gap:28px!important;
  align-items:start!important;
}

#product-product #content > .row:first-of-type > .col-lg-6,
#product-product #content > .row:first-of-type > .col-md-6,
#product-product #content > .row:first-of-type > .col-sm-12{
  width:100%!important;
  max-width:100%!important;
  float:none!important;
  flex:none!important;
  padding:0!important;
  margin:0!important;
}

#product-product .thumbnails{
  list-style:none!important;
  padding:0!important;
  margin:0!important;
  display:grid!important;
  grid-template-columns:88px 1fr!important;
  gap:14px!important;
  align-items:start!important;
}

#product-product .thumbnails > li:first-child{
  grid-column:2!important;
  grid-row:1 / span 6!important;
}

#product-product .image-additional{
  display:block!important;
  width:88px!important;
  grid-column:1!important;
}

#product-product .thumbnail{
  border:1px solid rgba(15,23,42,.08)!important;
  background:#fff!important;
  border-radius:18px!important;
  box-shadow:none!important;
  padding:18px!important;
  margin:0!important;
  min-height:auto!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
}

#product-product .thumbnails > li:first-child .thumbnail{
  min-height:560px!important;
}

#product-product .thumbnail img{
  width:100%!important;
  max-width:100%!important;
  height:100%!important;
  max-height:520px!important;
  object-fit:contain!important;
  padding:0!important;
}

#product-product .image-additional .thumbnail{
  width:88px!important;
  height:88px!important;
  padding:8px!important;
  border-radius:12px!important;
}

#product-product .image-additional .thumbnail img{
  width:100%!important;
  height:100%!important;
  object-fit:contain!important;
}

.product-info-side{
  width:100%!important;
  max-width:none!important;
  position:sticky!important;
  top:112px!important;
  background:#fff!important;
  border:1px solid rgba(15,23,42,.08)!important;
  border-radius:18px!important;
  box-shadow:0 10px 36px rgba(15,23,42,.07)!important;
  padding:30px!important;
}

.product-info-side h1{
  font-family:Inter,Arial,sans-serif!important;
  font-size:32px!important;
  line-height:1.18!important;
  font-weight:800!important;
  letter-spacing:-.03em!important;
  color:#101827!important;
  margin:0 0 20px!important;
}

.product-info-side h2{
  font-family:Inter,Arial,sans-serif!important;
  font-size:42px!important;
  line-height:1!important;
  font-weight:900!important;
  color:#d11224!important;
  margin:22px 0!important;
}

.eg-product-meta{
  list-style:none!important;
  padding:0!important;
  margin:0 0 22px!important;
  border-top:1px solid rgba(15,23,42,.08)!important;
}

.eg-product-meta li{
  padding:11px 0!important;
  border-bottom:1px solid rgba(15,23,42,.08)!important;
  color:#697386!important;
  font-size:14px!important;
}

#input-quantity{
  width:78px!important;
  height:50px!important;
  border-radius:10px!important;
  border:1px solid rgba(15,23,42,.12)!important;
  text-align:center!important;
  display:inline-block!important;
}

#button-cart{
  width:100%!important;
  height:56px!important;
  min-height:56px!important;
  border-radius:10px!important;
  background:#13233d!important;
  color:#fff!important;
  border:0!important;
  font-size:16px!important;
  font-weight:900!important;
  box-shadow:none!important;
  margin-top:10px!important;
}

.enghome-safe-payments{
  margin-top:24px!important;
  padding-top:22px!important;
  border-top:1px solid rgba(15,23,42,.08)!important;
}

.enghome-safe-payments h4{
  font-size:17px!important;
  font-weight:900!important;
  color:#13233d!important;
  margin:0 0 14px!important;
}

.enghome-payment-grid{
  display:grid!important;
  gap:10px!important;
}

.enghome-payment-item{
  display:flex!important;
  align-items:center!important;
  gap:12px!important;
  background:#f7f2ec!important;
  border-radius:12px!important;
  padding:13px 14px!important;
  color:#101827!important;
  font-weight:800!important;
}

.enghome-payment-item i{
  width:34px!important;
  height:34px!important;
  border-radius:10px!important;
  background:#fff!important;
  color:#13233d!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
}

.enghome-product-tabs{
  width:min(1180px,calc(100% - 48px))!important;
  max-width:1180px!important;
  margin:50px auto 0!important;
  clear:both!important;
}

.enghome-product-tabs .nav-tabs,
#product-product .nav-tabs{
  border:0!important;
  width:100%!important;
  margin:0 0 12px!important;
  display:flex!important;
  justify-content:flex-start!important;
  gap:10px!important;
}

.enghome-product-tabs .nav-tabs li,
#product-product .nav-tabs li{
  float:none!important;
  margin:0!important;
}

.enghome-product-tabs .nav-tabs a,
#product-product .nav-tabs a{
  border:1px solid rgba(15,23,42,.08)!important;
  border-radius:999px!important;
  background:#fff!important;
  color:#13233d!important;
  padding:11px 18px!important;
  font-weight:900!important;
}

.enghome-product-tabs .tab-content,
#product-product .tab-content{
  width:100%!important;
  background:#fff!important;
  border:1px solid rgba(15,23,42,.08)!important;
  border-radius:18px!important;
  box-shadow:none!important;
  padding:24px!important;
  margin:0!important;
  color:#344054!important;
  line-height:1.85!important;
  font-size:15px!important;
}

#product-product h3.enghome-related-title,
#product-product h3{
  width:min(1180px,calc(100% - 48px))!important;
  margin:70px auto 22px!important;
  font-family:'Cormorant Garamond',serif!important;
  font-size:44px!important;
  line-height:1!important;
  color:#13233d!important;
}

#product-product .enghome-related-grid,
#product-product #content > .row.enghome-related-grid{
  width:min(1180px,calc(100% - 48px))!important;
  margin:0 auto!important;
  display:grid!important;
  grid-template-columns:repeat(4,minmax(0,1fr))!important;
  gap:18px!important;
}

#product-product .enghome-related-grid [class*="col-"]{
  width:100%!important;
  max-width:100%!important;
  float:none!important;
  padding:0!important;
  margin:0!important;
}

@media(max-width:980px){
  #product-product #content > .row:first-of-type{
    grid-template-columns:1fr!important;
  }
  .product-info-side{
    position:relative!important;
    top:auto!important;
  }
  #product-product .thumbnails{
    grid-template-columns:1fr!important;
  }
  #product-product .thumbnails > li:first-child{
    grid-column:1!important;
    grid-row:auto!important;
  }
  #product-product .image-additional{
    display:none!important;
  }
  #product-product .enghome-related-grid,
  #product-product #content > .row.enghome-related-grid{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
  }
}

@media(max-width:560px){
  #product-product #content,
  #product-product #content > .row:first-of-type,
  .enghome-product-tabs,
  #product-product .enghome-related-grid,
  #product-product #content > .row.enghome-related-grid{
    width:calc(100% - 28px)!important;
  }
  #product-product .thumbnails > li:first-child .thumbnail{
    min-height:360px!important;
  }
  .product-info-side{
    padding:22px!important;
  }
  .product-info-side h1{
    font-size:26px!important;
  }
  .product-info-side h2{
    font-size:34px!important;
  }
  #product-product .enghome-related-grid,
  #product-product #content > .row.enghome-related-grid{
    grid-template-columns:1fr!important;
  }
}
/* PRODUCT PAGE WIDTH FIX - add at the end of enghome.css */

#product-product .container{
  width:100% !important;
  max-width:1400px !important;
}

#product-product #content{
  width:100% !important;
}

#product-product .row{
  margin-left:-15px !important;
  margin-right:-15px !important;
}

.product-info-side{
  padding-left:40px !important;
}

#product-product .thumbnail{
  min-height:720px !important;
}

#product-product .thumbnail img{
  max-height:660px !important;
}


/* =========================================================
   ENG HOME CATEGORY SLIDER - HOMEPAGE
   ========================================================= */
#common-home .eg-categories{
  position:relative!important;
  display:block!important;
  overflow:hidden!important;
  gap:0!important;
}

#common-home .eg-categories-slider{
  display:flex!important;
  gap:24px!important;
  width:100%!important;
  overflow-x:auto!important;
  scroll-snap-type:x mandatory!important;
  scroll-behavior:smooth!important;
  padding-bottom:10px!important;
  -ms-overflow-style:none!important;
  scrollbar-width:none!important;
}

#common-home .eg-categories-slider::-webkit-scrollbar{
  display:none!important;
}

#common-home .eg-categories-slider .eg-category-card{
  flex:0 0 100%!important;
  min-width:100%!important;
  width:100%!important;
  scroll-snap-align:start!important;
}

#common-home .eg-category-nav{
  position:absolute!important;
  top:50%!important;
  transform:translateY(-50%)!important;
  z-index:30!important;
  width:58px!important;
  height:58px!important;
  border:0!important;
  border-radius:999px!important;
  background:rgba(255,255,255,.88)!important;
  color:#13233d!important;
  font-size:34px!important;
  line-height:1!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  box-shadow:0 14px 34px rgba(0,0,0,.16)!important;
  backdrop-filter:blur(12px)!important;
  -webkit-backdrop-filter:blur(12px)!important;
  cursor:pointer!important;
  transition:background .25s ease, box-shadow .25s ease, transform .25s ease!important;
}

#common-home .eg-category-nav:hover{
  background:#fff!important;
  box-shadow:0 18px 44px rgba(0,0,0,.20)!important;
  transform:translateY(-50%) scale(1.06)!important;
}

#common-home .eg-category-prev{left:38px!important;}
#common-home .eg-category-next{right:38px!important;}

@media(max-width:700px){
  #common-home .eg-categories{
    padding-left:14px!important;
    padding-right:14px!important;
  }

  #common-home .eg-category-nav{
    width:46px!important;
    height:46px!important;
    font-size:28px!important;
  }

  #common-home .eg-category-prev{left:22px!important;}
  #common-home .eg-category-next{right:22px!important;}
}
/* ===================================== */
/* ENG HOME HERO CATEGORY SLIDER */
/* ===================================== */

.eg-categories{
  position:relative;
  overflow:hidden;

  width:100vw;
  max-width:100vw;

  margin-left:calc(50% - 50vw);
  margin-right:calc(50% - 50vw);

  padding:0 24px 90px;
}

.eg-categories-slider{
  display:flex;
  overflow:hidden;

  width:100%;
}

.eg-categories-slider .eg-category-card{
  min-width:100%;
  flex:0 0 100%;

  margin:0;

  min-height:720px;

  border-radius:36px;
}

/* NAVIGATION */

.eg-category-nav{
  position:absolute;
  top:50%;
  transform:translateY(-50%);

  z-index:50;

  width:64px;
  height:64px;

  border:none;
  border-radius:999px;

  background:rgba(255,255,255,.88);

  color:#13233d;

  font-size:28px;
  font-weight:700;

  cursor:pointer;

  backdrop-filter:blur(12px);

  box-shadow:0 18px 40px rgba(0,0,0,.16);

  transition:.25s ease;
}

.eg-category-nav:hover{
  transform:translateY(-50%) scale(1.06);
  background:#fff;
}

.eg-category-prev{
  left:44px;
}

.eg-category-next{
  right:44px;
}

/* MOBILE */

@media(max-width:900px){

  .eg-categories{
    padding:0 14px 70px;
  }

  .eg-categories-slider .eg-category-card{
    min-height:520px;
  }

  .eg-category-nav{
    width:48px;
    height:48px;

    font-size:20px;
  }

  .eg-category-prev{
    left:18px;
  }

  .eg-category-next{
    right:18px;
  }

}


/* =========================================================
   ENG HOME FINAL FIX - PRODUCT IMAGES FULL CARD + SLIDER CLEAN
   Added by ChatGPT
   ========================================================= */

/* Product cards: make images fill the visible card area, no white cut/padding */
#common-home .eg-product-image,
#common-home .eg-opencart-content .product-thumb .image,
#product-category .enghome-product-image-wrap,
#product-category .eg-product-image,
#product-category .eg-opencart-content .product-thumb .image,
.enghome-products-grid .enghome-product-image-wrap{
  width:100% !important;
  aspect-ratio:4 / 5 !important;
  height:auto !important;
  padding:0 !important;
  margin:0 !important;
  background:#f7f2ec !important;
  overflow:hidden !important;
}

#common-home .eg-product-image img,
#common-home .eg-opencart-content .product-thumb .image img,
#product-category .enghome-product-image,
#product-category .eg-product-image img,
#product-category .eg-opencart-content .product-thumb .image img,
.enghome-products-grid .enghome-product-image,
.enghome-product-card img{
  width:100% !important;
  height:100% !important;
  object-fit:cover !important;
  object-position:center center !important;
  padding:0 !important;
  margin:0 !important;
  background:transparent !important;
  display:block !important;
  transform:none !important;
}

/* Keep product cards clean and balanced */
#common-home .eg-product-card,
#common-home .eg-opencart-content .product-thumb,
#product-category .enghome-product-card,
#product-category .eg-product-card,
#product-category .eg-opencart-content .product-thumb{
  border-radius:14px !important;
  overflow:hidden !important;
}

/* Do not let hover image scaling create ugly cropped edges */
#common-home .eg-product-card:hover .eg-product-image img,
#common-home .eg-opencart-content .product-thumb:hover .image img,
#product-category .enghome-product-card:hover .enghome-product-image,
#product-category .eg-product-card:hover .eg-product-image img{
  transform:scale(1.03) !important;
}

/* Category slider: force one banner only, hide overflow cleanly */
#common-home .eg-categories{
  position:relative !important;
  overflow:hidden !important;
  display:block !important;
}

#common-home .eg-categories-slider{
  display:flex !important;
  width:100% !important;
  overflow:hidden !important;
  scroll-behavior:smooth !important;
}

#common-home .eg-categories-slider .eg-category-card{
  flex:0 0 100% !important;
  min-width:100% !important;
  width:100% !important;
  margin:0 !important;
}

/* Mobile product grid: better image height */
@media(max-width:700px){
  #common-home .eg-product-image,
  #common-home .eg-opencart-content .product-thumb .image,
  #product-category .enghome-product-image-wrap,
  #product-category .eg-product-image,
  #product-category .eg-opencart-content .product-thumb .image{
    aspect-ratio:3 / 4 !important;
  }
}
/* PRODUCT IMAGE FULL COVER FINAL */
.eg-product-image,
.eg-opencart-content .product-thumb .image,
.enghome-product-image-wrap{
  padding:0 !important;
  aspect-ratio:4 / 5 !important;
  background:#fff !important;
}

.eg-product-image img,
.eg-opencart-content .product-thumb .image img,
.enghome-product-image{
  width:100% !important;
  height:100% !important;
  object-fit:cover !important;
  object-position:center !important;
  padding:0 !important;
  background:transparent !important;
}


/* =========================================================
   ENG HOME HOMEPAGE PREMIUM SECTIONS + FINAL CLEANUP
   ========================================================= */

/* keep homepage category slider as one real banner */
#common-home .eg-categories{
  position:relative !important;
  overflow:hidden !important;
  width:100vw !important;
  max-width:100vw !important;
  margin-left:calc(50% - 50vw) !important;
  margin-right:calc(50% - 50vw) !important;
  padding:0 24px 86px !important;
  display:block !important;
}

#common-home .eg-categories-slider{
  display:flex !important;
  width:100% !important;
  overflow:hidden !important;
  scroll-behavior:smooth !important;
}

#common-home .eg-categories-slider .eg-category-card{
  flex:0 0 100% !important;
  min-width:100% !important;
  margin:0 !important;
  min-height:680px !important;
  border-radius:34px !important;
}

#common-home .eg-category-nav{
  position:absolute !important;
  top:50% !important;
  z-index:50 !important;
  width:58px !important;
  height:58px !important;
  border:0 !important;
  border-radius:999px !important;
  background:rgba(255,255,255,.90) !important;
  color:#13233d !important;
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
  font-size:30px !important;
  font-weight:800 !important;
  line-height:1 !important;
  cursor:pointer !important;
  box-shadow:0 18px 42px rgba(0,0,0,.16) !important;
  transform:translateY(-50%) !important;
  transition:.25s ease !important;
}

#common-home .eg-category-nav:hover{
  background:#fff !important;
  transform:translateY(-50%) scale(1.06) !important;
}

#common-home .eg-category-prev{left:44px !important;}
#common-home .eg-category-next{right:44px !important;}

/* product image final - remove white padding and fill image area */
#common-home .eg-product-image,
#common-home .eg-opencart-content .product-thumb .image,
#common-home .enghome-product-image-wrap{
  padding:0 !important;
  aspect-ratio:4 / 5 !important;
  background:#fff !important;
  overflow:hidden !important;
}

#common-home .eg-product-image img,
#common-home .eg-opencart-content .product-thumb .image img,
#common-home .enghome-product-image{
  width:100% !important;
  height:100% !important;
  object-fit:cover !important;
  object-position:center !important;
  padding:0 !important;
  background:transparent !important;
  display:block !important;
}

/* Trust bar */
.eg-trust-section{
  padding:0 0 46px;
}

.eg-trust-grid{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:16px;
}

.eg-trust-item{
  display:flex;
  align-items:flex-start;
  gap:14px;
  padding:20px;
  border-radius:22px;
  background:rgba(255,255,255,.78);
  border:1px solid rgba(19,35,61,.08);
  box-shadow:0 14px 38px rgba(19,35,61,.06);
}

.eg-trust-icon{
  width:42px;
  height:42px;
  flex:0 0 42px;
  border-radius:999px;
  display:flex;
  align-items:center;
  justify-content:center;
  background:#13233d;
  color:#fff;
  font-weight:900;
}

.eg-trust-item h3{
  margin:0 0 6px;
  color:#13233d;
  font-size:16px;
  font-weight:900;
}

.eg-trust-item p{
  margin:0;
  color:#687180;
  font-size:13px;
  line-height:1.55;
}

/* Offers */
.eg-offers-section{
  padding:32px 0 74px;
}

.eg-section-head-soft{
  margin-bottom:26px !important;
}

.eg-offer-grid{
  display:grid;
  grid-template-columns:1.35fr .85fr;
  grid-template-rows:repeat(2,260px);
  gap:20px;
}

.eg-offer-card{
  position:relative;
  overflow:hidden;
  border-radius:30px;
  background:#111;
  color:#fff;
  min-height:260px;
  box-shadow:0 22px 60px rgba(19,35,61,.11);
}

.eg-offer-large{
  grid-row:span 2;
}

.eg-offer-card img{
  width:100%;
  height:100%;
  object-fit:cover;
  transition:transform .9s cubic-bezier(.22,1,.36,1), filter .9s ease;
  filter:saturate(1.02) contrast(1.02) brightness(.80);
}

.eg-offer-card:hover img{
  transform:scale(1.055);
  filter:saturate(1.06) contrast(1.04) brightness(.70);
}

.eg-offer-card:after{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(180deg,rgba(0,0,0,.05),rgba(0,0,0,.55));
}

.eg-offer-content{
  position:absolute;
  left:28px;
  right:28px;
  bottom:26px;
  z-index:2;
}

.eg-offer-content span{
  display:inline-flex;
  margin-bottom:10px;
  padding:8px 12px;
  border-radius:999px;
  background:rgba(255,255,255,.16);
  border:1px solid rgba(255,255,255,.20);
  backdrop-filter:blur(10px);
  font-size:11px;
  font-weight:900;
  letter-spacing:.16em;
  text-transform:uppercase;
}

.eg-offer-content h3{
  margin:0;
  max-width:620px;
  font-family:'Cormorant Garamond',serif;
  font-size:clamp(34px,4vw,62px);
  line-height:.95;
  letter-spacing:-.05em;
}

.eg-offer-card:not(.eg-offer-large) .eg-offer-content h3{
  font-size:34px;
}

.eg-offer-content p{
  margin:14px 0 0;
  max-width:520px;
  color:rgba(255,255,255,.86);
  font-size:16px;
  line-height:1.7;
}

/* Featured block */
.eg-featured-section{
  padding:0 0 72px;
}

.eg-featured-card{
  display:grid;
  grid-template-columns:1fr .85fr;
  gap:28px;
  align-items:center;
  padding:38px;
  border-radius:34px;
  background:linear-gradient(135deg,#13233d 0%,#223656 100%);
  color:#fff;
  box-shadow:0 26px 70px rgba(19,35,61,.14);
  overflow:hidden;
  position:relative;
}

.eg-featured-card:before{
  content:"";
  position:absolute;
  right:-160px;
  top:-160px;
  width:420px;
  height:420px;
  border-radius:999px;
  background:rgba(255,255,255,.08);
}

.eg-featured-text{
  position:relative;
  z-index:2;
}

.eg-featured-text h2{
  margin:0;
  max-width:620px;
  font-family:'Cormorant Garamond',serif;
  font-size:clamp(40px,4.8vw,76px);
  line-height:.95;
  letter-spacing:-.055em;
}

.eg-featured-text p:not(.eg-kicker){
  margin:18px 0 0;
  max-width:560px;
  color:rgba(255,255,255,.78);
  line-height:1.8;
}

.eg-featured-btn{
  margin-top:26px;
  display:inline-flex;
  min-height:52px;
  align-items:center;
  justify-content:center;
  padding:0 24px;
  border-radius:999px;
  background:#fff;
  color:#13233d;
  font-weight:900;
}

.eg-featured-mini-grid{
  position:relative;
  z-index:2;
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:14px;
}

.eg-featured-mini-grid a{
  min-height:112px;
  display:flex;
  align-items:end;
  padding:20px;
  border-radius:24px;
  background:rgba(255,255,255,.10);
  border:1px solid rgba(255,255,255,.16);
  color:#fff;
  font-weight:900;
  backdrop-filter:blur(12px);
  transition:.25s ease;
}

.eg-featured-mini-grid a:hover{
  transform:translateY(-4px);
  background:rgba(255,255,255,.18);
}

/* Brand story */
.eg-brand-story{
  padding:20px 0 78px;
}

.eg-brand-grid{
  display:grid;
  grid-template-columns:1fr .9fr;
  gap:54px;
  align-items:center;
}

.eg-brand-image{
  border-radius:34px;
  overflow:hidden;
  min-height:520px;
  box-shadow:0 26px 70px rgba(19,35,61,.13);
}

.eg-brand-image img{
  width:100%;
  height:100%;
  min-height:520px;
  object-fit:cover;
}

.eg-brand-content h2{
  margin:0;
  font-family:'Cormorant Garamond',serif;
  color:#13233d;
  font-size:clamp(44px,5vw,82px);
  line-height:.95;
  letter-spacing:-.055em;
}

.eg-brand-content p:not(.eg-kicker){
  margin:22px 0 0;
  color:#687180;
  font-size:17px;
  line-height:1.9;
  max-width:620px;
}

.eg-brand-link{
  margin-top:28px;
  display:inline-flex;
  min-height:54px;
  align-items:center;
  justify-content:center;
  padding:0 26px;
  border-radius:999px;
  background:#13233d;
  color:#fff;
  font-weight:900;
}

/* Gallery */
.eg-gallery-section{
  padding:0 0 96px;
}

.eg-gallery-grid{
  display:grid;
  grid-template-columns:repeat(6,minmax(0,1fr));
  gap:14px;
}

.eg-gallery-grid img{
  width:100%;
  aspect-ratio:3/4;
  object-fit:cover;
  border-radius:24px;
  box-shadow:0 16px 44px rgba(19,35,61,.08);
  transition:.35s ease;
}

.eg-gallery-grid img:hover{
  transform:translateY(-6px);
  box-shadow:0 24px 60px rgba(19,35,61,.13);
}

/* spacing adjustment */
#common-home .eg-products-shell{
  padding-top:20px !important;
}

/* responsive */
@media(max-width:1100px){
  .eg-trust-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }

  .eg-gallery-grid{
    grid-template-columns:repeat(3,minmax(0,1fr));
  }
}

@media(max-width:900px){
  #common-home .eg-categories{
    padding:0 14px 62px !important;
  }

  #common-home .eg-categories-slider .eg-category-card{
    min-height:520px !important;
    border-radius:26px !important;
  }

  #common-home .eg-category-nav{
    width:46px !important;
    height:46px !important;
    font-size:22px !important;
  }

  #common-home .eg-category-prev{left:18px !important;}
  #common-home .eg-category-next{right:18px !important;}

  .eg-offer-grid,
  .eg-featured-card,
  .eg-brand-grid{
    grid-template-columns:1fr;
  }

  .eg-offer-grid{
    grid-template-rows:auto;
  }

  .eg-offer-large{
    grid-row:auto;
  }

  .eg-offer-card,
  .eg-offer-large{
    min-height:360px;
  }
}

@media(max-width:600px){
  .eg-trust-grid,
  .eg-featured-mini-grid{
    grid-template-columns:1fr;
  }

  .eg-trust-item{
    padding:16px;
  }

  .eg-offer-content{
    left:20px;
    right:20px;
    bottom:22px;
  }

  .eg-offer-content h3,
  .eg-offer-card:not(.eg-offer-large) .eg-offer-content h3{
    font-size:34px;
  }

  .eg-featured-card{
    padding:26px;
    border-radius:26px;
  }

  .eg-brand-image,
  .eg-brand-image img{
    min-height:360px;
  }

  .eg-gallery-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }

  .eg-gallery-grid img{
    border-radius:18px;
  }
}

/* =========================================================
   ENG HOME PREMIUM FINAL OVERRIDES - CLEAN LUXURY HOMEPAGE
   ========================================================= */

:root{
  --eg-bg:#f8f3ec;
  --eg-bg-2:#efe6da;
  --eg-card:#fffdf9;
  --eg-text:#101827;
  --eg-navy:#13233d;
  --eg-muted:#667085;
  --eg-gold:#a98b62;
  --eg-soft-gold:#d7c5aa;
  --eg-line:rgba(19,35,61,.10);
  --eg-shadow:0 24px 80px rgba(19,35,61,.10);
}

body.enghome-body{
  background:var(--eg-bg)!important;
  font-family:Manrope,Inter,Arial,sans-serif!important;
  letter-spacing:-.01em;
}

.eg-home,
.eg-home-premium{
  background:linear-gradient(180deg,#f8f3ec 0%,#f4ece1 44%,#fbf8f3 100%)!important;
}

.eg-container{
  width:min(1320px,calc(100% - 48px))!important;
  margin-left:auto!important;
  margin-right:auto!important;
}

.eg-kicker{
  color:var(--eg-gold)!important;
  font-size:11px!important;
  letter-spacing:.24em!important;
  text-transform:uppercase!important;
  font-weight:800!important;
}

.eg-section-title,
.eg-intro-section h2,
.eg-brand-content h2,
.eg-featured-text h2{
  font-family:'Cormorant Garamond',serif!important;
  font-weight:600!important;
  letter-spacing:-.045em!important;
  color:var(--eg-navy)!important;
}

/* Hero */
.eg-hero-premium{
  min-height:88vh!important;
  border-radius:0 0 34px 34px!important;
  isolation:isolate;
}

.eg-hero-media video{
  filter:brightness(.58) contrast(1.04) saturate(1.02)!important;
  transform:scale(1.045)!important;
}

.eg-hero-shade{
  background:
    radial-gradient(circle at 50% 34%,rgba(255,255,255,.14),transparent 28%),
    linear-gradient(180deg,rgba(0,0,0,.08),rgba(0,0,0,.58))!important;
}

.eg-hero-content{
  max-width:980px!important;
}

.eg-hero h1{
  font-family:ElegantLady,'Cormorant Garamond',serif!important;
  font-size:clamp(86px,12vw,170px)!important;
  line-height:.84!important;
  font-weight:500!important;
}

.eg-hero-text{
  max-width:760px!important;
  font-size:18px!important;
  line-height:1.9!important;
  color:rgba(255,255,255,.88)!important;
}

.eg-btn{
  min-height:56px!important;
  padding:0 30px!important;
  border-radius:999px!important;
  font-size:14px!important;
  font-weight:800!important;
  letter-spacing:-.01em!important;
}

.eg-btn-light{
  background:#fff!important;
  color:var(--eg-navy)!important;
}

.eg-btn-outline{
  color:#fff!important;
  border:1px solid rgba(255,255,255,.30)!important;
  background:rgba(255,255,255,.10)!important;
}

/* Reveal */
.eg-reveal{
  opacity:0;
  transform:translateY(28px);
  transition:opacity .75s ease,transform .75s ease;
}

.eg-reveal.eg-visible{
  opacity:1;
  transform:translateY(0);
}

/* Intro */
.eg-intro-section{
  padding:92px 0 40px!important;
}

.eg-intro-grid{
  display:grid!important;
  grid-template-columns:1.1fr .9fr!important;
  gap:80px!important;
  align-items:end!important;
}

.eg-intro-section h2{
  font-size:clamp(48px,6vw,88px)!important;
  line-height:.92!important;
}

.eg-lead{
  color:#6b6259!important;
  font-size:18px!important;
  line-height:1.9!important;
}

/* Category carousel */
.eg-categories{
  position:relative!important;
  overflow:hidden!important;
  width:100vw!important;
  max-width:100vw!important;
  margin-left:calc(50% - 50vw)!important;
  margin-right:calc(50% - 50vw)!important;
  padding:0 28px 70px!important;
  display:block!important;
}

.eg-categories-slider{
  display:flex!important;
  gap:0!important;
  overflow:hidden!important;
  scroll-snap-type:x mandatory!important;
  scroll-behavior:smooth!important;
  width:100%!important;
  border-radius:38px!important;
}

.eg-categories-slider .eg-category-card{
  flex:0 0 100%!important;
  min-width:100%!important;
  min-height:690px!important;
  border-radius:38px!important;
  background-size:cover!important;
  background-position:center!important;
  scroll-snap-align:start!important;
  border:1px solid rgba(255,255,255,.42)!important;
  box-shadow:0 24px 80px rgba(19,35,61,.16)!important;
  transform:none!important;
}

.eg-category-card:hover{
  transform:none!important;
}

.eg-category-card:before{
  background:rgba(0,0,0,.10)!important;
}

.eg-category-card:hover:before{
  background:rgba(0,0,0,.18)!important;
}

.eg-category-content{
  max-width:880px!important;
  margin:0 auto!important;
  padding:70px 40px!important;
  text-align:center!important;
}

.eg-category-content h2{
  font-family:'Cormorant Garamond',serif!important;
  font-size:clamp(72px,9vw,126px)!important;
  font-weight:600!important;
  letter-spacing:-.06em!important;
  line-height:.86!important;
  margin:14px 0 18px!important;
  color:#fff!important;
}

.eg-category-content p{
  font-size:18px!important;
  line-height:1.85!important;
  max-width:620px!important;
  margin:0 auto 28px!important;
}

.eg-category-content a{
  min-height:56px!important;
  padding:0 30px!important;
  border-radius:999px!important;
  background:#fff!important;
  color:var(--eg-navy)!important;
  box-shadow:0 18px 44px rgba(0,0,0,.20)!important;
}

.eg-category-nav{
  position:absolute!important;
  top:50%!important;
  z-index:50!important;
  width:62px!important;
  height:62px!important;
  border:0!important;
  border-radius:999px!important;
  background:rgba(255,255,255,.90)!important;
  color:var(--eg-navy)!important;
  font-size:28px!important;
  font-weight:700!important;
  line-height:1!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  box-shadow:0 18px 44px rgba(0,0,0,.14)!important;
  backdrop-filter:blur(14px)!important;
  transform:translateY(-50%)!important;
  cursor:pointer!important;
}

.eg-category-nav:hover{
  background:#fff!important;
  transform:translateY(-50%) scale(1.06)!important;
}

.eg-category-prev{left:54px!important;}
.eg-category-next{right:54px!important;}

/* Trust */
.eg-trust-section{
  padding:4px 0 72px!important;
}

.eg-trust-grid{
  display:grid!important;
  grid-template-columns:repeat(4,minmax(0,1fr))!important;
  gap:14px!important;
}

.eg-trust-item{
  display:flex!important;
  align-items:flex-start!important;
  gap:14px!important;
  background:rgba(255,253,249,.74)!important;
  border:1px solid rgba(19,35,61,.08)!important;
  border-radius:22px!important;
  padding:22px!important;
  box-shadow:0 14px 44px rgba(19,35,61,.05)!important;
}

.eg-trust-icon{
  width:42px!important;
  height:42px!important;
  border-radius:999px!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  background:#13233d!important;
  color:#fff!important;
  font-weight:900!important;
  flex:0 0 auto!important;
}

.eg-trust-item h3{
  margin:0 0 6px!important;
  font-size:15px!important;
  font-weight:900!important;
  color:var(--eg-navy)!important;
}

.eg-trust-item p{
  margin:0!important;
  color:#667085!important;
  line-height:1.65!important;
  font-size:13px!important;
}

/* Offers */
.eg-offers-section{
  padding:24px 0 80px!important;
}

.eg-section-head-soft{
  margin-bottom:28px!important;
}

.eg-offer-grid{
  display:grid!important;
  grid-template-columns:1.32fr .68fr!important;
  grid-template-rows:repeat(2,320px)!important;
  gap:22px!important;
}

.eg-offer-card{
  position:relative!important;
  overflow:hidden!important;
  border-radius:34px!important;
  background:#ddd!important;
  min-height:320px!important;
  box-shadow:0 22px 64px rgba(19,35,61,.10)!important;
  isolation:isolate!important;
}

.eg-offer-large{
  grid-row:span 2!important;
}

.eg-offer-card img,
.eg-brand-image img,
.eg-gallery-grid img{
  width:100%!important;
  height:100%!important;
  object-fit:cover!important;
  display:block!important;
}

.eg-offer-card:after{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(180deg,rgba(0,0,0,.05),rgba(0,0,0,.56));
  z-index:1;
}

.eg-offer-content{
  position:absolute!important;
  left:0!important;
  right:0!important;
  bottom:0!important;
  z-index:2!important;
  color:#fff!important;
  padding:34px!important;
}

.eg-offer-content span{
  display:block!important;
  font-size:11px!important;
  letter-spacing:.22em!important;
  text-transform:uppercase!important;
  font-weight:900!important;
  color:rgba(255,255,255,.78)!important;
  margin-bottom:10px!important;
}

.eg-offer-content h3{
  margin:0!important;
  font-family:'Cormorant Garamond',serif!important;
  font-size:clamp(32px,4vw,58px)!important;
  line-height:.96!important;
  font-weight:600!important;
  letter-spacing:-.045em!important;
}

.eg-offer-content p{
  margin:14px 0 0!important;
  max-width:520px!important;
  color:rgba(255,255,255,.86)!important;
  line-height:1.75!important;
}

/* Remove old blue/featured marketplace block */
.eg-featured-section{
  display:none!important;
}

/* Products */
.eg-products-shell{
  padding:64px 0 86px!important;
}

.eg-section-head{
  margin-bottom:28px!important;
}

.eg-section-link{
  font-weight:900!important;
  color:var(--eg-navy)!important;
  border-bottom:1px solid rgba(19,35,61,.34)!important;
}

.eg-opencart-content .row,
.eg-latest-grid,
.enghome-products-grid{
  display:grid!important;
  grid-template-columns:repeat(4,minmax(0,1fr))!important;
  gap:22px!important;
  width:100%!important;
  margin:0!important;
}

.eg-opencart-content [class*="col-"]{
  width:100%!important;
  max-width:100%!important;
  float:none!important;
  padding:0!important;
  margin:0!important;
}

.eg-product-card,
.eg-opencart-content .product-thumb,
.enghome-product-card{
  background:#fffdf9!important;
  border:1px solid rgba(19,35,61,.08)!important;
  border-radius:24px!important;
  overflow:hidden!important;
  box-shadow:0 16px 50px rgba(19,35,61,.06)!important;
  transition:transform .32s ease,box-shadow .32s ease,border-color .32s ease!important;
}

.eg-product-card:hover,
.eg-opencart-content .product-thumb:hover,
.enghome-product-card:hover{
  transform:translateY(-6px)!important;
  border-color:rgba(19,35,61,.14)!important;
  box-shadow:0 26px 72px rgba(19,35,61,.12)!important;
}

.eg-product-image,
.eg-opencart-content .product-thumb .image,
.enghome-product-image-wrap{
  width:100%!important;
  aspect-ratio:4/5!important;
  height:auto!important;
  background:#f4efe8!important;
  padding:0!important;
  margin:0!important;
  overflow:hidden!important;
}

.eg-product-image img,
.eg-opencart-content .product-thumb .image img,
.enghome-product-image{
  width:100%!important;
  height:100%!important;
  object-fit:cover!important;
  object-position:center!important;
  padding:0!important;
  background:transparent!important;
  transform:none!important;
  transition:transform .55s ease!important;
}

.eg-product-card:hover .eg-product-image img,
.eg-opencart-content .product-thumb:hover .image img,
.enghome-product-card:hover .enghome-product-image{
  transform:scale(1.045)!important;
}

.eg-product-info,
.eg-opencart-content .product-thumb .caption,
.eg-opencart-content .product-thumb .content,
.enghome-product-info{
  padding:18px 18px 12px!important;
  text-align:left!important;
}

.eg-product-title,
.eg-opencart-content .product-thumb h4,
.enghome-product-title{
  font-family:Manrope,Inter,Arial,sans-serif!important;
  font-size:15px!important;
  line-height:1.38!important;
  font-weight:800!important;
  color:var(--eg-text)!important;
  letter-spacing:-.02em!important;
  margin:0 0 10px!important;
  min-height:42px!important;
}

.eg-opencart-content .product-thumb .caption p:not(.price){
  display:none!important;
}

.eg-price-current,
.eg-opencart-content .price,
.eg-opencart-content .price-new,
.enghome-price,
.enghome-price-new{
  font-size:22px!important;
  line-height:1.1!important;
  color:#b91c1c!important;
  font-weight:900!important;
}

.eg-opencart-content .button-group,
.eg-product-actions-card,
.enghome-product-actions{
  padding:0 18px 18px!important;
  background:transparent!important;
  border:0!important;
  display:block!important;
}

.eg-add-cart,
.eg-opencart-content .button-group button:first-child,
.enghome-cart-btn{
  width:100%!important;
  height:46px!important;
  min-height:46px!important;
  border-radius:999px!important;
  border:0!important;
  background:var(--eg-navy)!important;
  color:#fff!important;
  font-size:13px!important;
  font-weight:900!important;
  box-shadow:none!important;
}

.eg-opencart-content .button-group button:not(:first-child){
  display:none!important;
}

/* Brand story */
.eg-brand-story{
  padding:44px 0 92px!important;
}

.eg-brand-grid{
  display:grid!important;
  grid-template-columns:1.08fr .92fr!important;
  gap:58px!important;
  align-items:center!important;
}

.eg-brand-image{
  min-height:560px!important;
  border-radius:38px!important;
  overflow:hidden!important;
  box-shadow:0 24px 80px rgba(19,35,61,.12)!important;
}

.eg-brand-content{
  max-width:560px!important;
}

.eg-brand-content h2{
  font-size:clamp(48px,5vw,82px)!important;
  line-height:.94!important;
  margin:12px 0 22px!important;
}

.eg-brand-content p{
  color:#665f56!important;
  font-size:17px!important;
  line-height:1.95!important;
  margin:0 0 28px!important;
}

.eg-brand-link{
  display:inline-flex!important;
  align-items:center!important;
  min-height:54px!important;
  padding:0 26px!important;
  border-radius:999px!important;
  background:var(--eg-navy)!important;
  color:#fff!important;
  font-weight:900!important;
}

/* Gallery */
.eg-gallery-section{
  padding:10px 0 100px!important;
}

.eg-gallery-grid{
  display:grid!important;
  grid-template-columns:repeat(6,minmax(0,1fr))!important;
  gap:14px!important;
}

.eg-gallery-grid img{
  height:260px!important;
  border-radius:24px!important;
  box-shadow:0 14px 44px rgba(19,35,61,.07)!important;
}

.eg-gallery-grid img:nth-child(2),
.eg-gallery-grid img:nth-child(5){
  margin-top:34px!important;
}

/* Mobile */
@media(max-width:1180px){
  .eg-opencart-content .row,
  .eg-latest-grid,
  .enghome-products-grid{
    grid-template-columns:repeat(3,minmax(0,1fr))!important;
  }

  .eg-trust-grid{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
  }
}

@media(max-width:900px){
  .eg-container{width:calc(100% - 30px)!important;}
  .eg-hero-premium{min-height:78vh!important;}
  .eg-hero h1{font-size:88px!important;}
  .eg-intro-grid,
  .eg-brand-grid{
    grid-template-columns:1fr!important;
    gap:24px!important;
  }
  .eg-categories{padding:0 14px 54px!important;}
  .eg-categories-slider .eg-category-card{min-height:520px!important;border-radius:28px!important;}
  .eg-category-content{padding:46px 24px!important;}
  .eg-category-content h2{font-size:62px!important;}
  .eg-category-nav{width:48px!important;height:48px!important;font-size:22px!important;}
  .eg-category-prev{left:22px!important;}
  .eg-category-next{right:22px!important;}
  .eg-offer-grid{grid-template-columns:1fr!important;grid-template-rows:none!important;}
  .eg-offer-card,.eg-offer-large{min-height:380px!important;grid-row:auto!important;}
  .eg-opencart-content .row,
  .eg-latest-grid,
  .enghome-products-grid{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
    gap:16px!important;
  }
  .eg-brand-image{min-height:420px!important;}
  .eg-gallery-grid{
    display:flex!important;
    overflow-x:auto!important;
    gap:14px!important;
    padding-bottom:12px!important;
    scroll-snap-type:x mandatory!important;
  }
  .eg-gallery-grid img{
    min-width:72%!important;
    height:330px!important;
    scroll-snap-align:start!important;
    margin-top:0!important;
  }
}

@media(max-width:600px){
  .eg-hero h1{font-size:76px!important;}
  .eg-hero-text{font-size:15px!important;}
  .eg-trust-grid{grid-template-columns:1fr!important;}
  .eg-offer-card,.eg-offer-large{min-height:330px!important;}
  .eg-offer-content{padding:24px!important;}
  .eg-opencart-content .row,
  .eg-latest-grid,
  .enghome-products-grid{
    grid-template-columns:1fr!important;
  }
  .eg-product-image,
  .eg-opencart-content .product-thumb .image,
  .enghome-product-image-wrap{
    aspect-ratio:4/5!important;
  }
}

/* =========================================================
   ENG HOME PRODUCT PAGE V2 - GJIRAFA INSPIRED / PREMIUM FIX
   Add at very end to override older product-page rules safely.
   ========================================================= */
body.enghome-body #product-product.egp-page{
  padding:46px 0 90px !important;
  background:linear-gradient(180deg,#faf7f2 0%,#f3ece3 100%) !important;
  color:#101827 !important;
}
body.enghome-body #product-product.egp-page *{box-sizing:border-box;}
body.enghome-body #product-product.egp-page .egp-container{
  width:min(1320px,calc(100% - 44px)) !important;
  max-width:1320px !important;
  margin:0 auto !important;
  padding:0 !important;
  background:transparent !important;
}
body.enghome-body #product-product.egp-page .egp-content{
  width:100% !important;
  max-width:none !important;
  padding:0 !important;
  margin:0 !important;
  float:none !important;
  background:transparent !important;
  border:0 !important;
  box-shadow:none !important;
}
body.enghome-body #product-product.egp-page .egp-breadcrumb{
  display:flex !important;
  align-items:center !important;
  gap:9px !important;
  margin:0 0 24px !important;
  font-size:13px !important;
  color:#7a8290 !important;
}
body.enghome-body #product-product.egp-page .egp-breadcrumb a{color:#6d7480 !important;font-weight:700 !important;}
body.enghome-body #product-product.egp-page .egp-breadcrumb a:hover{color:#13233d !important;}

body.enghome-body #product-product.egp-page .egp-product-shell{
  display:grid !important;
  grid-template-columns:minmax(0,1.12fr) minmax(380px,.88fr) !important;
  gap:28px !important;
  width:100% !important;
  margin:0 !important;
  align-items:start !important;
}
body.enghome-body #product-product.egp-page .egp-gallery-card,
body.enghome-body #product-product.egp-page .egp-info-card,
body.enghome-body #product-product.egp-page .egp-tabs-content,
body.enghome-body #product-product.egp-page .egp-related-card{
  background:rgba(255,255,255,.92) !important;
  border:1px solid rgba(19,35,61,.08) !important;
  border-radius:28px !important;
  box-shadow:0 18px 55px rgba(19,35,61,.08) !important;
}
body.enghome-body #product-product.egp-page .egp-gallery-card{
  padding:18px !important;
  min-height:680px !important;
}
body.enghome-body #product-product.egp-page .egp-gallery-layout{
  display:grid !important;
  grid-template-columns:92px minmax(0,1fr) !important;
  gap:18px !important;
  height:100% !important;
  min-height:640px !important;
}
body.enghome-body #product-product.egp-page .egp-thumbs{
  display:flex !important;
  flex-direction:column !important;
  gap:12px !important;
  max-height:640px !important;
  overflow-y:auto !important;
  padding:3px 2px 3px 0 !important;
  background:transparent !important;
}
body.enghome-body #product-product.egp-page .egp-thumbs::-webkit-scrollbar{width:4px;}
body.enghome-body #product-product.egp-page .egp-thumbs::-webkit-scrollbar-thumb{background:rgba(19,35,61,.18);border-radius:99px;}
body.enghome-body #product-product.egp-page .egp-thumb{
  width:84px !important;
  height:84px !important;
  min-width:84px !important;
  min-height:84px !important;
  padding:7px !important;
  border:1px solid rgba(19,35,61,.10) !important;
  border-radius:18px !important;
  background:#fff !important;
  cursor:pointer !important;
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
  overflow:hidden !important;
  transition:.22s ease !important;
}
body.enghome-body #product-product.egp-page .egp-thumb:hover,
body.enghome-body #product-product.egp-page .egp-thumb.is-active{
  border-color:#13233d !important;
  box-shadow:0 10px 24px rgba(19,35,61,.12) !important;
  transform:translateY(-1px) !important;
}
body.enghome-body #product-product.egp-page .egp-thumb img{
  width:100% !important;
  height:100% !important;
  object-fit:contain !important;
  display:block !important;
  background:#fff !important;
}
body.enghome-body #product-product.egp-page .egp-main-image-wrap{
  position:relative !important;
  min-height:640px !important;
  border-radius:24px !important;
  background:linear-gradient(180deg,#ffffff 0%,#fbf8f4 100%) !important;
  border:1px solid rgba(19,35,61,.07) !important;
  overflow:hidden !important;
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
}
body.enghome-body #product-product.egp-page .egp-main-image-button{
  width:100% !important;
  height:100% !important;
  min-height:640px !important;
  border:0 !important;
  background:transparent !important;
  padding:34px !important;
  cursor:zoom-in !important;
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
  position:relative !important;
}
body.enghome-body #product-product.egp-page #egp-main-image{
  width:100% !important;
  max-width:620px !important;
  height:560px !important;
  object-fit:contain !important;
  margin:0 auto !important;
  display:block !important;
  background:transparent !important;
  border:0 !important;
  box-shadow:none !important;
}
body.enghome-body #product-product.egp-page .egp-zoom-hint{
  position:absolute !important;
  left:50% !important;
  bottom:22px !important;
  transform:translateX(-50%) !important;
  display:inline-flex !important;
  align-items:center !important;
  gap:8px !important;
  min-height:40px !important;
  padding:0 16px !important;
  border-radius:999px !important;
  background:rgba(255,255,255,.92) !important;
  color:#13233d !important;
  font-size:12px !important;
  font-weight:800 !important;
  box-shadow:0 10px 24px rgba(19,35,61,.10) !important;
}
body.enghome-body #product-product.egp-page .egp-slide-btn{
  position:absolute !important;
  top:50% !important;
  transform:translateY(-50%) !important;
  z-index:3 !important;
  width:46px !important;
  height:46px !important;
  border-radius:999px !important;
  border:1px solid rgba(19,35,61,.08) !important;
  background:rgba(255,255,255,.92) !important;
  color:#13233d !important;
  font-size:32px !important;
  line-height:1 !important;
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
  cursor:pointer !important;
  box-shadow:0 10px 24px rgba(19,35,61,.10) !important;
  transition:.22s ease !important;
}
body.enghome-body #product-product.egp-page .egp-slide-btn:hover{background:#13233d !important;color:#fff !important;}
body.enghome-body #product-product.egp-page .egp-slide-prev{left:18px !important;}
body.enghome-body #product-product.egp-page .egp-slide-next{right:18px !important;}

body.enghome-body #product-product.egp-page .egp-info-card{
  position:sticky !important;
  top:118px !important;
  padding:28px !important;
  overflow:hidden !important;
}
body.enghome-body #product-product.egp-page .egp-top-actions{
  display:flex !important;
  gap:10px !important;
  justify-content:flex-end !important;
  margin-bottom:8px !important;
}
body.enghome-body #product-product.egp-page .egp-top-actions button{
  width:46px !important;
  height:46px !important;
  border-radius:999px !important;
  border:1px solid rgba(19,35,61,.08) !important;
  background:#fff !important;
  color:#13233d !important;
  box-shadow:0 8px 20px rgba(19,35,61,.06) !important;
  transition:.22s ease !important;
}
body.enghome-body #product-product.egp-page .egp-top-actions button:hover{background:#13233d !important;color:#fff !important;}
body.enghome-body #product-product.egp-page .egp-brand{
  display:inline-flex !important;
  color:#a98b62 !important;
  font-size:12px !important;
  text-transform:uppercase !important;
  letter-spacing:.18em !important;
  font-weight:900 !important;
  margin-bottom:10px !important;
}
body.enghome-body #product-product.egp-page .egp-title{
  margin:0 0 16px !important;
  color:#101827 !important;
  font-size:clamp(34px,3.2vw,48px) !important;
  line-height:1.02 !important;
  letter-spacing:-.04em !important;
  font-family:Inter,Arial,sans-serif !important;
  font-weight:900 !important;
}
body.enghome-body #product-product.egp-page .egp-rating-line{
  display:flex !important;
  align-items:center !important;
  gap:12px !important;
  margin-bottom:18px !important;
  color:#677181 !important;
}
body.enghome-body #product-product.egp-page .egp-stars{color:#d6a537 !important;display:flex !important;gap:2px !important;}
body.enghome-body #product-product.egp-page .egp-meta-box{
  border-top:1px solid rgba(19,35,61,.08) !important;
  border-bottom:1px solid rgba(19,35,61,.08) !important;
  margin:18px -28px 0 !important;
}
body.enghome-body #product-product.egp-page .egp-meta-box div{
  display:grid !important;
  grid-template-columns:140px 1fr !important;
  gap:12px !important;
  padding:14px 28px !important;
  border-bottom:1px solid rgba(19,35,61,.07) !important;
  align-items:center !important;
}
body.enghome-body #product-product.egp-page .egp-meta-box div:last-child{border-bottom:0 !important;}
body.enghome-body #product-product.egp-page .egp-meta-box span{color:#778293 !important;font-size:14px !important;}
body.enghome-body #product-product.egp-page .egp-meta-box strong{color:#101827 !important;font-size:14px !important;font-weight:800 !important;}
body.enghome-body #product-product.egp-page .egp-price-box{
  padding:24px 0 !important;
  border-bottom:1px solid rgba(19,35,61,.08) !important;
}
body.enghome-body #product-product.egp-page .egp-price-old{
  font-size:16px !important;
  color:#9299a5 !important;
  text-decoration:line-through !important;
  font-weight:800 !important;
  margin-bottom:6px !important;
}
body.enghome-body #product-product.egp-page .egp-price-main{
  font-size:44px !important;
  color:#c91420 !important;
  line-height:1 !important;
  letter-spacing:-.04em !important;
  font-weight:950 !important;
}
body.enghome-body #product-product.egp-page .egp-tax,
body.enghome-body #product-product.egp-page .egp-discounts span{
  color:#697386 !important;
  font-size:14px !important;
  margin-top:10px !important;
  display:block !important;
}
body.enghome-body #product-product.egp-page .egp-buy-box{margin-top:22px !important;}
body.enghome-body #product-product.egp-page .egp-options-title{font-weight:900 !important;margin-bottom:14px !important;color:#101827 !important;}
body.enghome-body #product-product.egp-page .egp-field{margin-bottom:16px !important;}
body.enghome-body #product-product.egp-page .egp-field label{font-weight:800 !important;color:#101827 !important;margin-bottom:8px !important;display:block !important;}
body.enghome-body #product-product.egp-page .egp-field .form-control,
body.enghome-body #product-product.egp-page #input-quantity{
  height:52px !important;
  border-radius:16px !important;
  border:1px solid rgba(19,35,61,.10) !important;
  background:#fff !important;
  color:#101827 !important;
  box-shadow:none !important;
}
body.enghome-body #product-product.egp-page .egp-choice-list{display:grid !important;gap:10px !important;}
body.enghome-body #product-product.egp-page .egp-choice{display:flex !important;align-items:center !important;gap:10px !important;background:#fbf8f4 !important;border:1px solid rgba(19,35,61,.08) !important;border-radius:16px !important;padding:12px !important;}
body.enghome-body #product-product.egp-page .egp-choice img{width:42px !important;height:42px !important;object-fit:contain !important;}
body.enghome-body #product-product.egp-page .egp-upload-btn{width:100% !important;min-height:50px !important;border-radius:16px !important;background:#f5f1eb !important;border:1px solid rgba(19,35,61,.08) !important;font-weight:800 !important;}
body.enghome-body #product-product.egp-page .egp-qty-row{
  display:flex !important;
  align-items:center !important;
  gap:14px !important;
  margin:4px 0 18px !important;
}
body.enghome-body #product-product.egp-page .egp-qty-row label{margin:0 !important;font-weight:900 !important;color:#101827 !important;}
body.enghome-body #product-product.egp-page #input-quantity{
  width:82px !important;
  min-width:82px !important;
  text-align:center !important;
}
body.enghome-body #product-product.egp-page #button-cart.egp-cart-btn{
  width:100% !important;
  min-height:62px !important;
  border:0 !important;
  border-radius:18px !important;
  background:#13233d !important;
  color:#fff !important;
  font-size:17px !important;
  font-weight:950 !important;
  box-shadow:0 18px 38px rgba(19,35,61,.20) !important;
  transition:.22s ease !important;
}
body.enghome-body #product-product.egp-page #button-cart.egp-cart-btn:hover{background:#0b1628 !important;transform:translateY(-2px) !important;}
body.enghome-body #product-product.egp-page .egp-minimum{margin-top:14px !important;border-radius:16px !important;}
body.enghome-body #product-product.egp-page .egp-safe-payments{
  margin-top:24px !important;
  padding-top:20px !important;
  border-top:1px solid rgba(19,35,61,.08) !important;
}
body.enghome-body #product-product.egp-page .egp-safe-payments h4{margin:0 0 12px !important;font-weight:950 !important;color:#13233d !important;font-size:18px !important;}
body.enghome-body #product-product.egp-page .egp-payment-list{display:grid !important;gap:10px !important;}
body.enghome-body #product-product.egp-page .egp-payment-list div{
  min-height:56px !important;
  display:flex !important;
  align-items:center !important;
  gap:13px !important;
  padding:0 15px !important;
  border-radius:16px !important;
  background:#f4eee7 !important;
  color:#101827 !important;
  font-weight:850 !important;
}
body.enghome-body #product-product.egp-page .egp-payment-list i{
  width:34px !important;
  height:34px !important;
  border-radius:10px !important;
  background:#fff !important;
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
  color:#a98b62 !important;
}

body.enghome-body #product-product.egp-page .egp-tabs-section,
body.enghome-body #product-product.egp-page .egp-related-section{
  margin-top:34px !important;
  width:100% !important;
}
body.enghome-body #product-product.egp-page .egp-tabs-nav{
  width:100% !important;
  margin:0 0 14px !important;
  border:0 !important;
  display:flex !important;
  gap:10px !important;
  justify-content:flex-start !important;
  padding:0 !important;
}
body.enghome-body #product-product.egp-page .egp-tabs-nav li{float:none !important;margin:0 !important;list-style:none !important;}
body.enghome-body #product-product.egp-page .egp-tabs-nav a{
  display:flex !important;
  align-items:center !important;
  min-height:48px !important;
  padding:0 22px !important;
  border-radius:999px !important;
  border:1px solid rgba(19,35,61,.08) !important;
  background:#fff !important;
  color:#13233d !important;
  font-weight:900 !important;
}
body.enghome-body #product-product.egp-page .egp-tabs-nav li.active a{background:#13233d !important;color:#fff !important;border-color:#13233d !important;}
body.enghome-body #product-product.egp-page .egp-tabs-content{
  width:100% !important;
  margin:0 !important;
  padding:38px !important;
  font-size:17px !important;
  line-height:1.9 !important;
  color:#3f4857 !important;
}
body.enghome-body #product-product.egp-page .egp-tabs-content h1,
body.enghome-body #product-product.egp-page .egp-tabs-content h2,
body.enghome-body #product-product.egp-page .egp-tabs-content h3{
  color:#13233d !important;
  font-family:'Cormorant Garamond',serif !important;
  letter-spacing:-.04em !important;
}
body.enghome-body #product-product.egp-page .egp-spec-table{background:#fff !important;border-radius:18px !important;overflow:hidden !important;}

body.enghome-body #product-product.egp-page .egp-related-title{
  margin:0 0 18px !important;
  color:#13233d !important;
  font-size:38px !important;
  font-family:'Cormorant Garamond',serif !important;
  font-weight:800 !important;
}
body.enghome-body #product-product.egp-page .egp-related-grid{
  display:grid !important;
  grid-template-columns:repeat(4,minmax(0,1fr)) !important;
  gap:18px !important;
  width:100% !important;
  margin:0 !important;
}
body.enghome-body #product-product.egp-page .egp-related-card{overflow:hidden !important;box-shadow:none !important;border-radius:20px !important;}
body.enghome-body #product-product.egp-page .egp-related-img{display:block !important;aspect-ratio:1/1 !important;background:#fff !important;padding:18px !important;}
body.enghome-body #product-product.egp-page .egp-related-img img{width:100% !important;height:100% !important;object-fit:contain !important;}
body.enghome-body #product-product.egp-page .egp-related-info{padding:16px !important;}
body.enghome-body #product-product.egp-page .egp-related-info h4{margin:0 0 10px !important;font-family:Inter,Arial,sans-serif !important;font-size:15px !important;line-height:1.35 !important;font-weight:850 !important;min-height:42px !important;}
body.enghome-body #product-product.egp-page .egp-related-price{font-size:21px !important;font-weight:950 !important;color:#c91420 !important;margin-bottom:12px !important;}
body.enghome-body #product-product.egp-page .egp-related-price .old{margin-left:8px !important;font-size:13px !important;color:#9299a5 !important;text-decoration:line-through !important;}
body.enghome-body #product-product.egp-page .egp-related-info button{width:100% !important;min-height:44px !important;border:0 !important;border-radius:12px !important;background:#13233d !important;color:#fff !important;font-weight:900 !important;}
body.enghome-body #product-product.egp-page .egp-tags{margin-top:26px !important;color:#677181 !important;}
body.enghome-body #product-product.egp-page .egp-alert{border-radius:18px !important;margin-bottom:20px !important;}

/* make MagnificPopup arrows visible/premium */
.mfp-arrow-left:before,.mfp-arrow-right:before{border:none !important;}
.mfp-arrow-left:after{border-right-color:#fff !important;}
.mfp-arrow-right:after{border-left-color:#fff !important;}
.mfp-counter{font-weight:800 !important;}

@media(max-width:1100px){
  body.enghome-body #product-product.egp-page .egp-product-shell{grid-template-columns:1fr !important;}
  body.enghome-body #product-product.egp-page .egp-info-card{position:relative !important;top:auto !important;}
  body.enghome-body #product-product.egp-page .egp-related-grid{grid-template-columns:repeat(3,minmax(0,1fr)) !important;}
}
@media(max-width:760px){
  body.enghome-body #product-product.egp-page{padding:26px 0 60px !important;}
  body.enghome-body #product-product.egp-page .egp-container{width:calc(100% - 28px) !important;}
  body.enghome-body #product-product.egp-page .egp-gallery-card{padding:12px !important;min-height:0 !important;}
  body.enghome-body #product-product.egp-page .egp-gallery-layout{grid-template-columns:1fr !important;min-height:0 !important;}
  body.enghome-body #product-product.egp-page .egp-thumbs{order:2;flex-direction:row !important;max-height:none !important;overflow-x:auto !important;overflow-y:hidden !important;padding:2px !important;}
  body.enghome-body #product-product.egp-page .egp-main-image-wrap{min-height:390px !important;}
  body.enghome-body #product-product.egp-page .egp-main-image-button{min-height:390px !important;padding:22px !important;}
  body.enghome-body #product-product.egp-page #egp-main-image{height:330px !important;max-width:100% !important;}
  body.enghome-body #product-product.egp-page .egp-slide-btn{width:40px !important;height:40px !important;font-size:28px !important;}
  body.enghome-body #product-product.egp-page .egp-title{font-size:32px !important;}
  body.enghome-body #product-product.egp-page .egp-info-card{padding:22px !important;border-radius:22px !important;}
  body.enghome-body #product-product.egp-page .egp-meta-box{margin-left:-22px !important;margin-right:-22px !important;}
  body.enghome-body #product-product.egp-page .egp-meta-box div{grid-template-columns:1fr !important;gap:4px !important;padding:13px 22px !important;}
  body.enghome-body #product-product.egp-page .egp-price-main{font-size:38px !important;}
  body.enghome-body #product-product.egp-page .egp-tabs-nav{overflow-x:auto !important;padding-bottom:4px !important;}
  body.enghome-body #product-product.egp-page .egp-tabs-content{padding:24px !important;font-size:15px !important;border-radius:22px !important;}
  body.enghome-body #product-product.egp-page .egp-related-grid{grid-template-columns:repeat(2,minmax(0,1fr)) !important;}
}
@media(max-width:520px){
  body.enghome-body #product-product.egp-page .egp-related-grid{grid-template-columns:1fr !important;}
  body.enghome-body #product-product.egp-page .egp-main-image-wrap{min-height:340px !important;}
  body.enghome-body #product-product.egp-page .egp-main-image-button{min-height:340px !important;}
  body.enghome-body #product-product.egp-page #egp-main-image{height:280px !important;}
}

/* ===== ENG HOME PRODUCT PAGE V3 REFINEMENTS ===== */
/* Add to Cart closer to price + compact right card */
body.enghome-body #product-product.egp-page .egp-info-card{
  padding:26px !important;
}
body.enghome-body #product-product.egp-page .egp-title{
  margin-bottom:12px !important;
}
body.enghome-body #product-product.egp-page .egp-meta-box{
  margin-top:14px !important;
}
body.enghome-body #product-product.egp-page .egp-meta-box div{
  padding:11px 26px !important;
}
body.enghome-body #product-product.egp-page .egp-price-box{
  padding:18px 0 14px !important;
}
body.enghome-body #product-product.egp-page .egp-buy-box{
  margin-top:12px !important;
}
body.enghome-body #product-product.egp-page .egp-qty-row{
  margin:0 0 12px !important;
}
body.enghome-body #product-product.egp-page #button-cart.egp-cart-btn{
  min-height:56px !important;
  border-radius:16px !important;
}

/* Safer/compact payment block */
body.enghome-body #product-product.egp-page .egp-safe-payments{
  margin-top:16px !important;
  padding-top:16px !important;
}
body.enghome-body #product-product.egp-page .egp-safe-payments h4{
  margin-bottom:9px !important;
  font-size:16px !important;
}
body.enghome-body #product-product.egp-page .egp-payment-list{
  gap:8px !important;
}
body.enghome-body #product-product.egp-page .egp-payment-list div{
  min-height:46px !important;
  border-radius:14px !important;
  padding:0 12px !important;
  gap:10px !important;
  font-size:14px !important;
}
body.enghome-body #product-product.egp-page .egp-payment-list i{
  width:28px !important;
  height:28px !important;
  border-radius:9px !important;
  font-size:13px !important;
}

/* Description smaller / cleaner */
body.enghome-body #product-product.egp-page .egp-tabs-content{
  font-size:15.5px !important;
  line-height:1.78 !important;
  padding:34px !important;
}
body.enghome-body #product-product.egp-page .egp-tabs-content h1,
body.enghome-body #product-product.egp-page .egp-tabs-content h2,
body.enghome-body #product-product.egp-page .egp-tabs-content h3{
  font-size:clamp(30px,3vw,44px) !important;
  margin-top:0 !important;
  margin-bottom:18px !important;
}
body.enghome-body #product-product.egp-page .egp-tabs-content p,
body.enghome-body #product-product.egp-page .egp-tabs-content li{
  font-size:15.5px !important;
}

/* Old price red strikethrough + sale price */
body.enghome-body #product-product.egp-page .egp-sale-row{
  display:flex !important;
  align-items:center !important;
  gap:10px !important;
  margin-bottom:7px !important;
}
body.enghome-body #product-product.egp-page .egp-price-old,
body.enghome-body .price-old,
body.enghome-body .eg-old-price,
body.enghome-body .enghome-price-old,
body.enghome-body #product-product.egp-page .egp-related-price .old{
  color:#c91420 !important;
  text-decoration:line-through !important;
  text-decoration-color:#c91420 !important;
  text-decoration-thickness:2px !important;
  font-weight:850 !important;
}
body.enghome-body #product-product.egp-page .egp-price-main,
body.enghome-body .price-new,
body.enghome-body .eg-price-current,
body.enghome-body .enghome-price-new,
body.enghome-body #product-product.egp-page .egp-related-price .new{
  color:#c91420 !important;
  font-weight:950 !important;
}
body.enghome-body #product-product.egp-page .egp-sale-badge{
  display:inline-flex !important;
  align-items:center !important;
  height:24px !important;
  padding:0 9px !important;
  border-radius:999px !important;
  background:rgba(201,20,32,.10) !important;
  color:#c91420 !important;
  font-size:11px !important;
  font-weight:950 !important;
  letter-spacing:.03em !important;
}

/* Mobile: image first, then info */
@media(max-width:1100px){
  body.enghome-body #product-product.egp-page .egp-product-shell{
    display:flex !important;
    flex-direction:column !important;
  }
  body.enghome-body #product-product.egp-page .egp-gallery-card{
    order:1 !important;
    width:100% !important;
  }
  body.enghome-body #product-product.egp-page .egp-info-card{
    order:2 !important;
    width:100% !important;
  }
}
@media(max-width:760px){
  body.enghome-body #product-product.egp-page .egp-tabs-content{
    font-size:14.5px !important;
    line-height:1.72 !important;
    padding:22px !important;
  }
  body.enghome-body #product-product.egp-page .egp-tabs-content p,
  body.enghome-body #product-product.egp-page .egp-tabs-content li{
    font-size:14.5px !important;
  }
  body.enghome-body #product-product.egp-page .egp-meta-box div{
    padding:11px 22px !important;
  }
  body.enghome-body #product-product.egp-page .egp-safe-payments{
    margin-top:14px !important;
  }
}

/* ===== ENG HOME PRODUCT PAGE V4 - FULLSCREEN GALLERY + RELATED SLIDER ===== */
body.egp-lightbox-open{overflow:hidden!important;}
.egp-main-image-button{cursor:zoom-in!important;}
.egp-zoom-hint{position:absolute!important;left:50%!important;bottom:24px!important;transform:translateX(-50%) translateY(10px)!important;opacity:0!important;background:rgba(19,35,61,.88)!important;color:#fff!important;border-radius:999px!important;padding:10px 16px!important;font-size:13px!important;font-weight:800!important;box-shadow:0 16px 40px rgba(15,23,42,.20)!important;transition:.28s ease!important;pointer-events:none!important;}
.egp-main-image-wrap:hover .egp-zoom-hint{opacity:1!important;transform:translateX(-50%) translateY(0)!important;}
.egp-lightbox{position:fixed!important;inset:0!important;z-index:999999!important;background:rgba(8,18,35,.94)!important;display:none!important;align-items:center!important;justify-content:center!important;padding:34px!important;backdrop-filter:blur(14px)!important;-webkit-backdrop-filter:blur(14px)!important;}
.egp-lightbox.is-open{display:flex!important;}
.egp-lightbox-stage{position:relative!important;width:100%!important;height:100%!important;display:flex!important;align-items:center!important;justify-content:center!important;}
.egp-lightbox-stage img{max-width:94vw!important;max-height:90vh!important;width:auto!important;height:auto!important;object-fit:contain!important;background:#fff!important;border-radius:18px!important;box-shadow:0 30px 100px rgba(0,0,0,.35)!important;}
.egp-lightbox-close{position:fixed!important;top:24px!important;right:28px!important;width:58px!important;height:58px!important;border:0!important;border-radius:999px!important;background:#fff!important;color:#081223!important;font-size:38px!important;line-height:1!important;display:flex!important;align-items:center!important;justify-content:center!important;box-shadow:0 18px 48px rgba(0,0,0,.25)!important;z-index:2!important;}
.egp-lightbox-arrow{position:fixed!important;top:50%!important;transform:translateY(-50%)!important;width:64px!important;height:64px!important;border:0!important;border-radius:999px!important;background:#fff!important;color:#081223!important;font-size:46px!important;line-height:1!important;display:flex!important;align-items:center!important;justify-content:center!important;box-shadow:0 18px 48px rgba(0,0,0,.24)!important;z-index:2!important;}
.egp-lightbox-prev{left:28px!important;}
.egp-lightbox-next{right:28px!important;}
.egp-lightbox-counter{position:fixed!important;left:50%!important;bottom:24px!important;transform:translateX(-50%)!important;background:rgba(255,255,255,.12)!important;border:1px solid rgba(255,255,255,.2)!important;color:#fff!important;border-radius:999px!important;padding:10px 18px!important;font-weight:800!important;letter-spacing:.04em!important;}

.egp-related-section{width:min(1380px,calc(100% - 44px))!important;margin:64px auto 0!important;padding:0!important;}
.egp-related-head{display:flex!important;align-items:end!important;justify-content:space-between!important;gap:18px!important;margin-bottom:20px!important;}
.egp-related-head span{display:block!important;color:#a98b62!important;font-size:12px!important;text-transform:uppercase!important;letter-spacing:.22em!important;font-weight:900!important;margin-bottom:8px!important;}
.egp-related-title{margin:0!important;font-family:'Cormorant Garamond',serif!important;font-size:clamp(34px,4vw,54px)!important;line-height:1!important;color:#13233d!important;}
.egp-related-controls{display:flex!important;gap:10px!important;}
.egp-related-controls button{width:52px!important;height:52px!important;border:0!important;border-radius:999px!important;background:#fff!important;color:#13233d!important;font-size:34px!important;font-weight:800!important;box-shadow:0 12px 34px rgba(15,23,42,.09)!important;transition:.24s ease!important;}
.egp-related-controls button:hover{background:#13233d!important;color:#fff!important;transform:translateY(-2px)!important;}
.egp-related-track{display:grid!important;grid-auto-flow:column!important;grid-auto-columns:calc((100% - 66px) / 4)!important;gap:22px!important;overflow-x:auto!important;scroll-snap-type:x mandatory!important;scroll-behavior:smooth!important;padding:4px 2px 20px!important;scrollbar-width:none!important;}
.egp-related-track::-webkit-scrollbar{display:none!important;}
.egp-related-card{scroll-snap-align:start!important;background:#fff!important;border:1px solid rgba(15,23,42,.08)!important;border-radius:24px!important;overflow:hidden!important;box-shadow:0 16px 42px rgba(15,23,42,.06)!important;display:flex!important;flex-direction:column!important;min-height:100%!important;transition:.28s ease!important;}
.egp-related-card:hover{transform:translateY(-5px)!important;box-shadow:0 24px 64px rgba(15,23,42,.12)!important;}
.egp-related-img{display:block!important;aspect-ratio:1 / 1!important;background:#f7f3ee!important;overflow:hidden!important;padding:18px!important;}
.egp-related-img img{width:100%!important;height:100%!important;object-fit:contain!important;transition:.35s ease!important;}
.egp-related-card:hover .egp-related-img img{transform:scale(1.04)!important;}
.egp-related-info{padding:18px!important;display:flex!important;flex-direction:column!important;gap:12px!important;flex:1!important;}
.egp-related-info h4{margin:0!important;font-family:Inter,Arial,sans-serif!important;font-size:16px!important;line-height:1.35!important;font-weight:800!important;color:#101827!important;min-height:44px!important;}
.egp-related-price{display:flex!important;align-items:baseline!important;gap:10px!important;flex-wrap:wrap!important;margin-top:auto!important;}
.egp-related-price span:not(.old):not(.new){font-size:22px!important;font-weight:900!important;color:#c91122!important;}
.egp-related-price .new{font-size:23px!important;font-weight:900!important;color:#c91122!important;}
.egp-related-price .old{position:relative!important;font-size:15px!important;font-weight:800!important;color:#7b8190!important;text-decoration:none!important;}
.egp-related-price .old:after{content:""!important;position:absolute!important;left:-3px!important;right:-3px!important;top:50%!important;height:2px!important;background:#c91122!important;transform:rotate(-7deg)!important;}
.egp-related-info button{width:100%!important;height:48px!important;border:0!important;border-radius:999px!important;background:#13233d!important;color:#fff!important;font-weight:900!important;transition:.24s ease!important;}
.egp-related-info button:hover{background:#081223!important;transform:translateY(-2px)!important;}

@media(max-width:1100px){.egp-related-track{grid-auto-columns:calc((100% - 22px) / 2)!important;}.egp-lightbox-arrow{width:56px!important;height:56px!important;font-size:38px!important;}.egp-lightbox-prev{left:18px!important;}.egp-lightbox-next{right:18px!important;}}
@media(max-width:700px){.egp-lightbox{padding:18px!important;}.egp-lightbox-stage img{max-width:94vw!important;max-height:78vh!important;border-radius:14px!important;}.egp-lightbox-close{top:14px!important;right:14px!important;width:48px!important;height:48px!important;font-size:30px!important;}.egp-lightbox-arrow{top:auto!important;bottom:70px!important;transform:none!important;width:48px!important;height:48px!important;font-size:34px!important;}.egp-lightbox-prev{left:22px!important;}.egp-lightbox-next{right:22px!important;}.egp-related-section{width:calc(100% - 28px)!important;margin-top:44px!important;}.egp-related-head{align-items:flex-start!important;}.egp-related-track{grid-auto-columns:82%!important;gap:16px!important;}.egp-related-controls button{width:46px!important;height:46px!important;font-size:30px!important;}}


/* ===== ENG HOME PRODUCT PAGE V5 - RELATED SLIDER HARD FIX ===== */
body.enghome-body #product-product.egp-page .egp-related-section{
  overflow:hidden !important;
}

body.enghome-body #product-product.egp-page .egp-related-track{
  display:flex !important;
  flex-wrap:nowrap !important;
  gap:22px !important;
  overflow-x:auto !important;
  overflow-y:hidden !important;
  scroll-behavior:smooth !important;
  scroll-snap-type:x mandatory !important;
  -webkit-overflow-scrolling:touch !important;
  cursor:grab !important;
}

body.enghome-body #product-product.egp-page .egp-related-track.is-dragging{
  cursor:grabbing !important;
  scroll-behavior:auto !important;
}

body.enghome-body #product-product.egp-page .egp-related-card{
  flex:0 0 calc((100% - 66px) / 4) !important;
  min-width:0 !important;
  scroll-snap-align:start !important;
}

body.enghome-body #product-product.egp-page .egp-related-controls button{
  position:relative !important;
  z-index:5 !important;
  cursor:pointer !important;
  pointer-events:auto !important;
}

@media(max-width:1100px){
  body.enghome-body #product-product.egp-page .egp-related-card{
    flex-basis:calc((100% - 22px) / 2) !important;
  }
}

@media(max-width:700px){
  body.enghome-body #product-product.egp-page .egp-related-card{
    flex-basis:82% !important;
  }
}


/* ===== ENG HOME PRODUCT GALLERY SLIDER FIX V6 ===== */
body.egp-lightbox-open{overflow:hidden!important;}
body.enghome-body #product-product.egp-page .egp-main-image-button,
body.enghome-body #product-product.egp-page .egp-slide-btn,
body.enghome-body #product-product.egp-page .egp-thumb{touch-action:manipulation!important;}
body.enghome-body #product-product.egp-page .egp-main-image-button{user-select:none!important;-webkit-user-select:none!important;}
body.enghome-body #product-product.egp-page .egp-slide-btn{pointer-events:auto!important;}
body.enghome-body #product-product.egp-page .egp-thumb{pointer-events:auto!important;}
body.enghome-body #product-product.egp-page .egp-main-image-button img{pointer-events:none!important;}
.egp-lightbox.is-open{display:flex!important;opacity:1!important;visibility:visible!important;pointer-events:auto!important;}
.egp-lightbox-stage img{max-width:92vw!important;max-height:86vh!important;object-fit:contain!important;}
@media(max-width:900px){
  body.enghome-body #product-product.egp-page .egp-main-image-button{touch-action:pan-y!important;}
  body.enghome-body #product-product.egp-page .egp-slide-btn{display:flex!important;}
}

/* =========================================================
   ENG HOME HEADER + MEGA MENU V7
   Keep this block at the VERY END of enghome.css
   ========================================================= */
body.enghome-body .eg-premium-header{
  position:sticky!important;
  top:0!important;
  z-index:9990!important;
  background:rgba(247,242,236,.94)!important;
  border-bottom:1px solid rgba(15,23,42,.08)!important;
  box-shadow:0 10px 34px rgba(15,23,42,.05)!important;
  backdrop-filter:blur(18px)!important;
  -webkit-backdrop-filter:blur(18px)!important;
}

body.enghome-body .eg-header-inner{
  width:min(1440px,calc(100% - 48px))!important;
  max-width:1440px!important;
  height:92px!important;
  margin:0 auto!important;
  display:grid!important;
  grid-template-columns:320px minmax(0,1fr) auto!important;
  align-items:center!important;
  gap:28px!important;
}

body.enghome-body .eg-logo-link{display:inline-flex!important;align-items:center!important;justify-self:start!important;}
body.enghome-body .eg-logo-img{height:58px!important;width:auto!important;max-width:320px!important;object-fit:contain!important;}

body.enghome-body .eg-nav-wrap{display:flex!important;align-items:center!important;justify-content:center!important;min-width:0!important;overflow:visible!important;}

body.enghome-body .egh-nav{position:relative!important;width:100%!important;display:flex!important;align-items:center!important;justify-content:center!important;gap:24px!important;}

body.enghome-body .egh-menu-trigger{
  height:46px!important;
  padding:0 18px!important;
  border:1px solid rgba(15,23,42,.10)!important;
  border-radius:999px!important;
  background:#fff!important;
  color:#101827!important;
  font-size:15px!important;
  font-weight:900!important;
  display:inline-flex!important;
  align-items:center!important;
  gap:9px!important;
  cursor:pointer!important;
  box-shadow:0 12px 34px rgba(15,23,42,.07)!important;
  transition:.24s ease!important;
  white-space:nowrap!important;
}
body.enghome-body .egh-menu-trigger:hover,
body.egh-menu-open .egh-menu-trigger{background:#13233d!important;color:#fff!important;transform:translateY(-1px)!important;}
body.enghome-body .egh-menu-icon{font-size:18px!important;line-height:1!important;}

body.enghome-body .egh-top-links{display:flex!important;align-items:center!important;justify-content:center!important;gap:24px!important;min-width:0!important;}
body.enghome-body .egh-top-item{position:relative!important;}
body.enghome-body .egh-top-link{
  display:flex!important;
  align-items:center!important;
  min-height:46px!important;
  color:#101827!important;
  font-size:16px!important;
  line-height:1!important;
  font-weight:900!important;
  text-decoration:none!important;
  padding:0 2px!important;
  white-space:nowrap!important;
  transition:.22s ease!important;
}
body.enghome-body .egh-top-link:hover{color:#a98b62!important;}
body.enghome-body .egh-top-link:after{content:""!important;display:block!important;position:absolute!important;left:0!important;right:0!important;bottom:3px!important;height:2px!important;background:#13233d!important;transform:scaleX(0)!important;transform-origin:center!important;transition:.22s ease!important;}
body.enghome-body .egh-top-item:hover .egh-top-link:after{transform:scaleX(1)!important;}

body.enghome-body .egh-top-dropdown{
  position:absolute!important;
  left:50%!important;
  top:100%!important;
  transform:translateX(-50%) translateY(12px)!important;
  min-width:240px!important;
  max-width:320px!important;
  padding:12px!important;
  border-radius:18px!important;
  background:#fff!important;
  border:1px solid rgba(15,23,42,.08)!important;
  box-shadow:0 22px 70px rgba(15,23,42,.16)!important;
  opacity:0!important;
  visibility:hidden!important;
  pointer-events:none!important;
  transition:.22s ease!important;
  z-index:9995!important;
}
body.enghome-body .egh-top-item:hover .egh-top-dropdown{opacity:1!important;visibility:visible!important;pointer-events:auto!important;transform:translateX(-50%) translateY(0)!important;}
body.enghome-body .egh-top-dropdown a{display:block!important;padding:12px 14px!important;border-radius:12px!important;color:#101827!important;font-size:14px!important;font-weight:800!important;text-decoration:none!important;white-space:nowrap!important;}
body.enghome-body .egh-top-dropdown a:hover{background:#f7f2ec!important;color:#13233d!important;}

body.enghome-body .egh-mega{
  position:fixed!important;
  left:50%!important;
  top:104px!important;
  transform:translateX(-50%) translateY(-10px)!important;
  width:min(1120px,calc(100vw - 44px))!important;
  opacity:0!important;
  visibility:hidden!important;
  pointer-events:none!important;
  transition:.24s ease!important;
  z-index:9994!important;
}
body.egh-menu-open .egh-mega{opacity:1!important;visibility:visible!important;pointer-events:auto!important;transform:translateX(-50%) translateY(0)!important;}
body.enghome-body .egh-mega-card{background:rgba(255,255,255,.98)!important;border:1px solid rgba(15,23,42,.08)!important;border-radius:28px!important;box-shadow:0 28px 90px rgba(15,23,42,.18)!important;overflow:hidden!important;backdrop-filter:blur(18px)!important;}
body.enghome-body .egh-mega-head{padding:24px 28px!important;border-bottom:1px solid rgba(15,23,42,.08)!important;display:flex!important;align-items:end!important;justify-content:space-between!important;gap:20px!important;}
body.enghome-body .egh-mega-head span{color:#a98b62!important;font-size:12px!important;letter-spacing:.22em!important;text-transform:uppercase!important;font-weight:900!important;}
body.enghome-body .egh-mega-head strong{font-size:18px!important;color:#13233d!important;font-weight:900!important;}
body.enghome-body .egh-mega-body{display:grid!important;grid-template-columns:340px 1fr!important;min-height:360px!important;}
body.enghome-body .egh-mega-left{background:#f7f2ec!important;padding:18px!important;border-right:1px solid rgba(15,23,42,.08)!important;display:flex!important;flex-direction:column!important;gap:10px!important;}
body.enghome-body .egh-mega-cat{position:relative!important;width:100%!important;border:0!important;background:transparent!important;border-radius:16px!important;padding:16px 42px 16px 16px!important;text-align:left!important;display:flex!important;flex-direction:column!important;gap:4px!important;cursor:pointer!important;transition:.2s ease!important;}
body.enghome-body .egh-mega-cat span{font-size:17px!important;font-weight:900!important;color:#101827!important;}
body.enghome-body .egh-mega-cat small{font-size:12px!important;font-weight:800!important;color:#7b8190!important;}
body.enghome-body .egh-mega-cat em{position:absolute!important;right:16px!important;top:50%!important;transform:translateY(-50%)!important;font-style:normal!important;font-size:26px!important;color:#13233d!important;}
body.enghome-body .egh-mega-cat:hover,
body.enghome-body .egh-mega-cat.is-active{background:#13233d!important;}
body.enghome-body .egh-mega-cat:hover span,
body.enghome-body .egh-mega-cat:hover small,
body.enghome-body .egh-mega-cat:hover em,
body.enghome-body .egh-mega-cat.is-active span,
body.enghome-body .egh-mega-cat.is-active small,
body.enghome-body .egh-mega-cat.is-active em{color:#fff!important;}
body.enghome-body .egh-mega-right{padding:28px!important;position:relative!important;}
body.enghome-body .egh-mega-panel{display:none!important;}
body.enghome-body .egh-mega-panel.is-active{display:block!important;animation:eghFade .22s ease both!important;}
body.enghome-body .egh-mega-title{display:inline-flex!important;margin:0 0 20px!important;font-family:'Cormorant Garamond',serif!important;font-size:46px!important;line-height:1!important;font-weight:700!important;color:#13233d!important;text-decoration:none!important;}
body.enghome-body .egh-sub-grid{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:12px!important;}
body.enghome-body .egh-sub-link,
body.enghome-body .egh-sub-empty{display:flex!important;align-items:center!important;justify-content:space-between!important;gap:12px!important;min-height:62px!important;padding:0 18px!important;border:1px solid rgba(15,23,42,.08)!important;border-radius:16px!important;background:#fff!important;color:#101827!important;text-decoration:none!important;font-weight:900!important;transition:.2s ease!important;}
body.enghome-body .egh-sub-link em{font-style:normal!important;font-size:12px!important;color:#a98b62!important;text-transform:uppercase!important;letter-spacing:.12em!important;}
body.enghome-body .egh-sub-link:hover,
body.enghome-body .egh-sub-empty:hover{background:#13233d!important;color:#fff!important;transform:translateY(-2px)!important;}
body.enghome-body .egh-sub-link:hover em{color:#fff!important;}
@keyframes eghFade{from{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}

body.enghome-body .eg-header-actions{display:flex!important;align-items:center!important;justify-content:flex-end!important;gap:10px!important;min-width:0!important;}
body.enghome-body .eg-header-search{height:52px!important;width:320px!important;display:flex!important;align-items:center!important;background:#fff!important;border:1px solid rgba(15,23,42,.08)!important;border-radius:999px!important;box-shadow:0 12px 34px rgba(15,23,42,.06)!important;overflow:hidden!important;transition:.24s ease!important;}
body.enghome-body .eg-header-search.is-focused{width:380px!important;border-color:rgba(19,35,61,.22)!important;box-shadow:0 18px 48px rgba(15,23,42,.10)!important;}
body.enghome-body .eg-header-search input{height:52px!important;flex:1!important;min-width:0!important;padding:0 0 0 22px!important;border:0!important;background:transparent!important;outline:0!important;box-shadow:none!important;color:#101827!important;font-size:15px!important;font-weight:600!important;}
body.enghome-body .eg-header-search input::placeholder{color:#8b93a1!important;font-weight:600!important;}
body.enghome-body .eg-header-search button{width:56px!important;height:52px!important;border:0!important;background:transparent!important;color:#13233d!important;font-size:26px!important;font-weight:900!important;display:flex!important;align-items:center!important;justify-content:center!important;cursor:pointer!important;}

body.enghome-body .eg-action-btn{width:52px!important;height:52px!important;border-radius:999px!important;background:#fff!important;border:1px solid rgba(15,23,42,.08)!important;box-shadow:0 12px 34px rgba(15,23,42,.07)!important;color:#13233d!important;text-decoration:none!important;display:flex!important;align-items:center!important;justify-content:center!important;position:relative!important;transition:.24s ease!important;}
body.enghome-body .eg-action-btn:hover{transform:translateY(-2px)!important;background:#13233d!important;color:#fff!important;}
body.enghome-body .eg-action-icon{font-size:19px!important;line-height:1!important;}
body.enghome-body .eg-account-btn .eg-action-icon{font-size:17px!important;}
body.enghome-body .eg-cart-btn:after{content:""!important;position:absolute!important;right:11px!important;top:10px!important;width:8px!important;height:8px!important;border-radius:50%!important;background:#c91122!important;border:2px solid #fff!important;}
body.enghome-body .eg-action-label{position:absolute!important;left:50%!important;top:calc(100% + 8px)!important;transform:translateX(-50%) translateY(-4px)!important;background:#13233d!important;color:#fff!important;border-radius:999px!important;padding:7px 10px!important;font-size:11px!important;font-weight:900!important;white-space:nowrap!important;opacity:0!important;visibility:hidden!important;transition:.18s ease!important;pointer-events:none!important;}
body.enghome-body .eg-action-btn:hover .eg-action-label{opacity:1!important;visibility:visible!important;transform:translateX(-50%) translateY(0)!important;}

@media(max-width:1200px){
  body.enghome-body .eg-header-inner{grid-template-columns:250px 1fr auto!important;gap:18px!important;}
  body.enghome-body .eg-logo-img{height:48px!important;}
  body.enghome-body .egh-top-links{gap:16px!important;}
  body.enghome-body .egh-top-link{font-size:15px!important;}
  body.enghome-body .eg-header-search{width:260px!important;}
  body.enghome-body .eg-header-search.is-focused{width:300px!important;}
}

@media(max-width:980px){
  body.enghome-body .eg-header-inner{width:calc(100% - 28px)!important;height:auto!important;min-height:84px!important;grid-template-columns:1fr auto!important;grid-template-areas:"logo actions" "nav nav" "search search"!important;gap:12px!important;padding:12px 0!important;}
  body.enghome-body .eg-logo-link{grid-area:logo!important;}
  body.enghome-body .eg-logo-img{height:42px!important;}
  body.enghome-body .eg-nav-wrap{grid-area:nav!important;justify-content:flex-start!important;overflow:visible!important;}
  body.enghome-body .eg-header-actions{grid-area:actions!important;gap:8px!important;}
  body.enghome-body .eg-header-search{grid-area:search!important;display:flex!important;position:absolute!important;left:0!important;right:0!important;bottom:-62px!important;width:100%!important;height:50px!important;opacity:0!important;visibility:hidden!important;pointer-events:none!important;}
  body.enghome-body .eg-header-search.is-focused,
  body.egh-menu-open .eg-header-search{opacity:1!important;visibility:visible!important;pointer-events:auto!important;width:100%!important;}
  body.enghome-body .eg-action-btn{width:46px!important;height:46px!important;}
  body.enghome-body .eg-account-btn{display:flex!important;}
  body.enghome-body .egh-nav{justify-content:flex-start!important;gap:12px!important;overflow-x:auto!important;padding-bottom:4px!important;scrollbar-width:none!important;}
  body.enghome-body .egh-nav::-webkit-scrollbar{display:none!important;}
  body.enghome-body .egh-top-links{gap:12px!important;overflow-x:auto!important;scrollbar-width:none!important;}
  body.enghome-body .egh-top-links::-webkit-scrollbar{display:none!important;}
  body.enghome-body .egh-menu-trigger{height:44px!important;padding:0 16px!important;}
  body.enghome-body .egh-top-link{height:44px!important;min-height:44px!important;padding:0 12px!important;background:#fff!important;border:1px solid rgba(15,23,42,.08)!important;border-radius:999px!important;}
  body.enghome-body .egh-top-link:after,.egh-top-dropdown{display:none!important;}
  body.enghome-body .egh-mega{top:154px!important;width:calc(100vw - 24px)!important;max-height:calc(100vh - 170px)!important;overflow:auto!important;}
  body.enghome-body .egh-mega-head{align-items:flex-start!important;flex-direction:column!important;gap:6px!important;padding:20px!important;}
  body.enghome-body .egh-mega-body{grid-template-columns:1fr!important;}
  body.enghome-body .egh-mega-left{border-right:0!important;border-bottom:1px solid rgba(15,23,42,.08)!important;max-height:240px!important;overflow:auto!important;}
  body.enghome-body .egh-mega-right{padding:20px!important;}
  body.enghome-body .egh-mega-title{font-size:34px!important;}
  body.enghome-body .egh-sub-grid{grid-template-columns:1fr!important;}
}

@media(max-width:560px){
  body.enghome-body .eg-logo-img{height:36px!important;max-width:210px!important;}
  body.enghome-body .eg-action-btn{width:42px!important;height:42px!important;}
  body.enghome-body .eg-action-icon{font-size:17px!important;}
  body.enghome-body .egh-menu-trigger span:last-child{display:none!important;}
  body.enghome-body .egh-menu-trigger{width:44px!important;padding:0!important;justify-content:center!important;}
  body.enghome-body .egh-top-link{font-size:14px!important;}
}
/* ===== CATEGORY DUPLICATE HERO REMOVE FIX ===== */

/* remove white leftover rectangle / line above category title */
#product-category .enghome-category-hero,
#product-category .enghome-category-title-clean,
#product-category .enghome-category-description,
#product-category .enghome-category-kicker,
#product-category .eg-kicker,
#product-category .enghome-breadcrumb,
#product-category .breadcrumb {
  display: none !important;
}

/* remove empty white separator/frame near top */
#product-category #content > .row:first-child,
#product-category .row:first-child:empty,
#product-category .enghome-category-container > .row:first-child {
  display: none !important;
}

/* keep only products section title */
#product-category .enghome-product-toolbar {
  margin-top: 30px !important;
}

/* remove accidental thin white bar */
#product-category::before,
#product-category #content::before,
#product-category .enghome-category-container::before {
  display: none !important;
  content: none !important;
}


/* =========================================================
   ENG HOME CATEGORY TOP FRAME FINAL FIX V11
   Removes the leftover thin white/grey frame above category toolbar.
   ========================================================= */
body.enghome-body #product-category.enghome-category-clean-page{
  padding-top:28px!important;
}
body.enghome-body #product-category.enghome-category-clean-page .enghome-category-container{
  padding-top:0!important;
  margin-top:0!important;
}
body.enghome-body #product-category.enghome-category-clean-page .row,
body.enghome-body #product-category.enghome-category-clean-page #content{
  padding-top:0!important;
  margin-top:0!important;
  background:transparent!important;
  border:0!important;
  box-shadow:none!important;
}
body.enghome-body #product-category.enghome-category-clean-page .breadcrumb,
body.enghome-body #product-category.enghome-category-clean-page .enghome-breadcrumb,
body.enghome-body #product-category.enghome-category-clean-page .enghome-category-hero,
body.enghome-body #product-category.enghome-category-clean-page .enghome-category-description,
body.enghome-body #product-category.enghome-category-clean-page .enghome-category-thumb,
body.enghome-body #product-category.enghome-category-clean-page .category-info,
body.enghome-body #product-category.enghome-category-clean-page .category-image,
body.enghome-body #product-category.enghome-category-clean-page .category-description,
body.enghome-body #product-category.enghome-category-clean-page .refine-search,
body.enghome-body #product-category.enghome-category-clean-page .list-group,
body.enghome-body #product-category.enghome-category-clean-page hr{
  display:none!important;
}
body.enghome-body #product-category.enghome-category-clean-page::before,
body.enghome-body #product-category.enghome-category-clean-page::after,
body.enghome-body #product-category.enghome-category-clean-page .enghome-category-container::before,
body.enghome-body #product-category.enghome-category-clean-page .enghome-category-container::after,
body.enghome-body #product-category.enghome-category-clean-page #content::before,
body.enghome-body #product-category.enghome-category-clean-page #content::after,
body.enghome-body #product-category.enghome-category-clean-page .row::before,
body.enghome-body #product-category.enghome-category-clean-page .row::after{
  display:none!important;
  content:none!important;
  height:0!important;
  border:0!important;
  box-shadow:none!important;
  background:transparent!important;
}
body.enghome-body #product-category.enghome-category-clean-page .enghome-product-toolbar-clean{
  margin-top:0!important;
  padding-top:0!important;
}
/* In case the bar comes from an empty OpenCart module/block directly after header */
body.enghome-body .eg-premium-header + .container:empty,
body.enghome-body .eg-premium-header + .row:empty,
body.enghome-body .eg-premium-header + div:empty,
body.enghome-body .eg-premium-header + section:empty,
body.enghome-body #product-category.enghome-category-clean-page .enghome-category-container > *:empty,
body.enghome-body #product-category.enghome-category-clean-page #content > *:empty{
  display:none!important;
  height:0!important;
  padding:0!important;
  margin:0!important;
  border:0!important;
  box-shadow:none!important;
}


/* ===== ENG HOME V13 PREMIUM REPLACE FIXES ===== */
/* Header icons: keep circles, replace emoji look with minimalist premium FontAwesome */
.eg-action-btn{
  width:52px !important;
  height:52px !important;
  border-radius:999px !important;
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  background:rgba(255,255,255,.92) !important;
  border:1px solid rgba(19,35,61,.08) !important;
  box-shadow:0 14px 34px rgba(19,35,61,.08) !important;
  color:#0f1f38 !important;
  transition:transform .25s ease, box-shadow .25s ease, background .25s ease, color .25s ease !important;
  position:relative !important;
}
.eg-action-btn:hover{
  transform:translateY(-3px) !important;
  background:#fff !important;
  box-shadow:0 20px 44px rgba(19,35,61,.14) !important;
  color:#0f1f38 !important;
}
.eg-action-btn .eg-action-icon{font-size:18px !important;line-height:1 !important;display:flex !important;align-items:center !important;justify-content:center !important;}
.eg-action-btn .eg-action-label{display:none !important;}
.eg-action-btn[href*="wishlist"]:hover .eg-action-icon,
.eg-account-btn + .eg-action-btn:hover .eg-action-icon{color:#d71920 !important;}
.eg-cart-btn:after{
  content:"";
  position:absolute;
  right:12px;
  top:10px;
  width:8px;
  height:8px;
  border-radius:50%;
  background:#d71920;
  box-shadow:0 0 0 3px #fff;
}

/* Premium pagination: remove black bullets and make controls clean */
.enghome-pagination-row{justify-content:center !important;gap:18px !important;flex-direction:column !important;text-align:center !important;}
.enghome-pagination-row > div:first-child{width:100% !important;display:flex !important;justify-content:center !important;}
.enghome-pagination-row .pagination{
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
  gap:10px !important;
  flex-wrap:wrap !important;
  margin:0 !important;
  padding:0 !important;
  list-style:none !important;
}
.enghome-pagination-row .pagination li,
.enghome-pagination-row .pagination li:before,
.enghome-pagination-row .pagination li:after{list-style:none !important;content:none !important;}
.enghome-pagination-row .pagination li a,
.enghome-pagination-row .pagination li span{
  width:48px !important;
  height:48px !important;
  min-width:48px !important;
  padding:0 !important;
  border:1px solid rgba(19,35,61,.08) !important;
  border-radius:999px !important;
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
  background:rgba(255,255,255,.94) !important;
  color:#10213a !important;
  font-size:15px !important;
  font-weight:800 !important;
  box-shadow:0 14px 34px rgba(19,35,61,.08) !important;
  transition:.25s ease !important;
}
.enghome-pagination-row .pagination li a:hover{
  transform:translateY(-3px) !important;
  background:#10213a !important;
  color:#fff !important;
  box-shadow:0 20px 48px rgba(19,35,61,.16) !important;
}
.enghome-pagination-row .pagination .active span,
.enghome-pagination-row .pagination li.active span{
  background:#10213a !important;
  color:#fff !important;
  border-color:#10213a !important;
}
.enghome-pagination-row .pagination + *{color:#6f7784 !important;font-weight:600 !important;}

/* Product card V13: wishlist heart, clean details link, premium spacing */
.eg-product-card-v13,
.enghome-product-card-v13{position:relative !important;}
.eg-card-wishlist,
.enghome-card-wishlist{
  position:absolute !important;
  top:16px !important;
  right:16px !important;
  z-index:8 !important;
  width:44px !important;
  height:44px !important;
  border-radius:999px !important;
  border:1px solid rgba(19,35,61,.08) !important;
  background:rgba(255,255,255,.94) !important;
  color:#10213a !important;
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
  box-shadow:0 14px 32px rgba(19,35,61,.10) !important;
  cursor:pointer !important;
  transition:.25s ease !important;
}
.eg-card-wishlist:hover,
.enghome-card-wishlist:hover{
  transform:translateY(-3px) scale(1.03) !important;
  color:#d71920 !important;
  background:#fff !important;
  box-shadow:0 20px 44px rgba(215,25,32,.16) !important;
}
.eg-card-wishlist:hover i:before,
.enghome-card-wishlist:hover i:before{content:"\f004" !important;}
.eg-product-card-v13 .eg-product-info{padding:24px 22px 24px !important;gap:12px !important;}
.eg-product-card-v13 .eg-product-title{font-size:24px !important;line-height:1.08 !important;color:#09172b !important;}
.eg-product-card-v13 .eg-product-price .eg-price-current{color:#10213a !important;font-size:24px !important;font-weight:900 !important;}
.eg-product-card-v13 .eg-product-price.is-sale .eg-price-current{color:#d71920 !important;}
.eg-product-card-v13 .eg-add-cart{display:flex !important;align-items:center !important;justify-content:center !important;gap:9px !important;background:#10213a !important;}
.eg-details-link,
.enghome-details-link{
  margin-top:2px !important;
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  gap:6px !important;
  min-height:34px !important;
  color:#10213a !important;
  font-size:13px !important;
  font-weight:900 !important;
  letter-spacing:.02em !important;
  text-decoration:none !important;
  transition:.25s ease !important;
}
.eg-details-link:hover,
.enghome-details-link:hover{color:#a98b62 !important;transform:translateY(-1px) !important;}
.enghome-product-card-v13 .enghome-product-image-wrap{border-radius:0 !important;}
.enghome-product-card-v13 .enghome-product-image{object-fit:contain !important;background:#f5f1eb !important;padding:24px !important;}
.enghome-product-card-v13 .enghome-product-title{font-size:26px !important;line-height:1.08 !important;color:#09172b !important;}
.enghome-product-card-v13 .enghome-price,
.enghome-product-card-v13 .enghome-price-new{color:#10213a !important;font-size:26px !important;font-weight:900 !important;}
.enghome-product-card-v13 .enghome-price-new{color:#d71920 !important;}
.enghome-product-card-v13 .enghome-cart-btn{display:flex !important;align-items:center !important;justify-content:center !important;gap:9px !important;background:#10213a !important;}
.enghome-product-card-v13 .enghome-cart-btn:hover{background:#09172b !important;}

/* Contact page premium */
.eg-contact-page{background:linear-gradient(180deg,#faf7f2 0%,#f1e9df 48%,#faf7f2 100%) !important;color:#0f1f38 !important;overflow:hidden !important;}
.eg-contact-container{width:min(1240px,calc(100% - 44px)) !important;margin:0 auto !important;}
.eg-contact-hero{padding:64px 0 54px !important;position:relative !important;}
.eg-contact-breadcrumb{display:flex !important;gap:10px !important;align-items:center !important;margin-bottom:36px !important;color:#7a8290 !important;font-size:13px !important;font-weight:700 !important;}
.eg-contact-breadcrumb a{color:inherit !important;}
.eg-contact-hero-grid{display:grid !important;grid-template-columns:1.1fr .9fr !important;gap:50px !important;align-items:center !important;}
.eg-contact-hero h1{font-family:'Cormorant Garamond',serif !important;font-size:clamp(54px,7vw,92px) !important;line-height:.92 !important;margin:0 !important;color:#10213a !important;letter-spacing:-.055em !important;}
.eg-contact-lead{max-width:680px !important;margin:24px 0 0 !important;color:#697382 !important;font-size:18px !important;line-height:1.85 !important;}
.eg-contact-actions{display:flex !important;gap:12px !important;flex-wrap:wrap !important;margin-top:30px !important;}
.eg-contact-btn{min-height:54px !important;padding:0 24px !important;border-radius:999px !important;display:inline-flex !important;align-items:center !important;justify-content:center !important;gap:9px !important;font-weight:900 !important;text-decoration:none !important;transition:.25s ease !important;}
.eg-contact-btn:hover{transform:translateY(-3px) !important;}
.eg-contact-btn-main{background:#10213a !important;color:#fff !important;box-shadow:0 18px 42px rgba(19,35,61,.18) !important;}
.eg-contact-btn-soft{background:#fff !important;color:#10213a !important;border:1px solid rgba(19,35,61,.08) !important;box-shadow:0 14px 34px rgba(19,35,61,.08) !important;}
.eg-contact-hours-card{background:rgba(255,255,255,.88) !important;border:1px solid rgba(255,255,255,.8) !important;border-radius:34px !important;padding:42px !important;box-shadow:0 24px 70px rgba(19,35,61,.10) !important;backdrop-filter:blur(14px) !important;}
.eg-contact-mini{display:block !important;color:#a98b62 !important;font-size:12px !important;letter-spacing:.22em !important;text-transform:uppercase !important;font-weight:900 !important;margin-bottom:12px !important;}
.eg-contact-hours-card strong{font-size:44px !important;line-height:1 !important;color:#10213a !important;font-weight:900 !important;letter-spacing:-.04em !important;}
.eg-contact-hours-card p{margin:18px 0 0 !important;color:#697382 !important;line-height:1.8 !important;}
.eg-contact-section{padding:40px 0 70px !important;}
.eg-contact-head{margin-bottom:34px !important;}
.eg-location-grid{display:grid !important;grid-template-columns:repeat(3,minmax(0,1fr)) !important;gap:22px !important;}
.eg-location-card{background:rgba(255,255,255,.9) !important;border:1px solid rgba(19,35,61,.07) !important;border-radius:28px !important;padding:28px !important;box-shadow:0 14px 44px rgba(19,35,61,.07) !important;transition:.28s ease !important;min-height:210px !important;display:flex !important;flex-direction:column !important;}
.eg-location-card:hover{transform:translateY(-6px) !important;box-shadow:0 28px 70px rgba(19,35,61,.12) !important;}
.eg-location-card span{width:46px !important;height:46px !important;border-radius:999px !important;background:#10213a !important;color:#fff !important;display:flex !important;align-items:center !important;justify-content:center !important;margin-bottom:20px !important;box-shadow:0 14px 30px rgba(19,35,61,.18) !important;}
.eg-location-card h3{font-family:'Cormorant Garamond',serif !important;font-size:30px !important;line-height:1 !important;margin:0 0 10px !important;color:#10213a !important;letter-spacing:-.04em !important;}
.eg-location-card p{margin:0 0 18px !important;color:#697382 !important;line-height:1.65 !important;}
.eg-location-card a{margin-top:auto !important;color:#10213a !important;font-weight:900 !important;text-decoration:none !important;}
.eg-location-card-online{background:#10213a !important;color:#fff !important;}
.eg-location-card-online h3,.eg-location-card-online a{color:#fff !important;}
.eg-location-card-online p{color:rgba(255,255,255,.78) !important;}
.eg-location-card-online span{background:#fff !important;color:#10213a !important;}
.eg-contact-form-section{padding:20px 0 100px !important;}
.eg-contact-form-grid{display:grid !important;grid-template-columns:.85fr 1.15fr !important;gap:28px !important;align-items:stretch !important;}
.eg-contact-note-card,.eg-contact-form-card{background:rgba(255,255,255,.9) !important;border:1px solid rgba(19,35,61,.07) !important;border-radius:34px !important;box-shadow:0 18px 56px rgba(19,35,61,.08) !important;padding:38px !important;}
.eg-contact-note-card h2{font-family:'Cormorant Garamond',serif !important;font-size:48px !important;line-height:1 !important;margin:0 0 18px !important;color:#10213a !important;letter-spacing:-.05em !important;}
.eg-contact-note-card p{color:#697382 !important;line-height:1.85 !important;margin:0 0 24px !important;}
.eg-contact-mini-list{display:grid !important;gap:12px !important;}
.eg-contact-mini-list span{display:flex !important;align-items:center !important;gap:10px !important;color:#10213a !important;font-weight:800 !important;}
.eg-contact-mini-list i{color:#a98b62 !important;}
.eg-contact-form{display:grid !important;gap:18px !important;}
.eg-form-field label{display:block !important;font-weight:900 !important;color:#10213a !important;margin-bottom:9px !important;}
.eg-contact-form .form-control{width:100% !important;border:1px solid rgba(19,35,61,.10) !important;border-radius:18px !important;background:#fff !important;box-shadow:none !important;color:#10213a !important;font-weight:700 !important;}
.eg-contact-form input.form-control{height:54px !important;padding:0 18px !important;}
.eg-contact-form textarea.form-control{min-height:160px !important;padding:16px 18px !important;resize:vertical !important;}
.eg-contact-submit{min-height:56px !important;border:0 !important;border-radius:999px !important;background:#10213a !important;color:#fff !important;padding:0 30px !important;font-weight:900 !important;box-shadow:0 18px 42px rgba(19,35,61,.18) !important;transition:.25s ease !important;}
.eg-contact-submit:hover{transform:translateY(-3px) !important;background:#09172b !important;}

@media(max-width:900px){
  .eg-contact-hero-grid,.eg-contact-form-grid{grid-template-columns:1fr !important;}
  .eg-location-grid{grid-template-columns:repeat(2,minmax(0,1fr)) !important;}
  .eg-contact-hours-card strong{font-size:36px !important;}
}
@media(max-width:600px){
  .eg-contact-container{width:calc(100% - 28px) !important;}
  .eg-location-grid{grid-template-columns:1fr !important;}
  .eg-contact-note-card,.eg-contact-form-card,.eg-contact-hours-card{padding:26px !important;border-radius:26px !important;}
  .enghome-pagination-row .pagination li a,.enghome-pagination-row .pagination li span{width:42px !important;height:42px !important;min-width:42px !important;}
}


/* ===== ENG HOME V14 MOBILE + ICON + PRODUCT PAGE FIXES ===== */
/* SVG icons so they do not appear as empty iPhone/emoji-style circles */
body.enghome-body .eg-action-icon svg,
body.enghome-body .eg-card-wishlist svg,
body.enghome-body .enghome-card-wishlist svg{
  width:20px !important;
  height:20px !important;
  display:block !important;
  fill:none !important;
  stroke:currentColor !important;
  stroke-width:2.15 !important;
  stroke-linecap:round !important;
  stroke-linejoin:round !important;
}
body.enghome-body .eg-card-wishlist:hover svg,
body.enghome-body .enghome-card-wishlist:hover svg{
  fill:#d71920 !important;
  stroke:#d71920 !important;
}
body.enghome-body .eg-action-btn[href*="wishlist"]:hover .eg-action-icon svg,
body.enghome-body .eg-account-btn + .eg-action-btn:hover .eg-action-icon svg{
  fill:#d71920 !important;
  stroke:#d71920 !important;
}
body.enghome-body .eg-action-btn .fa,
body.enghome-body .eg-card-wishlist .fa,
body.enghome-body .enghome-card-wishlist .fa{display:none !important;}

/* Category/home product cards: fix mobile, two products per row, compact premium cards */
@media(max-width:700px){
  body.enghome-body .eg-products-shell{padding-top:54px !important;padding-bottom:54px !important;}
  body.enghome-body .eg-latest-grid,
  body.enghome-body .enghome-products-grid,
  body.enghome-body .eg-opencart-content .row{
    grid-template-columns:repeat(2,minmax(0,1fr)) !important;
    gap:12px !important;
    width:100% !important;
  }
  body.enghome-body .eg-product-card,
  body.enghome-body .enghome-product-card,
  body.enghome-body .eg-product-card-v13,
  body.enghome-body .enghome-product-card-v13{
    border-radius:18px !important;
    box-shadow:0 10px 28px rgba(15,23,42,.08) !important;
    overflow:hidden !important;
    min-width:0 !important;
  }
  body.enghome-body .eg-product-image,
  body.enghome-body .enghome-product-image-wrap{
    aspect-ratio:1/1.18 !important;
    min-height:0 !important;
    background:#f5f1eb !important;
  }
  body.enghome-body .eg-product-image img,
  body.enghome-body .enghome-product-image{
    width:100% !important;
    height:100% !important;
    min-height:0 !important;
    object-fit:contain !important;
    padding:12px !important;
    background:#f5f1eb !important;
  }
  body.enghome-body .eg-badge,
  body.enghome-body .enghome-sale-badge{
    top:10px !important;
    left:10px !important;
    padding:7px 9px !important;
    font-size:9px !important;
    letter-spacing:.07em !important;
  }
  body.enghome-body .eg-stock{
    right:8px !important;
    bottom:8px !important;
    padding:7px 9px !important;
    font-size:9px !important;
  }
  body.enghome-body .eg-card-wishlist,
  body.enghome-body .enghome-card-wishlist{
    top:10px !important;
    right:10px !important;
    width:34px !important;
    height:34px !important;
    box-shadow:0 8px 18px rgba(15,23,42,.10) !important;
  }
  body.enghome-body .eg-card-wishlist svg,
  body.enghome-body .enghome-card-wishlist svg{width:16px !important;height:16px !important;}
  body.enghome-body .eg-product-info,
  body.enghome-body .enghome-product-info,
  body.enghome-body .eg-product-card-v13 .eg-product-info{
    padding:12px 11px 13px !important;
    gap:6px !important;
  }
  body.enghome-body .eg-product-brand{font-size:9px !important;letter-spacing:.12em !important;min-height:0 !important;color:#7a8290 !important;}
  body.enghome-body .eg-product-title,
  body.enghome-body .enghome-product-title,
  body.enghome-body .eg-product-card-v13 .eg-product-title,
  body.enghome-body .enghome-product-card-v13 .enghome-product-title{
    font-family:Inter,Arial,sans-serif !important;
    font-size:13px !important;
    line-height:1.25 !important;
    min-height:34px !important;
    margin:0 !important;
    letter-spacing:-.02em !important;
    display:-webkit-box !important;
    -webkit-line-clamp:2 !important;
    -webkit-box-orient:vertical !important;
    overflow:hidden !important;
  }
  body.enghome-body .eg-product-price,
  body.enghome-body .enghome-price-row{margin:4px 0 6px !important;padding:0 !important;gap:6px !important;}
  body.enghome-body .eg-price-current,
  body.enghome-body .enghome-price,
  body.enghome-body .enghome-price-new,
  body.enghome-body .eg-product-card-v13 .eg-product-price .eg-price-current,
  body.enghome-body .enghome-product-card-v13 .enghome-price,
  body.enghome-body .enghome-product-card-v13 .enghome-price-new{
    font-size:16px !important;
    line-height:1 !important;
    color:#10213a !important;
  }
  body.enghome-body .eg-old-price,
  body.enghome-body .enghome-price-old{font-size:11px !important;}
  body.enghome-body .eg-add-cart,
  body.enghome-body .enghome-cart-btn{
    min-height:38px !important;
    height:38px !important;
    border-radius:999px !important;
    font-size:11px !important;
    padding:0 8px !important;
    margin-top:4px !important;
    white-space:nowrap !important;
  }
  body.enghome-body .eg-details-link,
  body.enghome-body .enghome-details-link{
    min-height:26px !important;
    font-size:11px !important;
    margin-top:2px !important;
  }
  body.enghome-body .enghome-product-toolbar{
    margin-bottom:24px !important;
    padding-bottom:18px !important;
    gap:18px !important;
  }
  body.enghome-body .enghome-category-title-final{
    font-size:clamp(38px,10vw,54px) !important;
    line-height:1.04 !important;
  }
  body.enghome-body .enghome-toolbar-controls{
    width:100% !important;
    display:grid !important;
    grid-template-columns:1fr 1fr !important;
    gap:10px !important;
  }
  body.enghome-body .enghome-toolbar-controls select{
    width:100% !important;
    min-width:0 !important;
    height:48px !important;
    font-size:14px !important;
  }
}

@media(max-width:420px){
  body.enghome-body .eg-latest-grid,
  body.enghome-body .enghome-products-grid,
  body.enghome-body .eg-opencart-content .row{gap:10px !important;}
  body.enghome-body .eg-add-cart,
  body.enghome-body .enghome-cart-btn{font-size:10.5px !important;}
}

/* Header mobile: keep icons visible and compact */
@media(max-width:900px){
  body.enghome-body .eg-header-actions{
    display:flex !important;
    gap:10px !important;
    justify-content:flex-end !important;
  }
  body.enghome-body .eg-header-search{display:none !important;}
  body.enghome-body .eg-header-inner{
    grid-template-columns:1fr auto !important;
    align-items:center !important;
    width:calc(100% - 28px) !important;
    padding:16px 0 12px !important;
  }
  body.enghome-body .eg-logo-link{margin:0 !important;}
  body.enghome-body .eg-logo-img{height:42px !important;max-width:220px !important;}
  body.enghome-body .eg-action-btn{width:44px !important;height:44px !important;}
  body.enghome-body .eg-action-icon svg{width:18px !important;height:18px !important;}
  body.enghome-body .eg-nav-wrap{grid-column:1/-1 !important;order:3 !important;margin-top:8px !important;overflow-x:auto !important;padding-bottom:4px !important;}
}
@media(max-width:520px){
  body.enghome-body .eg-logo-img{height:36px !important;max-width:190px !important;}
  body.enghome-body .eg-action-btn{width:40px !important;height:40px !important;}
  body.enghome-body .eg-header-actions{gap:8px !important;}
}

/* Footer mobile: smaller, cleaner, less tall */
@media(max-width:700px){
  body.enghome-body .eg-premium-footer{padding:34px 0 44px !important;background:linear-gradient(180deg,#faf7f2 0%,#efe8df 100%) !important;}
  body.enghome-body .eg-footer-card{
    width:calc(100% - 28px) !important;
    padding:30px 18px 24px !important;
    border-radius:26px !important;
    box-shadow:0 16px 44px rgba(19,35,61,.08) !important;
  }
  body.enghome-body .eg-footer-logo{width:150px !important;max-width:150px !important;}
  body.enghome-body .eg-footer-grid{
    margin-top:26px !important;
    display:grid !important;
    grid-template-columns:1fr !important;
    gap:20px !important;
    text-align:center !important;
  }
  body.enghome-body .eg-footer-col h3{font-size:24px !important;margin-bottom:10px !important;line-height:1 !important;}
  body.enghome-body .eg-footer-col a{font-size:15px !important;margin-bottom:7px !important;color:#70798a !important;}
  body.enghome-body .eg-footer-center p{font-size:15px !important;line-height:1.65 !important;margin-bottom:18px !important;}
  body.enghome-body .eg-socials{gap:8px !important;}
  body.enghome-body .eg-socials a{min-width:0 !important;height:38px !important;padding:0 13px !important;font-size:13px !important;}
  body.enghome-body .eg-footer-bottom{margin-top:22px !important;padding-top:16px !important;font-size:12px !important;line-height:1.5 !important;}
}

/* Product page mobile: compact premium layout */
@media(max-width:760px){
  body.enghome-body #product-product.egp-page{padding:18px 0 54px !important;}
  body.enghome-body #product-product.egp-page .egp-container{width:calc(100% - 24px) !important;}
  body.enghome-body #product-product.egp-page .egp-breadcrumb{display:none !important;}
  body.enghome-body #product-product.egp-page .egp-product-shell{gap:14px !important;}
  body.enghome-body #product-product.egp-page .egp-gallery-card,
  body.enghome-body #product-product.egp-page .egp-info-card,
  body.enghome-body #product-product.egp-page .egp-tabs-content,
  body.enghome-body #product-product.egp-page .egp-related-card{
    border-radius:22px !important;
    box-shadow:0 12px 34px rgba(15,23,42,.08) !important;
  }
  body.enghome-body #product-product.egp-page .egp-gallery-card{padding:10px !important;}
  body.enghome-body #product-product.egp-page .egp-gallery-layout{gap:10px !important;}
  body.enghome-body #product-product.egp-page .egp-main-image-wrap{min-height:300px !important;border-radius:18px !important;}
  body.enghome-body #product-product.egp-page .egp-main-image-button{min-height:300px !important;padding:16px !important;}
  body.enghome-body #product-product.egp-page #egp-main-image{height:260px !important;max-width:100% !important;}
  body.enghome-body #product-product.egp-page .egp-thumbs{gap:8px !important;}
  body.enghome-body #product-product.egp-page .egp-thumb{width:62px !important;height:62px !important;min-width:62px !important;min-height:62px !important;border-radius:14px !important;padding:5px !important;}
  body.enghome-body #product-product.egp-page .egp-zoom-hint{display:none !important;}
  body.enghome-body #product-product.egp-page .egp-slide-btn{width:36px !important;height:36px !important;font-size:24px !important;}
  body.enghome-body #product-product.egp-page .egp-slide-prev{left:10px !important;}
  body.enghome-body #product-product.egp-page .egp-slide-next{right:10px !important;}
  body.enghome-body #product-product.egp-page .egp-info-card{padding:18px !important;}
  body.enghome-body #product-product.egp-page .egp-top-actions{margin-bottom:4px !important;}
  body.enghome-body #product-product.egp-page .egp-top-actions button{width:40px !important;height:40px !important;}
  body.enghome-body #product-product.egp-page .egp-brand{font-size:10px !important;margin-bottom:8px !important;}
  body.enghome-body #product-product.egp-page .egp-title{font-size:28px !important;line-height:1.05 !important;margin-bottom:12px !important;}
  body.enghome-body #product-product.egp-page .egp-meta-box{margin:12px -18px 0 !important;}
  body.enghome-body #product-product.egp-page .egp-meta-box div{padding:10px 18px !important;grid-template-columns:1fr 1fr !important;gap:8px !important;}
  body.enghome-body #product-product.egp-page .egp-meta-box span,
  body.enghome-body #product-product.egp-page .egp-meta-box strong{font-size:12px !important;}
  body.enghome-body #product-product.egp-page .egp-price-box{padding:16px 0 12px !important;}
  body.enghome-body #product-product.egp-page .egp-price-main{font-size:34px !important;color:#10213a !important;}
  body.enghome-body #product-product.egp-page .egp-buy-box{margin-top:10px !important;}
  body.enghome-body #product-product.egp-page .egp-qty-row{gap:10px !important;margin-bottom:12px !important;}
  body.enghome-body #product-product.egp-page #input-quantity{height:46px !important;width:72px !important;min-width:72px !important;border-radius:14px !important;}
  body.enghome-body #product-product.egp-page #button-cart.egp-cart-btn{min-height:52px !important;border-radius:999px !important;font-size:15px !important;}
  body.enghome-body #product-product.egp-page .egp-safe-payments{margin-top:14px !important;padding-top:14px !important;}
  body.enghome-body #product-product.egp-page .egp-payment-list div{min-height:42px !important;font-size:13px !important;}
  body.enghome-body #product-product.egp-page .egp-tabs-section,
  body.enghome-body #product-product.egp-page .egp-related-section{margin-top:22px !important;}
  body.enghome-body #product-product.egp-page .egp-tabs-nav{gap:8px !important;overflow-x:auto !important;}
  body.enghome-body #product-product.egp-page .egp-tabs-nav a{min-height:40px !important;padding:0 15px !important;font-size:13px !important;}
  body.enghome-body #product-product.egp-page .egp-tabs-content{padding:18px !important;font-size:14px !important;line-height:1.7 !important;}
  body.enghome-body #product-product.egp-page .egp-related-title{font-size:28px !important;margin-bottom:12px !important;}
  body.enghome-body #product-product.egp-page .egp-related-grid{grid-template-columns:repeat(2,minmax(0,1fr)) !important;gap:12px !important;}
  body.enghome-body #product-product.egp-page .egp-related-info h4{font-size:12px !important;min-height:34px !important;}
  body.enghome-body #product-product.egp-page .egp-related-price{font-size:16px !important;}
  body.enghome-body #product-product.egp-page .egp-related-info button{min-height:38px !important;font-size:11px !important;border-radius:999px !important;}
}
@media(max-width:380px){
  body.enghome-body #product-product.egp-page .egp-main-image-wrap{min-height:270px !important;}
  body.enghome-body #product-product.egp-page .egp-main-image-button{min-height:270px !important;}
  body.enghome-body #product-product.egp-page #egp-main-image{height:235px !important;}
}


/* =========================================================
   ENG HOME CONTACT MAPS - v15
   ========================================================= */
.eg-contact-page .eg-location-grid{
  display:grid !important;
  grid-template-columns:repeat(2,minmax(0,1fr)) !important;
  gap:22px !important;
  align-items:stretch !important;
}

.eg-contact-page .eg-location-card{
  display:flex !important;
  flex-direction:column !important;
  gap:16px !important;
  padding:24px !important;
  border-radius:26px !important;
  background:rgba(255,255,255,.88) !important;
  border:1px solid rgba(19,35,61,.08) !important;
  box-shadow:0 18px 54px rgba(19,35,61,.08) !important;
  overflow:hidden !important;
}

.eg-contact-page .eg-location-card-top{
  display:flex !important;
  align-items:flex-start !important;
  gap:14px !important;
}

.eg-contact-page .eg-location-icon{
  width:48px !important;
  height:48px !important;
  min-width:48px !important;
  border-radius:999px !important;
  background:#13233d !important;
  color:#fff !important;
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
  box-shadow:0 12px 28px rgba(19,35,61,.18) !important;
}

.eg-contact-page .eg-location-card h3{
  margin:0 0 6px !important;
  color:#101827 !important;
  font-size:24px !important;
  line-height:1.1 !important;
  font-weight:800 !important;
}

.eg-contact-page .eg-location-card p{
  margin:0 !important;
  color:#697386 !important;
  line-height:1.55 !important;
  font-size:15px !important;
}

.eg-contact-page .eg-location-meta{
  display:flex !important;
  flex-wrap:wrap !important;
  gap:10px !important;
  align-items:center !important;
}

.eg-contact-page .eg-location-meta span,
.eg-contact-page .eg-location-meta a{
  min-height:38px !important;
  display:inline-flex !important;
  align-items:center !important;
  gap:8px !important;
  padding:0 13px !important;
  border-radius:999px !important;
  background:#f4efe8 !important;
  color:#13233d !important;
  font-weight:800 !important;
  font-size:13px !important;
}

.eg-contact-page .eg-location-map{
  width:100% !important;
  height:250px !important;
  border-radius:20px !important;
  overflow:hidden !important;
  background:#efe8df !important;
  border:1px solid rgba(19,35,61,.08) !important;
}

.eg-contact-page .eg-location-map iframe{
  width:100% !important;
  height:100% !important;
  border:0 !important;
  display:block !important;
  filter:saturate(.95) contrast(.96) !important;
}

.eg-contact-page .eg-location-map-btn{
  margin-top:auto !important;
  width:100% !important;
  min-height:50px !important;
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  gap:8px !important;
  border-radius:999px !important;
  background:#13233d !important;
  color:#fff !important;
  font-weight:900 !important;
  text-decoration:none !important;
  box-shadow:0 14px 32px rgba(19,35,61,.16) !important;
  transition:.25s ease !important;
}

.eg-contact-page .eg-location-map-btn:hover{
  transform:translateY(-2px) !important;
  background:#0b1528 !important;
  color:#fff !important;
}

.eg-contact-page .eg-location-shop-btn{
  background:#a98b62 !important;
}

.eg-contact-page .eg-location-card-online{
  justify-content:flex-start !important;
}

@media(max-width:900px){
  .eg-contact-page .eg-location-grid{
    grid-template-columns:1fr !important;
    gap:18px !important;
  }

  .eg-contact-page .eg-location-card{
    padding:18px !important;
    border-radius:22px !important;
  }

  .eg-contact-page .eg-location-map{
    height:220px !important;
    border-radius:18px !important;
  }

  .eg-contact-page .eg-location-card h3{
    font-size:21px !important;
  }
}

@media(max-width:560px){
  .eg-contact-page .eg-location-map{
    height:190px !important;
  }

  .eg-contact-page .eg-location-meta{
    display:grid !important;
    grid-template-columns:1fr !important;
  }

  .eg-contact-page .eg-location-meta span,
  .eg-contact-page .eg-location-meta a{
    width:100% !important;
    justify-content:center !important;
  }
}


/* =========================================================
   ENG HOME CONTACT LOCATIONS CLEAN FIX - v16
   ========================================================= */
.eg-contact-page .eg-contact-actions .eg-contact-btn-main[href^="tel"]{white-space:nowrap !important;}

.eg-contact-page .eg-location-card-top{
  display:block !important;
}

.eg-contact-page .eg-location-card-top > div{
  width:100% !important;
}

.eg-contact-page .eg-location-icon,
.eg-contact-page .eg-location-card-top > span,
.eg-contact-page .eg-location-card > span:not(.eg-location-map-btn){
  display:none !important;
}

.eg-contact-page .eg-location-card h3{
  margin:0 0 8px !important;
  font-family:Inter,Arial,sans-serif !important;
  font-size:26px !important;
  line-height:1.05 !important;
  letter-spacing:.04em !important;
  text-transform:uppercase !important;
  font-weight:900 !important;
  color:#13233d !important;
}

.eg-contact-page .eg-location-card p{
  margin:0 !important;
  font-size:16px !important;
  color:#697386 !important;
  line-height:1.45 !important;
  font-weight:600 !important;
}

.eg-contact-page .eg-location-meta{
  display:flex !important;
  flex-wrap:wrap !important;
  gap:10px !important;
  align-items:center !important;
  margin-top:2px !important;
}

.eg-contact-page .eg-location-meta span,
.eg-contact-page .eg-location-meta a,
.eg-contact-page .eg-location-coming-label{
  min-height:40px !important;
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  gap:8px !important;
  padding:0 14px !important;
  border-radius:999px !important;
  background:#f4efe8 !important;
  color:#13233d !important;
  font-weight:900 !important;
  font-size:13px !important;
  text-decoration:none !important;
  width:auto !important;
}

.eg-contact-page .eg-location-coming-label{
  background:#13233d !important;
  color:#fff !important;
  letter-spacing:.08em !important;
}

.eg-contact-page .eg-location-map-soon{
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
  text-align:center !important;
  background:linear-gradient(135deg,#f8f4ed,#efe8df) !important;
}

.eg-contact-page .eg-location-soon-box{
  padding:22px !important;
  color:#13233d !important;
}

.eg-contact-page .eg-location-soon-box strong{
  display:block !important;
  font-size:24px !important;
  line-height:1 !important;
  margin-bottom:10px !important;
}

.eg-contact-page .eg-location-soon-box span{
  display:block !important;
  color:#697386 !important;
  font-weight:700 !important;
}

.eg-contact-page .eg-location-disabled-btn{
  background:#a98b62 !important;
  cursor:default !important;
  pointer-events:none !important;
}

@media(max-width:560px){
  .eg-contact-page .eg-location-card h3{
    font-size:22px !important;
    letter-spacing:.03em !important;
  }

  .eg-contact-page .eg-location-card p{
    font-size:15px !important;
  }

  .eg-contact-page .eg-location-meta{
    display:flex !important;
    flex-direction:column !important;
    align-items:flex-start !important;
  }

  .eg-contact-page .eg-location-meta span,
  .eg-contact-page .eg-location-meta a,
  .eg-contact-page .eg-location-coming-label{
    width:auto !important;
    min-width:0 !important;
  }
}


/* =========================================================
   ENG HOME CONTACT HOURS CLEAN FIX - v17
   ========================================================= */
.eg-contact-page .eg-location-meta{
  margin-top:14px !important;
  gap:0 !important;
}

.eg-contact-page .eg-location-meta .eg-location-hours{
  min-height:0 !important;
  height:auto !important;
  padding:0 !important;
  border-radius:0 !important;
  background:transparent !important;
  box-shadow:none !important;
  color:#13233d !important;
  font-size:16px !important;
  line-height:1.2 !important;
  font-weight:900 !important;
  letter-spacing:.01em !important;
}

.eg-contact-page .eg-location-meta a[href^="tel"]{
  display:none !important;
}

@media(max-width:560px){
  .eg-contact-page .eg-location-meta{
    margin-top:12px !important;
  }

  .eg-contact-page .eg-location-meta .eg-location-hours{
    font-size:16px !important;
  }
}

/* =========================================================
   ENG HOME MENU ONLY - V18
   Kategoritë shfaqen vetëm brenda Mega Menu, jo jashtë header-it
   ========================================================= */
.egh-top-links,
.egh-top-item,
.egh-top-link,
.egh-top-dropdown{
  display:none !important;
}

.eg-nav-wrap{
  overflow:visible !important;
  min-width:auto !important;
}

.egh-nav{
  position:relative !important;
  display:flex !important;
  align-items:center !important;
  justify-content:flex-start !important;
  width:auto !important;
}

.egh-menu-trigger{
  height:48px !important;
  min-width:112px !important;
  padding:0 18px !important;
  border-radius:999px !important;
  border:1px solid rgba(15,23,42,.10) !important;
  background:rgba(255,255,255,.86) !important;
  color:#101827 !important;
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  gap:10px !important;
  font-size:15px !important;
  font-weight:800 !important;
  box-shadow:0 12px 30px rgba(15,23,42,.07) !important;
  cursor:pointer !important;
  transition:transform .2s ease, box-shadow .2s ease, background .2s ease !important;
}

.egh-menu-trigger:hover,
body.egh-menu-open .egh-menu-trigger{
  transform:translateY(-1px) !important;
  background:#fff !important;
  box-shadow:0 16px 38px rgba(15,23,42,.11) !important;
}

.egh-menu-icon{
  font-size:20px !important;
  line-height:1 !important;
  transform:translateY(-1px) !important;
}

.egh-mega{
  position:absolute !important;
  top:calc(100% + 18px) !important;
  left:0 !important;
  width:min(880px,calc(100vw - 44px)) !important;
  z-index:5000 !important;
  opacity:0 !important;
  visibility:hidden !important;
  pointer-events:none !important;
  transform:translateY(10px) !important;
  transition:opacity .22s ease, visibility .22s ease, transform .22s ease !important;
}

body.egh-menu-open .egh-mega{
  opacity:1 !important;
  visibility:visible !important;
  pointer-events:auto !important;
  transform:translateY(0) !important;
}

.egh-mega-card{
  width:100% !important;
  background:rgba(255,255,255,.96) !important;
  border:1px solid rgba(15,23,42,.10) !important;
  border-radius:28px !important;
  box-shadow:0 28px 80px rgba(15,23,42,.16) !important;
  overflow:hidden !important;
  backdrop-filter:blur(18px) !important;
  -webkit-backdrop-filter:blur(18px) !important;
}

.egh-mega-head{
  padding:22px 24px !important;
  border-bottom:1px solid rgba(15,23,42,.08) !important;
}

.egh-mega-head span{
  display:block !important;
  font-size:12px !important;
  letter-spacing:.22em !important;
  text-transform:uppercase !important;
  font-weight:900 !important;
  color:#a98b62 !important;
  margin-bottom:6px !important;
}

.egh-mega-head strong{
  display:block !important;
  font-size:20px !important;
  color:#101827 !important;
  font-weight:800 !important;
}

.egh-mega-body{
  display:grid !important;
  grid-template-columns:300px 1fr !important;
  min-height:360px !important;
}

.egh-mega-left{
  padding:16px !important;
  background:#f7f2ec !important;
  border-right:1px solid rgba(15,23,42,.08) !important;
  display:flex !important;
  flex-direction:column !important;
  gap:8px !important;
}

.egh-mega-cat{
  width:100% !important;
  border:0 !important;
  background:transparent !important;
  border-radius:16px !important;
  padding:15px 16px !important;
  color:#101827 !important;
  text-align:left !important;
  display:grid !important;
  grid-template-columns:1fr auto !important;
  gap:4px 10px !important;
  align-items:center !important;
  cursor:pointer !important;
  transition:background .2s ease, color .2s ease, transform .2s ease !important;
}

.egh-mega-cat span{
  font-size:16px !important;
  font-weight:900 !important;
  line-height:1.2 !important;
}

.egh-mega-cat small{
  grid-column:1 !important;
  color:#697386 !important;
  font-size:12px !important;
  font-weight:700 !important;
}

.egh-mega-cat em{
  grid-column:2 !important;
  grid-row:1 / span 2 !important;
  font-style:normal !important;
  font-size:22px !important;
  color:#98a2b3 !important;
}

.egh-mega-cat:hover,
.egh-mega-cat.is-active{
  background:#13233d !important;
  color:#fff !important;
  transform:translateX(2px) !important;
}

.egh-mega-cat:hover small,
.egh-mega-cat.is-active small,
.egh-mega-cat:hover em,
.egh-mega-cat.is-active em{
  color:rgba(255,255,255,.74) !important;
}

.egh-mega-right{
  padding:22px !important;
  background:#fff !important;
}

.egh-mega-panel{
  display:none !important;
}

.egh-mega-panel.is-active{
  display:block !important;
}

.egh-mega-title{
  display:inline-flex !important;
  align-items:center !important;
  min-height:44px !important;
  margin-bottom:18px !important;
  font-size:26px !important;
  line-height:1.1 !important;
  font-family:'Cormorant Garamond',serif !important;
  font-weight:800 !important;
  color:#13233d !important;
}

.egh-sub-grid{
  display:grid !important;
  grid-template-columns:repeat(2,minmax(0,1fr)) !important;
  gap:12px !important;
}

.egh-sub-link,
.egh-sub-empty{
  min-height:58px !important;
  padding:14px 16px !important;
  border-radius:16px !important;
  background:#f7f2ec !important;
  border:1px solid rgba(15,23,42,.07) !important;
  color:#101827 !important;
  display:flex !important;
  align-items:center !important;
  justify-content:space-between !important;
  gap:10px !important;
  font-weight:800 !important;
  transition:background .2s ease, transform .2s ease, border-color .2s ease !important;
}

.egh-sub-link em{
  font-style:normal !important;
  color:#697386 !important;
  font-size:12px !important;
  font-weight:900 !important;
}

.egh-sub-link:hover,
.egh-sub-empty:hover{
  background:#fff !important;
  border-color:rgba(15,23,42,.16) !important;
  transform:translateY(-2px) !important;
}

@media(max-width:1180px){
  .eg-header-inner{
    grid-template-columns:240px auto 1fr !important;
    gap:18px !important;
  }

  .eg-header-actions{
    justify-content:flex-end !important;
  }

  .eg-header-search{
    width:220px !important;
  }
}

@media(max-width:900px){
  .eg-header-inner{
    width:calc(100% - 28px) !important;
    grid-template-columns:1fr !important;
    gap:14px !important;
  }

  .eg-logo-link{
    margin:0 auto !important;
  }

  .eg-nav-wrap{
    width:100% !important;
    order:2 !important;
  }

  .egh-nav{
    width:100% !important;
    justify-content:flex-start !important;
  }

  .egh-menu-trigger{
    min-width:104px !important;
    height:46px !important;
  }

  .egh-mega{
    left:0 !important;
    width:100% !important;
    max-width:100% !important;
  }

  .egh-mega-body{
    grid-template-columns:1fr !important;
    min-height:0 !important;
  }

  .egh-mega-left{
    border-right:0 !important;
    border-bottom:1px solid rgba(15,23,42,.08) !important;
    max-height:300px !important;
    overflow:auto !important;
  }

  .egh-mega-right{
    padding:16px !important;
  }

  .egh-sub-grid{
    grid-template-columns:1fr !important;
  }
}

/* =========================================================
   ENG HOME MENU POSITION FIX - V19
   Fixes desktop mega dropdown alignment and mobile off-screen menu
   ========================================================= */
body.enghome-body .eg-nav-wrap{
  overflow:visible !important;
}

body.enghome-body .egh-nav{
  position:static !important;
}

body.enghome-body .egh-top-links,
body.enghome-body .egh-top-item,
body.enghome-body .egh-top-link,
body.enghome-body .egh-top-dropdown{
  display:none !important;
}

body.enghome-body .egh-menu-trigger{
  position:relative !important;
  z-index:5100 !important;
}

body.enghome-body .egh-mega{
  position:fixed !important;
  top:96px !important;
  left:50% !important;
  right:auto !important;
  width:min(980px,calc(100vw - 64px)) !important;
  max-width:min(980px,calc(100vw - 64px)) !important;
  max-height:calc(100vh - 120px) !important;
  overflow:auto !important;
  z-index:5000 !important;
  opacity:0 !important;
  visibility:hidden !important;
  pointer-events:none !important;
  transform:translate(-50%,10px) !important;
  transition:opacity .22s ease, visibility .22s ease, transform .22s ease !important;
}

body.enghome-body.egh-menu-open .egh-mega{
  opacity:1 !important;
  visibility:visible !important;
  pointer-events:auto !important;
  transform:translate(-50%,0) !important;
}

body.enghome-body .egh-mega-card{
  width:100% !important;
  max-width:100% !important;
}

body.enghome-body .egh-mega-body{
  grid-template-columns:300px minmax(0,1fr) !important;
}

@media(max-width:900px){
  body.enghome-body .eg-premium-header{
    position:sticky !important;
    top:0 !important;
    z-index:5200 !important;
  }

  body.enghome-body .eg-header-inner{
    width:calc(100% - 28px) !important;
    display:grid !important;
    grid-template-columns:1fr auto !important;
    grid-template-areas:
      "logo actions"
      "menu menu" !important;
    gap:18px 14px !important;
    align-items:center !important;
    padding:18px 0 20px !important;
  }

  body.enghome-body .eg-logo-link{
    grid-area:logo !important;
    margin:0 !important;
    justify-self:start !important;
  }

  body.enghome-body .eg-logo-img{
    height:40px !important;
    max-width:220px !important;
  }

  body.enghome-body .eg-header-actions{
    grid-area:actions !important;
    display:flex !important;
    justify-content:flex-end !important;
    gap:10px !important;
  }

  body.enghome-body .eg-header-search{
    display:none !important;
  }

  body.enghome-body .eg-nav-wrap{
    grid-area:menu !important;
    width:100% !important;
    order:initial !important;
  }

  body.enghome-body .egh-nav{
    width:100% !important;
    justify-content:flex-start !important;
  }

  body.enghome-body .egh-menu-trigger{
    min-width:104px !important;
    width:128px !important;
    height:48px !important;
    padding:0 18px !important;
  }

  body.enghome-body .egh-menu-trigger span:not(.egh-menu-icon){
    display:none !important;
  }

  body.enghome-body .egh-menu-icon{
    font-size:23px !important;
  }

  body.enghome-body .egh-mega{
    top:156px !important;
    left:14px !important;
    right:14px !important;
    width:auto !important;
    max-width:none !important;
    max-height:calc(100vh - 176px) !important;
    border-radius:26px !important;
    transform:translateY(10px) !important;
  }

  body.enghome-body.egh-menu-open .egh-mega{
    transform:translateY(0) !important;
  }

  body.enghome-body .egh-mega-card{
    border-radius:26px !important;
    overflow:hidden !important;
  }

  body.enghome-body .egh-mega-head{
    padding:22px 24px !important;
  }

  body.enghome-body .egh-mega-head strong{
    font-size:22px !important;
    line-height:1.25 !important;
  }

  body.enghome-body .egh-mega-body{
    display:grid !important;
    grid-template-columns:1fr !important;
    min-height:0 !important;
  }

  body.enghome-body .egh-mega-left{
    max-height:330px !important;
    overflow:auto !important;
    border-right:0 !important;
    border-bottom:1px solid rgba(15,23,42,.08) !important;
  }

  body.enghome-body .egh-mega-cat{
    padding:16px 18px !important;
  }

  body.enghome-body .egh-mega-cat span{
    font-size:18px !important;
  }

  body.enghome-body .egh-mega-right{
    padding:18px !important;
  }

  body.enghome-body .egh-mega-title{
    font-size:34px !important;
    white-space:normal !important;
  }

  body.enghome-body .egh-sub-grid{
    grid-template-columns:1fr !important;
  }
}

@media(max-width:420px){
  body.enghome-body .eg-logo-img{
    height:36px !important;
    max-width:200px !important;
  }

  body.enghome-body .eg-action-btn{
    width:48px !important;
    height:48px !important;
  }

  body.enghome-body .egh-mega{
    top:150px !important;
    left:10px !important;
    right:10px !important;
    max-height:calc(100vh - 166px) !important;
  }
}


/* =========================================================
   ENG HOME MOBILE MENU UX OPTIMIZATION - V20
   Cleaner mobile drawer + hover colors changed from gold to navy
   ========================================================= */

/* Replace gold hover/accent inside menu with menu navy */
body.enghome-body .egh-mega-head span,
body.enghome-body .egh-menu-trigger:hover,
body.enghome-body .egh-mega-title:hover,
body.enghome-body .egh-sub-link:hover em,
body.enghome-body .egh-sub-empty:hover,
body.enghome-body .egh-top-link:hover,
body.enghome-body .eg-premium-header #menu .navbar-nav>li>a:hover{
  color:#13233d !important;
}

/* Menu trigger uses the same navy hover as active menu */
body.enghome-body .egh-menu-trigger:hover,
body.enghome-body.egh-menu-open .egh-menu-trigger,
body.egh-menu-open .egh-menu-trigger{
  background:#13233d !important;
  color:#fff !important;
  border-color:#13233d !important;
  box-shadow:0 16px 38px rgba(19,35,61,.20) !important;
}

body.enghome-body .egh-menu-trigger:hover .egh-menu-icon,
body.enghome-body.egh-menu-open .egh-menu-trigger .egh-menu-icon,
body.egh-menu-open .egh-menu-trigger .egh-menu-icon{
  color:#fff !important;
}

body.enghome-body .egh-sub-link:hover,
body.enghome-body .egh-sub-empty:hover{
  background:#13233d !important;
  color:#fff !important;
  border-color:#13233d !important;
}

body.enghome-body .egh-sub-link:hover em{
  color:rgba(255,255,255,.78) !important;
}

/* Desktop: keep dropdown centered and calmer */
body.enghome-body .egh-mega{
  border-radius:28px !important;
}

/* Mobile: make menu easy to use, full-width, no off-screen panel */
@media(max-width:900px){
  body.enghome-body .eg-premium-header{
    z-index:7000 !important;
  }

  body.enghome-body .eg-header-inner{
    min-height:auto !important;
    padding:18px 0 18px !important;
    gap:16px 12px !important;
  }

  body.enghome-body .eg-nav-wrap{
    overflow:visible !important;
  }

  body.enghome-body .egh-nav{
    width:100% !important;
    overflow:visible !important;
  }

  body.enghome-body .egh-menu-trigger{
    width:112px !important;
    min-width:112px !important;
    height:52px !important;
    border-radius:999px !important;
    background:#13233d !important;
    color:#fff !important;
    border-color:#13233d !important;
    box-shadow:0 16px 34px rgba(19,35,61,.18) !important;
  }

  body.enghome-body .egh-menu-icon{
    color:#fff !important;
    font-size:24px !important;
  }

  /* Full mobile drawer below header */
  body.enghome-body .egh-mega{
    position:fixed !important;
    top:132px !important;
    left:0 !important;
    right:0 !important;
    bottom:0 !important;
    width:100vw !important;
    max-width:100vw !important;
    max-height:none !important;
    overflow:auto !important;
    padding:0 12px 18px !important;
    border-radius:0 !important;
    background:rgba(247,242,236,.72) !important;
    backdrop-filter:blur(10px) !important;
    -webkit-backdrop-filter:blur(10px) !important;
    z-index:6500 !important;
    transform:translateY(12px) !important;
  }

  body.enghome-body.egh-menu-open .egh-mega,
  body.egh-menu-open .egh-mega{
    transform:translateY(0) !important;
  }

  body.enghome-body .egh-mega-card{
    width:100% !important;
    max-width:100% !important;
    border-radius:28px !important;
    background:#fff !important;
    box-shadow:0 24px 70px rgba(15,23,42,.16) !important;
    overflow:hidden !important;
  }

  body.enghome-body .egh-mega-head{
    padding:22px 20px 18px !important;
    background:#fff !important;
  }

  body.enghome-body .egh-mega-head span{
    color:#13233d !important;
    font-size:12px !important;
    letter-spacing:.22em !important;
  }

  body.enghome-body .egh-mega-head strong{
    font-size:24px !important;
    line-height:1.2 !important;
    max-width:300px !important;
  }

  body.enghome-body .egh-mega-body{
    display:grid !important;
    grid-template-columns:1fr !important;
    min-height:0 !important;
  }

  /* Category buttons: large tap targets, clean vertical list */
  body.enghome-body .egh-mega-left{
    padding:14px !important;
    max-height:none !important;
    overflow:visible !important;
    background:#f7f2ec !important;
    border-right:0 !important;
    border-bottom:1px solid rgba(15,23,42,.08) !important;
    gap:10px !important;
  }

  body.enghome-body .egh-mega-cat{
    min-height:68px !important;
    padding:15px 16px !important;
    border-radius:20px !important;
    background:#fff !important;
    border:1px solid rgba(15,23,42,.08) !important;
    box-shadow:0 8px 22px rgba(15,23,42,.04) !important;
    transform:none !important;
  }

  body.enghome-body .egh-mega-cat span{
    font-size:20px !important;
    line-height:1.15 !important;
    white-space:normal !important;
  }

  body.enghome-body .egh-mega-cat small{
    font-size:13px !important;
  }

  body.enghome-body .egh-mega-cat em{
    font-size:24px !important;
  }

  body.enghome-body .egh-mega-cat:hover,
  body.enghome-body .egh-mega-cat.is-active{
    background:#13233d !important;
    color:#fff !important;
    border-color:#13233d !important;
    box-shadow:0 14px 32px rgba(19,35,61,.18) !important;
    transform:none !important;
  }

  body.enghome-body .egh-mega-right{
    padding:18px 14px 20px !important;
    background:#fff !important;
  }

  body.enghome-body .egh-mega-title{
    display:block !important;
    font-size:32px !important;
    line-height:1.05 !important;
    margin:0 0 16px !important;
    white-space:normal !important;
    color:#13233d !important;
  }

  body.enghome-body .egh-sub-grid{
    display:grid !important;
    grid-template-columns:1fr !important;
    gap:10px !important;
  }

  body.enghome-body .egh-sub-link,
  body.enghome-body .egh-sub-empty{
    min-height:60px !important;
    padding:15px 16px !important;
    border-radius:18px !important;
    background:#f7f2ec !important;
    font-size:16px !important;
  }
}

@media(max-width:420px){
  body.enghome-body .egh-mega{
    top:126px !important;
    left:0 !important;
    right:0 !important;
    padding:0 10px 16px !important;
  }

  body.enghome-body .eg-logo-img{
    max-width:190px !important;
  }

  body.enghome-body .eg-header-actions{
    gap:8px !important;
  }

  body.enghome-body .eg-action-btn{
    width:46px !important;
    height:46px !important;
  }

  body.enghome-body .egh-menu-trigger{
    width:104px !important;
    height:50px !important;
  }

  body.enghome-body .egh-mega-head strong{
    font-size:22px !important;
  }

  body.enghome-body .egh-mega-cat span{
    font-size:19px !important;
  }
}


/* =========================================================
   ENG HOME MENU CLICK + MOBILE UX FIX - V21
   Failsafe visibility selectors + better mobile drawer
   ========================================================= */
body.enghome-body .egh-top-links,
body.enghome-body .egh-top-item,
body.enghome-body .egh-top-link,
body.enghome-body .egh-top-dropdown{
  display:none !important;
}

body.enghome-body .eg-nav-wrap,
body.enghome-body .egh-nav{
  overflow:visible !important;
}

body.enghome-body .egh-nav{
  position:static !important;
}

body.enghome-body .egh-menu-trigger{
  position:relative !important;
  z-index:9001 !important;
  user-select:none !important;
  -webkit-tap-highlight-color:transparent !important;
}

body.enghome-body .egh-menu-trigger:hover,
body.enghome-body.egh-menu-open .egh-menu-trigger,
body.enghome-body .egh-nav.is-open .egh-menu-trigger{
  background:#13233d !important;
  color:#fff !important;
  border-color:#13233d !important;
  box-shadow:0 16px 38px rgba(19,35,61,.20) !important;
}

body.enghome-body .egh-menu-trigger:hover *,
body.enghome-body.egh-menu-open .egh-menu-trigger *,
body.enghome-body .egh-nav.is-open .egh-menu-trigger *{
  color:#fff !important;
}

body.enghome-body .egh-mega{
  position:fixed !important;
  top:96px !important;
  left:50% !important;
  right:auto !important;
  width:min(980px,calc(100vw - 64px)) !important;
  max-width:min(980px,calc(100vw - 64px)) !important;
  max-height:calc(100vh - 118px) !important;
  overflow:auto !important;
  z-index:9000 !important;
  opacity:0 !important;
  visibility:hidden !important;
  pointer-events:none !important;
  transform:translate(-50%,12px) !important;
  transition:opacity .22s ease, visibility .22s ease, transform .22s ease !important;
}

body.enghome-body.egh-menu-open .egh-mega,
body.enghome-body .egh-nav.is-open .egh-mega{
  opacity:1 !important;
  visibility:visible !important;
  pointer-events:auto !important;
  transform:translate(-50%,0) !important;
}

body.enghome-body .egh-mega-head span,
body.enghome-body .egh-mega-title:hover,
body.enghome-body .egh-sub-link:hover em,
body.enghome-body .egh-sub-empty:hover{
  color:#13233d !important;
}

body.enghome-body .egh-mega-cat:hover,
body.enghome-body .egh-mega-cat.is-active,
body.enghome-body .egh-sub-link:hover,
body.enghome-body .egh-sub-empty:hover{
  background:#13233d !important;
  color:#fff !important;
  border-color:#13233d !important;
}

body.enghome-body .egh-sub-link:hover em,
body.enghome-body .egh-mega-cat:hover span,
body.enghome-body .egh-mega-cat:hover small,
body.enghome-body .egh-mega-cat:hover em,
body.enghome-body .egh-mega-cat.is-active span,
body.enghome-body .egh-mega-cat.is-active small,
body.enghome-body .egh-mega-cat.is-active em{
  color:#fff !important;
}

@media(max-width:900px){
  body.enghome-body .eg-premium-header{
    z-index:9200 !important;
  }

  body.enghome-body .eg-header-inner{
    width:calc(100% - 28px) !important;
    display:grid !important;
    grid-template-columns:1fr auto !important;
    grid-template-areas:
      "logo actions"
      "menu menu" !important;
    gap:16px 12px !important;
    align-items:center !important;
    padding:16px 0 18px !important;
  }

  body.enghome-body .eg-logo-link{
    grid-area:logo !important;
    justify-self:start !important;
    margin:0 !important;
  }

  body.enghome-body .eg-logo-img{
    height:38px !important;
    max-width:210px !important;
  }

  body.enghome-body .eg-header-actions{
    grid-area:actions !important;
    display:flex !important;
    justify-content:flex-end !important;
    gap:9px !important;
  }

  body.enghome-body .eg-header-search{
    display:none !important;
  }

  body.enghome-body .eg-nav-wrap{
    grid-area:menu !important;
    width:100% !important;
    order:initial !important;
  }

  body.enghome-body .egh-nav{
    width:100% !important;
    display:flex !important;
    justify-content:flex-start !important;
  }

  body.enghome-body .egh-menu-trigger{
    width:128px !important;
    min-width:128px !important;
    height:52px !important;
    border-radius:999px !important;
    background:#13233d !important;
    color:#fff !important;
    border-color:#13233d !important;
    display:inline-flex !important;
    align-items:center !important;
    justify-content:center !important;
    gap:10px !important;
  }

  body.enghome-body .egh-menu-trigger span:not(.egh-menu-icon){
    display:inline !important;
    font-size:14px !important;
    font-weight:900 !important;
  }

  body.enghome-body .egh-menu-icon{
    color:#fff !important;
    font-size:22px !important;
  }

  body.enghome-body .egh-mega{
    top:138px !important;
    left:0 !important;
    right:0 !important;
    bottom:0 !important;
    width:100vw !important;
    max-width:100vw !important;
    max-height:none !important;
    border-radius:0 !important;
    padding:0 12px 18px !important;
    background:rgba(247,242,236,.82) !important;
    backdrop-filter:blur(10px) !important;
    -webkit-backdrop-filter:blur(10px) !important;
    overflow:auto !important;
    transform:translateY(12px) !important;
  }

  body.enghome-body.egh-menu-open .egh-mega,
  body.enghome-body .egh-nav.is-open .egh-mega{
    transform:translateY(0) !important;
  }

  body.enghome-body .egh-mega-card{
    width:100% !important;
    max-width:100% !important;
    border-radius:28px !important;
    background:#fff !important;
    box-shadow:0 24px 70px rgba(15,23,42,.16) !important;
    overflow:hidden !important;
  }

  body.enghome-body .egh-mega-head{
    padding:20px !important;
    background:#fff !important;
  }

  body.enghome-body .egh-mega-head span{
    color:#13233d !important;
    font-size:12px !important;
    letter-spacing:.22em !important;
  }

  body.enghome-body .egh-mega-head strong{
    display:block !important;
    font-size:22px !important;
    line-height:1.2 !important;
    max-width:310px !important;
  }

  body.enghome-body .egh-mega-body{
    display:grid !important;
    grid-template-columns:1fr !important;
    min-height:0 !important;
  }

  body.enghome-body .egh-mega-left{
    padding:12px !important;
    max-height:46vh !important;
    overflow:auto !important;
    background:#f7f2ec !important;
    border-right:0 !important;
    border-bottom:1px solid rgba(15,23,42,.08) !important;
    gap:10px !important;
  }

  body.enghome-body .egh-mega-cat{
    min-height:62px !important;
    padding:14px 16px !important;
    border-radius:18px !important;
    background:#fff !important;
    border:1px solid rgba(15,23,42,.08) !important;
    box-shadow:0 8px 22px rgba(15,23,42,.04) !important;
    transform:none !important;
  }

  body.enghome-body .egh-mega-cat span{
    font-size:18px !important;
    line-height:1.15 !important;
    white-space:normal !important;
  }

  body.enghome-body .egh-mega-cat small{
    font-size:12px !important;
  }

  body.enghome-body .egh-mega-right{
    padding:18px 14px 20px !important;
    background:#fff !important;
  }

  body.enghome-body .egh-mega-title{
    display:block !important;
    font-size:30px !important;
    line-height:1.05 !important;
    margin:0 0 14px !important;
    white-space:normal !important;
    color:#13233d !important;
  }

  body.enghome-body .egh-sub-grid{
    display:grid !important;
    grid-template-columns:1fr !important;
    gap:10px !important;
  }

  body.enghome-body .egh-sub-link,
  body.enghome-body .egh-sub-empty{
    min-height:58px !important;
    padding:14px 16px !important;
    border-radius:16px !important;
    background:#f7f2ec !important;
    font-size:16px !important;
  }
}

@media(max-width:420px){
  body.enghome-body .eg-logo-img{
    height:34px !important;
    max-width:190px !important;
  }

  body.enghome-body .eg-action-btn{
    width:46px !important;
    height:46px !important;
  }

  body.enghome-body .egh-mega{
    top:130px !important;
    padding:0 10px 16px !important;
  }

  body.enghome-body .egh-mega-head strong{
    font-size:21px !important;
  }
}

/* =========================================================
   ENG HOME MENU CSS TOGGLE FIX - V22
   No JavaScript dependency. Mobile optimized, navy hover.
   ========================================================= */
body.enghome-body .egh-top-links,
body.enghome-body .egh-top-item,
body.enghome-body .egh-top-link,
body.enghome-body .egh-top-dropdown{
  display:none !important;
}

body.enghome-body .eg-nav-wrap,
body.enghome-body .egh-nav{
  overflow:visible !important;
}

body.enghome-body .egh-nav-css{
  position:static !important;
}

body.enghome-body .egh-menu-toggle{
  position:absolute !important;
  width:1px !important;
  height:1px !important;
  opacity:0 !important;
  pointer-events:none !important;
}

body.enghome-body .egh-menu-toggle-btn{
  min-height:48px !important;
  padding:0 18px !important;
  border-radius:999px !important;
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  gap:9px !important;
  background:#fff !important;
  border:1px solid rgba(19,35,61,.10) !important;
  color:#13233d !important;
  font-size:14px !important;
  font-weight:900 !important;
  cursor:pointer !important;
  user-select:none !important;
  -webkit-tap-highlight-color:transparent !important;
  box-shadow:0 10px 28px rgba(19,35,61,.06) !important;
  transition:background .2s ease,color .2s ease,border-color .2s ease,box-shadow .2s ease,transform .2s ease !important;
  position:relative !important;
  z-index:9501 !important;
}

body.enghome-body .egh-menu-toggle-btn:hover,
body.enghome-body .egh-menu-toggle:checked + .egh-menu-toggle-btn{
  background:#13233d !important;
  color:#fff !important;
  border-color:#13233d !important;
  box-shadow:0 16px 38px rgba(19,35,61,.20) !important;
}

body.enghome-body .egh-menu-toggle-btn:hover *,
body.enghome-body .egh-menu-toggle:checked + .egh-menu-toggle-btn *{
  color:#fff !important;
}

body.enghome-body .egh-menu-icon{
  font-size:18px !important;
  line-height:1 !important;
}

body.enghome-body .egh-mega{
  position:fixed !important;
  top:96px !important;
  left:50% !important;
  right:auto !important;
  width:min(980px,calc(100vw - 64px)) !important;
  max-width:min(980px,calc(100vw - 64px)) !important;
  max-height:calc(100vh - 118px) !important;
  overflow:auto !important;
  z-index:9500 !important;
  opacity:0 !important;
  visibility:hidden !important;
  pointer-events:none !important;
  transform:translate(-50%,12px) !important;
  transition:opacity .22s ease,visibility .22s ease,transform .22s ease !important;
}

body.enghome-body .egh-menu-toggle:checked ~ .egh-mega{
  opacity:1 !important;
  visibility:visible !important;
  pointer-events:auto !important;
  transform:translate(-50%,0) !important;
}

body.enghome-body .egh-menu-backdrop{
  position:fixed !important;
  inset:0 !important;
  z-index:9490 !important;
  background:rgba(15,23,42,.18) !important;
  opacity:0 !important;
  visibility:hidden !important;
  pointer-events:none !important;
  transition:opacity .22s ease,visibility .22s ease !important;
  cursor:pointer !important;
}

body.enghome-body .egh-menu-toggle:checked ~ .egh-menu-backdrop{
  opacity:1 !important;
  visibility:visible !important;
  pointer-events:auto !important;
}

body.enghome-body .egh-mega-card{
  position:relative !important;
  z-index:9502 !important;
}

body.enghome-body .egh-menu-close{
  width:42px !important;
  height:42px !important;
  border-radius:999px !important;
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  background:#f7f2ec !important;
  color:#13233d !important;
  font-size:28px !important;
  font-weight:700 !important;
  line-height:1 !important;
  cursor:pointer !important;
  position:absolute !important;
  top:18px !important;
  right:18px !important;
  border:1px solid rgba(19,35,61,.08) !important;
}

body.enghome-body .egh-menu-close:hover{
  background:#13233d !important;
  color:#fff !important;
}

/* navy, not gold */
body.enghome-body .egh-mega-head span,
body.enghome-body .egh-mega-title:hover,
body.enghome-body .egh-sub-link:hover em,
body.enghome-body .egh-sub-empty:hover{
  color:#13233d !important;
}

body.enghome-body .egh-mega-cat:hover,
body.enghome-body .egh-mega-cat.is-active,
body.enghome-body .egh-sub-link:hover,
body.enghome-body .egh-sub-empty:hover{
  background:#13233d !important;
  color:#fff !important;
  border-color:#13233d !important;
}

body.enghome-body .egh-mega-cat:hover span,
body.enghome-body .egh-mega-cat:hover small,
body.enghome-body .egh-mega-cat:hover em,
body.enghome-body .egh-mega-cat.is-active span,
body.enghome-body .egh-mega-cat.is-active small,
body.enghome-body .egh-mega-cat.is-active em,
body.enghome-body .egh-sub-link:hover span,
body.enghome-body .egh-sub-link:hover em{
  color:#fff !important;
}

@media(max-width:900px){
  body.enghome-body .eg-premium-header{
    z-index:9600 !important;
  }

  body.enghome-body .eg-header-inner{
    width:calc(100% - 28px) !important;
    display:grid !important;
    grid-template-columns:1fr auto !important;
    grid-template-areas:"logo actions" "menu menu" !important;
    gap:15px 12px !important;
    align-items:center !important;
    padding:16px 0 18px !important;
  }

  body.enghome-body .eg-logo-link{
    grid-area:logo !important;
    justify-self:start !important;
    margin:0 !important;
  }

  body.enghome-body .eg-logo-img{
    height:38px !important;
    max-width:210px !important;
  }

  body.enghome-body .eg-header-actions{
    grid-area:actions !important;
    display:flex !important;
    justify-content:flex-end !important;
    gap:9px !important;
  }

  body.enghome-body .eg-header-search{
    display:none !important;
  }

  body.enghome-body .eg-nav-wrap{
    grid-area:menu !important;
    width:100% !important;
    order:initial !important;
  }

  body.enghome-body .egh-nav-css{
    width:100% !important;
    display:flex !important;
    justify-content:flex-start !important;
  }

  body.enghome-body .egh-menu-toggle-btn{
    width:136px !important;
    min-width:136px !important;
    height:54px !important;
    padding:0 20px !important;
    background:#13233d !important;
    color:#fff !important;
    border-color:#13233d !important;
    font-size:15px !important;
  }

  body.enghome-body .egh-menu-toggle-btn *{
    color:#fff !important;
  }

  body.enghome-body .egh-menu-icon{
    font-size:23px !important;
  }

  body.enghome-body .egh-mega{
    top:138px !important;
    left:0 !important;
    right:0 !important;
    bottom:0 !important;
    width:100vw !important;
    max-width:100vw !important;
    max-height:none !important;
    padding:0 12px 18px !important;
    background:rgba(247,242,236,.86) !important;
    backdrop-filter:blur(10px) !important;
    -webkit-backdrop-filter:blur(10px) !important;
    overflow:auto !important;
    transform:translateY(12px) !important;
  }

  body.enghome-body .egh-menu-toggle:checked ~ .egh-mega{
    transform:translateY(0) !important;
  }

  body.enghome-body .egh-mega-card{
    width:100% !important;
    max-width:100% !important;
    border-radius:28px !important;
    background:#fff !important;
    box-shadow:0 24px 70px rgba(15,23,42,.16) !important;
    overflow:hidden !important;
  }

  body.enghome-body .egh-mega-head{
    position:relative !important;
    padding:22px 72px 22px 20px !important;
    background:#fff !important;
  }

  body.enghome-body .egh-mega-head span{
    color:#13233d !important;
    font-size:12px !important;
    letter-spacing:.22em !important;
  }

  body.enghome-body .egh-mega-head strong{
    display:block !important;
    font-size:22px !important;
    line-height:1.2 !important;
    max-width:310px !important;
  }

  body.enghome-body .egh-mega-body{
    display:grid !important;
    grid-template-columns:1fr !important;
    min-height:0 !important;
  }

  body.enghome-body .egh-mega-left{
    padding:12px !important;
    max-height:42vh !important;
    overflow:auto !important;
    background:#f7f2ec !important;
    border-right:0 !important;
    border-bottom:1px solid rgba(15,23,42,.08) !important;
    gap:10px !important;
  }

  body.enghome-body .egh-mega-cat{
    min-height:64px !important;
    padding:14px 16px !important;
    border-radius:18px !important;
    background:#fff !important;
    border:1px solid rgba(15,23,42,.08) !important;
    box-shadow:0 8px 22px rgba(15,23,42,.04) !important;
    transform:none !important;
    text-align:left !important;
  }

  body.enghome-body .egh-mega-cat span{
    font-size:18px !important;
    line-height:1.15 !important;
    white-space:normal !important;
  }

  body.enghome-body .egh-mega-cat small{
    font-size:12px !important;
  }

  body.enghome-body .egh-mega-right{
    padding:18px 14px 20px !important;
    background:#fff !important;
  }

  body.enghome-body .egh-mega-title{
    display:block !important;
    font-size:30px !important;
    line-height:1.05 !important;
    margin:0 0 14px !important;
    white-space:normal !important;
    color:#13233d !important;
  }

  body.enghome-body .egh-sub-grid{
    display:grid !important;
    grid-template-columns:1fr !important;
    gap:10px !important;
  }

  body.enghome-body .egh-sub-link,
  body.enghome-body .egh-sub-empty{
    min-height:58px !important;
    padding:14px 16px !important;
    border-radius:16px !important;
    background:#f7f2ec !important;
    font-size:16px !important;
  }
}

@media(max-width:420px){
  body.enghome-body .eg-logo-img{
    height:34px !important;
    max-width:190px !important;
  }

  body.enghome-body .eg-action-btn{
    width:46px !important;
    height:46px !important;
  }

  body.enghome-body .egh-mega{
    top:130px !important;
    padding:0 10px 16px !important;
  }

  body.enghome-body .egh-mega-head strong{
    font-size:21px !important;
  }
}


/* =========================================================
   ENG HOME NATIVE MENU V23 - no JS, mobile-first, reliable
   ========================================================= */
body.enghome-body .egh-top-links,
body.enghome-body .egh-top-item,
body.enghome-body .egh-top-link,
body.enghome-body .egh-top-dropdown,
body.enghome-body .egh-nav:not(.egh-native-nav){
  display:none !important;
}

body.enghome-body .eg-nav-wrap,
body.enghome-body .egh-native-nav{
  overflow:visible !important;
}

body.enghome-body .egh-native-nav{
  position:relative !important;
  z-index:9700 !important;
  width:auto !important;
}

body.enghome-body .egh-native-menu{
  position:relative !important;
  display:block !important;
}

body.enghome-body .egh-native-menu summary{
  list-style:none !important;
}
body.enghome-body .egh-native-menu summary::-webkit-details-marker{
  display:none !important;
}

body.enghome-body .egh-native-trigger{
  min-height:50px !important;
  padding:0 20px !important;
  border-radius:999px !important;
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  gap:10px !important;
  background:#13233d !important;
  color:#fff !important;
  border:1px solid #13233d !important;
  font-size:14px !important;
  font-weight:900 !important;
  cursor:pointer !important;
  user-select:none !important;
  -webkit-tap-highlight-color:transparent !important;
  box-shadow:0 16px 38px rgba(19,35,61,.20) !important;
  transition:transform .2s ease,box-shadow .2s ease,background .2s ease !important;
}

body.enghome-body .egh-native-trigger:hover{
  transform:translateY(-1px) !important;
  background:#0d1b31 !important;
}

body.enghome-body .egh-native-icon{
  width:18px !important;
  height:12px !important;
  position:relative !important;
  display:inline-block !important;
}
body.enghome-body .egh-native-icon:before,
body.enghome-body .egh-native-icon:after,
body.enghome-body .egh-native-icon{
  border-top:2px solid currentColor !important;
}
body.enghome-body .egh-native-icon:before,
body.enghome-body .egh-native-icon:after{
  content:"" !important;
  position:absolute !important;
  left:0 !important;
  width:18px !important;
}
body.enghome-body .egh-native-icon:before{top:4px !important;}
body.enghome-body .egh-native-icon:after{top:10px !important;}

body.enghome-body .egh-native-menu[open] .egh-native-icon{
  border-top-color:transparent !important;
}
body.enghome-body .egh-native-menu[open] .egh-native-icon:before{
  top:5px !important;
  transform:rotate(45deg) !important;
}
body.enghome-body .egh-native-menu[open] .egh-native-icon:after{
  top:5px !important;
  transform:rotate(-45deg) !important;
}

body.enghome-body .egh-native-panel{
  position:fixed !important;
  top:96px !important;
  left:50% !important;
  transform:translateX(-50%) !important;
  width:min(1040px,calc(100vw - 56px)) !important;
  max-height:calc(100vh - 116px) !important;
  overflow:auto !important;
  background:#fff !important;
  border:1px solid rgba(19,35,61,.10) !important;
  border-radius:30px !important;
  box-shadow:0 28px 90px rgba(15,23,42,.18) !important;
  z-index:9701 !important;
  padding:0 !important;
}

body.enghome-body .egh-native-head{
  padding:24px 28px !important;
  border-bottom:1px solid rgba(19,35,61,.08) !important;
  background:#fff !important;
}
body.enghome-body .egh-native-head span{
  display:block !important;
  margin:0 0 8px !important;
  color:#13233d !important;
  font-size:12px !important;
  letter-spacing:.22em !important;
  text-transform:uppercase !important;
  font-weight:900 !important;
}
body.enghome-body .egh-native-head strong{
  display:block !important;
  color:#101827 !important;
  font-size:26px !important;
  line-height:1.15 !important;
  font-weight:900 !important;
}
body.enghome-body .egh-native-head small{
  display:block !important;
  margin-top:8px !important;
  color:#697386 !important;
  font-size:14px !important;
  font-weight:700 !important;
}

body.enghome-body .egh-native-grid{
  display:grid !important;
  grid-template-columns:repeat(2,minmax(0,1fr)) !important;
  gap:14px !important;
  padding:18px !important;
  background:#f7f2ec !important;
}

body.enghome-body .egh-native-card{
  background:#fff !important;
  border:1px solid rgba(19,35,61,.09) !important;
  border-radius:22px !important;
  padding:14px !important;
  box-shadow:0 10px 28px rgba(15,23,42,.05) !important;
}

body.enghome-body .egh-native-title{
  display:flex !important;
  align-items:center !important;
  justify-content:space-between !important;
  gap:14px !important;
  min-height:58px !important;
  padding:14px 16px !important;
  border-radius:16px !important;
  background:#13233d !important;
  color:#fff !important;
  text-decoration:none !important;
}
body.enghome-body .egh-native-title span{
  color:#fff !important;
  font-size:18px !important;
  line-height:1.15 !important;
  font-weight:900 !important;
}
body.enghome-body .egh-native-title em{
  color:rgba(255,255,255,.78) !important;
  font-style:normal !important;
  font-size:12px !important;
  font-weight:800 !important;
  white-space:nowrap !important;
}

body.enghome-body .egh-native-subgrid{
  display:grid !important;
  grid-template-columns:1fr !important;
  gap:8px !important;
  margin-top:10px !important;
}
body.enghome-body .egh-native-sub,
body.enghome-body .egh-native-empty{
  min-height:46px !important;
  padding:12px 14px !important;
  border-radius:14px !important;
  display:flex !important;
  align-items:center !important;
  justify-content:space-between !important;
  background:#f7f2ec !important;
  color:#101827 !important;
  font-size:14px !important;
  font-weight:800 !important;
  text-decoration:none !important;
  border:1px solid transparent !important;
}
body.enghome-body .egh-native-sub:hover,
body.enghome-body .egh-native-empty:hover{
  background:#13233d !important;
  color:#fff !important;
  border-color:#13233d !important;
}
body.enghome-body .egh-native-sub:hover span,
body.enghome-body .egh-native-sub:hover em{
  color:#fff !important;
}

/* remove old gold hover leftovers */
body.enghome-body a:hover,
body.enghome-body .eg-premium-header a:hover,
body.enghome-body .eg-section-link:hover{
  color:#13233d !important;
}
body.enghome-body .egh-native-title:hover,
body.enghome-body .egh-native-trigger:hover,
body.enghome-body .eg-action-btn:hover{
  color:#fff !important;
}

@media(max-width:900px){
  body.enghome-body .eg-premium-header{
    z-index:9800 !important;
  }
  body.enghome-body .eg-header-inner{
    width:calc(100% - 28px) !important;
    display:grid !important;
    grid-template-columns:1fr auto !important;
    grid-template-areas:"logo actions" "menu menu" !important;
    gap:16px 12px !important;
    align-items:center !important;
    padding:18px 0 !important;
    height:auto !important;
  }
  body.enghome-body .eg-logo-link{
    grid-area:logo !important;
    justify-self:start !important;
    margin:0 !important;
  }
  body.enghome-body .eg-logo-img{
    height:38px !important;
    max-width:210px !important;
  }
  body.enghome-body .eg-header-actions{
    grid-area:actions !important;
    display:flex !important;
    justify-content:flex-end !important;
    gap:9px !important;
  }
  body.enghome-body .eg-header-search{display:none !important;}
  body.enghome-body .eg-nav-wrap{
    grid-area:menu !important;
    width:100% !important;
    order:initial !important;
  }
  body.enghome-body .egh-native-nav,
  body.enghome-body .egh-native-menu{
    width:100% !important;
  }
  body.enghome-body .egh-native-trigger{
    width:136px !important;
    min-height:54px !important;
    font-size:0 !important;
  }
  body.enghome-body .egh-native-text{display:none !important;}
  body.enghome-body .egh-native-icon{width:22px !important;}
  body.enghome-body .egh-native-icon:before,
  body.enghome-body .egh-native-icon:after{width:22px !important;}
  body.enghome-body .egh-native-panel{
    top:142px !important;
    left:0 !important;
    right:0 !important;
    transform:none !important;
    width:100vw !important;
    max-width:100vw !important;
    max-height:calc(100vh - 142px) !important;
    border-radius:0 !important;
    border-left:0 !important;
    border-right:0 !important;
    border-bottom:0 !important;
    box-shadow:0 24px 70px rgba(15,23,42,.18) !important;
  }
  body.enghome-body .egh-native-head{
    padding:22px 22px 18px !important;
  }
  body.enghome-body .egh-native-head strong{
    font-size:24px !important;
  }
  body.enghome-body .egh-native-grid{
    grid-template-columns:1fr !important;
    gap:12px !important;
    padding:14px !important;
  }
  body.enghome-body .egh-native-card{
    border-radius:20px !important;
    padding:12px !important;
  }
  body.enghome-body .egh-native-title{
    min-height:64px !important;
    border-radius:18px !important;
  }
  body.enghome-body .egh-native-title span{
    font-size:19px !important;
  }
  body.enghome-body .egh-native-sub,
  body.enghome-body .egh-native-empty{
    min-height:54px !important;
    font-size:16px !important;
    border-radius:16px !important;
  }
}

@media(max-width:420px){
  body.enghome-body .eg-logo-img{
    height:34px !important;
    max-width:190px !important;
  }
  body.enghome-body .eg-action-btn{
    width:46px !important;
    height:46px !important;
  }
  body.enghome-body .egh-native-panel{
    top:136px !important;
    max-height:calc(100vh - 136px) !important;
  }
  body.enghome-body .egh-native-head strong{
    font-size:22px !important;
  }
}

/* =========================================================
   ENG HOME MENU ACCORDION V24
   Category opens first, second click enters category, minus closes
   ========================================================= */
body.enghome-body .eg-premium-header a:hover,
body.enghome-body .eg-premium-header button:hover,
body.enghome-body .egh-native-panel a:hover{
  color:#13233d !important;
}

body.enghome-body .egh-native-panel{
  background:#ffffff !important;
  border-radius:26px !important;
}

body.enghome-body .egh-native-head{
  background:linear-gradient(180deg,#ffffff 0%,#fbf8f3 100%) !important;
}

body.enghome-body .egh-native-head span{
  color:#13233d !important;
}

body.enghome-body .egh-native-head small{
  max-width:620px !important;
}

body.enghome-body .egh-native-grid{
  background:#f7f2ec !important;
  gap:12px !important;
}

body.enghome-body .egh-native-card{
  padding:10px !important;
  border-radius:20px !important;
  background:#fff !important;
  border:1px solid rgba(19,35,61,.09) !important;
  box-shadow:0 8px 24px rgba(15,23,42,.045) !important;
}

body.enghome-body .egh-native-category-toggle,
body.enghome-body .egh-native-title-link{
  position:relative !important;
  width:100% !important;
  min-height:60px !important;
  padding:13px 52px 13px 16px !important;
  border-radius:16px !important;
  background:#fff !important;
  color:#13233d !important;
  border:1px solid rgba(19,35,61,.12) !important;
  box-shadow:none !important;
  cursor:pointer !important;
  -webkit-tap-highlight-color:transparent !important;
  transition:background .2s ease,color .2s ease,border-color .2s ease,box-shadow .2s ease !important;
}

body.enghome-body .egh-native-category-toggle span,
body.enghome-body .egh-native-title-link span{
  color:#13233d !important;
  font-size:17px !important;
  font-weight:900 !important;
}

body.enghome-body .egh-native-category-toggle em,
body.enghome-body .egh-native-title-link em{
  color:#697386 !important;
  font-size:12px !important;
  font-weight:800 !important;
}

body.enghome-body .egh-native-card.has-children:not(.is-open) .egh-native-category-toggle:hover,
body.enghome-body .egh-native-title-link:hover{
  background:#13233d !important;
  border-color:#13233d !important;
  box-shadow:0 12px 28px rgba(19,35,61,.16) !important;
}

body.enghome-body .egh-native-card.has-children:not(.is-open) .egh-native-category-toggle:hover span,
body.enghome-body .egh-native-card.has-children:not(.is-open) .egh-native-category-toggle:hover em,
body.enghome-body .egh-native-title-link:hover span,
body.enghome-body .egh-native-title-link:hover em{
  color:#fff !important;
}

body.enghome-body .egh-native-card.is-open .egh-native-category-toggle{
  background:#13233d !important;
  border-color:#13233d !important;
  color:#fff !important;
  box-shadow:0 14px 30px rgba(19,35,61,.18) !important;
}

body.enghome-body .egh-native-card.is-open .egh-native-category-toggle span,
body.enghome-body .egh-native-card.is-open .egh-native-category-toggle em{
  color:#fff !important;
}

body.enghome-body .egh-native-minus{
  position:absolute !important;
  right:12px !important;
  top:50% !important;
  transform:translateY(-50%) !important;
  width:34px !important;
  height:34px !important;
  border-radius:999px !important;
  display:none !important;
  align-items:center !important;
  justify-content:center !important;
  border:1px solid rgba(255,255,255,.35) !important;
  background:rgba(255,255,255,.12) !important;
  color:#fff !important;
  font-size:22px !important;
  line-height:1 !important;
  font-weight:900 !important;
  cursor:pointer !important;
}

body.enghome-body .egh-native-card.is-open .egh-native-minus{
  display:flex !important;
}

body.enghome-body .egh-native-subgrid{
  display:none !important;
  grid-template-columns:1fr !important;
  gap:8px !important;
  margin-top:10px !important;
  padding:4px !important;
}

body.enghome-body .egh-native-card.is-open .egh-native-subgrid{
  display:grid !important;
  animation:eghSubFade .18s ease both !important;
}

@keyframes eghSubFade{
  from{opacity:0;transform:translateY(-4px)}
  to{opacity:1;transform:translateY(0)}
}

body.enghome-body .egh-native-sub,
body.enghome-body .egh-native-empty{
  min-height:48px !important;
  padding:12px 14px !important;
  border-radius:14px !important;
  background:#f8f4ee !important;
  color:#13233d !important;
  border:1px solid rgba(19,35,61,.07) !important;
  font-size:14px !important;
  font-weight:850 !important;
}

body.enghome-body .egh-native-sub span,
body.enghome-body .egh-native-sub em,
body.enghome-body .egh-native-empty{
  color:#13233d !important;
}

body.enghome-body .egh-native-sub:hover,
body.enghome-body .egh-native-empty:hover{
  background:#13233d !important;
  border-color:#13233d !important;
  color:#fff !important;
}

body.enghome-body .egh-native-sub:hover span,
body.enghome-body .egh-native-sub:hover em,
body.enghome-body .egh-native-empty:hover{
  color:#fff !important;
}

body.enghome-body .egh-native-trigger:hover,
body.enghome-body .egh-native-menu[open] .egh-native-trigger{
  background:#0d1b31 !important;
  border-color:#0d1b31 !important;
  color:#fff !important;
}

@media(max-width:900px){
  body.enghome-body .egh-native-panel{
    top:142px !important;
    width:100vw !important;
    max-width:100vw !important;
    max-height:calc(100vh - 142px) !important;
    border-radius:0 !important;
  }

  body.enghome-body .egh-native-head small{
    font-size:13px !important;
    line-height:1.45 !important;
  }

  body.enghome-body .egh-native-grid{
    grid-template-columns:1fr !important;
    gap:10px !important;
    padding:12px !important;
  }

  body.enghome-body .egh-native-card{
    border-radius:18px !important;
    padding:9px !important;
  }

  body.enghome-body .egh-native-category-toggle,
  body.enghome-body .egh-native-title-link{
    min-height:58px !important;
    padding:12px 50px 12px 15px !important;
    border-radius:15px !important;
  }

  body.enghome-body .egh-native-category-toggle span,
  body.enghome-body .egh-native-title-link span{
    font-size:17px !important;
  }

  body.enghome-body .egh-native-sub,
  body.enghome-body .egh-native-empty{
    min-height:50px !important;
    font-size:15px !important;
  }
}

/* =========================================================
   ENG HOME MOBILE SEARCH V25
   Smooth mobile search button + functional search form
   ========================================================= */
body.enghome-body .eg-mobile-search-toggle{
  display:none !important;
  border:0 !important;
  cursor:pointer !important;
}

body.enghome-body .eg-mobile-search-toggle svg,
body.enghome-body .eg-mobile-search-submit svg{
  width:20px !important;
  height:20px !important;
  fill:none !important;
  stroke:currentColor !important;
  stroke-width:2 !important;
  stroke-linecap:round !important;
  stroke-linejoin:round !important;
}

body.enghome-body .eg-mobile-search-panel{
  display:none !important;
}

body.enghome-body .eg-header-search button:hover{
  color:#13233d !important;
}

body.enghome-body .eg-header-search.is-focused,
body.enghome-body .eg-header-search:focus-within{
  border-color:rgba(19,35,61,.22) !important;
  box-shadow:0 16px 36px rgba(19,35,61,.10) !important;
  background:#fff !important;
}

@media(max-width:900px){
  body.enghome-body .eg-mobile-search-toggle{
    display:flex !important;
  }

  body.enghome-body .eg-mobile-search-toggle:hover,
  body.enghome-body .eg-mobile-search-toggle:focus,
  body.enghome-body.eg-mobile-search-open .eg-mobile-search-toggle{
    background:#13233d !important;
    border-color:#13233d !important;
    color:#fff !important;
    box-shadow:0 12px 28px rgba(19,35,61,.18) !important;
  }

  body.enghome-body .eg-mobile-search-panel{
    display:block !important;
    position:fixed !important;
    left:14px !important;
    right:14px !important;
    top:92px !important;
    z-index:9905 !important;
    opacity:0 !important;
    transform:translateY(-10px) scale(.98) !important;
    pointer-events:none !important;
    transition:opacity .22s ease,transform .22s ease !important;
  }

  body.enghome-body.eg-mobile-search-open .eg-mobile-search-panel{
    opacity:1 !important;
    transform:translateY(0) scale(1) !important;
    pointer-events:auto !important;
  }

  body.enghome-body .eg-mobile-search-form{
    display:grid !important;
    grid-template-columns:1fr 48px 42px !important;
    align-items:center !important;
    gap:8px !important;
    width:100% !important;
    padding:10px !important;
    border-radius:24px !important;
    background:rgba(255,255,255,.98) !important;
    border:1px solid rgba(19,35,61,.12) !important;
    box-shadow:0 22px 60px rgba(15,23,42,.18) !important;
    backdrop-filter:blur(16px) !important;
    -webkit-backdrop-filter:blur(16px) !important;
  }

  body.enghome-body .eg-mobile-search-form input[type="text"]{
    width:100% !important;
    height:48px !important;
    min-width:0 !important;
    border:0 !important;
    outline:0 !important;
    background:#f7f2ec !important;
    border-radius:999px !important;
    padding:0 18px !important;
    color:#101827 !important;
    font-size:15px !important;
    font-weight:700 !important;
    box-shadow:none !important;
  }

  body.enghome-body .eg-mobile-search-form input[type="text"]::placeholder{
    color:#8a94a6 !important;
    font-weight:650 !important;
  }

  body.enghome-body .eg-mobile-search-submit,
  body.enghome-body .eg-mobile-search-close{
    height:48px !important;
    width:48px !important;
    border:0 !important;
    border-radius:999px !important;
    display:flex !important;
    align-items:center !important;
    justify-content:center !important;
    cursor:pointer !important;
    transition:background .2s ease,color .2s ease,transform .2s ease !important;
  }

  body.enghome-body .eg-mobile-search-submit{
    background:#13233d !important;
    color:#fff !important;
  }

  body.enghome-body .eg-mobile-search-close{
    width:42px !important;
    background:#f1ece5 !important;
    color:#13233d !important;
    font-size:26px !important;
    line-height:1 !important;
    font-weight:700 !important;
  }

  body.enghome-body .eg-mobile-search-submit:hover,
  body.enghome-body .eg-mobile-search-close:hover{
    transform:translateY(-1px) !important;
  }

  body.enghome-body.eg-mobile-search-open .egh-native-panel{
    top:158px !important;
    max-height:calc(100vh - 158px) !important;
  }
}

@media(max-width:420px){
  body.enghome-body .eg-mobile-search-panel{
    left:10px !important;
    right:10px !important;
    top:86px !important;
  }

  body.enghome-body .eg-mobile-search-form{
    grid-template-columns:1fr 44px 38px !important;
    padding:8px !important;
    border-radius:22px !important;
  }

  body.enghome-body .eg-mobile-search-form input[type="text"],
  body.enghome-body .eg-mobile-search-submit{
    height:44px !important;
  }

  body.enghome-body .eg-mobile-search-submit{
    width:44px !important;
  }

  body.enghome-body .eg-mobile-search-close{
    width:38px !important;
    height:44px !important;
  }
}


/* =========================================================
   ENG HOME MOBILE SEARCH FIX V26
   Fix visible sr-only label + compact mobile search overlay
   ========================================================= */
body.enghome-body .sr-only,
body.enghome-body .eg-mobile-search-form .sr-only{
  position:absolute!important;
  width:1px!important;
  height:1px!important;
  padding:0!important;
  margin:-1px!important;
  overflow:hidden!important;
  clip:rect(0,0,0,0)!important;
  white-space:nowrap!important;
  border:0!important;
}

body.enghome-body .eg-mobile-search-toggle .eg-action-icon svg,
body.enghome-body .eg-mobile-search-toggle svg{
  display:block!important;
  width:22px!important;
  height:22px!important;
  fill:none!important;
  stroke:currentColor!important;
  stroke-width:2.35!important;
  stroke-linecap:round!important;
  stroke-linejoin:round!important;
}

@media(max-width:900px){
  body.enghome-body .eg-mobile-search-panel{
    left:16px!important;
    right:16px!important;
    top:118px!important;
    z-index:9999!important;
  }

  body.enghome-body .eg-mobile-search-form{
    display:flex!important;
    align-items:center!important;
    gap:10px!important;
    padding:10px!important;
    border-radius:28px!important;
    min-height:70px!important;
  }

  body.enghome-body .eg-mobile-search-form input[type="text"]{
    flex:1 1 auto!important;
    min-width:0!important;
    height:50px!important;
    padding:0 18px!important;
    font-size:16px!important;
    background:#f7f2ec!important;
    border-radius:999px!important;
  }

  body.enghome-body .eg-mobile-search-submit{
    flex:0 0 50px!important;
    width:50px!important;
    height:50px!important;
  }

  body.enghome-body .eg-mobile-search-close{
    flex:0 0 44px!important;
    width:44px!important;
    height:50px!important;
    font-size:28px!important;
    order:3!important;
  }

  body.enghome-body.eg-mobile-search-open .egh-native-panel{
    top:194px!important;
    max-height:calc(100vh - 194px)!important;
  }
}

@media(max-width:420px){
  body.enghome-body .eg-mobile-search-panel{
    left:12px!important;
    right:12px!important;
    top:112px!important;
  }

  body.enghome-body .eg-mobile-search-form{
    gap:8px!important;
    padding:9px!important;
    min-height:64px!important;
    border-radius:24px!important;
  }

  body.enghome-body .eg-mobile-search-form input[type="text"]{
    height:46px!important;
    font-size:15px!important;
    padding:0 15px!important;
  }

  body.enghome-body .eg-mobile-search-submit{
    flex-basis:46px!important;
    width:46px!important;
    height:46px!important;
  }

  body.enghome-body .eg-mobile-search-close{
    flex-basis:40px!important;
    width:40px!important;
    height:46px!important;
  }
}


/* =========================================================
   ENG HOME LIVE SEARCH V27
   Autocomplete product results for desktop + mobile search
   ========================================================= */
body.enghome-body .eg-live-search{
  position:relative!important;
  overflow:visible!important;
}

body.enghome-body .eg-header-search.eg-live-search{
  overflow:visible!important;
  z-index:20!important;
}

body.enghome-body .eg-live-search-results{
  position:absolute!important;
  left:0!important;
  right:0!important;
  top:calc(100% + 12px)!important;
  min-width:320px!important;
  max-height:430px!important;
  overflow:auto!important;
  padding:10px!important;
  background:rgba(255,255,255,.98)!important;
  border:1px solid rgba(19,35,61,.10)!important;
  border-radius:22px!important;
  box-shadow:0 24px 70px rgba(15,23,42,.18)!important;
  backdrop-filter:blur(16px)!important;
  -webkit-backdrop-filter:blur(16px)!important;
  opacity:0!important;
  visibility:hidden!important;
  pointer-events:none!important;
  transform:translateY(-6px)!important;
  transition:opacity .18s ease,transform .18s ease,visibility .18s ease!important;
  z-index:10050!important;
}

body.enghome-body .eg-live-search.eg-live-search-open .eg-live-search-results{
  opacity:1!important;
  visibility:visible!important;
  pointer-events:auto!important;
  transform:translateY(0)!important;
}

body.enghome-body .eg-live-title{
  padding:8px 10px 10px!important;
  font-size:11px!important;
  letter-spacing:.16em!important;
  text-transform:uppercase!important;
  color:#13233d!important;
  font-weight:900!important;
}

body.enghome-body .eg-live-item{
  display:grid!important;
  grid-template-columns:58px 1fr 22px!important;
  align-items:center!important;
  gap:12px!important;
  padding:10px!important;
  border-radius:16px!important;
  color:#101827!important;
  text-decoration:none!important;
  transition:background .18s ease,transform .18s ease!important;
}

body.enghome-body .eg-live-item:hover,
body.enghome-body .eg-live-item:focus{
  background:#f4efe8!important;
  transform:translateY(-1px)!important;
}

body.enghome-body .eg-live-thumb{
  width:58px!important;
  height:58px!important;
  border-radius:14px!important;
  background:#f7f2ec!important;
  overflow:hidden!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
}

body.enghome-body .eg-live-thumb img{
  width:100%!important;
  height:100%!important;
  object-fit:contain!important;
  padding:6px!important;
}

body.enghome-body .eg-live-info{
  min-width:0!important;
  display:flex!important;
  flex-direction:column!important;
  gap:5px!important;
}

body.enghome-body .eg-live-info strong{
  font-size:14px!important;
  line-height:1.25!important;
  font-weight:800!important;
  color:#101827!important;
  white-space:nowrap!important;
  overflow:hidden!important;
  text-overflow:ellipsis!important;
}

body.enghome-body .eg-live-info em{
  font-style:normal!important;
  font-size:13px!important;
  font-weight:900!important;
  color:#d11224!important;
}

body.enghome-body .eg-live-arrow{
  color:#13233d!important;
  font-weight:900!important;
}

body.enghome-body .eg-live-all,
body.enghome-body .eg-live-empty,
body.enghome-body .eg-live-loading{
  display:block!important;
  margin-top:6px!important;
  padding:13px 14px!important;
  border-radius:16px!important;
  background:#f7f2ec!important;
  color:#13233d!important;
  font-size:14px!important;
  font-weight:850!important;
  text-align:center!important;
  text-decoration:none!important;
}

@media(max-width:900px){
  body.enghome-body .eg-mobile-search-form.eg-live-search{
    position:relative!important;
    overflow:visible!important;
    flex-wrap:nowrap!important;
  }

  body.enghome-body .eg-mobile-search-form .eg-live-search-results{
    top:calc(100% + 10px)!important;
    left:0!important;
    right:0!important;
    min-width:0!important;
    max-height:min(420px,calc(100vh - 230px))!important;
    border-radius:24px!important;
    padding:10px!important;
  }

  body.enghome-body .eg-mobile-search-form.eg-live-search-open{
    z-index:10060!important;
  }

  body.enghome-body .eg-live-item{
    grid-template-columns:56px 1fr 18px!important;
    gap:11px!important;
    padding:10px!important;
  }

  body.enghome-body .eg-live-info strong{
    font-size:14px!important;
    white-space:normal!important;
    display:-webkit-box!important;
    -webkit-line-clamp:2!important;
    -webkit-box-orient:vertical!important;
  }

  body.enghome-body.eg-mobile-search-open .egh-native-panel{
    top:194px!important;
  }
}

@media(max-width:420px){
  body.enghome-body .eg-mobile-search-form .eg-live-search-results{
    max-height:min(390px,calc(100vh - 210px))!important;
  }

  body.enghome-body .eg-live-thumb{
    width:52px!important;
    height:52px!important;
  }

  body.enghome-body .eg-live-item{
    grid-template-columns:52px 1fr 16px!important;
  }
}


/* =========================================================
   ENG HOME SEARCH RESULTS PAGE V28
   Premium search results layout matching category cards
   ========================================================= */
body.enghome-body #product-search.enghome-search-page{
  padding:70px 0 100px!important;
  background:linear-gradient(180deg,#faf7f2 0%,#f4ede4 100%)!important;
}

body.enghome-body #product-search .row,
body.enghome-body #product-search #content,
body.enghome-body #product-search .enghome-search-container{
  background:transparent!important;
  background-color:transparent!important;
  box-shadow:none!important;
  border:0!important;
}

body.enghome-body #product-search .row{
  display:block!important;
  width:min(1320px,calc(100% - 40px))!important;
  max-width:1320px!important;
  margin-left:auto!important;
  margin-right:auto!important;
}

body.enghome-body #product-search #content{
  width:100%!important;
  max-width:100%!important;
  float:none!important;
  padding:0!important;
}

.enghome-search-hero{
  display:grid!important;
  grid-template-columns:minmax(0,1fr) minmax(360px,560px)!important;
  gap:34px!important;
  align-items:end!important;
  margin-bottom:44px!important;
}

.enghome-search-hero .enghome-category-title-final{
  margin:0 0 16px!important;
  font-family:'Cormorant Garamond',serif!important;
  font-size:clamp(46px,5vw,78px)!important;
  line-height:.95!important;
  color:#13233d!important;
  letter-spacing:-.045em!important;
}

.enghome-search-lead{
  max-width:680px!important;
  margin:0!important;
  color:#687180!important;
  font-size:17px!important;
  line-height:1.85!important;
}

.enghome-search-box{
  display:grid!important;
  grid-template-columns:1fr 1fr!important;
  gap:12px!important;
  padding:18px!important;
  background:rgba(255,255,255,.84)!important;
  border:1px solid rgba(255,255,255,.72)!important;
  border-radius:26px!important;
  box-shadow:0 18px 55px rgba(15,23,42,.08)!important;
  backdrop-filter:blur(14px)!important;
  -webkit-backdrop-filter:blur(14px)!important;
}

.enghome-search-field{
  display:flex!important;
  flex-direction:column!important;
  gap:7px!important;
}

.enghome-search-field label{
  margin:0!important;
  color:#697386!important;
  font-size:12px!important;
  font-weight:900!important;
  letter-spacing:.12em!important;
  text-transform:uppercase!important;
}

.enghome-search-field input,
.enghome-search-field select{
  width:100%!important;
  height:50px!important;
  border:1px solid rgba(15,23,42,.10)!important;
  border-radius:16px!important;
  background:#fff!important;
  color:#101827!important;
  padding:0 16px!important;
  font-size:15px!important;
  font-weight:700!important;
  outline:0!important;
  box-shadow:none!important;
}

.enghome-search-field input:focus,
.enghome-search-field select:focus{
  border-color:#13233d!important;
  box-shadow:0 0 0 4px rgba(19,35,61,.08)!important;
}

.enghome-search-check{
  min-height:48px!important;
  display:flex!important;
  align-items:center!important;
  gap:9px!important;
  margin:0!important;
  padding:0 14px!important;
  background:#f7f2ec!important;
  border-radius:16px!important;
  color:#13233d!important;
  font-size:13px!important;
  font-weight:800!important;
}

.enghome-search-check input{
  width:16px!important;
  height:16px!important;
  accent-color:#13233d!important;
}

.enghome-search-submit{
  min-height:50px!important;
  border:0!important;
  border-radius:16px!important;
  background:#13233d!important;
  color:#fff!important;
  font-size:14px!important;
  font-weight:900!important;
  box-shadow:0 14px 30px rgba(19,35,61,.16)!important;
  cursor:pointer!important;
  transition:transform .2s ease,background .2s ease!important;
}

.enghome-search-submit:hover{
  background:#0b1629!important;
  transform:translateY(-2px)!important;
}

.enghome-search-toolbar{
  margin-top:0!important;
}

.enghome-search-results-title{
  margin:0!important;
  font-family:'Cormorant Garamond',serif!important;
  font-size:clamp(34px,3vw,52px)!important;
  line-height:1!important;
  color:#13233d!important;
  letter-spacing:-.04em!important;
}

.enghome-search-products-grid{
  margin-top:30px!important;
}

.enghome-empty-search{
  background:#fff!important;
  border:1px solid rgba(15,23,42,.08)!important;
  border-radius:28px!important;
  padding:46px 28px!important;
  text-align:center!important;
  box-shadow:0 16px 45px rgba(15,23,42,.06)!important;
}

.enghome-empty-search p{
  margin:0 auto 18px!important;
  max-width:520px!important;
  color:#687180!important;
  font-size:16px!important;
  line-height:1.7!important;
}

@media(max-width:900px){
  body.enghome-body #product-search.enghome-search-page{
    padding:42px 0 76px!important;
  }

  body.enghome-body #product-search .row,
  body.enghome-body #product-search .enghome-search-container{
    width:calc(100% - 28px)!important;
  }

  .enghome-search-hero{
    grid-template-columns:1fr!important;
    gap:22px!important;
    margin-bottom:32px!important;
  }

  .enghome-search-box{
    grid-template-columns:1fr!important;
    padding:14px!important;
    border-radius:22px!important;
  }

  .enghome-search-field input,
  .enghome-search-field select,
  .enghome-search-submit{
    height:48px!important;
    border-radius:14px!important;
  }

  .enghome-search-check{
    min-height:44px!important;
  }

  .enghome-search-toolbar{
    align-items:flex-start!important;
    gap:18px!important;
  }

  .enghome-search-toolbar .enghome-toolbar-controls{
    width:100%!important;
    display:grid!important;
    grid-template-columns:1fr 1fr!important;
    gap:10px!important;
  }

  .enghome-search-toolbar .enghome-toolbar-controls select{
    min-width:0!important;
    width:100%!important;
    height:46px!important;
    font-size:13px!important;
    padding:0 12px!important;
  }

  .enghome-search-products-grid.enghome-products-grid{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
    gap:12px!important;
  }
}

@media(max-width:420px){
  .enghome-search-products-grid.enghome-products-grid{
    gap:10px!important;
  }

  .enghome-search-hero .enghome-category-title-final{
    font-size:40px!important;
  }
}


/* =========================================================
   ENG HOME ACCOUNT AUTH PAGES - V29
   ========================================================= */
.eg-auth-page{
  min-height:calc(100vh - 88px);
  padding:72px 0 100px;
  background:linear-gradient(180deg,#fbf8f3 0%,#f1e9df 100%);
}
.eg-auth-shell{
  width:min(1180px,calc(100% - 40px));
  margin:0 auto;
  display:grid;
  grid-template-columns:.95fr 1.05fr;
  gap:26px;
  align-items:stretch;
}
.eg-auth-brand-card,
.eg-auth-card,
.eg-auth-success-card{
  background:rgba(255,255,255,.84);
  border:1px solid rgba(255,255,255,.78);
  border-radius:34px;
  box-shadow:0 22px 70px rgba(19,35,61,.10);
  backdrop-filter:blur(14px);
}
.eg-auth-brand-card{
  position:relative;
  overflow:hidden;
  min-height:620px;
  padding:54px;
  display:flex;
  flex-direction:column;
  justify-content:flex-end;
  color:#fff;
  background:linear-gradient(145deg,rgba(19,35,61,.94),rgba(19,35,61,.70)),url('/image/catalog/enghome/banner.jpg') center/cover no-repeat;
}
.eg-auth-brand-card:before{
  content:"";
  position:absolute;
  inset:0;
  background:radial-gradient(circle at 35% 25%,rgba(255,255,255,.18),transparent 32%);
  pointer-events:none;
}
.eg-auth-brand-card > *{position:relative;z-index:1;}
.eg-auth-brand-card .eg-kicker{color:rgba(255,255,255,.72)!important;}
.eg-auth-brand-card h1{
  margin:0;
  max-width:520px;
  font-family:'Cormorant Garamond',serif;
  font-size:clamp(46px,5vw,76px);
  line-height:.94;
  letter-spacing:-.055em;
  color:#fff;
}
.eg-auth-brand-card p{
  max-width:520px;
  margin:22px 0 0;
  color:rgba(255,255,255,.82);
  font-size:16px;
  line-height:1.85;
}
.eg-auth-points{display:flex;flex-wrap:wrap;gap:10px;margin-top:30px;}
.eg-auth-points span{
  min-height:38px;
  display:inline-flex;
  align-items:center;
  padding:0 14px;
  border-radius:999px;
  background:rgba(255,255,255,.12);
  border:1px solid rgba(255,255,255,.18);
  color:#fff;
  font-size:12px;
  font-weight:800;
}
.eg-auth-card{padding:46px;}
.eg-auth-card-head{margin-bottom:28px;}
.eg-auth-card-head span{
  display:block;
  color:#a98b62;
  font-size:12px;
  font-weight:900;
  letter-spacing:.20em;
  text-transform:uppercase;
  margin-bottom:10px;
}
.eg-auth-card-head h2{
  margin:0;
  font-family:'Cormorant Garamond',serif;
  font-size:clamp(38px,4vw,58px);
  line-height:.98;
  letter-spacing:-.045em;
  color:#13233d;
}
.eg-auth-card-head p{margin:14px 0 0;color:#687180;line-height:1.75;font-size:15px;}
.eg-auth-form{display:flex;flex-direction:column;gap:16px;}
.eg-auth-fieldset{border:0!important;margin:0!important;padding:0!important;}
.eg-auth-two-cols{display:grid;grid-template-columns:1fr 1fr;gap:14px;}
.eg-auth-field{display:flex;flex-direction:column;gap:8px;margin:0!important;}
.eg-auth-field span{
  color:#13233d;
  font-size:13px;
  font-weight:900;
}
.eg-auth-field input,
.eg-auth-field select,
.eg-auth-field textarea{
  width:100%!important;
  height:56px!important;
  border:1px solid rgba(19,35,61,.12)!important;
  border-radius:16px!important;
  background:#fff!important;
  box-shadow:none!important;
  padding:0 16px!important;
  color:#101827!important;
  font-size:15px!important;
  outline:none!important;
  transition:border-color .22s ease, box-shadow .22s ease;
}
.eg-auth-field textarea{height:120px!important;padding-top:16px!important;}
.eg-auth-field input:focus,
.eg-auth-field select:focus,
.eg-auth-field textarea:focus{
  border-color:#13233d!important;
  box-shadow:0 0 0 4px rgba(19,35,61,.08)!important;
}
.eg-auth-field .text-danger,
.eg-auth-field small.text-danger{font-size:12px;color:#c1121f!important;font-weight:700;}
.eg-auth-row{display:flex;justify-content:flex-end;margin-top:-4px;}
.eg-auth-small-link,
.eg-auth-switch a{color:#13233d!important;font-weight:900;text-decoration:none!important;}
.eg-auth-small-link:hover,
.eg-auth-switch a:hover{text-decoration:underline!important;}
.eg-auth-submit{
  width:100%;
  min-height:58px;
  border:0!important;
  border-radius:16px!important;
  background:#13233d!important;
  color:#fff!important;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:8px;
  font-weight:900!important;
  font-size:15px!important;
  box-shadow:0 18px 42px rgba(19,35,61,.18)!important;
  transition:.25s ease;
  text-decoration:none!important;
  cursor:pointer;
}
.eg-auth-submit:hover{transform:translateY(-2px);background:#0b1425!important;color:#fff!important;}
.eg-auth-switch{
  margin-top:22px;
  padding-top:22px;
  border-top:1px solid rgba(19,35,61,.10);
  display:flex;
  gap:8px;
  justify-content:center;
  color:#687180;
  font-size:14px;
}
.eg-auth-alert{
  border-radius:16px;
  padding:14px 16px;
  margin-bottom:20px;
  font-weight:800;
  border:1px solid transparent;
}
.eg-auth-alert-success{background:#edf8f2;color:#187348;border-color:rgba(24,115,72,.14);}
.eg-auth-alert-danger{background:#fff1f1;color:#b3261e;border-color:rgba(179,38,30,.14);}
.eg-auth-agree{
  display:flex;
  gap:10px;
  align-items:flex-start;
  margin:6px 0 0;
  color:#687180;
  line-height:1.6;
  font-size:13px;
}
.eg-auth-agree input{margin-top:5px;accent-color:#13233d;}
.eg-auth-agree a{color:#13233d!important;font-weight:900;}
.eg-auth-hidden-group{padding:12px;margin-bottom:12px;border:1px solid rgba(19,35,61,.10);border-radius:14px;background:#fff;}
.eg-auth-hidden-group label{display:block;margin:6px 0;color:#687180;}
.eg-auth-custom-fields{display:grid;gap:14px;margin-top:14px;}
.eg-auth-success-shell{width:min(760px,calc(100% - 40px));margin:0 auto;}
.eg-auth-success-card{text-align:center;padding:58px 42px;}
.eg-success-icon{
  width:72px;height:72px;border-radius:999px;background:#13233d;color:#fff;
  display:flex;align-items:center;justify-content:center;margin:0 auto 22px;
  font-size:34px;font-weight:900;box-shadow:0 18px 42px rgba(19,35,61,.18);
}
.eg-auth-success-card h1{
  margin:0;
  font-family:'Cormorant Garamond',serif;
  font-size:clamp(42px,5vw,66px);
  line-height:.98;
  letter-spacing:-.045em;
  color:#13233d;
}
.eg-success-message{max-width:560px;margin:18px auto 28px;color:#687180;line-height:1.85;}
.eg-success-message a{color:#13233d!important;font-weight:900;}
.eg-auth-success-btn{max-width:260px;margin:0 auto;}
#account-login .breadcrumb,#account-register .breadcrumb,#common-success .breadcrumb{display:none!important;}
@media(max-width:900px){
  .eg-auth-page{padding:34px 0 70px;}
  .eg-auth-shell{grid-template-columns:1fr;width:calc(100% - 28px);gap:18px;}
  .eg-auth-brand-card{min-height:auto;padding:34px 24px;border-radius:26px;}
  .eg-auth-brand-card h1{font-size:44px;}
  .eg-auth-card{padding:24px;border-radius:26px;}
  .eg-auth-two-cols{grid-template-columns:1fr;gap:16px;}
  .eg-auth-switch{flex-direction:column;align-items:center;}
  .eg-auth-success-shell{width:calc(100% - 28px);}
  .eg-auth-success-card{padding:42px 22px;border-radius:26px;}
}


/* ================================
   ENG HOME ACCOUNT AREA V30
   Premium customer pages
================================ */
body.enghome-body #account-login,
body.enghome-body #account-register,
body.enghome-body #account-account,
body.enghome-body #account-edit,
body.enghome-body #account-password,
body.enghome-body #account-address,
body.enghome-body #account-order,
body.enghome-body #common-success{
  width:100% !important;
  max-width:none !important;
  padding:0 !important;
  margin:0 !important;
  background:linear-gradient(180deg,#faf7f2 0%,#f1e9df 100%) !important;
}

.eg-account-page{
  min-height:72vh;
  padding:72px 0 92px;
  background:linear-gradient(180deg,#faf7f2 0%,#f1e9df 100%);
}

.eg-account-wrap{
  width:min(1120px,calc(100% - 44px));
  margin:0 auto;
}

.eg-account-hero{
  text-align:center;
  margin:0 auto 34px;
  max-width:760px;
}

.eg-account-kicker{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:34px;
  padding:0 14px;
  border-radius:999px;
  background:#fff;
  border:1px solid rgba(19,35,61,.08);
  color:#13233d;
  font-size:11px;
  letter-spacing:.18em;
  text-transform:uppercase;
  font-weight:900;
  box-shadow:0 10px 28px rgba(19,35,61,.05);
  margin-bottom:16px;
}

.eg-account-hero h1{
  font-family:'Cormorant Garamond',serif !important;
  color:#13233d !important;
  font-size:clamp(42px,5vw,72px) !important;
  line-height:.95 !important;
  letter-spacing:-.05em !important;
  margin:0 0 14px !important;
  font-weight:700 !important;
}

.eg-account-hero p{
  color:#6f7784;
  font-size:16px;
  line-height:1.8;
  margin:0 auto;
}

.eg-account-card{
  background:rgba(255,255,255,.88);
  border:1px solid rgba(255,255,255,.78);
  border-radius:34px;
  box-shadow:0 24px 80px rgba(19,35,61,.10);
  padding:38px;
  backdrop-filter:blur(16px);
  -webkit-backdrop-filter:blur(16px);
}

.eg-account-card h2,
.eg-account-card h3{
  font-family:'Cormorant Garamond',serif !important;
  color:#13233d !important;
  margin:0 0 18px !important;
  line-height:1 !important;
  letter-spacing:-.035em !important;
}

.eg-account-card h2{font-size:34px !important;}
.eg-account-card h3{font-size:28px !important;}

.eg-account-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:22px;
}

.eg-dashboard-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:18px;
}

.eg-dashboard-card{
  display:flex;
  flex-direction:column;
  gap:12px;
  min-height:154px;
  padding:24px;
  border-radius:24px;
  background:#fff;
  border:1px solid rgba(19,35,61,.08);
  color:#13233d;
  box-shadow:0 12px 36px rgba(19,35,61,.06);
  transition:.25s ease;
}

.eg-dashboard-card:hover{
  transform:translateY(-4px);
  box-shadow:0 20px 54px rgba(19,35,61,.11);
  border-color:rgba(19,35,61,.16);
}

.eg-dashboard-icon{
  width:46px;
  height:46px;
  border-radius:16px;
  background:#f4efe8;
  display:flex;
  align-items:center;
  justify-content:center;
  color:#13233d;
  font-weight:900;
  font-size:20px;
}

.eg-dashboard-card strong{
  font-size:17px;
  line-height:1.2;
  color:#101827;
}

.eg-dashboard-card span{
  color:#737b8a;
  font-size:13px;
  line-height:1.55;
}

.eg-account-form{
  display:grid;
  gap:18px;
}

.eg-form-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:16px;
}

.eg-field{display:flex;flex-direction:column;gap:8px;}
.eg-field-full{grid-column:1/-1;}

.eg-field label{
  color:#13233d;
  font-weight:800;
  font-size:13px;
}

.eg-field input,
.eg-field select,
.eg-field textarea,
.eg-account-page .form-control{
  width:100% !important;
  height:54px !important;
  border-radius:18px !important;
  border:1px solid rgba(19,35,61,.10) !important;
  background:#fff !important;
  color:#101827 !important;
  box-shadow:none !important;
  outline:none !important;
  padding:0 16px !important;
  font-size:15px !important;
}

.eg-field textarea{height:130px !important;padding-top:16px !important;}

.eg-field input:focus,
.eg-field select:focus,
.eg-field textarea:focus,
.eg-account-page .form-control:focus{
  border-color:#13233d !important;
  box-shadow:0 0 0 4px rgba(19,35,61,.08) !important;
}

.eg-error,
.eg-account-page .text-danger{
  color:#b3261e !important;
  font-size:12px !important;
  font-weight:700 !important;
}

.eg-account-actions{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  flex-wrap:wrap;
  margin-top:10px;
}

.eg-btn-primary,
.eg-btn-secondary,
.eg-account-page .btn-primary,
.eg-account-page .btn-default,
.eg-account-page .btn-info,
.eg-account-page .btn-danger{
  min-height:52px !important;
  border-radius:999px !important;
  border:0 !important;
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  padding:0 24px !important;
  font-weight:900 !important;
  text-decoration:none !important;
  box-shadow:none !important;
}

.eg-btn-primary,
.eg-account-page .btn-primary{
  background:#13233d !important;
  color:#fff !important;
}

.eg-btn-primary:hover,
.eg-account-page .btn-primary:hover{
  background:#0d1728 !important;
  color:#fff !important;
  transform:translateY(-2px);
}

.eg-btn-secondary,
.eg-account-page .btn-default{
  background:#f4efe8 !important;
  color:#13233d !important;
}

.eg-text-link{
  color:#13233d !important;
  font-weight:800;
  text-decoration:none !important;
}

.eg-account-note{
  margin:18px 0 0;
  color:#737b8a;
  line-height:1.7;
  font-size:14px;
}

.eg-alert,
.eg-account-page .alert{
  width:min(1120px,calc(100% - 44px));
  margin:0 auto 20px !important;
  border-radius:18px !important;
  border:0 !important;
  padding:16px 18px !important;
  font-weight:700;
}

.eg-alert-success,
.eg-account-page .alert-success{
  background:#eaf7ef !important;
  color:#187348 !important;
}

.eg-alert-danger,
.eg-account-page .alert-danger,
.eg-account-page .alert-warning{
  background:#fff1f0 !important;
  color:#b3261e !important;
}

.eg-success-card{
  max-width:780px;
  margin:0 auto;
  text-align:center;
}

.eg-success-icon{
  width:78px;
  height:78px;
  border-radius:28px;
  display:flex;
  align-items:center;
  justify-content:center;
  background:#13233d;
  color:#fff;
  font-size:36px;
  margin:0 auto 22px;
  box-shadow:0 18px 42px rgba(19,35,61,.18);
}

.eg-success-message{
  color:#637083;
  line-height:1.85;
  font-size:16px;
}

.eg-success-message p{margin:0 0 12px;}

.eg-table-card{
  overflow:hidden;
  border-radius:24px;
  background:#fff;
  border:1px solid rgba(19,35,61,.08);
}

.eg-account-page table{
  width:100% !important;
  margin:0 !important;
  border:0 !important;
  background:#fff !important;
}

.eg-account-page table thead td{
  background:#f4efe8 !important;
  color:#13233d !important;
  font-size:12px !important;
  text-transform:uppercase;
  letter-spacing:.08em;
  font-weight:900 !important;
  border:0 !important;
  padding:16px !important;
}

.eg-account-page table tbody td{
  border-top:1px solid rgba(19,35,61,.08) !important;
  padding:16px !important;
  color:#374151;
  vertical-align:middle !important;
}

.eg-address-card{
  padding:20px;
  border-radius:22px;
  background:#fff;
  border:1px solid rgba(19,35,61,.08);
  display:flex;
  justify-content:space-between;
  gap:18px;
  align-items:center;
  margin-bottom:14px;
}

.eg-address-text{color:#4b5563;line-height:1.75;}

.eg-mini-actions{display:flex;gap:10px;flex-wrap:wrap;justify-content:flex-end;}

@media(max-width:900px){
  .eg-account-page{padding:44px 0 68px;}
  .eg-account-grid,.eg-dashboard-grid{grid-template-columns:1fr;}
  .eg-account-card{padding:26px 20px;border-radius:28px;}
  .eg-form-grid{grid-template-columns:1fr;}
  .eg-account-actions{align-items:stretch;}
  .eg-btn-primary,.eg-btn-secondary,.eg-account-page .btn-primary,.eg-account-page .btn-default{width:100%;}
  .eg-address-card{display:block;}
  .eg-mini-actions{justify-content:flex-start;margin-top:14px;}
  .eg-account-page .table-responsive{border:0 !important;}
}


/* ==========================================================
   ENG HOME ACCOUNT SUBPAGES V31
   Address form + Wishlist + Newsletter premium/minimalist
   ========================================================== */
body.enghome-body #account-address,
body.enghome-body #account-wishlist,
body.enghome-body #account-newsletter{
  width:100% !important;
  max-width:none !important;
  padding:0 !important;
  margin:0 !important;
  background:linear-gradient(180deg,#faf7f2 0%,#efe8df 100%) !important;
}
body.enghome-body #account-address > .row,
body.enghome-body #account-wishlist > .row,
body.enghome-body #account-newsletter > .row{
  width:min(1180px,calc(100% - 36px)) !important;
  margin:0 auto !important;
  display:block !important;
  background:transparent !important;
  border:0 !important;
  box-shadow:none !important;
}
body.enghome-body #account-address #content,
body.enghome-body #account-wishlist #content,
body.enghome-body #account-newsletter #content{
  width:100% !important;
  max-width:100% !important;
  float:none !important;
  padding:0 !important;
  background:transparent !important;
}
.eg-account-page{
  padding:58px 0 96px;
  background:linear-gradient(180deg,#faf7f2 0%,#efe8df 100%);
}
.eg-account-wrap{
  width:min(1120px,calc(100% - 36px));
  margin:0 auto;
}
.eg-account-hero{
  text-align:center;
  margin:0 auto 36px;
}
.eg-account-kicker{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:34px;
  padding:0 16px;
  border-radius:999px;
  background:rgba(255,255,255,.92);
  border:1px solid rgba(19,35,61,.08);
  box-shadow:0 10px 28px rgba(19,35,61,.06);
  color:var(--eg-navy);
  font-size:11px;
  font-weight:900;
  letter-spacing:.18em;
  text-transform:uppercase;
}
.eg-account-title{
  margin:16px 0 10px;
  font-family:'Cormorant Garamond',serif;
  font-size:clamp(44px,6vw,78px);
  line-height:.92;
  letter-spacing:-.05em;
  color:var(--eg-navy);
}
.eg-account-subtitle{
  max-width:680px;
  margin:0 auto;
  color:#6f7784;
  font-size:16px;
  line-height:1.75;
}
.eg-account-card{
  background:rgba(255,255,255,.86);
  border:1px solid rgba(255,255,255,.78);
  border-radius:32px;
  box-shadow:0 22px 70px rgba(19,35,61,.10);
  padding:34px;
  backdrop-filter:blur(14px);
  -webkit-backdrop-filter:blur(14px);
}
.eg-account-form-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:18px;
}
.eg-account-field{
  display:flex;
  flex-direction:column;
  gap:9px;
}
.eg-account-field.eg-field-full{grid-column:1/-1;}
.eg-account-field label,
.eg-account-label{
  color:var(--eg-navy);
  font-weight:800;
  font-size:13px;
}
.eg-account-field input,
.eg-account-field select,
.eg-account-field textarea,
.eg-account-card .form-control{
  width:100% !important;
  min-height:56px !important;
  border:1px solid rgba(19,35,61,.10) !important;
  border-radius:18px !important;
  background:#fff !important;
  box-shadow:none !important;
  outline:0 !important;
  padding:0 16px !important;
  color:var(--eg-text) !important;
  font-size:15px !important;
}
.eg-account-field textarea{padding-top:16px !important;min-height:120px !important;}
.eg-account-field input:focus,
.eg-account-field select:focus,
.eg-account-field textarea:focus{
  border-color:rgba(19,35,61,.32) !important;
  box-shadow:0 0 0 4px rgba(19,35,61,.06) !important;
}
.eg-account-help{
  margin:0;
  color:#7a8290;
  font-size:13px;
  line-height:1.6;
}
.eg-account-actions{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:14px;
  margin-top:26px;
  flex-wrap:wrap;
}
.eg-account-btn,
.eg-account-card .btn,
.eg-account-card input[type="submit"]{
  min-height:52px !important;
  border-radius:999px !important;
  border:1px solid rgba(19,35,61,.10) !important;
  padding:0 24px !important;
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  font-weight:900 !important;
  text-decoration:none !important;
  transition:.25s ease !important;
  box-shadow:none !important;
}
.eg-account-btn-primary,
.eg-account-card .btn-primary,
.eg-account-card input[type="submit"]{
  background:var(--eg-navy) !important;
  color:#fff !important;
}
.eg-account-btn-secondary,
.eg-account-card .btn-default{
  background:#fff !important;
  color:var(--eg-navy) !important;
}
.eg-account-btn:hover,
.eg-account-card .btn:hover,
.eg-account-card input[type="submit"]:hover{
  transform:translateY(-2px);
  box-shadow:0 16px 34px rgba(19,35,61,.12) !important;
}
.eg-radio-card-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:12px;
  margin-top:14px;
}
.eg-radio-card{
  position:relative;
  display:flex;
  align-items:center;
  gap:12px;
  min-height:62px;
  padding:14px 16px;
  border:1px solid rgba(19,35,61,.10);
  border-radius:18px;
  background:#fff;
  font-weight:800;
  color:var(--eg-navy);
  cursor:pointer;
}
.eg-radio-card input{width:18px;height:18px;accent-color:var(--eg-navy);}
.eg-empty-state{
  text-align:center;
  max-width:760px;
  margin:0 auto;
  padding:54px 28px;
}
.eg-empty-icon{
  width:72px;
  height:72px;
  border-radius:999px;
  margin:0 auto 18px;
  display:flex;
  align-items:center;
  justify-content:center;
  background:#f4efe8;
  color:var(--eg-navy);
  font-size:30px;
}
.eg-empty-state h2{
  margin:0 0 10px;
  font-family:'Cormorant Garamond',serif;
  font-size:clamp(36px,5vw,58px);
  color:var(--eg-navy);
}
.eg-empty-state p{margin:0 auto 24px;max-width:520px;color:#6f7784;line-height:1.75;}
.eg-wishlist-grid{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:18px;
}
.eg-wishlist-card{
  position:relative;
  background:#fff;
  border:1px solid rgba(19,35,61,.08);
  border-radius:22px;
  overflow:hidden;
  box-shadow:0 12px 34px rgba(19,35,61,.06);
  transition:.24s ease;
}
.eg-wishlist-card:hover{transform:translateY(-4px);box-shadow:0 18px 48px rgba(19,35,61,.11);}
.eg-wishlist-image{
  display:block;
  aspect-ratio:1/1;
  background:#fff;
  padding:18px;
}
.eg-wishlist-image img{width:100%;height:100%;object-fit:contain;}
.eg-wishlist-info{padding:16px;}
.eg-wishlist-name{
  margin:0 0 8px;
  font-size:15px;
  font-weight:800;
  line-height:1.35;
  color:var(--eg-text);
  min-height:40px;
}
.eg-wishlist-meta{font-size:12px;color:#7a8290;margin-bottom:10px;}
.eg-wishlist-price{font-size:22px;font-weight:900;color:#e30613;margin-bottom:14px;}
.eg-wishlist-price s{font-size:13px;color:#9aa1ad;margin-left:8px;}
.eg-wishlist-actions{display:grid;grid-template-columns:1fr 46px;gap:8px;}
.eg-wishlist-actions button,
.eg-wishlist-actions a{
  min-height:42px;
  border-radius:10px;
  border:0;
  display:flex;
  align-items:center;
  justify-content:center;
  font-weight:900;
}
.eg-wishlist-actions button{background:var(--eg-navy);color:#fff;}
.eg-wishlist-actions a{background:#f4efe8;color:var(--eg-navy);}
.eg-alert-premium{
  width:min(1120px,calc(100% - 36px));
  margin:0 auto 18px;
  border-radius:18px !important;
  border:1px solid rgba(24,115,72,.14) !important;
  background:rgba(236,248,241,.92) !important;
  color:#187348 !important;
  padding:14px 18px !important;
}
.eg-default-choice{
  grid-column:1/-1;
  padding:18px;
  border:1px solid rgba(19,35,61,.08);
  border-radius:20px;
  background:#fff;
}
.eg-default-choice .eg-radio-card-grid{max-width:360px;}
.eg-account-card .text-danger{margin-top:7px;color:#b3261e !important;font-weight:700;font-size:13px;}
@media(max-width:980px){
  .eg-wishlist-grid{grid-template-columns:repeat(3,minmax(0,1fr));}
}
@media(max-width:760px){
  .eg-account-page{padding:42px 0 74px;}
  .eg-account-card{padding:22px;border-radius:26px;}
  .eg-account-form-grid{grid-template-columns:1fr;gap:14px;}
  .eg-radio-card-grid{grid-template-columns:1fr;}
  .eg-wishlist-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;}
  .eg-wishlist-info{padding:12px;}
  .eg-wishlist-name{font-size:13px;min-height:38px;}
  .eg-wishlist-price{font-size:18px;}
  .eg-account-actions{display:grid;grid-template-columns:1fr;width:100%;}
  .eg-account-btn,.eg-account-card .btn,.eg-account-card input[type="submit"]{width:100%;}
}


/* ==========================================================
   ENG HOME V32 HERO + HEADER ACCOUNT ICON FIX
   - Hero kryesor: vetëm "Elegancë" në home.twig
   - Account icon në header nuk preket më nga stilet e account pages
   ========================================================== */

body.enghome-body .eg-hero-content h1{
  max-width: 980px !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

body.enghome-body .eg-header-actions .eg-account-header-btn{
  width:52px !important;
  height:52px !important;
  min-width:52px !important;
  min-height:52px !important;
  padding:0 !important;
  border-radius:999px !important;
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  background:rgba(255,255,255,.92) !important;
  border:1px solid rgba(19,35,61,.08) !important;
  box-shadow:0 14px 34px rgba(19,35,61,.08) !important;
  color:#0f1f38 !important;
  text-decoration:none !important;
  overflow:visible !important;
  position:relative !important;
}

body.enghome-body .eg-header-actions .eg-account-header-btn:hover{
  transform:translateY(-3px) !important;
  background:#13233d !important;
  color:#fff !important;
  box-shadow:0 20px 44px rgba(19,35,61,.16) !important;
}

body.enghome-body .eg-header-actions .eg-account-header-btn .eg-action-icon{
  width:24px !important;
  height:24px !important;
  min-width:24px !important;
  min-height:24px !important;
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
  line-height:1 !important;
  color:inherit !important;
}

body.enghome-body .eg-header-actions .eg-account-header-btn .eg-user-svg,
body.enghome-body .eg-header-actions .eg-account-header-btn .eg-user-svg *{
  display:block !important;
  width:22px !important;
  height:22px !important;
  fill:none !important;
  stroke:currentColor !important;
  stroke-width:2.1 !important;
  stroke-linecap:round !important;
  stroke-linejoin:round !important;
  opacity:1 !important;
  visibility:visible !important;
}

body.enghome-body .eg-header-actions .eg-account-header-btn .eg-action-label{
  display:none !important;
}

body.enghome-body .eg-header-actions .eg-account-header-btn + .eg-action-btn:hover .eg-action-icon,
body.enghome-body .eg-header-actions .eg-account-header-btn + .eg-action-btn:hover .eg-action-icon svg{
  color:#d71920 !important;
  fill:#d71920 !important;
  stroke:#d71920 !important;
}

@media(max-width:900px){
  body.enghome-body .eg-header-actions .eg-account-header-btn{
    width:46px !important;
    height:46px !important;
    min-width:46px !important;
    min-height:46px !important;
  }
  body.enghome-body .eg-header-actions .eg-account-header-btn .eg-user-svg{
    width:21px !important;
    height:21px !important;
  }
}

/* ==========================================================
   ENG HOME V33 HERO TEXT SPACING FIX
   - removes the gold hero kicker
   - lifts "Elegancë" away from the description
   ========================================================== */

body.enghome-body .eg-hero-content > .eg-kicker.eg-kicker-light{
  display:none !important;
}

body.enghome-body .eg-hero-content{
  padding-top:92px !important;
  padding-bottom:150px !important;
}

body.enghome-body .eg-hero-content h1{
  transform:translateY(-42px) !important;
  margin:0 auto 76px !important;
  line-height:.76 !important;
}

body.enghome-body .eg-hero-content .eg-hero-text{
  margin-top:0 !important;
  max-width:760px !important;
}

body.enghome-body .eg-hero-content .eg-hero-buttons{
  margin-top:34px !important;
}

@media(max-width:900px){
  body.enghome-body .eg-hero-content{
    padding-top:86px !important;
    padding-bottom:120px !important;
  }

  body.enghome-body .eg-hero-content h1{
    transform:translateY(-30px) !important;
    margin-bottom:58px !important;
    line-height:.78 !important;
  }
}

@media(max-width:600px){
  body.enghome-body .eg-hero-content{
    padding-top:72px !important;
    padding-bottom:100px !important;
  }

  body.enghome-body .eg-hero-content h1{
    transform:translateY(-22px) !important;
    margin-bottom:44px !important;
    line-height:.8 !important;
  }

  body.enghome-body .eg-hero-content .eg-hero-text{
    font-size:15px !important;
    line-height:1.75 !important;
  }
}




/* =========================================================
   ENG HOME HOMEPAGE STRUCTURE FIX V34
   ========================================================= */

.eg-quick-cats{
  display:none!important;
}

.eg-offers-section{
  padding:70px 0 90px!important;
  background:linear-gradient(180deg,#f7f2ec 0%,#f2ebe2 100%)!important;
}

.eg-offers-head{
  max-width:900px!important;
  margin:0 auto 28px!important;
  text-align:center!important;
}

.eg-offers-head h2{
  margin:0 0 14px!important;
  font-family:'Cormorant Garamond',serif!important;
  font-size:clamp(44px,5vw,76px)!important;
  line-height:.95!important;
  color:#13233d!important;
  letter-spacing:-.045em!important;
}

.eg-offers-head p:not(.eg-kicker){
  margin:0 auto!important;
  max-width:680px!important;
  color:#6f7784!important;
  line-height:1.8!important;
}

.eg-offers-slider-wrap{
  width:min(1180px,100%)!important;
  margin:0 auto!important;
}

.eg-offers-empty{
  min-height:340px!important;
  border-radius:32px!important;
  border:1px dashed rgba(19,35,61,.22)!important;
  background:rgba(255,255,255,.58)!important;
  display:flex!important;
  flex-direction:column!important;
  align-items:center!important;
  justify-content:center!important;
  gap:10px!important;
  text-align:center!important;
  color:#13233d!important;
  box-shadow:0 24px 70px rgba(19,35,61,.08)!important;
}

.eg-offers-empty strong{
  font-size:24px!important;
}

.eg-offers-empty span{
  color:#747b88!important;
}

.eg-dashboard-slider.swiper-viewport{
  border:0!important;
  box-shadow:0 24px 70px rgba(19,35,61,.12)!important;
  border-radius:34px!important;
  overflow:hidden!important;
  background:#fff!important;
  margin:0!important;
}

.eg-dashboard-slider .swiper-container,
.eg-dashboard-slider .swiper-wrapper,
.eg-dashboard-slider .swiper-slide{
  min-height:420px!important;
}

.eg-dashboard-slide{
  position:relative!important;
  overflow:hidden!important;
  background:#13233d!important;
}

.eg-dashboard-slide a,
.eg-dashboard-slide img{
  width:100%!important;
  height:100%!important;
  display:block!important;
}

.eg-dashboard-slide img{
  min-height:420px!important;
  object-fit:cover!important;
  filter:brightness(.82) saturate(1.02)!important;
}

.eg-dashboard-slide-title{
  position:absolute!important;
  left:34px!important;
  bottom:34px!important;
  z-index:2!important;
  max-width:560px!important;
  color:#fff!important;
  font-family:'Cormorant Garamond',serif!important;
  font-size:clamp(36px,4.5vw,68px)!important;
  line-height:.95!important;
  text-shadow:0 16px 40px rgba(0,0,0,.35)!important;
}

.eg-dashboard-slider .swiper-pagination-bullet{
  background:#fff!important;
  opacity:.55!important;
}

.eg-dashboard-slider .swiper-pagination-bullet-active{
  opacity:1!important;
}

.eg-dashboard-slider .swiper-button-next,
.eg-dashboard-slider .swiper-button-prev{
  width:52px!important;
  height:52px!important;
  border-radius:999px!important;
  background:rgba(255,255,255,.92)!important;
  color:#13233d!important;
  box-shadow:0 14px 34px rgba(19,35,61,.12)!important;
}

.eg-section-head-center{
  display:flex!important;
  flex-direction:column!important;
  align-items:center!important;
  justify-content:center!important;
  text-align:center!important;
  gap:18px!important;
  margin-bottom:44px!important;
}

.eg-section-head-center .eg-kicker,
.eg-section-head-center .eg-section-title{
  text-align:center!important;
}

.eg-section-link-button{
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  min-height:50px!important;
  padding:0 24px!important;
  border-radius:999px!important;
  background:#13233d!important;
  color:#fff!important;
  border:0!important;
  box-shadow:0 16px 38px rgba(19,35,61,.16)!important;
  text-decoration:none!important;
}

.eg-section-link-button:hover{
  transform:translateY(-2px)!important;
  background:#0b1629!important;
  color:#fff!important;
}

.eg-contact-preview{
  padding:70px 0 110px!important;
  background:linear-gradient(180deg,#f7f2ec 0%,#efe8df 100%)!important;
}

.eg-contact-preview-card{
  min-height:360px!important;
  border-radius:34px!important;
  background:linear-gradient(135deg,rgba(19,35,61,.94),rgba(19,35,61,.78)),url('/image/catalog/enghome/home-brand-story.jpg') center/cover no-repeat!important;
  box-shadow:0 28px 90px rgba(19,35,61,.18)!important;
  border:1px solid rgba(255,255,255,.18)!important;
  color:#fff!important;
  padding:58px!important;
  display:grid!important;
  grid-template-columns:1fr auto!important;
  gap:28px!important;
  align-items:center!important;
}

.eg-contact-preview-card .eg-kicker{
  color:rgba(255,255,255,.72)!important;
}

.eg-contact-preview-card h2{
  margin:0 0 16px!important;
  max-width:720px!important;
  font-family:'Cormorant Garamond',serif!important;
  font-size:clamp(42px,5vw,78px)!important;
  line-height:.95!important;
  letter-spacing:-.05em!important;
  color:#fff!important;
}

.eg-contact-preview-card p:not(.eg-kicker){
  max-width:640px!important;
  margin:0!important;
  color:rgba(255,255,255,.84)!important;
  font-size:17px!important;
  line-height:1.8!important;
}

.eg-contact-preview-btn{
  min-height:56px!important;
  padding:0 28px!important;
  border-radius:999px!important;
  background:#fff!important;
  color:#13233d!important;
  font-weight:800!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  white-space:nowrap!important;
  box-shadow:0 18px 42px rgba(0,0,0,.20)!important;
}

.eg-contact-preview-btn:hover{
  transform:translateY(-2px)!important;
  color:#13233d!important;
}

.enghome-all-products-page{
  padding:70px 0 110px!important;
  background:linear-gradient(180deg,#faf7f2 0%,#f1e9df 100%)!important;
}

.enghome-all-products-container{
  width:min(1420px,calc(100% - 44px))!important;
  margin:0 auto!important;
}

.enghome-all-hero{
  text-align:center!important;
  margin:0 auto 46px!important;
}

.enghome-all-hero h1{
  margin:0!important;
  font-family:'Cormorant Garamond',serif!important;
  font-size:clamp(48px,6vw,86px)!important;
  line-height:.95!important;
  color:#13233d!important;
  letter-spacing:-.05em!important;
}

.enghome-all-hero p:not(.eg-kicker){
  margin:18px auto 0!important;
  max-width:620px!important;
  color:#747b88!important;
  line-height:1.8!important;
}

.enghome-empty-state{
  min-height:320px!important;
  display:flex!important;
  flex-direction:column!important;
  align-items:center!important;
  justify-content:center!important;
  gap:18px!important;
  background:#fff!important;
  border-radius:32px!important;
  box-shadow:0 24px 70px rgba(19,35,61,.08)!important;
  text-align:center!important;
}

.enghome-empty-state h2{
  margin:0!important;
  font-family:'Cormorant Garamond',serif!important;
  font-size:44px!important;
  color:#13233d!important;
}

@media(max-width:900px){
  .eg-contact-preview-card{
    grid-template-columns:1fr!important;
    padding:34px 24px!important;
    text-align:center!important;
  }

  .eg-contact-preview-card p:not(.eg-kicker){
    margin-left:auto!important;
    margin-right:auto!important;
  }

  .eg-dashboard-slider .swiper-container,
  .eg-dashboard-slider .swiper-wrapper,
  .eg-dashboard-slider .swiper-slide,
  .eg-dashboard-slide img{
    min-height:300px!important;
  }
}

@media(max-width:600px){
  .eg-offers-section,
  .eg-contact-preview{
    padding:48px 0 70px!important;
  }

  .eg-dashboard-slide-title{
    left:20px!important;
    bottom:22px!important;
  }

  .eg-contact-preview-card{
    border-radius:26px!important;
  }
}


/* =========================================================
   ENG HOME V35 - PRODUCT LOOP SHOWCASE BEHIND TITLE
   ========================================================= */
.eg-products-showcase{
  position:relative !important;
  overflow:hidden !important;
  padding:110px 0 90px !important;
  background:linear-gradient(180deg,#f7f2ec 0%,#f4ede7 100%) !important;
}

.eg-products-loop-bg{
  position:absolute !important;
  inset:0 !important;
  z-index:0 !important;
  display:flex !important;
  align-items:center !important;
  overflow:hidden !important;
  opacity:.34 !important;
  pointer-events:none !important;
  mask-image:linear-gradient(90deg,transparent 0%,#000 12%,#000 88%,transparent 100%);
  -webkit-mask-image:linear-gradient(90deg,transparent 0%,#000 12%,#000 88%,transparent 100%);
}

.eg-products-loop-bg::before{
  content:"";
  position:absolute;
  inset:0;
  z-index:2;
  background:radial-gradient(circle at 50% 44%,rgba(247,242,236,.94) 0%,rgba(247,242,236,.82) 30%,rgba(247,242,236,.46) 58%,rgba(247,242,236,.72) 100%);
}

.eg-products-loop-track{
  position:relative;
  z-index:1;
  display:flex;
  align-items:center;
  gap:26px;
  width:max-content;
  animation:egProductLoop 42s linear infinite;
  will-change:transform;
}

.eg-loop-product{
  width:190px;
  height:190px;
  flex:0 0 190px;
  border-radius:30px;
  background:rgba(255,255,255,.92);
  border:1px solid rgba(19,35,61,.08);
  box-shadow:0 24px 70px rgba(19,35,61,.10);
  display:flex;
  align-items:center;
  justify-content:center;
  padding:22px;
  transform:rotate(-2deg);
}

.eg-loop-product:nth-child(2n){transform:rotate(2deg) translateY(18px);}
.eg-loop-product:nth-child(3n){transform:rotate(0deg) translateY(-14px);}

.eg-loop-product img{
  width:100% !important;
  height:100% !important;
  object-fit:contain !important;
  padding:0 !important;
  background:transparent !important;
  filter:saturate(.96) contrast(1.02);
}

.eg-products-showcase-content{
  position:relative !important;
  z-index:3 !important;
}

.eg-products-center-focus{
  position:relative;
  z-index:4;
  width:min(720px,calc(100% - 28px));
  min-height:270px;
  margin:0 auto 64px !important;
  padding:44px 28px 42px !important;
  display:flex !important;
  flex-direction:column !important;
  align-items:center !important;
  justify-content:center !important;
  text-align:center !important;
  gap:24px !important;
  border-radius:40px;
  background:rgba(247,242,236,.82);
  box-shadow:0 30px 90px rgba(19,35,61,.08);
  backdrop-filter:blur(10px);
  -webkit-backdrop-filter:blur(10px);
}

.eg-products-center-focus .eg-kicker,
.eg-products-center-focus .eg-section-title{
  text-align:center !important;
}

.eg-products-center-focus .eg-section-link-button{
  margin:0 auto !important;
}

.eg-products-list-below{
  position:relative;
  z-index:5;
}

@keyframes egProductLoop{
  0%{transform:translateX(0);}
  100%{transform:translateX(-50%);}
}

@media(max-width:900px){
  .eg-products-showcase{padding:78px 0 72px !important;}
  .eg-products-loop-bg{opacity:.28 !important;align-items:flex-start !important;padding-top:70px;}
  .eg-products-loop-track{gap:18px;animation-duration:36s;}
  .eg-loop-product{width:138px;height:138px;flex-basis:138px;border-radius:22px;padding:16px;}
  .eg-products-center-focus{min-height:245px;margin-bottom:42px !important;border-radius:30px;padding:36px 22px !important;}
}

@media(max-width:600px){
  .eg-products-center-focus .eg-section-title{font-size:44px !important;}
  .eg-products-center-focus{width:calc(100% - 18px);}
  .eg-loop-product{width:116px;height:116px;flex-basis:116px;}
}


/* =========================================================
   ENG HOME V36 - HEADER / FOOTER / CONTACT PREVIEW FIX
   ========================================================= */
body.enghome-body .eg-floating-contact{
  display:none!important;
}

/* Desktop header: menu left, logo perfectly centered, actions right */
body.enghome-body .eg-header-inner{
  grid-template-columns:1fr auto 1fr!important;
  grid-template-areas:"menu logo actions"!important;
  height:92px!important;
  position:relative!important;
}
body.enghome-body .eg-nav-wrap{
  grid-area:menu!important;
  justify-content:flex-start!important;
  justify-self:start!important;
  order:0!important;
  overflow:visible!important;
}
body.enghome-body .eg-logo-link{
  grid-area:logo!important;
  justify-self:center!important;
  margin:0!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
}
body.enghome-body .eg-logo-img{
  height:58px!important;
  max-width:330px!important;
}
body.enghome-body .eg-header-actions{
  grid-area:actions!important;
  justify-self:end!important;
  justify-content:flex-end!important;
}

/* Native details menu button keeps the same position and premium look */
body.enghome-body .egh-native-nav,
body.enghome-body .egh-native-menu{
  display:flex!important;
  justify-content:flex-start!important;
  align-items:center!important;
  width:auto!important;
}
body.enghome-body .egh-native-trigger{
  margin:0!important;
}
body.enghome-body .egh-native-panel{
  left:24px!important;
  right:auto!important;
  transform:none!important;
}
body.enghome-body .egh-native-menu[open] .egh-native-panel{
  transform:none!important;
}

/* Footer: remove center heading feeling, move logo lower */
body.enghome-body .eg-footer-card{
  padding-top:46px!important;
}
body.enghome-body .eg-footer-center h3{
  display:none!important;
}
body.enghome-body .eg-footer-center{
  display:flex!important;
  flex-direction:column!important;
  align-items:center!important;
  justify-content:center!important;
}
body.enghome-body .eg-footer-logo-lower{
  display:flex!important;
  justify-content:center!important;
  margin:38px auto 0!important;
}
body.enghome-body .eg-footer-logo-lower .eg-footer-logo,
body.enghome-body .eg-footer-logo{
  width:190px!important;
  max-width:190px!important;
  height:auto!important;
}
body.enghome-body .eg-footer-bottom{
  margin-top:26px!important;
}

/* Contact preview: screenshot/browser style, no flower background image */
body.enghome-body .eg-contact-preview{
  padding:72px 0 110px!important;
  background:linear-gradient(180deg,#f7f2ec 0%,#efe8df 100%)!important;
}
body.enghome-body .eg-contact-preview-card.eg-contact-preview-v36{
  min-height:430px!important;
  border-radius:34px!important;
  background:linear-gradient(135deg,#13233d 0%,#203451 100%)!important;
  box-shadow:0 28px 90px rgba(19,35,61,.18)!important;
  border:1px solid rgba(255,255,255,.18)!important;
  color:#fff!important;
  padding:54px!important;
  display:grid!important;
  grid-template-columns:minmax(0,.92fr) minmax(360px,1fr)!important;
  gap:42px!important;
  align-items:center!important;
  overflow:hidden!important;
  position:relative!important;
}
body.enghome-body .eg-contact-preview-card.eg-contact-preview-v36:before{
  content:""!important;
  position:absolute!important;
  inset:auto -120px -180px auto!important;
  width:420px!important;
  height:420px!important;
  border-radius:999px!important;
  background:rgba(255,255,255,.08)!important;
  filter:blur(2px)!important;
}
body.enghome-body .eg-contact-preview-copy{
  position:relative!important;
  z-index:2!important;
}
body.enghome-body .eg-contact-preview-copy .eg-kicker{
  color:rgba(255,255,255,.72)!important;
}
body.enghome-body .eg-contact-preview-copy h2{
  margin:0 0 16px!important;
  max-width:720px!important;
  font-family:'Cormorant Garamond',serif!important;
  font-size:clamp(42px,5vw,78px)!important;
  line-height:.95!important;
  letter-spacing:-.05em!important;
  color:#fff!important;
}
body.enghome-body .eg-contact-preview-copy p:not(.eg-kicker){
  max-width:640px!important;
  margin:0 0 28px!important;
  color:rgba(255,255,255,.84)!important;
  font-size:17px!important;
  line-height:1.8!important;
}
body.enghome-body .eg-contact-preview-btn{
  min-height:56px!important;
  padding:0 28px!important;
  border-radius:999px!important;
  background:#fff!important;
  color:#13233d!important;
  font-weight:800!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  white-space:nowrap!important;
  box-shadow:0 18px 42px rgba(0,0,0,.20)!important;
  text-decoration:none!important;
}
body.enghome-body .eg-contact-preview-btn:hover{
  transform:translateY(-2px)!important;
  color:#13233d!important;
}
body.enghome-body .eg-contact-screen-preview{
  position:relative!important;
  z-index:2!important;
  display:block!important;
  background:#faf7f2!important;
  color:#13233d!important;
  border-radius:26px!important;
  overflow:hidden!important;
  box-shadow:0 30px 90px rgba(0,0,0,.28)!important;
  transform:rotate(-1deg)!important;
  transition:.32s ease!important;
  border:1px solid rgba(255,255,255,.7)!important;
  text-decoration:none!important;
}
body.enghome-body .eg-contact-screen-preview:hover{
  transform:rotate(0deg) translateY(-4px)!important;
}
body.enghome-body .eg-contact-screen-top{
  height:44px!important;
  display:flex!important;
  align-items:center!important;
  gap:8px!important;
  padding:0 16px!important;
  background:#fff!important;
  border-bottom:1px solid rgba(19,35,61,.08)!important;
}
body.enghome-body .eg-contact-screen-top span{
  width:10px!important;
  height:10px!important;
  border-radius:999px!important;
  background:#d7d1c8!important;
}
body.enghome-body .eg-contact-screen-top em{
  margin-left:10px!important;
  font-style:normal!important;
  font-size:12px!important;
  font-weight:800!important;
  color:#7b8190!important;
}
body.enghome-body .eg-contact-screen-body{
  padding:28px!important;
  display:grid!important;
  grid-template-columns:1fr 1.1fr!important;
  gap:20px!important;
  align-items:stretch!important;
}
body.enghome-body .eg-contact-screen-title small{
  display:block!important;
  margin-bottom:8px!important;
  color:#a98b62!important;
  font-size:11px!important;
  letter-spacing:.18em!important;
  text-transform:uppercase!important;
  font-weight:900!important;
}
body.enghome-body .eg-contact-screen-title strong{
  display:block!important;
  font-family:'Cormorant Garamond',serif!important;
  font-size:44px!important;
  line-height:.95!important;
  color:#13233d!important;
}
body.enghome-body .eg-contact-screen-title p{
  margin:14px 0 0!important;
  color:#747b88!important;
  line-height:1.6!important;
}
body.enghome-body .eg-contact-screen-map{
  min-height:190px!important;
  border-radius:20px!important;
  background:
    linear-gradient(135deg,rgba(19,35,61,.12),rgba(169,139,98,.15)),
    repeating-linear-gradient(45deg,#e9e1d7 0 12px,#f5efe8 12px 24px)!important;
  position:relative!important;
  overflow:hidden!important;
}
body.enghome-body .eg-contact-screen-map:before,
body.enghome-body .eg-contact-screen-map:after{
  content:""!important;
  position:absolute!important;
  border-radius:999px!important;
  background:#13233d!important;
  box-shadow:0 10px 28px rgba(19,35,61,.24)!important;
}
body.enghome-body .eg-contact-screen-map:before{width:18px!important;height:18px!important;left:38%!important;top:32%!important;}
body.enghome-body .eg-contact-screen-map:after{width:14px!important;height:14px!important;right:24%!important;bottom:28%!important;}
body.enghome-body .eg-contact-screen-locations{
  grid-column:1/-1!important;
  display:flex!important;
  gap:10px!important;
  flex-wrap:wrap!important;
}
body.enghome-body .eg-contact-screen-locations span{
  display:inline-flex!important;
  align-items:center!important;
  min-height:38px!important;
  padding:0 14px!important;
  border-radius:999px!important;
  background:#fff!important;
  color:#13233d!important;
  font-size:12px!important;
  font-weight:900!important;
  box-shadow:0 10px 26px rgba(19,35,61,.07)!important;
}

@media(max-width:980px){
  body.enghome-body .eg-header-inner{
    width:calc(100% - 28px)!important;
    grid-template-columns:52px 1fr auto!important;
    grid-template-areas:"menu logo actions"!important;
    min-height:84px!important;
    gap:10px!important;
    padding:12px 0!important;
  }
  body.enghome-body .eg-nav-wrap{grid-area:menu!important;justify-self:start!important;overflow:visible!important;}
  body.enghome-body .eg-logo-link{grid-area:logo!important;justify-self:center!important;}
  body.enghome-body .eg-logo-img{height:42px!important;max-width:220px!important;}
  body.enghome-body .eg-header-actions{grid-area:actions!important;justify-self:end!important;display:flex!important;gap:8px!important;}
  body.enghome-body .egh-native-trigger{width:52px!important;min-width:52px!important;height:52px!important;padding:0!important;justify-content:center!important;}
  body.enghome-body .egh-native-text{display:none!important;}
  body.enghome-body .egh-native-panel{left:14px!important;right:14px!important;width:auto!important;max-width:none!important;}
}
@media(max-width:900px){
  body.enghome-body .eg-contact-preview-card.eg-contact-preview-v36{
    grid-template-columns:1fr!important;
    padding:34px 24px!important;
    text-align:center!important;
  }
  body.enghome-body .eg-contact-preview-copy p:not(.eg-kicker){
    margin-left:auto!important;
    margin-right:auto!important;
  }
  body.enghome-body .eg-contact-screen-preview{
    transform:none!important;
  }
  body.enghome-body .eg-contact-screen-body{
    grid-template-columns:1fr!important;
    text-align:left!important;
  }
}
@media(max-width:600px){
  body.enghome-body .eg-logo-img{height:36px!important;max-width:190px!important;}
  body.enghome-body .eg-contact-preview{padding:48px 0 70px!important;}
  body.enghome-body .eg-contact-preview-card.eg-contact-preview-v36{border-radius:26px!important;}
  body.enghome-body .eg-contact-screen-title strong{font-size:34px!important;}
  body.enghome-body .eg-contact-screen-map{min-height:150px!important;}
  body.enghome-body .eg-footer-logo-lower .eg-footer-logo,
  body.enghome-body .eg-footer-logo{width:160px!important;max-width:160px!important;}
}


/* =========================================================
   ENG HOME V38 - HEADER SEARCH CLEANUP + CONTACT PHOTO
   ========================================================= */
body.enghome-body .eg-header-inner{
  grid-template-columns:1fr auto 1fr!important;
  grid-template-areas:"left logo actions"!important;
  align-items:center!important;
  gap:24px!important;
}

body.enghome-body .eg-header-left-actions{
  grid-area:left!important;
  display:flex!important;
  align-items:center!important;
  justify-content:flex-start!important;
  gap:14px!important;
  min-width:0!important;
}

body.enghome-body .eg-header-left-actions .eg-nav-wrap{
  grid-area:auto!important;
  justify-self:auto!important;
  order:initial!important;
  width:auto!important;
  min-width:0!important;
}

body.enghome-body .eg-header-left-actions .eg-account-header-btn{
  flex:0 0 auto!important;
}

body.enghome-body .eg-logo-link{
  grid-area:logo!important;
  justify-self:center!important;
}

body.enghome-body .eg-header-actions{
  grid-area:actions!important;
  justify-self:end!important;
  display:flex!important;
  align-items:center!important;
  justify-content:flex-end!important;
  gap:12px!important;
}

/* Hide the old always-open desktop search bar. Search now opens only from the round icon. */
body.enghome-body .eg-header-actions > .eg-header-search{
  display:none!important;
}

body.enghome-body .eg-mobile-search-toggle{
  display:flex!important;
}

body.enghome-body .eg-mobile-search-panel{
  display:block!important;
  position:fixed!important;
  top:104px!important;
  right:max(22px,calc((100vw - 1280px) / 2))!important;
  left:auto!important;
  width:min(520px,calc(100vw - 44px))!important;
  z-index:9905!important;
  opacity:0!important;
  visibility:hidden!important;
  pointer-events:none!important;
  transform:translateY(-12px) scale(.98)!important;
  transition:opacity .24s ease,transform .24s ease,visibility .24s ease!important;
}

body.enghome-body.eg-mobile-search-open .eg-mobile-search-panel{
  opacity:1!important;
  visibility:visible!important;
  pointer-events:auto!important;
  transform:translateY(0) scale(1)!important;
}

body.enghome-body .eg-mobile-search-form{
  display:grid!important;
  grid-template-columns:1fr 52px 44px!important;
  align-items:center!important;
  gap:10px!important;
  width:100%!important;
  padding:12px!important;
  border-radius:26px!important;
  background:rgba(255,255,255,.98)!important;
  border:1px solid rgba(19,35,61,.12)!important;
  box-shadow:0 24px 70px rgba(15,23,42,.18)!important;
  backdrop-filter:blur(16px)!important;
  -webkit-backdrop-filter:blur(16px)!important;
}

body.enghome-body .eg-mobile-search-form input[type="text"]{
  height:52px!important;
  border-radius:999px!important;
}

body.enghome-body .eg-mobile-search-submit{
  height:52px!important;
  width:52px!important;
}

body.enghome-body .eg-mobile-search-close{
  height:52px!important;
  width:44px!important;
}

body.enghome-body .eg-contact-screen-photo-preview{
  min-height:320px!important;
}

body.enghome-body .eg-contact-screen-photo-body{
  display:block!important;
  padding:0!important;
  min-height:280px!important;
  background:#f7f2ec!important;
}

body.enghome-body .eg-contact-preview-image{
  width:100%!important;
  height:280px!important;
  object-fit:cover!important;
  display:block!important;
}

body.enghome-body .eg-contact-photo-placeholder{
  min-height:280px!important;
  align-items:center!important;
  justify-content:center!important;
  flex-direction:column!important;
  gap:10px!important;
  padding:24px!important;
  text-align:center!important;
  background:repeating-linear-gradient(45deg,#e9e1d7 0 12px,#f5efe8 12px 24px)!important;
  color:#13233d!important;
}

body.enghome-body .eg-contact-photo-placeholder strong{
  font-family:'Cormorant Garamond',serif!important;
  font-size:34px!important;
  line-height:1!important;
}

body.enghome-body .eg-contact-photo-placeholder span{
  font-size:13px!important;
  color:#747b88!important;
  font-weight:800!important;
}

body.enghome-body .eg-contact-screen-title,
body.enghome-body .eg-contact-screen-map,
body.enghome-body .eg-contact-screen-locations{
  display:none!important;
}

@media(max-width:900px){
  body.enghome-body .eg-header-inner{
    grid-template-columns:auto 1fr auto!important;
    grid-template-areas:"left logo actions"!important;
    min-height:82px!important;
    padding:12px 0!important;
  }

  body.enghome-body .eg-header-left-actions{
    gap:9px!important;
  }

  body.enghome-body .eg-header-left-actions .eg-account-header-btn{
    width:48px!important;
    height:48px!important;
  }

  body.enghome-body .eg-logo-link{
    justify-self:center!important;
  }

  body.enghome-body .eg-logo-img{
    height:34px!important;
    max-width:190px!important;
  }

  body.enghome-body .eg-header-actions{
    gap:8px!important;
  }

  body.enghome-body .eg-mobile-search-panel{
    top:94px!important;
    left:14px!important;
    right:14px!important;
    width:auto!important;
  }
}

@media(max-width:600px){
  body.enghome-body .eg-header-left-actions .eg-account-header-btn,
  body.enghome-body .eg-action-btn{
    width:46px!important;
    height:46px!important;
  }

  body.enghome-body .egh-native-trigger{
    width:58px!important;
    min-width:58px!important;
    padding:0!important;
  }

  body.enghome-body .eg-logo-img{
    height:30px!important;
    max-width:168px!important;
  }

  body.enghome-body .eg-contact-preview-image,
  body.enghome-body .eg-contact-screen-photo-body,
  body.enghome-body .eg-contact-photo-placeholder{
    min-height:220px!important;
    height:220px!important;
  }
}


/* =========================================================
   ENG HOME V42 CLEAN HEADER SEARCH FIX
   - one search only
   - opens left from the round icon inside header
   - no bottom search panel
   ========================================================= */

body.enghome-body .eg-premium-header{
  overflow:visible!important;
}

body.enghome-body .eg-header-inner{
  width:min(1380px,calc(100% - 44px))!important;
  max-width:1380px!important;
  height:88px!important;
  display:grid!important;
  grid-template-columns:1fr auto 1fr!important;
  grid-template-areas:"left logo actions"!important;
  align-items:center!important;
  gap:22px!important;
  position:relative!important;
}

body.enghome-body .eg-header-left-actions{
  grid-area:left!important;
  justify-self:start!important;
  display:flex!important;
  align-items:center!important;
  gap:12px!important;
  min-width:0!important;
}

body.enghome-body .eg-logo-link{
  grid-area:logo!important;
  justify-self:center!important;
  align-self:center!important;
  margin:0!important;
  position:relative!important;
  z-index:5!important;
}

body.enghome-body .eg-header-actions{
  grid-area:actions!important;
  justify-self:end!important;
  display:flex!important;
  align-items:center!important;
  justify-content:flex-end!important;
  gap:12px!important;
  position:relative!important;
  min-width:170px!important;
  overflow:visible!important;
}

body.enghome-body .eg-header-actions > .eg-header-search.eg-inline-search{
  display:flex!important;
  position:absolute!important;
  top:50%!important;
  right:calc(100% - 46px)!important;
  left:auto!important;
  transform:translateY(-50%) translateX(14px) scaleX(.74)!important;
  transform-origin:right center!important;
  width:0!important;
  height:54px!important;
  max-width:none!important;
  opacity:0!important;
  visibility:hidden!important;
  pointer-events:none!important;
  z-index:20!important;
  align-items:center!important;
  gap:8px!important;
  padding:6px!important;
  border-radius:999px!important;
  background:rgba(255,255,255,.98)!important;
  border:1px solid rgba(19,35,61,.12)!important;
  box-shadow:0 20px 54px rgba(15,23,42,.16)!important;
  overflow:visible!important;
  transition:width .32s cubic-bezier(.22,1,.36,1),opacity .18s ease,visibility .18s ease,transform .32s cubic-bezier(.22,1,.36,1)!important;
}

body.enghome-body.eg-inline-search-open .eg-header-actions > .eg-header-search.eg-inline-search{
  width:360px!important;
  opacity:1!important;
  visibility:visible!important;
  pointer-events:auto!important;
  transform:translateY(-50%) translateX(0) scaleX(1)!important;
}

body.enghome-body .eg-header-actions > .eg-header-search.eg-inline-search input[type="text"]{
  flex:1 1 auto!important;
  min-width:0!important;
  width:auto!important;
  height:42px!important;
  padding:0 16px!important;
  border:0!important;
  outline:0!important;
  box-shadow:none!important;
  background:transparent!important;
  color:#101827!important;
  font-size:14px!important;
  opacity:0!important;
  transition:opacity .18s ease .12s!important;
}

body.enghome-body.eg-inline-search-open .eg-header-actions > .eg-header-search.eg-inline-search input[type="text"]{
  opacity:1!important;
}

body.enghome-body .eg-inline-search-submit{
  flex:0 0 42px!important;
  width:42px!important;
  height:42px!important;
  min-width:42px!important;
  border:0!important;
  border-radius:999px!important;
  background:#13233d!important;
  color:#fff!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  cursor:pointer!important;
}

body.enghome-body .eg-inline-search-submit svg{
  width:19px!important;
  height:19px!important;
  stroke:currentColor!important;
  fill:none!important;
  stroke-width:2.2!important;
  stroke-linecap:round!important;
  stroke-linejoin:round!important;
}

body.enghome-body .eg-inline-search-toggle{
  position:relative!important;
  z-index:30!important;
}

body.enghome-body.eg-inline-search-open .eg-inline-search-toggle{
  background:#13233d!important;
  color:#fff!important;
}

/* completely remove old search panel behavior */
body.enghome-body .eg-mobile-search-panel,
body.enghome-body.eg-mobile-search-open .eg-mobile-search-panel{
  display:none!important;
  opacity:0!important;
  visibility:hidden!important;
  pointer-events:none!important;
}

/* live results for the inline search */
body.enghome-body .eg-header-search.eg-inline-search .eg-live-search-results{
  position:absolute!important;
  top:calc(100% + 12px)!important;
  left:0!important;
  right:0!important;
  width:100%!important;
  max-height:440px!important;
  overflow:auto!important;
  border-radius:24px!important;
  background:#fff!important;
  border:1px solid rgba(19,35,61,.10)!important;
  box-shadow:0 24px 70px rgba(15,23,42,.16)!important;
  padding:10px!important;
  display:none!important;
  z-index:50!important;
}

body.enghome-body .eg-header-search.eg-inline-search.eg-live-search-open .eg-live-search-results{
  display:block!important;
}

body.enghome-body .eg-contact-preview-image{
  width:100%!important;
  height:280px!important;
  object-fit:cover!important;
  display:block!important;
}

@media(max-width:1180px){
  body.enghome-body.eg-inline-search-open .eg-header-actions > .eg-header-search.eg-inline-search{
    width:310px!important;
  }
}

@media(max-width:900px){
  body.enghome-body .eg-header-inner{
    width:calc(100% - 24px)!important;
    min-height:82px!important;
    height:82px!important;
    grid-template-columns:1fr auto 1fr!important;
    grid-template-areas:"left logo actions"!important;
    gap:10px!important;
    padding:0!important;
  }

  body.enghome-body .eg-header-left-actions{
    gap:8px!important;
  }

  body.enghome-body .eg-logo-img{
    height:32px!important;
    max-width:170px!important;
  }

  body.enghome-body .eg-header-actions{
    gap:8px!important;
    min-width:150px!important;
  }

  body.enghome-body.eg-inline-search-open .eg-header-actions > .eg-header-search.eg-inline-search{
    width:min(270px,calc(100vw - 128px))!important;
  }
}

@media(max-width:600px){
  body.enghome-body .eg-header-inner{
    width:calc(100% - 18px)!important;
    grid-template-columns:auto 1fr auto!important;
  }

  body.enghome-body .eg-logo-link{
    justify-self:center!important;
  }

  body.enghome-body .eg-logo-img{
    height:28px!important;
    max-width:142px!important;
  }

  body.enghome-body .eg-header-actions{
    min-width:auto!important;
  }

  body.enghome-body .eg-action-btn,
  body.enghome-body .eg-header-left-actions .eg-account-header-btn{
    width:44px!important;
    height:44px!important;
  }

  body.enghome-body.eg-inline-search-open .eg-header-actions > .eg-header-search.eg-inline-search{
    width:min(235px,calc(100vw - 112px))!important;
  }

  body.enghome-body .eg-header-actions > .eg-header-search.eg-inline-search{
    height:50px!important;
  }

  body.enghome-body .eg-header-actions > .eg-header-search.eg-inline-search input[type="text"]{
    height:38px!important;
    font-size:13px!important;
    padding:0 12px!important;
  }

  body.enghome-body .eg-inline-search-submit{
    width:38px!important;
    height:38px!important;
    min-width:38px!important;
    flex-basis:38px!important;
  }
}


/* =========================================================
   ENG HOME V43 HEADER ICON HOVER FIX
   - icons stay visible on navy hover
   - wishlist keeps red heart hover
   ========================================================= */
body.enghome-body .eg-action-btn,
body.enghome-body .eg-inline-search-toggle,
body.enghome-body .eg-header-left-actions .eg-account-header-btn{
  overflow:visible !important;
}

body.enghome-body .eg-action-btn .eg-action-icon,
body.enghome-body .eg-action-btn .eg-action-icon svg,
body.enghome-body .eg-action-btn .eg-action-icon svg *,
body.enghome-body .eg-header-left-actions .eg-account-header-btn .eg-action-icon,
body.enghome-body .eg-header-left-actions .eg-account-header-btn .eg-action-icon svg,
body.enghome-body .eg-header-left-actions .eg-account-header-btn .eg-action-icon svg *{
  opacity:1 !important;
  visibility:visible !important;
}

body.enghome-body .eg-action-btn .eg-action-icon svg,
body.enghome-body .eg-header-left-actions .eg-account-header-btn .eg-action-icon svg{
  width:21px !important;
  height:21px !important;
  display:block !important;
  fill:none !important;
  stroke:currentColor !important;
  stroke-width:2.15 !important;
  stroke-linecap:round !important;
  stroke-linejoin:round !important;
}

body.enghome-body .eg-action-btn .eg-action-icon svg *,
body.enghome-body .eg-header-left-actions .eg-account-header-btn .eg-action-icon svg *{
  fill:none !important;
  stroke:currentColor !important;
  stroke-width:2.15 !important;
  stroke-linecap:round !important;
  stroke-linejoin:round !important;
}

/* Search, Account and Cart: navy hover + white visible icon */
body.enghome-body .eg-action-btn:hover:not([href*="wishlist"]),
body.enghome-body .eg-header-left-actions .eg-account-header-btn:hover,
body.enghome-body.eg-inline-search-open .eg-inline-search-toggle{
  background:#13233d !important;
  color:#ffffff !important;
  border-color:#13233d !important;
}

body.enghome-body .eg-action-btn:hover:not([href*="wishlist"]) .eg-action-icon,
body.enghome-body .eg-action-btn:hover:not([href*="wishlist"]) .eg-action-icon svg,
body.enghome-body .eg-action-btn:hover:not([href*="wishlist"]) .eg-action-icon svg *,
body.enghome-body .eg-header-left-actions .eg-account-header-btn:hover .eg-action-icon,
body.enghome-body .eg-header-left-actions .eg-account-header-btn:hover .eg-action-icon svg,
body.enghome-body .eg-header-left-actions .eg-account-header-btn:hover .eg-action-icon svg *,
body.enghome-body.eg-inline-search-open .eg-inline-search-toggle .eg-action-icon,
body.enghome-body.eg-inline-search-open .eg-inline-search-toggle .eg-action-icon svg,
body.enghome-body.eg-inline-search-open .eg-inline-search-toggle .eg-action-icon svg *{
  color:#ffffff !important;
  stroke:#ffffff !important;
  fill:none !important;
  opacity:1 !important;
  visibility:visible !important;
}

/* Wishlist: keep the nice red heart hover */
body.enghome-body .eg-action-btn[href*="wishlist"]:hover{
  background:#13233d !important;
  color:#d71920 !important;
  border-color:#13233d !important;
}

body.enghome-body .eg-action-btn[href*="wishlist"]:hover .eg-action-icon,
body.enghome-body .eg-action-btn[href*="wishlist"]:hover .eg-action-icon svg,
body.enghome-body .eg-action-btn[href*="wishlist"]:hover .eg-action-icon svg *{
  color:#d71920 !important;
  stroke:#d71920 !important;
  fill:#d71920 !important;
  opacity:1 !important;
  visibility:visible !important;
}

/* Keep the cart notification dot visible on hover */
body.enghome-body .eg-cart-btn:after{
  opacity:1 !important;
  visibility:visible !important;
}


/* =========================================================
   ENG HOME CHECKOUT + CART PREMIUM - V44
   ========================================================= */
.eg-cart-page,
.eg-checkout-page,
.eg-checkout-success-page{
  background:linear-gradient(180deg,#faf7f2 0%,#f1e9df 100%) !important;
  min-height:70vh;
}

.eg-cart-hero,
.eg-checkout-hero{
  padding:72px 0 28px;
  text-align:center;
}

.eg-cart-hero h1,
.eg-checkout-hero h1{
  margin:0;
  font-family:'Cormorant Garamond',serif;
  color:var(--eg-navy);
  font-size:clamp(46px,6vw,82px);
  line-height:.95;
  letter-spacing:-.055em;
}

.eg-cart-hero h1 span{
  display:block;
  margin-top:12px;
  font-family:Inter,Arial,sans-serif;
  font-size:15px;
  letter-spacing:0;
  color:#7a8390;
  font-weight:700;
}

.eg-cart-lead,
.eg-checkout-hero p{
  max-width:640px;
  margin:18px auto 0;
  color:#6b7280;
  line-height:1.8;
  font-size:16px;
}

.eg-cart-section,
.eg-checkout-section{
  padding:28px 0 90px;
}

.eg-cart-layout,
.eg-checkout-layout{
  display:grid;
  grid-template-columns:minmax(0,1fr) 380px;
  gap:28px;
  align-items:start;
}

.eg-cart-items-card,
.eg-checkout-main,
.eg-cart-summary,
.eg-checkout-side{
  background:rgba(255,255,255,.86);
  border:1px solid rgba(19,35,61,.08);
  border-radius:32px;
  box-shadow:0 24px 70px rgba(19,35,61,.09);
  backdrop-filter:blur(14px);
}

.eg-cart-items-card,
.eg-checkout-main{
  padding:28px;
}

.eg-cart-summary,
.eg-checkout-side{
  padding:30px;
  position:sticky;
  top:112px;
}

.eg-cart-summary h2,
.eg-checkout-side h2{
  margin:0 0 18px;
  font-family:'Cormorant Garamond',serif;
  font-size:36px;
  line-height:1;
  color:var(--eg-navy);
}

.eg-cart-items{
  display:flex;
  flex-direction:column;
  gap:16px;
}

.eg-cart-item{
  display:grid;
  grid-template-columns:110px minmax(0,1fr) 170px 120px 120px;
  gap:18px;
  align-items:center;
  padding:18px;
  background:#fff;
  border:1px solid rgba(19,35,61,.08);
  border-radius:24px;
}

.eg-cart-item-image{
  width:110px;
  height:110px;
  border-radius:18px;
  background:#f5f1eb;
  overflow:hidden;
}

.eg-cart-item-image img{
  width:100%;
  height:100%;
  object-fit:contain;
  padding:10px;
}

.eg-cart-item-title{
  display:inline-block;
  font-size:18px;
  font-weight:800;
  color:var(--eg-navy);
  margin-bottom:8px;
}

.eg-cart-options,
.eg-cart-muted,
.eg-cart-model{
  display:block;
  color:#747b88;
  font-size:13px;
  line-height:1.6;
}

.eg-cart-stock-warning{
  color:#c1121f;
  font-weight:800;
  margin-left:6px;
}

.eg-cart-qty label,
.eg-cart-price span,
.eg-cart-total span{
  display:block;
  font-size:11px;
  text-transform:uppercase;
  letter-spacing:.12em;
  color:#8b93a0;
  font-weight:800;
  margin-bottom:8px;
}

.eg-cart-qty-control{
  display:flex;
  gap:8px;
  align-items:center;
}

.eg-cart-qty-control input{
  width:58px !important;
  height:44px !important;
  border-radius:14px !important;
  border:1px solid rgba(19,35,61,.10) !important;
  text-align:center;
  font-weight:800;
  box-shadow:none !important;
}

.eg-cart-small-btn{
  width:42px;
  height:42px;
  border:0;
  border-radius:14px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  cursor:pointer;
  transition:.22s ease;
}

.eg-cart-update{
  background:var(--eg-navy);
  color:#fff;
}

.eg-cart-remove{
  background:#f6ece9;
  color:#b3261e;
}

.eg-cart-small-btn:hover{
  transform:translateY(-2px);
}

.eg-cart-price strong,
.eg-cart-total strong{
  font-size:18px;
  color:var(--eg-navy);
}

.eg-cart-total strong{
  font-size:20px;
}

.eg-cart-total-list{
  display:flex;
  flex-direction:column;
  gap:0;
  margin:22px 0;
}

.eg-cart-total-line{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:18px;
  padding:14px 0;
  border-bottom:1px solid rgba(19,35,61,.08);
}

.eg-cart-total-line span{
  color:#6b7280;
  font-weight:700;
}

.eg-cart-total-line strong{
  color:var(--eg-navy);
  font-size:18px;
  font-weight:900;
}

.eg-cart-actions{
  display:flex;
  flex-direction:column;
  gap:12px;
}

.eg-checkout-btn{
  min-height:54px;
  border:0 !important;
  border-radius:999px !important;
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  gap:8px;
  padding:0 24px !important;
  font-weight:900 !important;
  text-decoration:none !important;
  transition:.24s ease;
  box-shadow:none !important;
}

.eg-checkout-btn:hover{
  transform:translateY(-2px);
}

.eg-checkout-btn-main{
  background:var(--eg-navy) !important;
  color:#fff !important;
  box-shadow:0 18px 44px rgba(19,35,61,.18) !important;
}

.eg-checkout-btn-secondary{
  background:#fff !important;
  color:var(--eg-navy) !important;
  border:1px solid rgba(19,35,61,.10) !important;
}

.eg-cart-payment-note{
  margin-top:22px;
  padding:18px;
  border-radius:20px;
  background:#f7f2ec;
}

.eg-cart-payment-note strong,
.eg-cart-payment-note span{
  display:block;
}

.eg-cart-payment-note strong{
  color:var(--eg-navy);
  margin-bottom:6px;
}

.eg-cart-payment-note span{
  color:#697386;
  line-height:1.6;
}

.eg-cart-empty{
  text-align:center;
  padding:64px 20px;
}

.eg-cart-empty-icon{
  font-size:44px;
  margin-bottom:18px;
}

.eg-cart-empty h2{
  margin:0 0 10px;
  font-family:'Cormorant Garamond',serif;
  font-size:42px;
  color:var(--eg-navy);
}

.eg-cart-empty p{
  margin:0 auto 24px;
  max-width:460px;
  color:#697386;
  line-height:1.8;
}

.eg-cart-modules{
  margin-top:28px;
  padding-top:24px;
  border-top:1px solid rgba(19,35,61,.08);
}

.eg-checkout-alert{
  margin:0 0 18px;
  padding:16px 18px;
  border-radius:18px;
  font-weight:700;
  line-height:1.6;
}

.eg-checkout-alert-info{background:#eef5ff;color:#174066;}
.eg-checkout-alert-success{background:#eefaf3;color:#187348;}
.eg-checkout-alert-danger{background:#fff0ef;color:#b3261e;}

.eg-checkout-accordion.panel-group{
  margin:0 !important;
}

.eg-checkout-panel.panel{
  border:1px solid rgba(19,35,61,.08) !important;
  border-radius:24px !important;
  box-shadow:none !important;
  overflow:hidden;
  margin:0 0 16px !important;
  background:#fff !important;
}

.eg-checkout-panel .panel-heading{
  background:#fff !important;
  border:0 !important;
  padding:0 !important;
}

.eg-checkout-panel .panel-title,
.eg-checkout-panel .panel-title a{
  display:flex !important;
  align-items:center;
  justify-content:space-between;
  width:100%;
  padding:20px 22px !important;
  color:var(--eg-navy) !important;
  font-size:18px !important;
  font-weight:900 !important;
  text-decoration:none !important;
}

.eg-checkout-panel .panel-body{
  border-top:1px solid rgba(19,35,61,.08) !important;
  padding:24px !important;
  background:#fff;
}

.eg-checkout-side p{
  margin:0 0 22px;
  color:#697386;
  line-height:1.8;
}

.eg-checkout-side-list{
  display:flex;
  flex-direction:column;
  gap:12px;
}

.eg-checkout-side-list div{
  display:flex;
  align-items:center;
  gap:12px;
  padding:14px;
  border-radius:18px;
  background:#f7f2ec;
  font-weight:800;
  color:var(--eg-navy);
}

.eg-checkout-side-list i{
  width:40px;
  height:40px;
  border-radius:14px;
  background:#fff;
  display:flex;
  align-items:center;
  justify-content:center;
}

.eg-checkout-block-head{
  margin-bottom:20px;
}

.eg-checkout-block-head h3{
  margin:0 0 8px;
  font-family:'Cormorant Garamond',serif;
  font-size:34px;
  line-height:1;
  color:var(--eg-navy);
}

.eg-checkout-block-head span{
  color:#697386;
  line-height:1.7;
}

.eg-payment-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:14px;
}

.eg-payment-card{
  position:relative;
  display:grid;
  grid-template-columns:54px 1fr 30px;
  gap:14px;
  align-items:center;
  min-height:112px;
  padding:18px;
  border:1px solid rgba(19,35,61,.10);
  border-radius:22px;
  background:#fff;
  cursor:pointer;
  transition:.24s ease;
}

.eg-payment-card:hover,
.eg-payment-card.is-selected{
  border-color:rgba(19,35,61,.38);
  box-shadow:0 18px 42px rgba(19,35,61,.10);
  transform:translateY(-2px);
}

.eg-payment-card input{
  position:absolute;
  opacity:0;
  pointer-events:none;
}

.eg-payment-icon{
  width:54px;
  height:54px;
  border-radius:18px;
  background:#f3eee7;
  color:var(--eg-navy);
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:20px;
}

.eg-payment-copy strong,
.eg-payment-copy em,
.eg-payment-copy small{
  display:block;
}

.eg-payment-copy strong{
  color:var(--eg-navy);
  font-size:16px;
  margin-bottom:5px;
}

.eg-payment-copy em{
  color:#697386;
  font-style:normal;
  line-height:1.5;
}

.eg-payment-copy small{
  color:#9aa2af;
  margin-top:4px;
}

.eg-payment-check{
  width:28px;
  height:28px;
  border-radius:999px;
  background:#eef1f5;
  color:transparent;
  display:flex;
  align-items:center;
  justify-content:center;
  font-weight:900;
}

.eg-payment-card.is-selected .eg-payment-icon,
.eg-payment-card.is-selected .eg-payment-check{
  background:var(--eg-navy);
  color:#fff;
}

.eg-checkout-comment{
  margin-top:22px;
}

.eg-checkout-comment label{
  display:block;
  color:var(--eg-navy);
  font-weight:900;
  margin-bottom:10px;
}

.eg-checkout-comment textarea{
  width:100%;
  border-radius:20px !important;
  border:1px solid rgba(19,35,61,.10) !important;
  box-shadow:none !important;
  resize:vertical;
  padding:16px !important;
}

.eg-checkout-agree{
  margin:18px 0 0;
  color:#697386;
}

.eg-checkout-step-actions.buttons{
  margin-top:22px !important;
  overflow:hidden;
}

.eg-checkout-step-actions .pull-right{
  float:none !important;
  display:flex;
  justify-content:flex-end;
}

.eg-confirm-box{
  background:#fff;
}

.eg-confirm-items{
  display:flex;
  flex-direction:column;
  gap:12px;
}

.eg-confirm-item{
  display:grid;
  grid-template-columns:1fr auto auto;
  gap:18px;
  align-items:center;
  padding:16px 0;
  border-bottom:1px solid rgba(19,35,61,.08);
}

.eg-confirm-item strong a,
.eg-confirm-item strong{
  color:var(--eg-navy);
  font-size:16px;
}

.eg-confirm-item small,
.eg-confirm-item em{
  display:block;
  color:#7a8390;
  font-style:normal;
  margin-top:4px;
}

.eg-confirm-item span{
  color:#697386;
  font-weight:800;
}

.eg-confirm-item b{
  color:var(--eg-navy);
  font-size:18px;
}

.eg-confirm-totals{
  margin-top:18px;
  padding:18px;
  border-radius:20px;
  background:#f7f2ec;
}

.eg-confirm-payment{
  margin-top:22px;
}

.eg-payment-confirm{
  padding:24px;
  border-radius:24px;
  border:1px solid rgba(19,35,61,.08);
  background:#fff;
}

.eg-payment-confirm-icon{
  width:58px;
  height:58px;
  border-radius:20px;
  background:var(--eg-navy);
  color:#fff;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:22px;
  margin-bottom:16px;
}

.eg-payment-confirm h3{
  margin:0 0 8px;
  font-family:'Cormorant Garamond',serif;
  font-size:34px;
  color:var(--eg-navy);
}

.eg-payment-confirm p{
  color:#697386;
  line-height:1.8;
}

.eg-bank-details,
.eg-cod-note{
  margin:20px 0;
  padding:18px;
  border-radius:20px;
  background:#f7f2ec;
  color:#697386;
  line-height:1.8;
}

.eg-bank-details strong,
.eg-cod-note strong{
  display:block;
  color:var(--eg-navy);
  margin-bottom:8px;
}

.eg-checkout-success-actions{
  display:flex;
  justify-content:center;
  gap:12px;
  flex-wrap:wrap;
  margin-top:18px;
}

@media(max-width:1100px){
  .eg-cart-layout,
  .eg-checkout-layout{
    grid-template-columns:1fr;
  }

  .eg-cart-summary,
  .eg-checkout-side{
    position:relative;
    top:auto;
  }

  .eg-cart-item{
    grid-template-columns:96px minmax(0,1fr);
  }

  .eg-cart-qty,
  .eg-cart-price,
  .eg-cart-total{
    grid-column:auto;
  }
}

@media(max-width:700px){
  .eg-cart-hero,
  .eg-checkout-hero{
    padding:48px 0 20px;
  }

  .eg-cart-items-card,
  .eg-checkout-main,
  .eg-cart-summary,
  .eg-checkout-side{
    padding:18px;
    border-radius:24px;
  }

  .eg-cart-item{
    grid-template-columns:84px minmax(0,1fr);
    gap:14px;
    padding:14px;
  }

  .eg-cart-item-image{
    width:84px;
    height:84px;
  }

  .eg-cart-qty,
  .eg-cart-price,
  .eg-cart-total{
    grid-column:1/-1;
  }

  .eg-cart-qty-control{
    flex-wrap:wrap;
  }

  .eg-payment-grid{
    grid-template-columns:1fr;
  }

  .eg-payment-card{
    grid-template-columns:48px 1fr 28px;
    min-height:100px;
    padding:14px;
  }

  .eg-payment-icon{
    width:48px;
    height:48px;
  }

  .eg-confirm-item{
    grid-template-columns:1fr;
    gap:6px;
  }

  .eg-checkout-step-actions .pull-right{
    justify-content:stretch;
  }

  .eg-checkout-step-actions .eg-checkout-btn,
  .eg-checkout-step-actions input.eg-checkout-btn{
    width:100%;
  }
}


/* ===== ENG HOME CART JS FIX v46 =====
   Keep OpenCart scripts functional without letting any hidden cart or default dropdown affect layout. */
.eg-opencart-cart-hidden,
.eg-opencart-cart-hidden *{
  display:none !important;
  visibility:hidden !important;
  pointer-events:none !important;
  width:0 !important;
  height:0 !important;
  overflow:hidden !important;
}

/* Protect custom EngHome layout from default OpenCart/Bootstrap float leftovers */
.eg-premium-header,
.eg-premium-footer,
.enghome-category-page,
.eg-cart-page,
.eg-checkout-page{
  clear:both !important;
}


/* ===== ENG HOME CHECKOUT FORMS PREMIUM v47 ===== */
#checkout-checkout .eg-checkout-panel{
  overflow:hidden!important;
}

#checkout-checkout .eg-checkout-panel .panel-heading{
  background:#fff!important;
  border:0!important;
  padding:0!important;
}

#checkout-checkout .eg-checkout-panel .panel-title,
#checkout-checkout .eg-checkout-panel .panel-title a{
  display:flex!important;
  align-items:center!important;
  justify-content:space-between!important;
  width:100%!important;
  min-height:72px!important;
  padding:0 28px!important;
  margin:0!important;
  color:#13233d!important;
  font-size:18px!important;
  font-weight:800!important;
  text-decoration:none!important;
}

#checkout-checkout .eg-checkout-panel .panel-title:before,
#checkout-checkout .eg-checkout-panel .panel-title a:before{
  content:"";
  width:12px;
  height:12px;
  border-radius:50%;
  background:#13233d;
  box-shadow:0 0 0 8px rgba(19,35,61,.08);
  margin-right:14px;
  flex:0 0 auto;
}

#checkout-checkout .eg-checkout-panel .panel-body{
  padding:28px!important;
  background:linear-gradient(180deg,#fff 0%,#fbf8f3 100%)!important;
  border-top:1px solid rgba(19,35,61,.08)!important;
}

.eg-checkout-login-shell{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:22px;
}

.eg-checkout-login-card,
.eg-checkout-register-shell,
.eg-checkout-address-shell{
  background:rgba(255,255,255,.88);
  border:1px solid rgba(19,35,61,.09);
  border-radius:26px;
  box-shadow:0 18px 50px rgba(19,35,61,.07);
  padding:28px;
}

.eg-checkout-card-icon{
  width:48px;
  height:48px;
  border-radius:16px;
  display:flex;
  align-items:center;
  justify-content:center;
  background:#f1ece5;
  color:#13233d;
  font-size:22px;
  font-weight:900;
  margin-bottom:18px;
}

.eg-checkout-kicker,
.eg-checkout-section-title span{
  display:block;
  margin:0 0 10px;
  color:#a98b62;
  font-size:11px;
  font-weight:900;
  letter-spacing:.22em;
  text-transform:uppercase;
}

.eg-checkout-login-card h2,
.eg-checkout-section-title h3{
  margin:0 0 12px;
  color:#13233d;
  font-family:'Cormorant Garamond',serif;
  font-size:38px;
  line-height:1;
  font-weight:700;
  letter-spacing:-.04em;
}

.eg-checkout-copy,
.eg-checkout-section-title p{
  margin:0 0 22px;
  color:#747b88;
  font-size:15px;
  line-height:1.8;
}

.eg-checkout-choice-list{
  display:grid;
  gap:12px;
  margin:22px 0;
}

.eg-checkout-choice{
  position:relative;
  display:flex!important;
  align-items:flex-start!important;
  gap:14px;
  min-height:76px;
  padding:18px;
  border-radius:20px;
  background:#f6f1ea;
  border:1px solid rgba(19,35,61,.08);
  cursor:pointer;
  transition:.25s ease;
}

.eg-checkout-choice:hover,
.eg-checkout-choice:has(input:checked){
  background:#13233d;
  color:#fff;
  transform:translateY(-2px);
  box-shadow:0 18px 40px rgba(19,35,61,.16);
}

.eg-checkout-choice input{
  position:absolute;
  opacity:0;
  pointer-events:none;
}

.eg-checkout-choice-dot{
  width:22px;
  height:22px;
  border-radius:50%;
  background:#fff;
  border:6px solid #fff;
  box-shadow:0 0 0 1px rgba(19,35,61,.16);
  flex:0 0 auto;
  margin-top:1px;
}

.eg-checkout-choice input:checked + .eg-checkout-choice-dot{
  background:#13233d;
  border-color:#fff;
}

.eg-checkout-choice strong{
  display:block;
  font-size:15px;
  font-weight:900;
  margin-bottom:4px;
}

.eg-checkout-choice small{
  display:block;
  color:inherit;
  opacity:.74;
  font-size:13px;
  line-height:1.45;
}

.eg-checkout-field,
.eg-checkout-address-form .form-group,
.eg-checkout-register-shell .form-group{
  margin-bottom:16px!important;
}

.eg-checkout-field label,
.eg-checkout-address-form label,
.eg-checkout-register-shell label.control-label,
.eg-checkout-register-shell legend,
.eg-checkout-address-shell legend{
  display:block;
  margin:0 0 8px!important;
  color:#13233d;
  font-size:13px;
  font-weight:900!important;
}

.eg-checkout-field input,
.eg-checkout-address-form .form-control,
.eg-checkout-register-shell .form-control{
  width:100%!important;
  height:54px!important;
  padding:0 18px!important;
  border:1px solid rgba(19,35,61,.12)!important;
  border-radius:18px!important;
  background:#fff!important;
  box-shadow:none!important;
  color:#101827!important;
  font-size:15px!important;
  outline:none!important;
  transition:.2s ease!important;
}

.eg-checkout-address-form textarea.form-control,
.eg-checkout-register-shell textarea.form-control{
  min-height:110px!important;
  height:auto!important;
  padding-top:16px!important;
}

.eg-checkout-field input:focus,
.eg-checkout-address-form .form-control:focus,
.eg-checkout-register-shell .form-control:focus{
  border-color:#13233d!important;
  box-shadow:0 0 0 4px rgba(19,35,61,.08)!important;
}

.eg-checkout-address-form .col-sm-2,
.eg-checkout-address-form .col-sm-10{
  width:100%!important;
  float:none!important;
  padding-left:0!important;
  padding-right:0!important;
  text-align:left!important;
}

.eg-checkout-register-row{
  display:grid!important;
  grid-template-columns:1fr 1fr!important;
  gap:22px!important;
  margin:0!important;
}

.eg-checkout-register-row > [class*="col-"]{
  width:100%!important;
  float:none!important;
  padding:0!important;
}

.eg-checkout-fieldset{
  border:0!important;
  margin:0 0 22px!important;
  padding:0!important;
}

.eg-checkout-fieldset legend{
  border:0!important;
  padding:0!important;
  font-family:'Cormorant Garamond',serif;
  font-size:30px!important;
  line-height:1!important;
  color:#13233d!important;
}

.eg-checkout-address-form .radio,
.eg-checkout-register-shell .radio,
.eg-checkout-register-shell .checkbox,
.eg-checkout-address-form .checkbox{
  margin:10px 0!important;
}

.eg-checkout-address-form .radio label,
.eg-checkout-register-shell .radio label,
.eg-checkout-register-shell .checkbox label,
.eg-checkout-address-form .checkbox label{
  display:flex!important;
  align-items:center!important;
  gap:10px!important;
  min-height:50px;
  padding:14px 16px!important;
  border-radius:16px;
  background:#f6f1ea;
  color:#13233d;
  font-weight:800!important;
}

.eg-checkout-main-btn,
.eg-checkout-secondary-btn,
#checkout-checkout .btn-primary,
#checkout-checkout input[type="button"].btn,
#checkout-checkout button.btn{
  min-height:54px!important;
  padding:0 24px!important;
  border:0!important;
  border-radius:999px!important;
  background:#13233d!important;
  color:#fff!important;
  font-weight:900!important;
  box-shadow:0 16px 36px rgba(19,35,61,.16)!important;
  transition:.25s ease!important;
}

.eg-checkout-main-btn:hover,
.eg-checkout-secondary-btn:hover,
#checkout-checkout .btn-primary:hover,
#checkout-checkout input[type="button"].btn:hover,
#checkout-checkout button.btn:hover{
  transform:translateY(-2px);
  background:#0b1628!important;
}

.eg-checkout-secondary-btn{
  width:100%;
}

.eg-checkout-small-link{
  display:inline-block;
  margin-top:10px;
  color:#747b88!important;
  font-size:13px;
  font-weight:800;
}

#checkout-checkout .text-danger{
  display:block;
  margin-top:6px;
  color:#c1121f!important;
  font-weight:700;
}

#checkout-checkout .alert,
.eg-checkout-alert{
  border:0!important;
  border-radius:18px!important;
  padding:14px 18px!important;
  margin-bottom:18px!important;
}

@media(max-width:900px){
  .eg-checkout-login-shell,
  .eg-checkout-register-row{
    grid-template-columns:1fr!important;
  }

  #checkout-checkout .eg-checkout-panel .panel-body{
    padding:16px!important;
  }

  .eg-checkout-login-card,
  .eg-checkout-register-shell,
  .eg-checkout-address-shell{
    padding:20px;
    border-radius:22px;
  }

  .eg-checkout-login-card h2,
  .eg-checkout-section-title h3{
    font-size:32px;
  }
}


/* ===== ENG HOME CHECKOUT/CART CLEAN FIX v48 ===== */
.alert.alert-success,
.alert.alert-info,
.alert.alert-warning,
.alert.alert-danger{
  width:min(1180px,calc(100% - 32px)) !important;
  margin:24px auto !important;
  padding:18px 22px !important;
  border:1px solid rgba(19,35,61,.10) !important;
  border-radius:22px !important;
  background:rgba(255,255,255,.92) !important;
  color:#13233d !important;
  box-shadow:0 18px 55px rgba(19,35,61,.10) !important;
  font-weight:700 !important;
}
.alert .close{border:0!important;background:#f4efe8!important;border-radius:999px!important;width:28px!important;height:28px!important;line-height:24px!important;color:#13233d!important;opacity:1!important;}

.eg-cart-modules{display:none!important;}
.eg-checkout-main .panel-group{display:flex!important;flex-direction:column!important;gap:18px!important;}
.eg-checkout-panel{border:1px solid rgba(19,35,61,.10)!important;border-radius:26px!important;background:rgba(255,255,255,.82)!important;box-shadow:0 16px 46px rgba(19,35,61,.06)!important;overflow:hidden!important;}
.eg-checkout-panel .panel-heading{min-height:76px!important;padding:0 26px!important;background:#fff!important;border:0!important;display:flex!important;align-items:center!important;justify-content:space-between!important;}
.eg-checkout-panel .panel-title{margin:0!important;width:100%!important;color:#13233d!important;font-size:18px!important;font-weight:850!important;display:flex!important;align-items:center!important;gap:12px!important;justify-content:flex-start!important;text-align:left!important;}
.eg-checkout-panel .panel-title:before{content:'';width:26px;height:26px;border-radius:999px;background:radial-gradient(circle,#13233d 0 28%,#eef1f4 30% 100%);display:inline-block;flex:0 0 26px;}
.eg-checkout-panel .panel-title a{display:flex!important;align-items:center!important;gap:12px!important;color:#13233d!important;width:100%!important;text-decoration:none!important;}
.eg-checkout-panel .panel-title a:before{content:'';width:26px;height:26px;border-radius:999px;background:radial-gradient(circle,#13233d 0 28%,#eef1f4 30% 100%);display:inline-block;flex:0 0 26px;}
.eg-checkout-panel .panel-title a + i,.eg-checkout-panel .panel-title i{margin-left:auto!important;}
.eg-checkout-panel .panel-body{padding:28px!important;background:rgba(255,255,255,.70)!important;border-top:1px solid rgba(19,35,61,.08)!important;}
.eg-checkout-panel .panel-collapse:not(.in) .panel-body{display:none!important;}
.eg-checkout-login-shell{display:grid!important;grid-template-columns:1fr 1fr!important;gap:22px!important;}
.eg-checkout-login-card,.eg-checkout-address-shell,.eg-checkout-register-shell,.eg-payment-methods,.eg-shipping-methods,.eg-confirm-box{background:#fff!important;border:1px solid rgba(19,35,61,.08)!important;border-radius:26px!important;padding:28px!important;box-shadow:0 18px 55px rgba(19,35,61,.07)!important;}
.eg-checkout-choice{display:flex!important;gap:14px!important;align-items:flex-start!important;padding:18px!important;border-radius:20px!important;border:1px solid rgba(19,35,61,.10)!important;background:#faf7f2!important;margin-bottom:12px!important;cursor:pointer!important;}
.eg-checkout-choice input{margin-top:4px!important;}
.eg-checkout-choice.is-active,.eg-checkout-choice:has(input:checked){border-color:#13233d!important;background:#f3efe8!important;}
.eg-checkout-main-btn,#button-account,#button-login,#button-register,#button-guest,#button-payment-address,#button-shipping-address,#button-shipping-method,#button-payment-method,.eg-checkout-step-actions .btn-primary{min-height:54px!important;border:0!important;border-radius:999px!important;background:#13233d!important;color:#fff!important;padding:0 26px!important;font-weight:850!important;box-shadow:0 14px 34px rgba(19,35,61,.18)!important;}
.eg-checkout-main-btn:hover,#button-account:hover,#button-login:hover,#button-register:hover,#button-guest:hover,#button-payment-address:hover,#button-shipping-address:hover,#button-shipping-method:hover,#button-payment-method:hover{background:#0b1527!important;color:#fff!important;transform:translateY(-2px)!important;}
.eg-checkout-address-form .form-group,.eg-checkout-register-row .form-group,#collapse-payment-address .form-group,#collapse-shipping-address .form-group,#collapse-checkout-option .form-group{display:block!important;margin:0 0 18px!important;}
.eg-checkout-address-form label,.eg-checkout-register-row label,#collapse-payment-address label,#collapse-shipping-address label,#collapse-checkout-option label{display:block!important;width:auto!important;float:none!important;text-align:left!important;margin:0 0 8px!important;color:#13233d!important;font-weight:800!important;}
.eg-checkout-address-form .col-sm-10,.eg-checkout-address-form .col-sm-2,.eg-checkout-register-row .col-sm-6,#collapse-payment-address .col-sm-10,#collapse-payment-address .col-sm-2,#collapse-shipping-address .col-sm-10,#collapse-shipping-address .col-sm-2{width:100%!important;float:none!important;padding:0!important;}
.eg-checkout-address-form .form-control,.eg-checkout-register-row .form-control,#collapse-payment-address .form-control,#collapse-shipping-address .form-control,#collapse-checkout-option .form-control,#input-payment-zone,#input-shipping-zone{width:100%!important;height:54px!important;border-radius:18px!important;border:1px solid rgba(19,35,61,.16)!important;background:#fff!important;box-shadow:none!important;outline:none!important;padding:0 16px!important;color:#13233d!important;}
.eg-checkout-address-form select.form-control,#collapse-payment-address select.form-control,#collapse-shipping-address select.form-control{appearance:auto!important;-webkit-appearance:auto!important;line-height:54px!important;}
.eg-checkout-address-form .form-control:focus,#collapse-payment-address .form-control:focus,#collapse-shipping-address .form-control:focus{border-color:#13233d!important;box-shadow:0 0 0 4px rgba(19,35,61,.08)!important;}
.eg-checkout-section-title h3,.eg-checkout-block-head h3{font-family:'Cormorant Garamond',serif!important;color:#13233d!important;font-size:36px!important;line-height:1!important;margin:6px 0 10px!important;}
.eg-checkout-section-title p,.eg-checkout-block-head span{color:#6f7784!important;line-height:1.7!important;}
.eg-payment-card{display:flex!important;align-items:center!important;gap:16px!important;border:1px solid rgba(19,35,61,.10)!important;border-radius:22px!important;background:#faf7f2!important;padding:18px!important;margin:0 0 12px!important;cursor:pointer!important;}
.eg-payment-card input{margin:0!important;}
.eg-payment-card.is-selected,.eg-payment-card:has(input:checked){background:#13233d!important;color:#fff!important;border-color:#13233d!important;}
.eg-payment-card.is-selected .eg-payment-copy em,.eg-payment-card:has(input:checked) .eg-payment-copy em,.eg-payment-card.is-selected small,.eg-payment-card:has(input:checked) small{color:rgba(255,255,255,.78)!important;}
.eg-order-verification-code{margin:24px auto 0;padding:22px;border-radius:22px;background:#f7f2ec;border:1px solid rgba(19,35,61,.10);text-align:center;}
.eg-order-verification-code span{display:block;color:#a98b62;text-transform:uppercase;letter-spacing:.18em;font-weight:900;font-size:12px;}
.eg-order-verification-code strong{display:block;font-size:42px;letter-spacing:.16em;color:#13233d;margin:8px 0;font-weight:900;}
.eg-order-verification-code small{display:block;color:#6f7784;line-height:1.6;}
@media(max-width:900px){.eg-checkout-layout{grid-template-columns:1fr!important}.eg-checkout-login-shell{grid-template-columns:1fr!important}.eg-checkout-side{display:none!important}.eg-checkout-panel .panel-heading{padding:0 18px!important}.eg-checkout-panel .panel-body{padding:18px!important}}

/* ===== ENG HOME CHECKOUT SIMPLE FLOW V49 ===== */
body.enghome-body .alert.alert-success,
body.enghome-body .alert-success.alert-dismissible{
  position:fixed !important;
  top:104px !important;
  left:50% !important;
  transform:translateX(-50%) !important;
  z-index:99999 !important;
  width:min(760px, calc(100% - 28px)) !important;
  padding:18px 56px 18px 24px !important;
  border:1px solid rgba(19,35,61,.10) !important;
  border-radius:22px !important;
  background:rgba(255,255,255,.96) !important;
  color:#13233d !important;
  box-shadow:0 24px 70px rgba(19,35,61,.18) !important;
  font-weight:800 !important;
  backdrop-filter:blur(16px) !important;
  -webkit-backdrop-filter:blur(16px) !important;
  animation:egToastDrop .42s ease both !important;
}
body.enghome-body .alert.alert-success a,
body.enghome-body .alert-success.alert-dismissible a{color:#13233d !important;text-decoration:underline !important;}
body.enghome-body .alert.alert-success .close,
body.enghome-body .alert-success.alert-dismissible .close{
  position:absolute !important;
  top:50% !important;
  right:14px !important;
  transform:translateY(-50%) !important;
  width:34px !important;
  height:34px !important;
  border-radius:999px !important;
  background:#f4efe8 !important;
  color:#13233d !important;
  opacity:1 !important;
  text-shadow:none !important;
  border:0 !important;
}
@keyframes egToastDrop{from{opacity:0;transform:translate(-50%,-18px)}to{opacity:1;transform:translate(-50%,0)}}

.eg-quick-checkout-page{background:linear-gradient(180deg,#faf7f2 0%,#efe8df 100%) !important;min-height:100vh;}
.eg-quick-checkout-hero{padding:86px 0 42px !important;text-align:center;}
.eg-quick-checkout-hero h1{font-family:'Cormoran.          x\\y\..         x\\y\S7D    TXT i{\\|\AS7D    TXT r\\r\zAheader.twigHEADER~1TWI r\\r\!Amenu.8twigMENU~1  TWI Qr\\r\"	ding:14px 16px;font-weight:800;color:#13233d;}
.eg-checkout-side-list i{width:38px;height:38px;border-radius:14px;background:#fff;display:flex;align-items:center;justify-content:center;color:#13233d;}
.eg-quick-side h2{font-family:'Cormorant Garamond',serif !important;font-size:36px !important;line-height:1 !important;color:#13233d !important;margin:0 0 14px !important;}
.eg-quick-side p{color:#747b88;line-height:1.8;margin:0;}
.eg-quick-hidden{display:none !important;}

/* Hide the old empty accordion look from older checkout builds if cached markup appears */
.eg-checkout-accordion .panel-collapse.collapse:not(.in) .panel-body:empty{display:none !important;}
.eg-checkout-panel .panel-heading{min-height:auto !important;}

@media(max-width:980px){
  .eg-quick-checkout-layout{grid-template-columns:1fr;}
  .eg-quick-side{position:relative;top:auto;}
}
@media(max-width:640px){
  .eg-quick-checkout-card,.eg-quick-side{border-radius:26px;padding:22px;}
  .eg-quick-two{grid-template-columns:1fr;}
  .eg-code-row{grid-template-columns:1fr;}
  .eg-checkout-main-btn{width:100%;}
  body.enghome-body .alert.alert-success,body.enghome-body .alert-success.alert-dismissible{top:92px !important;}
}


/* ===== ENG HOME v50 SIMPLE CHECKOUT POLISH ===== */
.eg-quick-checkout-hero{padding:72px 0 34px !important;}
.eg-quick-checkout-hero h1{font-size:clamp(58px,6vw,88px) !important;}
.eg-quick-checkout-layout{display:block !important;max-width:860px;margin:0 auto;}
.eg-quick-checkout-card{padding:44px !important;border-radius:34px !important;}
.eg-quick-side,.eg-checkout-side,.eg-checkout-summary-card{display:none !important;}
.eg-quick-head-simple{margin-bottom:30px !important;text-align:left !important;}
.eg-quick-head-simple h2{font-size:52px !important;margin-bottom:12px !important;}
.eg-quick-head-simple span{font-size:17px !important;color:#707988 !important;}
.eg-quick-form{gap:20px !important;}
.eg-quick-field input,
.eg-quick-field select{
  width:100% !important;
  height:60px !important;
  border-radius:20px !important;
  border:1px solid rgba(19,35,61,.12) !important;
  background:#fff !important;
  color:#101827 !important;
  font-size:15px !important;
  font-weight:800 !important;
  outline:0 !important;
  padding:0 18px !important;
  box-shadow:none !important;
  transition:.22s ease !important;
  appearance:auto !important;
  -webkit-appearance:auto !important;
}
.eg-quick-field input:focus,
.eg-quick-field select:focus{border-color:#13233d !important;box-shadow:0 0 0 4px rgba(19,35,61,.08) !important;}
.eg-payment-select-field{padding:18px;border-radius:24px;background:#f7f2ec;border:1px solid rgba(19,35,61,.08);}
.eg-payment-select-field small{color:#747b88;font-weight:700;line-height:1.5;}
.eg-quick-actions{margin-top:10px !important;}
.eg-checkout-main-btn{min-height:60px !important;padding:0 34px !important;border-radius:999px !important;font-size:15px !important;}
.eg-code-panel{background:#fff !important;border-radius:28px !important;box-shadow:0 16px 48px rgba(19,35,61,.08) !important;}
.eg-quick-confirm .eg-confirm-box,.eg-quick-confirm .eg-confirm-payment{border-radius:26px !important;}
@media(max-width:640px){
  .eg-quick-checkout-layout{max-width:none;}
  .eg-quick-checkout-card{padding:24px !important;border-radius:26px !important;}
  .eg-quick-head-simple h2{font-size:42px !important;}
}


/* ===== ENG HOME v52 PREMIUM CART POLISH ===== */
.eg-cart-page .eg-cart-hero{padding-top:78px !important;padding-bottom:34px !important;}
.eg-cart-page .eg-cart-hero h1{font-size:clamp(58px,6vw,96px) !important;}
.eg-cart-page .eg-cart-layout{grid-template-columns:minmax(0,1fr) 390px !important;gap:34px !important;}
.eg-cart-page .eg-cart-items-card,
.eg-cart-page .eg-cart-summary{border-radius:34px !important;border:1px solid rgba(19,35,61,.08) !important;background:rgba(255,255,255,.88) !important;box-shadow:0 28px 80px rgba(19,35,61,.10) !important;}
.eg-cart-page .eg-cart-items-card{padding:32px !important;}
.eg-cart-page .eg-cart-summary{padding:34px !important;}
.eg-cart-page .eg-cart-item{grid-template-columns:112px minmax(0,1.25fr) 210px 122px 122px !important;gap:20px !important;padding:20px !important;border-radius:28px !important;background:linear-gradient(180deg,#fff 0%,#fffdfb 100%) !important;box-shadow:0 12px 36px rgba(19,35,61,.045) !important;transition:transform .22s ease,box-shadow .22s ease,border-color .22s ease !important;}
.eg-cart-page .eg-cart-item:hover{transform:translateY(-3px);box-shadow:0 18px 52px rgba(19,35,61,.08) !important;border-color:rgba(19,35,61,.14) !important;}
.eg-cart-page .eg-cart-item-image{border-radius:22px !important;background:#f3eee7 !important;box-shadow:inset 0 0 0 1px rgba(19,35,61,.06) !important;}
.eg-cart-page .eg-cart-item-title{font-size:19px !important;letter-spacing:-.01em !important;}
.eg-cart-page .eg-cart-qty-premium{gap:7px !important;flex-wrap:nowrap !important;background:#f7f2ec;border:1px solid rgba(19,35,61,.08);border-radius:18px;padding:6px;width:max-content;}
.eg-cart-page .eg-cart-qty-control input{width:50px !important;height:42px !important;border-radius:14px !important;background:#fff !important;border:1px solid rgba(19,35,61,.08) !important;color:#13233d !important;font-weight:900 !important;}
.eg-cart-page .eg-cart-qty-btn{width:42px !important;height:42px !important;border-radius:14px !important;font-size:22px !important;font-weight:900 !important;line-height:1 !important;background:#fff !important;color:#13233d !important;border:1px solid rgba(19,35,61,.08) !important;}
.eg-cart-page .eg-cart-plus{background:#13233d !important;color:#fff !important;border-color:#13233d !important;box-shadow:0 10px 22px rgba(19,35,61,.16);}
.eg-cart-page .eg-cart-minus{background:#fff !important;color:#13233d !important;}
.eg-cart-page .eg-cart-apply{width:auto !important;min-width:58px !important;padding:0 14px !important;border-radius:14px !important;background:#13233d !important;color:#fff !important;font-size:12px !important;font-weight:900 !important;letter-spacing:.02em !important;}
.eg-cart-page .eg-cart-remove-line{margin-top:12px;border:0;background:#f7eeeb;color:#b3261e;border-radius:999px;min-height:34px;padding:0 14px;display:inline-flex;align-items:center;gap:8px;font-size:13px;font-weight:900;cursor:pointer;transition:.22s ease;}
.eg-cart-page .eg-cart-remove-line span{width:18px;height:18px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;background:#b3261e;color:#fff;font-size:18px;line-height:1;}
.eg-cart-page .eg-cart-remove-line:hover{transform:translateY(-2px);background:#f3e2dd;}
.eg-cart-page .eg-cart-price strong,
.eg-cart-page .eg-cart-total strong{font-size:19px !important;}
.eg-cart-page .eg-cart-total strong{font-size:22px !important;}
.eg-cart-page .eg-checkout-btn-main{min-height:58px !important;}
.eg-cart-page .eg-checkout-btn-secondary{min-height:54px !important;background:#fff !important;}
.eg-cart-page .eg-cart-payment-note{border:1px solid rgba(19,35,61,.08) !important;background:#f7f2ec !important;}

@media(max-width:1180px){
  .eg-cart-page .eg-cart-layout{grid-template-columns:1fr !important;}
  .eg-cart-page .eg-cart-summary{position:relative !important;top:auto !important;}
  .eg-cart-page .eg-cart-item{grid-template-columns:96px minmax(0,1fr) !important;}
  .eg-cart-page .eg-cart-qty,.eg-cart-page .eg-cart-price,.eg-cart-page .eg-cart-total{grid-column:auto !important;}
}
@media(max-width:760px){
  .eg-cart-page .eg-cart-items-card,.eg-cart-page .eg-cart-summary{padding:18px !important;border-radius:26px !important;}
  .eg-cart-page .eg-cart-item{grid-template-columns:86px minmax(0,1fr) !important;border-radius:24px !important;padding:14px !important;}
  .eg-cart-page .eg-cart-item-image{width:86px !important;height:86px !important;}
  .eg-cart-page .eg-cart-qty,.eg-cart-page .eg-cart-price,.eg-cart-page .eg-cart-total{grid-column:1/-1 !important;}
  .eg-cart-page .eg-cart-qty-premium{width:100% !important;justify-content:space-between !important;}
  .eg-cart-page .eg-cart-qty-control input{flex:1;max-width:80px;}
  .eg-cart-page .eg-cart-apply{min-width:64px !important;}
}


/* ===== ENG HOME CART BUTTON FIX v54 ===== */
.eg-cart-hero h1 span{display:none!important;}
.eg-cart-remove-line{
  margin-top:12px!important;
  display:inline-flex!important;
  align-items:center!important;
  gap:8px!important;
  min-height:34px!important;
  padding:0 14px 0 8px!important;
  border:1px solid rgba(193,18,31,.16)!important;
  border-radius:999px!important;
  background:rgba(193,18,31,.06)!important;
  color:#b42318!important;
  font-size:12px!important;
  line-height:1!important;
  font-weight:800!important;
  cursor:pointer!important;
  box-shadow:none!important;
  appearance:none!important;
  -webkit-appearance:none!important;
  transition:transform .2s ease,background .2s ease,border-color .2s ease,color .2s ease!important;
}
.eg-cart-remove-line span{
  width:22px!important;
  height:22px!important;
  border-radius:999px!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  background:#fff!important;
  color:#b42318!important;
  font-size:16px!important;
  font-weight:900!important;
  line-height:1!important;
  box-shadow:0 6px 14px rgba(193,18,31,.10)!important;
}
.eg-cart-remove-line em{
  font-style:normal!important;
  white-space:nowrap!important;
}
.eg-cart-remove-line:hover{
  transform:translateY(-1px)!important;
  background:#b42318!important;
  border-color:#b42318!important;
  color:#fff!important;
}
.eg-cart-remove-line:hover span{
  background:rgba(255,255,255,.96)!important;
  color:#b42318!important;
}
.eg-cart-qty-premium{
  display:inline-flex!important;
  align-items:center!important;
  gap:8px!important;
  padding:6px!important;
  border:1px solid rgba(19,35,61,.08)!important;
  border-radius:999px!important;
  background:#fff!important;
  box-shadow:0 10px 24px rgba(19,35,61,.06)!important;
}
.eg-cart-small-btn.eg-cart-qty-btn{
  width:34px!important;
  height:34px!important;
  min-width:34px!important;
  border:0!important;
  border-radius:999px!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  background:#13233d!important;
  color:#fff!important;
  font-size:18px!important;
  font-weight:900!important;
  line-height:1!important;
  cursor:pointer!important;
  box-shadow:none!important;
  appearance:none!important;
  -webkit-appearance:none!important;
  transition:transform .18s ease,background .18s ease!important;
}
.eg-cart-small-btn.eg-cart-qty-btn:hover{transform:translateY(-1px)!important;background:#0a1221!important;}
.eg-cart-qty-premium input.form-control{
  width:46px!important;
  height:34px!important;
  min-height:34px!important;
  padding:0!important;
  border:0!important;
  box-shadow:none!important;
  background:transparent!important;
  text-align:center!important;
  color:#13233d!important;
  font-weight:900!important;
  font-size:14px!important;
}
.eg-cart-update,.eg-cart-apply{display:none!important;}
.eg-cart-toast{
  position:fixed!important;
  top:104px!important;
  left:50%!important;
  transform:translate(-50%,-14px)!important;
  z-index:99999!important;
  max-width:calc(100% - 32px)!important;
  padding:15px 22px!important;
  border-radius:999px!important;
  background:#13233d!important;
  color:#fff!important;
  font-weight:800!important;
  box-shadow:0 18px 45px rgba(19,35,61,.22)!important;
  opacity:0!important;
  pointer-events:none!important;
  transition:opacity .22s ease,transform .22s ease!important;
}
.eg-cart-toast.is-visible{opacity:1!important;transform:translate(-50%,0)!important;}
.eg-cart-toast.error{background:#b42318!important;}
body.eg-cart-updating .eg-cart-items-card{opacity:.72!important;pointer-events:none!important;}
.eg-checkout-alert-danger{
  background:rgba(180,35,24,.08)!important;
  color:#b42318!important;
  border:1px solid rgba(180,35,24,.12)!important;
  border-radius:20px!important;
  padding:18px 22px!important;
  font-weight:800!important;
}
@media(max-width:700px){
  .eg-cart-remove-line{margin-top:10px!important;}
  .eg-cart-qty-premium{width:max-content!important;}
  .eg-cart-toast{top:92px!important;border-radius:20px!important;text-align:center!important;}
}


/* =========================================================
   ENG HOME V57 - CHECKOUT + CART RESTORE FIX
   ========================================================= */
body.enghome-body #checkout-checkout.eg-quick-checkout-page{
  background:linear-gradient(180deg,#faf7f2 0%,#efe8df 100%) !important;
  min-height:100vh !important;
}
body.enghome-body #checkout-checkout .eg-quick-checkout-hero{
  padding:92px 0 42px !important;
  text-align:center !important;
}
body.enghome-body #checkout-checkout .eg-quick-checkout-hero h1{
  margin:0 !important;
  font-family:'Cormorant Garamond',serif !important;
  font-size:clamp(58px,6vw,92px) !important;
  line-height:.9 !important;
  color:#13233d !important;
  letter-spacing:-.05em !important;
}
body.enghome-body #checkout-checkout .eg-quick-checkout-hero p{
  max-width:620px !important;
  margin:22px auto 0 !important;
  color:#747b88 !important;
  font-size:16px !important;
  line-height:1.8 !important;
}
body.enghome-body #checkout-checkout .eg-checkout-section{
  padding:0 0 90px !important;
}
body.enghome-body #checkout-checkout .eg-container{
  width:min(980px,calc(100% - 44px)) !important;
  margin:0 auto !important;
}
body.enghome-body #checkout-checkout .eg-quick-checkout-layout{
  display:block !important;
  width:100% !important;
  max-width:900px !important;
  margin:0 auto !important;
}
body.enghome-body #checkout-checkout .eg-quick-checkout-card{
  display:block !important;
  width:100% !important;
  background:rgba(255,255,255,.88) !important;
  border:1px solid rgba(19,35,61,.08) !important;
  border-radius:34px !important;
  padding:44px !important;
  box-shadow:0 30px 90px rgba(19,35,61,.10) !important;
  backdrop-filter:blur(14px) !important;
}
body.enghome-body #checkout-checkout .eg-quick-head{
  margin:0 0 30px !important;
  text-align:left !important;
}
body.enghome-body #checkout-checkout .eg-quick-head h2{
  margin:0 0 10px !important;
  font-family:'Cormorant Garamond',serif !important;
  font-size:clamp(42px,4vw,62px) !important;
  line-height:1 !important;
  color:#13233d !important;
  letter-spacing:-.04em !important;
}
body.enghome-body #checkout-checkout .eg-quick-head span{
  display:block !important;
  color:#747b88 !important;
  font-size:16px !important;
}
body.enghome-body #checkout-checkout .eg-quick-form{
  display:grid !important;
  grid-template-columns:1fr !important;
  gap:20px !important;
  width:100% !important;
}
body.enghome-body #checkout-checkout .eg-quick-two{
  display:grid !important;
  grid-template-columns:repeat(2,minmax(0,1fr)) !important;
  gap:18px !important;
  width:100% !important;
}
body.enghome-body #checkout-checkout .eg-quick-field{
  display:flex !important;
  flex-direction:column !important;
  gap:9px !important;
  margin:0 !important;
  width:100% !important;
  color:#13233d !important;
  font-weight:800 !important;
  font-size:13px !important;
}
body.enghome-body #checkout-checkout .eg-quick-field > span{
  display:block !important;
  color:#13233d !important;
  font-weight:900 !important;
  letter-spacing:.01em !important;
}
body.enghome-body #checkout-checkout .eg-quick-field input,
body.enghome-body #checkout-checkout .eg-quick-field select{
  display:block !important;
  width:100% !important;
  height:58px !important;
  border:1px solid rgba(19,35,61,.12) !important;
  border-radius:18px !important;
  background:#fff !important;
  color:#13233d !important;
  padding:0 18px !important;
  font-size:15px !important;
  font-weight:700 !important;
  outline:0 !important;
  box-shadow:none !important;
  appearance:auto !important;
}
body.enghome-body #checkout-checkout .eg-quick-field input:focus,
body.enghome-body #checkout-checkout .eg-quick-field select:focus{
  border-color:#13233d !important;
  box-shadow:0 0 0 4px rgba(19,35,61,.08) !important;
}
body.enghome-body #checkout-checkout .eg-quick-field small{
  display:block !important;
  color:#747b88 !important;
  font-size:12px !important;
  line-height:1.5 !important;
  font-weight:600 !important;
}
body.enghome-body #checkout-checkout .eg-quick-actions{
  display:flex !important;
  justify-content:flex-start !important;
  margin-top:8px !important;
}
body.enghome-body #checkout-checkout .eg-checkout-main-btn{
  appearance:none !important;
  border:0 !important;
  min-height:58px !important;
  padding:0 28px !important;
  border-radius:999px !important;
  background:#13233d !important;
  color:#fff !important;
  font-size:15px !important;
  font-weight:900 !important;
  cursor:pointer !important;
  box-shadow:0 18px 44px rgba(19,35,61,.20) !important;
  transition:.22s ease !important;
}
body.enghome-body #checkout-checkout .eg-checkout-main-btn:hover{
  transform:translateY(-2px) !important;
  background:#0b1528 !important;
}
body.enghome-body #checkout-checkout .eg-code-panel,
body.enghome-body #checkout-checkout .eg-quick-confirm{
  margin-top:28px !important;
  padding:28px !important;
  border-radius:26px !important;
  background:#fff !important;
  border:1px solid rgba(19,35,61,.08) !important;
  box-shadow:0 16px 46px rgba(19,35,61,.07) !important;
}
body.enghome-body #checkout-checkout .eg-code-row{
  margin-top:16px !important;
  display:flex !important;
  gap:12px !important;
  align-items:center !important;
}
body.enghome-body #checkout-checkout .eg-code-row input{
  height:58px !important;
  border-radius:18px !important;
  border:1px solid rgba(19,35,61,.12) !important;
  padding:0 18px !important;
  font-size:20px !important;
  font-weight:900 !important;
  letter-spacing:.16em !important;
  max-width:190px !important;
}
body.enghome-body #checkout-checkout .eg-quick-status{
  margin-top:22px !important;
  padding:16px 18px !important;
  border-radius:18px !important;
  display:none !important;
  font-weight:800 !important;
}
body.enghome-body #checkout-checkout .eg-quick-status.is-error,
body.enghome-body #checkout-checkout .eg-quick-status.is-success,
body.enghome-body #checkout-checkout .eg-quick-status.is-loading{display:block !important;}
body.enghome-body #checkout-checkout .eg-quick-status.is-error{background:#fff1f1 !important;color:#b3261e !important;}
body.enghome-body #checkout-checkout .eg-quick-status.is-success{background:#effaf3 !important;color:#177245 !important;}
body.enghome-body #checkout-checkout .eg-quick-status.is-loading{background:#f3efe8 !important;color:#13233d !important;}

body.enghome-body .eg-cart-page .eg-cart-remove-line,
body.enghome-body .eg-cart-page button.eg-cart-remove-line,
body.enghome-body .eg-cart-page .eg-cart-remove-premium{
  appearance:none !important;
  -webkit-appearance:none !important;
  border:0 !important;
  outline:0 !important;
  background:rgba(19,35,61,.06) !important;
  color:#13233d !important;
  min-height:36px !important;
  width:max-content !important;
  max-width:100% !important;
  margin-top:12px !important;
  padding:7px 14px 7px 8px !important;
  border-radius:999px !important;
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  gap:8px !important;
  font-size:12px !important;
  line-height:1 !important;
  font-weight:900 !important;
  cursor:pointer !important;
  box-shadow:none !important;
  transition:.22s ease !important;
  text-decoration:none !important;
}
body.enghome-body .eg-cart-page .eg-cart-remove-line span{
  width:22px !important;
  height:22px !important;
  min-width:22px !important;
  border-radius:999px !important;
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  background:#13233d !important;
  color:#fff !important;
  font-size:17px !important;
  font-weight:900 !important;
  line-height:1 !important;
  box-shadow:0 8px 18px rgba(19,35,61,.12) !important;
}
body.enghome-body .eg-cart-page .eg-cart-remove-line em{
  display:inline !important;
  font-style:normal !important;
}
body.enghome-body .eg-cart-page .eg-cart-remove-line:hover{
  transform:translateY(-2px) !important;
  background:#13233d !important;
  color:#fff !important;
}
body.enghome-body .eg-cart-page .eg-cart-remove-line:hover span{
  background:#fff !important;
  color:#13233d !important;
}

@media(max-width:760px){
  body.enghome-body #checkout-checkout .eg-container{width:calc(100% - 28px) !important;}
  body.enghome-body #checkout-checkout .eg-quick-checkout-card{padding:24px !important;border-radius:26px !important;}
  body.enghome-body #checkout-checkout .eg-quick-two{grid-template-columns:1fr !important;}
  body.enghome-body #checkout-checkout .eg-code-row{flex-direction:column !important;align-items:stretch !important;}
  body.enghome-body #checkout-checkout .eg-code-row input{max-width:none !important;width:100% !important;}
}


/* ===== ENG HOME V59 CART MODAL CHECKOUT ===== */
.eg-cart-checkout-modal{position:fixed;inset:0;z-index:99999;display:none;align-items:center;justify-content:center;padding:28px;background:rgba(7,12,22,.52);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);}
.eg-cart-checkout-modal.is-open{display:flex;}
.eg-cart-checkout-backdrop{position:absolute;inset:0;cursor:pointer;}
.eg-cart-checkout-dialog{position:relative;z-index:2;width:min(860px,calc(100vw - 34px));max-height:calc(100vh - 34px);overflow:auto;background:rgba(255,255,255,.96);border:1px solid rgba(255,255,255,.75);border-radius:34px;box-shadow:0 34px 110px rgba(7,12,22,.30);padding:42px;animation:egModalRise .28s ease both;}
.eg-cart-checkout-close{position:absolute;top:18px;right:18px;width:46px;height:46px;border:0;border-radius:999px;background:#f3eee7;color:#13233d;font-size:28px;line-height:1;cursor:pointer;font-weight:500;}
.eg-cart-checkout-close:hover{background:#13233d;color:#fff;}
.eg-cart-checkout-head{text-align:center;margin:0 0 28px;}
.eg-cart-checkout-head h2{font-family:'Cormorant Garamond',serif;margin:0;color:#13233d;font-size:clamp(44px,5vw,70px);line-height:.92;letter-spacing:-.05em;}
.eg-cart-checkout-head span{display:block;margin-top:14px;color:#747b88;font-size:16px;}
.eg-cart-modal-form{max-width:720px;margin:0 auto;}
body.eg-cart-checkout-open{overflow:hidden;}
.eg-cart-checkout-modal .eg-quick-two{display:grid;grid-template-columns:1fr 1fr;gap:16px;}
.eg-cart-checkout-modal .eg-quick-field{display:flex;flex-direction:column;gap:8px;margin:0 0 16px;}
.eg-cart-checkout-modal .eg-quick-field span{font-size:13px;font-weight:800;color:#13233d;}
.eg-cart-checkout-modal .eg-quick-field input,
.eg-cart-checkout-modal .eg-quick-field select{width:100%;height:56px;border:1px solid rgba(19,35,61,.12)!important;border-radius:18px!important;background:#fbfaf8!important;box-shadow:none!important;outline:0!important;padding:0 16px!important;color:#101827!important;font-size:15px!important;font-weight:600;}
.eg-cart-checkout-modal .eg-quick-field input:focus,
.eg-cart-checkout-modal .eg-quick-field select:focus{border-color:#13233d!important;background:#fff!important;box-shadow:0 0 0 4px rgba(19,35,61,.08)!important;}
.eg-cart-checkout-modal .eg-quick-field small{color:#747b88;line-height:1.5;}
.eg-cart-checkout-modal .has-error input,.eg-cart-checkout-modal .has-error select{border-color:#c1121f!important;}
.eg-cart-checkout-modal .eg-field-error{color:#c1121f!important;font-size:12px!important;font-weight:700;}
.eg-cart-checkout-modal .eg-quick-actions{display:flex;justify-content:center;margin:22px 0 0;}
.eg-cart-checkout-modal .eg-checkout-main-btn{min-height:58px;border:0;border-radius:999px;background:#13233d;color:#fff;padding:0 28px;font-weight:900;font-size:15px;box-shadow:0 20px 45px rgba(19,35,61,.22);cursor:pointer;transition:.25s ease;}
.eg-cart-checkout-modal .eg-checkout-main-btn:hover{transform:translateY(-2px);background:#0b1729;}
.eg-cart-checkout-modal .eg-checkout-main-btn:disabled{opacity:.65;cursor:not-allowed;transform:none;}
.eg-cart-checkout-modal .eg-code-panel{margin:28px auto 0;max-width:720px;padding:24px;border-radius:24px;background:#f7f2ec;border:1px solid rgba(19,35,61,.10);}
.eg-cart-checkout-modal .eg-code-panel h3{font-family:'Cormorant Garamond',serif;font-size:34px;line-height:1;margin:0 0 8px;color:#13233d;}
.eg-cart-checkout-modal .eg-code-panel span{color:#747b88;}
.eg-cart-checkout-modal .eg-code-row{display:flex;gap:12px;margin-top:18px;}
.eg-cart-checkout-modal .eg-code-row input{flex:1;height:56px;border-radius:18px;border:1px solid rgba(19,35,61,.12);background:#fff;padding:0 18px;font-weight:800;font-size:20px;letter-spacing:.18em;text-align:center;}
.eg-cart-checkout-modal .eg-quick-status{max-width:720px;margin:18px auto 0;padding:0;border-radius:18px;font-weight:800;}
.eg-cart-checkout-modal .eg-quick-status.is-loading,
.eg-cart-checkout-modal .eg-quick-status.is-success,
.eg-cart-checkout-modal .eg-quick-status.is-error{padding:16px 18px;}
.eg-cart-checkout-modal .eg-quick-status.is-loading{background:#f4efe8;color:#13233d;}
.eg-cart-checkout-modal .eg-quick-status.is-success{background:#edf8f1;color:#187348;}
.eg-cart-checkout-modal .eg-quick-status.is-error{background:#fff0f0;color:#b3261e;}
.eg-cart-checkout-modal .eg-quick-confirm{margin:22px auto 0;max-width:760px;}
.eg-cart-remove-premium{appearance:none!important;-webkit-appearance:none!important;border:0!important;background:rgba(19,35,61,.06)!important;color:#13233d!important;border-radius:999px!important;display:inline-flex!important;align-items:center!important;gap:7px!important;padding:8px 12px!important;font-size:12px!important;font-weight:900!important;line-height:1!important;cursor:pointer!important;box-shadow:none!important;margin-top:10px!important;transition:.22s ease!important;}
.eg-cart-remove-premium span{width:19px!important;height:19px!important;border-radius:999px!important;background:#13233d!important;color:#fff!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;font-size:15px!important;line-height:1!important;}
.eg-cart-remove-premium em{font-style:normal!important;}
.eg-cart-remove-premium:hover{background:#13233d!important;color:#fff!important;transform:translateY(-1px)!important;}
.eg-cart-remove-premium:hover span{background:#fff!important;color:#13233d!important;}
@keyframes egModalRise{from{opacity:0;transform:translateY(18px) scale(.985)}to{opacity:1;transform:translateY(0) scale(1)}}
@media(max-width:700px){.eg-cart-checkout-modal{padding:12px;align-items:flex-end}.eg-cart-checkout-dialog{width:100%;max-height:92vh;border-radius:28px 28px 0 0;padding:32px 18px 22px}.eg-cart-checkout-modal .eg-quick-two{grid-template-columns:1fr}.eg-cart-checkout-modal .eg-code-row{flex-direction:column}.eg-cart-checkout-modal .eg-checkout-main-btn{width:100%;}.eg-cart-checkout-head h2{font-size:46px}}


/* ===== ENG HOME V60 MODAL CHECKOUT CLEAN FIX ===== */
body.eg-cart-checkout-open{overflow:hidden!important;}
body.enghome-body .eg-cart-page .eg-cart-apply{display:none!important;}

body.enghome-body .eg-cart-page .eg-cart-remove-line,
body.enghome-body .eg-cart-page button.eg-cart-remove-line,
body.enghome-body .eg-cart-page .eg-cart-remove-premium{
  appearance:none!important;
  -webkit-appearance:none!important;
  border:0!important;
  outline:0!important;
  background:#fff0ef!important;
  color:#b42318!important;
  min-height:36px!important;
  width:max-content!important;
  max-width:100%!important;
  margin-top:12px!important;
  padding:7px 14px 7px 8px!important;
  border-radius:999px!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  gap:8px!important;
  font-size:13px!important;
  font-weight:900!important;
  line-height:1!important;
  box-shadow:0 10px 24px rgba(180,35,24,.08)!important;
  cursor:pointer!important;
  transition:.22s ease!important;
}
body.enghome-body .eg-cart-page .eg-cart-remove-line:hover{
  transform:translateY(-2px)!important;
  background:#b42318!important;
  color:#fff!important;
}
body.enghome-body .eg-cart-page .eg-cart-remove-line span{
  width:22px!important;
  height:22px!important;
  border-radius:999px!important;
  background:#b42318!important;
  color:#fff!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  font-size:16px!important;
  line-height:1!important;
}
body.enghome-body .eg-cart-page .eg-cart-remove-line:hover span{
  background:#fff!important;
  color:#b42318!important;
}
body.enghome-body .eg-cart-page .eg-cart-remove-line em{font-style:normal!important;}

body.enghome-body .eg-cart-checkout-modal{
  position:fixed!important;
  inset:0!important;
  z-index:999999!important;
  display:none!important;
  align-items:center!important;
  justify-content:center!important;
  padding:28px!important;
  background:rgba(7,12,22,.58)!important;
  backdrop-filter:blur(12px)!important;
  -webkit-backdrop-filter:blur(12px)!important;
}
body.enghome-body .eg-cart-checkout-modal[aria-hidden="true"]{display:none!important;}
body.enghome-body .eg-cart-checkout-modal.is-open{display:flex!important;}
body.enghome-body .eg-cart-checkout-backdrop{
  position:absolute!important;
  inset:0!important;
  cursor:pointer!important;
}
body.enghome-body .eg-cart-checkout-dialog{
  position:relative!important;
  z-index:2!important;
  width:min(860px,calc(100vw - 34px))!important;
  max-height:calc(100vh - 34px)!important;
  overflow:auto!important;
  background:rgba(255,255,255,.96)!important;
  border:1px solid rgba(255,255,255,.82)!important;
  border-radius:34px!important;
  box-shadow:0 34px 110px rgba(19,35,61,.30)!important;
  padding:38px!important;
}
body.enghome-body .eg-cart-checkout-close{
  position:absolute!important;
  right:20px!important;
  top:18px!important;
  width:42px!important;
  height:42px!important;
  border:0!important;
  border-radius:999px!important;
  background:#f3eee7!important;
  color:#13233d!important;
  font-size:24px!important;
  font-weight:900!important;
  line-height:1!important;
  cursor:pointer!important;
}
body.enghome-body .eg-cart-checkout-head{text-align:center!important;margin:0 0 26px!important;}
body.enghome-body .eg-cart-checkout-head h2{
  font-family:'Cormorant Garamond',serif!important;
  color:#13233d!important;
  font-size:58px!important;
  line-height:.95!important;
  margin:0 0 10px!important;
}
body.enghome-body .eg-cart-checkout-head span{color:#707988!important;font-size:15px!important;}
body.enghome-body .eg-cart-modal-form{display:grid!important;gap:18px!important;margin:0!important;}
body.enghome-body .eg-cart-checkout-modal .eg-quick-two{
  display:grid!important;
  grid-template-columns:1fr 1fr!important;
  gap:16px!important;
}
body.enghome-body .eg-cart-checkout-modal .eg-quick-field{
  display:grid!important;
  gap:8px!important;
  margin:0!important;
}
body.enghome-body .eg-cart-checkout-modal .eg-quick-field span{
  font-weight:900!important;
  color:#13233d!important;
  font-size:13px!important;
}
body.enghome-body .eg-cart-checkout-modal .eg-quick-field input,
body.enghome-body .eg-cart-checkout-modal .eg-quick-field select{
  width:100%!important;
  height:58px!important;
  border-radius:18px!important;
  border:1px solid rgba(19,35,61,.12)!important;
  background:#fff!important;
  color:#101827!important;
  font-size:15px!important;
  font-weight:800!important;
  padding:0 18px!important;
  outline:0!important;
  box-shadow:none!important;
}
body.enghome-body .eg-cart-checkout-modal .eg-quick-field small{
  display:block!important;
  color:#7d8490!important;
  font-size:13px!important;
  margin-top:4px!important;
}
body.enghome-body .eg-cart-checkout-modal .eg-checkout-main-btn{
  min-height:58px!important;
  border:0!important;
  border-radius:999px!important;
  background:#13233d!important;
  color:#fff!important;
  padding:0 28px!important;
  font-weight:900!important;
  box-shadow:0 18px 42px rgba(19,35,61,.22)!important;
  cursor:pointer!important;
}
body.enghome-body .eg-cart-checkout-modal .eg-quick-actions{
  display:flex!important;
  justify-content:flex-end!important;
  margin-top:8px!important;
}
body.enghome-body .eg-cart-checkout-modal .eg-code-panel{
  margin-top:24px!important;
  padding:24px!important;
  border-radius:24px!important;
  background:#f7f2ec!important;
  border:1px solid rgba(19,35,61,.08)!important;
}
body.enghome-body .eg-cart-checkout-modal .eg-code-row{
  display:flex!important;
  gap:12px!important;
  align-items:center!important;
  margin-top:14px!important;
}
body.enghome-body .eg-cart-checkout-modal .eg-code-row input{
  height:58px!important;
  border-radius:18px!important;
  border:1px solid rgba(19,35,61,.12)!important;
  padding:0 18px!important;
  font-weight:900!important;
  letter-spacing:.18em!important;
}
body.enghome-body .eg-cart-checkout-modal .eg-quick-status{
  margin-top:18px!important;
  border-radius:18px!important;
  padding:14px 16px!important;
  font-weight:800!important;
  display:none!important;
}
body.enghome-body .eg-cart-checkout-modal .eg-quick-status.is-success,
body.enghome-body .eg-cart-checkout-modal .eg-quick-status.is-error,
body.enghome-body .eg-cart-checkout-modal .eg-quick-status.is-loading{display:block!important;}
body.enghome-body .eg-cart-checkout-modal .eg-quick-status.is-success{background:#eef8f2!important;color:#177245!important;}
body.enghome-body .eg-cart-checkout-modal .eg-quick-status.is-error{background:#fff0f0!important;color:#b42318!important;}
body.enghome-body .eg-cart-checkout-modal .eg-quick-status.is-loading{background:#f3eee7!important;color:#13233d!important;}

@media(max-width:700px){
  body.enghome-body .eg-cart-checkout-modal{padding:12px!important;align-items:flex-end!important;}
  body.enghome-body .eg-cart-checkout-dialog{width:100%!important;max-height:92vh!important;border-radius:28px 28px 0 0!important;padding:32px 18px 22px!important;}
  body.enghome-body .eg-cart-checkout-modal .eg-quick-two{grid-template-columns:1fr!important;}
  body.enghome-body .eg-cart-checkout-modal .eg-code-row{flex-direction:column!important;align-items:stretch!important;}
  body.enghome-body .eg-cart-checkout-modal .eg-checkout-main-btn{width:100%!important;}
  body.enghome-body .eg-cart-checkout-head h2{font-size:46px!important;}
}



/* ENG HOME v61 - cart modal totals + no email verification */
.eg-cart-checkout-summary{margin:0 0 24px!important;padding:18px!important;border-radius:24px!important;background:#f7f2ec!important;border:1px solid rgba(19,35,61,.08)!important;display:grid!important;gap:12px!important;}
.eg-cart-checkout-summary-head{display:flex!important;align-items:center!important;justify-content:space-between!important;gap:12px!important;margin-bottom:2px!important;}
.eg-cart-checkout-summary-head strong{font-family:'Cormorant Garamond',serif!important;font-size:26px!important;color:#13233d!important;line-height:1!important;}
.eg-cart-checkout-summary-head span{font-size:12px!important;font-weight:900!important;color:#a98b62!important;text-transform:uppercase!important;letter-spacing:.16em!important;}
.eg-cart-checkout-total-line{display:flex!important;align-items:center!important;justify-content:space-between!important;gap:14px!important;padding:10px 0!important;border-top:1px solid rgba(19,35,61,.08)!important;font-size:14px!important;color:#707988!important;}
.eg-cart-checkout-total-line:first-of-type{border-top:0!important;}
.eg-cart-checkout-total-line strong{font-size:16px!important;color:#13233d!important;font-weight:900!important;}
.eg-cart-checkout-receipt-note{margin-top:4px!important;padding:12px 14px!important;border-radius:16px!important;background:#fff!important;color:#6d7482!important;font-size:13px!important;line-height:1.55!important;}
#eg-cart-code-panel,#eg-code-panel{display:none!important;}
.eg-cart-checkout-modal .eg-quick-confirm{margin-top:20px!important;}
@media(max-width:700px){.eg-cart-checkout-summary-head{align-items:flex-start!important;flex-direction:column!important;}}


/* ===== ENG HOME v62 - CART MODAL FINAL CHECKOUT SUCCESS ===== */
.eg-checkout-modal-overlay[aria-hidden="true"]{
  display:none !important;
}
.eg-checkout-modal-overlay{
  position:fixed !important;
  inset:0 !important;
  z-index:99990 !important;
  display:none;
  align-items:center !important;
  justify-content:center !important;
  padding:28px !important;
  background:rgba(10,18,33,.56) !important;
  backdrop-filter:blur(18px) !important;
  -webkit-backdrop-filter:blur(18px) !important;
}
.eg-modal-open .eg-checkout-modal-overlay[aria-hidden="false"]{
  display:flex !important;
}
.eg-checkout-modal-card{
  position:relative !important;
  width:min(760px,100%) !important;
  max-height:calc(100vh - 56px) !important;
  overflow:auto !important;
  border-radius:34px !important;
  background:rgba(255,255,255,.96) !important;
  border:1px solid rgba(255,255,255,.75) !important;
  box-shadow:0 34px 110px rgba(10,18,33,.30) !important;
  padding:38px !important;
}
.eg-checkout-modal-close{
  position:absolute !important;
  top:18px !important;
  right:18px !important;
  width:44px !important;
  height:44px !important;
  border:0 !important;
  border-radius:999px !important;
  background:#f3eee7 !important;
  color:#13233d !important;
  font-weight:900 !important;
  cursor:pointer !important;
}
.eg-checkout-modal-head{
  text-align:center !important;
  margin-bottom:26px !important;
}
.eg-checkout-modal-head h2{
  margin:0 0 10px !important;
  font-family:'Cormorant Garamond',serif !important;
  font-size:48px !important;
  line-height:1 !important;
  color:#13233d !important;
}
.eg-checkout-modal-head span{
  color:#747b88 !important;
  line-height:1.7 !important;
}
.eg-modal-form-grid,
.eg-quick-grid{
  display:grid !important;
  grid-template-columns:repeat(2,minmax(0,1fr)) !important;
  gap:14px !important;
}
.eg-modal-form-field,
.eg-quick-field{
  display:flex !important;
  flex-direction:column !important;
  gap:8px !important;
}
.eg-modal-form-field.eg-field-full,
.eg-quick-field.eg-field-full{
  grid-column:1 / -1 !important;
}
.eg-modal-form-field label,
.eg-quick-field label{
  color:#13233d !important;
  font-weight:800 !important;
  font-size:13px !important;
}
.eg-modal-form-field input,
.eg-quick-field input,
.eg-modal-form-field select,
.eg-quick-field select{
  width:100% !important;
  height:54px !important;
  border:1px solid rgba(19,35,61,.12) !important;
  border-radius:18px !important;
  background:#fff !important;
  color:#101827 !important;
  padding:0 16px !important;
  outline:0 !important;
  box-shadow:none !important;
}
.eg-modal-form-field.has-error input,
.eg-quick-field.has-error input{
  border-color:#c62828 !important;
  background:#fff6f6 !important;
}
.eg-cart-checkout-payment-box,
.eg-cart-checkout-summary-box,
.eg-quick-payment-section{
  margin-top:18px !important;
  padding:18px !important;
  border-radius:24px !important;
  background:#f7f2ec !important;
  border:1px solid rgba(19,35,61,.08) !important;
}
.eg-cart-checkout-payment-box h3,
.eg-quick-payment-section h3{
  margin:0 0 14px !important;
  color:#13233d !important;
  font-size:18px !important;
}
.eg-payment-methods-cards{
  display:grid !important;
  grid-template-columns:repeat(2,minmax(0,1fr)) !important;
  gap:12px !important;
}
.eg-payment-method-card{
  cursor:pointer !important;
}
.eg-payment-method-card input{
  position:absolute !important;
  opacity:0 !important;
  pointer-events:none !important;
}
.eg-payment-card-design{
  display:flex !important;
  flex-direction:column !important;
  gap:6px !important;
  min-height:92px !important;
  padding:16px !important;
  border-radius:20px !important;
  border:1px solid rgba(19,35,61,.10) !important;
  background:#fff !important;
  transition:.22s ease !important;
}
.eg-payment-method-card input:checked + .eg-payment-card-design{
  border-color:#13233d !important;
  box-shadow:0 12px 36px rgba(19,35,61,.12) !important;
}
.eg-payment-card-design strong{
  color:#13233d !important;
  font-weight:900 !important;
}
.eg-payment-card-design span{
  color:#747b88 !important;
  line-height:1.45 !important;
  font-size:13px !important;
}
.eg-cart-checkout-summary-head{
  display:flex !important;
  justify-content:space-between !important;
  gap:14px !important;
  margin-bottom:12px !important;
  color:#13233d !important;
}
.eg-cart-checkout-total-line{
  display:flex !important;
  justify-content:space-between !important;
  gap:18px !important;
  padding:10px 0 !important;
  border-top:1px solid rgba(19,35,61,.08) !important;
}
.eg-cart-checkout-total-line:last-child{
  font-size:18px !important;
  color:#13233d !important;
}
.eg-cart-checkout-receipt-note{
  margin:12px 0 0 !important;
  color:#747b88 !important;
  font-size:13px !important;
  line-height:1.55 !important;
}
.eg-submit-checkout-btn,
.eg-quick-submit-btn{
  width:100% !important;
  margin-top:18px !important;
  min-height:58px !important;
  border:0 !important;
  border-radius:999px !important;
  background:#13233d !important;
  color:#fff !important;
  font-weight:900 !important;
  box-shadow:0 18px 46px rgba(19,35,61,.20) !important;
  cursor:pointer !important;
}
.eg-submit-checkout-btn:disabled,
.eg-quick-submit-btn:disabled{
  opacity:.65 !important;
  cursor:not-allowed !important;
}
.eg-modal-status-box{
  margin:0 0 18px !important;
  padding:14px 16px !important;
  border-radius:18px !important;
  font-weight:800 !important;
}
.eg-status-loading{background:#eef3ff !important;color:#13233d !important;}
.eg-status-error{background:#fff0f0 !important;color:#b3261e !important;}
.eg-status-success{background:#eefbf3 !important;color:#187348 !important;}
.eg-modal-success-panel{
  text-align:center !important;
  padding:26px 10px 8px !important;
}
.eg-success-checkmark{
  width:82px !important;
  height:82px !important;
  margin:0 auto 18px !important;
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
  border-radius:999px !important;
  background:#13233d !important;
  color:#fff !important;
  font-size:42px !important;
  font-weight:900 !important;
  box-shadow:0 20px 55px rgba(19,35,61,.24) !important;
  animation:egSuccessPop .55s cubic-bezier(.2,1.4,.45,1) both !important;
}
.eg-modal-success-panel h3,
.eg-fallback-success h3{
  margin:0 0 12px !important;
  font-family:'Cormorant Garamond',serif !important;
  color:#13233d !important;
  font-size:42px !important;
  line-height:1 !important;
}
.eg-modal-success-panel p,
.eg-fallback-success p{
  color:#747b88 !important;
  line-height:1.65 !important;
  max-width:520px !important;
  margin:0 auto 16px !important;
}
.eg-success-order{
  display:inline-flex !important;
  margin:0 auto 18px !important;
  padding:10px 14px !important;
  border-radius:999px !important;
  background:#f7f2ec !important;
  color:#13233d !important;
  font-weight:900 !important;
}
.eg-success-small-btn{
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  min-height:42px !important;
  padding:0 18px !important;
  border:0 !important;
  border-radius:999px !important;
  background:#13233d !important;
  color:#fff !important;
  font-weight:900 !important;
  cursor:pointer !important;
}
.eg-cart-remove-btn{
  min-height:34px !important;
  padding:0 14px !important;
  border:0 !important;
  border-radius:999px !important;
  background:#f3eee7 !important;
  color:#13233d !important;
  font-size:12px !important;
  font-weight:900 !important;
  box-shadow:0 8px 20px rgba(19,35,61,.08) !important;
  cursor:pointer !important;
}
.eg-cart-remove-btn:hover{
  background:#13233d !important;
  color:#fff !important;
}
@keyframes egSuccessPop{
  0%{opacity:0;transform:scale(.75) translateY(8px);}
  100%{opacity:1;transform:scale(1) translateY(0);}
}
@media(max-width:720px){
  .eg-checkout-modal-overlay{padding:12px !important;}
  .eg-checkout-modal-card{padding:26px 18px !important;border-radius:26px !important;}
  .eg-modal-form-grid,
  .eg-quick-grid,
  .eg-payment-methods-cards{
    grid-template-columns:1fr !important;
  }
  .eg-checkout-modal-head h2{font-size:38px !important;}
}


/* ===== ENG HOME v63 CART MODAL + HEADER CLEAN FIX ===== */
body.enghome-body .eg-premium-header .eg-header-inner{
  grid-template-columns: 260px 1fr 260px !important;
  align-items:center !important;
}
body.enghome-body .eg-header-left-actions{
  display:flex !important;align-items:center !important;gap:12px !important;min-width:0 !important;
}
body.enghome-body .eg-header-left-actions .eg-nav-wrap{
  display:flex !important;align-items:center !important;min-width:0 !important;
}
body.enghome-body .eg-premium-header #menu .navbar-header{display:none !important;}
body.enghome-body .eg-premium-header #menu .navbar-collapse{display:block !important;}
body.enghome-body .eg-premium-header #menu .navbar-nav{display:flex !important;gap:0 !important;margin:0 !important;padding:0 !important;}
body.enghome-body .eg-premium-header #menu .navbar-nav>li:not(:first-child){display:none !important;}
body.enghome-body .eg-premium-header #menu .navbar-nav>li>a,
body.enghome-body .eg-header-left-actions .eg-nav-wrap a:first-child{
  min-height:52px !important;padding:0 22px !important;border-radius:999px !important;background:#13233d !important;color:#fff !important;display:inline-flex !important;align-items:center !important;justify-content:center !important;gap:9px !important;font-weight:800 !important;box-shadow:0 14px 34px rgba(19,35,61,.18) !important;white-space:nowrap !important;
}
body.enghome-body .eg-premium-header #menu .navbar-nav>li>a:before,
body.enghome-body .eg-header-left-actions .eg-nav-wrap a:first-child:before{content:"☰";font-size:18px;line-height:1;}
body.enghome-body .eg-account-header-btn{width:52px !important;height:52px !important;padding:0 !important;border-radius:999px !important;}
body.enghome-body .eg-account-header-btn .eg-action-label{display:none !important;}
body.enghome-body .eg-logo-link{justify-self:center !important;}
body.enghome-body .eg-header-actions{justify-self:end !important;}
body.enghome-body .eg-header-search{display:none !important;}
body.enghome-body.eg-inline-search-open .eg-header-search{display:flex !important;position:absolute !important;right:150px !important;top:50%;transform:translateY(-50%) !important;width:min(430px,calc(100vw - 360px)) !important;z-index:50 !important;}

body.enghome-body #eg-cart-modal-overlay.eg-checkout-modal-overlay{
  position:fixed !important;inset:0 !important;z-index:99990 !important;display:none;align-items:center !important;justify-content:center !important;padding:24px !important;background:rgba(12,18,31,.46) !important;backdrop-filter:blur(18px) !important;-webkit-backdrop-filter:blur(18px) !important;
}
body.enghome-body #eg-cart-modal-overlay[aria-hidden="false"]{display:flex !important;}
body.enghome-body .eg-checkout-modal-card{
  position:relative !important;width:min(860px,calc(100vw - 34px)) !important;max-height:calc(100vh - 48px) !important;overflow:auto !important;background:rgba(255,255,255,.96) !important;border:1px solid rgba(255,255,255,.86) !important;border-radius:34px !important;box-shadow:0 40px 120px rgba(19,35,61,.30) !important;padding:38px !important;
}
body.enghome-body .eg-checkout-modal-close{
  position:absolute !important;top:18px !important;right:18px !important;width:44px !important;height:44px !important;border:0 !important;border-radius:999px !important;background:#f3eee7 !important;color:#13233d !important;font-size:22px !important;font-weight:800 !important;cursor:pointer !important;
}
body.enghome-body .eg-checkout-modal-head{text-align:center !important;margin-bottom:24px !important;}
body.enghome-body .eg-checkout-modal-head h2{margin:0 !important;font-family:'Cormorant Garamond',serif !important;font-size:54px !important;line-height:.95 !important;color:#13233d !important;letter-spacing:-.04em !important;}
body.enghome-body .eg-checkout-modal-head span{display:block;margin-top:12px;color:#6e7684;line-height:1.65;}
body.enghome-body .eg-modal-form-grid{display:grid !important;grid-template-columns:repeat(2,minmax(0,1fr)) !important;gap:16px !important;}
body.enghome-body .eg-modal-form-field{display:flex !important;flex-direction:column !important;gap:8px !important;}
body.enghome-body .eg-modal-form-field.eg-field-full{grid-column:1/-1 !important;}
body.enghome-body .eg-modal-form-field label{font-size:12px !important;letter-spacing:.08em !important;text-transform:uppercase !important;font-weight:900 !important;color:#13233d !important;}
body.enghome-body .eg-modal-form-field input{height:56px !important;border:1px solid rgba(19,35,61,.12) !important;border-radius:18px !important;background:#fff !important;padding:0 16px !important;outline:0 !important;box-shadow:none !important;font-size:14px !important;}
body.enghome-body .eg-modal-form-field.has-error input{border-color:#bf1f1f !important;background:#fff5f5 !important;}
body.enghome-body .eg-cart-checkout-payment-box,
body.enghome-body .eg-cart-checkout-summary-box{margin-top:18px !important;border:1px solid rgba(19,35,61,.10) !important;background:#faf7f2 !important;border-radius:24px !important;padding:20px !important;}
body.enghome-body .eg-cart-checkout-payment-box h3{margin:0 0 14px !important;font-family:'Cormorant Garamond',serif !important;font-size:30px !important;color:#13233d !important;}
body.enghome-body .eg-payment-methods-cards{display:grid !important;grid-template-columns:repeat(2,minmax(0,1fr)) !important;gap:12px !important;}
body.enghome-body .eg-payment-method-card input{position:absolute !important;opacity:0 !important;pointer-events:none !important;}
body.enghome-body .eg-payment-card-design{display:flex !important;flex-direction:column !important;gap:6px !important;min-height:92px !important;padding:18px !important;border-radius:20px !important;background:#fff !important;border:1px solid rgba(19,35,61,.10) !important;cursor:pointer !important;}
body.enghome-body .eg-payment-method-card input:checked + .eg-payment-card-design{border-color:#13233d !important;box-shadow:0 0 0 2px rgba(19,35,61,.08) inset !important;}
body.enghome-body .eg-payment-card-design strong{color:#13233d !important;}
body.enghome-body .eg-payment-card-design span{color:#6e7684 !important;font-size:13px !important;line-height:1.45 !important;}
body.enghome-body .eg-cart-checkout-summary-head{display:flex !important;justify-content:space-between !important;align-items:center !important;margin-bottom:12px !important;}
body.enghome-body .eg-cart-checkout-total-line{display:flex !important;justify-content:space-between !important;gap:18px !important;padding:10px 0 !important;border-bottom:1px solid rgba(19,35,61,.08) !important;color:#6e7684 !important;}
body.enghome-body .eg-cart-checkout-total-line.is-final{border-bottom:0 !important;color:#13233d !important;font-size:18px !important;}
body.enghome-body .eg-cart-checkout-receipt-note{margin:12px 0 0 !important;color:#6e7684 !important;font-size:13px !important;line-height:1.6 !important;}
body.enghome-body .eg-submit-checkout-btn{margin-top:18px !important;}
body.enghome-body .eg-modal-status-box{margin:0 0 16px !important;padding:14px 16px !important;border-radius:18px !important;font-weight:800 !important;}
body.enghome-body .eg-status-loading{background:#eef3fb !important;color:#13233d !important;}
body.enghome-body .eg-status-error{background:#fff0f0 !important;color:#b42318 !important;}
body.enghome-body .eg-status-success{background:#edf8f1 !important;color:#14783f !important;}
body.enghome-body .eg-modal-success-panel{text-align:center !important;padding:24px !important;}
body.enghome-body .eg-success-check{width:82px !important;height:82px !important;border-radius:999px !important;background:#13233d !important;color:#fff !important;display:flex !important;align-items:center !important;justify-content:center !important;margin:0 auto 18px !important;font-size:40px !important;font-weight:900 !important;box-shadow:0 18px 44px rgba(19,35,61,.22) !important;}
body.enghome-body .eg-modal-success-panel h3{margin:0 0 10px !important;font-family:'Cormorant Garamond',serif !important;font-size:42px !important;color:#13233d !important;line-height:1 !important;}
body.enghome-body .eg-modal-success-panel p{margin:0 auto 22px !important;max-width:430px !important;color:#6e7684 !important;line-height:1.65 !important;}
body.enghome-body .eg-cart-layout{display:grid !important;grid-template-columns:minmax(0,1fr) 340px !important;gap:28px !important;align-items:start !important;}
body.enghome-body .eg-cart-items-card,
body.enghome-body .eg-cart-summary-card{background:rgba(255,255,255,.84) !important;border:1px solid rgba(255,255,255,.86) !important;border-radius:28px !important;box-shadow:0 22px 70px rgba(19,35,61,.10) !important;padding:28px !important;}
body.enghome-body .eg-cart-item{display:grid !important;grid-template-columns:110px minmax(0,1fr) auto auto !important;gap:20px !important;align-items:center !important;padding:18px !important;border:1px solid rgba(19,35,61,.08) !important;border-radius:24px !important;background:#fff !important;margin-bottom:14px !important;}
body.enghome-body .eg-cart-item-image{width:94px !important;height:94px !important;border-radius:18px !important;background:#f4efe8 !important;overflow:hidden !important;display:flex !important;align-items:center !important;justify-content:center !important;}
body.enghome-body .eg-cart-item-image img{width:100% !important;height:100% !important;object-fit:cover !important;}
body.enghome-body .eg-cart-item-title{font-weight:900 !important;color:#13233d !important;font-size:17px !important;}
body.enghome-body .eg-cart-model,.eg-cart-options small,.eg-cart-reward,.eg-cart-recurring{display:block !important;margin-top:6px !important;color:#7a8290 !important;font-size:13px !important;}
body.enghome-body .eg-cart-item-actions{display:flex !important;flex-direction:column !important;align-items:center !important;gap:9px !important;}
body.enghome-body .eg-cart-qty-box{display:flex !important;align-items:center !important;gap:8px !important;}
body.enghome-body .eg-qty-btn{width:36px !important;height:36px !important;border:0 !important;border-radius:12px !important;background:#f3eee7 !important;color:#13233d !important;font-size:18px !important;font-weight:900 !important;cursor:pointer !important;}
body.enghome-body .eg-qty-input{width:46px !important;height:38px !important;border-radius:13px !important;border:1px solid rgba(19,35,61,.10) !important;text-align:center !important;background:#fff !important;font-weight:900 !important;}
body.enghome-body .eg-cart-remove-btn{border:0 !important;border-radius:999px !important;background:#fff0f0 !important;color:#b42318 !important;min-height:34px !important;padding:0 14px !important;font-weight:900 !important;font-size:12px !important;cursor:pointer !important;}
body.enghome-body .eg-cart-item-prices{display:flex !important;flex-direction:column !important;gap:6px !important;align-items:flex-end !important;color:#6e7684 !important;}
body.enghome-body .eg-item-total-price{font-size:18px !important;color:#13233d !important;}
body.enghome-body .eg-cart-total-row{display:flex !important;justify-content:space-between !important;gap:16px !important;padding:12px 0 !important;border-bottom:1px solid rgba(19,35,61,.08) !important;}
body.enghome-body .eg-cart-total-final{font-size:18px !important;color:#13233d !important;border-bottom:0 !important;}
body.enghome-body .eg-btn-navy{border:0 !important;background:#13233d !important;color:#fff !important;box-shadow:0 16px 36px rgba(19,35,61,.18) !important;}
body.enghome-body .eg-btn-soft{border:1px solid rgba(19,35,61,.10) !important;background:#fff !important;color:#13233d !important;box-shadow:none !important;margin-top:10px !important;}
body.enghome-body .eg-btn-full{width:100% !important;text-align:center !important;}
body.enghome-body .eg-simple-confetti{position:fixed !important;inset:0 !important;pointer-events:none !important;z-index:100000 !important;overflow:hidden !important;}
body.enghome-body .eg-simple-confetti span{position:absolute !important;top:-20px !important;width:10px !important;height:16px !important;border-radius:3px !important;background:#13233d !important;animation:egConfettiFall linear forwards !important;}
body.enghome-body .eg-simple-confetti span:nth-child(3n){background:#a98b62 !important;}
body.enghome-body .eg-simple-confetti span:nth-child(3n+1){background:#f3eee7 !important;}
@keyframes egConfettiFall{to{transform:translateY(110vh) rotate(760deg);opacity:.15;}}
@media(max-width:900px){
  body.enghome-body .eg-premium-header .eg-header-inner{grid-template-columns:auto 1fr auto !important;width:calc(100% - 28px) !important;gap:10px !important;}
  body.enghome-body .eg-header-left-actions{gap:8px !important;}
  body.enghome-body .eg-premium-header #menu .navbar-nav>li>a{min-height:46px !important;padding:0 16px !important;font-size:13px !important;}
  body.enghome-body .eg-account-header-btn{width:46px !important;height:46px !important;}
  body.enghome-body .eg-logo-img{height:34px !important;}
  body.enghome-body .eg-header-actions{gap:8px !important;}
  body.enghome-body .eg-header-actions .eg-action-btn{width:46px !important;height:46px !important;}
  body.enghome-body.eg-inline-search-open .eg-header-search{right:12px !important;left:12px !important;top:calc(100% + 10px) !important;transform:none !important;width:auto !important;}
  body.enghome-body .eg-cart-layout{grid-template-columns:1fr !important;}
  body.enghome-body .eg-cart-item{grid-template-columns:78px 1fr !important;gap:14px !important;}
  body.enghome-body .eg-cart-item-actions,.eg-cart-item-prices{grid-column:1/-1 !important;align-items:flex-start !important;}
  body.enghome-body .eg-payment-methods-cards,.eg-modal-form-grid{grid-template-columns:1fr !important;}
  body.enghome-body .eg-checkout-modal-card{padding:28px 18px !important;border-radius:26px !important;}
}


/* ===== ENG HOME v65 HARD FIXES ===== */
body.enghome-body #eg-cart-modal-template{display:none!important;}
body.enghome-body #eg-cart-modal-overlay.eg-checkout-modal-overlay{position:fixed!important;inset:0!important;z-index:999999!important;display:flex!important;align-items:center!important;justify-content:center!important;background:rgba(12,18,31,.52)!important;backdrop-filter:blur(18px)!important;-webkit-backdrop-filter:blur(18px)!important;}
body.enghome-body .eg-premium-header #menu .navbar-header,body.enghome-body .eg-premium-header #menu .btn-navbar,body.enghome-body .eg-premium-header #menu button.navbar-toggle{display:none!important;visibility:hidden!important;width:0!important;height:0!important;overflow:hidden!important;}
body.enghome-body .eg-premium-header #menu .navbar-nav>li{display:none!important;}
body.enghome-body .eg-premium-header #menu .navbar-nav>li:first-child{display:block!important;}


/* ===== ENG HOME v66 CART + CHECKOUT FINAL OVERRIDES ===== */
body.enghome-body .eg-cart-empty-state{min-height:360px!important;display:flex!important;flex-direction:column!important;align-items:center!important;justify-content:center!important;text-align:center!important;background:rgba(255,255,255,.90)!important;border:1px solid rgba(255,255,255,.78)!important;border-radius:30px!important;box-shadow:0 24px 70px rgba(19,35,61,.10)!important;padding:46px!important;}
body.enghome-body .eg-cart-empty-state p{font-family:'Cormorant Garamond',serif!important;font-size:36px!important;color:#13233d!important;margin:0 0 22px!important;}
body.enghome-body .eg-cart-summary-card{position:sticky!important;top:120px!important;background:rgba(255,255,255,.94)!important;border:1px solid rgba(19,35,61,.08)!important;border-radius:28px!important;box-shadow:0 26px 70px rgba(19,35,61,.11)!important;padding:26px!important;}
body.enghome-body .eg-cart-summary-card h3{margin:0 0 16px!important;font-family:'Cormorant Garamond',serif!important;font-size:34px!important;color:#13233d!important;}
body.enghome-body .eg-cart-total-row{display:flex!important;align-items:center!important;justify-content:space-between!important;gap:18px!important;padding:12px 0!important;border-bottom:1px solid rgba(19,35,61,.08)!important;color:#687180!important;}
body.enghome-body .eg-cart-total-row strong{color:#13233d!important;}
body.enghome-body .eg-cart-total-final{margin-top:8px!important;border-bottom:0!important;padding-top:18px!important;}
body.enghome-body .eg-cart-total-final span{font-weight:900!important;color:#13233d!important;}
body.enghome-body .eg-cart-total-final strong{font-size:28px!important;font-weight:900!important;color:#13233d!important;}
body.enghome-body .eg-item-unit-price{display:flex!important;flex-direction:column!important;gap:4px!important;color:#7b8492!important;font-size:13px!important;font-weight:700!important;}
body.enghome-body .eg-item-unit-price em, body.enghome-body .eg-item-total-price em{font-style:normal!important;font-size:11px!important;color:#9aa2af!important;font-weight:800!important;text-transform:uppercase!important;letter-spacing:.08em!important;}
body.enghome-body .eg-item-total-price{display:flex!important;flex-direction:column!important;gap:4px!important;color:#13233d!important;font-size:24px!important;font-weight:900!important;}
body.enghome-body .eg-modal-form-field input:-webkit-autofill{box-shadow:0 0 0 1000px #fff inset!important;-webkit-text-fill-color:#13233d!important;border-color:rgba(169,139,98,.35)!important;}
body.enghome-body .eg-modal-form-field .eg-field-error{display:block!important;margin-top:5px!important;color:#b00020!important;font-size:12px!important;font-weight:800!important;}


/* ENG HOME v70 success modal polish */


/* EngHome v74: success popup styling is inline in checkout/cart.twig */


/* ===== ENG HOME v75 PREMIUM EMPTY CART ===== */

/* EngHome v75 premium empty cart */
body.enghome-body .eg-empty-premium-state{
  position:relative!important;
  min-height:420px!important;
  width:min(760px,100%)!important;
  margin:0 auto!important;
  padding:54px 44px!important;
  display:flex!important;
  flex-direction:column!important;
  align-items:center!important;
  justify-content:center!important;
  text-align:center!important;
  border-radius:36px!important;
  background:linear-gradient(180deg,rgba(255,255,255,.96),rgba(255,255,255,.86))!important;
  border:1px solid rgba(255,255,255,.88)!important;
  box-shadow:0 34px 95px rgba(19,35,61,.12)!important;
  overflow:hidden!important;
}
body.enghome-body .eg-empty-premium-state:before{
  content:""!important;
  position:absolute!important;
  inset:18px!important;
  border:1px solid rgba(19,35,61,.06)!important;
  border-radius:28px!important;
  pointer-events:none!important;
}
body.enghome-body .eg-empty-premium-state:after{
  content:""!important;
  position:absolute!important;
  width:260px!important;
  height:260px!important;
  border-radius:999px!important;
  background:radial-gradient(circle,rgba(19,35,61,.10),rgba(19,35,61,0) 68%)!important;
  top:-95px!important;
  right:-80px!important;
  pointer-events:none!important;
}
body.enghome-body .eg-empty-premium-icon{
  position:relative!important;
  z-index:2!important;
  width:92px!important;
  height:92px!important;
  border-radius:999px!important;
  background:#13233d!important;
  color:#fff!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  box-shadow:0 22px 55px rgba(19,35,61,.24)!important;
  margin-bottom:24px!important;
}
body.enghome-body .eg-empty-premium-icon svg{
  width:42px!important;
  height:42px!important;
  fill:none!important;
  stroke:currentColor!important;
  stroke-width:2.1!important;
  stroke-linecap:round!important;
  stroke-linejoin:round!important;
}
body.enghome-body .eg-empty-premium-copy{position:relative!important;z-index:2!important;}
body.enghome-body .eg-empty-premium-copy .eg-kicker{margin:0 0 12px!important;color:#a98b62!important;}
body.enghome-body .eg-empty-premium-copy h2{
  margin:0!important;
  font-family:'Cormorant Garamond',serif!important;
  font-size:clamp(46px,5vw,68px)!important;
  line-height:.95!important;
  letter-spacing:-.045em!important;
  color:#13233d!important;
}
body.enghome-body .eg-empty-premium-copy span{
  display:block!important;
  max-width:450px!important;
  margin:18px auto 0!important;
  color:#687180!important;
  font-size:16px!important;
  line-height:1.75!important;
}
body.enghome-body .eg-empty-premium-btn{
  position:relative!important;
  z-index:2!important;
  margin-top:28px!important;
  min-height:54px!important;
  padding:0 30px!important;
  border-radius:999px!important;
  background:#13233d!important;
  color:#fff!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  font-weight:900!important;
  text-decoration:none!important;
  box-shadow:0 18px 45px rgba(19,35,61,.22)!important;
  transition:.24s ease!important;
}
body.enghome-body .eg-empty-premium-btn:hover{
  transform:translateY(-2px)!important;
  background:#0c1728!important;
  color:#fff!important;
}



/* ===== ENG HOME v76 EMPTY CART ICON SIZE FIX ===== */
body.enghome-body .eg-empty-premium-state-v76{
  width:min(720px,100%)!important;min-height:360px!important;margin:0 auto!important;padding:48px 36px!important;display:flex!important;flex-direction:column!important;align-items:center!important;justify-content:center!important;text-align:center!important;background:rgba(255,255,255,.94)!important;border:1px solid rgba(255,255,255,.9)!important;border-radius:34px!important;box-shadow:0 30px 90px rgba(19,35,61,.12)!important;overflow:hidden!important;
}
body.enghome-body .eg-empty-premium-icon-v76{
  width:76px!important;height:76px!important;min-width:76px!important;min-height:76px!important;max-width:76px!important;max-height:76px!important;margin:0 auto 22px!important;border-radius:999px!important;background:#13233d!important;color:#fff!important;display:flex!important;align-items:center!important;justify-content:center!important;box-shadow:0 18px 44px rgba(19,35,61,.24)!important;flex:0 0 76px!important;
}
body.enghome-body .eg-empty-premium-icon-v76 svg{
  width:36px!important;height:36px!important;min-width:36px!important;min-height:36px!important;max-width:36px!important;max-height:36px!important;display:block!important;fill:none!important;stroke:#fff!important;stroke-width:2.2!important;stroke-linecap:round!important;stroke-linejoin:round!important;flex:0 0 36px!important;
}
body.enghome-body .eg-empty-premium-copy-v76 .eg-kicker{margin:0 0 10px!important;color:#a98b62!important;font-size:11px!important;letter-spacing:.22em!important;text-transform:uppercase!important;font-weight:900!important;}
body.enghome-body .eg-empty-premium-copy-v76 h2{margin:0!important;font-family:'Cormorant Garamond',serif!important;font-size:clamp(40px,4.5vw,58px)!important;line-height:.96!important;letter-spacing:-.045em!important;color:#13233d!important;}
body.enghome-body .eg-empty-premium-copy-v76 span{display:block!important;max-width:430px!important;margin:16px auto 0!important;color:#687180!important;font-size:15px!important;line-height:1.7!important;}
body.enghome-body .eg-empty-premium-btn-v76{margin-top:26px!important;min-height:52px!important;padding:0 30px!important;border-radius:999px!important;background:#13233d!important;color:#fff!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;font-weight:900!important;text-decoration:none!important;box-shadow:0 16px 42px rgba(19,35,61,.20)!important;transition:.24s ease!important;}
body.enghome-body .eg-empty-premium-btn-v76:hover{transform:translateY(-2px)!important;background:#0c1728!important;color:#fff!important;}


/* ===== ENG HOME v77 EMPTY CART CENTER FIX ===== */
body.enghome-body .eg-cart-layout-empty{display:flex!important;justify-content:center!important;align-items:center!important;width:100%!important;}
body.enghome-body .eg-cart-layout-empty .eg-cart-items-card{width:min(760px,100%)!important;margin:0 auto!important;padding:0!important;background:transparent!important;border:0!important;box-shadow:none!important;}
body.enghome-body .eg-cart-layout-empty .eg-empty-premium-state-v76{width:min(640px,100%)!important;margin:0 auto!important;min-height:350px!important;padding:52px 36px!important;}
body.enghome-body .eg-empty-premium-copy-v76 .eg-kicker{display:none!important;}


/* ENGHOME V81 CART BUTTONS STABLE */


/* EngHome v81: stable cart controls + hidden template modal */
body.enghome-body #eg-cart-modal-template{display:none!important;}
body.enghome-body .eg-cart-item-actions{display:flex!important;flex-direction:column!important;align-items:center!important;justify-content:center!important;gap:12px!important;}
body.enghome-body .eg-cart-qty-box{display:inline-flex!important;align-items:center!important;justify-content:center!important;gap:7px!important;padding:6px!important;border-radius:999px!important;background:rgba(255,255,255,.96)!important;border:1px solid rgba(19,35,61,.08)!important;box-shadow:0 16px 36px rgba(19,35,61,.10)!important;}
body.enghome-body .eg-qty-btn{width:38px!important;height:38px!important;min-width:38px!important;min-height:38px!important;border:0!important;border-radius:999px!important;background:#13233d!important;color:#fff!important;font-size:20px!important;line-height:1!important;font-weight:900!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;cursor:pointer!important;box-shadow:0 10px 22px rgba(19,35,61,.22)!important;transition:transform .18s ease, box-shadow .18s ease, background .18s ease!important;}
body.enghome-body .eg-qty-btn:hover{background:#0b1528!important;transform:translateY(-2px)!important;box-shadow:0 16px 30px rgba(19,35,61,.28)!important;}
body.enghome-body .eg-qty-btn:active{transform:translateY(0) scale(.96)!important;}
body.enghome-body .eg-qty-input{width:52px!important;height:38px!important;border:0!important;border-radius:999px!important;background:#fff!important;color:#13233d!important;text-align:center!important;font-size:16px!important;font-weight:900!important;box-shadow:inset 0 0 0 1px rgba(19,35,61,.08)!important;outline:none!important;padding:0!important;}
body.enghome-body .eg-cart-remove-btn{height:36px!important;min-height:36px!important;padding:0 18px!important;border:1px solid rgba(190,18,60,.12)!important;border-radius:999px!important;background:#fff1f2!important;color:#be123c!important;font-size:13px!important;font-weight:900!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;gap:7px!important;cursor:pointer!important;box-shadow:0 10px 24px rgba(190,18,60,.08)!important;transition:transform .18s ease, background .18s ease, box-shadow .18s ease!important;}
body.enghome-body .eg-cart-remove-btn:before{content:"×";width:16px;height:16px;border-radius:999px;background:#be123c;color:#fff;display:inline-flex;align-items:center;justify-content:center;font-size:12px;line-height:1;font-weight:900;}
body.enghome-body .eg-cart-remove-btn:hover{background:#ffe4e6!important;transform:translateY(-2px)!important;box-shadow:0 14px 30px rgba(190,18,60,.13)!important;}
@media(max-width:700px){body.enghome-body .eg-cart-item-actions{align-items:flex-start!important;}body.enghome-body .eg-qty-btn{width:36px!important;height:36px!important;}body.enghome-body .eg-qty-input{height:36px!important;width:48px!important;}}



/* ===== ENG HOME v84 MOBILE CART + CHECKOUT STABLE PATCH ===== */
/* The critical styles are also inline in cart.twig so cache cannot break the layout. */
#eg-cart-modal-overlay[hidden]{display:none!important;}
body.enghome-body #eg-cart-modal-overlay.eg-checkout-modal-overlay{position:fixed!important;inset:0!important;z-index:999999!important;display:none!important;align-items:center!important;justify-content:center!important;background:rgba(10,16,28,.56)!important;backdrop-filter:blur(16px)!important;-webkit-backdrop-filter:blur(16px)!important;}
body.enghome-body #eg-cart-modal-overlay:not([hidden]){display:flex!important;}
body.enghome-body .eg-cart-qty-box{display:inline-flex!important;align-items:center!important;gap:8px!important;padding:6px!important;border-radius:999px!important;background:#f8fafc!important;border:1px solid rgba(19,35,61,.08)!important;box-shadow:0 16px 42px rgba(19,35,61,.10)!important;}
body.enghome-body .eg-qty-btn{width:42px!important;height:42px!important;min-width:42px!important;min-height:42px!important;border-radius:999px!important;border:0!important;background:#13233d!important;color:#fff!important;font-size:20px!important;font-weight:900!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;line-height:1!important;}
body.enghome-body .eg-qty-input{width:54px!important;height:42px!important;border-radius:16px!important;border:1px solid rgba(19,35,61,.12)!important;background:#fff!important;text-align:center!important;font-size:17px!important;font-weight:900!important;color:#13233d!important;}
body.enghome-body .eg-cart-remove-btn{min-height:38px!important;padding:0 16px!important;border-radius:999px!important;background:#fff2f2!important;color:#ba1234!important;border:1px solid rgba(186,18,52,.14)!important;font-weight:900!important;display:inline-flex!important;align-items:center!important;gap:7px!important;justify-content:center!important;box-shadow:0 12px 30px rgba(186,18,52,.08)!important;}
body.enghome-body .eg-success-only-card{position:relative!important;width:min(460px,calc(100vw - 36px))!important;background:#080035!important;color:#fff!important;border-radius:30px!important;padding:70px 34px 30px!important;text-align:center!important;box-shadow:0 36px 110px rgba(8,0,53,.34)!important;overflow:visible!important;}
body.enghome-body .eg-success-tick{position:absolute!important;top:-48px!important;left:50%!important;transform:translateX(-50%)!important;width:96px!important;height:96px!important;border-radius:999px!important;background:#fff!important;border:5px solid #080035!important;color:#080035!important;display:flex!important;align-items:center!important;justify-content:center!important;font-size:60px!important;font-weight:900!important;line-height:1!important;box-shadow:0 18px 50px rgba(0,0,0,.18)!important;}
body.enghome-body .eg-success-only-card h3{margin:0!important;font-size:32px!important;line-height:1.12!important;font-weight:900!important;letter-spacing:-.04em!important;color:#fff!important;}
body.enghome-body .eg-success-only-card .eg-success-btn{margin:28px auto 0!important;width:min(310px,100%)!important;min-height:54px!important;border-radius:999px!important;background:#fff!important;color:#080035!important;font-weight:900!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;border:0!important;box-shadow:none!important;}
@media(max-width:700px){body.enghome-body .eg-cart-layout{display:block!important;}body.enghome-body .eg-cart-items-card{padding:14px!important;border-radius:28px!important;}body.enghome-body .eg-cart-item{display:grid!important;grid-template-columns:96px minmax(0,1fr)!important;grid-template-areas:"image info" "actions actions" "prices prices"!important;gap:14px 16px!important;padding:18px!important;border-radius:26px!important;align-items:start!important;}body.enghome-body .eg-cart-item-image{grid-area:image!important;width:96px!important;height:96px!important;border-radius:22px!important;}body.enghome-body .eg-cart-item-info{grid-area:info!important;min-width:0!important;padding-top:8px!important;}body.enghome-body .eg-cart-item-title{font-size:24px!important;line-height:1.1!important;display:block!important;}body.enghome-body .eg-cart-item-actions{grid-area:actions!important;display:flex!important;align-items:center!important;justify-content:space-between!important;gap:12px!important;width:100%!important;}body.enghome-body .eg-cart-item-prices{grid-area:prices!important;display:flex!important;align-items:flex-end!important;justify-content:space-between!important;gap:14px!important;width:100%!important;padding:12px 14px!important;border-radius:18px!important;background:#fbfaf8!important;border:1px solid rgba(19,35,61,.07)!important;}body.enghome-body .eg-item-total-price{font-size:32px!important;line-height:1!important;text-align:right!important;}body.enghome-body .eg-cart-sidebar{margin-top:18px!important;}body.enghome-body .eg-cart-summary-card{position:static!important;width:100%!important;border-radius:26px!important;padding:22px!important;}body.enghome-body #eg-cart-modal-overlay .eg-checkout-modal-card{width:calc(100vw - 28px)!important;max-height:calc(100dvh - 32px)!important;border-radius:24px!important;padding:18px!important;}body.enghome-body .eg-modal-form-grid,body.enghome-body .eg-payment-methods-cards{grid-template-columns:1fr!important;}body.enghome-body .eg-success-only-card{width:calc(100vw - 34px)!important;border-radius:26px!important;padding:58px 22px 24px!important;}body.enghome-body .eg-success-tick{width:76px!important;height:76px!important;top:-38px!important;border-width:4px!important;font-size:48px!important;}body.enghome-body .eg-success-only-card h3{font-size:24px!important;line-height:1.16!important;letter-spacing:-.03em!important;}body.enghome-body .eg-success-only-card .eg-success-btn{min-height:50px!important;margin-top:22px!important;font-size:15px!important;width:100%!important;}}

/* =========================================================
   ENG HOME v91 - CLEAN EMPTY CART PC CENTER ONLY
   Purpose: center only the empty-cart card/content on desktop.
   Safe: does not touch checkout modal, order logic, buttons, mobile, header/footer.
   ========================================================= */
@media (min-width: 901px){
  body.enghome-body #checkout-cart .eg-cart-layout.eg-cart-layout-empty{
    display:block !important;
    width:min(980px, calc(100% - 44px)) !important;
    max-width:980px !important;
    margin-left:auto !important;
    margin-right:auto !important;
  }

  body.enghome-body #checkout-cart .eg-cart-layout.eg-cart-layout-empty .eg-cart-items-card{
    width:100% !important;
    max-width:100% !important;
    margin-left:auto !important;
    margin-right:auto !important;
    padding:0 !important;
    background:transparent !important;
    border:0 !important;
    box-shadow:none !important;
  }

  body.enghome-body #checkout-cart .eg-cart-layout.eg-cart-layout-empty .eg-cart-empty-state{
    width:100% !important;
    max-width:100% !important;
    min-height:320px !important;
    margin:0 auto !important;
    padding:52px 32px !important;
    display:flex !important;
    flex-direction:column !important;
    align-items:center !important;
    justify-content:center !important;
    text-align:center !important;
    background:#fff !important;
    border:1px solid rgba(19,35,61,.08) !important;
    border-radius:30px !important;
    box-shadow:0 24px 70px rgba(19,35,61,.10) !important;
  }

  body.enghome-body #checkout-cart .eg-cart-layout.eg-cart-layout-empty .eg-cart-empty-state > *,
  body.enghome-body #checkout-cart .eg-cart-layout.eg-cart-layout-empty .eg-cart-empty-state h1,
  body.enghome-body #checkout-cart .eg-cart-layout.eg-cart-layout-empty .eg-cart-empty-state h2,
  body.enghome-body #checkout-cart .eg-cart-layout.eg-cart-layout-empty .eg-cart-empty-state h3,
  body.enghome-body #checkout-cart .eg-cart-layout.eg-cart-layout-empty .eg-cart-empty-state p,
  body.enghome-body #checkout-cart .eg-cart-layout.eg-cart-layout-empty .eg-cart-empty-state a,
  body.enghome-body #checkout-cart .eg-cart-layout.eg-cart-layout-empty .eg-cart-empty-state .eg-btn,
  body.enghome-body #checkout-cart .eg-cart-layout.eg-cart-layout-empty .eg-empty-icon{
    margin-left:auto !important;
    margin-right:auto !important;
    align-self:center !important;
    text-align:center !important;
  }

  body.enghome-body #checkout-cart .eg-cart-layout.eg-cart-layout-empty .eg-empty-icon{
    margin-bottom:22px !important;
  }

  body.enghome-body #checkout-cart .eg-cart-layout.eg-cart-layout-empty .eg-cart-empty-state h2{
    width:100% !important;
    max-width:620px !important;
    margin-top:0 !important;
    margin-bottom:12px !important;
  }

  body.enghome-body #checkout-cart .eg-cart-layout.eg-cart-layout-empty .eg-cart-empty-state p{
    width:100% !important;
    max-width:620px !important;
    margin-top:0 !important;
    margin-bottom:24px !important;
  }

  body.enghome-body #checkout-cart .eg-cart-layout.eg-cart-layout-empty .eg-cart-empty-state .eg-btn{
    display:inline-flex !important;
    width:auto !important;
    min-width:180px !important;
    justify-content:center !important;
    align-items:center !important;
  }
}


/* ===== ENG HOME v94 MOBILE DRAWER MENU - ENGLISH HOME STYLE ===== */
.egh-drawer-nav,
.egh-drawer-nav *{
  box-sizing:border-box!important;
}

.egh-drawer-trigger{
  min-height:52px!important;
  padding:0 20px!important;
  border:0!important;
  border-radius:999px!important;
  background:#13233d!important;
  color:#fff!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  gap:10px!important;
  font-weight:900!important;
  letter-spacing:-.02em!important;
  box-shadow:0 16px 34px rgba(19,35,61,.18)!important;
  cursor:pointer!important;
  -webkit-tap-highlight-color:transparent!important;
}

.egh-drawer-burger{
  width:20px!important;
  height:14px!important;
  display:inline-flex!important;
  flex-direction:column!important;
  justify-content:space-between!important;
  flex:0 0 auto!important;
}

.egh-drawer-burger i{
  display:block!important;
  width:20px!important;
  height:2px!important;
  border-radius:999px!important;
  background:currentColor!important;
}

.egh-drawer-overlay{
  position:fixed!important;
  inset:0!important;
  z-index:999999!important;
  display:none!important;
  background:rgba(255,255,255,.12)!important;
  overflow:hidden!important;
}

.egh-drawer-overlay.is-open{
  display:block!important;
}

.egh-drawer-panel{
  position:absolute!important;
  top:0!important;
  left:0!important;
  width:min(430px,84vw)!important;
  height:100dvh!important;
  background:#fff!important;
  color:#151515!important;
  box-shadow:28px 0 70px rgba(0,0,0,.12)!important;
  transform:translateX(-100%)!important;
  transition:transform .34s cubic-bezier(.22,1,.36,1)!important;
  overflow:hidden!important;
  display:flex!important;
  flex-direction:column!important;
  border-radius:0!important;
}

.egh-drawer-overlay.is-open .egh-drawer-panel{
  transform:translateX(0)!important;
}

.egh-drawer-top{
  min-height:86px!important;
  display:flex!important;
  align-items:center!important;
  gap:14px!important;
  padding:20px 22px!important;
  border-bottom:1px solid #ececec!important;
  background:#fff!important;
  flex:0 0 auto!important;
}

.egh-drawer-close{
  width:38px!important;
  height:38px!important;
  border:0!important;
  border-radius:999px!important;
  background:#f4f4f4!important;
  color:#111!important;
  font-size:26px!important;
  line-height:1!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  cursor:pointer!important;
  padding:0!important;
}

.egh-drawer-brand{
  display:flex!important;
  flex-direction:column!important;
  gap:3px!important;
}

.egh-drawer-brand span,
.egh-sub-head span{
  font-size:11px!important;
  line-height:1!important;
  letter-spacing:.16em!important;
  text-transform:uppercase!important;
  color:#a98b62!important;
  font-weight:900!important;
}

.egh-drawer-brand strong,
.egh-sub-head strong{
  display:block!important;
  font-size:24px!important;
  line-height:1.05!important;
  color:#111!important;
  font-weight:900!important;
  letter-spacing:-.04em!important;
}

.egh-drawer-stage{
  position:relative!important;
  flex:1 1 auto!important;
  min-height:0!important;
  overflow:hidden!important;
}

.egh-drawer-view{
  position:absolute!important;
  inset:0!important;
  display:none!important;
  background:#fff!important;
  overflow-y:auto!important;
  -webkit-overflow-scrolling:touch!important;
  padding-bottom:28px!important;
}

.egh-drawer-view.is-active{
  display:block!important;
}

.egh-drawer-new{
  display:flex!important;
  align-items:center!important;
  min-height:58px!important;
  padding:0 22px!important;
  color:#16852b!important;
  font-size:20px!important;
  font-weight:900!important;
  border-bottom:1px solid #eeeeee!important;
  text-decoration:none!important;
}

.egh-drawer-list,
.egh-sub-list{
  display:block!important;
  margin:0!important;
  padding:0!important;
}

.egh-drawer-row-wrap{
  display:block!important;
  margin:0!important;
  padding:0!important;
}

.egh-drawer-row{
  width:100%!important;
  min-height:84px!important;
  padding:0 22px!important;
  border:0!important;
  border-bottom:1px solid #eeeeee!important;
  background:#fff!important;
  color:#151515!important;
  display:grid!important;
  grid-template-columns:48px minmax(0,1fr) 26px!important;
  align-items:center!important;
  gap:18px!important;
  text-align:left!important;
  text-decoration:none!important;
  cursor:pointer!important;
  -webkit-tap-highlight-color:transparent!important;
}

.egh-drawer-row:hover,
.egh-drawer-row:active{
  background:#fafafa!important;
  color:#111!important;
}

.egh-drawer-cat-icon{
  width:40px!important;
  height:40px!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  color:#111!important;
}

.egh-drawer-cat-icon svg{
  width:34px!important;
  height:34px!important;
  fill:none!important;
  stroke:currentColor!important;
  stroke-width:1.7!important;
  stroke-linecap:round!important;
  stroke-linejoin:round!important;
}

.egh-drawer-row-name{
  min-width:0!important;
  color:#151515!important;
  font-size:22px!important;
  font-weight:900!important;
  line-height:1.12!important;
  letter-spacing:-.035em!important;
  white-space:normal!important;
}

.egh-drawer-arrow{
  display:flex!important;
  align-items:center!important;
  justify-content:flex-end!important;
  color:#050505!important;
  font-size:44px!important;
  line-height:1!important;
  font-weight:300!important;
}

.egh-sub-head{
  min-height:86px!important;
  padding:18px 22px!important;
  display:flex!important;
  align-items:center!important;
  gap:14px!important;
  border-bottom:1px solid #eeeeee!important;
  background:#fff!important;
}

.egh-sub-back{
  width:42px!important;
  height:42px!important;
  border:0!important;
  border-radius:999px!important;
  background:#f5f5f5!important;
  color:#111!important;
  font-size:40px!important;
  line-height:1!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  cursor:pointer!important;
  padding:0 0 4px!important;
}

.egh-sub-link{
  width:100%!important;
  min-height:74px!important;
  padding:0 22px!important;
  display:flex!important;
  align-items:center!important;
  justify-content:space-between!important;
  gap:16px!important;
  color:#222!important;
  text-decoration:none!important;
  border-bottom:1px solid #e9e9e9!important;
  background:#fff!important;
}

.egh-sub-link span{
  font-size:20px!important;
  font-weight:500!important;
  line-height:1.18!important;
  letter-spacing:-.02em!important;
}

.egh-sub-link em{
  font-style:normal!important;
  color:#050505!important;
  font-size:42px!important;
  line-height:1!important;
  font-weight:300!important;
}

.egh-sub-all span{
  font-weight:900!important;
  color:#13233d!important;
}

body.egh-drawer-open{
  overflow:hidden!important;
}

/* keep page visible on right side like app drawer */
.egh-drawer-overlay.is-open:after{
  content:""!important;
  position:absolute!important;
  top:0!important;
  left:min(430px,84vw)!important;
  right:0!important;
  bottom:0!important;
  background:rgba(255,255,255,.04)!important;
  pointer-events:none!important;
}

/* Mobile exact look */
@media(max-width:900px){
  body.enghome-body .eg-premium-header{
    overflow:visible!important;
    z-index:5000!important;
  }

  body.enghome-body .eg-header-inner{
    width:100%!important;
    min-height:96px!important;
    padding:14px 16px!important;
    display:grid!important;
    grid-template-columns:auto 1fr auto!important;
    gap:12px!important;
  }

  body.enghome-body .eg-header-left-actions{
    display:flex!important;
    align-items:center!important;
    gap:12px!important;
    min-width:0!important;
  }

  body.enghome-body .eg-nav-wrap{
    order:0!important;
    grid-column:auto!important;
    overflow:visible!important;
    min-width:auto!important;
  }

  body.enghome-body .eg-logo-link{
    margin:0!important;
    justify-self:center!important;
    min-width:0!important;
  }

  body.enghome-body .eg-logo-img{
    height:34px!important;
    max-width:210px!important;
    object-fit:contain!important;
  }

  body.enghome-body .eg-header-actions{
    display:flex!important;
    gap:10px!important;
    align-items:center!important;
  }

  body.enghome-body .eg-account-header-btn{
    display:flex!important;
    width:58px!important;
    height:58px!important;
    min-width:58px!important;
    border-radius:999px!important;
    padding:0!important;
    background:#fff!important;
  }

  body.enghome-body .eg-account-header-btn .eg-action-label{
    display:none!important;
  }

  body.enghome-body .eg-action-btn{
    width:58px!important;
    height:58px!important;
    min-width:58px!important;
    border-radius:999px!important;
    padding:0!important;
  }

  body.enghome-body .eg-action-label{
    display:none!important;
  }

  body.enghome-body .eg-inline-search-toggle{
    display:flex!important;
  }

  body.enghome-body .eg-inline-search{
    position:absolute!important;
    left:14px!important;
    right:14px!important;
    top:102px!important;
    width:auto!important;
    height:54px!important;
    z-index:20!important;
    display:none!important;
  }

  body.enghome-body.eg-inline-search-open .eg-inline-search{
    display:flex!important;
  }

  .egh-drawer-trigger{
    width:58px!important;
    height:58px!important;
    min-width:58px!important;
    min-height:58px!important;
    padding:0!important;
    border-radius:999px!important;
    box-shadow:0 14px 34px rgba(19,35,61,.18)!important;
  }

  .egh-drawer-trigger-text{
    display:none!important;
  }

  .egh-drawer-burger{
    width:24px!important;
    height:18px!important;
  }

  .egh-drawer-burger i{
    width:24px!important;
    height:2.4px!important;
  }

  .egh-drawer-panel{
    width:84vw!important;
    max-width:392px!important;
  }

  .egh-drawer-top{
    min-height:92px!important;
    padding:20px 18px!important;
  }

  .egh-drawer-brand strong,
  .egh-sub-head strong{
    font-size:25px!important;
  }

  .egh-drawer-row{
    min-height:88px!important;
    grid-template-columns:44px minmax(0,1fr) 24px!important;
    gap:17px!important;
    padding:0 18px!important;
  }

  .egh-drawer-row-name{
    font-size:24px!important;
  }

  .egh-sub-link{
    min-height:76px!important;
    padding:0 20px!important;
  }

  .egh-sub-link span{
    font-size:22px!important;
  }
}

@media(max-width:420px){
  body.enghome-body .eg-header-inner{
    padding-left:14px!important;
    padding-right:14px!important;
    gap:9px!important;
  }

  body.enghome-body .eg-logo-img{
    height:31px!important;
    max-width:190px!important;
  }

  body.enghome-body .eg-action-btn,
  body.enghome-body .eg-account-header-btn,
  .egh-drawer-trigger{
    width:54px!important;
    height:54px!important;
    min-width:54px!important;
  }

  body.enghome-body .eg-header-actions{
    gap:8px!important;
  }

  .egh-drawer-panel{
    width:84vw!important;
  }

  .egh-drawer-row-name{
    font-size:22px!important;
  }

  .egh-drawer-row{
    min-height:84px!important;
  }
}

@media(min-width:901px){
  .egh-drawer-overlay{
    background:rgba(10,16,28,.10)!important;
  }

  .egh-drawer-panel{
    width:390px!important;
  }
}


/* ===== ENG HOME v113: CLEAN PRODUCT BUY NOW MODAL ===== */
.eg-buy-now-mini,.enghome-buy-now-btn,.egp-buy-now-btn,#egp-buy-now-button-v112{display:none!important;}
#product-product .egp-buy-now-button-v113{display:flex!important;align-items:center!important;justify-content:center!important;width:100%!important;min-height:56px!important;margin-top:12px!important;border:1px solid rgba(19,35,61,.16)!important;border-radius:999px!important;background:#fff!important;color:#13233d!important;font-weight:900!important;font-size:15px!important;box-shadow:0 12px 28px rgba(19,35,61,.07)!important;cursor:pointer!important;transition:.22s ease!important;}
#product-product .egp-buy-now-button-v113:hover{transform:translateY(-2px)!important;background:#f7f2ec!important;}
body.egp-buy-now-lock-v113{overflow:hidden!important;}
.egp-buy-now-overlay-v113{position:fixed!important;inset:0!important;z-index:999999!important;display:none!important;align-items:center!important;justify-content:center!important;padding:24px!important;background:rgba(10,16,28,.56)!important;backdrop-filter:blur(16px)!important;-webkit-backdrop-filter:blur(16px)!important;}
.egp-buy-now-overlay-v113.is-open{display:flex!important;}
.egp-buy-now-modal-v113{position:relative!important;width:min(860px,calc(100vw - 36px))!important;max-height:calc(100dvh - 34px)!important;overflow:auto!important;background:rgba(255,255,255,.98)!important;border:1px solid rgba(255,255,255,.86)!important;border-radius:30px!important;box-shadow:0 38px 120px rgba(19,35,61,.30)!important;padding:26px!important;}
.egp-buy-now-close-v113{position:absolute!important;top:16px!important;right:16px!important;width:42px!important;height:42px!important;border:0!important;border-radius:999px!important;background:#f3eee7!important;color:#13233d!important;font-size:24px!important;font-weight:900!important;cursor:pointer!important;}
.egp-buy-now-head-v113{text-align:center!important;padding:0 48px 18px!important;}
.egp-buy-now-head-v113 p{margin:0 0 7px!important;color:#a98b62!important;font-size:11px!important;font-weight:900!important;letter-spacing:.24em!important;text-transform:uppercase!important;}
.egp-buy-now-head-v113 h2{margin:0!important;font-family:'Cormorant Garamond',serif!important;font-size:40px!important;line-height:.95!important;color:#13233d!important;}
.egp-buy-now-head-v113 span{display:block!important;margin-top:8px!important;color:#778193!important;font-size:14px!important;}
.egp-buy-now-grid-v113{display:grid!important;grid-template-columns:1fr 1fr!important;gap:12px!important;}
.egp-buy-now-grid-v113 label{display:flex!important;flex-direction:column!important;gap:6px!important;font-weight:800!important;color:#13233d!important;font-size:13px!important;}
.egp-buy-now-grid-v113 .egp-full-v113{grid-column:1/-1!important;}
.egp-buy-now-grid-v113 input{height:46px!important;border:1px solid rgba(19,35,61,.14)!important;border-radius:15px!important;padding:0 14px!important;outline:0!important;box-shadow:none!important;background:#fff!important;}
.egp-payment-v113{margin-top:14px!important;padding:16px!important;background:#13233d!important;border-radius:20px!important;color:#fff!important;}
.egp-payment-v113 small{color:#b7c0cf!important;font-weight:800!important;}
.egp-payment-v113 h3{margin:4px 0 12px!important;font-size:16px!important;color:#fff!important;}
.egp-pay-options-v113{display:grid!important;grid-template-columns:1fr 1fr!important;gap:10px!important;}
.egp-pay-options-v113 label{display:flex!important;gap:10px!important;align-items:flex-start!important;background:#fff!important;color:#13233d!important;border-radius:16px!important;padding:12px!important;cursor:pointer!important;}
.egp-pay-options-v113 input{margin-top:3px!important;}
.egp-pay-options-v113 span{display:flex!important;flex-direction:column!important;gap:4px!important;}
.egp-pay-options-v113 strong{font-size:14px!important;}
.egp-pay-options-v113 em{font-style:normal!important;color:#737b89!important;font-size:12px!important;line-height:1.4!important;}
.egp-summary-v113{margin-top:14px!important;padding:14px 16px!important;border-radius:18px!important;background:#f7f2ec!important;display:grid!important;grid-template-columns:1fr auto!important;gap:6px 14px!important;align-items:center!important;}
.egp-summary-v113 strong{grid-column:1/-1!important;color:#13233d!important;}
.egp-summary-v113 span{font-weight:800!important;color:#13233d!important;}
.egp-summary-v113 b{font-size:18px!important;color:#c9142f!important;}
.egp-note-v113{margin:12px 0 0!important;color:#6f7784!important;font-size:13px!important;}
.egp-submit-v113{margin-top:16px!important;width:100%!important;height:56px!important;border:0!important;border-radius:999px!important;background:#13233d!important;color:#fff!important;font-weight:900!important;font-size:15px!important;cursor:pointer!important;}
.egp-buy-now-status-v113{margin:0 0 12px!important;padding:12px 14px!important;border-radius:16px!important;font-weight:800!important;}
.egp-buy-now-status-v113.is-loading{background:#f7f2ec!important;color:#13233d!important;}
.egp-buy-now-status-v113.is-success{background:#eaf7ef!important;color:#16833a!important;}
.egp-buy-now-status-v113.is-error{background:#fff0f0!important;color:#b3261e!important;}
@media(max-width:700px){.egp-buy-now-modal-v113{padding:20px!important;border-radius:24px!important;}.egp-buy-now-grid-v113,.egp-pay-options-v113{grid-template-columns:1fr!important;}.egp-buy-now-head-v113 h2{font-size:34px!important;}}

/* ===============================
   ENG HOME BUY NOW + SUCCESS V116
   =============================== */
#product-product .egp-buy-now-button-v113{
  position:relative!important;
  display:flex!important;
  flex-direction:column!important;
  align-items:center!important;
  justify-content:center!important;
  gap:3px!important;
  width:100%!important;
  min-height:82px!important;
  margin-top:14px!important;
  padding:14px 18px!important;
  border:0!important;
  border-radius:26px!important;
  background:linear-gradient(135deg,#13233d 0%,#1d3560 55%,#28477d 100%)!important;
  color:#fff!important;
  box-shadow:0 18px 40px rgba(19,35,61,.24), inset 0 1px 0 rgba(255,255,255,.20)!important;
  cursor:pointer!important;
  overflow:hidden!important;
  transition:transform .22s ease, box-shadow .22s ease, filter .22s ease!important;
}
#product-product .egp-buy-now-button-v113:before{
  content:"";
  position:absolute;
  inset:-120% auto auto -35%;
  width:42%;
  height:300%;
  background:linear-gradient(90deg,rgba(255,255,255,0),rgba(255,255,255,.42),rgba(255,255,255,0));
  transform:rotate(22deg);
  animation:egpBuyNowShineV116 3.2s linear infinite;
}
#product-product .egp-buy-now-button-v113:hover{
  transform:translateY(-3px) scale(1.01)!important;
  box-shadow:0 24px 52px rgba(19,35,61,.28), inset 0 1px 0 rgba(255,255,255,.24)!important;
  filter:saturate(1.08)!important;
}
#product-product .egp-buy-now-button-v113 strong{
  position:relative;
  z-index:1;
  display:block;
  font-size:23px!important;
  line-height:1!important;
  letter-spacing:.05em!important;
  font-weight:900!important;
}
#product-product .egp-buy-now-button-v113 em{
  position:relative;
  z-index:1;
  display:block;
  font-style:normal!important;
  font-size:12px!important;
  line-height:1.3!important;
  color:rgba(255,255,255,.88)!important;
  font-weight:700!important;
}
#product-product .egp-buy-now-flash-v116{
  position:relative;
  z-index:1;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:24px;
  padding:0 10px;
  border-radius:999px;
  background:rgba(255,255,255,.16);
  border:1px solid rgba(255,255,255,.18);
  color:#fff;
  font-size:10px;
  font-weight:900;
  letter-spacing:.12em;
  text-transform:uppercase;
}
#product-product .egp-cart-btn{
  min-height:60px!important;
  border-radius:22px!important;
}
.egp-buy-now-head-v113 h2{
  font-size:44px!important;
  line-height:.95!important;
}
.egp-buy-now-head-v113 p{
  letter-spacing:.22em!important;
}
.egp-submit-v113{
  height:60px!important;
  border-radius:20px!important;
  background:linear-gradient(135deg,#13233d 0%,#1d3560 100%)!important;
  box-shadow:0 18px 36px rgba(19,35,61,.18)!important;
}
.egp-buy-now-status-v113{
  padding:18px 18px!important;
  border-radius:22px!important;
}
.egp-buy-now-status-v113.is-loading{
  background:linear-gradient(135deg,#f8f3ec 0%,#efe6db 100%)!important;
  color:#13233d!important;
}
.egp-buy-now-status-v113.is-success{
  background:linear-gradient(135deg,#eef8f0 0%,#e2f4e7 100%)!important;
  color:#0f6d32!important;
}
.egp-buy-now-status-v113.is-error{
  background:linear-gradient(135deg,#fff4f4 0%,#ffe7e7 100%)!important;
  color:#b3261e!important;
}
.egp-status-inner-v116{
  display:flex;
  align-items:center;
  gap:14px;
}
.egp-status-icon-v116{
  width:54px;
  height:54px;
  flex:0 0 54px;
  border-radius:18px;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:28px;
  font-weight:900;
  background:#13233d;
  color:#fff;
  box-shadow:0 12px 28px rgba(19,35,61,.16);
}
.egp-buy-now-status-v113.is-success .egp-status-icon-v116{
  background:linear-gradient(135deg,#0f7b38 0%,#2ca95d 100%);
  animation:egpTickPopV116 .45s ease;
}
.egp-buy-now-status-v113.is-error .egp-status-icon-v116{
  background:linear-gradient(135deg,#b3261e 0%,#d94a42 100%);
}
.egp-status-copy-v116{
  display:flex;
  flex-direction:column;
  gap:4px;
}
.egp-status-copy-v116 strong{
  font-size:16px;
  line-height:1.2;
  color:inherit;
}
.egp-status-copy-v116 span{
  font-size:13px;
  line-height:1.5;
  color:inherit;
  opacity:.92;
}
.egp-status-loader-v116{
  width:22px;
  height:22px;
  border-radius:999px;
  border:3px solid rgba(255,255,255,.28);
  border-top-color:#fff;
  display:block;
  animation:egpSpinV116 .85s linear infinite;
}

#common-success.eg-success-page-v116{
  background:linear-gradient(180deg,#f7f2ec 0%,#f1e9df 100%)!important;
  min-height:calc(100vh - 120px);
  padding:48px 14px 90px!important;
}
#common-success .breadcrumb,
#common-success #content > h1,
#common-success .buttons,
#common-success #content > p:first-of-type,
#common-success #content > p:last-of-type{
  display:none!important;
}
#common-success .container,
.eg-success-shell-v116{
  width:min(980px,calc(100% - 28px))!important;
  margin:0 auto!important;
  float:none!important;
}
.eg-success-content-v116,
#common-success #content{
  width:100%!important;
  max-width:none!important;
  float:none!important;
  margin:0!important;
}
.eg-success-card-v116{
  position:relative;
  max-width:760px;
  margin:0 auto;
  padding:54px 34px 42px;
  border-radius:34px;
  background:rgba(255,255,255,.88);
  border:1px solid rgba(255,255,255,.95);
  box-shadow:0 28px 80px rgba(19,35,61,.12);
  text-align:center;
  overflow:hidden;
  backdrop-filter:blur(12px);
}
.eg-success-card-v116:before{
  content:"";
  position:absolute;
  inset:auto -10% -50% auto;
  width:240px;
  height:240px;
  border-radius:999px;
  background:radial-gradient(circle,rgba(19,35,61,.08),transparent 68%);
}
.eg-success-chip-v116{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:34px;
  padding:0 16px;
  margin-bottom:18px;
  border-radius:999px;
  background:#f7f2ec;
  border:1px solid rgba(19,35,61,.08);
  color:#13233d;
  font-size:12px;
  font-weight:900;
  letter-spacing:.18em;
}
.eg-success-checkwrap-v116{
  width:104px;
  height:104px;
  margin:0 auto 26px;
  border-radius:32px;
  background:linear-gradient(135deg,#13233d 0%,#1e3a69 100%);
  display:flex;
  align-items:center;
  justify-content:center;
  box-shadow:0 24px 48px rgba(19,35,61,.20);
  animation:egpSuccessFloatV116 3.2s ease-in-out infinite;
}
.eg-success-check-v116{
  width:24px;
  height:48px;
  border-right:6px solid #fff;
  border-bottom:6px solid #fff;
  transform:rotate(45deg) scale(.2);
  animation:egpSuccessCheckV116 .55s .15s cubic-bezier(.22,1,.36,1) forwards;
}
.eg-success-title-v116{
  margin:0 0 16px;
  color:#13233d;
  font-family:'Cormorant Garamond',serif;
  font-size:clamp(42px,6vw,68px);
  line-height:.95;
  letter-spacing:-.04em;
}
.eg-success-message-v116{
  max-width:560px;
  margin:0 auto;
  color:#5f6774;
  font-size:16px;
  line-height:1.9;
}
.eg-success-message-v116 p{
  margin:0 0 14px;
}
.eg-success-message-v116 a{
  color:#13233d!important;
  font-weight:800;
  text-decoration:none;
}
.eg-success-btn-v116{
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  min-width:170px;
  min-height:56px;
  margin-top:26px;
  padding:0 28px;
  border-radius:999px!important;
  background:linear-gradient(135deg,#13233d 0%,#1d3560 100%)!important;
  color:#fff!important;
  font-size:16px;
  font-weight:900!important;
  text-decoration:none!important;
  box-shadow:0 18px 36px rgba(19,35,61,.18);
  transition:transform .22s ease, box-shadow .22s ease!important;
}
.eg-success-btn-v116:hover{
  transform:translateY(-2px);
  box-shadow:0 22px 42px rgba(19,35,61,.24);
}
@keyframes egpBuyNowShineV116{0%{left:-45%;}100%{left:120%;}}
@keyframes egpSpinV116{to{transform:rotate(360deg);}}
@keyframes egpTickPopV116{0%{transform:scale(.76);opacity:.4;}100%{transform:scale(1);opacity:1;}}
@keyframes egpSuccessCheckV116{0%{transform:rotate(45deg) scale(.2);opacity:0;}80%{transform:rotate(45deg) scale(1.08);opacity:1;}100%{transform:rotate(45deg) scale(1);opacity:1;}}
@keyframes egpSuccessFloatV116{0%,100%{transform:translateY(0);}50%{transform:translateY(-6px);}}
@media(max-width:768px){
  #product-product .egp-buy-now-button-v113{min-height:76px!important;padding:12px 14px!important;}
  #product-product .egp-buy-now-button-v113 strong{font-size:20px!important;}
  #product-product .egp-buy-now-button-v113 em{font-size:11px!important;}
  .egp-status-inner-v116{align-items:flex-start;}
  .egp-buy-now-head-v113 h2{font-size:36px!important;}
  .eg-success-card-v116{padding:42px 22px 34px;border-radius:28px;}
  .eg-success-checkwrap-v116{width:92px;height:92px;border-radius:28px;}
  .eg-success-title-v116{font-size:48px;}
  .eg-success-message-v116{font-size:15px;line-height:1.75;}
}


/* V118 cleanup */
#product-product .egp-safe-payments{display:none!important;}
#product-product .egp-buy-now-button-v113 .egp-buy-now-flash-v116,
#product-product .egp-buy-now-button-v113 em,
#product-product .egp-buy-now-button-v113 strong{display:none!important;}
#product-product .egp-buy-now-button-v113{min-height:60px!important;height:60px!important;border-radius:22px!important;background:linear-gradient(135deg,#13233d 0%,#19345c 50%,#13233d 100%)!important;background-size:220% 220%!important;animation:egpGradientMoveV118 4s ease infinite!important;}
@keyframes egpGradientMoveV118{0%{background-position:0% 50%;}50%{background-position:100% 50%;}100%{background-position:0% 50%;}}

/* V119 button hard fix */
#product-product #egp-buy-now-button-v113{cursor:pointer!important;position:relative!important;z-index:5!important;}


/* V121 hard cleanup */
#product-product .egp-safe-payments{display:none!important;}
#product-product #egp-buy-now-button-v121{cursor:pointer!important;position:relative!important;z-index:5!important;}

/* v124 login/register animation is inline in login.twig and register.twig */

/* v125 auth refinements: adjusted inline login/register spacing, button sizes, background brightness, unchecked agreement. */

/* v126 progressive signup reveal is inline in login.twig/register.twig */
/* ===== OFERTAT E JAVES SLIDER ===== */
.offer-week-slider,
.offer-week-slider .swiper,
.offer-week-slider .swiper-wrapper,
.offer-week-slider .swiper-slide {
  position: relative;
}

.offer-week-slider .swiper-slide a {
  display: block;
}

.offer-week-slider .swiper-slide img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 36px;
}

/* ARROWS */
.offer-week-slider .swiper-button-prev,
.offer-week-slider .swiper-button-next,
.offer-week-slider .owl-prev,
.offer-week-slider .owl-next {
  width: 58px;
  height: 58px;
  border-radius: 50%;
  background: rgba(255,255,255,0.95);
  color: #0f2347;
  border: 1px solid rgba(15,35,71,0.08);
  box-shadow: 0 14px 30px rgba(0,0,0,0.10);
  transition: all .25s ease;
}

.offer-week-slider .swiper-button-prev:hover,
.offer-week-slider .swiper-button-next:hover,
.offer-week-slider .owl-prev:hover,
.offer-week-slider .owl-next:hover {
  background: #0f2347;
  color: #fff;
  transform: translateY(-2px);
}

.offer-week-slider .swiper-button-prev {
  left: 24px;
}

.offer-week-slider .swiper-button-next {
  right: 24px;
}

.offer-week-slider .swiper-button-prev:after,
.offer-week-slider .swiper-button-next:after {
  font-size: 18px;
  font-weight: 700;
}

/* DOTS / PAGINATION */
.offer-week-slider .swiper-pagination {
  bottom: 18px !important;
}

.offer-week-slider .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: rgba(15,35,71,0.25);
  opacity: 1;
  margin: 0 5px !important;
}

.offer-week-slider .swiper-pagination-bullet-active {
  width: 28px;
  border-radius: 999px;
  background: #0f2347;
}


/* ==========================================================
   ENG HOME PREMIUM CHECKOUT V120
   Final override: elegant modal + checkout page
   ========================================================== */
body.enghome-body .eg-premium-checkout-v120,
body.enghome-body #checkout-checkout.eg-premium-checkout-v120{
  background:
    radial-gradient(circle at 18% 10%, rgba(169,139,98,.16), transparent 28%),
    radial-gradient(circle at 88% 0%, rgba(19,35,61,.10), transparent 28%),
    linear-gradient(180deg,#fbf8f3 0%,#f2eadf 100%) !important;
  padding:0 !important;
}

body.enghome-body .eg-checkout-premium-shell{
  position:relative!important;
  min-height:calc(100vh - 88px)!important;
  padding:56px 0 86px!important;
  overflow:hidden!important;
}

body.enghome-body .eg-checkout-premium-bg{
  position:absolute!important;
  inset:0!important;
  pointer-events:none!important;
  background:
    linear-gradient(90deg,rgba(255,255,255,.45) 0,transparent 35%,rgba(255,255,255,.34) 100%),
    radial-gradient(circle at 50% 10%,rgba(255,255,255,.8),transparent 34%)!important;
}

body.enghome-body .eg-checkout-premium-container{
  position:relative!important;
  z-index:1!important;
}

body.enghome-body .eg-premium-checkout-layout{
  width:min(1180px,100%)!important;
  margin:0 auto!important;
  display:grid!important;
  grid-template-columns:.82fr 1.18fr!important;
  gap:28px!important;
  align-items:stretch!important;
}

body.enghome-body .eg-premium-brand-card,
body.enghome-body .eg-premium-form-card{
  border-radius:34px!important;
  border:1px solid rgba(255,255,255,.78)!important;
  box-shadow:0 34px 95px rgba(19,35,61,.12)!important;
  overflow:hidden!important;
}

body.enghome-body .eg-premium-brand-card{
  min-height:100%!important;
  padding:42px!important;
  color:#fff!important;
  background:
    linear-gradient(145deg,rgba(19,35,61,.96),rgba(7,14,27,.98)),
    radial-gradient(circle at 30% 20%,rgba(169,139,98,.32),transparent 32%)!important;
  display:flex!important;
  flex-direction:column!important;
  justify-content:space-between!important;
}

body.enghome-body .eg-premium-pill{
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  width:max-content!important;
  min-height:34px!important;
  padding:0 18px!important;
  border-radius:999px!important;
  background:rgba(255,255,255,.10)!important;
  border:1px solid rgba(255,255,255,.16)!important;
  color:#f7f0e8!important;
  letter-spacing:.24em!important;
  font-size:11px!important;
  font-weight:900!important;
}

body.enghome-body .eg-premium-brand-card h1{
  margin:34px 0 18px!important;
  font-family:'Cormorant Garamond',serif!important;
  font-size:clamp(48px,5vw,76px)!important;
  line-height:.92!important;
  letter-spacing:-.055em!important;
  color:#fff!important;
}

body.enghome-body .eg-premium-brand-card p{
  max-width:420px!important;
  margin:0!important;
  color:rgba(255,255,255,.75)!important;
  line-height:1.8!important;
  font-size:15px!important;
}

body.enghome-body .eg-premium-trust-list{
  margin-top:54px!important;
  display:grid!important;
  gap:12px!important;
}

body.enghome-body .eg-premium-trust-list div{
  display:flex!important;
  align-items:center!important;
  gap:14px!important;
  padding:14px!important;
  border-radius:18px!important;
  background:rgba(255,255,255,.075)!important;
  border:1px solid rgba(255,255,255,.10)!important;
}

body.enghome-body .eg-premium-trust-list strong{
  width:38px!important;
  height:38px!important;
  border-radius:999px!important;
  background:#f8f2ea!important;
  color:#13233d!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  font-size:12px!important;
  font-weight:900!important;
}

body.enghome-body .eg-premium-trust-list span{
  color:rgba(255,255,255,.86)!important;
  font-weight:800!important;
  font-size:13px!important;
}

body.enghome-body .eg-premium-form-card{
  background:rgba(255,255,255,.86)!important;
  backdrop-filter:blur(18px)!important;
  -webkit-backdrop-filter:blur(18px)!important;
  padding:36px!important;
}

body.enghome-body .eg-premium-form-head{
  margin:0 0 26px!important;
}

body.enghome-body .eg-premium-step,
body.enghome-body .eg-premium-section-label span{
  display:inline-flex!important;
  align-items:center!important;
  width:max-content!important;
  min-height:28px!important;
  padding:0 12px!important;
  border-radius:999px!important;
  background:#f4eee6!important;
  color:#a98b62!important;
  letter-spacing:.16em!important;
  text-transform:uppercase!important;
  font-size:10px!important;
  font-weight:900!important;
}

body.enghome-body .eg-premium-form-head h2{
  margin:14px 0 8px!important;
  font-family:'Cormorant Garamond',serif!important;
  color:#13233d!important;
  font-size:clamp(36px,4vw,54px)!important;
  line-height:.96!important;
  letter-spacing:-.045em!important;
}

body.enghome-body .eg-premium-form-head p{
  margin:0!important;
  max-width:620px!important;
  color:#6e7684!important;
  line-height:1.7!important;
  font-size:14px!important;
}

body.enghome-body .eg-premium-section-label{
  display:flex!important;
  align-items:center!important;
  justify-content:space-between!important;
  gap:16px!important;
  margin:22px 0 14px!important;
  padding-top:4px!important;
}

body.enghome-body .eg-premium-section-label em{
  font-style:normal!important;
  color:#8b93a1!important;
  font-size:12px!important;
  font-weight:800!important;
}

body.enghome-body .eg-premium-grid,
body.enghome-body .eg-modal-form-grid.eg-premium-grid{
  display:grid!important;
  grid-template-columns:repeat(2,minmax(0,1fr))!important;
  gap:14px!important;
}

body.enghome-body .eg-premium-input label{
  display:block!important;
  margin:0 0 8px!important;
  color:#13233d!important;
  font-size:13px!important;
  font-weight:900!important;
}

body.enghome-body .eg-premium-input input{
  width:100%!important;
  height:58px!important;
  border-radius:18px!important;
  border:1px solid rgba(19,35,61,.11)!important;
  background:rgba(255,255,255,.96)!important;
  color:#13233d!important;
  padding:0 16px!important;
  font-size:15px!important;
  outline:0!important;
  box-shadow:0 10px 24px rgba(19,35,61,.035)!important;
  transition:border-color .22s ease, box-shadow .22s ease, background .22s ease!important;
}

body.enghome-body .eg-premium-input input:focus{
  border-color:rgba(169,139,98,.62)!important;
  background:#fff!important;
  box-shadow:0 0 0 4px rgba(169,139,98,.12),0 16px 34px rgba(19,35,61,.06)!important;
}

body.enghome-body .eg-field-full{
  grid-column:1/-1!important;
}

body.enghome-body .eg-premium-payment-section{
  margin:0!important;
  padding:0!important;
  background:transparent!important;
  border:0!important;
  box-shadow:none!important;
  color:#13233d!important;
}

body.enghome-body .eg-premium-payment-grid{
  display:grid!important;
  grid-template-columns:repeat(2,minmax(0,1fr))!important;
  gap:14px!important;
}

body.enghome-body .eg-premium-pay-card{
  display:block!important;
  position:relative!important;
  cursor:pointer!important;
}

body.enghome-body .eg-premium-pay-card input{
  position:absolute!important;
  opacity:0!important;
  pointer-events:none!important;
}

body.enghome-body .eg-premium-pay-card .eg-payment-card-design{
  min-height:112px!important;
  padding:18px!important;
  border-radius:22px!important;
  border:1px solid rgba(19,35,61,.10)!important;
  background:linear-gradient(180deg,#fff,#fbf8f3)!important;
  color:#13233d!important;
  display:grid!important;
  grid-template-columns:44px 1fr!important;
  gap:12px!important;
  align-items:start!important;
  box-shadow:0 12px 30px rgba(19,35,61,.04)!important;
  transition:.24s ease!important;
}

body.enghome-body .eg-premium-pay-card .eg-payment-card-design i{
  width:44px!important;
  height:44px!important;
  border-radius:14px!important;
  background:#13233d!important;
  color:#fff!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  font-style:normal!important;
  font-weight:900!important;
  font-size:18px!important;
}

body.enghome-body .eg-premium-pay-card .eg-payment-card-design strong{
  display:block!important;
  margin:2px 0 6px!important;
  color:#13233d!important;
  font-size:15px!important;
  font-weight:900!important;
}

body.enghome-body .eg-premium-pay-card .eg-payment-card-design em{
  display:block!important;
  color:#77808d!important;
  font-style:normal!important;
  font-size:12px!important;
  line-height:1.45!important;
  font-weight:700!important;
}

body.enghome-body .eg-premium-pay-card input:checked + .eg-payment-card-design{
  border-color:#a98b62!important;
  box-shadow:0 0 0 4px rgba(169,139,98,.12),0 18px 42px rgba(19,35,61,.08)!important;
  transform:translateY(-2px)!important;
}

body.enghome-body .eg-premium-submit-row{
  margin-top:22px!important;
  display:grid!important;
  gap:10px!important;
}

body.enghome-body .eg-premium-submit-btn,
body.enghome-body .eg-submit-checkout-btn.eg-premium-submit-btn{
  min-height:60px!important;
  border:0!important;
  border-radius:999px!important;
  background:linear-gradient(135deg,#13233d,#081223)!important;
  color:#fff!important;
  font-weight:900!important;
  font-size:16px!important;
  box-shadow:0 20px 45px rgba(19,35,61,.22)!important;
  cursor:pointer!important;
  transition:.24s ease!important;
}

body.enghome-body .eg-premium-submit-btn:hover{
  transform:translateY(-2px)!important;
  box-shadow:0 26px 56px rgba(19,35,61,.28)!important;
}

body.enghome-body .eg-premium-submit-btn:disabled{
  opacity:.72!important;
  cursor:not-allowed!important;
  transform:none!important;
}

body.enghome-body .eg-premium-submit-row p{
  margin:0!important;
  text-align:center!important;
  color:#8a93a2!important;
  font-size:12px!important;
  line-height:1.45!important;
}

/* Modal checkout */
body.enghome-body #eg-cart-modal-overlay.eg-checkout-modal-overlay{
  padding:20px!important;
  background:rgba(8,13,24,.62)!important;
  backdrop-filter:blur(18px)!important;
  -webkit-backdrop-filter:blur(18px)!important;
}

body.enghome-body #eg-cart-modal-overlay .eg-checkout-modal-card{
  width:min(940px,calc(100vw - 32px))!important;
  max-height:calc(100dvh - 32px)!important;
  overflow:auto!important;
  border-radius:34px!important;
  background:
    linear-gradient(180deg,rgba(255,255,255,.98),rgba(250,247,242,.98))!important;
  border:1px solid rgba(255,255,255,.82)!important;
  box-shadow:0 45px 130px rgba(7,14,27,.38)!important;
  padding:30px!important;
}

body.enghome-body .eg-checkout-modal-close{
  top:18px!important;
  right:18px!important;
  width:46px!important;
  height:46px!important;
  background:#f2ece4!important;
  color:#13233d!important;
  font-size:24px!important;
  box-shadow:0 12px 28px rgba(19,35,61,.08)!important;
}

body.enghome-body .eg-premium-modal-head{
  text-align:center!important;
  padding:0 54px 20px!important;
  margin:0!important;
  border-bottom:1px solid rgba(19,35,61,.08)!important;
}

body.enghome-body .eg-premium-modal-head .eg-kicker{
  display:inline-flex!important;
  margin:0 auto 12px!important;
  min-height:32px!important;
  padding:0 18px!important;
  border-radius:999px!important;
  background:#f4eee6!important;
  align-items:center!important;
  justify-content:center!important;
  color:#a98b62!important;
  letter-spacing:.28em!important;
}

body.enghome-body .eg-premium-modal-head h2{
  margin:0!important;
  font-family:'Cormorant Garamond',serif!important;
  color:#13233d!important;
  font-size:clamp(42px,5vw,64px)!important;
  line-height:.9!important;
  letter-spacing:-.055em!important;
}

body.enghome-body .eg-premium-modal-head span{
  display:block!important;
  margin:12px auto 0!important;
  max-width:520px!important;
  color:#6f7784!important;
  line-height:1.55!important;
  font-size:14px!important;
}

body.enghome-body .eg-premium-modal-form{
  padding-top:22px!important;
}

body.enghome-body .eg-premium-modal-bottom{
  display:grid!important;
  grid-template-columns:1fr .86fr!important;
  gap:14px!important;
  margin-top:20px!important;
}

body.enghome-body .eg-premium-summary-box{
  margin:0!important;
  padding:20px!important;
  border-radius:24px!important;
  background:linear-gradient(145deg,#13233d,#081223)!important;
  color:#fff!important;
  box-shadow:0 20px 50px rgba(19,35,61,.18)!important;
  border:1px solid rgba(255,255,255,.10)!important;
}

body.enghome-body .eg-premium-summary-box .eg-cart-checkout-summary-head{
  margin-bottom:12px!important;
}

body.enghome-body .eg-premium-summary-box .eg-cart-checkout-summary-head strong{
  color:#fff!important;
  font-family:'Cormorant Garamond',serif!important;
  font-size:28px!important;
}

body.enghome-body .eg-premium-summary-box .eg-cart-checkout-summary-head span,
body.enghome-body .eg-premium-summary-box .eg-cart-checkout-receipt-note,
body.enghome-body .eg-premium-summary-box .eg-cart-checkout-total-line span{
  color:rgba(255,255,255,.68)!important;
}

body.enghome-body .eg-premium-summary-box .eg-cart-checkout-total-line{
  border-top:1px solid rgba(255,255,255,.13)!important;
  padding:9px 0!important;
}

body.enghome-body .eg-premium-summary-box .eg-cart-checkout-total-line strong{
  color:#fff!important;
}

body.enghome-body .eg-modal-status-box{
  border-radius:20px!important;
  margin:0 0 18px!important;
  padding:16px 18px!important;
  display:flex!important;
  align-items:center!important;
  gap:12px!important;
  font-weight:800!important;
}

body.enghome-body .eg-modal-status-box strong{
  display:block!important;
  font-weight:900!important;
}

body.enghome-body .eg-modal-status-box span{
  display:block!important;
  margin-top:3px!important;
  font-size:12px!important;
  line-height:1.45!important;
  font-weight:700!important;
  opacity:.86!important;
}

body.enghome-body .eg-status-loading{
  background:#f4eee6!important;
  color:#13233d!important;
}

body.enghome-body .eg-status-error{
  background:#fff0f0!important;
  color:#9f1d1d!important;
}

body.enghome-body .eg-status-success{
  background:#edf8f1!important;
  color:#187348!important;
  display:block!important;
  text-align:center!important;
}

body.enghome-body .eg-success-checkmark{
  width:70px!important;
  height:70px!important;
  border-radius:999px!important;
  margin:0 auto 14px!important;
  background:#187348!important;
  color:#fff!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  font-size:34px!important;
  font-weight:900!important;
}

body.enghome-body .eg-status-success h3{
  margin:0 0 8px!important;
  font-family:'Cormorant Garamond',serif!important;
  color:#13233d!important;
  font-size:34px!important;
}

body.enghome-body .eg-status-success p{
  margin:0 auto 16px!important;
  max-width:420px!important;
  color:#4d5b66!important;
  line-height:1.55!important;
}

body.enghome-body .eg-success-small-btn{
  min-height:44px!important;
  padding:0 18px!important;
  border:0!important;
  border-radius:999px!important;
  background:#13233d!important;
  color:#fff!important;
  font-weight:900!important;
}

@media(max-width:980px){
  body.enghome-body .eg-premium-checkout-layout{
    grid-template-columns:1fr!important;
  }
  body.enghome-body .eg-premium-brand-card{
    min-height:auto!important;
  }
  body.enghome-body .eg-premium-trust-list{
    margin-top:28px!important;
    grid-template-columns:repeat(3,minmax(0,1fr))!important;
  }
  body.enghome-body .eg-premium-modal-bottom{
    grid-template-columns:1fr!important;
  }
}

@media(max-width:700px){
  body.enghome-body .eg-checkout-premium-shell{
    padding:24px 0 54px!important;
  }
  body.enghome-body .eg-premium-form-card,
  body.enghome-body .eg-premium-brand-card{
    border-radius:26px!important;
    padding:24px!important;
  }
  body.enghome-body .eg-premium-grid,
  body.enghome-body .eg-modal-form-grid.eg-premium-grid,
  body.enghome-body .eg-premium-payment-grid{
    grid-template-columns:1fr!important;
  }
  body.enghome-body .eg-premium-trust-list{
    grid-template-columns:1fr!important;
  }
  body.enghome-body #eg-cart-modal-overlay.eg-checkout-modal-overlay{
    padding:10px!important;
    align-items:flex-start!important;
  }
  body.enghome-body #eg-cart-modal-overlay .eg-checkout-modal-card{
    width:100%!important;
    max-height:calc(100dvh - 20px)!important;
    border-radius:28px!important;
    padding:22px!important;
  }
  body.enghome-body .eg-premium-modal-head{
    padding:8px 46px 18px!important;
  }
  body.enghome-body .eg-premium-modal-head h2{
    font-size:44px!important;
  }
  body.enghome-body .eg-premium-input input{
    height:56px!important;
  }
}

@media(max-width:420px){
  body.enghome-body .eg-premium-brand-card h1{
    font-size:46px!important;
  }
  body.enghome-body .eg-premium-form-head h2,
  body.enghome-body .eg-premium-modal-head h2{
    font-size:38px!important;
  }
  body.enghome-body .eg-premium-form-card,
  body.enghome-body .eg-premium-brand-card,
  body.enghome-body #eg-cart-modal-overlay .eg-checkout-modal-card{
    padding:18px!important;
  }
}
/* ENG HOME - WEEKLY OFFERS SECTION FIX */
body.enghome-body .eg-offers-section,
body.enghome-body .eg-weekly-offers,
body.enghome-body .eg-banner-section,
body.enghome-body .eg-slideshow-section {
  padding: 70px 0 90px !important;
  background: linear-gradient(180deg, #faf7f2 0%, #f3ece3 100%) !important;
  overflow: hidden !important;
}

body.enghome-body .eg-offers-section .eg-kicker,
body.enghome-body .eg-weekly-offers .eg-kicker,
body.enghome-body .eg-banner-section .eg-kicker {
  margin-bottom: 10px !important;
  color: #a98b62 !important;
  font-size: 12px !important;
  letter-spacing: .24em !important;
  font-weight: 900 !important;
}

body.enghome-body .eg-offers-section h2,
body.enghome-body .eg-weekly-offers h2,
body.enghome-body .eg-banner-section h2 {
  margin: 0 0 14px !important;
  font-family: 'Cormorant Garamond', serif !important;
  font-size: clamp(42px, 5vw, 76px) !important;
  line-height: .95 !important;
  color: #13233d !important;
  letter-spacing: -.05em !important;
  text-align: center !important;
}

/* Hide placeholder instruction text */
body.enghome-body .eg-offers-section p:not(.eg-kicker),
body.enghome-body .eg-weekly-offers p:not(.eg-kicker),
body.enghome-body .eg-banner-section p:not(.eg-kicker) {
  display: none !important;
}

/* Banner frame */
body.enghome-body .swiper,
body.enghome-body .slideshow,
body.enghome-body .owl-carousel,
body.enghome-body .carousel {
  width: min(1180px, calc(100% - 44px)) !important;
  margin: 34px auto 0 !important;
  border-radius: 34px !important;
  overflow: hidden !important;
  background: transparent !important;
  box-shadow: 0 34px 90px rgba(19, 35, 61, .16) !important;
}

/* Banner image */
body.enghome-body .swiper img,
body.enghome-body .slideshow img,
body.enghome-body .owl-carousel img,
body.enghome-body .carousel img {
  width: 100% !important;
  height: auto !important;
  max-height: 460px !important;
  object-fit: cover !important;
  display: block !important;
  margin: 0 auto !important;
  background: transparent !important;
}

/* Remove ugly gray sides */
body.enghome-body .swiper-slide,
body.enghome-body .owl-item,
body.enghome-body .carousel-inner,
body.enghome-body .item {
  background: transparent !important;
}

/* Arrows clean */
body.enghome-body .swiper-button-prev,
body.enghome-body .swiper-button-next,
body.enghome-body .owl-prev,
body.enghome-body .owl-next,
body.enghome-body .carousel-control {
  width: 52px !important;
  height: 52px !important;
  border-radius: 999px !important;
  background: rgba(255,255,255,.92) !important;
  color: #13233d !important;
  box-shadow: 0 14px 34px rgba(19,35,61,.16) !important;
  border: 1px solid rgba(19,35,61,.08) !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  opacity: 1 !important;
}

/* If arrows show broken icon, hide inner broken font */
body.enghome-body .swiper-button-prev:after,
body.enghome-body .swiper-button-next:after {
  font-size: 18px !important;
  color: #13233d !important;
}

@media(max-width: 700px) {
  body.enghome-body .eg-offers-section,
  body.enghome-body .eg-weekly-offers,
  body.enghome-body .eg-banner-section,
  body.enghome-body .eg-slideshow-section {
    padding: 44px 0 58px !important;
  }

  body.enghome-body .swiper,
  body.enghome-body .slideshow,
  body.enghome-body .owl-carousel,
  body.enghome-body .carousel {
    width: calc(100% - 24px) !important;
    border-radius: 22px !important;
    margin-top: 24px !important;
  }

  body.enghome-body .swiper img,
  body.enghome-body .slideshow img,
  body.enghome-body .owl-carousel img,
  body.enghome-body .carousel img {
    max-height: 280px !important;
  }
}


/* =========================================================
   ENG HOME PRODUCT CARDS - BEAUTIFUL VISIBLE FINAL
   Shows real product cards clearly under "Produktet tona"
   ========================================================= */

body.enghome-body .eg-products-shell.eg-products-showcase{
  position:relative !important;
  padding:76px 0 110px !important;
  min-height:auto !important;
  background:linear-gradient(180deg,#faf7f2 0%,#f2eadf 100%) !important;
  overflow:hidden !important;
}

/* make background products decorative only, not the main thing */
body.enghome-body .eg-products-loop-bg{
  opacity:.38 !important;
  filter:none !important;
}

body.enghome-body .eg-loop-product{
  opacity:.24 !important;
  filter:blur(.2px) !important;
}

/* title box cleaner and smaller */
body.enghome-body .eg-products-center-focus{
  width:min(620px,calc(100% - 32px)) !important;
  margin:0 auto 42px !important;
  padding:44px 28px 38px !important;
  border-radius:32px !important;
  background:rgba(250,247,242,.90) !important;
  border:1px solid rgba(255,255,255,.86) !important;
  box-shadow:0 26px 78px rgba(19,35,61,.10) !important;
  text-align:center !important;
}

body.enghome-body .eg-products-center-focus .eg-section-title{
  font-size:clamp(48px,5vw,74px) !important;
  line-height:.92 !important;
  margin:0 0 22px !important;
}

/* product list section must be visible */
body.enghome-body .eg-products-list-below{
  position:relative !important;
  z-index:5 !important;
  width:min(1360px,calc(100% - 44px)) !important;
  margin:48px auto 0 !important;
  display:block !important;
  opacity:1 !important;
  visibility:visible !important;
}

/* grid */
body.enghome-body .eg-products-list-below .row,
body.enghome-body .eg-products-list-below .eg-latest-grid,
body.enghome-body .eg-products-list-below .enghome-products-grid{
  display:grid !important;
  grid-template-columns:repeat(4,minmax(0,1fr)) !important;
  gap:26px !important;
  margin:0 !important;
  width:100% !important;
}

body.enghome-body .eg-products-list-below [class*="col-"]{
  width:100% !important;
  max-width:100% !important;
  float:none !important;
  padding:0 !important;
  margin:0 !important;
}

/* card general */
body.enghome-body .eg-products-list-below .product-thumb,
body.enghome-body .eg-products-list-below .eg-product-card,
body.enghome-body .eg-products-list-below .enghome-product-card{
  position:relative !important;
  display:flex !important;
  flex-direction:column !important;
  min-height:100% !important;
  background:#fff !important;
  border:1px solid rgba(19,35,61,.08) !important;
  border-radius:18px !important;
  overflow:hidden !important;
  box-shadow:0 18px 55px rgba(19,35,61,.10) !important;
  transition:transform .26s ease, box-shadow .26s ease !important;
}

body.enghome-body .eg-products-list-below .product-thumb:hover,
body.enghome-body .eg-products-list-below .eg-product-card:hover,
body.enghome-body .eg-products-list-below .enghome-product-card:hover{
  transform:translateY(-5px) !important;
  box-shadow:0 28px 72px rgba(19,35,61,.16) !important;
}

/* image area */
body.enghome-body .eg-products-list-below .product-thumb .image,
body.enghome-body .eg-products-list-below .eg-product-image,
body.enghome-body .eg-products-list-below .enghome-product-image-wrap{
  width:100% !important;
  aspect-ratio:1 / 1.06 !important;
  background:#f4efe8 !important;
  padding:0 !important;
  overflow:hidden !important;
  display:block !important;
}

body.enghome-body .eg-products-list-below .product-thumb .image img,
body.enghome-body .eg-products-list-below .eg-product-image img,
body.enghome-body .eg-products-list-below .enghome-product-image{
  width:100% !important;
  height:100% !important;
  object-fit:cover !important;
  object-position:center center !important;
  padding:0 !important;
  background:#f4efe8 !important;
  display:block !important;
  transition:transform .42s ease !important;
}

body.enghome-body .eg-products-list-below .product-thumb:hover .image img,
body.enghome-body .eg-products-list-below .eg-product-card:hover .eg-product-image img,
body.enghome-body .eg-products-list-below .enghome-product-card:hover .enghome-product-image{
  transform:scale(1.035) !important;
}

/* content */
body.enghome-body .eg-products-list-below .product-thumb .caption,
body.enghome-body .eg-products-list-below .product-thumb .content,
body.enghome-body .eg-products-list-below .eg-product-info,
body.enghome-body .eg-products-list-below .enghome-product-info{
  padding:20px 20px 18px !important;
  text-align:left !important;
  display:flex !important;
  flex-direction:column !important;
  flex:1 !important;
}

/* product title */
body.enghome-body .eg-products-list-below .product-thumb h4,
body.enghome-body .eg-products-list-below .eg-product-title,
body.enghome-body .eg-products-list-below .enghome-product-title{
  font-family:Inter,Arial,sans-serif !important;
  margin:0 0 14px !important;
  min-height:48px !important;
  color:#101827 !important;
  font-size:20px !important;
  line-height:1.18 !important;
  font-weight:900 !important;
  letter-spacing:-.02em !important;
}

body.enghome-body .eg-products-list-below .product-thumb h4 a{
  color:#101827 !important;
}

/* price */
body.enghome-body .eg-products-list-below .price,
body.enghome-body .eg-products-list-below .eg-price-current,
body.enghome-body .eg-products-list-below .enghome-price,
body.enghome-body .eg-products-list-below .enghome-price-new{
  margin:0 0 16px !important;
  color:#101827 !important;
  font-size:26px !important;
  line-height:1.05 !important;
  font-weight:900 !important;
  letter-spacing:-.03em !important;
}

body.enghome-body .eg-products-list-below .price-old,
body.enghome-body .eg-products-list-below .eg-old-price,
body.enghome-body .eg-products-list-below .enghome-price-old{
  color:#9ca3af !important;
  font-size:14px !important;
  text-decoration:line-through !important;
  font-weight:700 !important;
}

/* buttons area */
body.enghome-body .eg-products-list-below .button-group{
  padding:0 20px 20px !important;
  background:#fff !important;
  border:0 !important;
  display:block !important;
}

body.enghome-body .eg-products-list-below .button-group button:first-child,
body.enghome-body .eg-products-list-below .eg-add-cart,
body.enghome-body .eg-products-list-below .enghome-cart-btn{
  width:100% !important;
  min-height:52px !important;
  height:52px !important;
  border:0 !important;
  border-radius:999px !important;
  background:#13233d !important;
  color:#fff !important;
  font-size:15px !important;
  font-weight:900 !important;
  box-shadow:none !important;
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
}

body.enghome-body .eg-products-list-below .button-group button:first-child:hover,
body.enghome-body .eg-products-list-below .eg-add-cart:hover,
body.enghome-body .eg-products-list-below .enghome-cart-btn:hover{
  background:#0b1425 !important;
}

/* hide wishlist/compare in homepage product cards if they make it messy */
body.enghome-body .eg-products-list-below .button-group button:nth-child(n+2){
  display:none !important;
}

/* add details link look if theme has it */
body.enghome-body .eg-products-list-below .eg-product-details,
body.enghome-body .eg-products-list-below .enghome-view-pill{
  margin-top:14px !important;
  color:#13233d !important;
  background:transparent !important;
  font-weight:900 !important;
  font-size:13px !important;
}

/* mobile */
@media(max-width:1200px){
  body.enghome-body .eg-products-list-below .row,
  body.enghome-body .eg-products-list-below .eg-latest-grid,
  body.enghome-body .eg-products-list-below .enghome-products-grid{
    grid-template-columns:repeat(3,minmax(0,1fr)) !important;
  }
}

@media(max-width:900px){
  body.enghome-body .eg-products-shell.eg-products-showcase{
    padding:56px 0 76px !important;
  }

  body.enghome-body .eg-products-list-below{
    width:calc(100% - 24px) !important;
    margin-top:34px !important;
  }

  body.enghome-body .eg-products-list-below .row,
  body.enghome-body .eg-products-list-below .eg-latest-grid,
  body.enghome-body .eg-products-list-below .enghome-products-grid{
    grid-template-columns:repeat(2,minmax(0,1fr)) !important;
    gap:16px !important;
  }

  body.enghome-body .eg-products-center-focus{
    margin-bottom:30px !important;
    padding:36px 20px 32px !important;
  }

  body.enghome-body .eg-products-center-focus .eg-section-title{
    font-size:46px !important;
  }

  body.enghome-body .eg-products-list-below .product-thumb h4,
  body.enghome-body .eg-products-list-below .eg-product-title,
  body.enghome-body .eg-products-list-below .enghome-product-title{
    font-size:17px !important;
    min-height:42px !important;
  }

  body.enghome-body .eg-products-list-below .price,
  body.enghome-body .eg-products-list-below .eg-price-current,
  body.enghome-body .eg-products-list-below .enghome-price,
  body.enghome-body .eg-products-list-below .enghome-price-new{
    font-size:22px !important;
  }
}

@media(max-width:560px){
  body.enghome-body .eg-products-list-below .row,
  body.enghome-body .eg-products-list-below .eg-latest-grid,
  body.enghome-body .eg-products-list-below .enghome-products-grid{
    grid-template-columns:1fr 1fr !important;
    gap:14px !important;
  }

  body.enghome-body .eg-products-list-below .product-thumb,
  body.enghome-body .eg-products-list-below .eg-product-card,
  body.enghome-body .eg-products-list-below .enghome-product-card{
    border-radius:16px !important;
  }

  body.enghome-body .eg-products-list-below .product-thumb .caption,
  body.enghome-body .eg-products-list-below .product-thumb .content,
  body.enghome-body .eg-products-list-below .eg-product-info,
  body.enghome-body .eg-products-list-below .enghome-product-info{
    padding:14px 14px 12px !important;
  }

  body.enghome-body .eg-products-list-below .button-group{
    padding:0 14px 14px !important;
  }

  body.enghome-body .eg-products-list-below .button-group button:first-child,
  body.enghome-body .eg-products-list-below .eg-add-cart,
  body.enghome-body .eg-products-list-below .enghome-cart-btn{
    min-height:46px !important;
    height:46px !important;
    font-size:13px !important;
  }

  body.enghome-body .eg-products-list-below .product-thumb h4,
  body.enghome-body .eg-products-list-below .eg-product-title,
  body.enghome-body .eg-products-list-below .enghome-product-title{
    font-size:15px !important;
    line-height:1.25 !important;
    min-height:38px !important;
  }

  body.enghome-body .eg-products-list-below .price,
  body.enghome-body .eg-products-list-below .eg-price-current,
  body.enghome-body .eg-products-list-below .enghome-price,
  body.enghome-body .eg-products-list-below .enghome-price-new{
    font-size:20px !important;
  }
}

/* =========================================================
   ENG HOME ABOUT US PREMIUM PAGE
   ========================================================= */
body.enghome-body .eg-info-page.eg-about-page{background:linear-gradient(180deg,#fbf7f1 0%,#f3ece3 48%,#faf7f2 100%)!important;overflow:hidden!important}
body.enghome-body .eg-about-container{width:min(1280px,calc(100% - 44px))!important;margin:0 auto!important}
body.enghome-body .eg-about-kicker{margin:0 0 14px!important;color:#a98b62!important;font-size:12px!important;letter-spacing:.24em!important;text-transform:uppercase!important;font-weight:900!important}
body.enghome-body .eg-about-hero{position:relative!important;min-height:560px!important;display:grid!important;place-items:center!important;padding:110px 0 92px!important;background:#101827!important;overflow:hidden!important}
body.enghome-body .eg-about-hero-bg{position:absolute!important;inset:0!important;background:linear-gradient(90deg,rgba(8,16,32,.82),rgba(8,16,32,.48) 42%,rgba(8,16,32,.18)),url('/image/catalog/enghome/showroom-poster.jpg') center/cover no-repeat!important;transform:scale(1.04)!important;filter:saturate(1.02) contrast(1.02)!important}
body.enghome-body .eg-about-hero:after{content:""!important;position:absolute!important;inset:0!important;background:radial-gradient(circle at 50% 20%,rgba(255,255,255,.14),transparent 30%),linear-gradient(180deg,rgba(8,16,32,.02),rgba(8,16,32,.42))!important;pointer-events:none!important}
body.enghome-body .eg-about-hero-inner{position:relative!important;z-index:2!important;width:min(980px,calc(100% - 40px))!important;margin:0 auto!important;text-align:center!important;color:#fff!important}
body.enghome-body .eg-about-hero .eg-about-kicker{color:rgba(255,255,255,.78)!important}
body.enghome-body .eg-about-hero h1{margin:0!important;font-family:'Cormorant Garamond',Georgia,serif!important;font-size:clamp(74px,9vw,132px)!important;line-height:.88!important;letter-spacing:-.07em!important;color:#fff!important;font-weight:700!important;text-shadow:0 22px 60px rgba(0,0,0,.34)!important}
body.enghome-body .eg-about-hero-text{max-width:720px!important;margin:26px auto 0!important;color:rgba(255,255,255,.90)!important;font-size:19px!important;line-height:1.85!important}
body.enghome-body .eg-about-hero-actions{margin-top:34px!important;display:flex!important;justify-content:center!important;gap:14px!important;flex-wrap:wrap!important}
body.enghome-body .eg-about-btn{min-height:56px!important;padding:0 30px!important;border-radius:999px!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;font-size:14px!important;font-weight:900!important;text-decoration:none!important;transition:transform .25s ease,box-shadow .25s ease,background .25s ease!important}
body.enghome-body .eg-about-btn:hover{transform:translateY(-3px)!important}
body.enghome-body .eg-about-btn-primary{background:#fff!important;color:#13233d!important;box-shadow:0 18px 45px rgba(0,0,0,.22)!important}
body.enghome-body .eg-about-btn-soft{background:rgba(255,255,255,.12)!important;color:#fff!important;border:1px solid rgba(255,255,255,.28)!important;backdrop-filter:blur(12px)!important;-webkit-backdrop-filter:blur(12px)!important}
body.enghome-body .eg-about-story{padding:96px 0 76px!important}
body.enghome-body .eg-about-story-grid{display:grid!important;grid-template-columns:1.05fr .95fr!important;gap:34px!important;align-items:stretch!important}
body.enghome-body .eg-about-story-card,body.enghome-body .eg-about-image-card{border-radius:34px!important;background:rgba(255,255,255,.78)!important;border:1px solid rgba(255,255,255,.82)!important;box-shadow:0 28px 82px rgba(19,35,61,.10)!important;overflow:hidden!important}
body.enghome-body .eg-about-story-card{padding:58px 56px!important;backdrop-filter:blur(14px)!important;-webkit-backdrop-filter:blur(14px)!important}
body.enghome-body .eg-about-story-card h2,body.enghome-body .eg-about-section-head h2,body.enghome-body .eg-about-cta-card h2{margin:0!important;font-family:'Cormorant Garamond',Georgia,serif!important;color:#13233d!important;font-size:clamp(48px,5.4vw,78px)!important;line-height:.95!important;letter-spacing:-.055em!important;font-weight:700!important}
body.enghome-body .eg-about-description{margin-top:30px!important;color:#5f6877!important;font-size:17px!important;line-height:1.95!important}
body.enghome-body .eg-about-description p{margin:0 0 20px!important}
body.enghome-body .eg-about-image-card{position:relative!important;min-height:520px!important}
body.enghome-body .eg-about-image-card img{width:100%!important;height:100%!important;min-height:520px!important;object-fit:cover!important;display:block!important}
body.enghome-body .eg-about-image-card:after{content:"Shtëpia jote, më e bukur"!important;position:absolute!important;left:28px!important;bottom:28px!important;z-index:2!important;color:#fff!important;font-family:'Cormorant Garamond',Georgia,serif!important;font-size:38px!important;line-height:1!important;letter-spacing:-.04em!important;text-shadow:0 12px 30px rgba(0,0,0,.34)!important}
body.enghome-body .eg-about-image-card:before{content:""!important;position:absolute!important;inset:0!important;z-index:1!important;background:linear-gradient(180deg,rgba(8,16,32,0),rgba(8,16,32,.48))!important;pointer-events:none!important}
body.enghome-body .eg-about-image-fallback{width:100%!important;height:100%!important;min-height:520px!important;display:flex!important;flex-direction:column!important;justify-content:center!important;align-items:center!important;text-align:center!important;background:linear-gradient(135deg,#13233d,#a98b62)!important;color:#fff!important}
body.enghome-body .eg-about-values,body.enghome-body .eg-about-categories{padding:72px 0!important}
body.enghome-body .eg-about-section-head{max-width:720px!important;margin:0 0 34px!important}
body.enghome-body .eg-about-section-head-center{margin-left:auto!important;margin-right:auto!important;text-align:center!important}
body.enghome-body .eg-about-values-grid{display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:18px!important}
body.enghome-body .eg-about-values-grid article{min-height:250px!important;padding:30px 28px!important;border-radius:28px!important;background:rgba(255,255,255,.84)!important;border:1px solid rgba(255,255,255,.82)!important;box-shadow:0 22px 62px rgba(19,35,61,.08)!important}
body.enghome-body .eg-about-values-grid span{display:block!important;margin-bottom:18px!important;color:#a98b62!important;font-size:12px!important;letter-spacing:.22em!important;font-weight:900!important}
body.enghome-body .eg-about-values-grid h3{margin:0 0 12px!important;color:#13233d!important;font-size:22px!important;line-height:1.18!important;font-weight:900!important}
body.enghome-body .eg-about-values-grid p{margin:0!important;color:#6f7784!important;font-size:14px!important;line-height:1.75!important}
body.enghome-body .eg-about-category-grid{display:grid!important;grid-template-columns:repeat(5,minmax(0,1fr))!important;gap:16px!important}
body.enghome-body .eg-about-category-grid a{min-height:150px!important;padding:24px!important;border-radius:28px!important;background:#fff!important;color:#13233d!important;border:1px solid rgba(19,35,61,.08)!important;box-shadow:0 20px 58px rgba(19,35,61,.08)!important;display:flex!important;align-items:flex-end!important;justify-content:space-between!important;text-decoration:none!important;font-size:20px!important;font-weight:900!important;transition:.25s ease!important}
body.enghome-body .eg-about-category-grid a:hover{transform:translateY(-5px)!important;background:#13233d!important;color:#fff!important}
body.enghome-body .eg-about-cta{padding:72px 0 98px!important}
body.enghome-body .eg-about-cta-card{position:relative!important;overflow:hidden!important;padding:74px 54px!important;border-radius:38px!important;text-align:center!important;background:#13233d!important;color:#fff!important;box-shadow:0 34px 90px rgba(19,35,61,.18)!important}
body.enghome-body .eg-about-cta-card:before{content:""!important;position:absolute!important;inset:-20%!important;background:radial-gradient(circle at 30% 20%,rgba(255,255,255,.14),transparent 28%),radial-gradient(circle at 70% 80%,rgba(169,139,98,.32),transparent 30%)!important;pointer-events:none!important}
body.enghome-body .eg-about-cta-card>*{position:relative!important;z-index:2!important}
body.enghome-body .eg-about-cta-card h2{max-width:850px!important;margin:0 auto!important;color:#fff!important}
body.enghome-body .eg-about-btn-light{margin-top:30px!important;background:#fff!important;color:#13233d!important}
body.enghome-body .eg-info-default{padding:60px 0!important}
@media(max-width:1050px){body.enghome-body .eg-about-story-grid{grid-template-columns:1fr!important}body.enghome-body .eg-about-values-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}body.enghome-body .eg-about-category-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}}
@media(max-width:620px){body.enghome-body .eg-about-container{width:calc(100% - 24px)!important}body.enghome-body .eg-about-hero{min-height:520px!important;padding:86px 0 70px!important}body.enghome-body .eg-about-hero h1{font-size:64px!important}body.enghome-body .eg-about-hero-text{font-size:15px!important;line-height:1.7!important}body.enghome-body .eg-about-btn{width:100%!important}body.enghome-body .eg-about-story{padding:54px 0!important}body.enghome-body .eg-about-story-card{padding:34px 24px!important;border-radius:26px!important}body.enghome-body .eg-about-story-card h2,body.enghome-body .eg-about-section-head h2,body.enghome-body .eg-about-cta-card h2{font-size:44px!important}body.enghome-body .eg-about-description{font-size:15px!important;line-height:1.8!important}body.enghome-body .eg-about-image-card,body.enghome-body .eg-about-image-card img,body.enghome-body .eg-about-image-fallback{min-height:360px!important}body.enghome-body .eg-about-values,body.enghome-body .eg-about-categories{padding:48px 0!important}body.enghome-body .eg-about-values-grid,body.enghome-body .eg-about-category-grid{grid-template-columns:1fr!important}body.enghome-body .eg-about-values-grid article{min-height:auto!important}body.enghome-body .eg-about-category-grid a{min-height:112px!important}body.enghome-body .eg-about-cta{padding:48px 0 72px!important}body.enghome-body .eg-about-cta-card{padding:46px 24px!important;border-radius:28px!important}}


/* ==========================================================
   ENG HOME SALE MINI FRAME FORCE - v250
   Vetem brenda kartave: frame moving, tekst shume i shkurte.
   ========================================================== */
.eg-sale-week-message{display:none!important;}
.eg-sale-mini-frame{position:relative!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;width:max-content!important;max-width:100%!important;margin:8px 0 4px!important;padding:7px 13px!important;border-radius:999px!important;background:#ffffff!important;border:2px solid transparent!important;background-image:linear-gradient(#ffffff,#ffffff),linear-gradient(90deg,#13233d,#d6b980,#13233d,#d6b980,#13233d)!important;background-origin:border-box!important;background-clip:padding-box,border-box!important;background-size:100% 100%,260% 100%!important;animation:egSaleFrameBorderMove 2.4s linear infinite!important;box-shadow:0 10px 22px rgba(19,35,61,.10)!important;overflow:hidden!important;}
.eg-sale-mini-frame:before{content:""!important;position:absolute!important;inset:2px!important;border-radius:inherit!important;background:linear-gradient(100deg,transparent 0%,rgba(19,35,61,.08) 45%,transparent 75%)!important;transform:translateX(-120%) skewX(-18deg)!important;animation:egSaleFrameShine 2.4s ease-in-out infinite!important;pointer-events:none!important;}
.eg-sale-mini-frame span{position:relative!important;z-index:2!important;display:block!important;white-space:nowrap!important;font-family:Manrope,Inter,Arial,sans-serif!important;font-size:11px!important;line-height:1!important;font-weight:900!important;letter-spacing:.10em!important;text-transform:uppercase!important;color:#13233d!important;}
@keyframes egSaleFrameBorderMove{0%{background-position:0 0,0% 50%}100%{background-position:0 0,260% 50%}}
@keyframes egSaleFrameShine{0%,35%{transform:translateX(-125%) skewX(-18deg)}70%,100%{transform:translateX(125%) skewX(-18deg)}}
@media(max-width:700px){.eg-sale-mini-frame{margin:7px 0 3px!important;padding:6px 11px!important}.eg-sale-mini-frame span{font-size:10.5px!important;letter-spacing:.08em!important}}

/* v250 force hide old long sale text */
.eg-sale-week-message{display:none!important;}


/* ==========================================================
   ENG HOME WISHLIST NO SCROLL TOAST - v260
   Backup CSS; main CSS is also inline in header.twig.
   ========================================================== */
.eg-wishlist-toast-v260{position:fixed!important;right:22px!important;bottom:22px!important;z-index:999999!important;min-width:280px!important;max-width:min(420px,calc(100vw - 32px))!important;padding:15px 18px!important;border-radius:20px!important;background:#13233d!important;color:#fff!important;box-shadow:0 22px 70px rgba(19,35,61,.28)!important;display:flex!important;align-items:center!important;gap:12px!important;font-family:Manrope,Inter,Arial,sans-serif!important;opacity:0!important;transform:translateY(18px) scale(.98)!important;pointer-events:none!important;transition:opacity .22s ease,transform .22s ease!important;}
.eg-wishlist-toast-v260.is-show{opacity:1!important;transform:translateY(0) scale(1)!important;}
.eg-wishlist-toast-v260__icon{width:34px!important;height:34px!important;min-width:34px!important;border-radius:999px!important;background:rgba(255,255,255,.14)!important;display:flex!important;align-items:center!important;justify-content:center!important;font-size:18px!important;line-height:1!important;}
.eg-wishlist-toast-v260__text{min-width:0!important;display:block!important;font-size:14px!important;line-height:1.35!important;font-weight:800!important;color:#fff!important;}
.eg-wishlist-toast-v260__sub{display:block!important;margin-top:3px!important;font-size:12px!important;line-height:1.25!important;font-weight:600!important;color:rgba(255,255,255,.74)!important;}
@media(max-width:700px){.eg-wishlist-toast-v260{left:14px!important;right:14px!important;bottom:18px!important;min-width:0!important;border-radius:18px!important;}}

