:root {
  --kobo-font-headings: 30px;
  --kobo-font-subheadings: 18px;
  --kobo_slider_height: calc(100vh - (194px)) !important;
}

#site-navigation.container {
  width: 100%;
  max-width: 100%;
}

/* Kobo Slider */

.homeslider {
  position: relative;
  max-width: 100%;
  margin: 0 auto;
  overflow: hidden;
  height: var(--kobo_slider_height);
}

#koboslider_slider ul {
  margin: 0;
}

.koboslider_video {
  object-fit: cover !important;
  width: 100%;
  height: var(--kobo_slider_height);
}

#koboslider_video_container {
  position: relative;
  height: var(--kobo_slider_height);
  overflow: hidden;
}

.koboslider_item {
  height: var(--kobo_slider_height);
}

.koboslider_bg {
  height: var(--kobo_slider_height);
  width: 100%;
  background-size: cover !important;
  background-position: center !important;
}

#slider>ul {
  margin: 0 !important;
}

#koboslider_controls {
  width: fit-content;
  position: absolute;
  bottom: 30px;
  right: 30px;
  z-index: 1000;
}

.kobonarrw1 .flex-direction-nav {
  display: none !important;
}

.koboslider_btn_icon {
  width: 40px;
  height: 40px;
  float: left;
  padding: 5px;
  border-radius: 50%;
}

#koboslider_title_meta {
  position: absolute;
  top: 40%;
  left: 0;
  right: 0;
  text-align: center;
  z-index: 10;
  max-width: 700px;
  margin: 0 auto;
  padding: 0 20px;
}

#koboslider_title {
  font-size: 42px;
  margin-bottom: 10px;
  color: #FFF;
}

#koboslider_sub {
  color: #FFF;
  font-size: 16px;
  padding: 0 0 20px;
}

#koboslider_btn {
  margin: 0;
}

/* #koboslider_btn a {
  color: #FFF;
  border: 1px solid #FFF;
  padding: 10px 30px;
  text-decoration: none !important;
}
  */
.homeslider .flexslider .slides>li {
  background-position: center;
  height: 100%;
  width: 100%;
  display: none;
  -webkit-backface-visibility: hidden;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.homeslider .loadingSlider {
  background: url(images/loading.gif) no-repeat center center;
  height: var(--kobo_slider_height);
}

.homeslider .flex-direction-nav {
  list-style-type: none;
  margin: 0;
}

.homeslider .flexslider .flex-direction-nav a.flex-prev,
.homeslider .flexslider .flex-direction-nav a.flex-next {
  display: block;
  opacity: 1;
  margin: -50px 0 0;
  position: absolute;
  top: 55%;
  z-index: 10;
}

.homeslider .flexslider .flex-direction-nav a.flex-prev {
  left: 2.5%;
  padding: 10px;
  background: transparent;
  font-size: 32px;
  color: #ffffff;
}

.homeslider .flexslider .flex-direction-nav a.flex-next {
  right: 2.5%;
  padding: 10px;
  background: transparent;
  font-size: 32px;
  color: #ffffff;
}

/* End Kobo Slider */

/* Kobo D-Fixes */

.pdEditThis {
  display: none;
  position: fixed;
  top: 200px;
  background: red;
  left: -42px;
  padding: 5px 20px;
  font-weight: bold;
  z-index: 10000;
  transform: rotate(90deg);
}
.pdEditThis a {
  color: #FFF;
  text-decoration: none !important;
}
.logged-in .pdEditThis {
  display: block !important;
}
.kobo-placeholder {
  width: 100%;
  height: 400px;
  background: #d0c6ba;
  background: linear-gradient(135deg, #d0c6ba 0%, #c6bba9 100%);
  display: block;
  border-radius: 4px;
}
.is-sticky .header-one #site-logo {
  /* float: left !important; */
  /* float: none !important;*/
}
.is-sticky #site-header-inner {
  padding-top: 15px;
  padding-bottom: 15px;
}
.is-sticky #site-logo img {
  max-width: 80px;
}
.sr-only {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  color: var(--kobo_color_black);
  overflow: hidden;
}
.scrollD {
  position: absolute;
  right: 0;
  left: 0;
  text-align: center;
  font-size: 10px;
  color: #FFF;
  z-index: 10;
  bottom: 10px;
}
.scrollDb {
  height: 20px;
  width: 1px;
  background: #FFF;
  margin: 0 auto;
}
.scrollD span {
  /* background: #0000004a; */
  padding: 1px 7px;
}
*,
html {
  scroll-behavior: smooth !important;
}
#book {
  scroll-margin-top: 120px;
  overflow: initial !important;
}

/* End Kobo Fixes */

/* Kobo Burger Menu */

.kobomenunav {
  width: 40px;
  height: 2px;
  background: var(--kobo_color_black);
}
.kobomenunavb {
  width: 40px;
  height: 2px;
  background: var(--kobo_color_black);
  margin: 5px 0;
}
.kobomenunavc {
  width: 40px;
  height: 2px;
  background: var(--kobo_color_black);
}
.kobomenunavcT {
  margin-top: 2px;
  color: var(--kobo_color_black);
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 1px;
}
.kobomenunavc,
.kobomenunavb {
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  transition: all .3s ease;
}
#mobile-menu a:hover .kobomenunavb {
  width: 35px;
  background: var(--kobo_color_black);
}
#mobile-menu a:hover .kobomenunavc {
  width: 30px;
}

/* End Kobo Burger Menu */

/* Kobo Header */

.kobotopbar {
  display: flex;
  align-items: center;
  width: 100%;
  color: #FFF;
}
.kobotopbarL {
  width: 10%;
  display: flex;
}
.kobotopbarM {
  width: 80%;
  padding-right: 20px;
}
.kobotopbarR {
  width: 10%;
  display: flex;
  justify-content: flex-end;
}
.kobometaRow {
  position: relative;
  overflow: hidden;
  width: 100%;
  background: transparent;
}

.kobometaInner {
  display: flex;
  width: max-content;
  animation: scrollTicker 20s linear infinite;
}

.kobometaGroup {
  display: flex;
  align-items: center;
  gap: 80px;
  padding-right: 80px;
  flex-shrink: 0;
}

.kobometaRowS {
  font-size: 13px;
  font-weight: 500;
  color: #fff;
  font-family: var(--kobo_font_headings);
  text-transform: uppercase;
  letter-spacing: 2px;
  white-space: nowrap;
}

@keyframes scrollTicker {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}
.kobotopbarLInner {
  display: flex;
  gap: 20px;
}
.kobotopbarLS a {
  color: #FFF;
  text-decoration: none !important;
}
.kobotopbarRInner {
  display: flex;
  align-items: center;
  gap: 12px;
}
.kobotopbarRS {
  position: relative;
  padding-right: 12px;
}
.kobotopbarRS:not(:last-child)::after {
  content: "|";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  color: #ddd;
}
.kobotopbarRS a {
  color: #FFF;
  text-decoration: none !important;
}
/* .kobotopbarRS:not(:first-child) {
   border-left: 1px solid #ccc;
   padding-left: 12px;
 } */
.kobotopmenuIcon {
  /* display: none; */
  visibility: hidden;
  opacity: 0;
  transform: translateY(-10px);
  transition: opacity 0.35s ease, transform 0.35s ease, visibility 0s linear 0.35s;
  position: absolute;
  left: 5%;
  top: 50%;
  margin-top: -20px;
}
.kobotopmenuIcon img {
  max-width: 40px;
  user-select: none;
  -moz-user-select: none;
  -webkit-user-drag: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  pointer-events: none;
}
.is-sticky .kobotopmenuIcon {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0s;
  margin-top: -12px;
}
.is-sticky .kobotopmenuIcon img {
  max-width: 80px;
}
.kobomobmenu {
  position: absolute;
  bottom: 50px;
  left: 10%;
  right: 10%;
  color: var(--kobo_color_black);
}
.kobomobmenuSTitle {
  margin: 0 0 10px;
  font-weight: 500;
}
.kobomobmenuS {
  margin: 0 0 20px;
}
.sidr-class-kobomobmenuSTitle {
  color: #000 !important;
}
.sidr-class-contSR {
  color: #000 !important;
  line-height: 1.3;
  font-size: 15px;
  padding: 0 0 6px;
}
.sidr-class-contSR a {
  text-transform: none !important;
}
.kobotop {
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -8px;
  display: flex;
  gap: 20px;
  font-size: 16px;
  align-items: center;
}
.kobotopS {
  text-transform: uppercase;
}
.kobotopS a,
.kobotopS .kobofa {
  color: var(--kobo_color_black);
  text-decoration: none !important;
}
.kobobook {
  margin-left: 20px;
}
.kobobook a {
  color: var(--kobo_color_black);
  background: var(--kobo_color_black);
  text-decoration: none !important;
  text-transform: uppercase;
  padding: 10px 20px;
  font-weight: 500;
  font-size: 13px;
}
.hasnt-overlay-header .kobobook a,
.is-sticky .kobobook a {
  color: var(--kobo_color_black);
  background: var(--kobo_color_black);
}
.koboFooterLogoSLogo {
  max-width: 60%;
  text-align: left;
  margin: 0;
}
.koboFooterData {
  margin: 40px 0 0;
}
.kobotopspecs {
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -14px;
  color: var(--kobo_color_accent);
  font-weight: 500;
  display: flex;
  gap: 6px;
}
.kobotopleft {
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -15px;
  display: flex;
  gap: 6px;
}
.kobotopIcon {
  display: none;
}
.kobotopIcon img {
  max-width: 50px;
  user-select: none;
  -moz-user-select: none;
  -webkit-user-drag: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  pointer-events: none;
  /* filter: brightness(0) invert(1);	 */
}
.is-sticky .kobotopIcon {
  display: block;
}
.kobo-cart-link {
  position: relative;
  display: flex !important;
  flex-flow: column nowrap;
  justify-content: center;
}
.kobo-cart-link:before {
  font-family: "Font Awesome 5 Pro";
  font-weight: 300;
  /* light */
  content: "\f290" !important;
  color: var(--kobo_color_black);
}
.cart-contents-count {
  color: #FFF;
  position: absolute;
  background: var(--kobo_color_black);
  right: -5px;
  font-weight: bold;
  border-radius: 50%;
  padding: 1px 6px;
  line-height: 1.5;
  vertical-align: top;
  height: 17px;
  width: 17px;
  transform: translateY(-105%) translateX(20%);
  font-size: 11px;
}

.kobotopShdmob {
  display: none;
}
/* End Kobo Header */

/* Kobo Pages Meta */

