/*!
Theme Name: Yuri Bettoni
Author: Isabella Hartley | Coffee Creative Studio
Author URI: https://www.coffeecreativestudio.co.za
Description: A custom theme for Yuri Bettoni.
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Vars
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Vars
--------------------------------------------------------------*/

:root {
  --color-black: #000;
  --color-white: #fff;
  --color-light-grey: #cdd0d2;
  --color-dark-grey: #1e1f21;
}

/*--------------------------------------------------------------
# Global
--------------------------------------------------------------*/

html {
  scroll-behavior: smooth;
}

body * {
  scroll-margin-top: 105px;
}

body {
  font-family: "Montserrat", sans-serif;
  overflow-x: hidden !important;
  background-color: var(--color-black);
}

h1 {
  font-family: "Lora", serif;
  color: var(--color-white);
  font-size: 55px;
  line-height: 1.2;
  margin: 0 0 25px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

h2 {
  font-family: "Lora", serif;
  font-size: 38px;
  letter-spacing: 0.2px;
  color: var(--color-white);
  margin: 0 0 20px;
  line-height: 1.2;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 4px;
}

h3 {
  font-family: "Lora", serif;
  font-size: 26px;
  text-transform: uppercase;
  font-weight: 400;
  color: var(--color-white);
  margin: 0;
  line-height: 1.3;
  letter-spacing: 4px;
}

h4 {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 400;
  color: var(--color-white);
  letter-spacing: 3px;
  margin: 2px 0 10px;
  line-height: 1.6;
}

a,
a:active,
a:focus {
  outline: none;
  cursor: pointer;
}

p {
  font-size: 14px;
  margin: 0 0 14px;
  line-height: 1.4;
  font-weight: 400;
  color: var(--color-white);
  letter-spacing: 0.1px;
}

ul,
ol {
  margin: 0 0 20px;
  padding-left: 20px;
}

li {
  font-size: 14.5px;
  color: var(--color-white);
  line-height: 1.4;
  font-weight: 400;
}

.white > ul > li {
  color: #000;
}

table {
  border: 1.5px solid var(--color-white);
  border-collapse: collapse;
}

table td {
  border: 1.5px solid var(--color-white);
  padding: 12px;
  font-size: 14.5px;
}

#page {
  overflow-x: hidden !important;
}

.post,
.page {
  margin: 0;
}

.home .entry-header,
.entry-footer {
  display: none;
}

.entry-content,
.hentry {
  margin: 0;
}

#primary {
  margin-top: 0;
}

.max-width {
  max-width: 1200px;
  padding: 0 30px;
  margin: 0 auto;
}

.page-margin {
  margin-top: 180px;
}

.flex {
  display: flex;
}

.flex-wrap {
  flex-wrap: wrap;
}

.space-between {
  justify-content: space-between;
}

.align-center {
  align-items: center;
}

.center {
  text-align: center;
}

.col-2,
.col-3 {
  -webkit-column-gap: 50px;
  -moz-column-gap: 50px;
  column-gap: 50px;
}

.col-2 {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
}

.col-3 {
  -webkit-column-count: 3;
  -moz-column-count: 3;
  column-count: 3;
}

.col-2 p,
.col-3 p {
  -webkit-column-break-inside: avoid;
  -moz-column-break-inside: avoid;
  -moz-page-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid-column;
}

.black {
  background-color: var(--color-black);
}

.white {
  background-color: var(--color-white);
}

.dark-grey {
  background-color: var(--color-dark-grey);
}

.light-grey {
  background-color: var(--color-light-grey);
}

.error-404.not-found {
  padding: 0;
}

a.read-more {
  color: var(--color-dark-grey);
  text-decoration: none;
  font-size: 14px;
}

a.read-more img {
  margin-left: 2px;
}

.yb-button {
  display: inline-block;
  text-decoration: none;
  background-color: transparent;
  border: 1px solid;
  padding: 8px 30px;
  font-size: 14px;
  text-shadow: none;
  box-shadow: none;
  font-weight: 500;
  cursor: pointer;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-align: center;
  transition: 0.35s ease all;
}

.yb-button.large {
  font-size: 17px;
}

.yb-button.black {
  background-color: var(--color-black);
  border-color: var(--color-black);
  color: var(--color-white);
}

.yb-button.black:hover {
  background-color: transparent;
  border-color: var(--color-black);
  color: var(--color-black);
}

.yb-button.black-o {
  background-color: transparent;
  border-color: var(--color-black);
  color: var(--color-black);
}

.yb-button.black-o:hover {
  background-color: var(--color-black);
  border-color: var(--color-black);
  color: var(--color-white);
}

.yb-button.white {
  background-color: var(--color-white);
  border-color: var(--color-white);
  color: var(--color-black);
}

.yb-button.white:hover {
  background-color: transparent;
  border-color: var(--color-white);
  color: var(--color-white);
}

.yb-button.white-o {
  background-color: var(--color-white);
  border-color: var(--color-white);
  color: var(--color-black);
}

.yb-button.white-o:hover {
  background-color: transparent;
  border-color: var(--color-white);
  color: var(--color-white);
}

.yb-button.white-o-2 {
  background-color: transparent;
  border-color: var(--color-white);
  color: var(--color-white);
}

.yb-button.white-o-2:hover {
  background-color: var(--color-white);
  border-color: var(--color-white);
  color: var(--color-black);
}
#gallery.martp {
  margin-top: 150px !important;
}

video {
  width: 100%;
  height: 100%;
  position: absolute;
  object-fit: cover;
}
.overlay-shadow {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  pointer-events: none;
  background: #0000008e;
}
/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/

#masthead {
  padding: 22px 0 20px;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999;
  /*background-color: var(--color-black);*/
  transition: 0.35s ease all;
}

.home #masthead {
  background-color: transparent;
}

#masthead.scroll {
  background-color: var(--color-black);
}

.home #masthead.scroll {
  background-color: var(--color-black);
}

/*#masthead::after {
  content: "";
  display: block;
  width: 57%;
  height: 1px;
  background-color: var(--color-white);
  position: absolute;
  top: 45px;
  right: 0;
  opacity: 1;
  transition: 0.35s ease all;
}

.home #masthead::after {
  opacity: 0;
}

.home #masthead.scroll::after {
  opacity: 1;
}*/

#site-navigation {
  width: auto;
}

.logo {
  max-width: 100px;
  max-height: 67px;
  transition: 0.35s ease all;
}

.home .logo {
  opacity: 0;
}

#masthead.scroll .logo,
body:not(.home) #masthead .logo {
  opacity: 1 !important;
}

.page-id-167 .logo {
  max-width: 120px;
  margin-top: -22px;
  max-height: unset;
}

.logo img {
  display: block;
}

.top-nav {
  justify-content: flex-end;
  /*margin-top: -12px;*/
  display: flex;
  align-items: center;
  transition: 0.35s ease all;
}

.top-nav .yb-button {
  border-radius: 30px;
  padding: 5px 14px;
  font-weight: 600;
  border: 1px solid var(--color-white);
  background-color: transparent;
  color: #fff;
  margin-left: 35px;
}

.top-nav .yb-button:hover {
  background-color: var(--color-white);
  border-color: var(--color-white);
  color: var(--color-black);
}

.home #masthead .top-nav {
  margin-top: 8px;
}

.home #masthead.scroll .top-nav {
  margin-top: -12px;
}

.bottom-nav {
  margin-top: -8px;
}

.home .bottom-nav {
  opacity: 0;
  transition: 0.35s ease all;
}

.home #masthead.scroll .bottom-nav {
  opacity: 1;
}

.page-id-167 .bottom-nav {
  margin-top: -1px;
}

#bottom-menu .caffeine_search-menu_button {
  display: none;
}

#masthead .symba {
  height: 50px;
  align-self: center;
  max-width: 25px;
  margin: 0 22px;
  padding: 0;
  transition: 0.35s ease all;
}
#masthead .symba.shop-foundation {
  max-width: 86px;
  z-index: 2;
}

.home #masthead .symba {
  max-width: 43px;
  margin: -33px 42px 0;
}

.home #masthead.scroll .symba {
  max-width: 25px;
  margin: 0 22px;
}

#masthead .foundation {
  max-width: 86px;
  margin-right: -86px;
  margin-top: -10px;
  position: relative;
  z-index: 2;
  padding: 0;
  transition: 0.35s ease all;
}
#masthead .foundation.yb-shop {
  margin-top: 0px;
}

.home #masthead .foundation {
  max-width: 138px;
  margin-right: -168px;
  margin-top: -30px;
}

.home #masthead.scroll .foundation {
  max-width: 86px;
  margin-right: -86px;
  margin-top: -10px;
}

.page-id-167 #masthead .foundation {
  margin-top: 0;
}

.main-navigation li {
  margin: 0 0 0 38px;
  list-style: none;
}

.main-navigation a {
  color: var(--color-white);
  text-transform: uppercase;
  font-size: 12px;
  padding: 5px 0;
  font-weight: 300;
  letter-spacing: 1.5px;
}

#bottom-menu a {
  font-size: 13px;
  font-weight: 400;
}

.caffeine_search-menu_button {
  position: relative;
  top: -2px;
}

#top-menu .current_page_item a::after {
  content: "";
  display: block;
  width: calc(100% + 10px);
  height: 2px;
  background-color: var(--color-white);
  position: absolute;
  bottom: -2px;
  left: -5px;
}

#bottom-menu .current_page_item a::before {
  content: "";
  display: block;
  width: calc(100% + 30px);
  height: 3px;
  background-color: var(--color-white);
  position: absolute;
  top: -13px;
  left: -16px;
}

#top-menu .caffeine_search-menu_button {
  display: none;
}

/*.current-menu-ancestor a,
.current-menu-item a {
 	font-weight: bold;
}

.main-navigation a::after {
	content: '';
	display: block;
	position: absolute;
	bottom: -5px;
	left: 0;
	height: 2px;
	width: 100%;
	background-color: var(--color-white);
	transform-origin: right top;
	transform: scale(0, 1);
	transition: color 0.1s, transform 0.3s ease-out, bottom 0.35s;
}

.main-navigation a:hover::after,
.current-menu-ancestor a::after,
.current-menu-item a::after {
	transform-origin: left top;
	transform: scale(1, 1);
}*/

#menu-button {
  right: 0;
  top: 0;
  background-color: transparent;
  position: relative;
  z-index: 999;
  width: 45px;
  height: 36px;
  margin-left: 8px;
  margin-right: -10px;
  cursor: pointer;
}

#menu-button span {
  border-radius: 10px;
  background-color: var(--color-white);
  width: 26px;
  height: 2px;
  position: absolute;
  left: 9px;
  transform: rotate(0deg);
  transition: all 0.25s;
}

#menu-button span:nth-child(1) {
  top: 10px;
}

#menu-button span:nth-child(2) {
  top: 17px;
}

#menu-button span:nth-child(3) {
  top: 17px;
}

#menu-button span:nth-child(4) {
  top: 24px;
}

