/*
Theme Name: One Horizon – Custom WordPress Theme
Theme URI: https://one-horizon.ch
Author: ONE HORIZON
Author URI: https://one-horizon.ch
Description: A lightweight, custom theme built to replace Elementor/Woodmart for one-horizon.ch. Focused on performance, clean semantics, accessibility, and SEO. Gutenberg-first structure, responsive layout, and modern best practices for a fast, maintainable site.
Version: 1.0.0
Requires at least: 6.2
Tested up to: 6.6
Requires PHP: 8.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: one-horizon
Domain Path: /languages
Tags: custom-theme, block-editor, responsive-layout, accessibility-ready, performance, seo, minimal, multilingual, gutenberg
Update URI: false
*/

/* ----------------------------------------
   Local fonts (WOFF2 only)
----------------------------------------- */
@font-face { font-family: "OneHorizon";
  src: url("./assets/fonts/OneHorizon-ExLight.woff2") format("woff2");
  font-weight: 200; font-style: normal; font-display: swap;
}
@font-face { font-family: "OneHorizon";
  src: url("./assets/fonts/OneHorizon-Light.woff2") format("woff2");
  font-weight: 300; font-style: normal; font-display: swap;
}
@font-face { font-family: "OneHorizon";
  src: url("./assets/fonts/OneHorizon-Regular.woff2") format("woff2");
  font-weight: 400; font-style: normal; font-display: swap;
}
@font-face { font-family: "OneHorizon";
  src: url("./assets/fonts/OneHorizon-Medium.woff2") format("woff2");
  font-weight: 500; font-style: normal; font-display: swap;
}
@font-face { font-family: "OneHorizon";
  src: url("./assets/fonts/OneHorizon-SemiBold.woff2") format("woff2");
  font-weight: 600; font-style: normal; font-display: swap;
}
@font-face { font-family: "OneHorizon";
  src: url("./assets/fonts/OneHorizon-Bold.woff2") format("woff2");
  font-weight: 700; font-style: normal; font-display: swap;
}
@font-face { font-family: "OneHorizon";
  src: url("./assets/fonts/OneHorizon-ExBold.woff2") format("woff2");
  font-weight: 800; font-style: normal; font-display: swap;
}
@font-face {
    font-weight: normal;
    font-style: normal;
    font-family: "woodmart-font";
    src: url("./assets/fonts/woodmart-font-3-400.woff2") format("woff2");
}

/* ----------------------------------------
   Base
----------------------------------------- */
* { box-sizing: border-box; }

html, body { height: 100%; }

body{
  margin: 0;
  padding: 0;
  font-family: "OneHorizon", system-ui, -apple-system, "Segoe UI",
               Roboto, "Helvetica Neue", Arial, "Noto Sans",
               "Liberation Sans", sans-serif;
  background: #fff;
  text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: var(--oh-secondary);
  line-height: 1.6;
  cursor: url('assets/images/One-Horizon-Mauszeiger.png'), auto;
    font-size: 14px;
}

img{
  max-width: 100%;
  height: auto;
  width: auto;
}

a {
    text-decoration: none;
    color: var(--oh-color3);
      transition: all .25s ease;
}
h1, h2, h3, h4, h5, h6{
  margin: 0px 0px 20px 0px;
  color: var(--oh-primary);
  font-weight: 600;
  line-height: 1.4;
}
h1{
  font-size: 28px;
}
h2{
    font-size: 24px;
}
h3 {
  font-size: 22px;
}
h4{
    font-size: 18px;
}
:is(ul, ol) {
  margin-bottom: 20px;
  padding-left: 17px;
}
p{
  font-size: 14px;
  color:var(--oh-secondary);
  line-height: 1.6;
  margin: 0px;
}
strong {
  font-weight: 600;
}
input[type="text"], input[type="email"], input[type="tel"], input[type="password"], textarea{
    border:2px solid rgba(0,0,0,.105);
    color: #1f2124;
      width: 100%;
      background-color: transparent;
        font-size: 14px;
  padding: 10px;
  line-height: 1.30;
  border-radius: 5px;
    font-family: "OneHorizon", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif;
}
input[type="text"]:focus, input[type="email"]:focus, input[type="tel"]:focus, input[type="password"]:focus, textarea:focus{
   box-shadow: inset 0 0 0 1px rgba(0,0,0,.1);
    outline: 0; 
    border-color: rgba(0, 0, 0, .15);
}
textarea{
      overflow: auto;
  padding: 10px 15px;
  min-height: 190px;
  resize: vertical;
}
label {
    display: block;
    margin-bottom: 5px;
    color: var(--oh-primary);
    vertical-align: middle;
    font-weight: 400;
}
mark {
  display: inline-block;
  padding: 5px 8px;
  background-color: #f7f7f7;
  color: #242424;
  font-weight: 600;
  line-height: 1;
}
.required {
    color: #E01020;
}