.kobopmeta {
  width: 95%;
  max-width: 980px;
  margin: 50px auto;
  text-align: center;
  padding: 0 10px;
}
.kobopmetashop {
  margin: 25px auto;
}
.kobopmetaTitle h1 {
  font-size: var(--kobo-font-headings);
  text-transform: uppercase;
}
.kobopmetaSubtitle h2 {
  font-size: var(--kobo-font-subheadings);
  font-size: 14px;
}
.kobopmetaText {}
.kobopmetaBtn {
  margin: 40px 0 0;
}
.kobotopSocial {
  display: flex;
  gap: 20px;
}
.kobofatop {
  color: var(--kobo_color_footer);
}
.kobopmetaTextfp {
  text-align: left;
  margin: 50px 0 0;
}
.kobopmetaTextfp ul {
  margin: 0 30px;
}
.kobopmetaTextfp li {
  list-style-type: disc;
}
.kobopmetaTextfp a {
  color: var(--kobo_color_black);
  text-decoration: none !important;
  font-weight: bold;
}

/* End Kobo Pages Meta */

/* Kobo Footer */

#footer-inner {
  max-width: 100%;
}
.koboFooterInner {
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 90%;
  margin: 0 auto;
  padding: 100px 0 50px;
}
.koboFooterInnerL {
  width: 20%;
  padding: 0 10px;
  text-align: left;
}
.koboFooterInnerSTitle {
  margin: 0 0 20px;
  text-transform: uppercase;
}
.koboFooterInnerSMenu ul {
  margin: 0;
}
.koboFooterInnerSMenu ul li {
  padding: 0 0 5px;
  list-style-type: none;
}
.koboFooterInnerSMenu .sub-menu {
  display: none;
}
.koboFooterInnerF {
  display: flex;
  gap: 25px;
  justify-content: center;
  padding: 20px 0 40px;
  align-items: center;
}
.koboFooterInnerFTitle {}
.kobofafooter {
  width: 32px;
  height: 32px;
  color: var(--kobo_color_footer);
  background: #FFF;
  border-radius: 50%;
  font-size: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.koboFooterSocial {
  display: flex;
  gap: 10px;
}
.copyrights {
  font-size: 11px;
  font-weight: 400;
  color: var(--kobo_color_footer_text) !important;
  letter-spacing: 0.4px;
}
.copyrights a {
  color: var(--kobo_color_footer_text) !important;
}
.menu-main-container ul {
  margin: 0;
}
.menu-main-container ul li {
  /* width: 33.333%;
  padding: 0 5px 5px; */
}


/* End Kobo Footer  */

/* Kobo Btns */

.koboBtn {
  background: 0 0;
  color: var(--kobo_color_black);
  border: 0;
  border-bottom: 1px solid #022853;
  padding: 0;
  display: inline-block;
  vertical-align: middle;
  box-shadow: 0 0 1px rgb(0 0 0 / 0%);
  transition: all .4s ease 0s;
  text-align: left;
  position: relative;
  text-transform: uppercase;
  text-decoration: none !important;
  font-size: 13px;
  font-weight: 400;
}
.koboBtn:hover {
  color: var(--kobo_color_black);
  !important;
}
.koboBtn:hover:after {
  width: 100%;
}
.koboBtn:after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  bottom: -0.25rem;
  width: 0;
  /* height: 0.25rem; */
  height: 2px;
  background: var(--kobo_color_black);
  z-index: 1;
  transition: all .4s ease 0s;
}
.koboBtnW {
  background: 0 0;
  color: #FFF;
  border: 0;
  border-bottom: 1px solid #797979;
  padding: 0;
  display: inline-block;
  vertical-align: middle;
  box-shadow: 0 0 1px rgb(0 0 0 / 0%);
  transition: all .4s ease 0s;
  text-align: left;
  position: relative;
  text-transform: uppercase;
  text-decoration: none !important;
  font-size: 13px;
  font-weight: 400;
}
.koboBtnW:hover {
  color: #FFF !important;
}
.koboBtnW:hover:after {
  width: 100%;
}
.koboBtnW:after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  bottom: -0.25rem;
  width: 0;
  height: 1px;
  background: #FFF;
  z-index: 1;
  transition: all .4s ease 0s;
}
.koboBtnB {
  --accent: var(--kobo_color_black);
  position: relative;
  padding: 10px 30px;
  border: 1px solid var(--accent);
  color: var(--accent);
  background: transparent;
  overflow: hidden;
  text-transform: uppercase;
  font-size: 13px;
  transition: color .3s ease;
}
.koboBtnB::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background: var(--accent);
  transition: width .35s ease;
  z-index: 0;
}
.koboBtnB:hover::before {
  width: 100%;
}
.koboBtnB span {
  position: relative;
  z-index: 1;
}
.koboBtnB:hover {
  color: #fff !important;
  text-decoration: none !important;
}
.koboBtnB {
  --black: #231F20;
  --gold1: #D4AF37;
  /* light gold */
  --gold2: #B68A1F;
  /* deep gold */
  --shine: rgba(255, 255, 255, 0.28);
  position: relative;
  display: inline-block;
  padding: 12px 36px;
  border: 1px solid var(--black);
  color: var(--black);
  background: transparent;
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: 0.6px;
  font-weight: 400;
  overflow: hidden;
  cursor: pointer;
  transition: color .6s ease, border-color .6s ease;
}
.koboBtnB::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, var(--gold1), var(--gold2));
  transform: translateX(-130%);
  transition: transform 1s cubic-bezier(.25, .46, .45, .94);
  z-index: 0;
}
.koboBtnB::after {
  content: "";
  position: absolute;
  top: 0;
  left: -180%;
  width: 55%;
  height: 100%;
  background: linear-gradient(120deg, transparent 0%, var(--shine) 50%, transparent 100%);
  transform: skewX(-18deg);
  transition: left 1.2s cubic-bezier(.25, .46, .45, .94);
  z-index: 1;
}
.koboBtnB:hover::before {
  transform: translateX(0);
}
.koboBtnB:hover::after {
  left: 180%;
}
.koboBtnB span {
  position: relative;
  z-index: 3;
}
.koboBtnB:hover {
  color: #fff !important;
  border-color: transparent !important;
  text-decoration: none !important;
}

/* Kobo Btn White */

.koboBtnC {
  --gold1: #D4AF37;
  --gold2: #B68A1F;
  --shine: rgba(255, 255, 255, 0.28);
  position: relative;
  display: inline-block;
  padding: 12px 36px;
  border: 1px solid #FFF;
  color: #FFF;
  background: transparent;
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: 0.6px;
  font-weight: 400;
  overflow: hidden;
  cursor: pointer;
  transition: color .6s ease, border-color .6s ease;
}
.koboBtnC::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, var(--gold1), var(--gold2));
  transform: translateX(-130%);
  transition: transform 1s cubic-bezier(.25, .46, .45, .94);
  z-index: 0;
}
.koboBtnC::after {
  content: "";
  position: absolute;
  top: 0;
  left: -180%;
  width: 55%;
  height: 100%;
  background: linear-gradient(120deg, transparent 0%, var(--shine) 50%, transparent 100%);
  transform: skewX(-18deg);
  transition: left 1.2s cubic-bezier(.25, .46, .45, .94);
  z-index: 1;
}
.koboBtnC:hover::before {
  transform: translateX(0);
}
.koboBtnC:hover::after {
  left: 180%;
}
.koboBtnC span {
  position: relative;
  z-index: 3;
}
.koboBtnC:hover {
  color: #fff !important;
  border-color: transparent !important;
  text-decoration: none !important;
}




/* End Kobo Btns */

/* Kobo Map */
#mapContact {
  width: 100%;
  height: 420px;
}


/* End Kobo Map */

/* Kobo Language */

html[lang="el"] .kobotoplang {}
.lang-switcher {
  position: relative;
  display: inline-block;
  list-style: none;
  margin: 0 0 0 10px;
  padding: 0;
  font-size: 14px;
}
.lang-switcher>li {
  background: transparent;
  color: #FFF;
  /* border: 1px solid #FFFF; */
  /* padding: 6px 10px; */
  cursor: pointer;
  text-transform: uppercase;
  position: relative;
  font-size: 16px;
}
.hasnt-overlay-header .lang-switcher>li,
.is-sticky .lang-switcher>li {
  color: #FFF !important;
}

.lang-switcher a {
  color: #333;
  text-decoration: none;
  display: block;
}

.lang-switcher .lang-submenu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 80px;
  background: #fff;
  border: 1px solid #ddd;
  list-style: none;
  margin: 0;
  padding: 0;
  z-index: 999;
}
.lang-switcher .lang-submenu a {
  color: #000 !important;
}
.lang-switcher .lang-submenu li {
  padding: 8px 12px;
  border-bottom: 1px solid #eee;
  text-transform: uppercase;
}

.lang-switcher .lang-submenu li:last-child {
  border-bottom: none;
}

.lang-switcher .lang-submenu li:hover {
  background: #f0f0f0;
}

.lang-switcher>li:hover .lang-submenu {
  display: block;
}

/* End Kobo Language */

/* Kobo Contact Form */

.kobocontform p {
  margin-bottom: 5px !important;
}
.kobocontform label {
  font-weight: 500;
}
.kobocontformS {
  padding: 5px 0;
}
.kobocontformSCheck {
  font-size: 12px;
  max-width: 80%;
}
.kobocontformSCheck a {
  color: var(--kobo_color_black);
  text-decoration: underline !important;
  font-weight: 500;
}
.kobocontform textarea,
.kobocontform input[type="tel"],
.kobocontform input[type="email"],
.kobocontform input[type="text"] {
  display: inline-block;
  color: var(--kobo_color_black);
  padding: 10px 0;
  width: 100%;
  font-family: var(--kobo_font_body);
  font-weight: normal;
  font-size: 16px;
  line-height: 1.5;
  max-width: 100%;
  border: 0;
  background: color-mix(in srgb, var(--kobo_color_accbg) 85%, black 15%);
  border-bottom: 0;
  border-radius: 0;
}
.kobocontform input[type="submit"] {
  background: transparent;
  color: var(--kobo_color_black);
  font-weight: 500;
  border-bottom: 2px solid var(--kobo_color_black);
  border-radius: 0;
  margin: 10px 0 0;
  padding: 0;
  line-height: 1.3;
  opacity: 1;
}

/* End Kobo Contact Form */

/* Kobo Cover */

.kobopheader {}
.kobopheaderBg {
  position: relative;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: center !important;
  width: 100%;
  height: 400px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  /* ώστε να μην ξεφεύγουν τα pseudo-elements */
}

.kobopheaderBg::before {
  content: "";
  position: absolute;
  inset: 0;
  background: inherit;
  /* filter: blur(5px);      level of blur */
  transform: scale(1.1);
  z-index: 1;
}

.kobopheaderBg::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  background: linear-gradient(rgba(0, 0, 0, 0.55),
      rgba(0, 0, 0, 0.25));
  /* μπορείς να το αλλάξεις */
}

.kobopheaderBg>* {
  position: relative;
  z-index: 3;
}


.kobopheaderMeta {
  color: #FFF;
  text-align: center;
  max-width: 800px;
  width: 80%;
}
.kobopheaderTitle {
  font-size: 32px;
}
.kobopheaderText {
  font-size: 14px;
}

/* End Kobo Cover */

#site-navigation {
  width: fit-content;
}

.kobonp {
  text-align: center;
  background: #d7d7d7;
  width: fit-content;
  padding: 20px;
  margin: 50px auto 100px;
}


