@charset "UTF-8";
@font-face {
  font-family: "Fira Sans";
  src: url("../fonts/FiraSans-Thin.ttf") format("truetype");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Fira Sans";
  src: url("../fonts/FiraSans-ThinItalic.ttf") format("truetype");
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Fira Sans";
  src: url("../fonts/FiraSans-ExtraLight.ttf") format("truetype");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Fira Sans";
  src: url("../fonts/FiraSans-ExtraLightItalic.ttf") format("truetype");
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Fira Sans";
  src: url("../fonts/FiraSans-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Fira Sans";
  src: url("../fonts/FiraSans-LightItalic.ttf") format("truetype");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Fira Sans";
  src: url("../fonts/FiraSans-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Fira Sans";
  src: url("../fonts/FiraSans-Italic.ttf") format("truetype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Fira Sans";
  src: url("../fonts/FiraSans-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Fira Sans";
  src: url("../fonts/FiraSans-MediumItalic.ttf") format("truetype");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Fira Sans";
  src: url("../fonts/FiraSans-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Fira Sans";
  src: url("../fonts/FiraSans-SemiBoldItalic.ttf") format("truetype");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Fira Sans";
  src: url("../fonts/FiraSans-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Fira Sans";
  src: url("../fonts/FiraSans-BoldItalic.ttf") format("truetype");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Fira Sans";
  src: url("../fonts/FiraSans-ExtraBold.ttf") format("truetype");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Fira Sans";
  src: url("../fonts/FiraSans-ExtraBoldItalic.ttf") format("truetype");
  font-weight: 800;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Fira Sans";
  src: url("../fonts/FiraSans-Black.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Fira Sans";
  src: url("../fonts/FiraSans-BlackItalic.ttf") format("truetype");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
body *:not(i):not(span) {
  font-family: "Fira Sans", Arial, Helvetica, sans-serif !important;
}
body {
  line-height: normal;
}

.form-row {
  display: block;
}

select:not(:disabled) {
  border-color: #000 !important;
}
select:disabled {
  opacity: 0.75;
}

.ea-breadcrumb {
  padding-bottom: 1rem;
  padding-top: 1rem;
}
.ea-breadcrumb .wd-breadcrumbs .wd-delimiter::after {
  content: "-";
}
.ea-breadcrumb .wd-breadcrumbs a {
  color: #000000;
  box-shadow: 0 2px 0 -1px currentColor;
  cursor: pointer;
  transition: color 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
}
.ea-breadcrumb .wd-breadcrumbs .wd-last {
  font-weight: normal !important;
}

.button,
button {
  border: 1px solid #000 !important;
}

img {
  border-radius: 0 !important;
}

div#mm-0 {
  z-index: 2;
}

.show-password-input::before {
  font-family: woodmart-font;
  content: "\f11a";
  color: black;
}

a.button.checkout.wc-forward :hover {
  background-color: #999;
}

.wd-shop-tools .premmerce-filter-ajax-container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: end !important;
  align-content: center;
  align-items: center;
  width: 100%;
}

@media (max-width: 1024px) {
  .header-banner {
    top: -40px !important;
    z-index: 400 !important;
  }
}
.cs-info-bar.cs-public-cookie-bar * {
  font-family: "Fira Sans", Arial, Helvetica, sans-serif !important;
}
.cs-info-bar.cs-public-cookie-bar button {
  font-size: 15px !important;
  padding: 5px 15px !important;
  border-radius: 20px;
  opacity: 1 !important;
  border: 1px solid #000 !important;
}
.cs-info-bar.cs-public-cookie-bar button.options_btn {
  background-color: #e5e5e5 !important;
  color: #000 !important;
}
.cs-info-bar.cs-public-cookie-bar button.options_btn:hover {
  background-color: #000000 !important;
  color: #ffffff !important;
}
.cs-info-bar.cs-public-cookie-bar button.allow_all_btn {
  background-color: #000000 !important;
  color: #ffffff !important;
}
.cs-info-bar.cs-public-cookie-bar button.allow_all_btn:hover {
  background-color: #e5e5e5 !important;
  color: #000 !important;
}
.cs-info-bar.cs-public-cookie-bar .bar-description * {
  font-size: 15px !important;
}

.cs-modal-content.cs-bar-popup * {
  font-size: 15px !important;
  line-height: normal !important;
  font-family: "Fira Sans", Arial, Helvetica, sans-serif !important;
}
@media only screen and (max-width: 768px) {
  .cs-modal-content.cs-bar-popup * {
    font-size: 13px !important;
  }
}
.cs-modal-content.cs-bar-popup .btn {
  font-size: 15px !important;
  padding: 5px 15px !important;
  border-radius: 20px;
  opacity: 1 !important;
  border: 1px solid #000 !important;
  line-height: 30px !important;
}
.cs-modal-content.cs-bar-popup .btn:hover {
  background-color: #e5e5e5 !important;
  color: #000 !important;
}
.cs-modal-content.cs-bar-popup a.cs_setting_save_button {
  background-color: #e5e5e5 !important;
  color: #000 !important;
}
.cs-modal-content.cs-bar-popup a.cs_setting_save_button:hover {
  background-color: #000000 !important;
  color: #ffffff !important;
}

@media (max-width: 1024px) {
  #cs_preview_popup_button .cs-info-sticky * {
    font-family: "Fira Sans", Arial, Helvetica, sans-serif;
  }
  #cs_preview_popup_button .cs-info-sticky.cs_mobile_side_sticky {
    left: 0 !important;
    right: auto !important;
  }
  #cs_preview_popup_button .cs-info-sticky.cs_mobile_side_sticky span.cs-info-sticky-button {
    transform: unset !important;
  }
}
@media only screen and (max-width: 768px) {
  .cs_preview_container > div > div .cs-info-bar {
    padding: 15px 15px !important;
  }
  .cs_preview_container > div > div .cs-info-bar * {
    font-size: 13px !important;
  }
}
.wd-notice, div.wpcf7-response-output, .mc4wp-alert, :is(.woocommerce-error, .woocommerce-message, .woocommerce-info) {
  border-radius: unset !important;
}

fieldset.hidden-fields-container {
  border: unset;
  padding: unset;
  border-radius: unset;
  margin: unset;
}

.mymenucontainer .bar1,
.mymenucontainer .bar2,
.mymenucontainer .bar3 {
  background-color: #000 !important;
}

@media screen and (max-width: 576px) {
  .whb-general-header-inner .whb-column.whb-mobile-left {
    max-width: -moz-fit-content;
    max-width: fit-content;
  }
  .whb-general-header-inner .whb-column.whb-mobile-left .hamburger-mobile-menu {
    max-width: -moz-fit-content;
    max-width: fit-content;
  }
}
header.whb-scroll-up .whb-main-header {
  background-color: #fff;
  border-bottom: 1px solid var(--brdcolor-gray-300);
}

.mm-menu .mm-navbar__title {
  display: none;
}
.mm-menu button.mm-tabstart,
.mm-menu .mm-tabend {
  background-color: #fff;
  border: unset !important;
}
.mm-menu div,
.mm-menu li,
.mm-menu a,
.mm-menu ul,
.mm-menu span {
  border: unset !important;
}
.mm-menu .mm-listitem a,
.mm-menu .mm-listitem span {
  padding: 0.75rem 1rem 0.75rem;
  color: #000;
}
.mm-menu .mm-listitem:hover a,
.mm-menu .mm-listitem:hover span {
  text-decoration: underline;
}
.mm-menu .mm-listitem,
.mm-menu .mm-listitem .mm-btn_next,
.mm-menu .mm-listitem .mm-btn_next:before,
.mm-menu .mm-listitem:after,
.mm-menu .mm-listview {
  border-color: rgba(255, 255, 255, 0) !important;
}

.wd-tools-element .wd-tools-icon:before {
  font-size: 22px;
}

.header-banner-marquee {
  color: #ffffff;
  overflow: hidden;
  white-space: nowrap;
  width: 100%;
  font-size: 14px;
  padding: 5px 0;
  position: relative;
  z-index: 0;
}
.header-banner-marquee .marquee-content {
  display: inline-block;
  padding-left: 100%;
  animation: scroll-banner 40s linear infinite;
}
.header-banner-marquee .marquee-content .sales-text {
  color: #0ce3db;
}

@keyframes scroll-banner {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-100%);
  }
}
button.button.button-filter-submit {
  border-radius: 30px;
}

.btn-cart {
  background-color: #e5e5e5 !important;
  color: #000 !important;
}

.btn-cart:hover {
  background-color: #000 !important;
  color: #e5e5e5 !important;
}

.wc-empty-cart {
  background-color: #e5e5e5 !important;
  color: #000 !important;
}

.wc-empty-cart:hover {
  background-color: #000 !important;
  color: #e5e5e5 !important;
}

.wd-page-title.page-title {
  margin-top: 31px;
}

h1.entry-title.title {
  margin: 0 !important;
}

.wpmm-menu .mm-navbars_top .mm-navbar {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: center;
  justify-content: flex-start;
  align-items: center;
  padding: 0 1rem;
}
.wpmm-menu .mm-navbars_top .mm-navbar .mm-btn_close {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  height: 100%;
  text-align: center;
}
.wpmm-menu .mm-navbars_top .mm-navbar .mm-btn_close span {
  opacity: 1;
  overflow: visible !important;
  width: 100% !important;
  height: 100% !important;
  clip: unset !important;
  clip-path: unset !important;
  position: relative !important;
  padding: 0px 16px !important;
  color: #000;
  font-weight: lighter;
  font-size: 12px;
}
.wpmm-menu .mm-navbars_top .mm-navbar .mm-btn_close::before {
  left: 7px;
  right: unset;
}
.wpmm-menu .mm-navbars_top .mm-navbar .mm-btn_close::after {
  left: 0px;
  right: unset;
}
.wpmm-menu .mm-navbars_top .mm-navbar a.mm-btn.mm-btn_prev {
  position: relative;
  color: #000;
  opacity: 1;
  padding: 0 35px;
  margin-left: -17px;
}
.wpmm-menu .mm-navbars_top .mm-navbar .mm-navbar__btn::before, .wpmm-menu .mm-navbars_top .mm-navbar .mm-navbar__btn::after {
  border-color: #000;
  border-width: 1px;
}
.wpmm-menu .mm-panels .mm-panel ul.mm-listview {
  margin-top: 0px !important;
  font-size: 18px;
  font-weight: normal;
}
.wpmm-menu .mm-panels .mm-panel .mm-listitem {
  padding: 0.75rem 1rem 0.75rem;
}
.wpmm-menu .mm-panels .mm-panel .mm-listitem a,
.wpmm-menu .mm-panels .mm-panel .mm-listitem span {
  background: linear-gradient(#000, #000) no-repeat 0 100%/0 1px;
  transition: background-size 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
  box-shadow: none;
  color: #000;
  text-decoration: none !important;
  display: inline-flex;
  padding: 0;
}
.wpmm-menu .mm-panels .mm-panel .mm-listitem:hover a,
.wpmm-menu .mm-panels .mm-panel .mm-listitem:hover span {
  background-size: 100% 1px;
}
.wpmm-menu .mm-panels .mm-panel .mm-listitem:hover a.mm-btn_next.mm-btn_fullwidth {
  background-size: 0;
}

.wd-insta-item {
  border-radius: 0 !important;
}
.wd-insta-item img {
  aspect-ratio: unset !important;
}

p.sib-email-area {
  width: 60%;
}

.home-sales-banner .sales-title .elementor-heading-title {
  font-size: 93px;
  font-weight: normal;
  font-style: italic;
  letter-spacing: 13.8px;
  color: #fff;
  text-align: center;
}
.home-sales-banner .sales-subtitle .elementor-heading-title {
  font-size: 19px;
  font-weight: normal;
  font-style: italic;
  letter-spacing: 7px;
  color: #ffffff;
  text-align: center;
}
.home-sales-banner .sales-text {
  color: #0ce3db;
}
@media (max-width: 1024px) {
  .home-sales-banner .sales-title .elementor-heading-title {
    font-size: 77px !important;
  }
  .home-sales-banner .sales-subtitle .elementor-heading-title {
    font-size: 16px !important;
  }
}
@media (max-width: 768px) {
  .home-sales-banner .sales-title .elementor-heading-title {
    font-size: 38px !important;
  }
  .home-sales-banner .sales-subtitle .elementor-heading-title {
    font-size: 14px !important;
  }
}

.white-text {
  color: #fff;
}

@media screen and (max-width: 768px) {
  .quote-video .elementor-background-video-embed {
    max-width: 100% !important;
  }
}
.wd-widget.footer-widget {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: center;
  align-items: center;
}
.wd-widget.footer-widget h1.widget-title {
  flex: 1 1 25%;
}
@media screen and (min-width: 992px) {
  .wd-widget.footer-widget h1.widget-title {
    max-width: 25%;
  }
}
.wd-widget.footer-widget h1.widget-title {
  text-transform: uppercase;
  color: #000;
}
.wd-widget.footer-widget .textwidget {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: center;
  flex: 1 1 75%;
  gap: 30px;
}
.wd-widget.footer-widget ul.menu {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: center;
  justify-content: flex-start;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .wd-widget.footer-widget ul.menu {
    justify-content: center;
  }
}
.wd-widget.footer-widget ul.menu li {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}
.wd-widget.footer-widget ul.menu li:not(:last-child) {
  border-color: #767676;
  border-right-width: 1px;
  border-style: solid;
}
.wd-widget.footer-widget ul.menu li:first-child {
  padding-left: 0 !important;
}
.wd-widget.footer-widget ul.menu li a {
  font-size: 1rem;
  line-height: 1.5rem;
}

@media screen and (max-width: 992px) {
  .wd-widget.footer-widget {
    flex-direction: column;
    border: unset;
    margin-bottom: 0;
  }
  .wd-widget.footer-widget .textwidget {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
  }
}
footer {
  border-top: 1px solid var(--brdcolor-gray-300);
}
footer a {
  color: #000;
  font-weight: normal;
}
footer a.phone-link {
  font-size: 1.5rem;
  line-height: 2rem;
}
@media screen and (max-width: 992px) {
  footer a.phone-link {
    font-size: 2rem;
    line-height: 2.5rem;
  }
}
footer .wd-social-icons a.wd-social-icon {
  font-size: 24px;
  color: #000;
}

.wd-copyrights {
  font-size: 0.775rem;
}
.wd-copyrights a {
  color: inherit;
}
.wd-copyrights a:hover {
  color: #000;
}

.wd-col-end {
  display: none;
}

/* Right Form Section */
.newsletter-form {
  flex: 1; /* Takes equal space */
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.newsletter-form input[type=email] {
  flex: 1; /* Input takes most space */
  padding: 10px 15px;
  border: 1px solid #000;
  border-radius: 0;
  font-size: 0.9rem;
  color: #555;
  outline: none;
  border-radius: 20px 0 0 20px;
}
.newsletter-form input[type=email]::-moz-placeholder {
  color: #aaa;
}
.newsletter-form input[type=email]::placeholder {
  color: #aaa;
}
.newsletter-form input[type=submit] {
  background-color: #000;
  border: 1px solid #000;
  border-left: 0;
  color: #ffffff;
  font-weight: bold;
  text-transform: uppercase;
  padding: 10px 20px;
  cursor: pointer;
  transition: all 0.3s ease;
  border-radius: 0 20px 20px 0 !important;
}
.newsletter-form input[type=submit]:hover {
  background-color: #ffffff;
  color: #000000;
}
.newsletter-form .sib_signup_box_inside_1 .col-12 div {
  justify-content: center;
}
.newsletter-form .sib_signup_box_inside_1 .col-12 div p {
  margin-bottom: 0;
}
.newsletter-form {
  /* Terms and Conditions */
}
.newsletter-form .form-terms {
  font-size: 0.8rem;
  color: #777;
  text-align: center;
  margin-top: 5px;
}
.newsletter-form .form-terms a {
  color: #000;
  text-decoration: none;
}

.sib_signup_box_inside_1 p.sib-alert-message {
  max-width: 80%;
  margin: auto;
}

.wd-widget-collapse .widget-title:after {
  right: -8px;
  background-color: #ffffff !important;
}

.woocommerce-mini-cart__buttons .btn-cart {
  border-radius: 20px;
  color: #000;
  background-color: #fff;
  border: 1px solid #000;
}
.woocommerce-mini-cart__buttons .btn-cart:hover {
  background-color: #000000;
  color: #ffffff;
}

.woocommerce-cart-form__cart-item .woocommerce-Price-amount {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
}

.woocommerce-checkout .checkout-order-review {
  background-color: #fff !important;
}
.woocommerce-checkout .checkout-order-review::before, .woocommerce-checkout .checkout-order-review::after {
  content: unset !important;
}
.woocommerce-checkout .checkout-order-review .wd-table-wrapper {
  box-shadow: unset !important;
}
.woocommerce-checkout .checkout-order-review div#order_review {
  padding: 20px;
  border: 3px solid var(--brdcolor-gray-200);
  border-radius: var(--wd-brd-radius);
}

span.select2-search.select2-search--dropdown {
  display: none !important;
}

li.wc_payment_method.payment_method_cardlink_payment_gateway_woocommerce img {
  display: none;
}

.payment_methods .wc_payment_method .payment_box {
  background: #e4e4e4;
}

.woocommerce-form-coupon {
  display: flex !important;
}

@media screen and (max-width: 1024px) {
  .checkout-order-review {
    padding: 0px !important;
  }
}
.checkout-order-review .wd-table-wrapper.wd-manage-on {
  padding: 0px 10px !important;
}

.woodmart-shop-tools {
  display: flex;
  flex-direction: row;
}
.woodmart-shop-tools .products-per-page {
  display: inline-flex;
  margin-right: 18px;
}
.woodmart-shop-tools .products-per-page ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.woodmart-shop-tools .products-per-page ul li {
  padding: 0 6px;
}

.wd-shop-tools .premmerce-filter-ajax-container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-content: center;
  align-items: center;
  width: 100%;
}
.wd-shop-tools .products-per-page {
  order: 2;
}
.wd-shop-tools .wd-show-sidebar-btn {
  order: 1;
}
.wd-shop-tools form.woocommerce-ordering {
  order: 3;
}

/* Container για σωστό κεντράρισμα */
.wd-hm-pagination-container {
  display: flex;
  justify-content: center;
  width: 100%;
  margin-bottom: 30px;
}

/* Το βασικό στυλ του κουμπιού (Active State) */
.wd-hm-next-page-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 450px;
  padding: 12px 24px 12px 24px;
  background-color: #000000;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 0.8px;
  text-decoration: none;
  transition: all 0.3s ease;
}

