/*
 * Custom code goes here.
 * A template should always ship with an empty custom.css
 */
a.dropdown-item[data-depth='3'] { display: none; }
a.dropdown-item[data-depth='4'] { display: none; }
a.dropdown-item[data-depth='5'] { display: none; }

#contact div#content-wrapper { float: left; width: 70% !important; }
/*div.sub-menu { width: 80%; right: 3%; }
*/
ul.upshops { margin: 22px 0px; width: 100%; float: right; }
li.shops { display: inline-block; }
li.shops { width: 170px; text-align: center; float: left; }
#main .page-content, #main .page-header { margin-top: 6.563rem; }

/* ================================================================
    CUSTOM CSS FOR MULTI-I.ES - PRESTASHOP 1.7 CLASSIC THEME
    Earth-tone Palette:
      Charcoal Dark:   #3d4550, #4a5568
      Warm Beige:      #b8a88c, #c4b697
      Light Sand:      #d4c5a9, #e0d5c0
      Muted Olive:     #8a7d5a, #9a8d6a
      Gold Accent:     #daa520, #b8860b
   ================================================================ */

/* === 1. GLOBAL TYPOGRAPHY === */
body { font-family: 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif !important; color: #2d3748 !important; -webkit-font-smoothing: antialiased !important; background-color: #f5f0e8 !important; overflow-x: hidden !important; }
h1, h2, h3, h4, h5, h6 { color: #3d4550 !important; font-weight: 700 !important; }
a { color: #8a7d5a !important; transition: color 0.3s ease !important; }
a:hover { color: #b8860b !important; text-decoration: none !important; }

/* === 2. HEADER & NAVIGATION === */
.header-top { background: #3d4550 !important; border-bottom: 3px solid #b8a88c !important; padding: 8px 0 !important; }
.header-top a, .header-top span, #_desktop_user_info a, #_desktop_language_selector span { color: #e0d5c0 !important; }
.header-top a:hover { color: #daa520 !important; }
#header .header-nav { background: #3d4550 !important; border: none !important; max-height: none !important; }
#header .header-top .menu { background: transparent !important; }
#header .top-menu a[data-depth="0"] { color: #3d4550 !important; font-weight: 600 !important; text-transform: uppercase !important; font-size: 13px !important; letter-spacing: 0.5px !important; padding: 8px 12px !important; transition: all 0.3s ease !important; }
#header .top-menu a[data-depth="0"]:hover { color: #daa520 !important; }
#header .top-menu .sub-menu { background: #fff !important; border: 1px solid #d4c5a9 !important; box-shadow: 0 8px 25px rgba(0,0,0,0.1) !important; }
#header .top-menu .sub-menu a { color: #4a5568 !important; font-size: 13px !important; }
#header .top-menu .sub-menu a:hover { color: #daa520 !important; background: #f5f0e8 !important; }
#header .search-widget form input[type="text"] { border: 2px solid #d4c5a9 !important; border-radius: 25px !important; padding: 8px 18px !important; font-size: 13px !important; background: #f5f0e8 !important; color: #3d4550 !important; }
#header .search-widget form input[type="text"]:focus { border-color: #daa520 !important; outline: none !important; }
#header .search-widget form button[type="submit"] { color: #8a7d5a !important; }


/* === 3. HERO SECTION === */
#custom-text { position: relative !important; z-index: 2 !important; }

/* === 4. PRODUCT CARDS === */
.product-miniature { background: #fff !important; border: 1px solid #e0d5c0 !important; border-radius: 12px !important; overflow: hidden !important; transition: all 0.35s ease !important; margin-bottom: 20px !important; }
.product-miniature:hover { box-shadow: 0 12px 35px rgba(61,69,80,0.12) !important; transform: translateY(-4px) !important; border-color: #b8a88c !important; }
.product-miniature .product-title a { color: #3d4550 !important; font-weight: 600 !important; font-size: 14px !important; line-height: 1.4 !important; }
.product-miniature .product-title a:hover { color: #daa520 !important; }
.product-miniature .product-description { padding: 12px 15px !important; }
.product-miniature .thumbnail-container { border-radius: 12px 12px 0 0 !important; overflow: hidden !important; }
.product-flag { background: #daa520 !important; color: #fff !important; font-weight: 700 !important; font-size: 11px !important; padding: 4px 10px !important; border-radius: 4px !important; text-transform: uppercase !important; }
.product-flag.new { background: #8a7d5a !important; }
.product-flag.on-sale { background: #b8860b !important; }
.product-flag.discount { background: #daa520 !important; }

/* Price banner */
.notAuthorizedBoxGlobal { background: linear-gradient(135deg, #b8a88c 0%, #9a8d6a 100%) !important; border-radius: 8px !important; margin: 8px 12px 12px !important; padding: 8px 12px !important; text-align: center !important; }
.notAuthorizedBoxText { color: #fff !important; font-size: 12px !important; margin: 0 !important; }
.notAuthorizedBoxText strong a, .notAuthorizedBoxText a { color: #fff !important; border: 1px solid rgba(255,255,255,0.7) !important; padding: 2px 8px !important; border-radius: 4px !important; font-weight: 700 !important; text-decoration: none !important; }
.notAuthorizedBoxText strong a:hover { background: rgba(255,255,255,0.2) !important; }
.quick-view { background: #3d4550 !important; color: #e0d5c0 !important; border-radius: 8px !important; font-size: 12px !important; padding: 8px 16px !important; }

/* === 5. SECTION TITLES === */
.products-section-title, h2.products-section-title { font-size: 22px !important; font-weight: 800 !important; text-transform: uppercase !important; letter-spacing: 3px !important; color: #3d4550 !important; text-align: center !important; position: relative !important; z-index: 1 !important; padding-bottom: 15px !important; }
.products-section-title::after { display: block !important; width: 50px !important; height: 3px !important; background: #daa520 !important; margin: 10px auto 0 !important; border-radius: 2px !important; }


/* === 6. FOOTER === */
#footer { background: #3d4550 !important; color: #c4b697 !important; border-top: 4px solid #b8a88c !important; }
#footer .footer-container { background: transparent !important; }
#footer h4, #footer .h4 { color: #e0d5c0 !important; font-weight: 700 !important; font-size: 14px !important; text-transform: uppercase !important; letter-spacing: 1px !important; }
#footer a { color: #b8a88c !important; font-size: 13px !important; }
#footer a:hover { color: #daa520 !important; }
#footer .footer-before { background: #4a5568 !important; padding: 20px 0 !important; }
.block-social ul { display: flex !important; justify-content: center !important; gap: 12px !important; }
.block-social li a { background: #4a5568 !important; color: #e0d5c0 !important; width: 40px !important; height: 40px !important; display: flex !important; align-items: center !important; justify-content: center !important; border-radius: 50% !important; transition: all 0.3s ease !important; }
.block-social li a:hover { background: #daa520 !important; color: #fff !important; }
.footer-copyright { background: #333d48 !important; color: #8a7d5a !important; font-size: 12px !important; padding: 15px 0 !important; }

/* === 7. COOKIE BANNER === */
.cookiesBanner, #lgcookieslaw_banner, [class*="cookie"] { background: #3d4550 !important; border-top: 2px solid #b8a88c !important; color: #e0d5c0 !important; font-size: 13px !important; }
.cookiesBanner a, #lgcookieslaw_banner a { color: #daa520 !important; }
.cookiesBanner .btn, #lgcookieslaw_accept, [class*="cookie"] .btn { background: #daa520 !important; color: #fff !important; border: none !important; border-radius: 6px !important; font-weight: 600 !important; padding: 8px 20px !important; }

/* === 8. BUTTONS === */
.btn-primary { background: linear-gradient(135deg, #daa520 0%, #b8860b 100%) !important; border: none !important; color: #fff !important; font-weight: 700 !important; border-radius: 8px !important; padding: 10px 24px !important; text-transform: uppercase !important; letter-spacing: 0.5px !important; transition: all 0.3s ease !important; }
.btn-primary:hover { background: linear-gradient(135deg, #b8860b 0%, #9a7209 100%) !important; box-shadow: 0 4px 15px rgba(218,165,32,0.3) !important; }
.btn-secondary, .btn-tertiary { background: #4a5568 !important; border: none !important; color: #e0d5c0 !important; font-weight: 600 !important; border-radius: 8px !important; padding: 10px 24px !important; transition: all 0.3s ease !important; }
.btn-secondary:hover { background: #3d4550 !important; color: #daa520 !important; }

/* === 9. BREADCRUMB === */
.breadcrumb { background: #f5f0e8 !important; padding: 10px 0 !important; font-size: 12px !important; }
.breadcrumb li a { color: #8a7d5a !important; }
.breadcrumb li:last-child span { color: #3d4550 !important; }

/* === 10. PRODUCT DETAIL === */
.product-container h1 { font-size: 24px !important; color: #3d4550 !important; font-weight: 700 !important; }
.tabs .nav-tabs { border-bottom: 2px solid #d4c5a9 !important; }
.tabs .nav-tabs .nav-link { color: #8a7d5a !important; font-weight: 600 !important; border: none !important; padding: 10px 20px !important; }
.tabs .nav-tabs .nav-link.active { color: #3d4550 !important; border-bottom: 3px solid #daa520 !important; background: transparent !important; }
.product-add-to-cart .add-to-cart { background: linear-gradient(135deg, #daa520 0%, #b8860b 100%) !important; border: none !important; color: #fff !important; font-weight: 700 !important; border-radius: 8px !important; padding: 12px 30px !important; text-transform: uppercase !important; }
.product-quantity .qty input { border: 2px solid #d4c5a9 !important; border-radius: 8px !important; }

/* === 11. FORMS === */
.form-control { border: 2px solid #d4c5a9 !important; border-radius: 8px !important; padding: 10px 14px !important; color: #3d4550 !important; background: #f5f0e8 !important; transition: border-color 0.3s ease !important; }
.form-control:focus { border-color: #daa520 !important; background: #fff !important; box-shadow: 0 0 0 3px rgba(218,165,32,0.12) !important; outline: none !important; }
label, .form-control-label { color: #4a5568 !important; font-weight: 600 !important; font-size: 13px !important; }

/* === 12. PAGE WRAPPER === */
#wrapper { background: #f5f0e8 !important; }
.page-content.card { border: 1px solid #e0d5c0 !important; border-radius: 12px !important; box-shadow: 0 4px 15px rgba(61,69,80,0.06) !important; }

/* === 13. SCROLLBAR === */
::-webkit-scrollbar { width: 8px !important; }
::-webkit-scrollbar-track { background: #f5f0e8 !important; }
::-webkit-scrollbar-thumb { background: #b8a88c !important; border-radius: 4px !important; }
::-webkit-scrollbar-thumb:hover { background: #8a7d5a !important; }


/* === 14. LOGIN / REGISTER PAGES === */
.page-authentication #wrapper { background-color: #f5f0e8 !important; }
.page-authentication .breadcrumb { display: none !important; }
.page-authentication .page-header { margin: 0 !important; padding: 15px 0 5px !important; text-align: center !important; }
.page-authentication .page-header h1 { font-size: 22px !important; color: #3d4550 !important; font-weight: 600 !important; text-align: center !important; }
.page-authentication .page-header h1::after { display: none !important; }
.page-authentication #main { max-width: 480px !important; margin: 0 auto !important; padding: 10px 20px 30px !important; }
.page-authentication #main .page-content, .page-authentication #content { border: none !important; box-shadow: 0 4px 20px rgba(61,69,80,0.08) !important; border-radius: 12px !important; padding: 30px 35px !important; background: #fff !important; }

/* Auth inputs */
.page-authentication .form-control { background-color: #f5f0e8 !important; border: 2px solid transparent !important; border-radius: 10px !important; padding: 12px 16px !important; font-size: 14px !important; color: #2d3748 !important; }
.page-authentication .form-control:focus { border-color: #daa520 !important; background-color: #fff !important; box-shadow: 0 0 0 3px rgba(218,165,32,0.15) !important; }

/* Auth form groups */
.page-authentication .form-group.row { display: block !important; margin-bottom: 15px !important; }
.page-authentication .form-group.row label { display: block !important; width: 100% !important; max-width: 100% !important; flex: none !important; padding: 0 0 5px 0 !important; font-size: 11px !important; font-weight: 600 !important; text-transform: uppercase !important; letter-spacing: 0.5px !important; color: #8a7d5a !important; text-align: left !important; }
.page-authentication .form-group.row > div { width: 100% !important; max-width: 100% !important; flex: none !important; padding: 0 !important; }
.page-authentication .form-control-comment { display: none !important; }

/* Auth form footer & buttons */
.page-authentication .form-footer { display: block !important; background: none !important; padding: 15px 0 0 !important; margin: 0 !important; text-align: center !important; }
.page-authentication #submit-login, .page-authentication .form-footer .btn-primary, .page-authentication .form-control-submit { background: linear-gradient(135deg, #daa520 0%, #b8860b 100%) !important; border: none !important; color: #fff !important; font-weight: 700 !important; font-size: 14px !important; padding: 14px 32px !important; border-radius: 10px !important; width: 100% !important; text-transform: uppercase !important; letter-spacing: 1px !important; cursor: pointer !important; transition: all 0.3s ease !important; }
.page-authentication #submit-login:hover, .page-authentication .form-footer .btn-primary:hover { background: linear-gradient(135deg, #b8860b 0%, #9a7209 100%) !important; box-shadow: 0 4px 15px rgba(218,165,32,0.3) !important; }

/* No account link */
.page-authentication .no-account { margin-top: 15px !important; text-align: center !important; }
.page-authentication .no-account a { display: inline-block !important; background: #4a5568 !important; color: #e0d5c0 !important; font-weight: 600 !important; font-size: 13px !important; padding: 12px 32px !important; border-radius: 10px !important; width: 100% !important; text-align: center !important; text-decoration: none !important; text-transform: uppercase !important; letter-spacing: 0.5px !important; transition: all 0.3s ease !important; }
.page-authentication .no-account a:hover { background: #3d4550 !important; color: #daa520 !important; }

/* Forgot password & show button */
.page-authentication .forgot-password { text-align: center !important; margin: 10px 0 !important; }
.page-authentication .forgot-password a { color: #daa520 !important; font-size: 13px !important; }
.page-authentication .input-group-btn .btn { background: #d4c5a9 !important; border: none !important; border-radius: 0 10px 10px 0 !important; color: #3d4550 !important; font-size: 11px !important; font-weight: 600 !important; padding: 12px 14px !important; }


/* === 15. PAGINATION === */
.pagination .page-list li a { color: #4a5568 !important; border: 1px solid #d4c5a9 !important; border-radius: 6px !important; }
.pagination .page-list li.current a { background: #daa520 !important; color: #fff !important; border-color: #daa520 !important; }

/* === 16. CATEGORY PAGE === */
#category-description { color: #4a5568 !important; }
.facet-title { color: #3d4550 !important; font-weight: 700 !important; }
.facet-label a { color: #4a5568 !important; }
.products-sort-order .select-title { border: 2px solid #d4c5a9 !important; border-radius: 8px !important; color: #3d4550 !important; }

/* === 17. CART === */
.cart-summary { background: #fff !important; border: 1px solid #e0d5c0 !important; border-radius: 12px !important; }

/* === 18. ALERTS === */
.alert-info { background: #f5f0e8 !important; border-color: #d4c5a9 !important; color: #4a5568 !important; }
.alert-warning { background: #f5f0e0 !important; border-color: #daa520 !important; color: #8a7d5a !important; }

/* ================================================================
   19. RESPONSIVE - TABLET (max-width: 991px)
   ================================================================ */
@media (max-width: 991px) {
  #header .header-top { padding: 5px 0 !important; }
  #header .top-menu a[data-depth="0"] { font-size: 12px !important; padding: 6px 8px !important; }
  .product-miniature { margin-bottom: 15px !important; }
  .products-section-title, h2.products-section-title { font-size: 20px !important; letter-spacing: 2px !important; }
  .page-authentication #main { max-width: 420px !important; padding: 10px 15px 25px !important; }
}

/* ================================================================
   20. RESPONSIVE - MOBILE (max-width: 767px)
   ================================================================ */
@media (max-width: 767px) {
  body { font-size: 14px !important; }
  #header { box-shadow: 0 2px 10px rgba(61,69,80,0.1) !important; }
  #header .header-top { padding: 8px 0 !important; }
  #header .logo { max-height: 40px !important; }
  #header .search-widget { padding: 5px 10px !important; }
  #header .search-widget form input[type="text"] { font-size: 14px !important; padding: 8px 14px !important; }
  #mobile_top_menu_wrapper { background: #fff !important; border-bottom: 2px solid #d4c5a9 !important; }
  #mobile_top_menu_wrapper .top-menu a { color: #3d4550 !important; padding: 12px 15px !important; font-size: 14px !important; font-weight: 500 !important; border-bottom: 1px solid #f5f0e8 !important; }
  #custom-text { margin: 0 10px !important; }
  .page-header h1 { font-size: 20px !important; }
  .products-section-title, h2.products-section-title { font-size: 18px !important; letter-spacing: 2px !important; margin: 15px 0 !important; padding-bottom: 10px !important; }
  .products .product-miniature { margin-bottom: 12px !important; }
  .product-miniature .product-title a { font-size: 12px !important; line-height: 1.3 !important; }
  .product-miniature .product-description { padding: 8px 10px !important; }
  .notAuthorizedBoxGlobal { margin: 5px 8px 8px !important; padding: 6px 8px !important; border-radius: 6px !important; }
  .notAuthorizedBoxText { font-size: 10px !important; line-height: 1.4 !important; }
  .notAuthorizedBoxText strong a { font-size: 10px !important; padding: 1px 6px !important; }
  .product-container h1 { font-size: 18px !important; line-height: 1.3 !important; }
  .tabs .nav-tabs .nav-link { font-size: 12px !important; padding: 8px 12px !important; }
  #footer { text-align: center !important; padding-top: 20px !important; }
  #footer h4 { font-size: 13px !important; margin-top: 15px !important; }
  #footer .links .collapse { display: block !important; }
  .block-social ul { justify-content: center !important; }
  .page-authentication #main { max-width: 100% !important; padding: 5px 10px 20px !important; }
  .page-authentication #main .page-content, .page-authentication #content { padding: 20px 18px !important; border-radius: 10px !important; }
  .page-authentication .page-header h1 { font-size: 18px !important; }
  .page-authentication #submit-login, .page-authentication .form-control-submit { padding: 12px 20px !important; font-size: 13px !important; }
  .breadcrumb { font-size: 11px !important; padding: 8px 10px !important; }
  .btn-primary, .btn-secondary { padding: 10px 18px !important; font-size: 13px !important; }
  .pagination .page-list li a { padding: 6px 10px !important; font-size: 12px !important; }
  .cookiesBanner, #lgcookieslaw_banner { font-size: 11px !important; padding: 10px !important; }
  .container { padding-left: 10px !important; padding-right: 10px !important; }
  #wrapper { padding-top: 0 !important; }
  .page-authentication #footer { display: none !important; }
}

/* ================================================================
   21. RESPONSIVE - SMALL MOBILE (max-width: 480px)
   ================================================================ */
@media (max-width: 480px) {
  #header .logo { max-height: 35px !important; }
  .products-section-title, h2.products-section-title { font-size: 16px !important; letter-spacing: 1.5px !important; }
  .product-miniature .product-title a { font-size: 11px !important; }
  .notAuthorizedBoxText { font-size: 9px !important; }
  .product-container h1 { font-size: 16px !important; }
  .page-authentication .page-header h1 { font-size: 16px !important; }
}

/* === 22. DESKTOP AUTH PAGES (min-width: 768px) === */
@media (min-width: 768px) {
  .page-authentication .page-footer, .page-authentication #footer { display: none !important; }
  .page-authentication #wrapper { padding-top: 0 !important; }
  .page-authentication #main { padding-top: 5px !important; }
}

/* === 20. HEADER RESTRUCTURING - Centered Logo + Nav Strip === */
.header-top { background: #fff !important; border-bottom: none !important; padding: 0 !important; position: relative !important; }
.header-top .container > .row { flex-wrap: wrap !important; position: relative !important; }
#_desktop_logo.col-md-2 { width: 100% !important; max-width: 100% !important; flex: 0 0 100% !important; text-align: center !important; padding: 18px 0 14px !important; }
#_desktop_logo h1 { margin: 0 !important; }
#_desktop_logo img { max-height: 55px !important; }
.header-top .col-md-10.position-static { width: 100% !important; max-width: 100% !important; flex: 0 0 100% !important; padding: 0 !important; }
#header .header-top .menu.js-top-menu, #header .header-top #_desktop_top_menu, #header .header-top .menu { background: #3d4550 !important; text-align: center !important; padding: 0 !important; display: block !important; width: 100vw !important; position: relative !important; left: 50% !important; transform: translateX(-50%) !important; }
#top-menu.top-menu { display: flex !important; justify-content: center !important; flex-wrap: wrap !important; margin: 0 auto !important; padding: 0 !important; max-width: 1170px !important; }
#header .top-menu a[data-depth="0"] { color: #e0d5c0 !important; font-weight: 600 !important; text-transform: uppercase !important; font-size: 11.5px !important; letter-spacing: 0.3px !important; padding: 11px 14px !important; border-right: 1px solid rgba(255,255,255,0.06) !important; transition: all 0.3s ease !important; }
#header .top-menu a[data-depth="0"]:hover { color: #daa520 !important; background: rgba(218,165,32,0.12) !important; }
#header .top-menu .sub-menu { text-align: left !important; border-top: 2px solid #daa520 !important; background: #fff !important; border: 1px solid #d4c5a9 !important; box-shadow: 0 8px 25px rgba(0,0,0,0.1) !important; }
#header .top-menu .sub-menu a { color: #4a5568 !important; font-size: 13px !important; }
#header .top-menu .sub-menu a:hover { color: #daa520 !important; background: #f5f0e8 !important; }
#search_widget.search-widget { position: absolute !important; right: 15px !important; top: 16px !important; z-index: 10 !important; padding: 0 !important; }
#search_widget form { max-width: 220px !important; }
#_desktop_top_menu .clearfix { display: none !important; }

/* === RESPONSIVE HEADER OVERRIDES === */
@media (max-width: 991px) {
  #_desktop_logo.col-md-2 { width: auto !important; max-width: none !important; flex: 0 0 auto !important; text-align: left !important; padding: 10px 0 !important; }
  #search_widget.search-widget { position: relative !important; right: auto !important; top: auto !important; }
  #header .top-menu a[data-depth="0"] { font-size: 10px !important; padding: 10px 10px !important; }
  #header .header-top .menu.js-top-menu, #header .header-top #_desktop_top_menu, #header .header-top .menu { width: auto !important; left: auto !important; transform: none !important; margin: 0 !important; }
}
@media (max-width: 767px) {
  #header .header-top .menu.js-top-menu, #header .header-top #_desktop_top_menu, #header .header-top .menu { display: none !important; }
  #_desktop_logo.col-md-2 { padding: 8px 0 !important; }
  #search_widget.search-widget { position: relative !important; right: auto !important; top: auto !important; padding: 5px 10px !important; }
}
/* cache-bust-v2 */