.kobomcslproducts {
  max-width: 85%;
  margin: 50px auto;
}
.kobomcslproductshTitle {
  font-size: var(--kobo-font-headings);
  font-family: var(--kobo_font_headings);
  text-transform: uppercase;
  text-align: center;
  margin: 0 0 30px;
}

/* Kobo Product Home Slider */

:root {
  --lux-black: #231f20;
  --lux-gold: #d1b37c;
}

.kobo-product-slider {
  width: 100%;
  margin: 0 auto;
  padding: 30px 0;
  position: relative;
}

/* Slick item spacing */
.kobo-product-slider .slick-slide {
  padding: 20px;
  box-sizing: border-box;
}

/* Common product card inside slider */
.kobo-product-slider .koboShopItem {
  text-align: left;
}

/* Image */
.kobo-product-slider .koboShopImg {
  background: #fafafa;
  position: relative;
  overflow: hidden;
}

.kobo-product-slider .koboShopImgLink {
  display: block;
}

.kobo-product-slider .koboShopImg img {
  width: 100%;
  height: auto;
  max-height: 360px;
  object-fit: cover;
  display: block;
}

.koboShopImgLink {
  position: relative;
  display: block;
  overflow: hidden;
  background: #fafafa;
}

.koboImgPrimary {
  display: block;
  position: relative;
  z-index: 1;
}

.koboImgSecondary {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  pointer-events: none;
  transition: opacity .35s ease;
}

.koboImgPrimary img,
.koboImgSecondary img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
}

.koboShopItem:hover .koboImgSecondary {
  opacity: 1;
}

.koboImgSecondary {
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity .35s ease;
}

.koboImgSecondary img {
  transform: scale(1.04);
  transition: transform .45s ease;
}

.koboShopItem:hover .koboImgSecondary {
  opacity: 1;
}

.koboShopItem:hover .koboImgSecondary img {
  transform: scale(1);
}

/* Badges */
.kobo-product-slider .koboFeatureBadge {
  position: absolute;
  left: 15px;
  top: 15px;
  z-index: 20;
}
/* Info */
.kobo-product-slider .koboShopTitle {
  font-size: 18px;
  font-weight: 400;
  color: #1a1a1a;
  margin: 25px 0 10px;
  line-height: 1.3;
}

.kobo-product-slider .koboShopTitle a {
  color: inherit;
  text-decoration: none;
}

.kobo-product-slider .koboShopExcerpt {
  font-size: 15px;
  line-height: 1.6;
  color: var(--kobo_color_black);
  max-width: 480px;
  margin: 0 0 20px;
}

.kobo-product-slider .koboProductFooter {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 25px;
  gap: 20px;
}

.kobo-product-slider .koboProductPrice {
  font-size: 15px;
  color: var(--kobo_color_black);
  font-weight: 600;
  letter-spacing: 0.03em;
}

.kobo-product-slider .koboProductButtons {
  display: flex;
  gap: 25px;
  align-items: center;
}

.kobo-product-slider .koboAddVariable,
.kobo-product-slider .koboViewMore,
.kobo-product-slider .koboAdd {
  font-size: 12px;
  color: var(--kobo_color_black);
  letter-spacing: 0.18em;
  text-decoration: none;
  text-transform: uppercase;
  transition: opacity .3s ease;
  position: relative;
  cursor: pointer;
}

.kobo-product-slider .koboAddVariable:hover,
.kobo-product-slider .koboViewMore:hover,
.kobo-product-slider .koboAdd:hover {
  opacity: .4;
}

/* Disabled add */
.kobo-product-slider .koboAddDisabled {
  pointer-events: none;
  cursor: not-allowed;
  opacity: .35;
  filter: grayscale(1);
}

/* Woo added link */
.kobo-product-slider .added_to_cart {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: var(--kobo_color_black);
  font-weight: 700;
  padding: 0;
  font-size: 12px;
  letter-spacing: .13em;
  text-transform: uppercase;
}

.kobo-product-slider .added_to_cart:hover {
  background: transparent;
  opacity: .6;
  color: var(--kobo_color_black);
}

/* Loading */
.kobo-product-slider .koboAdd.loading {
  opacity: .6;
  pointer-events: none;
}

.kobo-product-slider .koboAdd.loading::after {
  content: "";
  width: 10px;
  height: 10px;
  border: 2px solid currentColor;
  border-top-color: transparent;
  border-radius: 50%;
  position: absolute;
  right: -18px;
  top: 50%;
  transform: translateY(-50%);
  animation: spin .6s linear infinite;
}

.kobo-product-slider .koboAdd.added {
  color: #999;
}

@keyframes spin {
  to {
    transform: translateY(-50%) rotate(360deg);
  }
}

/* Arrows */
.kobo-product-slider .slick-prev:before,
.kobo-product-slider .slick-next:before {
  content: '' !important;
}

.kobo-product-slider .slick-prev,
.kobo-product-slider .slick-next {
  padding: 0 !important;
  line-height: 0 !important;
}

.kobo-product-slider .koboArrow {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  border: 1px solid var(--lux-black);
  display: flex !important;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  color: var(--lux-black);
  background: #fff;
  transition: all .35s ease;
  position: absolute;
  top: 40%;
  z-index: 10;
}

.kobo-product-slider .slick-prev.koboArrow {
  left: -60px;
}

.kobo-product-slider .slick-next.koboArrow {
  right: -60px;
}

.kobo-product-slider .koboArrow:hover {
  color: #fff;
  border-color: var(--lux-gold);
  background: linear-gradient(135deg, var(--lux-black) 0%, var(--lux-gold) 100%);
  box-shadow: 0 4px 12px rgba(209, 179, 124, 0.35);
}

/* Dots */
.kobo-product-slider .slick-dots {
  margin-top: 40px;
  display: flex !important;
  justify-content: center;
  gap: 12px;
}

.kobo-product-slider .slick-dots li {
  margin: 0;
  width: 24px;
  height: 4px;
}

.kobo-product-slider .slick-dots li button {
  padding: 0;
  width: 24px;
  height: 4px;
}

.kobo-product-slider .slick-dots li button:before {
  content: '' !important;
  width: 24px;
  height: 2px;
  background: #ccc;
  opacity: 1;
  display: block;
  border-radius: 2px;
}

.kobo-product-slider .slick-dots li.slick-active button:before {
  background: #000;
  height: 3px;
}

/* Responsive */
@media (max-width: 1024px) {
  .kobo-product-slider .slick-slide {
    padding: 15px;
  }

  .kobo-product-slider .slick-prev.koboArrow {
    left: -20px;
  }

  .kobo-product-slider .slick-next.koboArrow {
    right: -20px;
  }
}

@media (max-width: 767px) {
  .kobo-product-slider .slick-slide {
    padding: 10px;
  }

  .kobo-product-slider .koboProductFooter {
    flex-direction: column;
    align-items: flex-start;
  }

  .kobo-product-slider .koboProductButtons {
    gap: 16px;
    flex-wrap: wrap;
  }

  .kobo-product-slider .koboArrow {
    /* display: none !important; */
  }
}

/* End Kobo Product Home Slider */


/* Kobo Product Shop */

.koboShopFilters {
  display: flex;
  gap: 20px;
  max-width: 85%;
  margin: 50px auto 20px;
  justify-content: space-between;
}
.koboFilterControl {
  padding: 10px 15px;
  border: 1px solid #ddd;
  background: #fff;
  font-size: 14px;
}
.koboShopGrid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  max-width: 85%;
  margin: 0 auto 100px;
}
/* .woocommerce-shop .koboShopGrid{
  grid-template-columns: repeat(4, 1fr);
} */
.koboShopGridF {
  max-width: 100%;
  margin: 0 auto 20px;
}
.koboShopGridFBtn {
  text-align: center;
}
.koboShopItem {
  text-align: left;
  background: #fff;
  padding: 0 0 40px;
  border: none;
}
.koboShopImg {
  background: #fafafa;
  /* padding: 40px 40px 30px; */
}
.koboShopImg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.koboShopTitle {
  margin-top: 25px;
  font-size: 24px;
  font-weight: 400;
  color: var(--kobo_color_black);
}
.koboShopExcerpt {
  margin-top: 10px;
  font-size: 15px;
  color: #777;
  line-height: 1.6;
}
 
.koboShopExcerpt{
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  overflow: hidden;
}
 
@media (max-width: 767px){
  .koboShopExcerpt{
    -webkit-line-clamp: 3;
    line-clamp: 3;
  }
}


.koboShopMetaRow {
  margin-top: 25px;
  display: flex;
  align-items: center;
  gap: 28px;
  flex-wrap: wrap;
}
.koboProductFooter {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 20px;
  /* padding-top: 20px; */
}
.koboProductPrice {
  font-size: 20px;
  font-weight: 600;
  color: var(--kobo_color_black);
  min-width: 90px;
}
.koboProductButtons {
  display: flex;
  align-items: center;
  gap: 28px;
}
.koboViewMore {
  font-size: 13px;
  color: var(--kobo_color_black);
  text-transform: uppercase;
  letter-spacing: 0.12em;
  text-decoration: none !important;
  transition: opacity .3s;
}
.koboViewMore:hover {
  opacity: .6;
}
.koboAdd {
  font-size: 13px;
  color: var(--kobo_color_black);
  text-transform: uppercase;
  letter-spacing: 0.12em;
  text-decoration: none !important;
  display: flex;
  align-items: center;
  gap: 6px;
  transition: opacity .3s;
}
.koboAdd:hover {
  opacity: .6;
}
.koboAddVariable {
  font-size: 13px;
  color: var(--kobo_color_black);
  text-transform: uppercase;
  letter-spacing: 0.12em;
  text-decoration: none !important;
  display: flex;
  align-items: center;
  gap: 6px;
  transition: opacity .3s;
}
.koboAddVariable:hover {
  opacity: .6;
}
.koboAdd i {
  font-size: 14px;
  margin-left: 2px;
}
.koboAdd.loading {
  opacity: .6;
  pointer-events: none;
  position: relative;
}
.koboAdd.loading::after {
  content: "";
  width: 10px;
  height: 10px;
  border: 2px solid currentColor;
  border-top-color: transparent;
  border-radius: 50%;
  position: absolute;
  right: -18px;
  top: 50%;
  transform: translateY(-50%);
  animation: spin .6s linear infinite;
}
@keyframes spin {
  to {
    transform: translateY(-50%) rotate(360deg);
  }
}


.koboShopGrid .added_to_cart {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: var(--kobo_color_black);
  font-weight: 700;
  padding: 0;
  font-size: 12px;
  letter-spacing: .13em;
  text-transform: uppercase;
}



/* End Kobo Product Shop */

/* Kobo Full width Banner */

.kobosect_fw {
  margin: 100px auto;
  width: 100%;
}
.kobosect_fwBg {
  position: relative;
  width: 100%;
  height: 650px;
  overflow: hidden;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: center !important;
}
.kobosect_fwVideo {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 650px;
  object-fit: cover;
  object-position: center;
  z-index: 1;
}
.kobosect_fwOverlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgb(0 0 0 / 30%), rgb(0 0 0 / 30%));
  z-index: 2;
}