/* ----------------------------------------
   Layout helpers / utilities (unchanged)
----------------------------------------- */
.container {
    max-width: 1680px;
    padding: 0 15px;
    width: 100%;
    margin: 0 auto;
}
.btn, input[type="submit"], .button{
    background-color: var(--oh-primary);
    border-radius: 5px;
    display: inline-block;
    color: #fff;
      font-size: 13px;
      line-height: 1;
      padding: 12px 24px;
      fill: #fff;
      text-align: center;
      transition: all .3s;
      font-weight: 600;
      border: 1px solid transparent;
      cursor: pointer;
        transition: all .25s ease;
        text-transform: uppercase;

}
.btn:hover, input[type="submit"]:hover, .button:hover{
    color: var(--oh-color3);
    background-color: rgb(175,175,165);
}
.btn-white{
    background-color: #fff;
    color: #3E3E3E;

}
.btn-full{
    display: flex;
    width: 100%;
    justify-content: center;
}
.flex {
    display: flex;
}
.flex-wrap {
    flex-wrap: wrap;
}
.justify-center {
    justify-content: center;
}
.justify-between {
    justify-content: space-between;
}
.justify-end {
    justify-content: flex-end;
}
.align-center {
    align-items: center;
}
.m-0 {
    margin: 0;
}
.p-0 {
    padding: 0;
}
.gap-5{
    gap: 5px;
}
.gap-10 {
    gap: 10px;
}
.gap-20 {
    gap: 20px;
}
.gap-12{
    gap: 12px;
}
.gap-15{
    gap: 15px;
}
.gap-35{
    gap: 35px;
}
.gap-40{
    gap: 40px;
}
.list-none {
    list-style: none;
}
.color-light {
    color: #fff;
}
.color-gray {
    color:var(--oh-color3);
}
.small-font {
    font-size: 12px;
}
.color-primary {
    color: var(--oh-primary);
}
.bg-primary {
    background-color: var(--oh-primary);
}
.bg-secondary {
    background-color: #E6E6E6;
}
.text-center{
  text-align: center;
}
.flex-column{
  flex-direction: column;
}
.radius-8{
    border-radius: 8px;
}
.radius-40{
    border-radius: 40px;
}
.relative{
    position: relative;
}
.mb-10{
    margin-bottom: 10px;
}
.mb-15{
    margin-bottom: 15px;
}
.mt-10{
    margin-top: 10px;
}
.title-big{
    font-size: 36px;
}
.amount {
  font-weight: 600;
}
del .amount {
  color: #bbb;
  font-weight: 400;
}
.price del {
  color: #bbb;
}

/* ----------------------------------------
   Top Bar
----------------------------------------- */
.oh_topbar {
    background-color: var(--oh-primary);
}
.oh_topbar_wrap {
    height: 40px;
}
.oh_tb_text {
    font-size: 12px;
    line-height: 1.2;
    color: #fff;
    font-weight: 600;
}
.oh_tb_menu {
    padding-right: 10px;
}
.oh_tb_menu ul li {
    position: relative;
}
.oh_tb_menu ul li::after {
    content: '';
    height: 100%;
    width: 1px;
    background: rgba(255, 255, 255, 0.25);
    right: -10px;
    position: absolute;
}
.oh_tb_menu ul li a {
    font-weight: 600;
    font-size: 12px;
    color: #fff;
    line-height: 40px;
}
.oh_tb_menu ul li a:hover {
  color: rgba(255,255,255,.7);
}
.text-small{
  font-size: 14px;
}
.mb-30{
    margin-bottom: 30px;
}


