/* Trinclay Universal Responsive Header v2
   Final override for iPhone, iPad, Android, tablets, laptops and desktop. */

/* Desktop / laptop */
@media (min-width: 1200px){
  .furnish-header.reference-shop-header .shop-header-main.artcraft-header-row{
    width:100%!important;
    max-width:1440px!important;
    margin:0 auto!important;
    padding:10px 26px!important;
    display:grid!important;
    grid-template-columns:minmax(150px,210px) minmax(0,1fr) auto!important;
    grid-template-areas:"logo nav actions"!important;
    align-items:center!important;
    gap:18px!important;
    min-height:82px!important;
  }
  .furnish-header.reference-shop-header .mobile-menu-btn{display:none!important}
  .furnish-header.reference-shop-header .shop-brand-logo{grid-area:logo!important;position:static!important;transform:none!important;margin:0!important;justify-self:start!important;max-width:205px!important;width:auto!important}
  .furnish-header.reference-shop-header .shop-brand-logo img{width:auto!important;height:auto!important;max-width:200px!important;max-height:66px!important;object-fit:contain!important}
  .furnish-header.reference-shop-header .artcraft-desktop-nav{grid-area:nav!important;display:flex!important;align-items:center!important;justify-content:center!important;min-width:0!important;gap:clamp(6px,1vw,16px)!important;white-space:nowrap!important}
  .furnish-header.reference-shop-header .artcraft-desktop-nav>a,
  .furnish-header.reference-shop-header .artcraft-nav-dropdown>a{font-size:clamp(11px,.82vw,14px)!important;padding:7px 5px!important}
  .furnish-header.reference-shop-header .artcraft-responsive-search{display:none!important}
  .furnish-header.reference-shop-header .shop-head-actions{grid-area:actions!important;position:static!important;transform:none!important;display:flex!important;align-items:center!important;justify-content:flex-end!important;gap:8px!important;width:auto!important;margin:0!important}
  .furnish-header.reference-shop-header .shop-head-actions>a{min-width:44px!important}
}