.wd-hm-next-page-btn:hover {
  background-color: #333333;
  color: #ffffff;
}

/* Στυλ όταν είναι στην τελευταία σελίδα (Disabled State) */
.wd-hm-next-page-btn.is-disabled {
  background-color: #eeeeee !important; /* Ανοιχτό γκρι background */
  color: #999999 !important; /* Σκούρο γκρι γράμματα */
  cursor: default;
  pointer-events: none; /* Δεν πατιέται */
  border: none;
}

/* Προσαρμογή για μικρές οθόνες */
@media (max-width: 768px) {
  .wd-hm-next-page-btn {
    max-width: 100%;
    margin: 0 15px;
  }
}
.prdctfltr_sub {
  min-height: 60px;
}

.prdctfltr_wc .prdctfltr_woocommerce_ordering .prdctfltr_filter label span {
  font-weight: 400;
}

.prdctfltr_wc.prdctfltr_round .prdctfltr_filter label.prdctfltr_active span:before {
  display: none !important;
}
.prdctfltr_wc.prdctfltr_round .prdctfltr_filter label span:before {
  display: none !important;
}

.single-product-page .summary .woocommerce-variation-add-to-cart .wd-wishlist-btn {
  flex: 1 1 auto;
  padding: 0;
}
.single-product-page .summary .wd-wishlist-btn {
  padding: 0 10px;
}
.single-product-page .summary .wd-wishlist-btn a span {
  font-size: 0;
}
.single-product-page .summary .wd-wishlist-btn a::before {
  background: #ffffff;
  padding: 10px 10px 8px;
  border-radius: 20px;
  border: 1px solid #000;
  color: #000;
}