/* ----------------------------------------
   Header Main
----------------------------------------- */
.oh_mh_menu ul li a {
    color: var(--oh-color3);
    font-weight: 600;
    font-size: 14px;
}
.oh_mh_menu ul li a:hover{
    color: var(--oh-primary)
}
.oh_mh_wrap {
    height: 90px;
}
.oh_mh_logo img {
    max-width: 220px;
    display: block;
}
.oh_mh_menu {
    flex: 1 1 0%;
}
.oh_mh_right {
    flex: 1 1 0%;
}
.oh_svg {
  width: 24px;
  height: 24px;
}
.oh-cart-link-wrap {
  position: relative;
  display: flex;
  align-items: center;
  gap: 15px;
}
.oh_count {
  position: absolute;
  top: -5px;
  left: 15px;
  z-index: 1;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background-color: var(--oh-primary);
  color: #fff;
  text-align: center;
  letter-spacing: 0;
  font-weight: 400;
  font-size: 9px;
  line-height: 15px;
}
.cart_total {
  font-weight: 600;
}
.oh_header{
    padding-top: 130px;
}
.oh_header_inner{
    position: absolute;
  top: 0px;
  width: 100%;
  left: 0px;
    backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  z-index: 9999;
}
.admin-bar .oh_header_inner{
    top: 32px;
}
.oh_sticky_header .oh_topbar {
  display: none;
}
.oh_sticky_header {
  padding-top: 130px;
}
.oh_mh_wrap {
    transition: height .3s ease, max-height .3s ease;
}
.oh_sticky_header .oh_mh_wrap {
  height: 60px;
}
.oh_sticky_header .oh_header_inner{
    position: fixed;
    box-shadow: 0 1px 3px rgba(0,0,0,0.1);
    z-index: 9999;
    width: 100vw;
}
.oh_main_header {
  background: #fff;
}
.oh_menu_toggle{
    display: none;
}
.mobile_nav {
  display: none;
}
.oh_mh_right a:hover{
    color: rgba(51,51,51,.6);
}

.oh_acc_dropdown {
  right: 0;
  left: auto;
  margin-left: 0;
  padding: 20px;
  width: 220px;
  position: absolute;
  top: 100%;
  z-index: 380;
  margin-top: 15px;
  background-position: bottom right;
  background-clip: border-box;
  background-repeat: no-repeat;
  box-shadow: 0 0 3px rgba(0,0,0,0.15);
  background-color: #fff;
  border-radius: 8px;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.4s cubic-bezier(0.19, 1, 0.22, 1),visibility 0.4s cubic-bezier(0.19, 1, 0.22, 1),transform 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  transform: translateY(15px) translateZ(0);
  pointer-events: none;
}
.oh_acc_dropdown::after {
  content: "";
  position: absolute;
  inset-inline: 0;
  bottom: 100%;
  height: 15px;
}

.oh_account_wrap:hover .oh_acc_dropdown {
  visibility: visible;
  opacity: 1;
  transform: none !important;
  pointer-events: unset;
}
.oh_account_wrap {
  position: relative;
}
.oh-account-nav {
  margin: 0px;
  padding: 0px;
  list-style: none;
}
.oh-account-nav li a {
  position: relative;
  display: flex;
  align-items: center;
  padding-top: 8px;
  padding-bottom: 8px;
  color: #838383;
  font-size: 14px;
  line-height: 1.3;
  text-decoration: none;
}
.oh-account-nav li a:hover {
  color: var(--oh-primary);
}

/*** Footer ***/ 
.footer {
  background-color: var(--oh-primary);
  color: #fff;
  padding: 30px 0px 22px 0px;
}
.footer_col {
  width: 25%;
}
.footer_col h2 {
  line-height: 1;
  font-size: 24px;
}
.footer_col a{
    padding: 4px 0px;
    display: block;
    color: rgba(255,255,255,.9);
    line-height: 20px;
}
.footer_col a:hover{
    color: #fff;
}
.newsletter_subtitle{
    color: rgba(255,255,255,.9);
}
.footer_lang a {
  padding: 9px 0;
  text-align: center;
  color: var(--oh-primary);
  font-weight: 600;
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 20px;
  width: 50px;
  line-height: 1;
}
.footer_lang a:hover {
  background: transparent;
  color: #fff;
}
.pay_logo {
  padding-right: 105px;
}
.footer_bottom {
  padding: 15px 0px;
  border-top: 1px solid #e6e6e6;
  margin-top: 15px;
}
.footer_newsletter input[type="email"]{
    border-color: rgba(255,255,255,.2);
    color: #fff;
}
.footer_newsletter input[type="email"]::placeholder{
    opacity: 1;
    color: #fff;
}
.footer_social svg {
  width: 16px;
  height: 16px;
  fill: #fff;
}
.btm_text{
    color: rgba(255,255,255,.8);
}