/*#menu-button.open span:nth-child(1), 
#menu-button.open span:nth-child(4) {
  width: 0;
  left: 23px;
}

#menu-button.open span:nth-child(2) {
  transform: rotate(45deg);
}

#menu-button.open span:nth-child(3) {
  transform: rotate(-45deg);
}

#menu-button.open span:nth-child(1), 
#menu-button.open span:nth-child(4) {
  width: 0;
  left: 23px;
}*/

.side-menu {
  display: block !important;
  background-color: var(--color-black);
  padding: 0;
  margin: 0;
  list-style: none;
  position: fixed;
  z-index: 99998;
  width: 80%;
  right: 0;
  top: 0;
  max-width: 380px;
  min-width: 250px;
  padding: 60px;
  transform: translateX(100%);
  transition: all 0.25s;
}

.side-menu.open {
  transform: translateX(0);
}

.menu-close {
  cursor: pointer;
  margin-bottom: 15px;
}

#bottom-menu,
#foundation-menu,
#shop-menu {
  display: block;
}

#bottom-menu li,
#foundation-menu li,
#shop-menu li {
  margin: 0;
}

#bottom-menu .caffeine_search-menu_button,
#foundation-menu .caffeine_search-menu_button,
#shop-menu .caffeine_search-menu_button {
  display: none;
}

.main-navigation li.icon {
  margin: 0 0 0 15px;
}

.main-navigation li.icon.caffeine_search-menu_button {
  margin-left: 18px;
}

.main-navigation li.icon:first-of-type {
  margin-left: 45px;
}

.main-navigation li.icon a {
  padding: 0;
}

.main-navigation li.icon img {
  display: block;
}

.top-nav .yb-button + #menu-button {
  margin-left: 45px;
}

/*--------------------------------------------------------------
# Home
--------------------------------------------------------------*/

.page-header {
  width: 100%;
  height: 100vh;
  background-size: cover;
  background-position: center;
  position: relative;
  box-shadow: inset 0 -100vh 100vh -150px rgba(0, 0, 0, 0.5);
}

.page-header::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  box-shadow: inset 0 -250px 300px -150px rgba(0, 0, 0, 0.6);
  position: absolute;
  top: 0;
  z-index: 2;
}

.home-header::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  box-shadow: inset 0 200px 200px -150px rgba(0, 0, 0, 0.9);
  position: absolute;
  top: 0;
  z-index: 2;
}

.home-header .wrap {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
}

.home-header h1 {
  text-transform: capitalize;
  font-size: 28px;
  font-weight: 400;
  max-width: 365px;
  margin: 30px 0 0;
}

.home-header-nav {
  position: absolute;
  bottom: 40px;
  right: 0;
  z-index: 3;
  padding-right: 50px;
}

.home-header-nav::before {
  content: "";
  display: block;
  width: calc(100% + 50px);
  height: 1px;
  background-color: var(--color-white);
  position: absolute;
  top: -25px;
  right: 0;
}

.home-header-nav img {
  height: 30px;
  margin-bottom: 10px;
}

.home-header-nav span {
  display: block;
  text-align: center;
}

.home-header-nav a {
  text-align: center;
  color: var(--color-white);
  text-decoration: none;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 1.5px;
  margin: 0 20px;
  font-weight: 300;
  position: relative;
}

.home-header-nav a:last-child::after {
  content: "";
  display: block;
  height: 3px;
  width: calc(100% + 40px);
  background-color: var(--color-white);
  position: absolute;
  left: -23px;
  top: -28px;
}

.home-quote {
  background-color: var(--color-white);
  border-radius: 20px;
  margin-top: 100px;
  padding: 80px 30px;
  max-width: 1140px;
  clear: both;
}

.home-quote h3 {
  color: var(--color-black);
  text-align: center;
  max-width: 650px;
  margin: 0 auto;
}

.home-quote p {
  color: var(--color-black);
  text-align: center;
  text-transform: uppercase;
  margin: 25px 0 0;
}

#donate + .home-quote h3 {
  max-width: 10000px;
  font-size: 20px;
}

.row-image-left-image,
.row-image-right-image {
  width: 47%;
}

.sixty8 {
  .y-system-info {
    @media (max-width: 900px) {
      flex-direction: column;
    }
  }
  .right-image {
    width: 47% !important;
    @media (max-width: 900px) {
      width: 100% !important;
    }
  }
  .left-content {
    width: 47% !important;
    @media (max-width: 900px) {
      width: 100% !important;
    }
    h2 {
      margin-top: 0;
    }
  }
}

.row-image-left-image img {
  width: 100%;
}

.row-image-left-content,
.row-image-right-content {
  width: 44%;
}

.home-about {
  margin: 100px 0;
}

.home-about .yb-button {
  margin-top: 30px;
}

.count {
  text-align: center;
  display: block;
  color: var(--color-white);
  font-size: 48px;
  font-weight: 600;
  letter-spacing: 8px;
}

.stat p {
  text-align: center;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 4px;
  max-width: 110px;
  margin: 12px auto 0;
}

.y-systems {
  margin-top: 100px;
}

.y-systems h2 {
  text-align: center;
  width: 100%;
}

.y-system {
  background-color: var(--color-dark-grey);
  width: 23%;
  border-radius: 15px;
  padding: 30px;
  margin-top: 28px;
}

.y-system img {
  height: 25px;
  width: 16px;
}

a.learn-more {
  color: var(--color-white);
  text-transform: uppercase;
  font-size: 9px;
  display: inline-block;
  letter-spacing: 1px;
  font-weight: 400;
  text-decoration: none;
  position: relative;
  padding-bottom: 6px;
}

a.learn-more::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: var(--color-light-grey);
  position: relative;
  bottom: -3px;
}

.home-foundation {
  margin-top: 100px;
}

.home-foundation .row-image-left-image {
  background-size: cover;
  background-position: center;
  width: 45%;
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
  overflow: hidden;
}

.home-foundation .row-image-left-content {
  width: 55%;
  padding: 80px;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}

.home-foundation .row-image-left-content h2,
.home-foundation .row-image-left-content h3,
.home-foundation .row-image-left-content p {
  color: var(--color-black);
}

.home-foundation .row-image-left-content h3 {
  max-width: 375px;
}

.home-foundation .row-image-left-image img {
  width: auto;
}

.home-foundation .yb-button {
  margin-top: 30px;
}

.product-slider {
  padding: 28px 0 20px;
}

.single-product-block {
  display: block;
  height: 530px;
  background-size: cover;
  background-position: center;
  position: relative;
  opacity: 1;
  padding: 0;
  box-shadow: inset 0 -230px 200px -70px rgba(0, 0, 0, 0.5);
  text-decoration: none;
  border-radius: 10px;
  transition: 0.35s ease all;
}

.single-product-block.products:hover {
  opacity: 0.9;
}

.single-product-block .product-info {
  position: absolute;
  bottom: 50px;
  left: 32px;
  padding: 0;
  text-align: left;
  width: calc(100% - 60px);
}

.single-product-block .product-info h3 {
  line-height: 1.3;
  color: #fff;
  text-transform: capitalize;
  letter-spacing: 1px;
  text-align: center;
  margin-bottom: 0 !important;
  padding: 0 !important;
  font-size: 24px !important;
}

.product-slider .glide__arrows {
  position: absolute;
  top: -68px;
  right: 165px;
}

.product-slider .glide__arrow {
  background-color: transparent;
  border: none;
  padding: 10px 0;
  cursor: pointer;
}

.product-slider .glide__arrow.glide__arrow--left {
  margin-right: 10px;
}

.single-product-block .yb-button {
  display: block !important;
  font-size: 12px;
  padding: 6px 14px;
  margin: 0 auto;
  max-width: 115px;
}

.product-price p {
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 1px;
  margin: 0 0 20px;
}

.shop-carousel-header {
  align-items: baseline;
}

.shop-carousel-header a {
  text-transform: uppercase;
  color: var(--color-white);
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 1.5px;
  margin-left: 25px;
}

.product-carousel {
  margin-top: 100px;
}

.image-slider .glide__slides {
  padding: 55px 0;
}

.image-slider .glide__slide--active {
  transform: scale(1.2);
}

.image-slider img {
  object-fit: cover;
  object-position: center;
  border-radius: 15px;
  transition: 0.35s ease all;
}

.image-carousel .glide__arrow {
  background-color: transparent;
  border: none;
  padding: 0;
}

.image-carousel .glide__arrows {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 2;
  cursor: pointer;
}

.image-carousel .glide__arrows .glide__arrow--left {
  margin-right: 10px;
}

.image-carousel {
  margin-top: 80px !important;
  margin-bottom: 90px !important;
  text-align: center;
}

.image-carousel .yb-button {
  min-width: 170px;
  margin-top: 40px;
}

/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/
#experience .max-width {
  align-items: stretch;
}
#experience .row-image-left-image img {
  height: 100%;
  object-fit: cover;
}

body:not(.home) .page-header {
  /* margin-top: 108px; */
  height: calc(100vh - 108px);
  min-height: 600px;
}

body:not(.home) .page-header::after {
  box-shadow: inset 0 -300px 400px -150px rgba(0, 0, 0, 0.9);
}

body:not(.home) .page-header h2 {
  margin-bottom: 8px;
}

body:not(.home) .page-header .wrap {
  top: auto;
  transform: none;
  z-index: 3;
  bottom: 125px;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.jump-to-links span {
  color: var(--color-white);
  display: block;
  text-transform: uppercase;
  font-weight: 400;
  text-align: left;
  position: relative;
  font-size: 16px;
  letter-spacing: 1.5px;
  margin-bottom: 20px;
}

.jump-to-links span::after {
  content: "";
  display: inline-block;
  background-image: url("/wp-content/uploads/2024/06/arrow-down.svg");
  width: 23px;
  height: 12px;
  position: relative;
  top: 2px;
  margin-left: 7px;
}

a.jump-to-link {
  color: var(--color-white);
  text-decoration: none;
  font-weight: 400;
  font-size: 16px;
  text-transform: uppercase;
  position: relative;
  letter-spacing: 1.5px;
}
.about-page #gallery.image-carousel {
  margin-top: 150px !important;
}

.jump-to-link:not(:last-child) {
  padding-right: 18px;
}

.jump-to-link:not(:last-child)::after {
  content: "|";
  display: inline-block;
  position: relative;
  top: -1px;
  right: -11px;
}

.content-row-center {
  text-align: center;
  margin: 80px auto;
  max-width: 1100px;
}

.content-row-center .yb-button {
  margin-top: 20px;
}
.about-img-1 img {
  object-fit: cover;
  height: 600px;
  object-position: top;
}
.image-group {
  position: relative;
  min-height: 400px;
}
.image-group img {
  position: absolute;
  height: 300px;
  width: 300px;
  object-fit: cover;
  object-position: top;
  border-radius: 20px;
}
.image-group img:nth-child(1) {
  top: 0;
  left: 0;
  z-index: 1;
}
.image-group img:nth-child(2) {
  bottom: 10px;
  right: 0;
  z-index: 2;
}

.page-id-147 #y-systems {
  margin-bottom: 80px;
}

/*--------------------------------------------------------------
# Foundation
--------------------------------------------------------------*/