.woocommerce-grouped-product-list #add-to-cart-btn {
  order: unset;
}
@media screen and (max-width: 768px) {
  .woocommerce-grouped-product-list .grouped-template .grouped-product-item {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }
  .woocommerce-grouped-product-list .grouped-template .grouped-product-item .grouped-product-item-checkbox {
    order: 1;
  }
  .woocommerce-grouped-product-list .grouped-template .grouped-product-item .grouped-product-item-name {
    order: 2;
  }
  .woocommerce-grouped-product-list .grouped-template .grouped-product-item .grouped-product-item-variation-select {
    order: 5;
  }
  .woocommerce-grouped-product-list .grouped-template .grouped-product-item .grouped-product-item-price {
    order: 3;
  }
  .woocommerce-grouped-product-list .grouped-template .grouped-product-item .grouped-product-item-info {
    order: 4;
  }
}

.single-product header .whb-main-header {
  background-color: white;
  border-bottom: 1px solid transparent;
}
.single-product header.whb-scroll-up .whb-main-header, .single-product header:hover .whb-main-header {
  background-color: #fff;
  border-bottom: 1px solid var(--brdcolor-gray-300);
}
.single-product .wd-page-content {
  margin-top: -90px;
}
@media screen and (max-width: 576px) {
  .single-product .wd-page-content {
    margin-top: 0px;
  }
}
.single-product .wd-page-content .wd-content-layout {
  padding-top: 0;
}
.single-product .wd-page-content .single-product-content .container-fluid {
  padding: 0 !important;
}
.single-product .wd-page-content .single-product-content .woocommerce-product-gallery .woocommerce-product-gallery__image {
  border-radius: 0 !important;
}
.single-product .wd-page-content .single-product-content .woocommerce-product-gallery .woocommerce-product-gallery__image img {
  border-radius: 0 !important;
}
.single-product .wd-page-content .single-product-content .woocommerce-product-gallery .wd-carousel {
  border-radius: 0 !important;
}
.single-product .wd-page-content .single-product-content .woocommerce-product-gallery .wd-carousel-item figure {
  max-height: 100vh;
}
@media screen and (max-width: 576px) {
  .single-product .wd-page-content .single-product-content .woocommerce-product-gallery .wd-carousel-item figure {
    max-height: 550px;
  }
}
.single-product .wd-page-content .single-product-content .woocommerce-product-gallery .wd-carousel-item figure {
  background-color: #ffffff;
}
.single-product .wd-page-content .single-product-content .woocommerce-product-gallery .wd-carousel-item figure img {
  -o-object-fit: contain;
     object-fit: contain;
  max-height: 100vh;
}
.single-product .wd-page-content .single-product-content .woocommerce-product-gallery .wd-carousel-item figure .wd-product-video {
  background-color: #ffffff;
}
@media screen and (min-width: 1024px) {
  .single-product .wd-page-content .single-product-content .summary-inner {
    max-width: 600px;
  }
}
.single-product .summary-inner .product_meta {
  padding-top: 10px;
  border-top: unset;
}
.single-product .summary-inner .product_meta .color_wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: center;
  justify-content: flex-start;
  align-items: center;
  font-weight: bold;
}
.single-product .summary-inner .product_meta .color_wrapper span {
  margin-left: 20px;
}
@media screen and (min-width: 769px) {
  .single-product .summary-inner {
    position: sticky;
    top: 150px;
    margin-top: 150px;
  }
}
@media screen and (max-width: 1024px) {
  .single-product .summary-inner {
    padding-top: 100px;
  }
}
@media screen and (max-width: 768px) {
  .single-product .summary-inner {
    padding: 30px 15px;
  }
}

.wd-product-info.wd-style-with-bg:before {
  border-radius: 20px;
}

.related-and-upsells {
  padding-top: 10px;
  border-top: 1px solid #e1e1e1;
  margin-top: 70px;
}
.related-and-upsells h2.wd-el-title {
  margin: 20px 0;
}

.grouped-product-description.collapse {
  background-color: #ffffff !important;
  transition: all 0.3s ease-in-out;
}

.grouped-product-description td {
  padding: 10px 15px;
  font-size: 0.85em;
  color: #444;
  border-bottom: 1px solid #eee;
}

.grouped-product-description td:first-child {
  width: 30px;
}

.grouped-product-description.collapse:not(.show) {
  display: none;
}

.btn-icon-toggle {
  background: none !important;
  border: none !important;
  color: #000;
  font-size: 14px;
  cursor: pointer;
  border: none;
}

.btn-icon-toggle:hover {
  color: #666;
}

.btn-icon-toggle:hover {
  color: #555;
}

.fa-info-circle:before {
  color: black;
}

.wd-wishlist-product-checkbox {
  display: flex;
}

.wd-product-video {
  height: 100vh;
}
@media screen and (max-width: 576px) {
  .wd-product-video {
    height: 100%;
  }
}
.wd-product-video {
  display: flex;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
  align-items: stretch;
}
.wd-product-video iframe {
  opacity: 1;
  /* margin: auto; */
  height: auto;
  width: auto;
  aspect-ratio: 9/16;
}

.wd-video-playing a.video-thumbnail {
  display: none;
}

.wd-carousel-item .wd-video-actions {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: row;
  align-content: center;
  justify-content: center;
  align-items: center;
}

.pswp.pswp--open .pswp__container .pswp__zoom-wrap .wd-carousel-item.wd-with-video .wd-product-video {
  display: none;
}
.pswp.pswp--open .pswp__container .pswp__zoom-wrap .wd-carousel-item.wd-video-playing .wd-product-video {
  display: flex;
}
.pswp.pswp--open .pswp__container .pswp__zoom-wrap .wd-carousel-item.wd-video-playing .video-thumbnail {
  display: none;
}
.pswp.pswp--open .pswp__button.pswp__button--arrow--left, .pswp.pswp--open .pswp__button.pswp__button--arrow--right {
  background: transparent;
  border: unset !important;
}
.pswp.pswp--open .pswp__button.pswp__button--arrow--left:hover::before, .pswp.pswp--open .pswp__button.pswp__button--arrow--right:hover::before {
  background-color: #5d5d5d;
}
.pswp.pswp--open .pswp__button.pswp__button--arrow--left::before, .pswp.pswp--open .pswp__button.pswp__button--arrow--right::before {
  border-radius: 15px;
}
.pswp.pswp--open .pswp__top-bar .pswp__button {
  background-color: #000000;
  color: #ffffff;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  border-color: #000000;
  padding: 12px !important;
}
.pswp.pswp--open .pswp__top-bar .pswp__button:hover {
  background-color: #5d5d5d;
}