/* .kobosect_fwMeta {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
  width: 90%;
  max-width: 800px;
  text-align: center;
  color: #FFF;
} */
.kobosect_fwMeta {
  position: absolute;
  bottom: 20%;
  left: 50%;
  transform: translateX(-50%);
  /* μόνο οριζόντια κεντραρίσμα */
  z-index: 3;
  width: 90%;
  max-width: 800px;
  text-align: center;
  color: #FFF;
}
.kobosect_fwMSub {
  font-size: 14px;
}
.kobosect_fwMTitle {
  font-size: var(--kobo-font-headings);
  font-family: var(--kobo_font_headings);
  text-transform: uppercase;
  max-width: 600px;
  margin: 20px auto;
  line-height: 1.3;
}
.kobosect_fwMBtn {
  margin: 50px 0 0;
}
.koboOBtn {
  background: transparent;
  color: #FFF;
  border: 1px solid #FFF;
  padding: 12px 36px;
  text-decoration: none !important;
  text-transform: uppercase;
  transition: opacity .3s ease;
  font-size: 13px;
}
.koboOBtn:hover {
  opacity: 0.7;
}
.koboVideoControls {
  position: absolute;
  bottom: 30px;
  right: 30px;
  z-index: 5;
  display: flex;
  gap: 6px;
}
.koboVideoBtn {
  width: 48px;
  height: 48px;
  background: rgba(0, 0, 0, 0.45);
  backdrop-filter: blur(5px);
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background .25s, transform .25s;
  padding: 0;
}
.koboVideoBtn:hover {
  background: rgba(255, 255, 255, 0.25);
  transform: scale(1.1);
}
.koboVideoBtn img {
  width: 22px;
  height: 22px;
  pointer-events: none;
}
/* End Kobo Full width Banner */

/* Kobo Full Center Text */

.kobosect_fwtext {
  margin: 100px auto;
  max-width: 90%;
}
.kobosect_fwtInner {}
.kobosect_fwtMeta {
  text-align: center;
}
.kobosect_fwtMSub {
  font-size: 14px;
}
.kobosect_fwtMTitle {
  font-size: var(--kobo-font-headings);
  font-family: var(--kobo_font_headings);
  text-transform: uppercase;
  max-width: 600px;
  margin: 20px auto;
  line-height: 1.3;
}
.kobosect_fwtMText {}
.kobosect_fwtMBtn {
  margin: 50px 0 0;
}

/* End Kobo Full Center Text */

/* Kobo Half View 2 Columns */

.kobosect_spview {}
.kobosect_spviewInner {
  display: flex;
  align-items: center;
}
.kobosect_spviewL {
  width: 50%;
  background: var(--kobo_color_accbg);
}
.kobosect_spviewR {
  width: 50%;
}
.kobosect_spviewLBg {
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: center !important;
  width: 100%;
  padding-bottom: 45%;
}
.kobosect_spviewLBgb {
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: center !important;
  width: 60%;
  padding-bottom: 45%;
  margin: 0 auto;
}
.kobosect_spviewLMD {
  max-width: 500px;
  margin: 50px auto;
}
.kobosect_spviewLMTitle {
  font-size: var(--kobo-font-headings);
  font-family: var(--kobo_font_headings);
  text-transform: uppercase;
  margin: 20px auto;
  line-height: 1.3;
}
.kobosect_spviewLMeta {
  width: 80%;
  max-width: 600px;
  margin: 10% auto;
  text-align: center;
}
.kobosect_spviewLMText {}
.kobosect_spviewLMBtn {
  margin: 30px 0 0;
}


/* End Kobo Half View 2 Columns */

/* Kobo Promo Columns */


.kobopromo_columns {
  margin: 100px auto;
}
.kobopromo_columnsInner {
  max-width: 1180px;
  width: 90%;
  margin: 0 auto;
}
.kobopromo_columnsRow {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
.kobopromo_columnsRowS {
  flex: 0 0 auto;
  justify-content: center;
}
.koboWidth-full {
  width: 100%;
}
.koboWidth-half {
  width: calc(50% - 15px);
}
.koboWidth-two_thirds {
  width: calc(66.666% - 15px);
}
.koboWidth-one_third {
  width: calc(33.333% - 15px);
}
.kobopromo_columnsRowSBg {
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: center !important;
  width: 100%;
  height: 450px;
}
.kobopromo_columnsRowSMeta {
  padding: 20px 0;
  max-width: 400px;
  width: 80%;
}
.kobopromo_columnsTitle {
  font-size: var(--kobo-font-subheadings);
  font-family: var(--kobo_font_headings);
  text-transform: uppercase;
  margin: 0 0 10px;
  line-height: 1.3;
}
.kobopromo_columnsText {}
.kobopromo_columnsBtn {
  margin: 30px auto;
}



/* End Kobo Promo Columns */

/* Kobo Promo Gifts */

.koboProductShowcase {
  position: relative;
  max-width: 80%;
  margin: 80px auto;
}

.koboPSlide {
  display: none;
  flex-wrap: wrap;
  justify-content: center;
  text-align: center;
}

.koboPImage img {
  /* max-width: 380px;
  height: auto; */
  margin-bottom: 40px;
  max-height: 600px;
  object-fit: contain;
}

.koboPTitle {
  font-size: 28px;
  letter-spacing: 2px;
  font-weight: 600;
  margin-bottom: 10px;
}

.koboPExcerpt {
  font-size: 16px;
  max-width: 580px;
  margin: 0 auto 40px;
  opacity: 0.75;
}

.koboPVars {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
  width: 100%;
  margin-bottom: 50px;
}

.koboPVar {
  text-decoration: none;
  color: #000;
  font-size: 16px;
  border-bottom: 1px solid #ddd;
  padding-bottom: 10px;
  width: 180px;
}

.koboPVar:hover {
  opacity: 0.6;
}

.koboPVarName {
  display: block;
  font-weight: 500;
  font-size: 12px;
}

.koboPVarPrice {
  display: block;
  margin-top: 5px;
}

.koboPPagination {
  margin-top: 30px;
  font-size: 14px;
  letter-spacing: 1px;
  opacity: .7;
}

.koboPNav {
  position: absolute;
  top: 45%;
  font-size: 30px;
  cursor: pointer;
  user-select: none;
}

.koboPNavPrev {
  left: -50px;
}
.koboPNavNext {
  right: -50px;
}

/* End Kobo Promo Gifts */

@media (max-width: 720px) {

  .kobopromo_columnsRowS {
    width: 100% !important;
  }

}

/* ==========================================================
   KOBO LUXURY SHOP THEME
   Applies to: Shop, Product, Cart, Checkout
   Color palette: #1a1a1a (black) / #f5f5f5 / #dcdcdc / gold accents #c7a97a
========================================================== */

.wp-block-woocommerce-cart-order-summary-block,
.wp-block-woocommerce-checkout-order-summary-block,
.wc-block-components-main {
  background: #f8f8f8;
  padding: 40px;
  border: 1px solid #dedede;
  margin: 0 0 100px;
}
.wc-block-components-button:not(.is-link) .wc-block-components-button__text {
  text-transform: uppercase;
  text-decoration: none !important;
}
body:not(.woocommerce-block-theme-has-button-styles) .wc-block-components-button:not(.is-link) {
  text-decoration: none !important;
}
.wp-block-woocommerce-checkout {
  padding-top: 0;
}
.wc-block-components-product-name {
  color: var(--kobo_color_black);
  text-transform: uppercase;
  font-weight: 700;
}
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:hover {
  background-color: var(--kobo_color_black);
  opacity: 0.7;
}
.koboshoppagesmeta {
  max-width: 85%;
  margin: 0 auto;
}
#koboShopAjaxWrap {
  scroll-margin-top: 350px;
  overflow: initial !important;
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.alt,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.alt,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.alt,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.alt {
  background-color: var(--kobo_color_black);
  color: #fff;
  -webkit-font-smoothing: antialiased;
  font-family: inherit;
  letter-spacing: inherit;
  border-radius: 0;
  width: 100%;
}
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt {
  max-width: 200px;
  font-weight: 500;
}
.woocommerce a.added_to_cart {
  padding-top: 0 !important;
}

.posted_in a {
  color: var(--kobo_color_black);
  font-weight: 700;
}

/* WooCommerce Blocks – Cart & Checkout Buttons */
.wc-block-cart__submit-container a,
.wc-block-components-button,
.wc-block-components-button__button,
.wp-block-woocommerce-cart .wc-block-cart__submit a,
.wp-block-woocommerce-checkout .wc-block-components-checkout-place-order-button,
.wc-block-components-checkout-place-order-button {
  background: var(--kobo_color_black) !important;
  color: #fff !important;
  border-radius: 8px !important;
  padding: 14px 26px !important;
  font-size: 15px !important;
  font-weight: 400 !important;
  text-transform: uppercase;
  text-align: center;
  display: block;
  width: 100%;
  transition: all .25s ease !important;
  border: none !important;
  border-radius: 0 !important;
  text-align: center !important;
  display: flex;
}

/* Hover */
.wc-block-cart__submit-container a:hover,
.wc-block-components-button:hover,
.wc-block-components-button__button:hover,
.wp-block-woocommerce-cart .wc-block-cart__submit a:hover,
.wp-block-woocommerce-checkout .wc-block-components-checkout-place-order-button:hover {
  background: #b8955f !important;
  color: #fff !important;
  transform: translateY(-2px);
}



/* -------- TYPOGRAPHY -------- */
/* body.woocommerce,
body.woocommerce-page {
  --kobo-text: #1a1a1a;
  --kobo-muted: #6c6c6c;
  --kobo-border: #e5e5e5;
  --kobo-gold: #c7a97a;
  --kobo-bg-light: #fafafa;
}

.woocommerce h1,
.woocommerce h2,
.woocommerce h3,
.woocommerce h4 {
  font-weight: 400;
  letter-spacing: .5px;
  color: var(--kobo-text);
} */


/* ==========================================================
   SHOP LOOP (GRID)
========================================================== */
.woocommerce ul.products li.product {
  padding: 25px;
  background: #ffffff;
  border: 1px solid var(--kobo-border);
  border-radius: 16px;
  transition: all .35s ease;
}

.woocommerce ul.products li.product:hover {
  box-shadow: 0 14px 35px rgba(0, 0, 0, 0.06);
  transform: translateY(-4px);
}

/* Product image */
.woocommerce ul.products li.product img {
  border-radius: 14px;
  transition: transform .3s ease;
}

.woocommerce ul.products li.product:hover img {
  transform: scale(1.03);
}

/* Product title */
.woocommerce ul.products li.product .woocommerce-loop-product__title {
  font-size: 18px;
  font-weight: 400;
  color: #111;
  margin-top: 15px;
}

/* Price styling */
.woocommerce ul.products li.product .price {
  font-size: 16px;
  font-weight: 400;
  color: var(--kobo-text);
  margin-top: 8px;
}

/* Add to Cart button */
.woocommerce ul.products li.product .button {
  background: transparent;
  border: 1px solid var(--kobo-text);
  color: var(--kobo-text);
  padding: 10px 18px;
  border-radius: 14px;
  transition: all .3s ease;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 1px;
}

.woocommerce ul.products li.product .button:hover {
  background: var(--kobo-text);
  color: #fff;
}



/* ==========================================================
   SINGLE PRODUCT
========================================================== */
.single-product .product .images img {
  border-radius: 16px;
}

.single-product .summary .product_title {
  font-size: 32px;
  font-weight: 400;
}

.single-product .summary .price {
  font-size: 22px;
  margin: 15px 0;
  color: var(--kobo-text);
}

.single-product .summary .woocommerce-product-details__short-description {
  font-size: 16px;
  color: var(--kobo-muted);
  margin-bottom: 20px;
  line-height: 1.7;
}

/* Add to cart */
.single-product .single_add_to_cart_button {
  background: var(--kobo-text);
  color: #fff;
  padding: 14px 24px;
  border-radius: 14px;
  font-size: 14px;
  transition: background .3s ease;
}

.single-product .single_add_to_cart_button:hover {
  background: var(--kobo-gold);
}



/* ==========================================================
   CART PAGE
========================================================== */
.woocommerce-cart table.shop_table {
  border: none;
  border-radius: 14px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
}

.woocommerce-cart table.shop_table td,
.woocommerce-cart table.shop_table th {
  padding: 18px 15px;
  border-bottom: 1px solid var(--kobo-border);
}

.woocommerce-cart table.shop_table th {
  background: #fafafa;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 1px;
}

/* Quantity field */
.woocommerce .quantity input.qty {
  border-radius: 10px;
  border: 1px solid var(--kobo-border);
  width: 65px;
  height: 35px;
  text-align: center;
}

/* Update Cart button */
.woocommerce-cart .button {
  background: var(--kobo-text);
  color: #fff;
  padding: 12px 20px;
  border-radius: 14px;
}

.woocommerce-cart .button:hover {
  background: var(--kobo-gold);
}

/* Cart totals */
.cart_totals {
  padding: 25px;
  border-radius: 16px;
  border: 1px solid var(--kobo-border);
  background: #fff;
}



/* ==========================================================
   CHECKOUT PAGE
========================================================== */
.woocommerce-checkout form .form-row input.input-text,
.woocommerce-checkout form .form-row textarea {
  background: #fff;
  border: 1px solid var(--kobo-border);
  border-radius: 12px;
  padding: 12px 14px;
  font-size: 15px;
  transition: border .3s ease;
}

.woocommerce-checkout form .form-row input.input-text:focus {
  border-color: var(--kobo-gold);
}

.woocommerce-checkout h3 {
  font-weight: 400;
  margin-bottom: 15px;
}

/* Order Review Box */
#order_review {
  border: 1px solid var(--kobo-border);
  border-radius: 16px;
  padding: 25px;
  background: #fff;
  box-shadow: 0 10px 30px rgba(0, 0, 0, .06);
}

