/**
Theme Name: bijou abgottspon – Exklusives WordPress-Theme
Theme URI: https://bijou-abgottspon.ch
Author: HORIZON & BEYOND
Author URI: https://www.horizon-beyond.ch/
Description: Entwickelt von HORIZON & BEYOND für das Schmuckgeschäft Bijou Abgottspon in Saas-Fee, vereint dieses massgeschneiderte Theme zeitloses Design mit moderner Funktionalität. Luxuriöse Farbpaletten, beeindruckende Produktgalerien und ein responsives Layout setzen die exquisite Schmuckkollektion perfekt in Szene. Mit Fokus auf Benutzerfreundlichkeit und SEO-Optimierung bietet das Theme ein erstklassiges digitales Erlebnis, das die Eleganz und Einzigartigkeit der Marke unterstreicht. Ein exklusives, von Hand gefertigtes Webdesign für echte Klassiker – online wie offline.
Version: 1.0
Requires at least: 5.3
Tested up to: 5.7.2
Requires PHP: 5.3
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: bijou
Tags: Custom Design, E-Commerce, Responsive Layout, Schmuck, Galerien, Eleganz, Modern, Minimalistisch, Exklusiv, Produktpräsentation, HORIZON & BEYOND
 **/ 
@font-face {
    font-family: 'Maxima Nouva';
    src: url('assets/fonts/maximanouva_regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Maxima Nouva';
    src: url('assets/fonts/maximanouva_semibold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}


html {
  scroll-behavior: smooth;
}
body {
    font-family: 'Maxima Nouva', sans-serif;
    font-weight: 400;
    color: #242321;
    margin: 0px;
    overflow-x: hidden;
    line-height: 1.2;
}
p{
    font-size: 12px;
    line-height: 1.25;
    color: #000;
    margin: 0px;
}
h1, h2, h3, h4, h5, h6{
    font-family: 'Maxima Nouva', sans-serif;
    font-weight: 700;
    margin: 0px;
}
.container{
    max-width: 1180px;
    margin: 0px auto;
    width: 100%;
    padding: 0px 20px;
    position: relative;
}
*{
    box-sizing: border-box;
}
a{
    text-decoration: none;
    transition: 500ms;
}
h1{
    font-size: 40px;
    line-height: 1.2;
    color: #000;
}
h2{
    font-size: 40px;
    line-height: 43px;
}
h3{
    font-size: 30px;
    line-height: 40px;
}
.btn{
    color: #fff;
    font-size: 20px;
    line-height: 1.2;
    font-weight: 700;
    background: #15253B;
    padding: 10px 30px;
    height: 50px;
    display: inline-flex;
    min-width: 346px;
    text-align: center;
    justify-content: center;
    border: 1px solid transparent; 
}
.btn:hover{
  border: 1px solid #15253B;
  background: transparent;
  color: #15253B;
}
img{
    display: block;
    max-width: 100%;
    width: auto;
    height: auto;
}
.page_content{
  padding-top: 100px;
}

/***  Loading Bar ***/ 

.loading_logo {
  position: relative;
  width: 313px;
}
.loaded_bar {
  overflow: hidden;
  white-space: nowrap;
  transition: width 1s ease;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 0%;
}
.loaded_bar img {
  width: 313px;
  height: 56px;
  max-width: inherit;
}
.loading_bar {
  background: #ECE6DB;
  position: fixed;
  top: 0px;
  width: 100%;
  height: 100vh;
  left: 0px;
  z-index: 99999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.loading_logo {
  height: 56px;
}
.loading_logo svg {
  height: 56px;
  width: auto;
}


/*** Header ***/ 
.logo_bar {
  z-index: 100;
  mix-blend-mode: difference;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  top: 20px;
  left: 50%;
  transform: translate(-50%,0);
}
.admin-bar .logo_bar{
	top: 52px;
}
.logo_bar a {
  z-index: 100;
  pointer-events: auto;
  mix-blend-mode: difference;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  display: flex;
}
.logo_bar a img {
  height: 45px;
}
.mobile_header{
  display: none;
}
.mobile_menu{
  display: none;
}

/*** Menu Bar ***/ 

.main_menu {
  backdrop-filter: blur(10px);
  background-color: rgba(255,255,255,.3);
  z-index: 99;
  position: fixed;
  bottom: 20px;
  left: 50%;
  transform: translate(-50%);
  padding: 5px;
}
.main_menu ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
  gap: 5px;
  display: flex;
  flex-wrap: wrap;
}
.main_menu ul li a {
  font-weight: 400;
  font-size: 20px;
  line-height: 1;
  text-align: center;
  color: #2A2925;
  padding: 8px 12px;
  display: flex;
}
.main_menu ul li a:hover, .main_menu ul li.current-menu-item a {
  background: #2A2925;
  color: #fff;
}



/*** Hero Section ***/ 
.hero_section {
  position: relative;
  height: 100vh;
  overflow: hidden;
}
.hero_content {
  position: absolute;
  left: 70px;
  top: 50%;
  transform: translate(0%, -50%);
  max-width: 332px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.hero_img img {
  width: 100%;
  object-fit: cover;
}
.hero_content span.word {
  opacity: 0;
  transform: translateY(50px);
  transition: opacity 0.5s ease, transform 0.5s ease;
}

.hero_content span.word.visible {
  opacity: 1;
  transform: translateY(0);
}


/***  Footer ***/ 

.footer_contact {
  background-size: cover;
  min-height: 900px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-position: center;
  background-repeat: no-repeat;
    position: relative;
  overflow: hidden;
}
.ft_ct_bg {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: calc(100% + 200px);
  position: absolute;
  top: 0px;
}
.ft_cotact {
  width: 100%;
  max-width: 600px;
  background: #2A2925;
  padding: 30px;
  gap: 150px;
  display: flex;
  flex-direction: column;
}
.ft_cotact h2 {
  font-size: 30px;
  line-height: 1.2;
  color: #ECE6DB;
  font-weight: 700;
}
.ft_cotact ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
}
.ft_cotact ul li a {
  color: #ECE6DB;
  font-size: 20px;
  line-height: 1.2;
  font-weight: 400;
}

.footer_btm {
  background: #2A2925;
  padding: 15px 0px;
}
.footer_btm_wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: space-between;
  align-items: center;
}
.footer_btm_wrap > div {
}
.footer_btm_left {
  font-size: 12px;
  color: #fff;
  line-height: 1.2;
}
.footer_btm_left img {
  height: 10px;
  width: auto;
  margin-top: 6px;
}
.footer_btm_right ul {
  margin: 0px;
  list-style: none;
  padding: 0px;
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
}
.footer_btm_right ul li a {
  color: #fff;
  font-size: 12px;
  line-height: 1.2;
}


/*** Homepage Category SEction ***/ 

.cat_list {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 50px;
}
.cat_section {
  padding: 50px 0px 0px 0px;
}
.category-card {
  text-decoration: none;
  display: block;
  overflow: hidden;
  position: relative;
  width: 100%;
  max-width: 300px;
  transition: all 0.3s ease;
}

.image-wrapper {
  position: relative;
  overflow: hidden;
    padding-top: 116%;
    background: #eee;
}

.image-wrapper img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 1400ms;
  position: absolute;
  top: 0;
  left: 0;
}

.image-wrapper img.original {
  z-index: 1;
  opacity: 1;
}

.image-wrapper img.tinted {
  z-index: 2;
  opacity: 0;
  //filter: brightness(0.85) sepia(0.1) hue-rotate(-10deg); 
}

.category-card:hover .image-wrapper img.tinted {
  opacity: 1;
}


.category-title {
    font-size: 20px;
  color: #15253B;
  line-height: 1.2;
  position: absolute;
  bottom: 10px;
  width: 100%;
  text-align: center;
  z-index: 2;
}
.cat_item {
  opacity: 0;
  transform: translateY(60px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

.cat_item.animate-in {
  opacity: 1;
  transform: translateY(0);
}



/*** Highlighted Product ***/ 

.hl_products {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 50px;
}
.product_item {
  background: #ECE6DB;
  list-style: none;
  padding: 10px;
}


.woocommerce-loop-product__title {
  color: #000;
  text-align: center;
  font-size: 20px;
  line-height: 1.2;
  font-weight: 700;
  margin-top: 25px;
  padding-bottom: 10px;
}
.product_item img {
  width: 100%;
  height: auto;
  transition:transform 0.4s ease;
}

.product_item img:hover{
  transform: scale(1.05) !important;
}
.hl_top {
  padding-bottom: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
}
.hl_top h2 {
  font-size: 30px;
  line-height: 1.2;
  color: #000;
  font-weight: 700;
  border-bottom: 1px solid #000;
  padding-bottom: 1px;
}
.hl_top a {
  color: #000;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.2;
  padding-bottom: 1px;
    position: relative;
}
.anim_underline{
  position: relative;
    text-decoration:none !important;
  border-bottom:0px solid #000 !important;
}
.anim_underline::before {
  transform-origin: left;
  transform: scaleX(1);
  transition:transform .55s cubic-bezier(.785,.135,.15,.86);
  transition-delay: 0s;
  transition-delay: .5s;
}
.anim_underline::after, .anim_underline::before {
  content: "";
  position: absolute;
  bottom: -.2em;
  right: 0;
  left: 0;
  height: .05em;
  min-height: 1px;
  background-color: currentColor;
}
.anim_underline::after, .anim_underline:hover::before {
  transform-origin: right;
  transform: scaleX(0);
  transition:transform .55s cubic-bezier(.785,.135,.15,.86);
  transition-delay: 0s;
  transition-delay: 0s;
}
.anim_underline:hover::after {
  transform-origin: left;
  transform: scaleX(1);
  transition:transform .55s cubic-bezier(.785,.135,.15,.86);
    transition-delay: 0s;
  transition-delay: .2s;
}
.anim_underline.anim_underline_hover::after, .anim_underline_hover::before {
  opacity: 0;
}
.anim_underline.anim_underline_hover:hover::after, .anim_underline_hover:hover::before {
  opacity: 1;
}

.highlighted_section {
  padding-bottom: 50px;
  padding-top: 50px;
}
.hl_btm {
  padding-top: 50px;
  display: flex;
  justify-content: center;
}


/*** gallery Section ***/ 

.gallery_section {
  background: #AFA9A0;
  position: relative;
  overflow: hidden;
}
.gal_text {
  color: #ECE6DB;
  font-size: 30px;
  line-height: 1.2;
  font-weight: 400;
  max-width: 626px;
  position: absolute;
  top: 120px;
  left: 70px;
  pointer-events: none; 
}

@media only screen and (min-width: 1024px){
  .gallery_wrap {
    padding: 0px 0px;
    display: grid;
    grid-template-columns: repeat(10, 1fr);
  }
  .gallery_item {
    z-index: 1;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    display: flex;
    position: relative;
    padding-top: 100%;
  }
  .gallery_item img {
    aspect-ratio: 1;
    object-fit: cover;
    width: 100%;
    max-width: none;
    height: 100%;
    position: absolute;
    opacity: 0;
    transition: opacity 0.5s ease, transform 0.5s ease;
    left: 0px;
    top: 0px;
  }
}



/*** Fill Text SEction ***/ 
.fill_text_wrap{
  margin-bottom: -80px;
}
.fill-text-paragraph {
  display: flex;
  flex-direction: column;
  gap: 0px;
    max-width: 850px;
  margin: auto;
  align-items: center;
}

.fill-text-item {
  position: relative;
  display: block;
}

.fill-text-row {
  position: relative;
  z-index: 1;
}

.fill-text-hover-row {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  overflow: hidden;
  white-space: nowrap;
  transition: width 1s ease;
  z-index: 2;
}

.fill-text-row .fill-text-text-size {
  color: #2A292570; 
}

.fill-text-hover-row .fill-text-text-size {
  color: #2A2925; 
}

.fill-text-text-size {
  font-size: 30px;
  line-height: 1.2;
  font-weight: 400;
  text-align: center;
}

.fill_text_section {
  padding: 150px 0px;
  background: #AFA9A0;
}
.fill-text-item.fill_mobile {
  display: none;
}

/**** FAQ Section ***/ 
.faq_ans {
  display: none;
  padding: 5px 0;
  color: #000;
}
.faq_ans p{
    color: #000;
    font-size: 16px;
    line-height: 1.2;
}

.faq_item h3 {
  cursor: pointer;
  margin: 0;
  font-size: 30px;
  line-height: 1.2;
  font-weight: 700;
  transition: color 0.3s ease;
  color: #000;
}

.faq_item {
  border-bottom: 1px solid #000;
    padding: 5px 0px;
}

.faq_section {
  padding: 50px 0px;
}
.faq_wrap {
  display: flex;
  flex-wrap: wrap;
}
.faq_left {
  flex: 0 0 285px;
  max-width: 285px;
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.faq_left h2 {
  color: #AFA9A0;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 1.2;
}
.faq_left p {
  color: #AFA9A0;
  font-size: 12px;
  max-width: 160px;
}

.faq_right {
  flex: 0 0 calc(100% - 285px);
  max-width: calc(100% - 285px);
}



/*** Brand Section ***/ 

.brand_section {
  padding-top: 50px;
}
.brand_wrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
.brand_left {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 20px;
}
.brand_left h2 {
  font-size: 30px;
  line-height: 1.2;
  color: #AFA9A0;
}


.brand_fet_img {
  position: relative;
  width: 220px;
  height: 220px;
  overflow: hidden;
}

.brand_img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: clip-path 0.6s ease;
  z-index: 1;
}

.brand_img img {
  width: 100%;
  height: calc(100% + 30px);
  object-fit: cover;
}

.brand_img.new-incoming {
  clip-path: inset(100% 0 0 0); /* start from bottom */
  z-index: 2;
  transition: clip-path 0.6s ease;
}

.brand_img.new-incoming.show {
    clip-path: inset(0% 0 0 0);
}




.brand_section {
  padding-top: 50px;
}
.brand_wrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
.brand_left {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 20px;
}
.brand_left h2 {
  font-size: 30px;
  line-height: 1.2;
  color: #AFA9A0;
}
.brand_item {
  border-bottom: 1px solid #000;
  padding: 5px 0px;
}
.brand_item h3 {
  cursor: pointer;
  margin: 0;
  font-size: 30px;
  line-height: 1.2;
  font-weight: 700;
  transition: color 0.3s ease;
  color: #000;
}
.brand_details {
  display: none;
  padding: 5px 0;
  color: #000;
}
.brand_details p {
  color: #000;
  font-size: 16px;
  line-height: 1.2;
}



/*** Archive Page ***/ 
.site-main {
  max-width: 1180px;
  margin: 0px auto;
  width: 100%;
  padding: 0px 20px;
  position: relative;
}
.woocommerce-products-header {
  display: none;
}

.category-filter {
  margin: 0px;
  list-style: none;
  display: flex;
  gap: 25px;
  padding-left: 0px;
  padding-right: 0px;
}
.category-filter li a {
  color: #000;
  font-size: 20px;
  line-height: 1.2;
  font-weight: 400;
  border-bottom: 1px solid transparent;
}
.category-filter li.active a, .category-filter li a:hover {
  border-color: #000;
}

.woo_top_filter {
  padding-bottom: 20px;
  padding-top: 50px;
  display: flex;
  gap: 20px;
  justify-content: space-between;
  align-items: center;
}
.brand-filter label {
  color: #000;
  font-size: 20px;
  line-height: 1.2;
  font-weight: 400;
  margin-right: 5px;
}
.brand-filter select {
  background: transparent;
  border: none;
  color: #000;
  font-size: 16px;
  line-height: 1.2;
  font-weight: 400;
  border: 1px solid #000;
  padding: 5px 20px 5px 5px;
  border-radius: 0px;
  text-align: center;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
#brand-filter-form{
  position: relative;
}
#brand-filter-form::after {
  content: "";
  position: absolute;
  right: 10px;
  top: 46%;
  width: 8px;
  height: 8px;
  border-left: 1px solid #000;
  border-bottom: 1px solid #000;
  transform: translateY(-50%) rotate(-45deg);
  pointer-events: none;
}

.post-type-archive-product .brand_section, .archive .brand_section {
  padding-bottom: 50px;
}
.products.columns-4 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 50px;
  margin: 0px;
  padding: 0px;
}
.products.columns-3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 50px;
  margin: 0px;
  padding: 0px;
}