.page-id-167 .home-foundation .row-image-left-image {
  border-top-left-radius: 25px;
  border-bottom-left-radius: 25px;
}

.home-quote.black {
  background-color: var(--color-black);
  padding: 0 30px;
  margin: 100px auto;
}

.home-quote.black > * {
  color: var(--color-light-grey);
}
.custom-area {
  max-width: 400px;
}
.custom-area img {
  max-width: 200px;
  margin-bottom: 40px;
}

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/

.page-id-322 .row-image-left-image {
  width: 42%;
}

.page-id-322 .row-image-left-content {
  width: 47%;
}

.contact-info {
  margin: 80px 0;
}

.contact-wrap {
  width: 32%;
  text-align: center;
  position: relative;
  padding: 40px 20px;
}

.contact-wrap:nth-child(2) {
  border-left: 1px solid var(--color-white);
  border-right: 1px solid var(--color-white);
}

.logo-wrap {
  height: 99px;
  margin-bottom: 12px;
}

.contact-block .contact-details p {
  text-transform: none;
  letter-spacing: 1px;
  font-size: 14px;
}

.contact-block .contact-details p a {
  margin: 0;
}

.contact-wrap .contact-details p a,
.contact-wrap .contact-details p {
  color: #fff;
}

.contact-block .social-media a {
  margin: 0 1px;
}

/*--------------------------------------------------------------
# Shop
--------------------------------------------------------------*/
.banner-logo {
  max-width: 300px;
  margin-bottom: 40px;
}
.home-quote.shop-quote {
  margin: 0 auto;
}
.shop-wrap {
  margin-top: 180px;
}
.home-quote.shop-quote + .shop-wrap {
  margin-top: 100px;
}

.post-type-archive-product .woocommerce-breadcrumb,
.post-type-archive-product .woocommerce-result-count {
  display: none;
}

.woocommerce-products-header__title.page-title {
  font-size: 36px;
  font-weight: 700;
  letter-spacing: 4px;
}

.products-per-page {
  float: left;
  display: flex;
  color: var(--color-white);
  text-transform: uppercase;
  font-size: 11px;
  letter-spacing: 1.5px;
  align-items: center;
  margin-bottom: 25px;
}

.woocommerce-products-per-page select {
  font-family: "Montserrat", sans-serif;
  background-color: transparent;
  border: none;
  color: var(--color-white);
  text-align: center;
  font-size: 12px;
  font-weight: 600;
  cursor: pointer;
}

.products-per-page span:last-child {
  font-weight: 600;
}

.woocommerce-ordering .orderby {
  font-family: "Montserrat", sans-serif;
  background-color: transparent;
  border: none;
  color: var(--color-white);
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  font-weight: 600;
  cursor: pointer;
}

.woocommerce-ordering::before {
  content: "Sort By:";
  color: var(--color-white);
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  position: relative;
  top: -5px;
}

.woocommerce nav.woocommerce-pagination {
  text-align: center;
  margin-bottom: 55px;
}

.woocommerce nav.woocommerce-pagination ul {
  border: none;
}

.woocommerce nav.woocommerce-pagination ul li {
  border-right: none;
}

.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span {
  padding: 10px;
  color: var(--color-white);
}

.woocommerce nav.woocommerce-pagination ul li a:focus,
.woocommerce nav.woocommerce-pagination ul li a:hover,
.woocommerce nav.woocommerce-pagination ul li span.current {
  background: transparent;
  color: var(--color-white);
}

.woocommerce nav.woocommerce-pagination ul li span.current {
  font-weight: 600;
}

.next.page-numbers,
.prev.page-numbers {
  background-position: center !important;
  background-repeat: no-repeat !important;
  color: transparent !important;
}

.next.page-numbers {
  background-image: url("/wp-content/uploads/2024/06/arrow-right.svg") !important;
}

.prev.page-numbers {
  background-image: url("/wp-content/uploads/2024/06/arrow-left.svg") !important;
}

body .woocommerce-breadcrumb,
body .woocommerce-breadcrumb > * {
  color: var(--color-white) !important;
  font-size: 12px !important;
  margin-bottom: 20px !important;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 2px;
}

body.woocommerce #content div.product div.images,
body.woocommerce div.product div.images,
body.woocommerce-page #content div.product div.images,
body.woocommerce-page div.product div.images {
  width: 57%;
}

body.woocommerce div.product div.images .woocommerce-product-gallery__image--placeholder {
  border: 1px solid #f2f2f2;
  border-radius: 15px;
}

body.woocommerce div.product div.images img {
  border-radius: 15px;
}

body.woocommerce #content div.product div.summary,
body.woocommerce div.product div.summary,
body.woocommerce-page #content div.product div.summary,
body.woocommerce-page div.product div.summary {
  width: 37%;
}

body.woocommerce div.product .product_title {
  font-size: 36px;
  opacity: 0.8;
  letter-spacing: 4px;
}

body.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product p.price,
body.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product span.price {
  color: var(--color-white);
  font-size: 24px;
  letter-spacing: 1px;
}

.woocommerce-Price-currencySymbol {
  margin-right: 7px;
}

body.woocommerce div.product form.cart .variations label {
  font-weight: 300;
  font-size: 16px;
  color: var(--color-white);
  text-transform: uppercase;
  letter-spacing: 3px;
}

.woo-variation-swatches .variable-items-wrapper .variable-item.color-variable-item {
  height: 80px;
  width: 55px;
}

.woo-variation-swatches
  .wvs-style-squared.variable-items-wrapper
  .variable-item:not(.radio-variable-item) {
  border-radius: 8px;
}

.woo-variation-swatches .variable-items-wrapper .variable-item .variable-item-contents {
  border-radius: 8px;
  overflow: hidden;
}

.woo-variation-swatches.wvs-show-label .variations td .woo-selected-variation-item-name,
.woo-variation-swatches.wvs-show-label .variations th .woo-selected-variation-item-name {
  font-weight: 300;
  color: var(--color-white);
  text-transform: uppercase;
  letter-spacing: 3px;
}

.woo-variation-swatches
  .variable-items-wrapper
  .variable-item:not(.radio-variable-item).button-variable-item {
  color: var(--color-white);
  background-color: transparent;
}

.woo-variation-swatches
  .wvs-style-squared.variable-items-wrapper
  .variable-item:not(.radio-variable-item).button-variable-item {
  width: 45px;
  height: 45px;
}

a.reset_variations {
  color: var(--color-white);
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-top: 10px;
  display: block;
}

body.woocommerce .quantity .qty {
  font-family: "Montserrat", sans-serif;
  width: auto;
  text-align: center;
  background-color: transparent;
  border: 1px solid var(--color-white);
  color: var(--color-white);
  padding: 12px 10px;
  outline: none;
  border-radius: 6px;
}