.wd-carousel-item.wd-with-video.wd-video-design-native.wd-video-hide-thumb figure img {
  opacity: 1 !important;
  visibility: visible !important;
}
.wd-carousel-item.wd-with-video.wd-video-design-native.wd-video-hide-thumb figure .wd-product-video {
  display: none;
}
.wd-carousel-item.wd-with-video.wd-video-design-native.wd-video-hide-thumb .wd-video-actions .ea-play-video.wd-style-icon-bg-text {
  --wd-action-icon-size: 28px;
  pointer-events: auto;
  transition: opacity 0.25s ease;
}
.wd-carousel-item.wd-with-video.wd-video-design-native.wd-video-hide-thumb.ea-toggle figure img {
  display: none;
}
.wd-carousel-item.wd-with-video.wd-video-design-native.wd-video-hide-thumb.ea-toggle figure .wd-product-video {
  display: flex;
}
.wd-carousel-item.wd-with-video.wd-video-design-native.wd-video-hide-thumb.ea-toggle .wd-video-actions {
  display: none;
}

.color-switcher-wrap ul.color-switcher.other-color-list {
  display: flex;
  gap: 15px;
  list-style: none !important;
  padding: 0;
}
.color-switcher-wrap .color-switcher-wrap ul.color-switcher li {
  list-style: none;
  display: inline;
  padding: 2px;
  margin: 0px 5px 0px 5px;
}
.color-switcher-wrap a.other-products {
  color: black;
  align-self: center;
  text-transform: capitalize;
}
.color-switcher-wrap span.product-color {
  display: block;
  padding: 0px 10px;
}

.return-notice {
  font-style: italic;
  font-size: 13px;
  padding: 15px 20px;
  border: 1px solid;
  border-radius: 20px;
  min-height: 54px;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}

.header-banner {
  top: 0px !important;
  z-index: 400 !important;
}

@media (max-width: 1024px) {
  .header-banner {
    top: -40px !important;
  }
}
h1.entry-title.title {
  margin-top: 20px;
}

.wpcf7 input::-moz-placeholder, .wpcf7 textarea::-moz-placeholder {
  color: #999 !important; /* πιο αχνό γκρι */
  opacity: 1; /* για συμβατότητα με Firefox */
}

.wpcf7 input::placeholder,
.wpcf7 textarea::placeholder {
  color: #999 !important; /* πιο αχνό γκρι */
  opacity: 1; /* για συμβατότητα με Firefox */
}

.custom-html-menu.menu-level-1 a {
  display: inline-block;
  position: relative;
}
.custom-html-menu.menu-level-1 a:after {
  background-color: #000;
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 0;
  height: 2px;
  transition: width 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.15);
}
.custom-html-menu.menu-level-1 a:hover:after {
  width: 100%;
}
.custom-html-menu.menu-level-1 {
  padding: 15px 8px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.custom-html-menu.menu-level-1 li:before {
  content: none !important;
}
.custom-html-menu.menu-level-1 .menu-list-header {
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #000;
  font-weight: 500;
}
.custom-html-menu.menu-level-1 .menu-list-item a {
  color: #999999;
}
.custom-html-menu.menu-level-1 .custom-menu-section {
  width: 50%;
  display: inline-block;
}
.custom-html-menu.menu-level-1 .custom-menu-section h3 {
  text-align: center;
  font-weight: 600;
  padding-bottom: 10px;
  margin: 0px 10px 10px 10px;
}
.custom-html-menu.menu-level-1 .custom-menu-section h3 a {
  color: #000000;
  transition: all ease 0.5s;
}
.custom-html-menu.menu-level-1 .custom-menu-section h3 a:hover {
  color: #000;
}
.custom-html-menu.menu-level-1 .custom-menu-section .menu-column-li {
  width: 50%;
}
.custom-html-menu.menu-level-1 .section-koritsi h3 {
  border-bottom: 2px solid #ddb1d4;
  border-bottom: 2px solid #ccc;
}
.custom-html-menu.menu-level-1 .section-agori {
  border-left: 1px solid #ccc !important;
}
.custom-html-menu.menu-level-1 .section-agori h3 {
  border-bottom: 2px solid #c9e5f3;
  border-bottom: 2px solid #ccc;
}
.custom-html-menu.menu-level-1 li.menu-column-li {
  list-style: none;
  display: inline-block;
  width: 33%;
  margin-bottom: 10px;
}
.custom-html-menu.menu-level-1 li.menu-column-li.image {
  border-left: 0 !important;
}
.custom-html-menu.menu-level-1 li.menu-column-li.image a {
  margin: 0;
  padding: 0;
}
.custom-html-menu.menu-level-1.custom-menu-gender li.menu-column-li, .custom-html-menu.menu-level-1.custom-menu-outlet li.menu-column-li {
  width: 25%;
}
.custom-html-menu.menu-level-1 li.menu-column-li:not(:first-of-type) {
  border-left: none;
}
.custom-html-menu.menu-level-1 .menu-level-2 {
  padding: 0px 8px;
}
.custom-html-menu.menu-level-1 .menu-level-2 li {
  list-style: none;
}
.custom-html-menu.menu-level-1 .menu-level-2 li a {
  display: inline-block;
  margin-left: 10px;
  color: #999999;
  transition: all ease 0.5s;
}
.custom-html-menu.menu-level-1 .menu-level-2 li a:hover {
  color: #999999;
}
.custom-html-menu.menu-level-1 .menu-level-2 li.menu-image-column img.menu-image {
  width: 100%;
  vertical-align: bottom;
}
.custom-html-menu.menu-level-1 .menu-level-2 li.menu-list-header {
  font-weight: 400;
  font-size: 16px;
  margin-bottom: 20px;
}
.custom-html-menu.menu-level-1 .menu-level-2 li.menu-list-header a {
  color: #000000;
  transition: all ease 0.5s;
}
.custom-html-menu.menu-level-1 .menu-level-2 li.menu-list-header a:hover {
  color: #000;
}
.custom-html-menu.menu-level-1 li.menu-custom-links {
  display: flex;
  justify-content: center;
  align-items: center;
  list-style: none;
  padding-bottom: 20px;
  width: 100%;
}
.custom-html-menu.menu-level-1 li.menu-custom-links .btn {
  margin: 5px;
  padding: 10px;
  text-transform: uppercase;
}
.custom-html-menu.menu-level-1 li.menu-custom-links .btn:nth-child(2n+1) {
  background-color: rgb(89, 89, 89);
  color: white;
}
.custom-html-menu.menu-level-1 li.menu-custom-links .btn:nth-child(2n) {
  background-color: #000;
  color: white;
}

nav#ea-custom-menu-mobile {
  display: none;
}

.mymenucontainer {
  display: inline-block;
  cursor: pointer;
}
.mymenucontainer .bar1, .mymenucontainer .bar2, .mymenucontainer .bar3 {
  width: 20px;
  height: 2px;
  background-color: rgb(255, 255, 255);
  margin: 6px 0;
  transition: 0.4s;
}

#ea-custom-menu-mobile {
  display: none;
}

@media screen and (min-width: 577px) {
  .single-product .product-images .product-labels {
    top: 95px !important;
  }
}
.product-grid-item .product-element-top {
  border-radius: 0 !important;
}
.product-grid-item .product-element-top a.product-image-link {
  max-width: unset;
  height: unset;
  position: relative;
  width: 100%;
  padding-bottom: 133%;
}
.product-grid-item .product-element-top img {
  position: absolute;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  top: 50%; /* Τοποθέτηση στο κέντρο */
  left: 50%;
  transform: translate(-50%, -50%);
}
.product-grid-item:hover .hover-img {
  transform: scale(1) !important;
}

.wd-product.wd-hover-tiled .product-wrapper {
  box-shadow: unset !important;
}
.wd-product .wd-entities-title a {
  font-weight: normal;
}
.wd-product .wd-buttons[class*=wd-pos-s] {
  position: absolute;
  opacity: 1;
  visibility: visible;
  transform: unset;
  background: transparent;
  box-shadow: unset;
  top: 0;
  right: 0;
}

.archive-product-sku {
  color: rgba(51, 51, 51, 0.6509803922);
  font-size: 14px;
}

/* ==========================================================================
   Interactive Link Showcase shortcode styles
   ========================================================================== */