/*** Woocommerce MIni cart ***/ 
.oh-mini-cart__overlay{
    position: fixed;
      background-color: rgba(0,0,0,0.7);
      opacity: 0;
      pointer-events: none;
      transition: opacity 0.5s cubic-bezier(0.19, 1, 0.22, 1),z-index 0s cubic-bezier(0.19, 1, 0.22, 1) 0.5s,top 0s cubic-bezier(0.19, 1, 0.22, 1) 0.5s;
      z-index: 499999;
        inset: 0;
        width: 100vw;
        height: 100vh;
}
.oh-mini-cart.is-open .oh-mini-cart__overlay{
  opacity: 1;
  pointer-events: unset;
  transition-delay: 0s;
  pointer-events: unset;
}
.oh-mini-cart__panel{
      right: 0;
  left: auto;
  transform: translate3d(100%, 0, 0);
  display: flex;
  flex-direction: column;
  position: fixed;
  z-index: 500000;
  overflow: hidden;
    overflow-y: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  width: min(400px, 100vw);
  background-color: #fff;
  transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  top: 0px;
  height: 100vh;
}
.admin-bar .oh-mini-cart__panel{
    top: 32px;
    height: calc(100vh - 32px);
}
.oh-mini-cart.is-open .oh-mini-cart__panel{
      transform: none;
}
.oh-mini-cart__head {
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
  padding: 20px 15px;
  border-bottom: 1px solid rgba(0,0,0,.105);
}
#oh-mini-cart-title{
  flex: 1 1 auto;
  margin-bottom: 0;
  font-size: 130%;
  color: var(--oh-primary);
  font-weight: 600;
}
.oh-mini-cart__close {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  line-height: 1;
  background: transparent;
  border: none;
    color: var(--oh-color3);
  font-weight: 600;
  gap: 2px;
  cursor: pointer;
    transition: all .25s ease;

}
.oh-mini-cart__close svg {
  width: 20px;
  height: 20px;
}
.oh-mini-cart__close:hover {
  color: #767676;
}