/* Place Order */
.woocommerce-checkout #place_order {
  width: 100%;
  padding: 16px;
  background: var(--kobo-text);
  color: #fff;
  border-radius: 14px;
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: 1px;
  transition: all .3s ease;
}

.woocommerce-checkout #place_order:hover {
  background: var(--kobo-gold);
}

/* Kobo Arxhive - Shop  */


.koboshophbar {
  display: flex;
  max-width: 85%;
  margin: 0 auto 25px;
}

.tax-product_cat .koboshophbar {
  display: none;
}

.koboFiltersBar {}

/* Kobo Filters */

.koboFiltersBtn {
  position: relative;
  margin-right: 10px;
}

.koboFiltersSummary {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 6px;
  align-items: center;
  font-size: 11px;
}

.koboFiltersSummary.has-filters {
  margin-left: 4px;
}

.koboFilterChip {
  padding: 10px 20px;
  border-radius: 40px;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  color: var(--kobo_color_black);
  background: transparent;
  border: 1px solid rgba(0, 0, 0, 0.12);
  background: rgba(0, 0, 0, 0.03);
  white-space: nowrap;
}

.koboFilterChip.more {
  font-weight: 600;
  letter-spacing: .02em;
}

/* FILTER BUTTON */
.koboFiltersBtn {
  border: 1px solid #333;
  padding: 10px 20px;
  border-radius: 40px;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  color: var(--kobo_color_black);
  background: transparent;
}

.koboFiltersBtn:hover {
  opacity: 0.7;
  color: var(--kobo_color_black);
  background: transparent;
}

/* OVERLAY */
.koboFilterOverlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.45);
  opacity: 0;
  visibility: hidden;
  transition: .3s ease;
  z-index: 9998;
}

.koboFilterOverlay.active {
  opacity: 1;
  visibility: visible;
}

/* DRAWER */
.koboFilterDrawer {
  position: fixed;
  top: 0;
  right: -420px;
  width: 380px;
  height: 100%;
  background: #fff;
  box-shadow: -5px 0 20px rgba(0, 0, 0, 0.1);
  transition: right .35s ease;
  z-index: 9999;
  display: flex;
  flex-direction: column;
}

.koboFilterDrawer.active {
  right: 0;
}

/* HEADER */
.koboFilterDrawerHeader {
  padding: 25px;
  border-bottom: 1px solid #eee;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.koboFilterDrawerHeader h3 {
  font-weight: 400;
  letter-spacing: .5px;
  color: var(--kobo-text);
  font-size: 16px;
  text-transform: uppercase;
  line-height: 1;
  margin: 0;
}

.koboFilterClose {
  background: none;
  border: none;
  font-size: 26px;
  cursor: pointer;
  color: var(--kobo_color_black);
  padding: 0;
  line-height: 1.4;
}

/* INNER */
.koboFilterDrawerInner {
  padding: 20px 25px;
  overflow-y: auto;
}

/* ACCORDION */
.koboFilterAccordion {
  width: 100%;
  background: none;
  border: none;
  font-size: 15px;
  padding: 12px 0;
  text-align: left;
  cursor: pointer;
  color: var(--kobo_color_black);
}

.koboFilterPanel {
  display: none;
  padding: 10px 0 15px 10px;
}

.koboFilterPanel label {
  display: block;
  padding: 5px 0;
}

/* FOOTER */
.koboFilterFooter {
  padding: 20px;
  border-top: 1px solid #eee;
}

.koboApplyFiltersBtn {
  background: black;
  color: white;
  width: 100%;
  padding: 14px;
  border-radius: 4px;
  border: none;
  cursor: pointer;
}
.koboShopLoading {
  opacity: .5;
  pointer-events: none;
}
.koboFilterFooterRow {
  display: flex;
  justify-content: space-between;
  gap: 12px;
}

.koboFiltersReset {
  background: none;
  border: none;
  font-size: 13px;
  text-decoration: underline;
  color: #555;
  padding: 10px 0;
  cursor: pointer;
}

.koboFiltersReset:hover {
  color: var(--kobo_color_black);
}

/* ================================
   FILTER PILLS (Summary + Active)
================================== */

.koboFilterChip,
.koboFilterBadge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 20px;
  border-radius: 40px;
  background: #f4f4f4;
  border: 1px solid #d7d7d7;
  font-size: 14px;
  line-height: 1;
  color: #231f20;
  margin: 0 6px 6px 0;
  transition: background .2s ease, border-color .2s ease;
}

.koboFilterBadge {
  background: #fff5d6;
  /* light gold tint */
  border-color: #e8d7a2;
}

.koboFilterChip:hover,
.koboFilterBadge:hover {
  background: #ebeaea;
  border-color: #c7c7c7;
}

/* LABEL inside pill */
.koboFilterChipLabel,
.koboFilterBadgeLabel {
  display: inline-block;
  font-weight: 400;
}

/* REMOVE BUTTON (the X) */
.koboFilterChipRemove,
.koboFilterBadgeRemove {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 1px solid rgba(0, 0, 0, 0.25);
  background: rgba(255, 255, 255, 0.6);
  color: #231f20;
  font-size: 11px;
  line-height: 1;
  cursor: pointer;
  padding: 0;
  transition: all .2s ease;
}

.koboFilterChipRemove:hover,
.koboFilterBadgeRemove:hover {
  background: #231f20;
  border-color: #231f20;
  color: #fff;
}

/* Fix button default styles */
.koboFilterChipRemove,
.koboFilterBadgeRemove {
  outline: none;
  box-shadow: none;
}

/* When more-pill (e.g. "+3") */
.koboFilterChip.more {
  background: #231f20 !important;
  color: #fff;
  border-color: #231f20;
  pointer-events: none;
  padding-right: 10px;
}
.koboShopImg {
  position: relative;
  overflow: hidden;
}

.koboFeatureBadge {
  position: absolute;
  top: 10px;
  left: 10px;
  padding: 6px 14px;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.85);
  color: #ffffff;
  z-index: 5;
}
#koboFeatureBadge-51 {
  background: #231f20;
  color: #f3d48a;
}

/* #koboFeatureBadge-27 {
  background: #b8860b;
  color: #ffffff;
}
  */
#koboFeatureBadge-50 {
  background: #7b4f31;
  color: #fff7e6;
}

.koboCPRows {
  width: 100%;
}

/* NORMAL ROW */
.koboCPRow {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 60px;
  max-width: 1200px;
  margin: 80px auto;
  padding: 0 20px;
}

.koboCPRow.is-alt {
  direction: rtl;
}
.koboCPRow.is-alt>* {
  direction: ltr;
}

.koboCPRowImg {
  position: relative;
  width: 100%;
  /* aspect-ratio:4/3; */
  aspect-ratio: 3 / 4;
  overflow: hidden;
  border-radius: 2px;
}

.koboCPRowImg img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}
.koboCPRowMeta {
  max-width: 520px;
  text-align: center;
  margin: 0 auto;
  padding: 0;
}
.koboCPRowTitle {
  font-size: 32px;
  margin: 0 0 15px;
}

.koboCPRowText {
  font-size: 17px;
  line-height: 1.7;
}

.koboCPRowFull {
  position: relative;
  width: 100%;
  min-height: 650px;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #fff;
}

.koboCPRowFull::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, .35);
}

.koboCPRowFullInner {
  position: relative;
  z-index: 2;
  max-width: 700px;
  padding: 40px;
}

.koboCPRowFull .koboCPRowTitle {
  font-size: 36px;
  margin-bottom: 10px;
}

.koboCPRowFull .koboCPRowText p {
  margin: 0 0 10px;
}
.koboCPRowFull .koboCPRowText ul {
  text-align: left;
  margin: 25px auto;
  width: 70%;
}
.koboCPRowText a {
  color: #000;
  text-decoration: none !important;
  border-bottom: 1px solid;
  padding: 0 0 1px;
}
/* MOBILE */
@media(max-width:900px) {

  .koboCPRow {
    grid-template-columns: 1fr;
    gap: 30px;
    margin: 60px auto;
  }

  .koboCPRow.is-alt {
    direction: ltr;
  }

  .koboCPRowFull {
    min-height: 420px;
    padding: 40px 20px;
  }

}