body.woocommerce.single-product .quantity .qty {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

body .single_add_to_cart_button.button {
  font-family: "Montserrat", sans-serif;
  background-color: transparent !important;
  opacity: 1 !important;
  padding: 17px 25px !important;
  color: var(--color-white) !important;
  border: 1px solid var(--color-white);
  font-weight: 300;
  text-transform: uppercase;
  font-size: 16px;
  letter-spacing: 3px;
  border-radius: 6px;
  margin-left: -4px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  cursor: pointer;
  transition: 0.35s ease all;
}

body .single_add_to_cart_button.button:hover {
  background-color: var(--color-white) !important;
  color: var(--color-black) !important;
  border: 1px solid var(--color-white);
}

.product_meta {
  display: none;
}

body.woocommerce div.product .woocommerce-tabs ul.tabs::before {
  border-bottom: none;
}

body.woocommerce div.product .woocommerce-tabs ul.tabs {
  padding: 0;
  margin: 0 0 1.618em;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li::after,
.woocommerce div.product .woocommerce-tabs ul.tabs li::before {
  display: none;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
  border: none;
  background-color: transparent;
  color: var(--color-white);
  margin: 0;
  padding: 0;
  border-bottom: 1px solid var(--color-black);
  transition: 0.35s ease all;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li:not(:last-child) {
  margin-right: 35px;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li:not(:last-child)::after {
  content: "|";
  display: inline-block !important;
  color: var(--color-white);
  opacity: 1;
  position: absolute;
  right: -20px;
  top: 1px;
  font-weight: 300;
  font-size: 25px;
  box-shadow: none;
  border: none;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
  background: transparent;
  color: var(--color-white);
  z-index: 2;
  border-bottom-color: var(--color-white);
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a {
  color: var(--color-white) !important;
  display: inline-block;
  padding: 13px 0;
  font-weight: 300;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 12px;
}

.woocommerce-Tabs-panel p,
.woocommerce-Tabs-panel li {
  font-weight: 300;
  letter-spacing: 1px;
  line-height: 1.6;
  font-size: 12px;
  max-width: 380px;
}

body.woocommerce div.product form.cart .variations {
  margin-bottom: 0;
}

.cpw input.amount {
  font-family: "Montserrat", sans-serif;
  background-color: transparent;
  border: 1px solid var(--color-white);
  color: var(--color-white);
  font-weight: 400 !important;
  padding: 10px;
  margin-top: 12px;
  outline: none;
  max-width: 165px;
  border-radius: 0;
}

body.woocommerce.single-product #product-629 .quantity .qty {
  display: none;
}

body #product-629 .single_add_to_cart_button.button {
  margin-left: 0;
}

body.postid-629 .woocommerce-product-gallery {
  display: none;
}

body.postid-629 div.product div.summary {
  margin-bottom: 2em;
  margin: 2em auto;
  float: none;
  text-align: center;
}

body.postid-629 div.product form.cart .button {
  vertical-align: middle;
  float: none;
}

.related.products {
  clear: both;
  padding-top: 100px;
  position: relative;
}

.related.products::before {
  content: "";
  display: block;
  width: 90vw;
  height: 1px;
  background-color: var(--color-white);
  left: 50%;
  margin-left: -45vw;
  margin-right: -45vw;
  position: absolute;
  top: 42px;
}

.related.products h2 a {
  font-family: "Montserrat", sans-serif;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 2px;
  color: var(--color-white);
  text-decoration: none;
  margin-left: 30px;
  position: relative;
  top: -2px;
}

.related.products .products .product-slider {
  width: 100vw;
  margin-left: -50vw;
  margin-right: -50vw;
  left: 50%;
  position: relative;
}

.woocommerce div.product div.images .flex-control-thumbs {
  margin: 20px -5px;
}

.woocommerce div.product div.images .flex-control-thumbs li {
  width: calc(20% - 10px);
  margin: 5px;
}

.woocommerce
  div.product
  .woocommerce-product-gallery--columns-4
  .flex-control-thumbs
  li:nth-child(4n + 1) {
  clear: none;
}

.wcpay-express-checkout-wrapper,
.ppcp-messages,
.ppc-button-wrapper {
  display: none !important;
}

.woocommerce-info,
.woocommerce-message,
.woocommerce-error {
  /* padding-top: 10px; */
  line-height: 38px;
  background-color: transparent;
  color: #ffffff;
  border-radius: 8px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  border-left: 1px solid rgba(255, 255, 255, 0.2);
  border-right: 1px solid rgba(255, 255, 255, 0.2);
}

body .woocommerce .woocommerce-message,
body .woocommerce .woocommerce-info,
body .woocommerce .woocommerce-error,
body.single-product .woocommerce-message {
  width: 100%;
  background-color: transparent;
  box-shadow: none;
  color: var(--color-white);
  border-bottom: 1px solid var(--color-white);
  border-right: 1px solid var(--color-white);
  border-top: 1px solid var(--color-white);
  border-left-color: var(--color-white);
}

body .woocommerce-info::before {
  color: var(--color-white);
}

body .woocommerce-notices-wrapper .woocommerce-message {
  border-left-color: var(--color-white);
}

.woocommerce-Address {
  column-count: 1;
}

.woocommerce-message::before {
  content: "\e015";
  color: var(--color-white);
}

.form-row.woocommerce-invalid input.input-text {
  border: 1px solid var(--color-white) !important;
}

.woocommerce-NoticeGroup.woocommerce-NoticeGroup-checkout .woocommerce-error {
  padding: 10px 10px 10px 32px !important;
}

.woocommerce-form-login-toggle,
.woocommerce-form-coupon-toggle {
  margin-bottom: 10px;
}

body div .woocommerce-button,
body div .woocommerce-Button,
body div .woocommerce-button.button,
body div .woocommerce-Button.button,
body div .button.product_type_simple,
body div .woocommerce-cart-form .button,
body div .wc-proceed-to-checkout a,
body div .checkout_coupon .button,
body div #payment #place_order,
body div .single_add_to_cart_button.button,
body div .woocommerce-MyAccount-content .button,
body div .woocommerce-message .button,
body div .add_to_cart_button,
body div .woocommerce-tabs input[type="submit"],
body .button.wc-backward {
  background-color: var(--color-white);
  font-size: 14px;
  padding: 11px 32px;
  border-radius: 0;
  font-weight: 500;
  border: 1px solid var(--color-white);
  color: var(--color-black);
  text-transform: uppercase;
  letter-spacing: 1px;
  transition: 0.35s ease all;
}

body div .woocommerce-button:hover,
body div .woocommerce-Button:hover,
body div .woocommerce-button.button:hover,
body div .woocommerce-Button.button:hover,
body div .button.product_type_simple:hover,
body div .woocommerce-cart-form .button:hover,
body div .wc-proceed-to-checkout a:hover,
body div .checkout_coupon .button:hover,
body div #payment #place_order:hover,
body div .single_add_to_cart_button.button:hover,
body div .woocommerce-MyAccount-content .button:hover,
body div .woocommerce-message .button:hover,
body div .add_to_cart_button:hover,
body div .woocommerce-tabs input[type="submit"]:hover,
body .button.wc-backward:hover {
  background-color: transparent;
  color: var(--color-white);
}

body.woocommerce-cart .woocommerce,
body.woocommerce-checkout .woocommerce,
body.woocommerce-account .woocommerce {
  margin-top: 30px;
  overflow: auto;
}

body .woocommerce-cart-form table {
  border: 1px solid var(--color-white);
}

body .woocommerce-cart-form th,
body .woocommerce-cart-form td {
  text-align: center !important;
  font-size: 16px;
  border: 1px solid var(--color-white);
  padding: 9px 12px;
  color: var(--color-white);
}

body .woocommerce-cart-form th a,
body .woocommerce-cart-form td a {
  color: var(--color-white);
  text-decoration: none;
}

body #coupon_code {
  font-family: "Montserrat", sans-serif;
  text-transform: capitalize;
  margin: 0 5px 0 8px;
}

body .cart_totals h2 {
  margin: 32px 0 22px;
}

body .cart-collaterals .shop_table th,
body .cart-collaterals .shop_table td {
  border: 1px solid var(--color-white);
  font-size: 16px;
  padding: 9px 12px;
  color: var(--color-white);
}

a.showcoupon {
  color: var(--color-white);
  text-decoration: none;
  padding-left: 4px;
}

body .woocommerce-input-wrapper input[type="text"],
body .woocommerce-input-wrapper input[type="email"],
body .woocommerce-input-wrapper input[type="tel"],
body .woocommerce-input-wrapper input[type="number"],
body .woocommerce-input-wrapper textarea {
  background-color: transparent;
  border: 1px solid var(--color-white);
  color: var(--color-white) !important;
  outline: none !important;
}

body .select2-container--default .select2-selection--single {
  background-color: transparent;
  border: 1px solid var(--color-white);
  color: var(--color-white);
}

body .select2-container--default .select2-selection--single .select2-selection__rendered {
  color: var(--color-white);
  line-height: 26px;
}

body #customer_details label,
body .woocommerce-address-fields label {
  margin-bottom: 4px;
}

.cart_totals {
  display: flex;
  flex-wrap: wrap;
}

.wc-proceed-to-checkout {
  order: 4;
  margin-top: 20px;
}

.cart-collaterals .shop_table {
  order: 2;
  margin-bottom: 0px;
}

body .cart_totals h2 {
  order: 1;
}

#shipping_method {
  list-style: none;
  padding-left: 0px !important;
}

.woocommerce-shipping-totals .woocommerce-shipping-destination {
  visibility: hidden;
  margin-bottom: 0;
  height: 0;
}

#shipping_method input:checked ~ label {
  color: var(--color-white);
}

#shipping_method input ~ label {
  margin-left: 5px;
}

input:checked ~ label {
  border: 6px solid var(--color-white);
}

body #order_review {
  background-color: transparent;
  padding: 0;
}

body #order_review table {
  border: 1px solid var(--color-white);
  background-color: transparent;
  color: var(--color-white);
}

body #order_review table th,
body #order_review table td {
  border: 1px solid var(--color-white);
  font-size: 16px;
  padding: 4px 10px;
  text-align: center;
}

body .woocommerce-privacy-policy-text {
  margin: 20px 0;
}

body a.woocommerce-privacy-policy-link {
  color: var(--color-white);
  text-decoration: none;
}

body .required {
  color: var(--color-white);
}

body .woocommerce-order-details__title,
body .woocommerce-column__title {
  font-size: 35px;
  text-transform: capitalize;
  margin-bottom: 20px;
}

body .woocommerce-table.woocommerce-table--order-details,
body .woocommerce-MyAccount-orders {
  border: 1px solid var(--color-white);
  border-collapse: collapse;
  background-color: transparent;
  color: #fff;
}

body .woocommerce-table.woocommerce-table--order-details th,
body .woocommerce-table.woocommerce-table--order-details td,
body .woocommerce-MyAccount-orders th,
body .woocommerce-MyAccount-orders td {
  border: 1px solid var(--color-white);
  font-size: 16px;
  padding: 4px 10px;
  text-align: center !important;
}

body .woocommerce-table.woocommerce-table--order-details td a {
  color: var(--color-white);
  text-decoration: none;
}

body address {
  color: var(--color-white);
}

body .woocommerce-MyAccount-navigation ul {
  padding: 0 !important;
  margin: 0 0 30px !important;
}

body.woocommerce-account .woocommerce-MyAccount-navigation {
  width: 27%;
  margin-bottom: 50px;
}

body .woocommerce-MyAccount-navigation li a {
  font-family: "Lora", serif;
  background-color: var(--color-white);
  color: var(--color-black);
  text-transform: uppercase;
  font-weight: 500;
  font-size: 16px;
  border-radius: 3px;
  padding: 8px 10px;
  opacity: 1;
  display: block;
  text-align: center;
  margin-bottom: 8px;
  text-decoration: none;
  font-weight: 600;
  letter-spacing: 1px;
  transition: 0.35s ease all;
}

body .woocommerce-MyAccount-navigation li a:hover,
body .woocommerce-MyAccount-navigation li.is-active a {
  opacity: 0.8;
}

body .woocommerce-MyAccount-content a {
  color: var(--color-white);
  text-decoration: none;
}

body .woocommerce-MyAccount-content h2 {
  font-size: 30px;
}

body .woocommerce-MyAccount-content mark {
  background: transparent;
  color: var(--color-white);
}

body #customer_login label[for="username"],
body #customer_login label[for="password"],
body #customer_login label[for="reg_email"],
body #customer_login label[for="reg_password"],
body .edit-account label[for="account_first_name"],
body .edit-account label[for="account_last_name"],
body .edit-account label[for="account_display_name"],
body .edit-account label[for="account_email"],
body .edit-account label[for="password_current"],
body .edit-account label[for="password_1"],
body .edit-account label[for="password_2"],
body form.woocommerce-ResetPassword label[for="user_login"] {
  font-family: "Montserrat", sans-serif;
  background-color: transparent;
  color: var(--color-white);
  padding: 4px 8px;
  display: block;
}

body #customer_login #username,
body #customer_login #password,
body #customer_login #reg_email,
body #customer_login #reg_password,
body .edit-account #account_first_name,
body .edit-account #account_last_name,
body .edit-account #account_display_name,
body .edit-account #account_email,
body .edit-account #password_current,
body .edit-account #password_1,
body .edit-account #password_2,
body form.woocommerce-ResetPassword #user_login {
  font-family: "Montserrat", sans-serif;
  outline: none !important;
  border: 1px solid var(--color-white);
  background-color: var(--color-white);
  color: var(--color-black);
  padding: 14px 18px;
  display: block;
  width: 100%;
  border-radius: 0;
  font-size: 13px;
}

body #customer_login > div,
body .edit-account fieldset,
body form.woocommerce-ResetPassword {
  border: 1px solid var(--color-white);
  margin: 40px 0 20px;
}

body #customer_login > div {
  margin: 20px 0;
}

body #customer_login h2,
body .edit-account legend {
  background-color: transparent;
  color: var(--color-white);
  text-transform: capitalize;
}

body .woocommerce-form-login__rememberme {
  color: var(--color-white);
  margin-bottom: 15px;
}

body .woocommerce-LostPassword {
  margin: 0;
}

body .woocommerce-LostPassword a {
  color: var(--color-white);
  text-decoration: none;
}

body h3#order_review_heading,
body .woocommerce-additional-fields h3,
body .woocommerce-shipping-fields h3,
body .woocommerce-billing-fields h3 {
  color: var(--color-white);
  text-transform: capitalize;
}

body #customer_details .col-1,
body #customer_details .col-2 {
  margin-top: 25px;
}

.is-large.wc-block-cart .wc-block-cart-items {
  border-bottom: 1px solid #fff;
  border-spacing: 0;
}

.is-large.wc-block-cart .wc-block-cart-items th,
.is-large.wc-block-cart .wc-block-cart__totals-title {
  color: var(--color-white) !important;
  letter-spacing: 2px !important;
}

.editor-styles-wrapper
  table.wc-block-cart-items
  .wc-block-cart-items__row
  .wc-block-components-product-name,
table.wc-block-cart-items .wc-block-cart-items__row .wc-block-components-product-name {
  font-family: "Lora", serif;
  color: var(--color-white);
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 2px;
}

.editor-styles-wrapper
  table.wc-block-cart-items
  .wc-block-cart-items__row
  .wc-block-cart-item__prices,
table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__prices {
  color: var(--color-white);
  letter-spacing: 1px;
}