ul.page-numbers {
  list-style: none;
  justify-content: center;
  margin: 0px;
  padding: 30px 0px;
  display: flex;
  gap: 0px;
}
ul.page-numbers .page-numbers {
  color: #2A2925;
  font-size: 20px;
  line-height: 1.2;
  display: none;
  padding: 0px 7.5px;
}
ul.page-numbers .page-numbers.current {
  display: block;
}
ul.page-numbers .next.page-numbers, ul.page-numbers .prev.page-numbers {
  display: block;
}

/*** Single Product ***/ 

.single-product .hero_section {
  display: none;
}
.single-product .brand_section {
  display: none;
}
.single-product .fill_text_section {
  display: none;
}

.product_top {
  display: flex;
  flex-wrap: wrap;
}
.product_top > div {
  flex: 0 0 50%;
  max-width: 50%;
}
.product-swiper {
  height: 100vh;
}

.product-swiper .swiper-slide {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

.product-swiper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.product_info {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 50px 70px;
}
.product_info_container {
  max-width: 560px;
  width: 100%;
}
.product_info_detail {
  padding: 60px 0px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  text-align: justify;
}
.product_info_detail p, .product_info_detail div {
  text-align: justify;
}
.product_info_btn a {
  display: block;
  text-align: center;
}

.product_title.entry-title {
  font-size: 35px;
}
.product_brand {
  font-size: 20px;
}
.pi_next, .pi_prev{
  display: none;
}
.product_images {
  background: #ECE6DB;
}

/*** pop up Image ***/ 

.popup_overlay {
  width: 100vw;
  height: 100vh;
  background: rgba(0,0,0,.5);
  z-index: 99;
  position: fixed;
  top: 0px;
  left: 0px;
  display: none;
}
.popup_container {
  max-width: 1000px;
  width: 90%;
  margin: auto;
  position: fixed;
  top: -50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 99999;
  max-height: 90vh;
  overflow: auto;
  transition: 500ms;
}
.pop_active .popup_container{
  top: 50%;
} 
.pop_active .popup_overlay{
  display: block;
}
.popup_wrap {
  display: flex;
  flex-wrap: wrap;
}
.pop_image {
  flex: 0 0 50%;
  max-width: 50%;
}
.pop_content {
  flex: 0 0 50%;
  max-width: 50%;
  padding: 30px;
  background: #2A2925;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 50px;
}
.pop_image img {
  max-height: 600px;
  width: 100%;
  object-fit: cover;
}
.pop_content p{
  color: #fff;
  margin-top: 5px;
}
.pop_ct a{
  color: #fff;
  font-size: 20px;
}

.pop_close {
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
}


/*** About Page ***/ 
.about_top .product_images {
  background: #ECE6DB;
  padding-top: 80px;
  height: 100vh;
}
.about_top .product-swiper {
  height: 100%;
}
.about_top .product-swiper .swiper-slide {
  min-height: 100vh;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
.about_top .product-swiper img {
  width: 100%;
  height: calc(100vh - 80px);
  object-fit: contain;
}
.about_info_btn a {
  display: block;
  text-align: center;
}

.page-template-about .fill_text_section {
  background: #fff;
}



/** Normal Page **/ 
.page_content_section {
  padding: 105px 0px;
}
.page_content_inner > h1 {
  font-size: 40px;
  color: #2A2925;
  margin-bottom: 25px;
}
.page_content_main p, .page_content_main ul {
  color: #2A2925;
  font-size: 20px;
  margin-bottom: 40px;
  font-weight: 400;
}

.page_content_main p strong {
  font-weight: 700;
}

/*** Animations ***/ 
.hero_img, .product_title, .product_brand, .product_info_detail, .product_info_btn{
  opacity: 0;
  transform: translateY(30px);
  transition: all .8s ease;
}
.logo_bar{
    transform: translate(-50%,30px);
    transition: all .8s ease;
 }
.main_menu{
  opacity: 0;
    transform: translate(-50%, 30px);
  transition: all 1.2s ease;
}
.hero_img.animated, .product_title.animated, .product_brand.animated, .product_info_detail.animated, .product_info_btn.animated{
  opacity: 1;
  transform: translateY(0);
}
.logo_bar.animated{
  transform: translate(-50%,0px);
}
.main_menu.animated{
  transform: translate(-50%, 0px);
  opacity: 1;
}
.noscroll .logo_bar {
  margin-left: -7.5px;
}
.noscroll .main_menu {
  margin-left: -7.5px;
}

.rem_transition .logo_bar {
  transition: all 0s ease;
}
.rem_transition .main_menu {
  transition: all 0s ease;
}
.noscroll {
  margin-right: 15px;
}

/*** Cursor ***/ 
.cursor {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999;
  pointer-events: none;
  width: 15px;
  height: 15px;
  background-color: #000;
  border-radius:50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transform-origin: 50% 50%;
  transition:background-color 0.4s,transform 0.4s;
}
.cursor .inner {
  position: relative;
}
.cursor .border {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  width: 15px;
  height: 15px;
  border:1px solid #000;
  border-radius:50%;
  transition:
all 0.4s;
}

.cursor.bg-white {
  background-color: #FFF;
}
.cursor.overClickable .border {
  width: 43px;
  height: 43px;
}
.woocommerce-LoopProduct-link{
  display: block;
}
@media only screen and (min-width: 767px){

  body * {
    cursor: none !important;
  }

}