/* ===== KOBO ROW TEAM ===== */

.koborowteam {
  margin: 100px auto;
  max-width: 1200px;
  padding: 0 20px;
}

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

.koborowteamItem {
  /* display:flex; 
  flex-wrap: wrap;
  gap: 15px;
  margin: 0 0 50px; */
  width: 50%;
  padding: 15px;
}

/* image */
.koborowteamImg {
  width: 320px;
  object-fit: cover;
  height: 320px;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: center !important;
  border-radius: 50%;
  text-align: center;
  margin: 0 auto 20px;
}

/* meta */
.koborowteamMeta {
  width: 100%;
  padding: 20px;
}

.koborowteamName {
  margin: 0;
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 500;
}

.koborowteamPos {
  margin-top: 6px;
  font-size: 13px;
  letter-spacing: .12em;
  text-transform: uppercase;
  opacity: 1;
  font-weight: 800;
  color: #626262;
}

.koborowteamText {
  margin-top: 14px;
  font-size: 14px;
  line-height: 1.6;
}


/* responsive */
@media (max-width:900px) {

  .koborowteamItem {
    flex-direction: column;
  }

  .koborowteamImg {
    width: 100%;
    margin-bottom: 20px;
  }

  .koborowteamMeta {
    width: 100%;
    padding: 0;
    text-align: center;
  }

}

.sf-menu ul.sub-menu {
  /* shadow */
  /* box-shadow: 0 10px 30px rgba(0,0,0,0.15); */
  /* box-shadow: -1px 20px 30px rgba(0, 0, 0, 0.15); */
  border-radius: 4px;
  /* optional */
}

.koborowteamTextWrap {
  position: relative;
  margin: 20px 0 0;
}

.koborowteamTextFull {
  display: none;
}

.koborowteamTextWrap.is-open .koborowteamTextShort {
  display: none;
}

.koborowteamTextWrap.is-open .koborowteamTextFull {
  display: block;
}

.koborowteamToggle {
  margin-top: 8px;
  background: none;
  border: 0;
  cursor: pointer;
  font-family: inherit;
  font-size: 12px;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: #000;
  padding: 0;
}

.koborowteamToggle .less {
  display: none;
}

.koborowteamTextWrap.is-open .koborowteamToggle .more {
  display: none;
}

.koborowteamTextWrap.is-open .koborowteamToggle .less {
  display: inline;
}
.koborowteamToggle:hover {
  background-color: transparent !important;
  color: #000 !important;
  opacity: 0.8;
}
.koboContRow {
  display: flex;
  flex-wrap: wrap;
  max-width: 1200px;
  margin: 0 auto 50px;
}
.koboContRowS {
  width: 35%;
}
.koboContRowSR {
  width: 65%;
}
.koboContSTitle {
  font-weight: 500;
  margin: 0 0 20px;
}
.koboContS {
  margin: 0 0 10px;
}
.koboContS span {
  font-weight: 500;
}
.koboContS a {
  color: #000;
  text-decoration: none !important;
}
.kobocontSocial {
  display: flex;
  gap: 10px;
}
.kobocontSocialS .fab {
  color: #000;
  font-size: 20px;
}
.koboCPRowsEmpty {
  text-align: center;
  padding: 20px 0 100px;
  margin: 0 auto;
  width: fit-content;
}

.koboCPRowEmpty .koboCPRowTitle {
  margin-bottom: 10px;
}

.koboCPRowEmpty .koboCPRowText {
  opacity: .7;
}
//
.koboresc {
  width: 100%;
}
.koborescS {
  display: grid;
  grid-template-columns: 40% 60%;
  align-items: start;
  gap: 60px;
  max-width: 95%;
  margin: 80px auto;
  padding: 0 20px;
}
.koborescImg {
  position: relative;
  width: 100%;
  aspect-ratio: 3 / 4;
  overflow: hidden;
  border-radius: 2px;
}
.koborescImg img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}
.koborescMeta {
  text-align: left;
  margin: 0;
  padding: 0;
}
.koborescTitle {
  font-size: 32px;
  margin: 0 0 15px;
  font-family: var(--kobo_font_headings);
}
.koborescText {
  text-align: left;
  margin: 0 auto;
  padding: 0;
}
.koborescText ul {
  text-align: left;
  margin: 0 0 25px 30px;
  width: fit-content;
}
/* kobo full */
.kobogcont {
  margin: 80px auto;
  max-width: 1200px;
}
.kobogcontfText a {
  color: var(--kobo_color_black);
  text-decoration: none !important;
  font-weight: 600;
}

/* kobo mega menu */

#site-navigation li.megamenu>ul.sub-menu {
  /* display: block !important; */
}
.kobo-submenu-shell {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
.kobo-submen {
  display: flex;
  align-items: flex-start;
  width: 100%;
}
.kobo-submenu-page {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 8px 24px;
  width: 60%;
}
.kobo-submenu-promo {
  width: 40%;
}
/* .megamenu col-3{
   
 } */
#site-navigation .dropdown-menu ul.sub-menu {
  box-shadow: 0px 20px 20px 0px rgb(0 0 0 / 2%);
}
.koboTopmenuProduct {
  display: block;
  text-decoration: none;
  color: inherit;
}

.koboTopmenuProduct__img {
  aspect-ratio: 4/3;
  overflow: hidden;
  border-radius: 8px;
  margin-bottom: 10px;
  max-height: 300px;
}

.koboTopmenuProduct__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform .4s ease;
}

.koboTopmenuProduct:hover img {
  transform: scale(1.05);
}

.koboTopmenuProduct__title {
  font-size: 14px;
  line-height: 1.3;
  font-weight: 500;
}


/* ========================================
    WRAPPER
 ======================================== */
.koboevproduct {
  max-width: 85%;
  margin: 100px auto;
}

/* ========================================
    ITEM
 ======================================== */
.koboevproductItem {
  position: relative;
  width: 100%;
  height: 500px;
  background-size: cover;
  background-position: center;
  margin-bottom: 80px;
  display: flex;
  align-items: center;
}

.koboevproductItem.metaLeft {
  justify-content: flex-start;
}
.koboevproductItem.metaRight {
  justify-content: flex-end;
}

/* ========================================
    OVERLAY
 ======================================== */
.koboevOverlay {
  background: rgba(0, 0, 0, 0.45);
  padding: 40px;
  max-width: 500px;
  color: #fff;
  backdrop-filter: blur(3px);
}

.koboevOverlay .title {
  font-size: 36px;
  margin-bottom: 10px;
  font-weight: 500;
  line-height: 1.2;
}

.koboevOverlay .price {
  font-size: 22px;
  margin-bottom: 20px;
}

.koboevOverlay .desc {
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 25px;
  color: #f1f1f1;
}

/* BUTTON */
.koboBookNow {
  display: inline-block;
  padding: 12px 32px;
  background: var(--kobo_color_black);
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 1px;
  border-radius: 0;
  transition: 0.3s ease;
  text-decoration: none !important;
}

.koboBookNow:hover {
  background: #3c3c3c;
}

/* Mobile */
@media (max-width: 768px) {
  .koboevproductItem {
    height: 400px;
    justify-content: center !important;
  }

  .koboevOverlay {
    max-width: 90%;
    text-align: center;
  }

  .koboevOverlay .title {
    font-size: 28px;
  }
}

/* WooCommerce Gallery reset */
.single-product .woocommerce-product-gallery {
  opacity: 1 !important;
  width: 100%;
}

.single-product .woocommerce-product-gallery .flex-control-thumbs {
  list-style: none !important;
  margin: 15px 0 0 !important;
  padding: 0 !important;
  display: grid !important;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
}

.single-product .woocommerce-product-gallery .flex-control-thumbs li {
  list-style: none !important;
  margin: 0 !important;
  padding: 0 !important;
  width: auto !important;
  float: none !important;
}

.single-product .woocommerce-product-gallery .flex-control-thumbs li::marker {
  content: "" !important;
}

.single-product .woocommerce-product-gallery .flex-control-thumbs img {
  width: 100% !important;
  height: 100px !important;
  object-fit: cover;
  display: block;
  cursor: pointer;
  opacity: .55;
}

.single-product .woocommerce-product-gallery .flex-control-thumbs img.flex-active,
.single-product .woocommerce-product-gallery .flex-control-thumbs img:hover {
  opacity: 1;
}

.single-product .woocommerce-product-gallery__wrapper {
  margin: 0 !important;
  padding: 0 !important;
}

.single-product .woocommerce-product-gallery__image img {
  width: 100%;
  height: auto;
  display: block;
}

@media(max-width:767px) {
  .single-product .woocommerce-product-gallery .flex-control-thumbs {
    grid-template-columns: repeat(3, 1fr);
  }

  .single-product .woocommerce-product-gallery .flex-control-thumbs img {
    height: 75px !important;
  }
}


.koboShopImg {
  position: relative;
}

.koboOutOfStockBadge {
  position: absolute;
  right: 15px;
  bottom: 15px;
  z-index: 20;
  /* background:#7a1f1f;  */
  background: #7a1f1f61;
  color: #fff;
  padding: 8px 14px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .15em;
  text-transform: uppercase;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}
.koboSOutOfStockBadge {
  background: #7a1f1f;
  color: #fff;
  padding: 8px 14px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .15em;
  text-transform: uppercase;
  width: fit-content;
}
.koboAddDisabled {
  pointer-events: none;
  cursor: not-allowed;
  opacity: .25;
  filter: grayscale(1);
}
.koboQtyForm .stock.out-of-stock {
  margin: 0;
}

.koboOutOfStockBadgep {
  color: #7a1f1f;
  margin: 0 0 20px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .15em;
  text-transform: uppercase;
}
/* ============================================================
KOBO Single Prdduct
============================================================ */
.koboSingleProduct {
  max-width: 90%;
  margin: 60px auto 100px;
  padding: 0 20px;
}

/* BREADCRUMBS */
.koboBreadcrumbs {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: .12em;
  color: #999;
  margin-bottom: 25px;
}
.koboBreadcrumbs a {
  color: #000;
  text-decoration: none !important;
}

/* HERO SECTION */
.koboSingleHero {
  display: grid;
  /* grid-template-columns: minmax(0, 1.35fr) minmax(0, 1fr); */
  grid-template-columns: 45% 50%;
  align-items: flex-start;
  gap: 60px;
  padding: 0;
}

/* KOBO Single Product Gallery */

/* ==========================================================
    KOBO Custom Product Gallery
 ========================================================== */

.koboSingleMedia {
  background: #f7f5f3;
  position: relative;
}

.koboProductGallery {
  position: relative;
  background: #f7f5f3;
}

.koboProductGalleryMain {
  position: relative;
  width: 100%;
  background: #f7f5f3;
}