.wc-block-components-product-details {
  text-transform: uppercase;
  letter-spacing: 2px;
}

.is-large:not(.wc-block-checkout) .wc-block-components-product-details__name {
  font-weight: 400;
  font-size: 12px;
}

.wc-block-components-product-details__name,
.wc-block-components-product-details__value {
  font-size: 12px;
  font-weight: 300;
}

.wc-block-components-formatted-money-amount {
  color: var(--color-white);
  font-weight: 300;
  letter-spacing: 2px;
}

.wc-block-components-quantity-selector input.wc-block-components-quantity-selector__input {
  color: var(--color-white) !important;
  font-weight: 400 !important;
  outline: none !important;
}

body .wc-block-components-quantity-selector .wc-block-components-quantity-selector__button {
  color: var(--color-white);
  opacity: 1;
}

button.wc-block-cart-item__remove-link {
  color: var(--color-white) !important;
  text-decoration: none !important;
  text-transform: uppercase !important;
  letter-spacing: 2px !important;
  font-weight: 300 !important;
}

.wp-block-woocommerce-cart-order-summary-totals-block {
  color: var(--color-white) !important;
  font-weight: 300;
}

a.wc-block-components-totals-coupon-link,
a#wc-block-components-totals-shipping__change-address__link {
  color: var(--color-white);
  text-decoration: none;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 2px;
  font-weight: 300;
}

.wc-block-components-totals-footer-item .wc-block-components-totals-item__label {
  color: var(--color-white);
  text-transform: uppercase;
  font-weight: 300;
  letter-spacing: 3px;
  font-size: 15px;
}

.wc-block-components-totals-footer-item .wc-block-components-totals-item__label,
.wc-block-components-totals-footer-item .wc-block-components-totals-item__value {
  font-size: 15px;
}

body:not(.woocommerce-block-theme-has-button-styles) .wc-block-components-button:not(.is-link) {
  font-family: "Montserrat", sans-serif;
  min-height: 45px !important;
  outline: none !important;
  background-color: var(--color-white);
  border: 1px solid var(--color-white);
  color: var(--color-black);
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 500;
  padding: 11px;
  font-size: 15px;
  border-radius: 0;
  transition: 0.35s ease all;
}

body:not(.woocommerce-block-theme-has-button-styles)
  .wc-block-components-button:not(.is-link):hover {
  background-color: transparent;
  color: var(--color-white);
}

body .wc-block-components-form .wc-block-components-text-input input[type="email"],
body .wc-block-components-form .wc-block-components-text-input input[type="number"],
body .wc-block-components-form .wc-block-components-text-input input[type="tel"],
body .wc-block-components-form .wc-block-components-text-input input[type="text"],
body .wc-block-components-form .wc-block-components-text-input input[type="url"],
body .wc-block-components-text-input input[type="email"],
body .wc-block-components-text-input input[type="number"],
body .wc-block-components-text-input input[type="tel"],
body .wc-block-components-text-input input[type="text"],
body .wc-block-components-text-input input[type="url"] {
  color: var(--color-black);
  font-size: 14px;
  line-height: 1.5;
  min-height: 56.6px;
}

body .wc-block-components-form .wc-block-components-text-input input:autofill,
body .wc-block-components-form .wc-block-components-text-input.is-active input[type="email"],
body .wc-block-components-form .wc-block-components-text-input.is-active input[type="number"],
body .wc-block-components-form .wc-block-components-text-input.is-active input[type="tel"],
body .wc-block-components-form .wc-block-components-text-input.is-active input[type="text"],
body .wc-block-components-form .wc-block-components-text-input.is-active input[type="url"],
body .wc-block-components-text-input input:autofill,
body .wc-block-components-text-input.is-active input[type="email"],
body .wc-block-components-text-input.is-active input[type="number"],
body .wc-block-components-text-input.is-active input[type="tel"],
body .wc-block-components-text-input.is-active input[type="text"],
body .wc-block-components-text-input.is-active input[type="url"] {
  padding: 1.8em 1.5em 0.6em;
}

body .wc-block-components-form .wc-block-components-text-input label,
body .wc-block-components-text-input label {
  font-size: 13px;
  left: 1.6em;
  line-height: 2.3;
  text-transform: uppercase;
  letter-spacing: 1px;
}

body
  .wc-block-components-combobox
  .wc-block-components-combobox-control
  input.components-combobox-control__input,
body
  .wc-block-components-form
  .wc-block-components-combobox
  .wc-block-components-combobox-control
  input.components-combobox-control__input {
  color: var(--color-black);
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  padding: 1.8em 1.5em 0.6em;
  width: 100%;
  min-height: 56.6px;
}

body
  .wc-block-components-combobox
  .wc-block-components-combobox-control
  label.components-base-control__label,
body
  .wc-block-components-form
  .wc-block-components-combobox
  .wc-block-components-combobox-control
  label.components-base-control__label {
  color: hsla(0, 0%, 7%, 0.5);
  line-height: 1.5;
  transform: translateY(1em);
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 14px;
  font-weight: 300;
  left: 1.6em;
}

body .wc-block-components-checkbox .wc-block-components-checkbox__label,
body .wc-block-components-checkbox > span {
  color: var(--color-white);
}

body
  .wc-block-components-radio-control--highlight-checked
  .wc-block-components-radio-control-accordion-option--checked-option-highlighted,
body
  .wc-block-components-radio-control--highlight-checked
  label.wc-block-components-radio-control__option--checked-option-highlighted {
  border-radius: 5px;
  box-shadow: inset 0 0 0 1px var(--color-white);
  color: var(--color-white);
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 300;
  font-size: 14px;
}

body .wc-block-checkout__terms.wp-block-woocommerce-checkout-terms-block {
  color: var(--color-white);
  font-size: 12px;
  letter-spacing: 1px;
  font-weight: 300;
}

body .wc-block-checkout__terms.wp-block-woocommerce-checkout-terms-block a {
  color: var(--color-white);
  text-decoration: none;
  font-weight: 500;
}

body .wp-block-woocommerce-checkout-order-summary-block > * {
  color: var(--color-white);
  font-weight: 300;
}

body .wc-block-components-panel__button {
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: 2px;
  font-weight: 500;
}

body .wc-block-components-totals-item__value {
  font-weight: 300;
}

body .wc-block-components-totals-footer-item .wc-block-components-totals-item__label {
  font-weight: 300;
  font-size: 15px;
}

body .wc-block-components-totals-footer-item .wc-block-components-totals-item__label,
body .wc-block-components-totals-footer-item .wc-block-components-totals-item__value {
  font-size: 15px;
}

body
  .wc-block-components-combobox.is-active
  .wc-block-components-combobox-control
  label.components-base-control__label,
body
  .wc-block-components-combobox:focus-within
  .wc-block-components-combobox-control
  label.components-base-control__label,
body
  .wc-block-components-form
  .wc-block-components-combobox.is-active
  .wc-block-components-combobox-control
  label.components-base-control__label,
body
  .wc-block-components-form
  .wc-block-components-combobox:focus-within
  .wc-block-components-combobox-control
  label.components-base-control__label {
  transform: translateY(0.7em) scale(0.82);
}

body .wc-block-components-checkout-return-to-cart-button {
  color: var(--color-white) !important;
  text-transform: uppercase;
  font-weight: 300;
  font-size: 13px;
  letter-spacing: 2px;
}

body .wc-block-checkout__sidebar .wc-block-components-product-name {
  font-family: "Lora", serif;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 600;
  font-size: 13px;
}

body .woocommerce-MyAccount-content input::-webkit-input-placeholder,
body .woocommerce-MyAccount-content select::-webkit-input-placeholder,
body .woocommerce-MyAccount-content textarea::-webkit-input-placeholder,
body .woocommerce-MyAccount-content input:-ms-input-placeholder,
body .woocommerce-MyAccount-content select:-ms-input-placeholder,
body .woocommerce-MyAccount-content textarea:-ms-input-placeholder {
  color: var(--color-black);
}

body .woocommerce-MyAccount-content input:-moz-placeholder,
body .woocommerce-MyAccount-content select:-moz-placeholder,
body .woocommerce-MyAccount-content textarea:-moz-placeholder,
body .woocommerce-MyAccount-content input::-moz-placeholder,
body .woocommerce-MyAccount-content select::-moz-placeholder,
body .woocommerce-MyAccount-content textarea::-moz-placeholder {
  color: var(--color-black);
  opacity: 1;
}

.woocommerce-account .woocommerce-MyAccount-content {
  margin-bottom: 60px;
}

.woocommerce form .form-row .required {
  color: var(--color-white);
}

/*--------------------------------------------------------------
# Gallery
--------------------------------------------------------------*/

#gallery {
  margin: 0 -10px;
}

body .gallery {
  display: block;
  overflow: auto;
  margin: 80px 0 100px;
}

.grid-sizer {
  width: 25%;
}

.grid-item {
  width: 25%;
  float: left;
  height: 400px;
  padding: 10px;
}

.wide {
  width: 50%;
}

.tall {
  width: 50%;
  height: 800px;
}

.grid-item img {
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100%;
  border-radius: 8px;
}

.lb-outerContainer {
  border-radius: 15px;
}

.lightbox .lb-image {
  border: none;
  padding: 0;
  border-radius: 15px;
}

.lb-data .lb-number {
  display: none !important;
}

.lb-dataContainer {
  position: absolute;
  top: 10px;
  left: calc(50% - 12px);
  transform: translateX(-50%);
  z-index: 10;
}

.lb-data .lb-close {
  background-color: var(--color-light-grey);
  opacity: 1;
  border-radius: 50%;
  background-image: none;
  position: relative;
}

.lb-close::before {
  content: "X";
  display: block;
  font-family: "Lora", serif;
  color: var(--color-black);
  font-size: 15px;
  position: absolute;
  top: calc(50% + 2px);
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}

/*--------------------------------------------------------------
# Y-Systems
--------------------------------------------------------------*/
.read-more-content {
  margin-top: 20px;
}
.read-more-content ol {
  padding-left: 50px;
  padding-right: 50px;
}
.read-more-content ol li {
  padding-bottom: 5px;
}
.category-filters {
  text-align: center;
  margin-top: 80px;
}

.category-filters button {
  font-family: "Montserrat", sans-serif;
  background-color: transparent;
  color: var(--color-white);
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 2px;
  padding: 18px 25px;
  min-width: 150px;
  border-radius: 10px;
  margin: 5px 8px;
  cursor: pointer;
  border: 1px solid var(--color-white);
  transition: 0.35s ease all;
}

.category-filters button:hover,
.category-filters button.active {
  background-color: #a6a7a5;
}

.single-y-system {
  margin: 100px 0;
}

.single-y-system .left-content {
  width: 35%;
}

.single-y-system .right-image {
  width: 56%;
}

.single-y-system .left-content h2 {
  margin: 50px 0 35px;
}

.single-y-system .yb-button {
  margin-top: 15px;
}

.single-y-system .right-image img {
  border-radius: 50px;
  object-fit: cover;
  object-position: center;
}