.woocommerce-mini-cart-item.mini_cart_item {
  padding: 15px;
  transition: background-color .3s ease;
  border-bottom: 1px solid rgba(0,0,0,.105);
  position: relative;
  display: flex;
  align-items: flex-start;
}
.woocommerce-mini-cart-item.mini_cart_item:hover{
      background-color: #f7f7f7;
}
.oh-mini-cart__thumb {
  display: block;
  margin-bottom: 8px;
  position: relative;
  flex: 0 0 65px;
  overflow: hidden;
  margin-right: 15px;
}
.oh-mini-cart__info {
  flex: 1 1 auto;
  padding-inline-end: 20px;
}
.remove.remove_from_cart_button {
  position: absolute;
  right: 10px;
  z-index: 2;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  color: var(--oh-color3);
  text-align: center;
  font-size: 0;
  line-height: 20px;
}
.remove.remove_from_cart_button:after{
    font-size: 10px;
  content: "\f112";
  font-family: "woodmart-font";
}
.remove.remove_from_cart_button:hover {
  background-color: #fff;
  box-shadow: 0 0 3px rgba(0,0,0,0.1);
}
.oh-mini-cart__thumb img {
  min-width: 65px;
  max-width: 65px;
  border-radius: calc(8px / 1.5);
  overflow: hidden;
  width: 65px;
  height: 65px;
}
.oh-mini-cart__info .oh-mini-cart__title {
  font-size: 14px;
  line-height: 1.4;
  color: var(--oh-color3);
  display: block;
  margin-bottom: 8px;
}
.woocommerce-mini-cart-item.mini_cart_item:hover .oh-mini-cart__title a{
    color: rgba(51,51,51,.65);
}
.oh-fbt-item .oh-mini-cart__title a:after {
  content: "\f182";
  transition: all .25s ease;
  font-family: "woodmart-font";
  font-size: 12px;
  color: #bbb;
  margin-left: 5px;
}
.oh-mini-cart__line {
  display: block;
  color: #bbb;
  font-size: 90%;
}
.oh-mini-cart__line .amount {
  color: var(--oh-primary);
  font-weight: 600;
}
.oh-qty {
  position: relative;
  z-index: 1;
  display: inline-flex;
  margin-bottom: 8px;
  transition: opacity .6s ease;
}
.oh-qty button {
  background: transparent;
  border: 2px solid rgba(0,0,0,.1);
  width: 25px;
  height: 32px;
  border-radius: 5px 0px 0px 5px;
    transition: all .25s ease;
  cursor: pointer;
  color: var(--oh-primary);
}
.oh-qty button:hover {
  background-color: var(--oh-primary);
  border-color: var(--oh-primary);
  color: #fff;
}
.oh-qty button:last-child {
  border-radius: 0px 5px 5px 0px;
}
.oh-qty input {
  width: 30px;
  -webkit-appearance: textfield;
     -moz-appearance: textfield;
          appearance: textfield;
  appearance: textfield;
  text-align: center;
  font-size: 14px;
  border-top: 2px solid rgba(0,0,0,.1);
  border-bottom: 2px solid rgba(0,0,0,.1);
  border-left: 0px;
  border-right: 0px;
  height: 32px;
  background: transparent;
  border-radius: 0px;
}
.oh-qty input[type=number]::-webkit-inner-spin-button,
.oh-qty input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.oh-qty input:focus {
  outline: none;
}
.oh-progress-bar {
  border-top: 1px solid rgba(0,0,0,.105);
  padding: 15px;
}
.progress-msg {
      color: #767676;
}
.progress-area {
  height: 10px;
  border-radius: 8px;
  width: 100%;
  background-color: rgba(0,0,0, 0.06);
  transition: background-color .25s ease;
}
.progress-bar {
  margin-top: 10px;
  background-size: 15px 15px;
  background-color: var(--oh-primary);
  background-image: linear-gradient(135deg, rgba(255,255,255,0.2) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.2) 50%, rgba(255,255,255,0.2) 75%, transparent 75%, transparent);
  height: 10px;
  border-radius: 8px;
}
.oh-mini-cart__buttons {
  padding: 0px 15px 15px 15px;
}
.oh-mini-cart__subtotal {
  padding: 15px 15px 5px 15px;
  display: flex;
  justify-content: space-between;
  gap: 10px;
  font-size: 130%;
}
.oh-mini-cart__subtotal strong {
  font-weight: 600;
  color: #242424;
}
.oh-mini-cart__subtotal-amount {
  color: var(--oh-primary);
  font-weight: 600;
}
.oh-mini-cart__inner {
  height: calc(100% - 70px);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.oh-mini-cart__content {
  height: calc(100% - 245px);
  overflow: auto;
}
.mini_empty_container {
  margin-top: 20px;
  padding-inline: 15px;
}
.mini_empty_container p {
  font-weight: 600;
}
.mini_empty_container svg {
  width: 100px;
  height: 100px;
  color: rgba(0,0,0,.07);
}
.oh-fbt-item .oh-qty {
  display: none;
}
.oh-fbt-item.oh-fbt-item-first .oh-qty {
  display: inline-flex;
}
.product_list_widget li[class*="oh-fbt-item"]:not(.oh-fbt-item-last) {
  margin-bottom: 0;
  border-bottom: 0 !important;
}
.woocommerce-mini-cart .mini_cart_item.oh-fbt-item-first {
  padding-bottom: 8px;
}
.oh-mini-cart__close:hover {
  color: #767676;
}
.oh-mini-cart__buttons a {
  text-transform: uppercase;
  font-size: 13px;
}


/*** Login Drawer ***/ 
.oh-login-overlay {
  position: fixed; inset: 0;
  background: rgba(0,0,0,0.6);
  opacity: 0; visibility: hidden;
  transition: .3s;
  z-index: 9998;
}
.oh-login-drawer {
  position: fixed; top: 0; right: -340px;
  width: 340px; max-width: 90%;
  height: 100%; background: #fff;
  box-shadow: -2px 0 10px rgba(0,0,0,0.2);
  z-index: 9999; transition: .4s;
 overflow-y: auto;
}
.oh-login-overlay.active {
  opacity: 1; visibility: visible;
}
.oh-login-drawer.active {
  right: 0;
}
.oh-ld-head {
    border-bottom: 1px solid rgba(0,0,0,.105);
    align-items: center;
    justify-content: flex-end;
    gap: 10px;
    padding: 20px 15px;
    display: flex;
}

.oh-ld-head h3 {
    flex: 1 1 auto;
    margin-bottom: 0;
    font-size: 130%;
}

.oh-login-close {
    flex: 0 0 auto;
    display: inline-flex;
    height: 25px;
    gap: 2px;
    cursor: pointer;
    align-items: center;
    color: var(--oh-color3);
}

.oh-login-close span {
    color: var(--oh-color3);
    font-weight: 600;
}

.oh-login-close svg {
    width: 20px;
    height: 20px;
}
.oh-login-status {
  margin-top: 15px; min-height: 20px;
}
.oh-login-status .error { color: #c00; }
.oh-login-status .success { color: #090; }
.oh-loader {
  border: 2px solid #ccc;
  border-top: 2px solid var(--oh-color3);
  border-radius: 50%;
  width: 20px; height: 20px;
  animation: spin 0.8s linear infinite;
  margin: 10px auto;
}
@keyframes spin {
  to { transform: rotate(360deg); }
}
.oh-login-inner {
    padding: 20px 15px 15px 15px;
    border-bottom: 1px solid rgba(0, 0, 0, .105);
}
.oh-login-inner button{
    text-transform: uppercase;
}
.oh-login-extra a {
  color: var(--oh-primary);
}
.g_login_e span {
    margin-left: 20px;
    margin-right: 20px;
    display: flex;
    align-items: center;
    text-transform: uppercase;
    color: var(--oh-primary);
    font-weight: 600;
}

.g_login_e {
    position: relative;
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.g_login_e:before {
    content: "";
    flex: 1 0 0;
    border-bottom: 1px solid rgba(0,0,0,.105);
}

.g_login_e:after {
    content: "";
    flex: 1 0 0;
    border-bottom: 1px solid rgba(0, 0, 0, .105);
}
.oh-google-login:before{
        content: '';
      inset-inline-start: calc(8px + (5px / 4));
      width: 26px;
      height: 26px;
      border-radius: 2px;
      background: no-repeat center/16px url("assets/images/google-btn-icon.svg") #fff;
        position: absolute;
      top: 50%;
      font-weight: 400;
      transform: translateY(-50%);
}
.ld_reg {
    padding: 20px 15px;
    color: #f1f1f1;
}
.ld_reg p{
    color: #242424;
    font-weight: 600;
}

.ld_reg svg {
    height: 60px;
    width: 60px;
}

.ld_reg a {
    border-bottom: 2px solid var(--oh-color3);
}
.oh-login-social button {
    background: #4285F4;
}



/*** Basic Page ***/ 
.page_content {
  padding: 40px 0px;
}
.page-template-default .page_content_inner > p {
  margin-bottom: 15px;
}
.page-template-default .page_content_inner > p:last-child{
    margin-bottom: 0px;
}


/**** Search Overlay***/ 

.oh_search_overlay {
  display: flex;
  flex-direction: column;
  background-color: #fff;
  box-shadow: 0 0 14px rgba(0,0,0,0.08);
  transition: opacity 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0.5s,visibility 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0.5s,transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  transform: translate3d(0, 100%, 0);
  position: fixed;
  z-index: 40000;
  visibility: hidden;
  opacity: 0;
  top: 130px;
  width: 100%;
  height: calc(100vh - 130px);
}
.admin-bar .oh_search_overlay {
    top: 162px;
    height: calc(100vh - 162px);
}
.search_opened{
    overflow: hidden;
}
.search_opened .oh_search_overlay{
  visibility: visible;
  opacity: 1;
  transition: opacity 0s,visibility 0s,transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  transform: none;
}
.oh_search_overlay_form {
  padding: 0px 100px;
    border-bottom: 1px solid rgba(0,0,0,.105);
}
.oh_search_overlay_form .oh_product_search_input {
  padding: 0;
  text-align: center;
  font-weight: 500;
  font-size: 48px;
  border: none !important;
  color: var(--oh-color3);
  height: 110px;
}
.oh_search_overlay_form .oh_product_search_input:focus{
    outline: none;
      box-shadow: none;
}
.oh_search_overlay_form .oh_product_search_input::Placeholder {
  opacity: 1;
  color: var(--oh-color3);
}
.oh_search_close {
  position: absolute;
  top: 5px;
  inset-inline-end: 5px;
  z-index: 1;
  height: 100px;
  width: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  color: var(--oh-color3);
}
.oh_search_close svg {
  width: 38px;
  height: 38px;
  
}
.oh_search_text {
  text-align: center;
    font-size: 1.08em;
}
.oh_search_output {
  padding-top: 20px;
  overflow: auto;
}
.oh_search_loader {
  z-index: 410;
  opacity: 0;
  pointer-events: none;
  background-color: rgb(255, 255, 255,.8);
  transition: all 0.25s cubic-bezier(0.19, 1, 0.22, 1);
  overflow: hidden;
  position: absolute;
  top: 111px;
  height: calc(100% - 111px);
  width: 100%;
  z-index: 111;
}
.oh_search_loader:after {
  position: absolute;
  top: calc(50% - 16px);
  left: calc(50% - 16px);
  content: "";
  display: inline-block;
  width: 32px;
  height: 32px;
  border: 1px solid rgba(0,0,0,0);
  border-left-color: rgba(0, 0, 0, 0);
  border-left-color: #242424;
  border-radius: 50%;
  vertical-align: middle;
  animation: oh-rotate 450ms infinite linear;
}
@keyframes oh-rotate{100%{transform:rotate(360deg)}}

.oh_suggestions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.oh_suggestion {
  flex-basis: 200px;
  flex-grow: 0;
  padding: 10px;
  position: relative;
  display: flex;
  line-height: 1;
  transition: all .25s ease;
  flex-direction: column;
}
.oh_sugg-thumb {
  margin-bottom: 10px;
  position: relative;
  width: 100%;
  padding-top: 100%;
  border-radius: calc(8px / 1.5);
  overflow: hidden;
}
.oh_sugg-thumb img {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.oh_sugg-title {
  font-size: .92em;
  font-weight: 600;
  color: var(--oh-color3);
  margin-bottom: 10px;
}
.oh_sugg-price {
  color: var(--oh-primary);
  font-weight: 600;
}
.oh_all_result {
  margin-top: 10px;
  line-height: 50px;
  border-top: 1px solid rgba(0,0,0,.105);
  width: 100%;
  display: block;
  text-align: center;
  text-transform: uppercase;
  font-weight: 600;
  color: var(--oh-color3);
  font-size: 1.08em;
  padding: 0px 20px;
}
.oh_no_results{
    text-align: center;
}
.oh_no_results ~ .oh_suggest_wrap {
  display: none;
}
.oh_head_search_icon .oh_close_h, .search_icon_opened .oh_search_ic{
    display: none;
}
.search_icon_opened .oh_close_h{
    display: block;
}


/*** SCroll to Top ***/ 
.oh_scrolltotop {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 350;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: rgba(255,255,255, 0.9);
  box-shadow: 0 0 5px rgba(0,0,0,0.17);
  color: var(--oh-color3);
  font-size: 16px;
  opacity: 0;
  pointer-events: none;
  text-decoration: none !important;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  transform: translateX(100%);
    transition: all .25s ease;
    cursor: pointer;
}
.oh_scrolltotop.act {
  opacity: 1;
  transform: none;
  pointer-events: visible;
}
.oh_scrolltotop svg {
  width: 25.5px;
  height: 25.5px;
}
.is-hidden{
    display: none;
}

/*** SImple Tooltips ***/ 
/* Base target */
.oh-tip {
  position: relative;
  cursor: pointer;
}

/* Bubble */
.oh-tip::after {
  content: attr(data-tip);
  position: absolute;
  z-index: 50;
  white-space: nowrap;

  /* Look & feel like the screenshot */
  background: #111;
  color: #fff;
  padding: 8px 14px;
  border-radius: 5px;
  font-size: 12px;
  line-height: 1;
  box-shadow: 0 6px 18px rgba(0,0,0,.2);
  opacity: 0;
  transform: translateY(-50%) translateX(8px) scale(.98);
  pointer-events: none;
  transition: opacity .18s ease, transform .18s ease;

  /* Default placement: to the LEFT of the target */
  top: 50%;
  right: calc(100% + 12px);
}

/* Arrow (right-pointing, attached to the bubble’s right edge) */
.oh-tip::before {
  content: "";
  position: absolute;
  z-index: 51;

  /* Triangle */
  border-width: 6px 0 6px 6px;   /* top right bottom left */
  border-style: solid;
  border-color: transparent transparent transparent #111;

  /* Hidden by default */
  opacity: 0;
  transform: translateY(-50%) translateX(8px);
  transition: opacity .18s ease, transform .18s ease;

  /* Default placement matches the bubble */
  top: 50%;
  right: calc(100% + 6px);
}

/* Show on hover/focus */
.oh-tip:hover::after,
.oh-tip:focus-visible::after,
.oh-tip:hover::before,
.oh-tip:focus-visible::before {
  opacity: 1;
  transform: translateY(-50%) translateX(0) scale(1);
}

/* --- Optional: other placements via data attribute --- */

/* Right of target */
.oh-tip[data-tip-pos="right"]::after {
  left: calc(100% + 12px);
  right: auto;
  transform: translateY(-50%) translateX(-8px) scale(.98);
}
.oh-tip[data-tip-pos="right"]::before {
  left: calc(100% + 4px);
  right: auto;
  border-width: 8px 8px 8px 0;
  border-color: transparent #111 transparent transparent;
  transform: translateY(-50%) translateX(-8px);
}
.oh-tip[data-tip-pos="right"]:hover::after,
.oh-tip[data-tip-pos="right"]:focus-visible::after,
.oh-tip[data-tip-pos="right"]:hover::before,
.oh-tip[data-tip-pos="right"]:focus-visible::before {
  transform: translateY(-50%) translateX(0) scale(1);
}

/* Above target */
.oh-tip[data-tip-pos="top"]::after {
  bottom: calc(100% + 12px);
  top: auto;
  left: 50%;
  right: auto;
  transform: translateX(-50%) translateY(8px) scale(.98);
}
.oh-tip[data-tip-pos="top"]::before {
  bottom: calc(100% + 4px);
  top: auto;
  left: 50%;
  transform: translateX(-50%) translateY(8px);
  border-width: 8px 8px 0 8px;
  border-color: #111 transparent transparent transparent;
}
.oh-tip[data-tip-pos="top"]:hover::after,
.oh-tip[data-tip-pos="top"]:focus-visible::after,
.oh-tip[data-tip-pos="top"]:hover::before,
.oh-tip[data-tip-pos="top"]:focus-visible::before {
  transform: translateX(-50%) translateY(0) scale(1);
}

/* Below target */
.oh-tip[data-tip-pos="bottom"]::after {
  top: calc(100% + 12px);
  left: 50%;
  right: auto;
  transform: translateX(-50%) translateY(-8px) scale(.98);
}
.oh-tip[data-tip-pos="bottom"]::before {
  top: calc(100% + 4px);
  left: 50%;
  transform: translateX(-50%) translateY(-8px);
  border-width: 0 8px 8px 8px;
  border-color: transparent transparent #111 transparent;
}
.oh-tip[data-tip-pos="bottom"]:hover::after,
.oh-tip[data-tip-pos="bottom"]:focus-visible::after,
.oh-tip[data-tip-pos="bottom"]:hover::before,
.oh-tip[data-tip-pos="bottom"]:focus-visible::before {
  transform: translateX(-50%) translateY(0) scale(1);
}
.oh_quick_view .oh-tip {
  width: 50px;
  height: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 11;
}


/*** Woocommerce NOtice ***/ 

.woocommerce-message {
  padding-block: 18px;
  padding-inline: 65px 30px !important;
  text-align: start;
  border: none;
  border-radius: 8px;
  background: var(--oh-primary);
  color: #fff;
  position: relative;
}
.woocommerce-message:before {
  position: absolute;
  top: calc(50% - 9px);
  left: 24px;
  font-size: 18px;
  line-height: 18px;
  font-family: "woodmart-font";
  content: "\f107";
}
.woocommerce-notices-wrapper {
  margin-bottom: 30px;
}

.woocommerce-error {
  background: rgb(255,94,94);
  color: #fff;
  position: relative;
  margin-bottom: 20px;
  padding-block: 18px;
  padding-inline: 65px 30px !important;
  text-align: start;
  border: none;
  list-style: none;
  border-radius: 8px;
}
.woocommerce-error:before {
  position: absolute;
  top: calc(50% - 9px);
  left: 24px;
  font-size: 18px;
  line-height: 18px;
  font-family: "woodmart-font";
  content: "\f100";
}
.woocommerce-error a {
  text-decoration: underline;
}
.woocommerce-error a {
  color: #fff;
}

.checkout-inline-error-message {
  color: #CA1919;
}
.woocommerce-invalid input {
  border-color: #ca1919 !important;
}
.place-order .woocommerce-invalid .woocommerce-form__label :is(span, a) {
  color: #CA1919;
}

.woocommerce-ResetPassword.lost_reset_password {
  max-width: 470px;
  margin-inline: auto;
}
.woocommerce-ResetPassword.lost_reset_password > p {
  margin-bottom: 15px;
  width: 100%;
}
.woocommerce-ResetPassword.lost_reset_password button {
  width: 100%;
}
[class*="oh-fbt-item"]:not(.oh-fbt-item-last){
      margin-bottom: 0;
    border-bottom: 0 !important;
}

.oh-checkout-right [class*="oh-fbt-item"]:not(.oh-fbt-item-last){
      padding-bottom: 0px;
}
.oh-fbt-item .product-name a::after, .oh_ch_rl > span:after{
  content: "\f182";
  transition: all .25s ease;
  font-family: "woodmart-font";
  font-size: 12px;
  color: #bbb;
  margin-left: 5px;
}
.oh-checkout-right .oh-fbt-item .product-name a::after{
    display: none;
}
[class*="oh-fbt-item"]:not(.oh-fbt-item-last) td {
  border-bottom: 0px !important;
}


#brand_gallery {
  display: grid;
  grid-gap: 50px;
  grid-template-columns: repeat(5, 1fr);
}
#brand_gallery figure {
  width: 100% !important;
  position: relative;
}
#brand_gallery figure:before {
  content: '';
  background-color: transparent;
  transition-property: mix-blend-mode,transform,opacity,background-color;
  transition: 800ms;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
#brand_gallery figure:hover:before {
  background: rgba(0,0,0,0.5);
}
#brand_gallery figure img {
  margin: auto;
}