.koboProductGallerySlide {
  display: none;
  width: 100%;
  height: 600px;
  align-items: center;
  justify-content: center;
  background: #f7f5f3;
  text-decoration: none !important;
  overflow: hidden;
}

.koboProductGallerySlide.is-active {
  display: flex;
}

.koboProductGallerySlide img {
  display: block;
  width: auto !important;
  height: auto !important;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain !important;
}

/* Arrows */

.koboGalleryArrow {
  position: absolute;
  top: 300px;
  transform: translateY(-50%);
  z-index: 10;
  width: 44px;
  height: 44px;
  border: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, .9);
  color: #111;
  font-size: 34px;
  line-height: 1;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 6px 18px rgba(0, 0, 0, .08);
  transition: .25s;
}

.koboGalleryArrow:hover {
  background: #111;
  color: #fff;
}

.koboGalleryPrev {
  left: 15px;
}

.koboGalleryNext {
  right: 15px;
}

/* Thumbnails */

.koboProductGalleryThumbs {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
  margin-top: 15px;
}

.koboProductGalleryThumb {
  border: 1px solid #ececec;
  background: #f7f5f3;
  padding: 8px;
  cursor: pointer;
  opacity: .65;
  transition: .25s;
}

.koboProductGalleryThumb.is-active,
.koboProductGalleryThumb:hover {
  opacity: 1;
  border-color: #111;
}

.koboProductGalleryThumb img {
  display: block;
  width: 100% !important;
  height: 100px !important;
  object-fit: contain !important;
}

/* Mobile */

@media(max-width:767px) {

  .koboProductGallerySlide {
    height: 420px;
  }

  .koboGalleryArrow {
    top: 210px;
    width: 38px;
    height: 38px;
    font-size: 30px;
  }

  .koboProductGalleryThumbs {
    grid-template-columns: repeat(4, 1fr);
    gap: 8px;
  }

  .koboProductGalleryThumb {
    padding: 5px;
  }

  .koboProductGalleryThumb img {
    height: 70px !important;
  }

}


/* RIGHT: INFO */
.koboSingleInfo {
  position: relative;
}

/* Badge (LIMITED EDITION) */
.koboBadge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: .16em;
  padding: 4px 14px;
  border-radius: 999px;
  border: 1px solid #111;
  margin-bottom: 20px;
}
.koboBadge--pill {
  background: #fff;
}

/* Title / Description / Price */
.koboSingleMainSummary .product_title {
  font-size: 24px;
  font-weight: 500;
  letter-spacing: .08em;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.koboSingleMainSummary .woocommerce-product-details__short-description {
  font-size: 14px;
  line-height: 1.7;
  color: #555;
  margin-bottom: 16px;
}

.koboPriceBlock {
  margin-bottom: 10px;
}

.koboSingleMainSummary .price {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 4px;
  display: block;
}

/* Weight κάτω από την τιμή */
.koboWeight {
  font-size: 12px;
  color: #888;
  margin: 0 0 14px;
}

/* ==============================
   QUANTITY + ADD TO CART
============================== */

/* Γραμμή: "Quantity :" + pill + button */
.koboQtyRow {
  display: flex;
  align-items: center;
  gap: 18px;
  margin: 24px 0 32px;
}

/* "Quantity :" */
.koboQtyLabel {
  font-size: 13px;
  white-space: nowrap;
}

/* Δεξιά: Woo form (qty + button) */
.koboQtyForm {
  flex: 1;
}

/* Κάνουμε το Woo form flex – override Woo */
.koboSingleProduct .koboQtyForm form.cart {
  display: flex !important;
  align-items: center;
  gap: 16px;
  margin: 0;
  width: 100%;
}

/* PILL [- 1 +] */
.koboQtyWrapper {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  background: #f5f5f5;
  /* border-radius: 999px; */
  padding: 3px 18px;
  min-width: 110px;
}

.koboSingleProduct .koboQtyWrapper .qty {
  width: 32px !important;
  border: none !important;
  text-align: center;
  background: transparent;
  font-size: 14px;
  appearance: textfield;
  font-weight: 500;
}
.koboQtyWrapper .qty::-webkit-outer-spin-button,
.koboQtyWrapper .qty::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.koboSingleProduct .woocommerce-variation-add-to-cart.variations_button {
  display: flex;
  gap: 20px;
}

.koboQtyBtn {
  border: none;
  background: transparent;
  cursor: pointer;
  font-size: 16px;
  line-height: 1;
  padding: 0 4px;
  color: #000;
}
.koboQtyBtn:focus {
  outline: none;
}

/* ADD TO CART BUTTON */
.koboQtyForm .single_add_to_cart_button {
  flex: 1;
  /* γεμίζει όλο το υπόλοιπο πλάτος */
  text-align: center;
  padding: 14px 40px;
  border-radius: 999px;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: .16em;
  background: #000;
  color: #fff;
}

/* EXPRESS DELIVERY CARD */
.koboSingleDeliveryCard {
  margin-top: 10px;
  padding: 14px 16px;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 10px 25px rgba(0, 0, 0, .06);
  font-size: 13px;
}

.koboDeliveryStatus {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.koboStatusDot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #20b626;
}

/* OTHER FORMATS */
.koboSingleFormats {
  margin-top: 40px;
  padding-top: 30px;
  border-top: 1px solid #e5e5e5;
}

.koboSingleFormatsLabel {
  font-size: 14px;
  color: #111;
  margin-bottom: 20px;
}

/* Grid with separators */
.koboSingleFormatsGrid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
  gap: 0;
  text-align: center;
}

.koboFormatItem {
  padding: 18px 10px;
  text-decoration: none !important;
  color: #111;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-bottom: 1px solid #eee;
  position: relative;
}

/* Divider δεξιά */
.koboFormatItem::after {
  content: "";
  position: absolute;
  right: 0;
  top: 20%;
  width: 1px;
  height: 60%;
  background: #ddd;
}
.koboFormatItem:last-child::after {
  display: none;
}

.koboFormatItem:hover {
  color: #000;
}

.koboFormatTitle {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: .15em;
  margin-bottom: 4px;
}

.koboFormatPrice {
  font-size: 13px;
  color: #333;
}

/* META */
.koboSingleMeta {
  margin-top: 20px;
  font-size: 11px;
  color: #888;
}

/* BOTTOM (tabs + related) */
.koboSingleBottom {
  margin: 40px auto 0;
  background: #f1f0f0;
  width: 100%;
  display: flex;
  justify-content: center;
}
.koboSingleBotInner {
  max-width: 1200px;
  padding: 20px;
  margin: auto 0;
}

.koboFormatItem.is-active {
  font-weight: 600;
}

/* κρύβουμε το default variations table & variation price */
form.variations_form .variations {
  display: none !important;
}
.koboSingleProduct .woocommerce-variation-price {
  display: none;
}

/* Small shipping / gifting notes */
.koboShipNotes {
  margin-top: 18px;
  margin-bottom: 10px;
  font-size: 13px;
}

.koboShipNote {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 4px;
  color: #555;
}

.koboShipNoteIcon {
  font-size: 15px;
  line-height: 1;
}

.koboShipNoteText {
  line-height: 1.4;
}
/* FULL DESCRIPTION BLOCK */
.koboSingleFullDesc {
  margin-top: 50px;
  padding-top: 40px;
  border-top: 1px solid #e5e5e5;
}

.koboSingleFullDescInner {
  font-size: 14px;
  line-height: 1.8;
  color: #444;
}

.koboSingleFullDescInner p {
  margin-bottom: 18px;
}

.koboSingleFullDescInner h2,
.koboSingleFullDescInner h3 {
  margin-top: 25px;
  margin-bottom: 15px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: .1em;
}

.koboSingleFullDescInner ul,
.koboSingleFullDescInner ol {
  margin: 15px 0 20px 25px;
}


/* =======================================================
   KOBO — Single Product Vertical Tabs (for your template)
   Works with: <div class="koboSingleProduct"> ... </div>
   ======================================================= */

.koboSingleBottom .woocommerce-tabs {
  display: flex !important;
  gap: clamp(18px, 3vw, 44px) !important;
  align-items: flex-start !important;
  /* margin-top: 30px !important; */
  background: #f1f0f0;
  padding: 5px 20px;
  flex-wrap: wrap;
}

/* LEFT: tab list */
.koboSingleBottom .woocommerce-tabs ul.wc-tabs,
.koboSingleBottom .woocommerce-tabs ul.tabs {
  list-style: none !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  /* flex: 0 0 320px !important; */
  display: flex !important;
  /* flex-direction: column !important; */
  flex-wrap: wrap;
  gap: 5px 10px;
  width: 100%;
}

/* Remove bullets / theme list styling */
.koboSingleBottom .woocommerce-tabs ul.wc-tabs li,
.koboSingleBottom .woocommerce-tabs ul.tabs li {
  list-style: none !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
}

/* Links (remove blue + style) */
.koboSingleBottom .woocommerce-tabs ul.wc-tabs li a,
.koboSingleBottom .woocommerce-tabs ul.tabs li a {
  display: block !important;
  padding: 12px 0 !important;

  text-decoration: none !important;
  color: #777 !important;

  text-transform: uppercase !important;
  /* letter-spacing: .12em !important; */
  font-size: 11px !important;

  border-bottom: 1px solid rgba(0, 0, 0, .10) !important;
}

/* Active tab */
.koboSingleBottom .woocommerce-tabs ul.wc-tabs li.active a,
.koboSingleBottom .woocommerce-tabs ul.tabs li.active a {
  color: #111 !important;
}

/* RIGHT: content panel */
.koboSingleBottom .woocommerce-tabs .wc-tab,
.koboSingleBottom .woocommerce-tabs .panel {
  flex: 1 1 auto !important;
  padding: 0 !important;
  margin: 0 !important;
  border: 0 !important;
  background: transparent !important;
}

/* Kill Woo/theme pseudo borders */
.koboSingleBottom .woocommerce-tabs ul.wc-tabs::before,
.koboSingleBottom .woocommerce-tabs ul.wc-tabs::after,
.koboSingleBottom .woocommerce-tabs ul.tabs::before,
.koboSingleBottom .woocommerce-tabs ul.tabs::after,
.koboSingleBottom .woocommerce-tabs ul.wc-tabs li::before,
.koboSingleBottom .woocommerce-tabs ul.wc-tabs li::after,
.koboSingleBottom .woocommerce-tabs ul.tabs li::before,
.koboSingleBottom .woocommerce-tabs ul.tabs li::after {
  content: none !important;
  display: none !important;
}

/* Mobile: stack */
@media (max-width: 768px) {
  .koboSingleBottom .woocommerce-tabs {
    flex-direction: column !important;
  }
  .koboSingleBottom .woocommerce-tabs ul.wc-tabs,
  .koboSingleBottom .woocommerce-tabs ul.tabs {
    flex: 1 1 auto !important;
  }
}


.koboNotifyStock {
  margin-top: 25px;
  padding: 20px;
  border: 1px solid #d1b37c;
  background: #faf8f4;
}

.koboNotifyStockTitle {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 12px;
  color: #231f20;
}