.offering {
  background-color: var(--color-white);
  text-align: center;
  padding: 50px 30px 110px;
  border-radius: 10px;
  height: auto;
  align-content: center;
  position: relative;
  min-height: 380px;
}

.offering h3 {
  color: var(--color-black);
  text-transform: capitalize;
  letter-spacing: 0.5px;
  font-size: 32px;
  max-width: 285px;
  margin: 0 auto;
  @media (max-width: 450px) {
    font-size: 26px;
  }
}

.offering p {
  color: var(--color-black);
  max-width: 280px;
  margin: 20px auto;
}

.offering .yb-button {
  position: absolute;
  margin: 0 auto;
  bottom: 55px;
  left: 0;
  right: 0;
  max-width: 200px;
}

.offerings-header h3 {
  text-transform: capitalize;
  letter-spacing: 0.5px;
  font-size: 32px;
  margin-bottom: 40px;
}

.offering-slider .glide__arrows {
  position: absolute;
  top: -80px;
  right: 165px;
  @media (max-width: 450px) {
    right: 50px;
    bottom: -60px;
    top: auto;
  }
}

.offering-slider .glide__arrow {
  background-color: transparent;
  border: none;
  padding: 10px 0;
  cursor: pointer;
}

.offering-slider .glide__arrow.glide__arrow--left {
  margin-right: 10px;
}

.bookings {
  margin: 100px auto 120px;
  text-align: center;
}

.bookings h3 {
  margin-bottom: 25px;
}

.coaches {
  margin: 100px 0;
  text-align: center;
}

.coaches .flex {
  gap: 20px;
  @media (max-width: 960px) {
    flex-direction: column;
  }
}

.coach {
  background-color: var(--color-dark-grey);
  width: auto;
  border-radius: 15px;
  padding: 30px;
  margin-top: 28px;
  flex: 1;
}

.coach img {
  height: 195px;
  width: 195px;
  border-radius: 50%;
  margin-bottom: 20px;
  object-fit: cover;
}

.coach h4 {
  margin: 0 0 20px;
}

.coach .links {
  color: var(--color-white);
  font-weight: 300;
}

.coach .links a.learn-more {
  margin: 0 4px;
}

.coach .links a.learn-more:last-child::after {
  display: none;
}

.y-intro {
  background-color: var(--color-white);
  border-radius: 22px;
  padding: 58px 30px;
  text-align: center;
  margin: 80px auto;
  max-width: 1145px;
}

.y-intro-wrap {
  max-width: 850px;
  margin: 0 auto;
}

.y-intro-wrap h2 {
  color: var(--color-black);
  font-size: 32px;
  font-weight: 400;
  letter-spacing: 1px;
}

.y-intro-wrap p {
  color: var(--color-black);
}

.y-intro-wrap p:last-child {
  margin-bottom: 5px;
}

.y.glide__slide {
  background-color: var(--color-white);
  border-radius: 10px;
  padding: 65px 65px 30px;
  height: auto;
  @media (max-width: 600px) {
    padding: 35px 35px 30px;
  }
}

.y.glide__slide > * {
  color: var(--color-black);
}

.y-slider .y span {
  color: #595757;
  text-transform: uppercase;
  display: block;
  letter-spacing: 1.5px;
  font-weight: 300;
}

.y-slider .y h3 {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  letter-spacing: 2.5px;
  margin: 20px 0 10px;
}

.y-slider .glide__arrows {
  position: absolute;
  bottom: -68px;
  right: 165px;
  @media (max-width: 600px) {
    right: 50px;
    bottom: -60px;
    top: auto;
  }
}

.y-slider .glide__arrow {
  background-color: transparent;
  border: none;
  padding: 10px 0;
  cursor: pointer;
}

.y-slider .glide__arrow.glide__arrow--left {
  margin-right: 10px;
}

.formula-skills {
  margin: 120px auto;
  @media (max-width: 650px) {
    margin: 60px auto;
  }
}

.formula-skills .flex {
  @media (max-width: 650px) {
    flex-direction: column;
  }
}

.formula {
  width: 58%;
  border: 1px solid var(--color-white);
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  padding: 50px 70px;
  @media (max-width: 650px) {
    width: 100%;
    border-top-left-radius: 10px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
    padding: 50px 30px 30px;
  }
}

.formula h4 {
  position: relative;
  margin-bottom: 40px;
}

.formula h4::after {
  content: "";
  width: 65px;
  height: 1px;
  background-color: var(--color-white);
  display: block;
  position: relative;
  bottom: -17px;
}

.formula p {
  font-size: 15px;
  max-width: 455px;
}

.formula p:last-child {
  margin-bottom: 5px;
}

.skills {
  width: 42%;
  background-color: var(--color-white);
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  padding: 45px 50px;
  align-content: center;
  @media (max-width: 650px) {
    width: 100%;
    border-top-right-radius: 0px;
    border-top-left-radius: 0px;
    border-bottom-right-radius: 0px;
    padding: 50px 30px 30px;
  }
}

.skills span {
  color: var(--color-black);
  display: flex;
  align-items: center;
  font-weight: 300;
  font-size: 15px;
  padding: 6px 0;
  letter-spacing: 0.5px;
  max-width: 200px;
  margin: 0 auto;
  position: relative;
}

.skills span::before {
  content: "";
  display: inline-block;
  width: 5px;
  height: 5px;
  background-color: #000;
  border: 1px solid var(--color-black);
  border-radius: 50%;
  position: relative;
  top: -2px;
  left: -15px;
}

.y-content-row .max-width {
  max-width: 1000px;
  text-align: center;
}

.y-content-row p {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.single-quote {
  margin-top: 120px;
}
.white-container {
  background: #fff;
  color: #000;
  padding: 40px 20px;
  border-radius: 20px;
  text-align: center;
  h4,
  p {
    color: inherit;
  }
}

.applications {
  margin: 25px 0 70px;
  text-align: center;
  @media (max-width: 650px) {
    flex-direction: column;
  }
}

.application {
  background-color: var(--color-dark-grey);
  width: 30%;
  border-radius: 15px;
  padding: 30px;
  margin-top: 28px;
  text-align: left;
  @media (max-width: 650px) {
    width: 100%;
  }
}

.application h4 {
  margin: 0 0 32px;
  position: relative;
}

.application h4::after {
  content: "";
  display: block;
  width: 75px;
  height: 1px;
  background-color: var(--color-white);
  position: relative;
  bottom: -10px;
}

.y-content-row.dark-grey {
  margin-top: 100px;
  padding: 100px 0;
  border-bottom: 1px solid var(--color-white);
}

.y-content-row.dark-grey .max-width {
  max-width: 1200px;
}

.y-content-row.dark-grey h4 {
  margin-bottom: 28px;
}

.y-content-row.dark-grey p {
  max-width: 975px;
}

.steps {
  margin: 40px auto 25px;
  text-align: center;
  justify-content: center;
}

.steps .step {
  width: 25%;
  padding: 22px;
  @media (max-width: 768px) {
    width: 50%;
  }
  @media (max-width: 500px) {
    width: 100%;
  }
}

.steps .step .icon-wrap {
  width: 115px;
  height: 115px;
  text-align: center;
  display: flex;
  align-content: center;
  background-color: #4b4b4d;
  border: 1px solid #666768;
  border-radius: 50%;
  justify-content: center;
  padding: 23px;
  margin: 0 auto 20px;
}

.yb-lightbox {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background-color: rgba(0, 0, 0, 0.85);
  display: none;
  text-align: left;
}

.lightbox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.lightbox-wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  background-color: var(--color-white);
  padding: 35px 50px 50px;
  max-width: 800px;
  width: 90%;
  max-height: 90%;
  overflow-y: scroll;
  border-radius: 20px;
  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.2);
  transform: translate(-50%, -50%);
}

.lightbox-wrapper > .close-lightbox {
  font-family: "Lora", serif;
  position: absolute;
  top: 20px;
  right: 20px;
  background-color: var(--color-light-grey);
  color: var(--color-black);
  font-size: 16px;
  line-height: 20px;
  border: none;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 1px;
  padding: 11px 15px;
  border-radius: 50%;
  cursor: pointer;
  transition: 0.35s ease all;
}

.yb-lightbox input.large,
.yb-lightbox .gfield_select,
.yb-lightbox textarea.textarea {
  border-color: var(--color-black) !important;
  color: var(--color-black) !important;
}

.yb-lightbox .gform_button.button {
  background-color: var(--color-black);
  color: var(--color-white);
  border-color: var(--color-black);
}

.yb-lightbox .gform_button.button:hover {
  background-color: transparent;
  color: var(--color-black);
  border-color: var(--color-black);
}

.yb-lightbox .gform_wrapper.gravity-theme .gfield_label {
  color: var(--color-black);
}

body .yb-lightbox input::-webkit-input-placeholder,
body .yb-lightbox elect::-webkit-input-placeholder,
body .yb-lightbox textarea::-webkit-input-placeholder,
body .yb-lightbox input:-ms-input-placeholder,
body .yb-lightbox select:-ms-input-placeholder,
body .yb-lightbox textarea:-ms-input-placeholder {
  color: var(--color-black);
}

body .yb-lightbox input:-moz-placeholder,
body .yb-lightbox select:-moz-placeholder,
body .yb-lightbox textarea:-moz-placeholder,
body .yb-lightbox input::-moz-placeholder,
body .yb-lightbox select::-moz-placeholder,
body .yb-lightbox textarea::-moz-placeholder {
  color: var(--color-black);
  opacity: 1;
}

.coach-header {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  max-width: 540px;
  margin-bottom: 35px;
}

.coach-header img {
  width: 200px;
}

.coach-header h3 {
  color: var(--color-black);
  max-width: 300px;
}

.lightbox-content ul {
  color: var(--color-black);
}

.lightbox-content p,
.lightbox-content li {
  color: var(--color-black);
  font-size: 12px;
}

.lightbox-content .links {
  color: var(--color-black);
  font-weight: 200;
  letter-spacing: 3px;
  font-size: 12px;
}

.lightbox-content .links a {
  color: var(--color-black);
}

.lightbox-content .links a::after {
  background-color: var(--color-white);
}

.lightbox-content .links a:first-child::after {
  background-color: var(--color-light-grey);
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/

.site-footer {
  clear: both;
  background-color: #ececec;
}

.site-info {
  border-top: 1px solid var(--color-black);
  border-bottom: 1px solid var(--color-black);
  padding: 80px 0;
}

.site-info h4 {
  font-size: 15px;
  letter-spacing: 1px;
  margin: 0 0 20px;
  color: var(--color-black);
  font-weight: 500;
}

.footer-left {
  width: 23%;
  border-right: 1.5px solid var(--color-black);
  padding-right: 50px;
}

.footer-mid {
  width: 44%;
}

#footer-menu {
  padding: 0;
  margin: 0;
  list-style: none;
}

#footer-menu li {
  margin: 8px 0;
}

#footer-menu a {
  color: var(--color-black);
  text-decoration: none;
  text-transform: uppercase;
  font-size: 11.5px;
  font-weight: 300;
  letter-spacing: 1.5px;
}

#footer-menu .caffeine_search-menu_button {
  display: none;
}

.footer-left img {
  margin: 20px 0;
  display: block;
}

