/* Hanin storefront presentation. Scoped to opted-in pages; no business logic. */
.hd-store{--hd-teal:#075768;--hd-green:#007c6c;--hd-ink:#183c42;--hd-muted:#52696e;--hd-line:#dde7e4;background:#fff;color:var(--hd-ink);line-height:1.8}
.hd-store a:focus-visible,.hd-store button:focus-visible,.hd-store input:focus-visible,.hd-store select:focus-visible{outline:3px solid #b98022!important;outline-offset:3px}
.hd-store h1,.hd-store h2,.hd-store h3,.hd-store h4{color:var(--hd-ink)}
.hd-store .primary-btn,.hd-store .add-to-cart-btn{border-radius:5px;background:var(--hd-teal);text-transform:none;min-height:44px}
.hd-store .primary-btn:hover,.hd-store .primary-btn:focus{background:#034653;opacity:1}
.hd-store #header{background:white;padding:24px 0;border-bottom:1px solid var(--hd-line)}
.hd-store #header .all-row{display:flex;align-items:center;flex-wrap:wrap}
.hd-store #header .all-row::before,.hd-store #header .all-row::after{display:none}
.hd-store #header .logo{z-index:auto!important;display:inline-block}
.hd-store #header .logo img{width:180px!important;height:76px!important;object-fit:contain}
.hd-store #header .search-bar{padding-block:0!important}
.hd-store #searchForm{margin:0}
.hd-store #search_key{height:48px;border-color:#d6e2de!important;background:#f5f8f7;border-radius:0 5px 5px 0;box-shadow:none;font-size:14px;padding-inline:16px}
.hd-store #basic-addon1{background:var(--hd-teal)!important;border-color:var(--hd-teal)!important;border-radius:5px 0 0 5px;width:48px}
.hd-store #autocomplete-results{z-index:1050;max-height:360px;overflow:auto;border-radius:6px;box-shadow:0 8px 24px #143c4217;background:white}
.hd-store #header .parts{display:flex;justify-content:flex-end;align-items:center;gap:22px}
.hd-store #header .parts .part{margin:0;position:relative}
.hd-store #header .parts a{color:var(--hd-teal)}
.hd-store .qty-count{background:var(--hd-green)!important;color:white;border:2px solid white;font-size:10px}
.hd-store .dropdown-menu,.hd-store .cart-dropdown{border:1px solid var(--hd-line);border-radius:6px;box-shadow:0 8px 28px #123d4314;text-align:right}
.hd-store .cart-dropdown{max-width:calc(100vw - 24px)}
.hd-store #navigation{background:white!important;border:0;border-bottom:1px solid var(--hd-line)}
.hd-store #navigation .main-nav>li>a{font-size:13px;padding:17px 10px;color:var(--hd-ink);background:transparent}
.hd-store #navigation .main-nav>li.active>a,.hd-store #navigation .main-nav>li>a:hover{color:var(--hd-green)}
.hd-store #navigation .main-nav>li>a::after{background:var(--hd-green)}
.hd-store .hd-intro{background:#edf4f1;border-bottom:1px solid #e0eae5;padding:48px 0}
.hd-store .hd-intro>.container{display:flex;justify-content:space-between;align-items:center;gap:35px}
.hd-store .hd-eyebrow{font-size:11px;letter-spacing:.6px;color:var(--hd-green);margin-bottom:13px}
.hd-store .hd-intro h1{font-size:38px;line-height:1.55;letter-spacing:-.6px;margin-bottom:15px}
.hd-store .hd-intro h1 span{color:var(--hd-green)}
.hd-store .hd-intro p:not(.hd-eyebrow){font-size:14px;color:var(--hd-muted);margin:0}
.hd-store .hd-intro-links{display:flex;flex-direction:column;align-items:center;gap:16px;flex-shrink:0;font-size:13px}
.hd-store .hd-intro-links .primary-btn{display:flex;align-items:center;gap:26px}
.hd-store #hot-deal{background:#f8faf9;margin:0;padding:35px 0;border-bottom:1px solid var(--hd-line)}
.hd-store .hot-deal h2{font-size:26px;line-height:1.7}.hd-store .hot-deal p{color:var(--hd-muted);font-size:16px}
.hd-store .hot-deal-countdown>li{border-radius:6px;background:var(--hd-teal);width:66px;height:66px}
.hd-store #hot-deal .slider img{max-height:340px;object-fit:contain;margin:auto}
.hd-store .section{padding-top:38px;padding-bottom:38px}
.hd-store .section-title{margin-bottom:28px;padding-bottom:18px;border-bottom:1px solid var(--hd-line)}
.hd-store .section-title .title{font-size:24px;text-transform:none}
.hd-store .section-tab-nav li a{font-size:13px;color:var(--hd-muted);padding:8px 2px}
.hd-store .section-tab-nav li.active a{color:var(--hd-green)}
.hd-store .product{background:white;border:1px solid var(--hd-line);border-radius:8px;margin-top:16px;margin-bottom:24px;box-shadow:none!important;transition:border-color .18s}
.hd-store .product:hover,.hd-store .product:focus-within{border-color:#78a69b;box-shadow:none}
.hd-store .product .product-img{padding:18px;background:#fafcfb;border-radius:8px 8px 0 0}
.hd-store .product .product-img img{height:190px;width:100%;object-fit:contain}
.hd-store .product .product-body{padding:18px;text-align:right;background:white;position:relative;border-radius:0 0 8px 8px}
.hd-store .product .product-body .product-category{font-size:11px;color:var(--hd-muted);margin-bottom:8px;text-transform:none}
.hd-store .product .product-body .product-name{font-size:15px!important;line-height:1.8;min-height:54px;text-transform:none;overflow-wrap:anywhere}
.hd-store .product .product-body .product-name>a{font-weight:600}
.hd-store .product .product-body .product-price{font-size:18px!important;line-height:1.7;color:var(--hd-teal);margin-bottom:12px}
.hd-store .product .product-body .product-price .product-old-price{font-size:12px;color:#737d80}
.hd-store .product .product-img .product-label{top:12px;right:12px}
.hd-store .product .product-label>span{border-radius:3px;font-size:10px;padding:3px 9px}
.hd-store .product .product-label>span.new{background:var(--hd-green);border-color:var(--hd-green)}
.hd-store .product .product-btns{border-top:1px solid #eef2f0;padding-top:10px}
.hd-store .product .product-btns>button{min-width:40px;min-height:40px;color:var(--hd-teal);border-radius:4px}
.hd-store .product .add-to-cart,.hd-store .product:hover .add-to-cart{position:relative;left:auto;right:auto;top:auto;bottom:auto;transform:none;z-index:auto;background:#f4f8f6;padding:12px;border-top:1px solid var(--hd-line);border-radius:0 0 8px 8px}
.hd-store .product .add-to-cart .add-to-cart-btn{width:100%;font-size:12px;padding-inline:14px;min-height:44px}
.hd-store .product-widget .product-name{line-height:1.7}
.hd-store #breadcrumb{background:#f6f8f7;border-bottom:1px solid var(--hd-line);margin-bottom:10px;padding:20px 0}
.hd-store .breadcrumb-tree li{font-size:12px;text-transform:none}
.hd-store #aside .aside-title{font-size:16px;margin-bottom:20px}
.hd-store #aside .ziehharmonika1 > .aside-title,
.hd-store #aside .ziehharmonika2 > .aside-title,
.hd-store #aside .ziehharmonika3 > .aside-title,
.hd-store #aside .ziehharmonika4 > .aside-title,
.hd-store #aside .ziehharmonika5 > .aside-title{color:#fff}
.hd-store #aside>div{border-bottom:1px solid var(--hd-line);padding-bottom:22px;margin-bottom:22px}
.hd-store #aside .input-checkbox label{line-height:1.8;font-size:13px}
.hd-store .store-filter{background:#f5f8f6;border:1px solid var(--hd-line);padding:15px;border-radius:5px}
.hd-store .store-pagination li a,.hd-store .store-pagination li.active{border-radius:4px;min-width:40px;min-height:40px}
.hd-store .store-pagination li.active{background:var(--hd-teal);border-color:var(--hd-teal)}
.hd-store input.form-control,.hd-store select.form-control,.hd-store .input,.hd-store .input-select{border:1px solid #cddbd6;border-radius:4px;box-shadow:none;min-height:42px}
.hd-store .product-details{padding:12px 22px;line-height:1.9}.hd-store .product-details .product-name{font-size:27px!important;line-height:1.6}.hd-store .product-details .product-price{font-size:25px!important;color:var(--hd-teal)}
.hd-store .product-details .product-options{padding-block:20px;border-block:1px solid var(--hd-line);margin-block:20px}
.hd-store .table{background:white}.hd-store .table>thead>tr>th,.hd-store .table>thead>tr>td{background:#edf4f1;color:var(--hd-ink);padding:14px 10px;border-bottom:1px solid #cdded5}
.hd-store .table>tbody>tr>td{vertical-align:middle;padding:14px 10px;border-color:#e5ece9}
.hd-store #newsletter{border-top:1px solid var(--hd-line);background:#f4f8f6}.hd-store .newsletter p{font-size:22px}.hd-store .newsletter form{max-width:560px}.hd-store .newsletter .newsletter-btn{background:var(--hd-teal)}
.hd-store #footer{background:#073f4b;color:#d2e1e2;border:0}.hd-store #footer .footer-title{color:white;font-size:16px;line-height:1.7}.hd-store #footer .footer-links li a{color:#d2e1e2;font-size:13px;line-height:1.9}.hd-store #footer .footer-links li i{color:#88c9b7}.hd-store #footer p{font-size:13px;line-height:2}.hd-store #bottom-footer{background:#053541}
@media(max-width:991px){.hd-store #header .all-row{gap:14px}.hd-store #header .search-bar{order:3;width:100%}.hd-store #header .all-row>.text-center{width:45%;top:0!important}.hd-store #shh{width:55%;margin:0}.hd-store #header .menu-toggle{order:4;float:none;margin:0!important;width:auto}.hd-store #header .menu-toggle>a{font-size:15px!important;padding:6px 10px;border:1px solid var(--hd-line);border-radius:4px}.hd-store #header .parts{gap:18px}.hd-store #responsive-nav{background:white}.hd-store #navigation .main-nav>li>a{padding:14px 18px}.hd-store .hd-intro>.container{align-items:flex-start}.hd-store .hd-intro h1{font-size:30px}.hd-store .hd-intro-links{flex-shrink:1}.hd-store #header .cart-dropdown{right:0;left:auto}}
@media(max-width:767px){.hd-store #header{padding:16px 0}.hd-store #header .logo img{width:145px!important;height:64px!important}.hd-store .hd-intro{padding:30px 0}.hd-store .hd-intro>.container{flex-direction:column;gap:24px}.hd-store .hd-intro h1{font-size:29px}.hd-store .hd-intro-links{align-items:flex-start}.hd-store .hd-intro-links .primary-btn{padding:12px 20px}.hd-store .section{padding-block:26px}.hd-store #hot-deal #slider-left,.hd-store #hot-deal #slider-right{width:100%;float:none!important}.hd-store #hot-deal .slider img{max-height:250px}.hd-store .hot-deal-countdown>li{width:54px;height:54px}.hd-store .hot-deal-countdown>li>div h3{font-size:19px}.hd-store .product .product-img{padding:12px}.hd-store .product .product-img img{height:145px}.hd-store .product .product-body{padding:12px}.hd-store .product .product-body .product-name{font-size:13px!important;min-height:70px}.hd-store .product .product-body .product-price{font-size:16px!important}.hd-store .product .add-to-cart{padding:8px}.hd-store .product .add-to-cart .add-to-cart-btn{font-size:11px;padding-inline:5px}.hd-store .section-title .title{font-size:20px}.hd-store .section-tab-nav{display:flex;flex-wrap:wrap;gap:8px 15px;justify-content:flex-end}.hd-store .section-tab-nav li{margin:0}.hd-store .product-details{padding:12px 0}.hd-store .product-details .product-name{font-size:23px!important}.hd-store #footer .section{padding-block:35px}.hd-store .store-filter{padding:12px}.hd-store .table{font-size:12px}}
@media(prefers-reduced-motion:reduce){.hd-store *{scroll-behavior:auto!important;transition:none!important}}
/* Neutralize legacy header positioning without touching its event handlers. */
.hd-store #header .search-bar{position:static;top:auto;height:auto;margin-bottom:0}
.hd-store #header .parts{margin-top:0}.hd-store #header .user-login{margin-top:0}
.hd-store #navigation{margin-top:0}.hd-store .angebot{background:#075768;font-size:12px;line-height:30px}
.hd-store .angebot marquee{margin:0;width:100%}
@media(max-width:991px){.hd-store #shh{margin-top:0!important}.hd-store #header .menu-toggle{display:block!important}}
.hd-store #searchForm .input-group{width:100%}
.hd-store .product .add-to-cart .add-to-cart-btn{background:var(--hd-teal);border-radius:5px;color:#fff}
.hd-store .product .add-to-cart .add-to-cart-btn:hover,.hd-store .product .add-to-cart .add-to-cart-btn:focus{background:#034653;color:#fff;border-color:#034653}
/* Wide storefront with a distinct logo / search / account-tools hierarchy. */
.hd-store .container{width:100%;max-width:none;padding-inline:clamp(18px,3vw,64px)}
.hd-store #header .all-row{display:grid;grid-template-columns:260px minmax(0,1fr) 200px;grid-template-areas:"actions search brand";gap:36px;direction:ltr;margin-inline:0}
.hd-store #header .hd-brand{grid-area:brand;width:auto;top:0!important;padding:0;text-align:right}
.hd-store #header .search-bar{grid-area:search;width:auto;padding:0;min-width:0;direction:rtl}
.hd-store #shh{grid-area:actions;width:auto;padding:0;direction:rtl}
.hd-store #header .all-row>.clearfix{display:none}
.hd-store #header .parts{justify-content:space-between;gap:14px}
.hd-store #header .parts .part{width:70px;float:none}
.hd-store #header .parts .part>a{position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:5px;min-height:64px;min-width:54px;width:auto;float:none;margin:0;padding:6px;border-radius:5px}
.hd-store #header .parts .part>a:hover{background:#edf4f1}
.hd-store #header .hd-action-label{font-size:12px;line-height:1.5;color:var(--hd-ink);white-space:nowrap}
.hd-store #header .parts .part>a>i{font-size:29px!important;line-height:1}
.hd-store #header .qty-count{position:absolute;inset-inline-end:3px;top:0;margin:0;float:none;z-index:1;min-width:19px;height:19px;line-height:15px;text-align:center}
.hd-store #header .cart-dropdown{left:0;right:auto;top:100%}
.hd-store #header .dropdown-menu-right{left:0;right:auto;top:100%}
.hd-store #search_key{height:54px;font-size:15px;background:#f3f6f5}
.hd-store #autocomplete-results{width:100%;margin-top:2px;top:100%}
.hd-store #navigation .main-nav{display:flex;flex-wrap:wrap;float:none!important;justify-content:flex-start;gap:4px 18px;direction:rtl}
.hd-store #navigation .main-nav>li{float:none!important}
.hd-store #navigation .main-nav>li>a{padding:15px 8px;font-size:14px}
.hd-store .hd-intro{padding-block:36px}.hd-store .hd-intro h1{font-size:34px}
@media(min-width:1600px){.hd-store .product .product-img img{height:240px}.hd-store #header .all-row{grid-template-columns:280px minmax(0,1fr) 230px;gap:54px}}
@media(max-width:991px){.hd-store #header .all-row{grid-template-columns:minmax(0,1fr) 180px;grid-template-areas:"actions brand" "search search" "menu menu";gap:16px}.hd-store #header .hd-brand{width:auto}.hd-store #shh{width:auto}.hd-store #header .parts{justify-content:flex-end;gap:18px}.hd-store #header .menu-toggle{grid-area:menu;justify-self:start;padding:0}.hd-store #navigation .main-nav{display:block}.hd-store #navigation .main-nav>li{width:100%}.hd-store #header .logo img{width:170px!important;height:65px!important}}
@media(max-width:600px){.hd-store .container{padding-inline:18px}.hd-store #header .all-row{grid-template-columns:minmax(0,1fr) 106px;column-gap:8px;row-gap:12px}.hd-store #header .logo img{width:106px!important;height:52px!important}.hd-store #header .parts{justify-content:flex-start;gap:4px}.hd-store #header .parts .part{width:49px}.hd-store #header .parts .part>a{min-width:44px;min-height:56px;padding:4px;gap:4px}.hd-store #header .parts .part>a>i{font-size:24px!important}.hd-store #header .hd-action-label{font-size:10px}.hd-store #search_key{height:48px;font-size:13px}.hd-store #header .qty-count{inset-inline-end:0;top:-2px;font-size:9px}.hd-store .hd-intro h1{font-size:28px}}

/* A single RTL search control: matching heights and outer corners. */
.hd-store #searchForm .input-group{display:flex;align-items:stretch;direction:rtl;height:54px;border:1px solid #cddbd6!important;border-radius:6px;background:#f3f6f5}
.hd-store #searchForm #basic-addon1{display:flex;align-items:center;justify-content:center;flex:0 0 54px;width:54px;border:0!important;border-radius:0 5px 5px 0;padding:0}
.hd-store #searchForm #basic-addon1 i{color:#fff!important;font-size:17px}
.hd-store #searchForm #search_key{float:none;flex:1 1 0%;min-width:0;width:0;height:100%;border:0!important;border-radius:5px 0 0 5px;margin:0;box-shadow:none}
.hd-store #searchForm .input-group:focus-within{border-color:var(--hd-teal)!important}
@media(max-width:600px){.hd-store #searchForm .input-group{height:48px}.hd-store #searchForm #basic-addon1{flex-basis:48px;width:48px}}