/* Compact laptop / landscape tablet: keep everything readable; switch to app-style header */
@media (min-width: 992px) and (max-width: 1199.98px){
  .furnish-header.reference-shop-header .shop-header-main.artcraft-header-row{
    position:relative!important;
    width:100%!important;
    min-height:76px!important;
    padding:9px 76px!important;
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
  }
  .furnish-header.reference-shop-header .mobile-menu-btn{
    display:inline-flex!important;position:absolute!important;left:18px!important;top:50%!important;transform:translateY(-50%)!important;
    width:44px!important;height:44px!important;align-items:center!important;justify-content:center!important;border-radius:50%!important;
    border:1px solid #e9c5d1!important;background:#fff8fb!important;color:#9f4968!important;z-index:5!important;
  }
  .furnish-header.reference-shop-header .hamburger-lines{display:flex!important;flex-direction:column!important;justify-content:space-between!important;width:21px!important;height:16px!important}
  .furnish-header.reference-shop-header .hamburger-lines span{display:block!important;width:21px!important;height:2px!important;background:#9f4968!important;border-radius:4px!important}
  .furnish-header.reference-shop-header .shop-brand-logo{position:static!important;transform:none!important;margin:0!important;display:flex!important;justify-content:center!important;max-width:200px!important;width:auto!important}
  .furnish-header.reference-shop-header .shop-brand-logo img{height:58px!important;width:auto!important;max-width:195px!important;object-fit:contain!important}
  .furnish-header.reference-shop-header .artcraft-desktop-nav,
  .furnish-header.reference-shop-header .artcraft-responsive-search{display:none!important}
  .furnish-header.reference-shop-header .shop-head-actions{position:absolute!important;right:18px!important;top:50%!important;transform:translateY(-50%)!important;display:flex!important;align-items:center!important;gap:7px!important;width:auto!important;margin:0!important}
  .furnish-header.reference-shop-header .shop-head-actions .artcraft-search-action,
  .furnish-header.reference-shop-header .shop-head-actions .artcraft-wishlist-action{display:none!important}
  .furnish-header.reference-shop-header .shop-head-actions>a{width:42px!important;height:42px!important;min-width:42px!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;border-radius:50%!important}
  .furnish-header.reference-shop-header .shop-head-actions>a span{display:none!important}
}

/* iPad/tablets + phones: true centered logo, independent left menu/right cart */
@media (max-width: 991.98px){
  .furnish-header.reference-shop-header{overflow:visible!important}
  .furnish-header.reference-shop-header .shop-header-main.artcraft-header-row{
    position:relative!important;
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    width:100%!important;
    min-height:74px!important;
    padding:8px 64px!important;
    background:#fff!important;
    overflow:visible!important;
  }
  .furnish-header.reference-shop-header .mobile-menu-btn{
    display:inline-flex!important;
    position:absolute!important;left:max(12px,env(safe-area-inset-left))!important;top:50%!important;transform:translateY(-50%)!important;
    width:44px!important;height:44px!important;margin:0!important;padding:0!important;align-items:center!important;justify-content:center!important;
    border:1px solid #e9c5d1!important;border-radius:50%!important;background:#fff8fb!important;color:#9f4968!important;
    box-shadow:0 5px 14px rgba(176,77,111,.10)!important;z-index:20!important;
  }
  .furnish-header.reference-shop-header .hamburger-lines{display:flex!important;flex-direction:column!important;justify-content:space-between!important;width:21px!important;height:16px!important}
  .furnish-header.reference-shop-header .hamburger-lines span{display:block!important;width:21px!important;height:2px!important;background:#9f4968!important;border-radius:3px!important;opacity:1!important}

  .furnish-header.reference-shop-header .brand-logo.shop-brand-logo.artcraft-brand{
    position:absolute!important;left:50%!important;top:50%!important;right:auto!important;transform:translate(-50%,-50%)!important;
    display:flex!important;align-items:center!important;justify-content:center!important;
    width:auto!important;max-width:min(190px,48vw)!important;margin:0!important;z-index:10!important;
  }
  .furnish-header.reference-shop-header .brand-logo.shop-brand-logo.artcraft-brand img{
    display:block!important;width:auto!important;height:auto!important;max-width:min(184px,46vw)!important;max-height:58px!important;object-fit:contain!important;margin:0 auto!important;
  }
  .furnish-header.reference-shop-header .artcraft-desktop-nav,
  .furnish-header.reference-shop-header .artcraft-responsive-search{display:none!important}

  .furnish-header.reference-shop-header .shop-head-actions.artcraft-header-actions{
    position:absolute!important;right:max(12px,env(safe-area-inset-right))!important;top:50%!important;transform:translateY(-50%)!important;
    display:flex!important;align-items:center!important;justify-content:flex-end!important;width:auto!important;margin:0!important;gap:0!important;z-index:20!important;
  }
  .furnish-header.reference-shop-header .shop-head-actions .artcraft-search-action,
  .furnish-header.reference-shop-header .shop-head-actions .artcraft-wishlist-action,
  .furnish-header.reference-shop-header .shop-head-actions .artcraft-account-action{display:none!important}
  .furnish-header.reference-shop-header .shop-head-actions .artcraft-cart-action{
    display:inline-flex!important;align-items:center!important;justify-content:center!important;
    width:44px!important;height:44px!important;min-width:44px!important;margin:0!important;padding:0!important;
    border:1px solid #efd1da!important;border-radius:50%!important;background:#fff8fb!important;color:#8d3f5b!important;
    box-shadow:0 5px 14px rgba(176,77,111,.10)!important;position:relative!important;
  }
  .furnish-header.reference-shop-header .shop-head-actions .artcraft-cart-action>span{display:none!important}
  .furnish-header.reference-shop-header .shop-head-actions .artcraft-cart-action i{font-size:19px!important;line-height:1!important}
  .furnish-header.reference-shop-header .shop-head-actions .action-badge{
    position:absolute!important;top:-4px!important;right:-4px!important;min-width:18px!important;height:18px!important;padding:0 4px!important;
    display:flex!important;align-items:center!important;justify-content:center!important;border:2px solid #fff!important;border-radius:999px!important;
    background:#d9688a!important;color:#fff!important;font-size:9px!important;font-weight:800!important;
  }
  .furnish-header.reference-shop-header .shop-category-nav{display:none!important}

  /* Drawer works on iOS Safari, iPadOS and Android without horizontal overflow */
  .mobile-site-menu.artcraft-mobile-menu{
    position:fixed!important;top:0!important;bottom:0!important;left:0!important;height:100dvh!important;max-height:100dvh!important;
    width:min(88vw,360px)!important;max-width:calc(100vw - 28px)!important;overflow-y:auto!important;overflow-x:hidden!important;
    padding-top:env(safe-area-inset-top)!important;padding-bottom:env(safe-area-inset-bottom)!important;
    overscroll-behavior:contain!important;-webkit-overflow-scrolling:touch!important;
  }
  .mobile-menu-overlay{position:fixed!important;inset:0!important;width:100vw!important;height:100dvh!important}
  .mobile-menu-head{min-height:68px!important;padding:10px 14px!important;display:flex!important;align-items:center!important;justify-content:space-between!important;gap:12px!important}
  .mobile-menu-brand{min-width:0!important;max-width:190px!important;display:flex!important;align-items:center!important}
  .mobile-menu-brand img{display:block!important;width:auto!important;height:auto!important;max-width:180px!important;max-height:54px!important;object-fit:contain!important}
  .mobile-menu-search{margin:6px 12px 12px!important;display:flex!important;min-width:0!important}
  .mobile-menu-search input{min-width:0!important;width:100%!important;font-size:16px!important} /* avoids iOS auto zoom */
  .mobile-menu-links{padding-bottom:18px!important}
  .mobile-menu-links a,.mobile-shop-toggle{box-sizing:border-box!important;width:calc(100% - 24px)!important;max-width:100%!important;margin:5px 12px!important;min-height:48px!important}
  .mobile-shop-submenu{max-width:100%!important;overflow:hidden!important}
}

/* iPad portrait and medium Android tablets */
@media (min-width: 600px) and (max-width: 991.98px){
  .furnish-header.reference-shop-header .shop-header-main.artcraft-header-row{min-height:82px!important;padding-left:78px!important;padding-right:78px!important}
  .furnish-header.reference-shop-header .mobile-menu-btn,
  .furnish-header.reference-shop-header .shop-head-actions .artcraft-cart-action{width:48px!important;height:48px!important;min-width:48px!important}
  .furnish-header.reference-shop-header .brand-logo.shop-brand-logo.artcraft-brand{max-width:230px!important}
  .furnish-header.reference-shop-header .brand-logo.shop-brand-logo.artcraft-brand img{max-width:220px!important;max-height:64px!important}
  .mobile-site-menu.artcraft-mobile-menu{width:min(62vw,390px)!important}
}

/* Common iPhone / compact Android widths */
@media (max-width: 430px){
  .furnish-header.reference-shop-header .shop-header-main.artcraft-header-row{min-height:70px!important;padding-left:58px!important;padding-right:58px!important}
  .furnish-header.reference-shop-header .mobile-menu-btn{left:max(9px,env(safe-area-inset-left))!important;width:41px!important;height:41px!important}
  .furnish-header.reference-shop-header .shop-head-actions.artcraft-header-actions{right:max(9px,env(safe-area-inset-right))!important}
  .furnish-header.reference-shop-header .shop-head-actions .artcraft-cart-action{width:41px!important;height:41px!important;min-width:41px!important}
  .furnish-header.reference-shop-header .brand-logo.shop-brand-logo.artcraft-brand{max-width:min(160px,46vw)!important}
  .furnish-header.reference-shop-header .brand-logo.shop-brand-logo.artcraft-brand img{max-width:min(158px,45vw)!important;max-height:52px!important}
}

/* iPhone SE / very narrow Android */
@media (max-width: 360px){
  .furnish-header.reference-shop-header .shop-header-main.artcraft-header-row{padding-left:53px!important;padding-right:53px!important}
  .furnish-header.reference-shop-header .mobile-menu-btn{width:39px!important;height:39px!important;left:max(7px,env(safe-area-inset-left))!important}
  .furnish-header.reference-shop-header .shop-head-actions.artcraft-header-actions{right:max(7px,env(safe-area-inset-right))!important}
  .furnish-header.reference-shop-header .shop-head-actions .artcraft-cart-action{width:39px!important;height:39px!important;min-width:39px!important}
  .furnish-header.reference-shop-header .brand-logo.shop-brand-logo.artcraft-brand{max-width:145px!important}
  .furnish-header.reference-shop-header .brand-logo.shop-brand-logo.artcraft-brand img{max-width:142px!important;max-height:48px!important}
}

/* Landscape phones: keep header compact */
@media (max-width: 991.98px) and (orientation: landscape) and (max-height: 520px){
  .furnish-header.reference-shop-header .shop-header-main.artcraft-header-row{min-height:62px!important;padding-top:5px!important;padding-bottom:5px!important}
  .furnish-header.reference-shop-header .brand-logo.shop-brand-logo.artcraft-brand img{max-height:46px!important}
  .furnish-header.reference-shop-header .mobile-menu-btn,
  .furnish-header.reference-shop-header .shop-head-actions .artcraft-cart-action{width:40px!important;height:40px!important;min-width:40px!important}
}

html,body{max-width:100%;overflow-x:hidden}