.koboNotifyStock form {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.koboNotifyStock input[type="email"] {
  flex: 1;
  min-width: 220px;
  height: 46px;
  padding: 0 14px;
  border: 1px solid #ddd;
}

.koboNotifyStock button {
  height: 46px;
  padding: 0 22px;
  border: 0;
  background: #231f20;
  color: #fff;
  cursor: pointer;
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: .05em;
}

.koboNotifyStock button:hover {
  background: #d1b37c;
  color: #231f20;
}

/* ============================================================
 KOBO Faq
 ============================================================ */

.koboFaq {
  padding: 20px 0;
}

.koboFaqInner {
  width: min(1100px, 90%);
  margin: 0 auto;
}

.koboFaqSection {
  margin-bottom: 50px;
}

.koboFaqSectionTitle {
  font-size: var(--kobo-font-headings);
  margin-bottom: 25px;
}

.koboFaqItem {
  border-bottom: 1px solid rgba(0, 0, 0, .15);
}

.koboFaqQuestion {
  width: 100%;
  padding: 22px 0;
  background: transparent;
  border: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  cursor: pointer;
  text-align: left;
  font-size: 15px;
  font-weight: 600;
  color: inherit;
}

.koboFaqQuestion i {
  width: 14px;
  height: 14px;
  position: relative;
  flex: 0 0 14px;
}

.koboFaqQuestion i::before,
.koboFaqQuestion i::after {
  content: "";
  position: absolute;
  background: currentColor;
  top: 50%;
  left: 0;
  width: 100%;
  height: 2px;
  transform: translateY(-50%);
}

.koboFaqQuestion i::after {
  transform: translateY(-50%) rotate(90deg);
  transition: .25s ease;
}

.koboFaqItem.is-open .koboFaqQuestion i::after {
  transform: translateY(-50%) rotate(0deg);
}

.koboFaqQuestion:hover {
  background: transparent;
  color: #000;
  opacity: 0.6;
}

.koboFaqAnswer {
  display: none;
  padding-bottom: 25px;
}

.koboFaqAnswerInner {
  font-size: 14px;
  line-height: 1.7;
  opacity: .8;
}

@media (max-width: 767px) {
  .koboFaq {
    padding: 50px 0;
  }

  .koboFaqQuestion {
    font-size: 18px;
    padding: 18px 0;
  }

  .koboFaqAnswerInner {
    font-size: 16px;
  }
}

.kobo-confirm {
  margin: 20px 0;
  padding: 18px;
  border: 1px solid #e4e4e4;
  border-radius: 8px;
  background: #fafafa;
}

#kobo_refrigerated_field label {
  display: flex;
  align-items: center;
  gap: 12px;
  font-weight: 600;
  line-height: 1.5;
  cursor: pointer;
}

#kobo_refrigerated {
  margin-top: 2px;
}

#kobo_refrigerated_field .required {
  color: #d63638;
  font-weight: 700;
}

.kobo-checkout-confirm {
  margin: 20px 0;
  padding: 16px;
  border: 1px solid #e5e5e5;
  background: #fafafa;
  border-radius: 6px;
}

.kobo-checkout-confirm label {
  font-weight: 700;
}





#kobo_refrigerated_confirm_wrap {
  margin: 18px 0;
  padding: 14px 16px;
  border: 1px solid #e5e5e5;
  border-radius: 6px;
  background: #fff;
}

.kobo-refrigerated-check {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 0;
  font-weight: 700;
  cursor: pointer;
}

.kobo-refrigerated-check input {
  width: 18px;
  height: 18px;
}

.kobo-refrigerated-check strong {
  margin-left: auto;
  color: #b42318;
  font-weight: 600;
}

.kobo-refrigerated-error {
  margin-top: 10px;
  color: #b42318;
  font-size: 14px;
}

/* ============================================================
KOBO Added to car
============================================================ */
.koboCartToast {
  position: fixed;
  right: 22px;
  top: 22px;
  z-index: 999999;
  width: min(360px, calc(100vw - 32px));
  opacity: 0;
  transform: translateY(-12px);
  pointer-events: none;
  transition: opacity .22s ease, transform .22s ease;
}

.koboCartToast.is-visible {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

.koboCartToastIn {
  display: grid;
  grid-template-columns: 34px 1fr auto;
  align-items: center;
  gap: 12px;
  padding: 14px 15px;
  background: #111;
  color: #fff;
  border-radius: 12px;
  box-shadow: 0 14px 35px rgba(0, 0, 0, .18);
}

.koboCartToastIcon {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: rgba(255, 255, 255, .12);
  font-weight: 800;
}

.koboCartToastText strong {
  display: block;
  font-size: 14px;
  line-height: 1.2;
}

.koboCartToastText span {
  display: block;
  margin-top: 3px;
  font-size: 12px;
  opacity: .75;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 190px;
}

.koboCartToastLink {
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 3px;
}

@media (max-width: 600px) {
  .koboCartToast {
    top: auto;
    right: 16px;
    bottom: 18px;
    width: calc(100vw - 32px);
  }
}
 
#kobo-manage-consent{
  padding: 9px !important;
}
#kobo-manage-consent > span:nth-child(2){
  display: none;
}

/* ============================================================
KOBO RP
============================================================ */
.koboRefrigeratedConfirm{
  margin: 20px 0;
  padding: 15px;
  border: 1px solid #000;
}

.koboRefrigeratedConfirm label{
  display: flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
  font-size: 14px;
  text-transform: uppercase;
}

.koboRefrigeratedConfirm input{
  width: 18px;
  height: 18px;
}

.koboRefrigeratedError{
  margin-top: 8px;
  color: #b00020;
  font-size: 13px;
}

/* ============================================================
 KOBO Resp
 ============================================================ */
@media(max-width:1400px) {
  .koboProductGallerySlide {
    height: 450px;
  }
  .koboShopGrid {
    max-width: 95%;
  }
  .is-sticky .kobotopmenuIcon {
    left: 2.5%;
  }
  #top-bar {
    max-width: 95%;
  }
  .kobotopbarL {
    width: 0;
  }
  .kobotopbarR {
    width: 40%;
  }
  .kobomcslproducts {
    max-width: 92%;
  }
  .kobo-product-slider .slick-prev.koboArrow {
    left: -4%;
  }
  .kobo-product-slider .slick-next.koboArrow {
    right: -4%;
  }
  .kobo-product-slider .slick-slide {
    padding: 6px;
  }
  .koboshophbar {
    max-width: 95%;
  }

}

@media(max-width:767px) {

  :root {
    --kobo-font-headings: 21px;
    --kobo_slider_height: 300px !important;
  }
  #koboslider_title_meta {
    width: 80%;
    max-width: 700px;
    top: 100px;
  }
  .kobomcslproducts {
    max-width: 95%;
  }
  #koboslider_title {
    font-size: 18px;
    margin-bottom: 10px;
    color: #FFF;
  }

  #koboslider_sub {
    color: #FFF;
    font-size: 12px;
  } 
  .koboBtnC {
    padding: 8px 12px;
  }
  .kobosect_fwBg {
    height: 450px;
  }
  .kobosect_fw {
    margin: 80px auto 0;
    width: 100%;
  }
  .kobosect_fwtext {
    margin: 50px auto;
  }
  .kobosect_spviewInner {
    flex-wrap: wrap;
  }
  .kobosect_spviewL {
    width: 100%;
  }
  .kobosect_spviewR {
    width: 100%;
  }
  .koboProductShowcase {
    max-width: 80%;
    margin: 0px auto;
  }
  .koboPNavPrev {
    left: -7%;
  }
  .koboPNavNext {
    right: -7%;
  }
  .koboPTitle {
    font-size: 14px;
  }
  .koboFooterInnerL {
    width: 100%;
    padding: 20px;
  }
  .koboFooterLogoSLogo {
    max-width: 80%;
    text-align: center;
    margin: 0 auto;
  }
  .copyrights {
    font-size: 11px;
    font-weight: 400;
    color: var(--kobo_color_footer_text) !important;
    padding: 50px;
  }
  .koboFooterInner {
    padding: 50px 0;
  }
  #koboslider_controls {
    bottom: 15px;
    right: 15px;
  }
  .koboShopGrid {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    max-width: 100%;
  }
  .koboProductFooter {
    flex-wrap: wrap;
  }
  .koboProductPrice {
    width: 100%;
    flex: 0 0 100%;
    margin: 0 0 9px;
  }
  .koboSingleHero {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .koboSingleProduct {
    margin-top: 30px;
    padding: 0 10px;
  }

  .koboQtyRow {
    flex-direction: column;
    align-items: flex-start;
  }

  .koboSingleProduct .koboQtyForm form.cart {
    width: 100%;
  }

  .koboQtyForm .single_add_to_cart_button {
    width: 100%;
  }

  .koboFormatItem {
    border-right: none !important;
  }
  .koboFormatItem::after {
    display: none;
  }
  .koboSingleBottom .woocommerce-tabs {
    padding: 5px 10px;
    font-size: 15px;
  }
  .kobopheaderText {
    font-size: 12px;
  }
  .kobopheaderTitle {
    font-size: 25px;
    line-height: 1.2;
    margin: 0 0 10px;
  }
  .koborowteam {
    margin: 10px auto;
  }
  .koborowteamItem {
    width: 100%;
  }
  .koborowteamName {
    font-size: 18px;
  }
  .koborowteamPos {
    font-size: 12px;
  }
  .koboCPRowTitle {
    font-size: 28px;
  }
  .koboCPRowText {
    font-size: 15px;
  }
  .koboContRow {
    width: 90%;
  }
  .koboContRowS {
    width: 100%;
  }
  .koboContRowSR {
    width: 99%;
  }
  .kobogcont {
    margin: 20px auto;
    max-width: 90%;
  }
  .kobotopShdmob {
    display: block;
  }
  .hasnt-overlay-header .lang-switcher>li,
  .is-sticky .lang-switcher>li {
    color: #000000 !important;
  }
  .kobotop {
    gap: 14px;
    margin-top: -9px;
  }
  .koboPContent {
    max-width: 80%;
  }
  .koboProductGallerySlide {
    height: 350px;
  }
  .kobotopSocial {
    display: none;
  }
  .koboShopTitle {
    margin-top: 15px;
    font-size: 15px;
  }
  .koboProductButtons {
    gap: 10px;
    flex-wrap: wrap;
    margin: 0 0 15px;
  }
  .koboShopExcerpt {
    font-size: 14px;
  }
  .koboShopItem {
    padding: 0;
  }
  #koboShopAjaxWrap {
    width: 95%;
    margin: 0 auto;
  }
  #koboslider_title_meta {
   top: 37%;
  }
  .kobomenunavcT {
    font-size: 12px;
  }
  .kobopmeta { 
      margin: 25px auto; 
  }
  .kobomcslproducts { 
      margin: 25px auto;
  }
  .kobopmetaSubtitle h2 { 
      margin: 0 0 2px;
  }
  .homeslider .flexslider .flex-direction-nav a.flex-next { 
      font-size: 22px; 
  }
  
}