.contact-details p {
  color: var(--color-black);
  text-transform: uppercase;
  font-size: 11.5px;
  font-weight: 300;
  letter-spacing: 1.5px;
}

.contact-details p a {
  text-transform: none;
  color: var(--color-black);
  text-decoration: none;
  display: block;
  margin: 6px 0;
}

.footer-right {
  width: 20%;
}

.links-wrap {
  width: 48%;
}

.social-media {
  display: inline-block;
  background-color: var(--color-white);
  border-radius: 30px;
  padding: 6px 16px;
}

.social-media a {
  display: inline-block;
  text-align: center;
  line-height: 1.7;
  font-size: 18px;
  color: var(--color-black);
  margin: 0 5px;
  opacity: 1;
  transition: 0.35s ease all;
}

.social-media a:hover {
  opacity: 0.7;
}

.sub-footer {
  padding: 20px 0 35px;
}

#sub-footer-menu {
  margin: 0;
  padding: 0;
  list-style: none;
}

#sub-footer-menu .caffeine_search-menu_button {
  display: none;
}

#sub-footer-menu li {
  display: inline-block;
  margin-right: 25px;
  position: relative;
}

#sub-footer-menu li:not(:nth-last-child(2))::after {
  content: "|";
  display: block;
  position: absolute;
  right: -16px;
  top: -1px;
  font-weight: 300;
  font-size: 12px;
  color: var(--color-black);
}

#sub-footer-menu a {
  color: var(--color-black);
  text-transform: uppercase;
  text-decoration: none;
  font-size: 11.5px;
  display: block;
  letter-spacing: 1.5px;
  font-weight: 300;
}

.coffee-foot a {
  color: var(--color-black);
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 300;
  font-size: 11.5px;
  display: inline-block;
  letter-spacing: 1.5px;
  line-height: 2.4;
}

body .gform_wrapper.gravity-theme .gform_fields {
  grid-column-gap: 3.5%;
  grid-row-gap: 20px;
}

body .gform_wrapper.gravity-theme .gfield input.large,
body .gform_wrapper.gravity-theme .gfield select.large,
body .gform_wrapper.gravity-theme .gfield textarea {
  font-family: "Montserrat", sans-serif;
  width: 100%;
  background-color: transparent;
  border: 1px solid var(--color-white);
  border-radius: 0;
  outline: none;
  color: var(--color-white);
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: 1px;
  font-weight: 300;
  padding: 11px 20px;
  resize: none;
}

body .gform_wrapper.gravity-theme .gfield select.large {
  padding: 13px 20px;
}

body .gform_wrapper.gravity-theme .gfield_label {
  color: var(--color-white);
  text-transform: uppercase;
  font-weight: 300;
  letter-spacing: 1.5px;
  font-size: 14px;
  padding: 0 20px 5px;
}

body .site-footer #field_1_7 {
  display: none;
}

body #input_1_5 {
  height: 115px;
}

body .gform_footer.top_label {
  padding: 0 !important;
  margin: 15px 0 0 !important;
}

body .gform_button.button {
  font-family: "Montserrat", sans-serif;
  background-color: var(--color-white);
  border: 1px solid var(--color-white);
  color: var(--color-black);
  margin: 0 0 0 auto !important;
  line-height: 1.6 !important;
  border-radius: 0;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 2px;
  padding: 8px 30px;
  cursor: pointer;
  opacity: 0.85;
  text-transform: uppercase;
  transition: 0.35s ease all;
}

body .gform_button.button:hover {
  opacity: 1;
}

body input::-webkit-input-placeholder,
body select::-webkit-input-placeholder,
body textarea::-webkit-input-placeholder,
body input:-ms-input-placeholder,
body select:-ms-input-placeholder,
body textarea:-ms-input-placeholder {
  color: var(--color-white);
}

body input:-moz-placeholder,
body select:-moz-placeholder,
body textarea:-moz-placeholder,
body input::-moz-placeholder,
body select::-moz-placeholder,
body textarea::-moz-placeholder {
  color: var(--color-white);
  opacity: 1;
}

/*
  SEARCH & 404
*/
body.search #masthead,
body.error404 #masthead {
  background-color: #000;
}

body.search .page-header,
body.error404 .page-header {
  min-height: unset;
  height: auto;
}

body.search .page-header::after,
body.error404 .page-header::after {
  display: none;
}

body.search #primary,
body.error404 #primary {
  padding-bottom: 100px;
}

.search-form {
  position: relative;
  width: 100%;
  max-width: 600px;
  margin: 25px 0;
}

.search-form .search-field {
  border: 1px solid #fff;
  background-color: #000000 !important;
  color: #fff !important;
  font-size: 13px;
  display: block;
  width: 100%;
  padding: 0 20px;
  line-height: 40px;
  font-family: "Montserrat", sans-serif;
  border-radius: 8px;
  box-shadow: unset;
  outline: unset !important;
}

.search-form .search-submit {
  position: absolute;
  top: 0;
  right: 0;
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 0 8px 8px 0;
  padding: 0;
  line-height: 40px;
  cursor: pointer;
  width: 100px;
  text-align: center;
  color: #000;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 13px;
  transition: all 0.35s ease;
  box-shadow: unset;
  outline: unset !important;
}

.search-form ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #fff;
  font-style: italic;
  text-transform: uppercase;
}
.search-form ::-moz-placeholder {
  /* Firefox 19+ */
  color: #fff;
  font-style: italic;
  text-transform: uppercase;
}
.search-form :-ms-input-placeholder {
  /* IE 10+ */
  color: #fff;
  font-style: italic;
  text-transform: uppercase;
}
.search-form :-moz-placeholder {
  /* Firefox 18- */
  color: #fff;
  font-style: italic;
  text-transform: uppercase;
}

.search-results-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 20px;
  margin-top: 50px;
}

.search-result-archive {
  border: 1px solid #fff;
  border-radius: 15px;
  position: relative;
  padding: 25px 25px 55px;
  max-width: 325px;
  min-width: 135px;
  transition: all 0.1s ease 0s;
}

.search-result-archive:hover {
  background-color: #fff;
  color: #000;
}

.search-result-archive h3 {
  font-weight: 600;
  color: #fff;
  font-size: 20px;
  line-height: 1.2em;
  transition: all 0.1s ease 0s;
}

.search-result-archive:hover h3 {
  color: #000;
}

.search-result-archive h3::before {
  content: attr(data-posttype);
  display: block;
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  letter-spacing: 0.1em;
  line-height: 12px;
  font-style: italic;
  font-weight: 400;
  color: #fff;
  opacity: 0.8;
  transition: all 0.1s ease 0s;
}

.search-result-archive:hover h3::before {
  color: #000;
}

.search-result-archive p {
  margin: 0;
  position: absolute;
  bottom: 20px;
}

.search-result-archive a.learn-more {
  color: #fff;
  transition: all 0.1s ease 0s;
}

.search-result-archive:hover a.learn-more {
  color: #000;
}

.search-result-archive:hover a.learn-more::after {
  background-color: #323232;
}

.search-result-archive .link-overlay {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

body.search .nav-links {
  margin-top: 50px;
}

.nav-links a {
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  text-decoration: navajowhite;
  border: 1px solid #fff;
  border-radius: 100px;
  padding: 5px 20px;
  font-size: 13px;
  letter-spacing: 0.1em;
  cursor: pointer;
  transition: all 0.1s ease 0s;
}

.nav-links a:hover {
  background-color: #fff;
  color: #000;
}

.error-404.not-found + .product-carousel {
  margin-top: 0;
}
/* .y-system-slider */
.y-system-slider {
  .y-system {
    width: auto;
    min-height: 300px;
  }
  .image-carousel {
    margin-top: 0px !important;
    margin-bottom: 50px !important;
  }
}
/*
  RESPONSIVE
*/
#responsive-menu {
  display: none;
}

#coffeerm-button {
  display: none;
  background-color: transparent;
  position: absolute;
  right: 40px;
  top: 36px;
  transition: 0.35s ease all;
}

.home #masthead.scroll #coffeerm-button,
body:not(.home) #coffeerm-button {
  top: calc(50% - 20px);
}

body.page-id-167 #coffeerm-button {
  top: 17px;
}

#coffeerm-button span {
  background-color: #fff;
  height: 1px;
}

.responsive-menu-items {
  background-image: url(/wp-content/uploads/2024/06/logo.svg);
  background-repeat: no-repeat;
  background-position: center 20px;
  background-size: 90px;
  padding-top: 100px;
}

ul.responsive-menu-items li.menu-item-has-children::after {
  border-left-color: #fff;
  border-left-width: 6px;
  border-top-width: 6px;
  border-bottom-width: 6px;
  top: 9px;
}

ul.responsive-menu-items li.caffeine_search-menu_button {
  display: none;
}

ul.responsive-menu-items li a {
  display: block;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 13px;
  padding: 5px 30px;
}

ul.responsive-menu-items li ul.sub-menu a {
  padding-left: 45px;
  position: relative;
}

ul.responsive-menu-items li ul.sub-menu a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 30px;
  width: 1px;
  height: 100%;
  background-color: #fff;
  /* opacity: 0.3; */
}

@media (max-width: 1200px) {
  /*1024*/
  #coffeerm-button,
  #responsive-menu {
    display: block;
  }
  #top-menu {
    display: none;
  }
  #menu-button {
    display: none;
  }
  #masthead > .flex {
    justify-content: flex-end;
    padding-right: 100px;
  }
  .main-navigation li.icon:first-of-type {
    margin-left: 25px;
  }
  .logo {
    margin-right: auto;
  }
  body.privacy-policy .entry-content {
    padding-bottom: 50px;
  }
  body.woocommerce .quantity .qty {
    max-width: 80px;
  }
}

@media (max-width: 1023px) {
  /*768*/
  .y-system {
    width: calc(50% - 10px);
    margin-top: 20px;
  }
  .home-foundation .row-image-left-content {
    padding: 25px 35px;
  }
  .home-foundation .yb-button {
    margin-top: 10px;
  }
  .image-slider img {
    max-height: 240px;
  }
  #colophon .social-media {
    display: block;
    width: 50px;
    margin-left: auto;
  }
  #colophon .social-media a {
    display: block;
    margin: 5px 0;
  }
  .page-margin {
    margin-top: 120px;
  }
  body.woocommerce-checkout .entry-content {
    padding-bottom: 50px;
  }
  body:not(.home) .page-header {
    height: 330px;
  }
  body:not(.home) .page-header::after {
    box-shadow: inset 0 -330px 410px -150px rgba(0, 0, 0, 0.9);
  }
  .contact-info {
    margin: 50px 0;
  }
  .grid-item {
    height: 250px;
  }
  body.woocommerce-account .woocommerce-MyAccount-navigation {
    width: 100%;
  }
  body .woocommerce-MyAccount-navigation ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
    list-style: none;
  }
  body .woocommerce-MyAccount-navigation li a {
    margin-bottom: 0;
  }
  .banner-logo {
    max-width: 200px;
  }
  body.woocommerce #content div.product div.images,
  body.woocommerce div.product div.images,
  body.woocommerce-page #content div.product div.images,
  body.woocommerce-page div.product div.images,
  body.woocommerce #content div.product div.summary,
  body.woocommerce div.product div.summary,
  body.woocommerce-page #content div.product div.summary,
  body.woocommerce-page div.product div.summary {
    width: 100%;
  }
  .woocommerce div.product div.images.woocommerce-product-gallery > .flex-viewport {
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
  }
  .woocommerce-Tabs-panel p,
  .woocommerce-Tabs-panel li {
    max-width: 100%;
  }
  #gallery.martp {
    margin-top: 80px !important;
  }
}