.qodef-interactive-link-showcase {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
  height: 100vh;
  visibility: hidden;
}

.admin-bar .qodef-interactive-link-showcase {
  height: calc(100vh - 32px);
}

.qodef-interactive-link-showcase .qodef-m-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0;
  transition: opacity 0s 0.45s;
}

.qodef-interactive-link-showcase .qodef-m-image.qodef--active {
  opacity: 1;
  z-index: 5;
  transition: opacity 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.qodef-interactive-link-showcase .qodef-m-image img {
  display: none;
}

.qodef-interactive-link-showcase .qodef-m-items {
  display: flex;
  align-items: center;
  z-index: 10;
}

.qodef-interactive-link-showcase .qodef-m-item {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: auto;
  padding: 0 6px 5px;
  margin: 13px 0;
  font-family: "Fira Sans", Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 45px;
  line-height: 1.11111em;
  text-transform: uppercase;
  transition: color 0.2s ease-out, background-color 0.2s ease-out;
}

@media only screen and (max-width: 1600px) {
  .qodef-interactive-link-showcase .qodef-m-item {
    font-size: 38px;
    line-height: 1.13158em;
  }
}
@media only screen and (max-width: 1200px) {
  .qodef-interactive-link-showcase .qodef-m-item {
    font-size: 35px;
    line-height: 1.14286em;
  }
}
.qodef-interactive-link-showcase .qodef-m-item .qodef-e-title {
  position: relative;
  display: block;
  z-index: 2;
  font-size: 55px;
}

.qodef-interactive-link-showcase .qodef-m-item .qodef-e-subtitle {
  font-family: "Fira Sans", Arial, Helvetica, sans-serif;
  font-size: 19px;
  text-transform: none;
  letter-spacing: 0.01em;
  line-height: 24px;
  font-weight: 400;
  color: rgb(89, 89, 89);
}
@media screen and (max-width: 992px) {
  .qodef-interactive-link-showcase .qodef-m-item .qodef-e-subtitle {
    font-size: 15px;
  }
}

.qodef-interactive-link-showcase.qodef--init {
  visibility: visible;
}

.qodef-interactive-link-showcase.qodef-skin--light .qodef-m-item {
  color: #eeeeee;
}

.qodef-interactive-link-showcase.qodef-skin--light .qodef-m-item .qodef-e-title {
  color: #eeeeee;
}

.qodef-interactive-link-showcase.qodef--has-text-distort .qodef-m-item .qodef-custom-font .qodef-e-distort-word-holder {
  -webkit-text-fill-color: currentColor;
}

.qodef-custom-font .qodef-svg--text-distort {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.qodef-custom-font .qodef-e-distort-word-holder {
  position: relative;
  z-index: 10;
  transform: translateZ(0);
  -webkit-text-fill-color: transparent;
}

.qodef-e-distort-word-holder .qodef-e-distort-word {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  -webkit-text-fill-color: currentColor;
  opacity: 0;
  transition: opacity 0.5s;
}

.qodef-e-distort-word-holder {
  display: block;
}
.qodef-e-distort-word-holder .qodef-e-normal-word,
.qodef-e-distort-word-holder .qodef-e-distort-word {
  display: -webkit-box; /* Απαραίτητο για να λειτουργήσει το `-webkit-line-clamp` */
  max-width: 99%;
  height: auto; /* Το ύψος προσαρμόζεται δυναμικά */
  line-height: 1;
  -webkit-line-clamp: 2; /* Περιορίζει σε 2 γραμμές */
  -webkit-box-orient: vertical; /* Ορίζει τη διάταξη */
  overflow: hidden;
  text-overflow: ellipsis; /* Προσθέτει τις τρεις τελείες */
  white-space: pre-line;
  line-height: 1em;
}

.qodef-interactive-link-showcase.qodef--has-text-distort .qodef-m-item .qodef-custom-font.qodef-distort-init .qodef-e-distort-word-holder .qodef-e-distort-word {
  opacity: 0;
  transition-delay: 0s;
}

.qodef-interactive-link-showcase.qodef--has-text-distort .qodef-m-item .qodef-custom-font.qodef-distort-init .qodef-e-distort-word-holder .qodef-e-normal-word {
  opacity: 1;
  transition-delay: 0s;
}

.qodef-interactive-link-showcase.qodef--has-text-distort .qodef-m-item.qodef--active .qodef-custom-font.qodef-distort-init .qodef-e-distort-word-holder .qodef-e-normal-word {
  opacity: 0;
  transition-delay: 0s;
}

.qodef-interactive-link-showcase.qodef--has-text-distort .qodef-m-item.qodef--active .qodef-custom-font.qodef-distort-init .qodef-e-distort-word-holder .qodef-e-distort-word {
  opacity: 1;
  transition-delay: 0s;
}

/* ==========================================================================
     Interactive Link Showcase List styles
     ========================================================================== */
.qodef-interactive-link-showcase.qodef-layout--interactive-list {
  display: flex;
  align-items: stretch;
  visibility: hidden;
}

.qodef-interactive-link-showcase.qodef-layout--interactive-list .qodef-m-inner {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  height: 100%;
  padding: 40px 0;
}
@media screen and (max-width: 576px) {
  .qodef-interactive-link-showcase.qodef-layout--interactive-list .qodef-m-inner {
    padding: 0;
  }
}

@media only screen and (max-width: 880px) {
  .qodef-interactive-link-showcase.qodef-layout--interactive-list .qodef-m-inner {
    flex-direction: column;
  }
}
.qodef-interactive-link-showcase.qodef-layout--interactive-list .qodef-m-images-holder {
  position: relative;
  display: flex;
  flex-direction: column;
  padding-left: 0;
  width: 50%;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 15px;
}

@media only screen and (max-width: 880px) {
  .qodef-interactive-link-showcase.qodef-layout--interactive-list .qodef-m-images-holder {
    width: 100%;
  }
}
.qodef-interactive-link-showcase.qodef-layout--interactive-list .qodef-m-images {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  align-self: center;
}

@media only screen and (max-width: 880px) {
  .qodef-interactive-link-showcase.qodef-layout--interactive-list .qodef-m-images {
    display: none;
  }
}
.qodef-interactive-link-showcase.qodef-layout--interactive-list .qodef-m-image {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}

@media only screen and (max-width: 1600px) {
  .qodef-interactive-link-showcase.qodef-layout--interactive-list .qodef-m-image {
    padding: 50px !important;
  }
}
.qodef-interactive-link-showcase.qodef-layout--interactive-list .qodef-m-image:first-of-type {
  position: relative;
}

.qodef-interactive-link-showcase.qodef-layout--interactive-list .qodef-m-image img {
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}

.qodef-interactive-link-showcase.qodef-layout--interactive-list .qodef-m-image.qodef--prev {
  opacity: 1;
}

.qodef-interactive-link-showcase.qodef-layout--interactive-list .qodef-m-image.qodef--active {
  opacity: 1;
  z-index: 5;
  animation: qodef-reveal-form-left 1s cubic-bezier(0.51, 0.15, 0.1, 0.88) forwards;
}

.qodef-interactive-link-showcase.qodef-layout--interactive-list .qodef-m-items {
  padding: 95px 0;
  display: flex;
  flex-direction: column;
  z-index: 10;
  width: 50%;
  padding-right: 5%;
  justify-content: flex-start;
  align-items: flex-start;
  text-align: left;
}

@media only screen and (max-width: 1512px) {
  .qodef-interactive-link-showcase.qodef-layout--interactive-list .qodef-m-items {
    padding: 100px 0;
  }
}
@media only screen and (max-width: 1368px) {
  .qodef-interactive-link-showcase.qodef-layout--interactive-list .qodef-m-items {
    padding: 75px 0;
  }
}
@media only screen and (max-width: 880px) {
  .qodef-interactive-link-showcase.qodef-layout--interactive-list .qodef-m-items {
    width: 100%;
  }
}
.qodef-interactive-link-showcase.qodef-layout--interactive-list .qodef-m-items .qodef-m-item {
  margin: 35px 0;
  position: relative;
}

@media only screen and (max-width: 680px) {
  .qodef-interactive-link-showcase.qodef-layout--interactive-list .qodef-m-items .qodef-m-item {
    margin: 15px 0;
  }
}
.qodef-interactive-link-showcase.qodef-layout--interactive-list .qodef-m-items .qodef-m-item:after {
  backdrop-filter: blur(2px);
  /* Adjust the blur amount as needed */
}

.qodef-interactive-link-showcase.qodef-layout--interactive-list .qodef-m-items .qodef-m-item.qodef--active:after {
  backdrop-filter: blur(0);
  /* Adjust the blur amount as needed */
}

.qodef-interactive-link-showcase.qodef-layout--interactive-list .qodef-m-items .qodef-m-item .qodef-e-title {
  padding-left: 25px;
  position: relative;
  margin: 0;
}

@media only screen and (max-width: 680px) {
  .qodef-interactive-link-showcase.qodef-layout--interactive-list .qodef-m-items .qodef-m-item .qodef-e-title {
    padding-left: 42px;
  }
}
.qodef-interactive-link-showcase.qodef-layout--interactive-list .qodef-m-items .qodef-m-item .qodef-e-title .qodef-item-number {
  font-family: "Fira Sans", Arial, Helvetica, sans-serif;
  font-size: 22px;
  font-weight: 700;
  position: absolute;
  left: 0;
  top: -13px;
}

@media only screen and (max-width: 680px) {
  .qodef-interactive-link-showcase.qodef-layout--interactive-list .qodef-m-items .qodef-m-item .qodef-e-title .qodef-item-number {
    font-size: 16px;
    top: 0;
  }
}
@media only screen and (max-width: 1512px) {
  .qodef-interactive-link-showcase.qodef-layout--interactive-list .qodef-m-items .qodef-m-item .qodef-e-title {
    font-size: 45px;
  }
}
@media only screen and (max-width: 1368px) {
  .qodef-interactive-link-showcase.qodef-layout--interactive-list .qodef-m-items .qodef-m-item .qodef-e-title {
    font-size: 40px;
  }
}
@media only screen and (max-width: 1024px) {
  .qodef-interactive-link-showcase.qodef-layout--interactive-list .qodef-m-items .qodef-m-item .qodef-e-title {
    font-size: 32px;
  }
}
@media only screen and (max-width: 880px) {
  .qodef-interactive-link-showcase.qodef-layout--interactive-list .qodef-m-items .qodef-m-item .qodef-e-title {
    font-size: 45px;
  }
}
@media only screen and (max-width: 680px) {
  .qodef-interactive-link-showcase.qodef-layout--interactive-list .qodef-m-items .qodef-m-item .qodef-e-title {
    font-size: 25px;
  }
}
.qodef-interactive-link-showcase.qodef-layout--interactive-list .qodef-m-items .qodef-m-item .qodef-e-title {
  padding-left: 55px;
}

.qodef-interactive-link-showcase.qodef-layout--interactive-list .qodef-m-items .qodef-m-item .qodef-svg--interactive-links {
  position: absolute;
  right: -8%;
  bottom: -22px;
  color: #ff0303;
  overflow: visible;
  opacity: 0;
  transition: opacity 0.4s 0.3s, stroke-dashoffset 0.7s, color 0.2s ease-out;
}

@media only screen and (max-width: 880px) {
  .qodef-interactive-link-showcase.qodef-layout--interactive-list .qodef-m-items .qodef-m-item .qodef-svg--interactive-links {
    right: 0;
  }
}
.qodef-interactive-link-showcase.qodef-layout--interactive-list .qodef-m-items .qodef-m-item:hover .qodef-svg--interactive-links,
.qodef-interactive-link-showcase.qodef-layout--interactive-list .qodef-m-items .qodef-m-item.qodef--active .qodef-svg--interactive-links {
  stroke-dashoffset: 0;
  opacity: 1;
  transition-duration: 0.2s, 1.3s, 0.2s;
  transition-delay: 0s, 0s, 0s;
  transition-timing-function: ease, cubic-bezier(0.39, 0.06, 0.31, 0.95), ease-out;
}

.qodef-interactive-link-showcase.qodef-layout--interactive-list.qodef--init {
  visibility: visible;
}

.qodef-interactive-link-showcase.qodef-layout--interactive-list.qodef-vertical-scroll-in-content .qodef-m-items {
  clip-path: inset(-10em -100em);
}

/* ==========================================================================
     Interactive Link Showcase List styles
     ========================================================================== */
.qodef-interactive-link-showcase.qodef-layout--list {
  display: flex;
  align-items: stretch;
  visibility: hidden;
}

.qodef-interactive-link-showcase.qodef-layout--list .qodef-m-inner {
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 40px 0;
}

.qodef-interactive-link-showcase.qodef-layout--list .qodef-m-images-holder {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 50%;
  padding: 10px 0 0 40px;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 15px;
  overflow: hidden;
}

.qodef-interactive-link-showcase.qodef-layout--list .qodef-m-images {
  display: block;
  position: relative;
  width: 100%;
  overflow: hidden;
  align-self: self-end;
}

@media only screen and (max-width: 768px) {
  .qodef-interactive-link-showcase.qodef-layout--list .qodef-m-images-holder,
  .qodef-interactive-link-showcase.qodef-layout--list .qodef-m-images {
    display: none;
  }
  .qodef-interactive-link-showcase.qodef-layout--list .qodef-m-items {
    width: 100% !important;
  }
}
.qodef-interactive-link-showcase.qodef-layout--list .qodef-m-image {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.qodef-interactive-link-showcase.qodef-layout--list .qodef-m-image:first-of-type {
  position: relative;
}

.qodef-interactive-link-showcase.qodef-layout--list .qodef-m-image img {
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}

.qodef-interactive-link-showcase.qodef-layout--list .qodef-m-items {
  display: flex;
  flex-direction: column;
  z-index: 10;
  width: 50%;
  justify-content: flex-start;
  align-items: flex-start;
  text-align: left;
  padding: 40px 4% 100px 0;
}
@media screen and (max-width: 576px) {
  .qodef-interactive-link-showcase.qodef-layout--list .qodef-m-items {
    padding: 0px 4% 0px 0;
  }
}

.qodef-interactive-link-showcase.qodef-layout--list .qodef-m-items .qodef-m-item {
  margin: 0;
  position: relative;
  width: 100%;
}

.qodef-interactive-link-showcase.qodef-layout--list .qodef-m-items .qodef-m-item .qodef-e-title {
  margin: 0;
  line-height: normal !important;
}

@media only screen and (max-width: 1600px) {
  .qodef-interactive-link-showcase.qodef-layout--list .qodef-m-items .qodef-m-item .qodef-e-title {
    font-size: 55px;
  }
}
@media only screen and (max-width: 1512px) {
  .qodef-interactive-link-showcase.qodef-layout--list .qodef-m-items .qodef-m-item .qodef-e-title {
    font-size: 45px;
  }
}
@media only screen and (max-width: 1368px) {
  .qodef-interactive-link-showcase.qodef-layout--list .qodef-m-items .qodef-m-item .qodef-e-title {
    font-size: 40px;
  }
}
@media only screen and (max-width: 1024px) {
  .qodef-interactive-link-showcase.qodef-layout--list .qodef-m-items .qodef-m-item .qodef-e-title {
    font-size: 32px;
  }
}
@media only screen and (max-width: 880px) {
  .qodef-interactive-link-showcase.qodef-layout--list .qodef-m-items .qodef-m-item .qodef-e-title {
    font-size: 30px;
  }
}
@media only screen and (max-width: 680px) {
  .qodef-interactive-link-showcase.qodef-layout--list .qodef-m-items .qodef-m-item .qodef-e-title {
    font-size: 25px;
  }
}
.qodef-interactive-link-showcase.qodef-layout--list .qodef-m-items .qodef-m-item .qodef-svg--interactive-links {
  position: absolute;
  right: -8%;
  bottom: -45px;
  color: #ff0303;
  overflow: visible;
  opacity: 0; /* Αρχικά αόρατο */
  clip-path: inset(0 100% 0 0); /* Κρύβει το αντικείμενο εντελώς */
  transition: clip-path 0.7s ease-out, opacity 0.7s ease-in-out;
}
.qodef-interactive-link-showcase.qodef-layout--list .qodef-m-items .qodef-m-item .qodef-svg--interactive-links path {
  fill: currentColor;
}
.qodef-interactive-link-showcase.qodef-layout--list .qodef-m-items .qodef-m-item .qodef-svg--interactive-links g path {
  fill: none;
  stroke: currentColor;
}
@media screen and (max-width: 576px) {
  .qodef-interactive-link-showcase.qodef-layout--list .qodef-m-items .qodef-m-item .qodef-svg--interactive-links {
    width: 90%;
  }
}

@media only screen and (max-width: 880px) {
  .qodef-interactive-link-showcase.qodef-layout--list .qodef-m-items .qodef-m-item .qodef-svg--interactive-links {
    right: 0;
  }
}
.qodef-interactive-link-showcase.qodef-layout--list .qodef-m-items .qodef-m-item:hover .qodef-svg--interactive-links,
.qodef-interactive-link-showcase.qodef-layout--list .qodef-m-items .qodef-m-item.qodef--active .qodef-svg--interactive-links {
  stroke-dashoffset: 0;
  opacity: 1;
  clip-path: inset(0 0 0 0);
}

.qodef-interactive-link-showcase.qodef-layout--list.qodef--init {
  visibility: visible;
}

.qodef-interactive-link-showcase.qodef-layout--list.qodef-vertical-scroll-in-content .qodef-m-items {
  clip-path: inset(-10em -100em);
}

.qodef-interactive-link-showcase.qodef-layout--list:not(.qodef--has-parallax) .qodef-m-image {
  opacity: 0;
  transition: opacity 1s;
}

.qodef-interactive-link-showcase.qodef-layout--list:not(.qodef--has-parallax) .qodef-m-image.qodef--prev {
  opacity: 1;
}

.qodef-interactive-link-showcase.qodef-layout--list:not(.qodef--has-parallax) .qodef-m-image.qodef--active {
  opacity: 1;
  z-index: 5;
  animation: qodef-reveal-form-left 1s cubic-bezier(0.51, 0.15, 0.1, 0.88) forwards;
}

.qodef-interactive-link-showcase.qodef-layout--list.qodef--has-parallax {
  --qode-x: 0;
  --qode-y: 0;
  overflow: visible;
}

.qodef-interactive-link-showcase.qodef-layout--list.qodef--has-parallax .qodef-m-images-holder,
.qodef-interactive-link-showcase.qodef-layout--list.qodef--has-parallax .qodef-m-images {
  overflow: visible;
}

.qodef-interactive-link-showcase.qodef-layout--list.qodef--has-parallax .qodef-m-image .qodef-m-image-inner {
  display: flex;
}

.qodef-interactive-link-showcase.qodef-layout--list.qodef--has-parallax .qodef-m-image .qodef-m-image-inner:not(:first-of-type) {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.qodef-interactive-link-showcase.qodef-layout--list.qodef--has-parallax .qodef-m-image .qodef-m-image-inner img {
  will-change: transform;
  transform: translateX(var(--qode-move-x)) translateY(var(--qode-move-y));
}

.qodef-interactive-link-showcase.qodef-layout--list.qodef--has-parallax .qodef-m-image .qodef-m-image-inner:nth-of-type(1) img {
  clip-path: polygon(36% 0, 100% 0, 100% 64%, 43% 55%);
  --qode-move-x: calc(var(--qode-x) * 20px);
  --qode-move-y: calc(var(--qode-y) * -30px);
}

.qodef-interactive-link-showcase.qodef-layout--list.qodef--has-parallax .qodef-m-image .qodef-m-image-inner:nth-of-type(2) img {
  clip-path: polygon(0 0, 63% 0, 52% 66%, 0 72%);
  --qode-move-x: calc(var(--qode-x) * 18px);
  --qode-move-y: calc(var(--qode-y) * 12px);
}

.qodef-interactive-link-showcase.qodef-layout--list.qodef--has-parallax .qodef-m-image .qodef-m-image-inner:nth-of-type(3) img {
  clip-path: polygon(44% 39%, 100% 45%, 100% 100%, 36% 100%);
  --qode-move-x: calc(var(--qode-x) * -14px);
  --qode-move-y: calc(var(--qode-y) * -15px);
}

.qodef-interactive-link-showcase.qodef-layout--list.qodef--has-parallax .qodef-m-image .qodef-m-image-inner:nth-of-type(4) img {
  clip-path: polygon(0 43%, 53% 33%, 68% 100%, 0 100%);
  --qode-move-x: calc(var(--qode-x) * -54px);
  --qode-move-y: calc(var(--qode-y) * 33px);
}

.qodef-interactive-link-showcase.qodef-layout--list.qodef--has-parallax .qodef-m-image-inner {
  opacity: 0;
  transition: transform 1s cubic-bezier(0.59, 0.22, 0, 1.03), opacity 0.35s ease-out;
  transform: translateX(var(--qode-move-x)) translateY(var(--qode-move-y)) scale(var(--qode-scale));
  transform-origin: center;
  display: block;
}

.qodef-interactive-link-showcase.qodef-layout--list.qodef--has-parallax .qodef-m-image-inner:nth-of-type(1) {
  --qode-move-x: -30%;
  --qode-move-y: 10px;
  --qode-scale: 0.95;
}

.qodef-interactive-link-showcase.qodef-layout--list.qodef--has-parallax .qodef-m-image-inner:nth-of-type(2) {
  --qode-move-x: 20%;
  --qode-move-y: 40px;
  --qode-scale: 0.25;
  transition-delay: 0.1s, 0.1s;
}

.qodef-interactive-link-showcase.qodef-layout--list.qodef--has-parallax .qodef-m-image-inner:nth-of-type(3) {
  --qode-move-x: 120%;
  --qode-move-y: 140px;
  --qode-scale: 0.25;
  transition-delay: 0.2s, 0.2s;
}

.qodef-interactive-link-showcase.qodef-layout--list.qodef--has-parallax .qodef-m-image-inner:nth-of-type(4) {
  --qode-move-x: 20%;
  --qode-move-y: -140px;
  --qode-scale: 0.55;
  transition-delay: 0.3s, 0.3s;
}

.qodef-interactive-link-showcase.qodef-layout--list.qodef--has-parallax .qodef-m-image.qodef--active .qodef-m-image-inner {
  --qode-move-x: 0px;
  --qode-move-y: 0px;
  --qode-scale: 1;
  opacity: 1;
}

/* ==========================================================================
   Interactive Link Showcase shortcode responsive styles
   ========================================================================== */
@media only screen and (max-width: 1368px) {
  .qodef-interactive-link-showcase.qodef-type--standard {
    padding: 100px 0;
  }
  .qodef-interactive-link-showcase.qodef-type--standard .qodef-m-images {
    width: 60%;
  }
  .qodef-interactive-link-showcase.qodef-type--standard .qodef-m-items {
    width: 40%;
  }
}
@media only screen and (max-width: 1200px) {
  .qodef-interactive-link-showcase.qodef-type--standard {
    padding: 60px 0;
  }
  .qodef-interactive-link-showcase.qodef-type--standard .qodef-m-images {
    width: 80%;
  }
  .qodef-interactive-link-showcase.qodef-type--standard .qodef-m-items {
    width: 100%;
    padding-left: 60px;
    align-items: flex-start;
  }
  .qodef-interactive-link-showcase.qodef-type--standard .qodef-m-item {
    font-size: 38px;
    line-height: 1.13158em;
    text-transform: uppercase;
    padding-bottom: 3px;
  }
}
@media only screen and (max-width: 1200px) and (max-width: 1600px) {
  .qodef-interactive-link-showcase.qodef-type--standard .qodef-m-item {
    font-size: 33px;
    line-height: 1.15152em;
  }
}
@media only screen and (max-width: 1200px) and (max-width: 1200px) {
  .qodef-interactive-link-showcase.qodef-type--standard .qodef-m-item {
    font-size: 30px;
    line-height: 1.16667em;
  }
}
@media only screen and (max-width: 880px) {
  .qodef-interactive-link-showcase.qodef-type--standard {
    padding: 30px 0;
  }
  .qodef-interactive-link-showcase.qodef-type--standard .qodef-m-items {
    padding-left: 30px;
  }
}
/* ==========================================================================
   Devices screen size variables
   ========================================================================== */
.qodef-qi-interactive-link-showcase {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
  display: flex;
  align-items: center;
  visibility: hidden;
}

.qodef-qi-interactive-link-showcase.qodef--full-height {
  height: 100vh;
}

.admin-bar .qodef-qi-interactive-link-showcase.qodef--full-height {
  height: calc(100vh - 32px);
}

.qodef-qi-interactive-link-showcase .qodef-e-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 0s 0.45s;
}

.qodef-qi-interactive-link-showcase .qodef-e-image.qodef-background {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.qodef-qi-interactive-link-showcase .qodef-e-image.qodef-background img {
  display: none;
}

.qodef-qi-interactive-link-showcase .qodef-e-image.qodef--active {
  opacity: 1;
  z-index: 5;
  transition: opacity 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.qodef-qi-interactive-link-showcase .qodef-m-items {
  display: flex;
  flex-direction: column;
  align-items: center;
  z-index: 10;
}

.qodef-qi-interactive-link-showcase .qodef-m-item {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: auto;
  color: #111111;
  margin: 0.6em 0;
}

.qodef-qi-interactive-link-showcase .qodef-e-title {
  position: relative;
  display: inline-block;
  vertical-align: top;
  font-family: "Fira Sans", Arial, Helvetica, sans-serif;
  font-weight: 500;
  letter-spacing: -0.02em;
  font-size: 39px;
  line-height: 1.19048em;
  transition: color 0.2s ease-out;
  z-index: 2;
}

@media only screen and (max-width: 680px) {
  .qodef-qi-interactive-link-showcase .qodef-e-title {
    font-size: 36px;
  }
}
.qodef-qi-interactive-link-showcase .qodef-e-inner-title {
  position: relative;
  display: inline-block;
  vertical-align: top;
}

.qodef-qi-interactive-link-showcase .qodef-e-inner-title:after {
  content: "";
  position: absolute;
  left: 0;
  width: 0;
  height: 2px;
  background-color: currentColor;
  transition: width 0.3s ease;
}

.qodef-qi-interactive-link-showcase .qodef-e-inner-title:hover:after {
  width: 100%;
}

.qodef-hover--underline.qodef-qi-interactive-link-showcase .qodef-e-inner-title:after {
  bottom: 0;
}

.qodef-hover--line-through.qodef-qi-interactive-link-showcase .qodef-e-inner-title:after {
  top: 50%;
  transform: translateY(-50%);
}

.qodef-qi-interactive-link-showcase .qodef--active.qodef-m-item .qodef-e-inner-title:after {
  width: 100%;
}

.qodef-qi-interactive-link-showcase .qodef-e-text {
  display: block;
}

.qodef-qi-interactive-link-showcase.qodef--init {
  visibility: visible;
}

/* ==========================================================================
   Interactive Link Showcase shortcode responsive styles
   ========================================================================== */
/* ==========================================================================
   Interactive Link Showcase List styles
   ========================================================================== */
.qodef-qi-interactive-link-showcase.qodef-layout--background .qodef-m-images {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.qodef-qi-interactive-link-showcase.qodef-layout--background .qodef-m-items {
  width: 40%;
  justify-content: center;
  align-items: flex-start;
}

/* ==========================================================================
   Interactive Link Showcase List styles
   ========================================================================== */
.qodef-qi-interactive-link-showcase.qodef-layout--split {
  align-items: stretch;
}

.qodef-qi-interactive-link-showcase.qodef-layout--split .qodef-m-images {
  position: relative;
  flex: 1;
}

@media only screen and (max-width: 680px) {
  .qodef-split-hide-under--680 .qodef-qi-interactive-link-showcase.qodef-layout--split .qodef-m-images {
    display: none;
  }
}
@media only screen and (max-width: 480px) {
  .qodef-split-hide-under--480 .qodef-qi-interactive-link-showcase.qodef-layout--split .qodef-m-images {
    display: none;
  }
}
.qodef-qi-interactive-link-showcase.qodef-layout--split .qodef-m-items {
  width: 40%;
  justify-content: center;
  align-items: flex-start;
  padding: 150px 10%;
}

@media only screen and (max-width: 680px) {
  .qodef-split-hide-under--680 .qodef-qi-interactive-link-showcase.qodef-layout--split .qodef-m-items {
    width: 100%;
  }
}
@media only screen and (max-width: 480px) {
  .qodef-split-hide-under--480 .qodef-qi-interactive-link-showcase.qodef-layout--split .qodef-m-items {
    width: 100%;
  }
}
.qodef-qi-interactive-link-showcase.qodef-layout--split .qodef-e-image:not(.qodef-background) {
  display: flex;
  align-items: center;
  justify-content: center;
}

.qodef-qi-interactive-link-showcase.qodef-layout--split .qodef-e-image:not(.qodef-background) img {
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

/* ==========================================================================
   Interactive Link Showcase List styles
   ========================================================================== */
.qodef-qi-interactive-link-showcase.qodef-layout--standard {
  justify-content: center;
  text-align: center;
}

.qodef-qi-interactive-link-showcase.qodef-layout--standard .qodef-m-images {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

@media only screen and (max-width: 768px) {
  .qodef-standard-hide-under--768 .qodef-qi-interactive-link-showcase.qodef-layout--standard .qodef-m-images {
    display: none;
  }
}
@media only screen and (max-width: 680px) {
  .qodef-standard-hide-under--680 .qodef-qi-interactive-link-showcase.qodef-layout--standard .qodef-m-images {
    display: none;
  }
}
@media only screen and (max-width: 480px) {
  .qodef-standard-hide-under--480 .qodef-qi-interactive-link-showcase.qodef-layout--standard .qodef-m-images {
    display: none;
  }
}
.qodef-qi-interactive-link-showcase.qodef-layout--standard .qodef-m-items {
  width: 40%;
  justify-content: center;
}

@media only screen and (max-width: 680px) {
  .qodef-split-hide-under--680 .qodef-qi-interactive-link-showcase.qodef-layout--standard .qodef-m-items {
    width: 100%;
  }
}
@media only screen and (max-width: 480px) {
  .qodef-split-hide-under--480 .qodef-qi-interactive-link-showcase.qodef-layout--standard .qodef-m-items {
    width: 100%;
  }
}
.qodef-standard-images-on-top--yes .qodef-qi-interactive-link-showcase.qodef-layout--standard .qodef-m-items {
  z-index: unset;
}

.qodef-qi-interactive-link-showcase.qodef-layout--standard .qodef-e-image {
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.35s ease-out;
}

.qodef-qi-interactive-link-showcase.qodef-layout--standard .qodef-e-image.qodef-position--left {
  left: 0;
  width: 30%;
}

.qodef-qi-interactive-link-showcase.qodef-layout--standard .qodef-e-image.qodef-position--right {
  left: auto;
  right: 0;
  width: 30%;
}

.qodef-qi-interactive-link-showcase.qodef-layout--standard .qodef-e-image img {
  position: relative;
}

/* ==========================================================================
   Interactive Link Showcase List styles
   ========================================================================== */
.qodef-qi-interactive-link-showcase.qodef-layout--inline {
  align-items: flex-start;
  justify-content: flex-start;
  text-align: left;
}

.qodef-qi-interactive-link-showcase.qodef-layout--inline .qodef-m-images {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

@media only screen and (max-width: 680px) {
  .qodef-standard-hide-under--680 .qodef-qi-interactive-link-showcase.qodef-layout--inline .qodef-m-images {
    display: none;
  }
}
@media only screen and (max-width: 480px) {
  .qodef-standard-hide-under--480 .qodef-qi-interactive-link-showcase.qodef-layout--inline .qodef-m-images {
    display: none;
  }
}
.qodef-qi-interactive-link-showcase.qodef-layout--inline .qodef-m-items {
  flex-direction: row;
  flex-wrap: wrap;
  align-items: baseline;
  margin: 0 -20px;
}

@media only screen and (max-width: 680px) {
  .qodef-split-hide-under--680 .qodef-qi-interactive-link-showcase.qodef-layout--inline .qodef-m-items {
    width: 100%;
  }
}
@media only screen and (max-width: 480px) {
  .qodef-split-hide-under--480 .qodef-qi-interactive-link-showcase.qodef-layout--inline .qodef-m-items {
    width: 100%;
  }
}
.qodef-qi-interactive-link-showcase.qodef-layout--inline .qodef-m-item {
  position: relative;
  flex: 1;
  flex-grow: 0;
  margin: 0 !important;
}

.qodef-qi-interactive-link-showcase.qodef-layout--inline .qodef-e-title {
  white-space: nowrap;
  padding: 0 20px;
}

.qodef-qi-interactive-link-showcase.qodef-layout--inline .qodef-e-title:before {
  position: absolute;
  right: 0;
  transform: translateX(50%);
}

.qodef-qi-interactive-link-showcase.qodef-layout--inline .qodef-e-text {
  padding: 0 20px;
}

.qodef-qi-interactive-link-showcase.qodef-layout--inline .qodef-e-image {
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.35s ease-out;
}

.qodef-qi-interactive-link-showcase.qodef-layout--inline .qodef-e-image.qodef-position--left {
  left: 0;
  width: 30%;
  justify-content: flex-start;
}

.qodef-qi-interactive-link-showcase.qodef-layout--inline .qodef-e-image.qodef-position--right {
  left: auto;
  right: 0;
  width: 30%;
  justify-content: flex-end;
}

.qodef-qi-interactive-link-showcase.qodef-layout--inline .qodef-e-image img {
  position: relative;
}

.qodef-shortcode.qodef-m.qodef-interactive-link-showcase.qodef-layout--list {
  max-height: 700px !important;
}

.footer_quote {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  max-width: 1024px !important;
  font-size: 160px;
  font-weight: 700;
  line-height: 1;
  padding: 150px 0;
}
@media screen and (max-width: 991px) {
  .footer_quote {
    padding: 50px 0;
  }
}

.footer_quote.word {
  line-height: 1;
}

.footer_quote.chars {
  line-height: 0.9;
}

@media screen and (max-width: 1024px) {
  .footer_quote {
    max-width: 36.6rem;
    font-size: 100px;
  }
}
@media screen and (max-width: 576px) {
  .footer_quote {
    font-size: 60px;
  }
}
.text-effect-section {
  background-color: black;
  overflow: hidden;
}

.text-effect-component {
  grid-column-gap: 7.5rem;
  grid-row-gap: 7.5rem;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  padding-top: 0.9375rem;
  padding-bottom: 2rem;
  display: flex;
  margin: auto !important;
}

.grouped-product-item.disabled {
  opacity: 0.6;
  pointer-events: none;
}
.grouped-product-item p small {
  color: #666666;
}/*# sourceMappingURL=commerce-mall-v3.css.map */