@media (max-width: 767px) {
  /*640*/
  .blog .post-content .entry-title,
  .archive .post-content .entry-title {
    line-height: 20px;
  }
  h1,
  .entry-title {
    font-size: 42px;
  }
  .home-about {
    margin: 50px 0;
  }
  .row-image-left-image,
  .row-image-right-image,
  .row-image-left-content,
  .row-image-right-content,
  .home-about .row-image-left-content,
  .home-foundation .row-image-left-image,
  .home-foundation .row-image-left-content {
    width: 100%;
  }
  .home-about .row-image-left-image {
    order: 1;
    width: 88%;
    margin-left: auto;
    margin-top: 50px;
  }
  .product-carousel {
    margin-top: 50px;
  }
  .image-carousel .glide__arrows {
    bottom: -20px;
  }
  .about-page #gallery.image-carousel {
    margin-top: 60px !important;
    margin-bottom: 50px !important;
  }
  .content-row-center {
    margin: 50px auto;
  }
  .contact-wrap {
    width: 100%;
  }
  .contact-block {
    flex-wrap: wrap;
  }
  .contact-wrap:nth-child(2) {
    border-top: 1px solid var(--color-white);
    border-bottom: 1px solid var(--color-white);
    border-left: 0 solid;
    border-right: 0 solid;
  }
  .single-y-system {
    margin: 50px 0;
  }
  .single-y-system .left-content,
  .single-y-system .right-image {
    width: 100%;
    text-align: center;
  }
  .y-system-info {
    gap: 35px;
  }
  .category-filters {
    gap: 10px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 50px;
  }
  .category-filters button {
    font-size: 12px;
    padding: 10px 12px;
    min-width: unset;
    border-radius: 100px;
    margin: 0;
  }
}

@media (max-width: 639px) {
  /*375*/
  h1 {
    font-size: 32px;
  }
  h2 {
    font-size: 28px;
  }
  h3 {
    font-size: 22px;
  }
  .logo img {
    width: 75px;
  }
  .home #masthead .top-nav {
    margin-top: 17px;
  }
  .home #masthead.scroll .top-nav {
    margin-top: 0px;
  }
  .home-header .wrap {
    text-align: center;
  }
  .row-image-left-image,
  .row-image-right-image,
  .row-image-left-content,
  .row-image-right-content,
  .home-about .row-image-left-content,
  .home-foundation .row-image-left-image,
  .home-foundation .row-image-left-content {
    text-align: center;
  }
  .y-system {
    width: 100%;
    text-align: center;
  }
  .product-slider .glide__arrows {
    right: 30px;
    top: -60px;
  }
  .single-product-block {
    height: 350px;
  }
  .footer-left {
    width: 100%;
    padding: 0;
    border-right: 0;
    border-bottom: 1.5px solid var(--color-black);
  }
  .footer-left img {
    margin: 0 auto 50px;
  }
  .site-info {
    padding: 50px 0;
  }
  .footer-mid {
    width: 100%;
    padding-top: 50px;
  }
  .links-wrap {
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
  }
  .footer-right {
    width: 100%;
    text-align: center;
  }
  #colophon .social-media {
    width: auto;
    display: inline-block;
  }
  #colophon .social-media a {
    display: inline-block;
    margin: 0 5px;
  }
  .sub-footer {
    padding-bottom: 20px;
  }
  .sub-footer > .flex {
    justify-content: center;
  }
  .home-quote {
    margin-top: 50px;
  }
  .image-group img {
    position: relative;
    height: 200px;
  }
  .image-group img:nth-child(1) {
    left: -10vw;
  }
  .image-group img:nth-child(2) {
    bottom: 50px;
  }
  .page-id-147 #y-systems {
    margin-top: 0;
    margin-bottom: 65px;
  }
  .page-id-167 .home-foundation .row-image-left-image {
    border-top-right-radius: 25px;
    border-bottom-left-radius: 0;
  }
  .home-foundation .row-image-left-content {
    border-top-right-radius: 0;
    border-bottom-left-radius: 8px;
  }
  .grid-item {
    width: 50% !important;
    height: 200px;
  }
  .grid-item:nth-child(2n + 1):last-child {
    width: 100% !important;
  }
  .banner-logo {
    margin-left: auto;
    margin-right: auto;
  }
  .shop-wrap {
    margin-top: 50px;
    text-align: center;
  }
  .products-per-page {
    float: none;
    clear: both;
    margin-bottom: 10px;
    text-align: center;
    justify-content: center;
  }
  .woocommerce .woocommerce-ordering {
    float: none;
    clear: both;
    margin-bottom: 20px;
    justify-content: center;
    text-align: center;
  }
  .woocommerce ul.products li.product,
  .woocommerce-page ul.products li.product {
    width: 100% !important;
    margin-bottom: 20px !important;
  }
  body.single-product .shop-wrap {
    margin-top: 100px;
  }
  body.woocommerce div.product .product_title {
    font-size: 30px;
  }
  .woocommerce div.product form.cart .variations td,
  .woocommerce div.product form.cart .variations th {
    text-align: center;
    justify-content: center;
  }
  .woo-variation-swatches .variable-items-wrapper {
    justify-content: center;
  }
  .woocommerce div.product form.cart div.quantity {
    float: none;
    clear: both;
  }
  body.woocommerce.single-product .quantity .qty {
    border-bottom-left-radius: 0;
    border-top-right-radius: 8px;
    border-top-left-radius: 8px;
    border-bottom-right-radius: 0;
    width: 100%;
    max-width: 165px;
    border-bottom-width: 0;
  }
  .woocommerce div.product form.cart .button {
    float: none;
    width: 165px;
    padding: 18px 0 !important;
  }
  .related.products .glide__arrows {
    display: none;
  }
  .related.products h2 a {
    display: block;
    margin: 15px 0 0;
  }
  .image-slider img {
    max-height: 300px;
  }
}

/*--------------------------------------------------------------
# Blog Layout
--------------------------------------------------------------*/

.blog-container {
  display: flex;
  gap: 40px;
  margin-top: 160px;
  margin-bottom: 60px;
}

.blog-content {
  flex: 2;
}

.blog-sidebar {
  flex: 1;
  max-width: 350px;
}

.blog-content .page-header {
  margin-bottom: 40px;
  padding-bottom: 20px;
  border-bottom: 2px solid var(--color-dark-grey);
  height: auto !important;
  min-height: auto !important;
}
.blog-content .entry-content a {
  color: #fff;
}

.blog-content .page-header .page-title {
  font-size: 42px;
  margin-bottom: 10px;
  z-index: 3;
  position: relative;
}
.blog-content .entry-meta .categories a {
  color: #fff;
  text-decoration: none;
}
.navigation.post-navigation {
  margin-top: 60px;
}
.archive-description {
  color: var(--color-light-grey);
  font-size: 16px;
}

.posts-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 30px;
  margin-bottom: 40px;
}

.blog-post-card {
  background-color: var(--color-dark-grey);
  border-radius: 8px;
  overflow: hidden;
  transition: transform 0.3s ease;
}

.blog-post-card:hover {
  transform: translateY(-5px);
}

.post-thumbnail {
  width: 100%;
  overflow: hidden;
}

.post-thumbnail img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.blog-post-card:hover .post-thumbnail img {
  transform: scale(1.05);
}
.blog .post-content .entry-footer {
  display: block !important;
  a {
    background-color: #fff;
  }
}
.post-content {
  padding: 25px;
}

.entry-title {
  margin-bottom: 15px;
}

.entry-title a {
  color: var(--color-white);
  text-decoration: none;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.3;
}

.entry-title a:hover {
  color: var(--color-light-grey);
}

.entry-meta {
  margin-bottom: 15px;
  font-size: 12px;
  color: var(--color-light-grey);
  text-transform: uppercase;
  letter-spacing: 1px;
}

.entry-meta span {
  margin-right: 15px;
}

.entry-summary {
  color: var(--color-white);
  font-size: 14px;
  line-height: 1.5;
  margin-bottom: 20px;
}

.read-more {
  display: inline-block;
  background-color: transparent;
  border: 2px solid var(--color-white);
  color: var(--color-white);
  padding: 8px 20px;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 1px;
  transition: all 0.3s ease;
}

.read-more:hover {
  background-color: var(--color-white);
  color: var(--color-black);
}

/* Sidebar Styles */
.blog-sidebar {
  background-color: var(--color-dark-grey);
  padding: 30px;
  border-radius: 8px;
  height: fit-content;
}

.sidebar-widget {
  margin-bottom: 40px;
}

.sidebar-widget:last-child {
  margin-bottom: 0;
}

.widget-title {
  font-size: 18px;
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 2px solid var(--color-light-grey);
  color: var(--color-white);
  text-transform: uppercase;
  letter-spacing: 2px;
}

.category-list,
.recent-posts-list,
.archive-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.category-list li,
.recent-posts-list li,
.archive-list li {
  margin-bottom: 12px;
  padding-bottom: 8px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.category-list li:last-child,
.recent-posts-list li:last-child,
.archive-list li:last-child {
  border-bottom: none;
  margin-bottom: 0;
}

.category-list a,
.recent-posts-list a,
.archive-list a {
  color: var(--color-white);
  text-decoration: none;
  font-size: 14px;
  transition: color 0.3s ease;
}

.category-list a:hover,
.recent-posts-list a:hover,
.archive-list a:hover {
  color: var(--color-light-grey);
}

.post-date {
  display: block;
  font-size: 11px;
  color: var(--color-light-grey);
  margin-top: 5px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

/* Navigation */
.posts-navigation {
  margin-top: 40px;
  text-align: center;
}

.posts-navigation a {
  display: inline-block;
  background-color: var(--color-dark-grey);
  color: var(--color-white);
  padding: 12px 24px;
  text-decoration: none;
  margin: 0 10px;
  border-radius: 4px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 1px;
  transition: background-color 0.3s ease;
}

.posts-navigation a:hover {
  background-color: var(--color-light-grey);
  color: var(--color-black);
}

/* Responsive Design */
@media (max-width: 768px) {
  .blog-container {
    flex-direction: column;
    gap: 30px;
    margin-top: 120px;
  }
  .comment-navigation .nav-links,
  .posts-navigation .nav-links,
  .post-navigation .nav-links {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
  }
  .nav-links a {
    border: 0px solid #fff;
    display: flex;
    flex-direction: column;
  }
  .blog-sidebar {
    max-width: none;
  }

  .posts-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .page-header .page-title {
    font-size: 32px;
  }

  .blog-sidebar {
    padding: 20px;
  }
}
