/*
Theme Name: Themename
Author: webdesign berlin
Author URI: https://webdesign-berlin.de/
Version: 1.0
*/
/*===========================================================
 RUINS GALLERY - Main Stylesheet
 Design Philosophy: Antique meets Modern
 Golden ornaments + Sterile white aesthetic
============================================================*/
/*===========================================================
 SCSS VARIABLES - RUINS GALLERY
 Design: Antique meets Modern - Golden ornaments + Sterile white
============================================================*/
/*
Theme Name: Themename
Author: webdesign berlin
Author URI: https://webdesign-berlin.de/
Version: 1.0
*/
/*===========================================================
 RUINS GALLERY - Main Stylesheet
 Design Philosophy: Antique meets Modern
 Golden ornaments + Sterile white aesthetic
============================================================*/
/*===========================================================
 SCSS MIXINS - REUSABLE PATTERNS
============================================================*/
/*===========================================================
 CUSTOM FONTS
============================================================*/
@font-face {
  font-family: "Gilroy";
  src: url("../fonts/Gilroy-Regular.woff2") format("woff2"), url("../fonts/Gilroy-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gilroy";
  src: url("../fonts/Gilroy-Medium.woff2") format("woff2"), url("../fonts/Gilroy-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gilroy";
  src: url("../fonts/Gilroy-SemiBold.woff2") format("woff2"), url("../fonts/Gilroy-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gilroy";
  src: url("../fonts/Gilroy-Bold.woff2") format("woff2"), url("../fonts/Gilroy-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gilroy";
  src: url("../fonts/Gilroy-ExtraBold.woff2") format("woff2"), url("../fonts/Gilroy-ExtraBold.woff") format("woff");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
/*
Theme Name: Themename
Author: webdesign berlin
Author URI: https://webdesign-berlin.de/
Version: 1.0
*/
/*===========================================================
 RUINS GALLERY - Main Stylesheet
 Design Philosophy: Antique meets Modern
 Golden ornaments + Sterile white aesthetic
============================================================*/
/*===========================================================
 RESET & BASE STYLES
============================================================*/
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "Gilroy", sans-serif;
  font-size: 14px;
  line-height: 1.25;
  font-weight: 400;
  color: #222222;
  letter-spacing: normal;
}

p {
  color: #444444;
}

:focus {
  outline: none !important;
}

.cboth {
  overflow: hidden;
  clear: both;
}

.left {
  float: left;
}

.right {
  float: right;
}

/*
Theme Name: Themename
Author: webdesign berlin
Author URI: https://webdesign-berlin.de/
Version: 1.0
*/
/*===========================================================
 RUINS GALLERY - Main Stylesheet
 Design Philosophy: Antique meets Modern
 Golden ornaments + Sterile white aesthetic
============================================================*/
/*===========================================================
 TYPOGRAPHY
============================================================*/
h1, h2, h3, h4, h5, h6, p {
  margin: 0;
}

h2 {
  color: #222222;
}

strong {
  font-weight: 700;
}

u {
  border-bottom: 1px solid #ffffff;
  line-height: 1;
  text-decoration: none;
}

/*
Theme Name: Themename
Author: webdesign berlin
Author URI: https://webdesign-berlin.de/
Version: 1.0
*/
/*===========================================================
 RUINS GALLERY - Main Stylesheet
 Design Philosophy: Antique meets Modern
 Golden ornaments + Sterile white aesthetic
============================================================*/
/*===========================================================
 LINKS
============================================================*/
a {
  color: currentColor;
  text-decoration: none;
  transition: all 0.3s ease ease;
}
a:hover {
  text-decoration: none !important;
  outline: none !important;
}

.maincontent a {
  border-bottom: 1px solid currentColor;
}

/*===========================================================
 IMAGES
============================================================*/
img {
  max-width: 100%;
  height: auto;
}
img.lazy {
  background-image: url("../img/loading.gif");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 50px auto;
  height: auto;
}

/*
Theme Name: Themename
Author: webdesign berlin
Author URI: https://webdesign-berlin.de/
Version: 1.0
*/
/*===========================================================
 RUINS GALLERY - Main Stylesheet
 Design Philosophy: Antique meets Modern
 Golden ornaments + Sterile white aesthetic
============================================================*/
/*===========================================================
 LAYOUT SYSTEM
============================================================*/
.container-fluid {
  width: 100%;
  margin: 0 auto;
  padding: 0 16px;
}

.container {
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 16px;
}

.row {
  --gutter-x: 24px;
  display: flex;
  flex-wrap: wrap;
  margin-right: calc(var(--gutter-x) * -0.5);
  margin-left: calc(var(--gutter-x) * -0.5);
}
.row > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--gutter-x) * 0.5);
  padding-left: calc(var(--gutter-x) * 0.5);
}

.col {
  flex: 1 0 0%;
}

/*
Theme Name: Themename
Author: webdesign berlin
Author URI: https://webdesign-berlin.de/
Version: 1.0
*/
/*===========================================================
 RUINS GALLERY - Main Stylesheet
 Design Philosophy: Antique meets Modern
 Golden ornaments + Sterile white aesthetic
============================================================*/
/*===========================================================
 FORMS & INPUTS
============================================================*/
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
select::-webkit-input-placeholder {
  color: #444444;
  font-size: 16px;
  font-weight: 300;
  line-height: 30px;
  letter-spacing: 0.39px;
}
input:-moz-placeholder,
textarea:-moz-placeholder,
select:-moz-placeholder {
  color: #444444;
  font-size: 16px;
  font-weight: 300;
  line-height: 30px;
  letter-spacing: 0.39px;
}
input::-moz-placeholder,
textarea::-moz-placeholder,
select::-moz-placeholder {
  color: #444444;
  font-size: 16px;
  font-weight: 300;
  line-height: 30px;
  letter-spacing: 0.39px;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder,
select:-ms-input-placeholder {
  color: #444444;
  font-size: 16px;
  font-weight: 300;
  line-height: 30px;
  letter-spacing: 0.39px;
}

button {
  background-color: transparent;
  border: 0;
  cursor: pointer;
  transition: all 0.3s ease ease;
}
button:active, button:focus {
  outline: none;
}

/*
Theme Name: Themename
Author: webdesign berlin
Author URI: https://webdesign-berlin.de/
Version: 1.0
*/
/*===========================================================
 RUINS GALLERY - Main Stylesheet
 Design Philosophy: Antique meets Modern
 Golden ornaments + Sterile white aesthetic
============================================================*/
/*===========================================================
 BUTTONS
============================================================*/
.btn {
  transition: all 0.3s ease ease;
}
.btn:hover {
  transition: all 0.3s ease ease;
}

.base-bttn {
  font-size: 13px;
  font-weight: 800;
  font-style: normal;
  line-height: 60px;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.3px;
  background: #888888;
  padding: 0 30px;
  position: relative;
  display: inline-block;
  text-align: center;
  border-bottom: 0 !important;
}
.base-bttn::before, .base-bttn::after {
  content: "";
  display: block;
  position: absolute;
  width: 40px;
  height: 1px;
  background: #222222;
  top: calc(50% - 0.5px);
  transition: all 0.3s ease ease;
}
.base-bttn::before {
  right: -10px;
  opacity: 0;
}
.base-bttn::after {
  right: -30px;
}
.base-bttn:hover::before {
  right: -30px;
  opacity: 1;
}
.base-bttn:hover::after {
  right: -40px;
}

.white-bttn {
  background: #f4f4f2;
}

.vc_btn3-inline {
  margin-right: 30px;
}

.vc_general.vc_btn3.vc_btn3-color-grey,
button {
  display: inline-block !important;
  background-image: none !important;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  font-size: 16px !important;
  font-weight: 700 !important;
  color: #ffffff !important;
  text-decoration: none !important;
  text-align: center !important;
  text-transform: capitalize !important;
  background-color: #5680bc !important;
  border: 1px solid #5680bc !important;
  padding: 15px 20px !important;
}

.vc_general.vc_btn3.vc_btn3-icon-left {
  padding-left: 40px !important;
}

.vc_general.vc_btn3.vc_btn3-icon-right {
  padding-right: 40px !important;
}

.vc_general.vc_btn3.vc_btn3-color-grey.vc_btn3-size-xs,
.vc_general.vc_btn3.vc_btn3-color-grey.vc_btn3-size-sm {
  padding: 10px 20px !important;
}

.vc_general.vc_btn3.vc_btn3-color-grey.vc_btn3-size-lg {
  padding: 20px 20px !important;
}

.vc_general.vc_btn3.vc_btn3-color-grey:hover,
button:hover {
  background: #ffffff !important;
  color: #5680bc !important;
  border: 1px solid #5680bc !important;
}

/*
Theme Name: Themename
Author: webdesign berlin
Author URI: https://webdesign-berlin.de/
Version: 1.0
*/
/*===========================================================
 RUINS GALLERY - Main Stylesheet
 Design Philosophy: Antique meets Modern
 Golden ornaments + Sterile white aesthetic
============================================================*/
/*===========================================================
 WPBAKERY STANDARDS
============================================================*/
.maincontent .vc_row:not(.vc_inner):not(.vc_grid):not(.vc_gitem_row) {
  padding-top: 35px;
  padding-bottom: 50px;
}
@media (max-width: 992px) {
  .maincontent .vc_row:not(.vc_inner):not(.vc_grid):not(.vc_gitem_row) {
    padding: 20px 0;
  }
}
.maincontent h1, .maincontent h2, .maincontent h3, .maincontent h4, .maincontent h5, .maincontent h6, .maincontent p, .maincontent ul, .maincontent ol {
  margin-bottom: 15px;
}
.maincontent ul li:not(:last-child),
.maincontent ol li:not(:last-child) {
  margin-bottom: 15px;
}
.maincontent ul ul,
.maincontent ul ol,
.maincontent ol ul,
.maincontent ol ol {
  margin-top: 15px;
}
.maincontent .wpb_text_column + .wpb_text_column,
.maincontent .wpb_text_column + *,
.maincontent .wpb_text_column + .vc_row {
  margin-top: 20px;
}

.menu ul li:hover > a, .menu ul li.current-page-ancestor > a, .menu ul li.current-menu-ancestor > a, .menu ul li.current-menu-parent > a, .menu ul li.current_page_parent > a, .menu ul li.current_page_ancestor > a, .menu ul li.current-menu-item > a {
  color: #5680bc;
}

body.tribe_events-template-default .menu ul li.veranstaltungen > a,
body.single-post .menu ul li.nachrichten > a {
  color: #5680bc;
}

/*
Theme Name: Themename
Author: webdesign berlin
Author URI: https://webdesign-berlin.de/
Version: 1.0
*/
/*===========================================================
 RUINS GALLERY - Main Stylesheet
 Design Philosophy: Antique meets Modern
 Golden ornaments + Sterile white aesthetic
============================================================*/
/*===========================================================
HEADER & NAVIGATION Basic Setup - DESKTOP
============================================================*/
.header {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

/* Logo Section */
.menu-left a {
  text-decoration: none;
  display: flex;
  align-items: flex-end;
  gap: 10px;
}

/* Main Navigation */
.menu {
  display: flex;
  align-items: center;
}
.menu ul {
  margin: 0;
  list-style: none;
}
.menu ul li {
  list-style: none;
  display: inline-block;
  margin: 0;
}
.menu ul li a {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.5;
  color: #000000;
  text-decoration: none;
  transition: 0.3s ease 0.3s ease ease;
  border-bottom: 0;
}
.menu ul li a:hover {
  color: #e40422;
}
.menu ul li ul a {
  font-size: 16px;
}

/* Dropdown Menus Basic*/
.menu-item-has-children {
  position: relative;
  margin-bottom: 0 !important;
}
.menu-item-has-children > a {
  position: relative;
  padding-right: 40px;
}

.menu-toggle {
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  display: block;
  pointer-events: none;
  background-image: url(../img/angle-down.svg);
  background-position: right center;
  background-size: 12px;
  right: 15px;
  width: 12px;
  height: 12px;
}

@media (min-width: 992px) {
  .dropdown-menu {
    position: absolute;
    z-index: 1000;
    display: none;
    text-align: left;
    list-style: none;
    background-clip: padding-box;
    left: calc(100% + 25px);
    top: 15px;
  }
  .menu-toggle {
    right: -15px !important;
    transform: rotate(-90deg) translateX(50%) !important;
    -webkit-transform: rotate(-90deg) translateX(50%) !important;
    -moz-transform: rotate(-90deg) translateX(50%) !important;
    -ms-transform: rotate(-90deg) translateX(50%) !important;
    -o-transform: rotate(-90deg) translateX(50%) !important;
  }
}
.menu .dropdown-menu li {
  display: block;
  position: relative;
}

.dropdown-menu {
  min-width: auto;
  padding: 0 0;
  margin: 0 !important;
  font-size: 14px;
  color: #000000;
}
.dropdown-menu li {
  margin-bottom: 0 !important;
}
.dropdown-menu li a {
  display: block;
  text-decoration: none;
  padding: 4px 16px;
  line-height: 1.4;
  color: #000000;
  border-bottom: 1px solid #eee;
}
.dropdown-menu li a:hover {
  color: #e40422;
}
.dropdown-menu li:last-child a {
  border-bottom: 0;
}

/*===========================================================
Menu
============================================================*/
.header-area {
  padding: 30px 0;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  background: #ffffff;
}

body.admin-bar .header-area {
  top: 32px;
}

/* Logo Section */
.menu-left span {
  font-size: 22px;
  font-weight: 600;
  line-height: 1;
  color: #ffce00;
}

.menu-nav {
  padding-top: 50px;
}
.menu-nav li {
  margin-bottom: 0 !important;
}

.menu-card {
  display: flex;
  align-items: center;
  gap: 25px;
}
.menu-card a {
  border: 0;
  letter-spacing: 0.3px;
  font-weight: 800;
  font-size: 12px;
  text-transform: uppercase;
}

.add-to-cart {
  position: relative;
  padding-right: 12px;
}
.add-to-cart i {
  font-size: 20px;
}
.add-to-cart span {
  font-size: 12px;
  position: absolute;
  right: 0;
}

/* Wishlist Icon */
.wishlist-header-icon {
  position: relative;
  padding-right: 12px;
}
.wishlist-header-icon a {
  display: inline-block;
  transition: all 0.2s ease 0.3s ease ease;
}
.wishlist-header-icon a:hover i {
  color: #d4af37;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.wishlist-header-icon i {
  font-size: 20px;
  transition: all 0.2s ease 0.3s ease ease;
}
.wishlist-header-icon .wishlist-count {
  font-size: 12px;
  font-weight: 700;
  position: absolute;
  right: 0;
  top: -2px;
  display: none;
  background: #d4af37;
  color: #222222;
  width: 16px;
  height: 16px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1;
  padding: 2px;
}

/*  Navigation */
.search-nav {
  display: flex;
  align-items: center;
  gap: 10px;
}

.leader-search {
  display: flex;
  align-items: center;
}
.leader-search a {
  border: 0;
}

.open-nav {
  cursor: pointer;
  position: relative;
  width: 19px;
  height: 28px;
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
}

.open-nav-icon {
  background: #222222;
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 19px;
  height: 2px;
  transition: background-color 0.3s ease 0.3s ease ease;
  cursor: pointer;
}
.open-nav-icon:before, .open-nav-icon:after {
  content: "";
  position: absolute;
  z-index: 1;
  right: auto;
  bottom: 0;
  left: 0;
  height: 2px;
  transition: all 0.3s ease ease-out 0.3s ease ease;
  background: #222222;
}
.open-nav-icon:before {
  top: -6px;
  width: 10px;
}
.open-nav-icon:after {
  top: 6px;
  width: 14px;
}

.open-nav:hover .open-nav-icon,
.open-nav:hover .open-nav-icon:before,
.open-nav:hover .open-nav-icon:after {
  width: 100%;
  background: #ffce00;
}

.maincontent {
  padding-top: 88px;
}

.sidebar-menu {
  position: fixed;
  opacity: 0;
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
  visibility: hidden;
  background: #fff;
  min-height: 100vh;
  transition: 0.5s ease 0.3s ease ease;
}
.sidebar-menu.active {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
  z-index: 99999;
}

.menu-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.close-menu {
  cursor: pointer;
  transition: 0.3s ease 0.3s ease ease;
}
.close-menu i {
  color: #666666;
  font-size: 24px;
  padding: 10px;
}
.close-menu:hover {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

#main {
  padding-top: 0;
  overflow-x: hidden;
}

.mobileMenuOpener {
  display: block;
}

.display-none {
  display: none;
}

.nav-menu {
  position: absolute;
  left: 45px;
}

/*
Theme Name: Themename
Author: webdesign berlin
Author URI: https://webdesign-berlin.de/
Version: 1.0
*/
/*===========================================================
 RUINS GALLERY - Main Stylesheet
 Design Philosophy: Antique meets Modern
 Golden ornaments + Sterile white aesthetic
============================================================*/
/* ==================Common CSS=========== */
a {
  border-bottom: 0 !important;
}

h2.title {
  font-weight: 800 !important;
  font-size: 85px;
  margin: 0 !important;
  white-space: nowrap;
}

.title-2 {
  font-size: 42px;
  font-weight: 800;
}

.transparent-bttn {
  background: transparent;
  padding: 0;
  line-height: 1;
  text-align: left;
  width: 100px;
}

/* ===================================== */
.search-open {
  overflow: hidden;
}

.menu-logo a {
  border: 0;
}

.close {
  position: absolute;
  top: 2rem;
  right: 2rem;
  background: none;
  border: 0;
  font-size: 1rem;
  font-weight: 700;
  display: block;
  cursor: pointer;
  color: #666666;
  padding: 1rem 1.25rem;
  background: #ffffff;
  border-radius: 50px;
  outline: none;
}
.close:hover {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

.search-box.search-elem {
  visibility: hidden;
  margin: 0;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 50%;
  z-index: 100;
  background: #ffffff;
  transition: all 0.3s ease ease-in-out 0.3s ease ease;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
}
.search-box.search-elem .search-box-inner {
  max-width: 1120px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.search-box.search-elem label {
  color: #ffffff;
  font-weight: 300;
}
.search-box.search-elem label.placeholder {
  position: absolute;
  top: 10px;
  left: 15px;
  font-size: 18px;
  font-weight: 300;
  color: #666666;
  transition: all 0.3s ease 0.3s ease ease;
}
.search-box.search-elem label.placeholder.move-up {
  top: -25px;
  color: #ffffff;
  font-size: 1rem;
}
.search-box.search-elem button.submit {
  position: absolute;
  top: 0;
  right: 20px;
  height: 70px;
  padding: 0;
  font-size: 1rem;
}
.search-box.search-elem button.submit[disabled] {
  background: transparent;
  color: #000000;
  padding: 0;
}
.search-box.search-elem input[type=text] {
  padding: 15px;
  font-size: 18px;
  font-weight: 300 !important;
  color: #666666;
  border: none;
  transition: border 0.3s ease 0.3s ease ease;
  border-radius: 0;
  background: transparent;
  border-bottom: 2px solid #000000;
}
.search-box.search-elem input[type=text]:focus {
  box-shadow: none;
}
.search-box.search-elem.search-open {
  visibility: visible;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

.search-box-form input {
  width: 100%;
}

.search-btn {
  text-transform: uppercase;
  font-size: 14px;
  padding: 4px 10px 0 10px;
  display: block;
}

/*
Theme Name: Themename
Author: webdesign berlin
Author URI: https://webdesign-berlin.de/
Version: 1.0
*/
/*===========================================================
 RUINS GALLERY - Main Stylesheet
 Design Philosophy: Antique meets Modern
 Golden ornaments + Sterile white aesthetic
============================================================*/
/* slider */
.home-banner {
  position: relative;
}

.myslider {
  position: relative;
}

.myslider .item {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}

.myslider .item .home-banner-text,
.myslider .item .home-slider {
  max-width: 50%;
  width: 100%;
}

.myslider .item .home-slider {
  position: relative;
  aspect-ratio: 1920/1280;
  overflow: hidden;
}
.myslider .item .home-slider img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.home-banner-text {
  padding-left: 150px;
}
.home-banner-text h1 {
  color: #222222;
  font-size: 115px;
  white-space: nowrap;
  position: relative;
  z-index: 10;
}
.home-banner-text span {
  font-size: 35px;
  color: #666666;
  display: block;
  margin-bottom: 40px;
  margin-top: 10px;
}

.slick-dotted.slick-slider {
  margin: 0;
}

.myslider .slick-dots {
  position: absolute;
  display: flex;
  flex-direction: column;
  margin: 0 !important;
  align-items: start;
  left: 50%;
  bottom: 20px;
  transform: translateX(-60px);
}
.myslider .slick-dots li {
  list-style: none;
  font-size: 12px;
  margin: 0 !important;
  color: #999999;
  margin-top: 15px !important;
  position: relative;
  line-height: 1;
  width: auto;
  height: auto;
}

.slick-active {
  color: #000000 !important;
}
.slick-active:before {
  position: absolute;
  content: "";
  width: 40px;
  height: 1px;
  background: #000000;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: -60px;
}

/*
Theme Name: Themename
Author: webdesign berlin
Author URI: https://webdesign-berlin.de/
Version: 1.0
*/
/*===========================================================
 RUINS GALLERY - Main Stylesheet
 Design Philosophy: Antique meets Modern
 Golden ornaments + Sterile white aesthetic
============================================================*/
/* ======================Banner=============== */
.banner-title {
  text-align: center;
}
.banner-title h1 {
  color: #222222;
  font-size: 115px;
  font-weight: 800;
  line-height: 1.4;
}

.breadcrumbs {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 32px;
}
.breadcrumbs span,
.breadcrumbs a {
  font-size: 13px;
  line-height: 1.4615em;
  display: inline-block;
  text-transform: uppercase;
  font-weight: 700;
  text-decoration: none;
  border: 0;
}

.breadcrumbs_delimiter {
  background: #ababab;
  width: 5px;
  height: 5px;
  border-radius: 50px;
  margin: 0 15px;
}

.banner {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  height: 490px;
}
.banner img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.banner .banner-text {
  position: relative;
}

/*
Theme Name: Themename
Author: webdesign berlin
Author URI: https://webdesign-berlin.de/
Version: 1.0
*/
/*===========================================================
 RUINS GALLERY - Main Stylesheet
 Design Philosophy: Antique meets Modern
 Golden ornaments + Sterile white aesthetic
============================================================*/
/* Contact map */
.responsive-map {
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
  height: 0;
}
.responsive-map iframe {
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute;
}

/* .map-area {
    overflow: hidden;
}
#contactMap {
    height: 150px;
    width: 100%;
    border-radius: $radius-normal;
    box-shadow: $shadow-heavy;
}

.map-height #contactMap {
    height: 265px;
    width: 100%;
    border-radius: $radius-normal;
    box-shadow: $shadow-heavy;
} */
/* ======================Contact Info Area=============== */
.contact-info {
  display: flex;
  justify-content: space-between;
}

.contact-info-box {
  max-width: calc(25% - 20px);
  width: 100%;
}

.contact-info-icon {
  min-height: 270px;
  background: #f4f4f2;
  position: relative;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.contact-info-icon i {
  font-size: 90px;
}
.contact-info-icon span {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #ffffff;
  font-size: 13px;
  padding: 6px 20px;
  line-height: 18px;
  font-weight: 800;
  text-transform: uppercase;
}

.contact-info-text {
  text-align: center;
  font-size: 17px;
  padding: 20px;
  font-style: normal;
  line-height: 1.7;
  font-weight: 300;
  text-decoration: none;
}
.contact-info-text address {
  font-style: normal;
}
.contact-info-text a {
  display: block;
  border: 0;
  font-weight: 300;
}

/* ======================Contact Area=============== */
.contact-title {
  text-align: center;
}

.contact {
  max-width: 700px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 40px;
}

.single-form {
  padding-bottom: 25px;
}
.single-form input {
  font-weight: 300;
  font-size: 18px;
  width: 100%;
  border: 0;
  color: #444444;
  background-color: rgba(255, 255, 255, 0);
  border-bottom: 2px solid #dcdcdc;
  padding: 15px 10px;
}
.single-form input:hover {
  border-color: #000000;
}

.textarea textarea {
  font-weight: 300;
  font-size: 18px;
  width: 100%;
  border: 0;
  color: #444444;
  background-color: rgba(255, 255, 255, 0);
  border-bottom: 2px solid #dcdcdc;
  padding: 15px 10px;
  resize: none;
  height: 150px;
}
.textarea textarea:hover {
  border-color: #000000;
}

.check-form {
  margin: 40px 15px;
}
.check-form label {
  position: relative;
  cursor: pointer;
  color: rgba(34, 34, 34, 0.5);
  font-size: 16px;
}
.check-form label:before {
  content: "";
  -webkit-appearance: none;
  background-color: transparent;
  background-color: #f4f4f2;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 10px;
  width: 15px;
  height: 15px;
  top: -2px;
}
.check-form input {
  display: none;
}
.check-form input:checked + label:after {
  content: "";
  display: block;
  position: absolute;
  top: 4px;
  left: 6px;
  width: 3px;
  height: 7px;
  border: solid #222222;
  border-width: 0 1px 1px 0;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

/*
Theme Name: Themename
Author: webdesign berlin
Author URI: https://webdesign-berlin.de/
Version: 1.0
*/
/*===========================================================
 RUINS GALLERY - Main Stylesheet
 Design Philosophy: Antique meets Modern
 Golden ornaments + Sterile white aesthetic
============================================================*/
/* =====================Product=============== */
.outdore-product-area {
  padding-bottom: 10px;
}

.fur-bttn {
  margin-top: 40px;
}

.outdore-product {
  display: flex;
  justify-content: space-between;
}

.outdore-product-card {
  width: 100%;
}
.outdore-product-card > a {
  border: 0;
  margin: 0;
}
.outdore-product-card img {
  width: 100%;
  transition: 0.5s ease 0.3s ease ease;
}
.outdore-product-card:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}

.outdore-product-img {
  position: relative;
  display: flex;
  overflow: hidden;
}
.outdore-product-img div {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}
.outdore-product-img div h3 {
  font-size: 42px;
  font-weight: 800;
  letter-spacing: -0.8px;
}

.support-img {
  display: flex;
  width: 45%;
}

/* =================Price rance============ */
.price-range-area {
  overflow: hidden;
}

.price-range-img,
.woocommerce-product-gallery {
  max-width: 45%;
}

.price-range {
  display: flex;
  justify-content: space-between;
}

.price-img {
  position: relative;
}
.price-img a {
  border: 0;
  display: flex;
}

.price-search {
  position: absolute;
  right: 16px;
  top: 16px;
}
.price-search i {
  background: #ffffff;
  font-size: 14px;
  border-radius: 50px;
  padding: 10px;
}
.price-search i:hover {
  background-color: #f4f4f2;
  color: #cda228;
}

.price-range-title,
.summary.entry-summary > .price {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.price-range-title h3,
.price-range-title *,
.summary.entry-summary > .price h3,
.summary.entry-summary > .price * {
  font-size: 42px;
  font-weight: 800;
  margin: 0;
}

.price-range-right,
.summary.entry-summary {
  max-width: 55%;
  width: 100% !important;
  padding-left: 80px;
}

.star i {
  font-size: 18px;
  cursor: pointer;
}

/* select */
.select-wrapper {
  position: relative;
  min-width: 200px;
  flex: 1;
}

.custom-select {
  position: relative;
  display: inline-block;
  width: 100%;
}
.custom-select select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 100%;
  padding: 12px 40px 12px 16px;
  background: #ffffff;
  border: 1px solid #e1e5e9;
  border-radius: 8px;
  font-size: 14px;
  color: #212529;
  cursor: pointer;
  transition: all 0.2s ease ease 0.3s ease ease;
  outline: none;
}
.custom-select select:hover {
  border-color: #c8d0d8;
}
.custom-select select:focus {
  border-color: #007bff;
  box-shadow: 0 0 0 3px rgba(0, 123, 255, 0.1);
}
.custom-select {
  /* Custom arrow */
}
.custom-select::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 16px;
  width: 12px;
  height: 12px;
  border-right: 2px solid #6c757d;
  border-bottom: 2px solid #6c757d;
  -webkit-transform: translateY(-50%) rotate(45deg);
  -moz-transform: translateY(-50%) rotate(45deg);
  -ms-transform: translateY(-50%) rotate(45deg);
  -o-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
  pointer-events: none;
  transition: all 0.2s ease ease 0.3s ease ease;
}
.custom-select:hover::after {
  border-color: #007bff;
}
.custom-select select:focus ~ .price-arrow {
  border-color: #007bff;
}
.custom-select {
  /* Placeholder styling */
}
.custom-select select option[disabled] {
  color: #6c757d;
}
.custom-select {
  /* Option styling */
}
.custom-select select option {
  padding: 8px 12px;
  background: #ffffff;
  color: #212529;
}
.custom-select select option:hover {
  background-color: #f8f9fa;
}

/* Style for placeholder option */
.placeholder-select {
  color: #6c757d;
}
.placeholder-select:focus, .placeholder-select:valid {
  color: #212529;
}

.price-text p,
.summary.entry-summary .woocommerce-product-details__short-description p {
  color: #444444;
  letter-spacing: 0.32px;
  font-size: 16px;
  line-height: 1.7;
  margin-bottom: 30px;
}

.price-select select {
  border: 0;
  width: 100%;
  cursor: pointer;
  border-bottom: 1px solid #444444;
  max-width: 100%;
  min-width: 75%;
  display: inline-block;
  margin-right: 1em;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  padding-right: 3em;
  background: url(../img/arrow-down.svg) no-repeat;
  background-size: 16px;
  -webkit-background-size: 16px;
  background-position: calc(100% - 12px) 50%;
  -webkit-background-position: calc(100% - 12px) 50%;
  text-transform: capitalize;
  color: #444444;
  font-size: 17px;
  font-weight: 300;
  padding: 10px 10px;
}

.price-select option {
  color: #444444;
  font-size: 17px;
  font-weight: 300;
}

/* card */
.price-card,
.summary.entry-summary .cart {
  margin: 40px 0;
}

.price-card .base-bttn,
.summary.entry-summary .cart button {
  color: #444444 !important;
}

.number-input-wrapper {
  position: relative;
  display: inline-block;
  display: flex;
  gap: 60px;
}

.number-input {
  position: relative;
  display: flex;
  align-items: center;
  background: transparent;
  border: none;
  border-bottom: 1px solid #444444;
  border-radius: 0;
  overflow: hidden;
  transition: all 0.2s ease ease 0.3s ease ease;
}
.number-input input {
  border: none;
  outline: none;
  padding: 12px 16px;
  font-size: 14px;
  color: #212529;
  background: transparent;
  text-align: center;
  width: 80px;
  -moz-appearance: textfield;
  /* Hide default number input arrows */
}
.number-input input::-webkit-outer-spin-button, .number-input input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.arrows {
  display: flex;
  flex-direction: column;
}

.arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 24px;
  cursor: pointer;
  transition: background-color 0.15s ease 0.3s ease ease;
  user-select: none;
  font-size: 12px;
  color: #6c757d;
  font-weight: 700;
  cursor: pointer;
}

.wishlist {
  margin: 40px 0;
  display: flex;
  gap: 70px;
}

.product-meta span,
.product_meta span {
  color: #444444;
  font-size: 16px;
  display: block;
  margin: 5px 0;
}
.product-meta span a,
.product_meta span a {
  border: 0;
  text-decoration: none;
  color: #222222;
}
.product-meta span b,
.product_meta span b {
  font-weight: 800;
}

.product_meta span a {
  font-weight: 800;
}

.product-post-card {
  max-width: calc(33% - 15px);
}
.product-post-card .product-actions-icon i {
  font-size: 18px;
}
.product-post-card .team-text p {
  margin: 0;
  display: flex;
  gap: 15px;
  justify-content: center;
  font-size: 16px;
}

.product-post-img img {
  height: auto;
}

.onsale {
  font-size: 13px;
  line-height: 18px;
  line-height: 1;
  font-weight: 800;
  letter-spacing: 0.3px;
  text-transform: uppercase;
  margin: 0;
  left: 20px;
  top: 20px;
  right: auto;
  border-radius: 0;
  min-width: auto;
  min-height: auto;
  position: absolute;
  color: #ffffff;
  background-color: #ecb928;
  padding: 10px;
  cursor: pointer;
}

/* =============================================
   RUINS GALLERY - IMMERSIVE PRODUCT PAGE
   Antique meets Modern aesthetic
   Focus on exploration and understanding
   ============================================= */
/* Main Product Wrapper */
.single-product-wrapper {
  max-width: 1140px;
  margin: 0 auto;
  padding: 50px 16px;
  background: #ffffff;
}

/* Product Main Content - Gallery + Info Side by Side */
.product-main-content {
  display: flex;
  gap: 60px;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .product-main-content {
    flex-direction: column;
    gap: 30px;
  }
}

/* =============================================
   CUSTOM GALLERY SECTION
   Interactive zoom and focus functionality
   ============================================= */
.product-gallery-section {
  flex: 1;
  max-width: 50%;
  position: relative;
}
@media (max-width: 992px) {
  .product-gallery-section {
    max-width: 100%;
  }
}

/* Main Image Wrapper with Zoom */
.gallery-main-image-wrapper {
  position: relative;
  width: 100%;
  background: #f4f4f2;
  border: 1px solid #eee;
  padding: 20px;
  margin-bottom: 20px;
  overflow: visible;
  cursor: crosshair;
}
.gallery-main-image-wrapper:hover .gallery-zoom-lens {
  opacity: 1;
  pointer-events: auto;
}

.gallery-main-image {
  width: 100%;
  height: auto;
  display: block;
  transition: all 0.3s ease 0.3s ease ease;
}

/* Zoom Lens Indicator */
.gallery-zoom-lens {
  position: absolute;
  width: 80px;
  height: 80px;
  border: 2px solid #d4af37;
  border-radius: 50px;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.2s ease 0.3s ease ease;
  background: rgba(244, 228, 188, 0.2);
  backdrop-filter: blur(2px);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 10;
}
.gallery-zoom-lens.visible {
  opacity: 1;
}

/* Zoom Icon with Animation */
.zoom-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  background: #ffffff;
  border-radius: 50px;
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}
.zoom-icon svg {
  width: 20px;
  height: 20px;
  color: #d4af37;
  transition: transform 0.2s ease 0.3s ease ease;
  animation: pulse 2s ease-in-out infinite;
}

@keyframes pulse {
  0%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
}
/* Zoomed Detail View */
.gallery-zoom-detail {
  position: absolute;
  top: 0;
  left: calc(100% + 20px);
  width: 400px;
  height: 400px;
  border: 3px solid #d4af37;
  background: #ffffff;
  -webkit-box-shadow: 0 4px 16px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 4px 16px rgba(0, 0, 0, 0.2);
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.2);
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.3s ease visibility 0.3s ease ease;
  z-index: 100;
}
.gallery-zoom-detail.active {
  opacity: 1;
  visibility: visible;
  pointer-events: none;
}
@media (max-width: 992px) {
  .gallery-zoom-detail {
    display: none;
  }
}

.zoom-detail-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform-origin: center;
  transition: transform 0.2s ease 0.3s ease ease;
}

/* Gallery Navigation Arrows */
.gallery-nav-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 48px;
  height: 48px;
  background: rgba(255, 255, 255, 0.95);
  border: 2px solid rgba(212, 175, 55, 0.3);
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: all 0.2s ease 0.3s ease ease;
  z-index: 50;
  -webkit-box-shadow: 0 2px 12px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 2px 12px rgba(0, 0, 0, 0.15);
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.15);
  opacity: 0;
  visibility: hidden;
}
.gallery-nav-arrow svg {
  width: 24px;
  height: 24px;
  stroke: #d4af37;
  transition: all 0.2s ease 0.3s ease ease;
}
.gallery-nav-arrow:hover {
  background: #d4af37;
  border-color: #d4af37;
  -webkit-box-shadow: 0 4px 20px rgba(212, 175, 55, 0.4);
  -moz-box-shadow: 0 4px 20px rgba(212, 175, 55, 0.4);
  box-shadow: 0 4px 20px rgba(212, 175, 55, 0.4);
}
.gallery-nav-arrow:hover svg {
  stroke: #ffffff;
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}
.gallery-nav-arrow:active {
  -webkit-transform: translateY(-50%) scale(0.95);
  -moz-transform: translateY(-50%) scale(0.95);
  -ms-transform: translateY(-50%) scale(0.95);
  -o-transform: translateY(-50%) scale(0.95);
  transform: translateY(-50%) scale(0.95);
}
.gallery-main-image-wrapper:hover .gallery-nav-arrow {
  opacity: 1;
  visibility: visible;
}
.gallery-nav-arrow.disabled {
  opacity: 0.3;
  cursor: not-allowed;
  pointer-events: none;
}
@media (max-width: 768px) {
  .gallery-nav-arrow {
    width: 40px;
    height: 40px;
  }
  .gallery-nav-arrow svg {
    width: 20px;
    height: 20px;
  }
}
@media (max-width: 576px) {
  .gallery-nav-arrow {
    opacity: 0.8;
    visibility: visible;
    width: 36px;
    height: 36px;
  }
  .gallery-nav-arrow svg {
    width: 18px;
    height: 18px;
  }
  .gallery-nav-arrow:hover {
    opacity: 1;
  }
}

.gallery-nav-prev {
  left: 20px;
}
@media (max-width: 576px) {
  .gallery-nav-prev {
    left: 15px;
  }
}

.gallery-nav-next {
  right: 20px;
}
@media (max-width: 576px) {
  .gallery-nav-next {
    right: 15px;
  }
}

/* Gallery Thumbnails */
.product-gallery-thumbnails {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
  position: relative;
  z-index: 1;
}

.gallery-thumbnail {
  flex: 0 0 calc(25% - 15px);
  max-width: 120px;
  border: 2px solid #eee;
  padding: 8px;
  background: #ffffff;
  cursor: pointer;
  transition: all 0.2s ease 0.3s ease ease;
}
.gallery-thumbnail:hover {
  border-color: #f4e4bc;
  -webkit-transform: translateY(-3px);
  -moz-transform: translateY(-3px);
  -ms-transform: translateY(-3px);
  -o-transform: translateY(-3px);
  transform: translateY(-3px);
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.gallery-thumbnail.active {
  border-color: #d4af37;
  -webkit-box-shadow: 0 0 0 2px rgba(212, 175, 55, 0.3);
  -moz-box-shadow: 0 0 0 2px rgba(212, 175, 55, 0.3);
  box-shadow: 0 0 0 2px rgba(212, 175, 55, 0.3);
}
.gallery-thumbnail img {
  width: 100%;
  height: auto;
  display: block;
}
@media (max-width: 768px) {
  .gallery-thumbnail {
    flex: 0 0 calc(33.333% - 15px);
  }
}

/* =============================================
   PRODUCT INFO SECTION
   ============================================= */
.product-info-section {
  flex: 1;
  max-width: 50%;
}
@media (max-width: 992px) {
  .product-info-section {
    max-width: 100%;
  }
}

/* Product Header */
.product-header {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 2px solid #f4e4bc;
}

.product-title {
  font-size: 42px;
  font-weight: 800;
  color: #222222;
  margin-bottom: 20px;
  line-height: 1.2;
  letter-spacing: -0.5px;
}
@media (max-width: 768px) {
  .product-title {
    font-size: 22px;
  }
}

/* Price Display */
.product-price {
  font-size: 22px;
  font-weight: 700;
  color: #d4af37;
}
.product-price .woocommerce-Price-amount {
  color: #d4af37;
}
.product-price del {
  opacity: 0.6;
  margin-right: 15px;
}

/* Short Description */
.product-short-description {
  margin-bottom: 30px;
}
.product-short-description p {
  font-size: 18px;
  line-height: 1.7;
  color: #444444;
  margin-bottom: 20px;
}

/* Product Meta Info */
.product-meta-info {
  margin-bottom: 50px;
  padding: 30px;
  background: linear-gradient(135deg, rgba(212, 175, 55, 0.02) 0%, #ffffff 100%);
  border: 1px solid #f4f4f2;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.03);
  -moz-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.03);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.03);
}

.product-meta-row {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  margin-bottom: 20px;
  font-size: 16px;
}
.product-meta-row:last-child {
  margin-bottom: 0;
}
@media (max-width: 576px) {
  .product-meta-row {
    flex-direction: column;
    gap: 15px;
  }
}
.product-meta-row .meta-label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-weight: 700;
  color: #222222;
  min-width: 120px;
  flex-shrink: 0;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.product-meta-row .meta-label svg {
  width: 16px;
  height: 16px;
  color: #d4af37;
  flex-shrink: 0;
}
@media (max-width: 576px) {
  .product-meta-row .meta-label {
    min-width: auto;
  }
}
.product-meta-row .meta-sku {
  display: inline-flex;
  align-items: center;
  padding: 6px 14px;
  background: #ffffff;
  border: 1px solid #eee;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  color: #666666;
  font-weight: 600;
  font-family: "Courier New", monospace;
  font-size: 14px;
  letter-spacing: 0.5px;
}

/* Meta Badges Container */
.meta-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  flex: 1;
}

/* Meta Badge Styles */
.meta-badge {
  display: inline-flex;
  align-items: center;
  padding: 6px 16px;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  transition: all 0.2s ease 0.3s ease ease;
  letter-spacing: 0.3px;
  position: relative;
  overflow: hidden;
}
.meta-badge::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
  transition: left 0.5s 0.3s ease ease;
}
.meta-badge:hover::before {
  left: 100%;
}

/* Category Badge */
.badge-category {
  background: linear-gradient(135deg, rgba(212, 175, 55, 0.12) 0%, rgba(212, 175, 55, 0.08) 100%);
  color: rgb(156.7901234568, 127.7839506173, 33.7098765432);
  border: 1px solid rgba(212, 175, 55, 0.3);
}
.badge-category:hover {
  background: linear-gradient(135deg, rgba(212, 175, 55, 0.2) 0%, rgba(212, 175, 55, 0.15) 100%);
  border-color: rgba(212, 175, 55, 0.5);
  color: rgb(135.8024691358, 110.6790123457, 29.1975308642);
  -webkit-transform: translateY(-2px);
  -moz-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  -o-transform: translateY(-2px);
  transform: translateY(-2px);
  -webkit-box-shadow: 0 4px 12px rgba(212, 175, 55, 0.2);
  -moz-box-shadow: 0 4px 12px rgba(212, 175, 55, 0.2);
  box-shadow: 0 4px 12px rgba(212, 175, 55, 0.2);
}
.badge-category:active {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}

/* Tag Badge */
.badge-tag {
  background: #ffffff;
  color: #666666;
  border: 1px solid #eee;
}
.badge-tag:hover {
  background: #f4f4f2;
  border-color: #f4e4bc;
  color: #222222;
  -webkit-transform: translateY(-2px);
  -moz-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  -o-transform: translateY(-2px);
  transform: translateY(-2px);
  -webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}
.badge-tag:active {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}

/* =============================================
   STICKY SLIDE-IN CTA
   Fun, animated slide-in CTA that appears on scroll
   ============================================= */
.sticky-product-cta {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(135deg, rgba(212, 175, 55, 0.95) 0%, rgba(177.7777777778, 144.8888888889, 38.2222222222, 0.98) 100%);
  -webkit-box-shadow: 0 -8px 32px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 -8px 32px rgba(0, 0, 0, 0.25);
  box-shadow: 0 -8px 32px rgba(0, 0, 0, 0.25);
  z-index: 9999;
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  -o-transform: translateY(100%);
  transform: translateY(100%);
  transition: transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 0.3s ease ease;
  backdrop-filter: blur(10px);
  border-top: 3px solid rgba(255, 255, 255, 0.3);
}
.sticky-product-cta.is-visible {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
.sticky-product-cta.is-dismissed {
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  -o-transform: translateY(100%);
  transform: translateY(100%);
}
@media (max-width: 768px) {
  .sticky-product-cta {
    padding: 20px;
  }
}

.sticky-cta-close {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 32px;
  height: 32px;
  background: rgba(255, 255, 255, 0.2);
  border: 1px solid rgba(255, 255, 255, 0.3);
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  cursor: pointer;
  transition: all 0.2s ease 0.3s ease ease;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 10;
}
.sticky-cta-close svg {
  width: 16px;
  height: 16px;
  stroke: #ffffff;
  transition: transform 0.2s ease 0.3s ease ease;
}
.sticky-cta-close:hover {
  background: rgba(255, 255, 255, 0.3);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.sticky-cta-close:hover svg {
  stroke: #222222;
}
@media (max-width: 768px) {
  .sticky-cta-close {
    top: 8px;
    right: 8px;
    width: 28px;
    height: 28px;
  }
}

.sticky-cta-content {
  display: flex;
  align-items: center;
  gap: 30px;
  max-width: 1200px;
  margin: 0 auto;
  padding: 30px 50px;
}
@media (max-width: 768px) {
  .sticky-cta-content {
    flex-direction: column;
    gap: 20px;
    padding: 20px;
    text-align: center;
  }
}

.sticky-cta-icon {
  flex-shrink: 0;
  width: 56px;
  height: 56px;
  background: rgba(255, 255, 255, 0.95);
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  -webkit-box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15);
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15);
  animation: bounce 2s ease-in-out infinite;
}
.sticky-cta-icon svg {
  width: 28px;
  height: 28px;
  color: #d4af37;
}
@media (max-width: 768px) {
  .sticky-cta-icon {
    width: 48px;
    height: 48px;
  }
  .sticky-cta-icon svg {
    width: 24px;
    height: 24px;
  }
}

@keyframes bounce {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-8px);
  }
}
.sticky-cta-text {
  flex: 1;
  color: #ffffff;
}
.sticky-cta-text h4 {
  font-size: 18px;
  font-weight: 800;
  margin: 0 0 4px 0;
  color: #ffffff;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}
@media (max-width: 768px) {
  .sticky-cta-text h4 {
    font-size: 16px;
  }
}
.sticky-cta-text p {
  font-size: 16px;
  margin: 0;
  opacity: 0.95;
  color: rgba(255, 255, 255, 0.95);
}
@media (max-width: 768px) {
  .sticky-cta-text p {
    font-size: 14px;
  }
}

.sticky-cta-actions {
  display: flex;
  gap: 20px;
  align-items: center;
}
@media (max-width: 768px) {
  .sticky-cta-actions {
    width: 100%;
    gap: 15px;
  }
}

.btn-sticky-contact {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 16px 32px;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  background: #ffffff;
  color: #222222;
  border: 2px solid #ffffff;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  transition: all 0.2s ease 0.3s ease ease;
  letter-spacing: 0.3px;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  white-space: nowrap;
}
.btn-sticky-contact svg {
  width: 18px;
  height: 18px;
  transition: transform 0.2s ease 0.3s ease ease;
}
.btn-sticky-contact::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  background: rgba(212, 175, 55, 0.1);
  border-radius: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  transition: width 0.4s height 0.4s ease;
}
.btn-sticky-contact:hover {
  -webkit-transform: translateY(-3px);
  -moz-transform: translateY(-3px);
  -ms-transform: translateY(-3px);
  -o-transform: translateY(-3px);
  transform: translateY(-3px);
  -webkit-box-shadow: 0 8px 24px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 8px 24px rgba(0, 0, 0, 0.3);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.3);
  background: #222222;
  color: #ffffff;
}
.btn-sticky-contact:hover svg {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.btn-sticky-contact:hover::before {
  width: 300px;
  height: 300px;
}
.btn-sticky-contact:active {
  -webkit-transform: translateY(-1px);
  -moz-transform: translateY(-1px);
  -ms-transform: translateY(-1px);
  -o-transform: translateY(-1px);
  transform: translateY(-1px);
}
@media (max-width: 768px) {
  .btn-sticky-contact {
    flex: 1;
    padding: 14px 24px;
    font-size: 14px;
  }
}

.btn-sticky-wishlist {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 14px 20px;
  background: rgba(255, 255, 255, 0.15);
  border: 2px solid rgba(255, 255, 255, 0.3);
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.2s ease 0.3s ease ease;
  position: relative;
  white-space: nowrap;
}
.btn-sticky-wishlist .wishlist-icon {
  width: 18px;
  height: 18px;
  stroke: #ffffff;
  fill: transparent;
  transition: all 0.2s ease 0.3s ease ease;
}
.btn-sticky-wishlist .sticky-wishlist-text {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  transition: all 0.2s ease 0.3s ease ease;
}
.btn-sticky-wishlist:hover {
  background: rgba(255, 255, 255, 0.95);
  border-color: #ffffff;
  -webkit-transform: translateY(-3px);
  -moz-transform: translateY(-3px);
  -ms-transform: translateY(-3px);
  -o-transform: translateY(-3px);
  transform: translateY(-3px);
  -webkit-box-shadow: 0 8px 24px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 8px 24px rgba(0, 0, 0, 0.3);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.3);
}
.btn-sticky-wishlist:hover .wishlist-icon {
  stroke: #d4af37;
  -webkit-transform: scale(1.15);
  -moz-transform: scale(1.15);
  -ms-transform: scale(1.15);
  -o-transform: scale(1.15);
  transform: scale(1.15);
}
.btn-sticky-wishlist:hover .sticky-wishlist-text {
  color: #222222;
}
.btn-sticky-wishlist:active {
  -webkit-transform: translateY(-1px);
  -moz-transform: translateY(-1px);
  -ms-transform: translateY(-1px);
  -o-transform: translateY(-1px);
  transform: translateY(-1px);
}
.btn-sticky-wishlist.is-favorited {
  background: rgba(255, 255, 255, 0.95);
  border-color: #ffffff;
}
.btn-sticky-wishlist.is-favorited .wishlist-icon {
  fill: #d4af37;
  stroke: #d4af37;
}
.btn-sticky-wishlist.is-favorited .sticky-wishlist-text {
  color: #222222;
}
.btn-sticky-wishlist.is-favorited:hover .wishlist-icon {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}
@media (max-width: 768px) {
  .btn-sticky-wishlist {
    padding: 12px 18px;
    gap: 6px;
  }
  .btn-sticky-wishlist .wishlist-icon {
    width: 16px;
    height: 16px;
  }
  .btn-sticky-wishlist .sticky-wishlist-text {
    font-size: 11px;
  }
}

/* =============================================
   ART DEALER PROFILE SECTION
   ============================================= */
.product-art-dealer-section {
  margin-bottom: 50px;
  padding: 50px;
  background: #ffffff;
  border-top: 1px solid #eee;
}

.section-heading {
  font-size: 22px;
  font-weight: 800;
  color: #222222;
  margin-bottom: 30px;
  padding-bottom: 20px;
  border-bottom: 2px solid #f4e4bc;
  position: relative;
}
.section-heading::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 80px;
  height: 2px;
  background: #d4af37;
}

.art-dealer-profile {
  display: flex;
  gap: 30px;
  align-items: flex-start;
}
@media (max-width: 768px) {
  .art-dealer-profile {
    flex-direction: column;
  }
}

.dealer-image {
  flex: 0 0 200px;
}
.dealer-image img {
  width: 100%;
  height: auto;
  border: 3px solid #f4e4bc;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}
@media (max-width: 768px) {
  .dealer-image {
    flex: 0 0 auto;
    width: 150px;
  }
}

.dealer-info {
  flex: 1;
}

.dealer-name {
  font-size: 18px;
  font-weight: 700;
  color: #222222;
  margin-bottom: 15px;
}

.dealer-short-bio {
  font-size: 16px;
  font-style: italic;
  color: #666666;
  margin-bottom: 20px;
  line-height: 1.6;
}

.dealer-full-bio {
  font-size: 16px;
  line-height: 1.7;
  color: #444444;
  margin-bottom: 20px;
}
.dealer-full-bio p {
  margin-bottom: 20px;
}
.dealer-full-bio p:last-child {
  margin-bottom: 0;
}
.dealer-full-bio strong {
  color: #222222;
  font-weight: 700;
}

.dealer-view-more {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  font-weight: 600;
  color: #d4af37;
  text-decoration: none;
  transition: all 0.2s ease 0.3s ease ease;
}
.dealer-view-more .arrow {
  transition: transform 0.2s ease 0.3s ease ease;
}
.dealer-view-more:hover {
  color: rgb(177.7777777778, 144.8888888889, 38.2222222222);
}
.dealer-view-more:hover .arrow {
  -webkit-transform: translateX(5px);
  -moz-transform: translateX(5px);
  -ms-transform: translateX(5px);
  -o-transform: translateX(5px);
  transform: translateX(5px);
}

/* =============================================
   FULL DESCRIPTION SECTION
   ============================================= */
.product-full-description-section {
  padding: 50px;
  background: #f4f4f2;
  border-radius: 8px;
  margin-bottom: 50px;
}

.product-full-description {
  font-size: 18px;
  line-height: 1.8;
  color: #444444;
}
.product-full-description h2, .product-full-description h3, .product-full-description h4 {
  color: #222222;
  font-weight: 700;
  margin-top: 30px;
  margin-bottom: 20px;
}
.product-full-description h2 {
  font-size: 22px;
}
.product-full-description h3 {
  font-size: 18px;
}
.product-full-description h4 {
  font-size: 16px;
}
.product-full-description p {
  margin-bottom: 20px;
}
.product-full-description p:last-child {
  margin-bottom: 0;
}
.product-full-description ul, .product-full-description ol {
  margin-bottom: 20px;
  padding-left: 30px;
}
.product-full-description ul li, .product-full-description ol li {
  margin-bottom: 10px;
}
.product-full-description strong {
  color: #222222;
  font-weight: 700;
}
.product-full-description em {
  font-style: italic;
  color: #666666;
}
.product-full-description a {
  color: #d4af37;
  text-decoration: underline;
  transition: color 0.2s ease 0.3s ease ease;
}
.product-full-description a:hover {
  color: rgb(177.7777777778, 144.8888888889, 38.2222222222);
}

/* =============================================
   RESPONSIVE ADJUSTMENTS
   ============================================= */
@media (max-width: 576px) {
  .single-product-wrapper {
    padding: 30px 15px;
  }
  .product-main-content {
    gap: 30px;
  }
  .product-booking-cta {
    padding: 30px 20px;
  }
}
/* =============================================
   CONTACT MODAL
   Elegant modal for viewing requests and inquiries
   ============================================= */
.product-modal {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 99999;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.3s ease 0.3s ease ease;
}
.product-modal.is-open {
  opacity: 1;
}

/* Modal Overlay */
.modal-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.75);
  backdrop-filter: blur(4px);
  cursor: pointer;
}

/* Modal Container */
.modal-container {
  position: relative;
  max-width: 600px;
  width: 90%;
  max-height: 90vh;
  overflow-y: auto;
  z-index: 1;
}

/* Modal Content */
.modal-content {
  background: #ffffff;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  -webkit-box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
  position: relative;
  overflow: hidden;
}
.modal-content::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, #d4af37 0%, #f4e4bc 100%);
}

/* Modal Close Button */
.modal-close {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 40px;
  height: 40px;
  background: #ffffff;
  border: 2px solid #f4f4f2;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  cursor: pointer;
  transition: all 0.2s ease 0.3s ease ease;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 10;
}
.modal-close svg {
  width: 20px;
  height: 20px;
  stroke: #666666;
  transition: stroke 0.2s ease 0.3s ease ease;
}
.modal-close:hover {
  border-color: #d4af37;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-box-shadow: 0 2px 8px rgba(212, 175, 55, 0.3);
  -moz-box-shadow: 0 2px 8px rgba(212, 175, 55, 0.3);
  box-shadow: 0 2px 8px rgba(212, 175, 55, 0.3);
}
.modal-close:hover svg {
  stroke: #d4af37;
}

/* Modal Header */
.modal-header {
  padding: 50px 50px 30px;
  text-align: center;
  border-bottom: 1px solid #f4f4f2;
}

.modal-title {
  font-size: 22px;
  font-weight: 800;
  color: #222222;
  margin-bottom: 15px;
}
@media (max-width: 576px) {
  .modal-title {
    font-size: 18px;
  }
}

.modal-subtitle {
  font-size: 16px;
  color: #444444;
  margin: 0;
}
.modal-subtitle strong {
  color: #222222;
  font-weight: 700;
}

/* Modal Body */
.modal-body {
  padding: 50px;
}
@media (max-width: 576px) {
  .modal-body {
    padding: 30px 20px;
  }
}

/* Contact Form */
.contact-form .form-row {
  margin-bottom: 30px;
}
.contact-form .form-row:last-child {
  margin-bottom: 0;
}
.contact-form .form-row-half {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
@media (max-width: 576px) {
  .contact-form .form-row-half {
    grid-template-columns: 1fr;
  }
}
.contact-form .form-group label {
  display: block;
  font-size: 14px;
  font-weight: 600;
  color: #222222;
  margin-bottom: 8px;
}
.contact-form .form-group label .required {
  color: #d32f2f;
  margin-left: 4px;
}
.contact-form .form-group label .optional {
  color: #eee;
  font-weight: 400;
  font-size: 11px;
  margin-left: 4px;
}
.contact-form .form-group input,
.contact-form .form-group textarea {
  width: 100%;
  padding: 12px 16px;
  font-size: 16px;
  color: #222222;
  background: #ffffff;
  border: 2px solid #f4f4f2;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  transition: all 0.2s ease 0.3s ease ease;
  font-family: inherit;
}
.contact-form .form-group input:focus,
.contact-form .form-group textarea:focus {
  outline: none;
  border-color: #d4af37;
  -webkit-box-shadow: 0 0 0 3px rgba(212, 175, 55, 0.1);
  -moz-box-shadow: 0 0 0 3px rgba(212, 175, 55, 0.1);
  box-shadow: 0 0 0 3px rgba(212, 175, 55, 0.1);
}
.contact-form .form-group input::placeholder,
.contact-form .form-group textarea::placeholder {
  color: #eee;
}
.contact-form .form-group textarea {
  resize: vertical;
  min-height: 120px;
}

/* Form Submit Button */
.btn-form-submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 100%;
  padding: 16px 40px;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  background: #d4af37;
  color: #222222;
  border: 2px solid #d4af37;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  transition: all 0.2s ease 0.3s ease ease;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  cursor: pointer;
}
.btn-form-submit:hover:not(:disabled) {
  background: rgb(177.7777777778, 144.8888888889, 38.2222222222);
  border-color: rgb(177.7777777778, 144.8888888889, 38.2222222222);
  -webkit-transform: translateY(-2px);
  -moz-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  -o-transform: translateY(-2px);
  transform: translateY(-2px);
  -webkit-box-shadow: 0 4px 12px rgba(212, 175, 55, 0.4);
  -moz-box-shadow: 0 4px 12px rgba(212, 175, 55, 0.4);
  box-shadow: 0 4px 12px rgba(212, 175, 55, 0.4);
}
.btn-form-submit:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
.btn-form-submit .btn-loading {
  display: inline-flex;
  align-items: center;
}
.btn-form-submit .btn-loading .spinner {
  animation: spin 1s linear infinite;
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
/* Form Messages */
.form-messages {
  margin-top: 20px;
  padding: 20px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  font-size: 16px;
  line-height: 1.6;
}
.form-messages p {
  margin: 0;
}
.form-messages.success {
  background: rgba(76, 175, 80, 0.1);
  border-left: 3px solid #4caf50;
  color: rgb(45.1155378486, 103.8844621514, 47.4900398406);
}
.form-messages.error {
  background: rgba(211, 47, 47, 0.1);
  border-left: 3px solid #d32f2f;
  color: rgb(170.8571428571, 36.1428571429, 36.1428571429);
}

/* Prevent body scroll when modal is open */
body.modal-open {
  overflow: hidden;
}

/* =============================================
   WISHLIST NOTIFICATION TOAST
   ============================================= */
.wishlist-notification {
  position: fixed;
  bottom: 30px;
  right: 30px;
  padding: 16px 24px;
  background: #222222;
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  -webkit-box-shadow: 0 4px 16px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 4px 16px rgba(0, 0, 0, 0.3);
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.3);
  z-index: 99999;
  opacity: 0;
  -webkit-transform: translateY(20px);
  -moz-transform: translateY(20px);
  -ms-transform: translateY(20px);
  -o-transform: translateY(20px);
  transform: translateY(20px);
  transition: all 0.3s ease 0.3s ease ease;
}
.wishlist-notification.show {
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
@media (max-width: 576px) {
  .wishlist-notification {
    bottom: 20px;
    right: 20px;
    left: 20px;
    text-align: center;
  }
}

/* =============================================
   WISHLIST HEART BURST ANIMATION
   ============================================= */
.heart-burst {
  position: absolute;
  pointer-events: none;
  z-index: 9999;
  color: #d4af37;
  font-size: 20px;
  animation: burstAndFade 1s ease-out forwards;
}

@keyframes burstAndFade {
  0% {
    opacity: 1;
    transform: translate(0, 0) scale(0.5);
  }
  50% {
    opacity: 1;
    transform: translate(var(--tx), var(--ty)) scale(1);
  }
  100% {
    opacity: 0;
    transform: translate(calc(var(--tx) * 1.5), calc(var(--ty) * 1.5)) scale(0.3);
  }
}
@keyframes counterPop {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.4);
  }
  100% {
    transform: scale(1);
  }
}
.wishlist-count.animate-pop {
  animation: counterPop 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

/* =============================================
   PRODUCT GALLERY QUIZ FEATURE
   Interactive comparison quiz for product images
   ============================================= */
/* Quiz Trigger Thumbnail */
.gallery-quiz-trigger {
  position: relative;
  background: linear-gradient(135deg, rgba(212, 175, 55, 0.1) 0%, rgba(244, 228, 188, 0.15) 100%);
  border-color: #f4e4bc !important;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: all 0.2s ease 0.3s ease ease;
}
.gallery-quiz-trigger:hover {
  background: linear-gradient(135deg, rgba(212, 175, 55, 0.2) 0%, rgba(244, 228, 188, 0.25) 100%);
  border-color: #d4af37 !important;
  -webkit-transform: translateY(-5px) scale(1.05);
  -moz-transform: translateY(-5px) scale(1.05);
  -ms-transform: translateY(-5px) scale(1.05);
  -o-transform: translateY(-5px) scale(1.05);
  transform: translateY(-5px) scale(1.05);
  -webkit-box-shadow: 0 8px 20px rgba(212, 175, 55, 0.3);
  -moz-box-shadow: 0 8px 20px rgba(212, 175, 55, 0.3);
  box-shadow: 0 8px 20px rgba(212, 175, 55, 0.3);
}
.gallery-quiz-trigger:hover .quiz-trigger-icon svg {
  -webkit-transform: rotate(15deg) scale(1.1);
  -moz-transform: rotate(15deg) scale(1.1);
  -ms-transform: rotate(15deg) scale(1.1);
  -o-transform: rotate(15deg) scale(1.1);
  transform: rotate(15deg) scale(1.1);
}
.gallery-quiz-trigger.active {
  border-color: #d4af37 !important;
  -webkit-box-shadow: 0 0 0 3px rgba(212, 175, 55, 0.3);
  -moz-box-shadow: 0 0 0 3px rgba(212, 175, 55, 0.3);
  box-shadow: 0 0 0 3px rgba(212, 175, 55, 0.3);
}

.quiz-trigger-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 8px;
  padding: 20px;
  text-align: center;
}
.quiz-trigger-icon svg {
  width: 32px;
  height: 32px;
  color: #d4af37;
  transition: transform 0.3s ease 0.3s ease ease;
  animation: pulse 2s ease-in-out infinite;
}
.quiz-trigger-icon span {
  font-size: 14px;
  font-weight: 700;
  color: #d4af37;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

/* Inline Quiz - Displayed in Main Gallery Area */
.gallery-quiz-inline {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  background: linear-gradient(135deg, rgba(212, 175, 55, 0.03) 0%, #ffffff 100%);
  padding: 30px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}
@media (max-width: 768px) {
  .gallery-quiz-inline {
    padding: 20px;
  }
}
@media (max-width: 576px) {
  .gallery-quiz-inline {
    padding: 15px;
  }
}

/* Quiz Header */
.quiz-header {
  text-align: center;
  margin-bottom: 30px;
  padding-bottom: 20px;
  border-bottom: 2px solid rgba(212, 175, 55, 0.2);
}
@media (max-width: 768px) {
  .quiz-header {
    margin-bottom: 20px;
  }
}

/* Quiz Question */
.quiz-question {
  font-size: 18px;
  font-weight: 800;
  color: #222222;
  margin: 0 0 15px 0;
  line-height: 1.3;
}
@media (max-width: 768px) {
  .quiz-question {
    font-size: 16px;
  }
}
@media (max-width: 576px) {
  .quiz-question {
    font-size: 14px;
  }
}

/* Previous Answer Notice */
.quiz-previous-answer {
  font-size: 14px;
  color: #444444;
  font-style: italic;
  margin: 15px 0 0 0;
  padding: 10px 15px;
  background: rgba(212, 175, 55, 0.08);
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  display: inline-block;
}
@media (max-width: 576px) {
  .quiz-previous-answer {
    font-size: 11px;
  }
}

/* Quiz Options Container - Inline */
.quiz-options-inline {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  align-items: start;
}
@media (max-width: 768px) {
  .quiz-options-inline {
    gap: 15px;
  }
}
@media (max-width: 576px) {
  .quiz-options-inline {
    grid-template-columns: 1fr;
    gap: 10px;
  }
}

/* Individual Quiz Option - Inline */
.quiz-option-inline {
  position: relative;
  cursor: pointer;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  overflow: hidden;
  border: 3px solid #f4f4f2;
  transition: all 0.3s ease 0.3s ease ease;
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
  display: flex;
  flex-direction: column;
  background: #ffffff;
}
.quiz-option-inline:hover {
  border-color: #f4e4bc;
  -webkit-transform: translateY(-4px);
  -moz-transform: translateY(-4px);
  -ms-transform: translateY(-4px);
  -o-transform: translateY(-4px);
  transform: translateY(-4px);
  -webkit-box-shadow: 0 8px 20px rgba(212, 175, 55, 0.2);
  -moz-box-shadow: 0 8px 20px rgba(212, 175, 55, 0.2);
  box-shadow: 0 8px 20px rgba(212, 175, 55, 0.2);
}
.quiz-option-inline:hover .quiz-option-overlay {
  opacity: 0.1;
}
.quiz-option-inline.selected {
  border-color: #d4af37;
  -webkit-box-shadow: 0 0 0 3px rgba(212, 175, 55, 0.3), 0 8px 20px rgba(212, 175, 55, 0.25);
  -moz-box-shadow: 0 0 0 3px rgba(212, 175, 55, 0.3), 0 8px 20px rgba(212, 175, 55, 0.25);
  box-shadow: 0 0 0 3px rgba(212, 175, 55, 0.3), 0 8px 20px rgba(212, 175, 55, 0.25);
}
.quiz-option-inline.selected .quiz-option-overlay {
  opacity: 1;
}
.quiz-option-inline.selected .quiz-option-label-inline {
  background: #d4af37;
  color: #ffffff;
}

.quiz-option-image-inline {
  position: relative;
  width: 100%;
  overflow: hidden;
  background: #f4f4f2;
  display: flex;
  align-items: center;
  justify-content: center;
}
.quiz-option-image-inline img {
  width: 100%;
  height: auto;
  object-fit: contain;
  display: block;
  transition: transform 0.5s ease 0.3s ease ease;
}

.quiz-option-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(212, 175, 55, 0.3);
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transition: opacity 0.3s ease 0.3s ease ease;
  pointer-events: none;
}
.quiz-option-overlay .option-checkmark {
  width: 48px;
  height: 48px;
  background: #ffffff;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  -webkit-box-shadow: 0 4px 16px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 4px 16px rgba(0, 0, 0, 0.3);
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.3);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.quiz-option-overlay .option-checkmark svg {
  stroke: #d4af37;
}
@media (max-width: 576px) {
  .quiz-option-overlay .option-checkmark {
    width: 40px;
    height: 40px;
  }
  .quiz-option-overlay .option-checkmark svg {
    width: 24px;
    height: 24px;
  }
}

.quiz-option-label-inline {
  padding: 15px 20px;
  background: #f4f4f2;
  text-align: center;
  transition: all 0.3s ease 0.3s ease ease;
}
.quiz-option-label-inline .option-number {
  font-size: 14px;
  font-weight: 700;
  color: #222222;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
@media (max-width: 576px) {
  .quiz-option-label-inline .option-number {
    font-size: 11px;
  }
}
.quiz-option-inline.selected .quiz-option-label-inline {
  background: #d4af37;
}
.quiz-option-inline.selected .quiz-option-label-inline .option-number {
  color: #ffffff;
}

/* Quiz Feedback - Inline */
.quiz-feedback-inline {
  text-align: center;
  opacity: 0;
  -webkit-transform: translateY(10px);
  -moz-transform: translateY(10px);
  -ms-transform: translateY(10px);
  -o-transform: translateY(10px);
  transform: translateY(10px);
  transition: all 0.3s ease 0.3s ease ease;
  margin-top: 20px;
}
.quiz-feedback-inline.show {
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
@media (max-width: 576px) {
  .quiz-feedback-inline {
    margin-top: 15px;
  }
}

.quiz-success-inline {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
  padding: 15px 20px;
  background: linear-gradient(135deg, rgba(212, 175, 55, 0.08) 0%, rgba(244, 228, 188, 0.12) 100%);
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  border: 2px solid rgba(212, 175, 55, 0.3);
  display: inline-flex;
}
.quiz-success-inline svg {
  color: #d4af37;
  flex-shrink: 0;
  animation: checkmarkAppear 0.6s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.quiz-success-inline span {
  font-size: 16px;
  font-weight: 600;
  color: #222222;
}
@media (max-width: 576px) {
  .quiz-success-inline span {
    font-size: 14px;
  }
}

@keyframes checkmarkAppear {
  0% {
    opacity: 0;
    transform: scale(0) rotate(-180deg);
  }
  50% {
    transform: scale(1.2) rotate(10deg);
  }
  100% {
    opacity: 1;
    transform: scale(1) rotate(0);
  }
}
/*
Theme Name: Themename
Author: webdesign berlin
Author URI: https://webdesign-berlin.de/
Version: 1.0
*/
/*===========================================================
 RUINS GALLERY - Main Stylesheet
 Design Philosophy: Antique meets Modern
 Golden ornaments + Sterile white aesthetic
============================================================*/
/* =============================================
   WISHLIST PAGE
   Favorites/Saved Items Display
   ============================================= */
.wishlist-page-wrapper {
  padding: 50px 0;
  min-height: 60vh;
}

/* Wishlist Header */
.wishlist-header {
  text-align: center;
  margin-bottom: 50px;
  padding-bottom: 30px;
  border-bottom: 2px solid #f4e4bc;
}
.wishlist-header .page-title {
  font-size: 85px;
  font-weight: 800;
  color: #222222;
  margin-bottom: 20px;
  letter-spacing: -0.5px;
}
@media (max-width: 768px) {
  .wishlist-header .page-title {
    font-size: 42px;
  }
}
.wishlist-header .page-description {
  font-size: 18px;
  color: #444444;
  max-width: 600px;
  margin: 0 auto;
  line-height: 1.7;
}

/* Loading State */
.wishlist-loading {
  text-align: center;
  padding: 50px 0;
}
.wishlist-loading .spinner-border {
  width: 50px;
  height: 50px;
  border: 4px solid #f4f4f2;
  border-top-color: #d4af37;
  border-radius: 50px;
  animation: spin 1s linear infinite;
  margin: 0 auto 20px;
}
.wishlist-loading p {
  color: #444444;
  font-size: 16px;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
/* Empty Wishlist Notice */
.wishlist-notice {
  text-align: center;
  padding: 50px 0;
  background: #f4f4f2;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  margin: 50px 0;
}
.wishlist-notice .wishlist-empty-message {
  font-size: 18px;
  color: #444444;
  margin-bottom: 30px;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.7;
}
.wishlist-notice .btn-browse-collection {
  display: inline-block;
  padding: 16px 32px;
  background: #d4af37;
  color: #222222;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  transition: all 0.2s ease 0.3s ease ease;
}
.wishlist-notice .btn-browse-collection:hover {
  -webkit-transform: translateY(-2px);
  -moz-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  -o-transform: translateY(-2px);
  transform: translateY(-2px);
  -webkit-box-shadow: 0 6px 16px rgba(212, 175, 55, 0.3);
  -moz-box-shadow: 0 6px 16px rgba(212, 175, 55, 0.3);
  box-shadow: 0 6px 16px rgba(212, 175, 55, 0.3);
}

/* Wishlist Grid */
.wishlist-items-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 30px;
  margin-bottom: 50px;
}
@media (max-width: 768px) {
  .wishlist-items-grid {
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
    gap: 20px;
  }
}
@media (max-width: 576px) {
  .wishlist-items-grid {
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    gap: 15px;
  }
}

/* Wishlist Item */
.wishlist-item {
  transition: all 0.2s ease 0.3s ease ease;
}
.wishlist-item:hover {
  -webkit-transform: translateY(-5px);
  -moz-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  -o-transform: translateY(-5px);
  transform: translateY(-5px);
}

.wishlist-item-inner {
  background: #ffffff;
  border: 1px solid #f4f4f2;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  overflow: hidden;
  height: 100%;
  display: flex;
  flex-direction: column;
  transition: all 0.2s ease 0.3s ease ease;
}
.wishlist-item:hover .wishlist-item-inner {
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  border-color: #f4e4bc;
}

/* Wishlist Item Image */
.wishlist-item-image {
  position: relative;
  overflow: hidden;
  background: #f4f4f2;
  aspect-ratio: 3/4;
}
.wishlist-item-image a {
  display: block;
  height: 100%;
}
.wishlist-item-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease 0.3s ease ease;
}
.wishlist-item:hover .wishlist-item-image img {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
}

/* Remove Button */
.btn-remove-wishlist {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 36px;
  height: 36px;
  background: rgba(255, 255, 255, 0.95);
  border: 2px solid #f4e4bc;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: all 0.2s ease 0.3s ease ease;
  z-index: 10;
}
.btn-remove-wishlist svg {
  width: 16px;
  height: 16px;
  stroke: #222222;
  transition: all 0.2s ease 0.3s ease ease;
}
.btn-remove-wishlist:hover {
  background: #d32f2f;
  border-color: #d32f2f;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.btn-remove-wishlist:hover svg {
  stroke: #ffffff;
}

/* Wishlist Item Info */
.wishlist-item-info {
  padding: 20px;
  flex: 1;
  display: flex;
  flex-direction: column;
}

.wishlist-item-title {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 15px;
  flex: 1;
}
.wishlist-item-title a {
  color: #222222;
  text-decoration: none;
  transition: color 0.2s ease 0.3s ease ease;
}
.wishlist-item-title a:hover {
  color: #d4af37;
}

.wishlist-item-price {
  font-size: 16px;
  font-weight: 600;
  color: #d4af37;
  margin-bottom: 20px;
}

.btn-view-product {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 12px 20px;
  background: transparent;
  border: 2px solid #f4e4bc;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  color: #222222;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.2s ease 0.3s ease ease;
}
.btn-view-product svg {
  width: 14px;
  height: 14px;
  transition: transform 0.2s ease 0.3s ease ease;
}
.btn-view-product:hover {
  background: #d4af37;
  border-color: #d4af37;
  -webkit-transform: translateY(-2px);
  -moz-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  -o-transform: translateY(-2px);
  transform: translateY(-2px);
  -webkit-box-shadow: 0 4px 12px rgba(212, 175, 55, 0.3);
  -moz-box-shadow: 0 4px 12px rgba(212, 175, 55, 0.3);
  box-shadow: 0 4px 12px rgba(212, 175, 55, 0.3);
}
.btn-view-product:hover svg {
  -webkit-transform: translateX(3px);
  -moz-transform: translateX(3px);
  -ms-transform: translateX(3px);
  -o-transform: translateX(3px);
  transform: translateX(3px);
}

/* Wishlist Actions */
.wishlist-actions {
  text-align: center;
  padding: 50px 0;
  border-top: 1px solid #f4f4f2;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}

.btn-inquire-all {
  padding: 16px 32px;
  background: #d4af37;
  border: 2px solid #d4af37;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  color: #222222;
  font-size: 16px;
  font-weight: 700;
  cursor: pointer;
  transition: all 0.2s ease 0.3s ease ease;
  display: inline-flex;
  align-items: center;
  gap: 10px;
}
.btn-inquire-all svg {
  width: 20px;
  height: 20px;
  stroke: currentColor;
  transition: transform 0.2s ease 0.3s ease ease;
}
.btn-inquire-all:hover {
  -webkit-transform: translateY(-2px);
  -moz-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  -o-transform: translateY(-2px);
  transform: translateY(-2px);
  -webkit-box-shadow: 0 6px 16px rgba(212, 175, 55, 0.4);
  -moz-box-shadow: 0 6px 16px rgba(212, 175, 55, 0.4);
  box-shadow: 0 6px 16px rgba(212, 175, 55, 0.4);
  background: rgb(198.7654320988, 161.9938271605, 42.7345679012);
  border-color: rgb(198.7654320988, 161.9938271605, 42.7345679012);
}
.btn-inquire-all:hover svg {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}

.btn-clear-wishlist {
  padding: 14px 28px;
  background: transparent;
  border: 2px solid #d32f2f;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  color: #d32f2f;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.2s ease 0.3s ease ease;
}
.btn-clear-wishlist:hover {
  background: #d32f2f;
  color: #ffffff;
  -webkit-transform: translateY(-2px);
  -moz-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  -o-transform: translateY(-2px);
  transform: translateY(-2px);
  -webkit-box-shadow: 0 4px 12px rgba(211, 47, 47, 0.3);
  -moz-box-shadow: 0 4px 12px rgba(211, 47, 47, 0.3);
  box-shadow: 0 4px 12px rgba(211, 47, 47, 0.3);
}

/* Wishlist Contact Modal Specific Styles */
.wishlist-modal .modal-header .modal-subtitle {
  color: #444444;
  margin-top: 10px;
}
.wishlist-modal .form-help-text {
  font-size: 14px;
  color: #444444;
  margin-top: 10px;
  font-style: italic;
}
.wishlist-modal textarea {
  min-height: 180px;
}

/* =============================================
   MASONRY GRID WISHLIST ICONS
   Styling for wishlist hearts in grid layouts
   ============================================= */
.wb-masonry-grid .wb-add-to-wishlist {
  transition: all 0.2s ease 0.3s ease ease;
}
.wb-masonry-grid .wb-add-to-wishlist i {
  transition: all 0.2s ease 0.3s ease ease;
}
.wb-masonry-grid .wb-add-to-wishlist:hover i {
  -webkit-transform: scale(1.15);
  -moz-transform: scale(1.15);
  -ms-transform: scale(1.15);
  -o-transform: scale(1.15);
  transform: scale(1.15);
  color: #d4af37;
}
.wb-masonry-grid .wb-add-to-wishlist.is-favorited i {
  color: #ffffff;
}

/* Product Actions Icon Container */
.product-actions-icon {
  display: flex;
  gap: 8px;
  align-items: center;
}
.product-actions-icon a, .product-actions-icon button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background: rgba(255, 255, 255, 0.95);
  border: 2px solid #f4f4f2;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  transition: all 0.2s ease 0.3s ease ease;
  cursor: pointer;
  text-decoration: none;
}
.product-actions-icon a i, .product-actions-icon button i {
  font-size: 18px;
  color: #222222;
  transition: all 0.2s ease 0.3s ease ease;
}
.product-actions-icon a:hover, .product-actions-icon button:hover {
  border-color: #d4af37;
  -webkit-transform: translateY(-3px);
  -moz-transform: translateY(-3px);
  -ms-transform: translateY(-3px);
  -o-transform: translateY(-3px);
  transform: translateY(-3px);
  -webkit-box-shadow: 0 4px 12px rgba(212, 175, 55, 0.2);
  -moz-box-shadow: 0 4px 12px rgba(212, 175, 55, 0.2);
  box-shadow: 0 4px 12px rgba(212, 175, 55, 0.2);
}
.product-actions-icon a:hover i, .product-actions-icon button:hover i {
  color: #d4af37;
}
.product-actions-icon a.is-favorited, .product-actions-icon button.is-favorited {
  border-color: #d4af37;
  background: rgba(212, 175, 55, 0.1);
}
.product-actions-icon a.is-favorited i, .product-actions-icon button.is-favorited i {
  color: #d4af37;
}

/*
Theme Name: Themename
Author: webdesign berlin
Author URI: https://webdesign-berlin.de/
Version: 1.0
*/
/*===========================================================
 RUINS GALLERY - Main Stylesheet
 Design Philosophy: Antique meets Modern
 Golden ornaments + Sterile white aesthetic
============================================================*/
/* tabs */
.tab-area,
.woocommerce-tabs.wc-tabs-wrapper {
  padding-top: 30px;
  padding-bottom: 100px;
}

.woocommerce-tabs.wc-tabs-wrapper ul.wc-tabs {
  padding-left: 0 !important;
  border-bottom: 0 !important;
}
.woocommerce-tabs.wc-tabs-wrapper ul.wc-tabs li {
  all: unset !important;
}
.woocommerce-tabs.wc-tabs-wrapper ul.wc-tabs li a {
  all: unset !important;
  display: inline-block !important;
  border: none !important;
  cursor: pointer !important;
  letter-spacing: 0.5px !important;
  transition: all 0.3s ease ease;
  position: relative !important;
  color: #222222 !important;
  font-weight: 800 !important;
  font-size: 13px !important;
  text-transform: uppercase !important;
  padding: 20px 25px !important;
  border-bottom: 1px solid #222222 !important;
}
.woocommerce-tabs.wc-tabs-wrapper ul.wc-tabs li:hover > a {
  background-color: #f4f4f2 !important;
  border-bottom: 0 !important;
}
.woocommerce-tabs.wc-tabs-wrapper ul.wc-tabs li.active > a {
  background-color: #f4f4f2 !important;
  border-bottom: 0 !important;
}

.tab {
  all: unset !important;
  display: inline-block !important;
  border: none !important;
  cursor: pointer !important;
  letter-spacing: 0.5px !important;
  transition: all 0.3s ease ease;
  position: relative !important;
  color: #222222 !important;
  font-weight: 800 !important;
  font-size: 13px !important;
  text-transform: uppercase !important;
  padding: 20px 25px !important;
  border-bottom: 1px solid #222222 !important;
}
.tab:hover {
  background-color: #f4f4f2 !important;
  border-bottom: 0 !important;
}
.tab.active {
  background-color: #f4f4f2 !important;
  border-bottom: 0 !important;
}

.woocommerce div.product .woocommerce-tabs ul.tabs::before {
  content: none;
}

.tab-content,
.woocommerce-Tabs-panel {
  display: none;
  padding: 30px 0;
  line-height: 1.6;
  font-size: 14px;
}
.tab-content p,
.woocommerce-Tabs-panel p {
  color: #444444;
  font-size: 16px;
  line-height: 1.7;
  margin: 0;
}
.tab-content h3,
.tab-content h2,
.woocommerce-Tabs-panel h3,
.woocommerce-Tabs-panel h2 {
  color: #212529;
  margin-bottom: 16px;
  font-size: 18px;
  font-weight: 600;
}
.tab-content ul,
.woocommerce-Tabs-panel ul {
  padding-left: 20px;
  margin-bottom: 16px;
}
.tab-content li,
.woocommerce-Tabs-panel li {
  margin-bottom: 8px;
}

.table-container,
.woocommerce-Tabs-panel table {
  background: #ffffff !important;
  overflow: hidden !important;
  width: 100% !important;
}

.table-container table,
.woocommerce-Tabs-panel table {
  width: 100% !important;
  border-collapse: collapse !important;
  font-size: 16px !important;
}
.table-container table th,
.table-container table td,
.woocommerce-Tabs-panel table th,
.woocommerce-Tabs-panel table td {
  padding: 16px 20px !important;
  text-align: left !important;
  border-bottom: 1px solid #e5e5e5 !important;
}
.table-container table th,
.woocommerce-Tabs-panel table th {
  background-color: #2c2c2c !important;
  color: #ffffff !important;
  font-weight: 300 !important;
  letter-spacing: 0.5px !important;
  font-size: 14px !important;
  width: 140px !important;
}
.table-container table td,
.woocommerce-Tabs-panel table td {
  background-color: #f8f8f8 !important;
  color: #666666 !important;
  font-size: 15px !important;
}
.table-container table tr:last-child th,
.table-container table tr:last-child td,
.woocommerce-Tabs-panel table tr:last-child th,
.woocommerce-Tabs-panel table tr:last-child td {
  border-bottom: none !important;
}
.table-container table tr:hover td,
.woocommerce-Tabs-panel table tr:hover td {
  background-color: #f0f0f0 !important;
}

.review {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

/* form review */
.form-container {
  margin-top: 25px;
}
.form-container form div {
  margin-bottom: 15px;
}

.form-label {
  display: block;
  margin-bottom: 10px;
  color: #999999;
  font-size: 14px;
  font-weight: 400;
}

.required::after {
  content: " *";
  color: #999999;
}

.form-input {
  width: 100%;
  padding: 8px 0;
  border: none;
  border-bottom: 1px solid #ddd;
  font-size: 14px;
  color: #333;
  background: transparent;
  outline: none;
  font-family: inherit;
}
.form-input:focus {
  border-bottom-color: #999999;
}

.form-textarea {
  width: 100%;
  padding: 8px 0;
  border: none;
  border-bottom: 1px solid #ddd;
  font-size: 14px;
  color: #333;
  background: transparent;
  outline: none;
  resize: none;
  min-height: 100px;
  font-family: inherit;
}
.form-textarea:focus {
  border-bottom-color: #999999;
}

.privacy-notice {
  background-color: #f8f9fa;
  padding: 15px;
  border-radius: 0;
  font-size: 12px;
  color: #999999;
  line-height: 1.4;
  margin-top: 0;
}

.privacy-link {
  color: #999999;
  text-decoration: underline;
}

.review-form,
.review-container {
  max-width: calc(50% - 15px);
  width: 100%;
}

.review-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.review-content img {
  width: 68px;
  height: 68px;
  object-fit: cover;
}

.review-details {
  max-width: calc(100% - 88px);
  width: 100%;
}

.review-text,
.reviewer-info span {
  font-size: 15px;
  color: #444444;
}

.review-item {
  padding-bottom: 16px;
  margin-bottom: 16px;
}
.review-item:last-child {
  border-bottom: none;
  margin-bottom: 0;
}

.review-header {
  font-size: 22px;
  font-weight: 800;
  letter-spacing: 0.3px;
  color: #222222;
  margin-bottom: 20px;
}

.review-meta {
  display: flex;
  justify-content: space-between;
  margin-bottom: 5px;
}

/*
Theme Name: Themename
Author: webdesign berlin
Author URI: https://webdesign-berlin.de/
Version: 1.0
*/
/*===========================================================
 RUINS GALLERY - Main Stylesheet
 Design Philosophy: Antique meets Modern
 Golden ornaments + Sterile white aesthetic
============================================================*/
/* ======================Our Work=============== */
div.woocommerce {
  padding-top: 50px;
}

.section-padding {
  padding: 50px 0;
}

.our-work-area {
  padding-left: 45px;
  padding-right: 45px;
}

.our-work {
  display: flex;
  align-items: center;
}
.our-work.image-left {
  flex-direction: row-reverse;
}
.our-work.image-left .our-work-text {
  left: 0;
}
.our-work.image-left .our-work-text * {
  margin-left: 0;
}
.our-work div {
  width: 50%;
}

.work-text {
  max-width: 430px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.work-text p {
  margin: 0;
  font-size: 18px;
  line-height: 1.5;
  margin-top: 35px;
}

.signature {
  margin-top: 50px;
}

.our-work-text {
  position: relative;
  left: -65px;
}

/* ====================== Grid Area=============== */
.grid {
  display: grid;
  grid-gap: 10px;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-template-rows: 27.8125rem 27.1875rem 27.1875rem;
}

.grid-thumb {
  width: 100%;
  height: 100%;
  position: relative;
}
.grid-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.grid-thumb:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(255, 255, 255, 0.7);
  opacity: 0;
  transition: 0.3s ease 0.3s ease ease;
}
.grid-thumb:hover .product-actions {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  opacity: 1;
}
.grid-thumb:hover:before {
  opacity: 1;
}

.single-grid {
  border-color: #dbdbdb;
}
.single-grid:nth-child(7n+4) {
  grid-column: 4;
  grid-row: 1/3;
}
.single-grid:nth-child(7n+5) {
  grid-column: 1;
  grid-row: 2/4;
}
.single-grid:nth-child(7n+6) {
  grid-column: 2/4;
  grid-row: 2/4;
}

.product-actions {
  position: absolute;
  left: 0;
  top: 0;
  text-align: center;
  opacity: 0;
  -webkit-transform: 0.9s;
  -moz-transform: 0.9s;
  -ms-transform: 0.9s;
  -o-transform: 0.9s;
  transform: 0.9s;
}
.product-actions a {
  border: 0;
  font-weight: 800;
  font-size: 22px;
  line-height: 1;
}
.product-actions span {
  display: block;
  font-weight: 300;
  font-size: 16px;
  margin: 20px 0;
}
.product-actions i {
  font-size: 20px;
}

.product-actions-icon {
  display: flex;
  gap: 15px;
}
.product-actions-icon a {
  display: flex;
  border: 0;
  color: #222222;
}

.grid-bttn {
  text-align: center;
  margin-top: 60px;
}

/* ======================Counter Area=============== */
.counter-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-align: center;
}

.single-counter {
  text-align: center;
  width: 25%;
  /* padding: 50px 0; */
}

.counter-single {
  font-size: 42px;
  font-weight: 800;
}

.counter-text p {
  font-size: 18px;
  line-height: 1;
  font-style: normal;
  font-weight: 800;
  margin-top: 10px;
  color: #666666;
}

/* ======================Client Area=============== */
.client-inner {
  text-align: center;
}

.client-img img {
  border-radius: 100%;
}
.client-img span {
  display: block;
  text-transform: uppercase;
}
.client-img h4 {
  font-size: 22px;
  font-style: normal;
  font-weight: 800;
  margin-top: 20px;
}

.client-text p {
  font-size: 22px;
  max-width: 865px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 55px;
  margin-top: 30px;
}

/* ======================Team Area=============== */
.team-title {
  text-align: center;
  padding-bottom: 40px;
  position: relative;
}

.team-inner {
  display: flex;
  justify-content: space-between;
}

.team-card {
  width: 100%;
  margin: 0 5px;
}

.team-img {
  overflow: hidden;
  position: relative;
  display: flex;
}
.team-img span {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
.team-img img {
  transition: 0.3s ease 0.3s ease ease;
  width: 100%;
  cursor: pointer;
  height: 600px;
  object-fit: cover;
}
.team-img img:hover {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.team-img:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(255, 255, 255, 0.7);
  opacity: 0;
  transition: 0.3s ease 0.3s ease ease;
}
.team-img:hover:before {
  opacity: 1;
}
.team-img:hover .item-subtitle {
  bottom: 5px;
  background: #ecb928;
  color: #ffffff;
}
.team-img:hover .eye-icon {
  display: block;
  opacity: 1;
}

.item-subtitle {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  font-size: 13px;
  text-transform: uppercase;
  line-height: 30px;
  font-weight: 800;
  text-transform: uppercase;
  text-align: center;
  z-index: 3;
  transition: bottom 0.1s background-color 0.3s ease color 0.3s ease;
  pointer-events: none;
  background: #ffffff;
  padding: 0 25px;
}

.team-text {
  text-align: center;
  margin-top: 25px;
}
.team-text a {
  font-size: 22px;
  font-weight: 800;
  font-style: normal;
  line-height: 1;
  text-decoration: none;
  letter-spacing: -0.5px;
  margin-bottom: 20px;
  display: inline-block;
  border: 0;
}

.social-icon {
  display: flex;
  gap: 20px;
  justify-content: center;
  align-items: center;
}
.social-icon a {
  color: #666666;
  font-size: 16px;
  margin: 0;
}
.social-icon a:hover {
  color: #ecb928;
}

.single-footer .social-icon {
  justify-content: flex-start;
}

.eye-icon {
  display: none;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 32px;
  transition: 0.3s ease 0.3s ease ease;
}
.eye-icon a {
  text-decoration: none;
  border: 0;
  display: inline-flex;
}
.eye-icon a:hover i {
  color: #ecb928;
}

.slider-arrow {
  position: absolute;
  bottom: 15px;
  right: 0;
  display: flex;
  gap: 5px;
}

.slick-arrow {
  width: 33px;
  line-height: 33px;
  text-align: center;
  background-color: #f4f4f2;
  cursor: pointer;
  transition: 0.6s 0.3s ease ease;
}
.slick-arrow:hover {
  background: #222222;
}
.slick-arrow:hover i {
  color: #f4f4f2;
}

/*
Theme Name: Themename
Author: webdesign berlin
Author URI: https://webdesign-berlin.de/
Version: 1.0
*/
/*===========================================================
 RUINS GALLERY - Main Stylesheet
 Design Philosophy: Antique meets Modern
 Golden ornaments + Sterile white aesthetic
============================================================*/
/* ======================Footer Area=============== */
.footer-area {
  background: #f8f8f8;
  padding-top: 100px;
  padding-bottom: 50px;
}

.footer {
  display: flex;
  justify-content: space-between;
  margin-bottom: 25px;
}

.single-footer {
  width: 25%;
  display: flex;
  flex-direction: column;
}
.single-footer .widgettitle {
  font-size: 18px;
  font-weight: 800;
}
.single-footer ul.menu {
  list-style: none;
  margin: 0 !important;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.single-footer ul.menu li {
  list-style: none;
  margin: 0 !important;
}
.single-footer ul.menu li a {
  line-height: 35px;
}
.single-footer .wp-block-group {
  font-style: normal;
  max-width: 165px;
  font-size: 15px;
  line-height: 1.7;
}
.single-footer .wp-block-group p {
  margin-bottom: 10px;
}

.footer-menu h3 {
  font-size: 18px;
  font-weight: 800;
}
.footer-menu ul {
  list-style: none;
  margin: 0 !important;
}
.footer-menu ul li {
  list-style: none;
  margin: 0 !important;
}
.footer-menu ul li a {
  line-height: 35px;
}
.footer-menu a {
  display: inline-block;
  border: 0;
  font-size: 15px;
  font-weight: 300;
}
.footer-menu address {
  font-style: normal;
  max-width: 165px;
  font-size: 15px;
  line-height: 1.7;
}
.footer-menu .social-icon {
  justify-content: flex-start;
  margin-top: 35px;
}

.footer-bottom {
  text-align: center;
}
.footer-bottom p a {
  border: 0;
}
.footer-bottom p a:hover {
  color: #cda228;
}

.footer-logo {
  margin-bottom: 25px;
}
.footer-logo a {
  display: inline-flex;
  border: 0;
}
.footer-logo img {
  height: 44px;
  width: auto;
}

/*
Theme Name: Themename
Author: webdesign berlin
Author URI: https://webdesign-berlin.de/
Version: 1.0
*/
/*===========================================================
 RUINS GALLERY - Main Stylesheet
 Design Philosophy: Antique meets Modern
 Golden ornaments + Sterile white aesthetic
============================================================*/
/*===========================================================
 MOBILE MENU & HAMBURGER
============================================================*/
.mobileMenuOpener {
  display: none;
  position: absolute;
  width: 20px;
  height: 100%;
  z-index: 10;
}

.panel-header {
  display: none;
  justify-content: space-between;
  align-items: center;
}

/* Hamburger Icon */
.btn-hamburger {
  cursor: pointer;
  padding: 10px;
}

.hamburger .line {
  width: 40px;
  height: 4px;
  background-color: #ffce00;
  display: block;
  margin: 6px auto;
  transition: 0.3s ease 0.3s ease ease;
}
.hamburger:hover {
  cursor: pointer;
}
.hamburger:hover .line {
  opacity: 0.8;
}

/* Hamburger Animation */
.slideout-open .line:nth-child(2) {
  opacity: 0;
}
.slideout-open .line:nth-child(1) {
  -webkit-transform: translateY(10px) rotate(45deg);
  -moz-transform: translateY(10px) rotate(45deg);
  -ms-transform: translateY(10px) rotate(45deg);
  -o-transform: translateY(10px) rotate(45deg);
  transform: translateY(10px) rotate(45deg);
}
.slideout-open .line:nth-child(3) {
  -webkit-transform: translateY(-10px) rotate(-45deg);
  -moz-transform: translateY(-10px) rotate(-45deg);
  -ms-transform: translateY(-10px) rotate(-45deg);
  -o-transform: translateY(-10px) rotate(-45deg);
  transform: translateY(-10px) rotate(-45deg);
}

/* Slideout Menu */
.slideout-menu {
  position: fixed;
  top: 76px;
  bottom: 0;
  left: 0;
  width: 256px;
  height: calc(100vh - 76px);
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  z-index: 0;
  display: none;
  background: #ffffff;
}
.slideout-menu::-webkit-scrollbar {
  width: 5px;
}
.slideout-menu::-webkit-scrollbar-track {
  background: #eee;
}
.slideout-menu::-webkit-scrollbar-thumb {
  background: #ffce00;
}
.slideout-menu::-webkit-scrollbar-thumb:hover {
  background: #e40422;
}

.slideout-panel {
  position: relative;
  z-index: 1;
  background-color: #ffffff;
  min-height: 100vh;
}

.slideout-open,
.slideout-open body,
.slideout-open .slideout-panel {
  overflow: hidden;
}

.slideout-open .slideout-menu {
  display: block;
}

.menu-section-list {
  padding: 25px 10px;
}
.menu-section-list li {
  display: block;
}
.menu-section-list li a {
  line-height: 2;
  color: #ffffff;
  display: block;
  padding: 10px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  transition: 0.3s ease 0.3s ease ease;
}
.menu-section-list li a:hover {
  color: #e40422;
}

/*
Theme Name: Themename
Author: webdesign berlin
Author URI: https://webdesign-berlin.de/
Version: 1.0
*/
/*===========================================================
 RUINS GALLERY - Main Stylesheet
 Design Philosophy: Antique meets Modern
 Golden ornaments + Sterile white aesthetic
============================================================*/
/*===========================================================
 SCROLL TO TOP
============================================================*/
.progress-wrap {
  position: fixed;
  right: 30px;
  bottom: 30px;
  height: 46px;
  width: 46px;
  cursor: pointer;
  border-radius: 50px;
  box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.2);
  z-index: 10000;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(15px);
  -moz-transform: translateY(15px);
  -ms-transform: translateY(15px);
  -o-transform: translateY(15px);
  transform: translateY(15px);
  transition: all 200ms linear 0.3s ease ease;
}
.progress-wrap.active-progress {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
.progress-wrap svg.progress-circle path {
  fill: none;
  stroke: #000000;
  stroke-width: 4;
  box-sizing: border-box;
  transition: all 200ms linear 0.3s ease ease;
}
.progress-wrap:hover .angle-top path {
  fill: #ffffff;
}

.angle-top {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 22px;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  transition: 0.5s ease 0.3s ease ease;
}

/*
Theme Name: Themename
Author: webdesign berlin
Author URI: https://webdesign-berlin.de/
Version: 1.0
*/
/*===========================================================
 RUINS GALLERY - Main Stylesheet
 Design Philosophy: Antique meets Modern
 Golden ornaments + Sterile white aesthetic
============================================================*/
/*===========================================================
 PRELOADER
============================================================*/
.preloader {
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  background: #ffffff;
  z-index: 99999999;
}

.spinner {
  width: 80px;
  height: 80px;
  border: 2px solid #000000;
  border-top: 3px solid #e40422;
  border-radius: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  animation: spin 1s infinite linear;
}

@keyframes spin {
  from {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
    -moz-transform: translate(-50%, -50%) rotate(0deg);
    -ms-transform: translate(-50%, -50%) rotate(0deg);
    -o-transform: translate(-50%, -50%) rotate(0deg);
    transform: translate(-50%, -50%) rotate(0deg);
  }
  to {
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
    -moz-transform: translate(-50%, -50%) rotate(360deg);
    -ms-transform: translate(-50%, -50%) rotate(360deg);
    -o-transform: translate(-50%, -50%) rotate(360deg);
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
#loading-msg {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 25px;
  text-align: center;
  color: #000000;
  font-size: 0.8em;
}

/*
Theme Name: Themename
Author: webdesign berlin
Author URI: https://webdesign-berlin.de/
Version: 1.0
*/
/*===========================================================
 RUINS GALLERY - Main Stylesheet
 Design Philosophy: Antique meets Modern
 Golden ornaments + Sterile white aesthetic
============================================================*/
/*===========================================================
 RESPONSIVE / MEDIA QUERIES
============================================================*/
.slideout-menu {
  display: none;
}

@media (min-width: 1439px) {
  .container-fluid {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media (max-width: 1439px) {
  :root {
    /* Font Sizes */
    --font-xxl: 80px;
    --font-xl: 63px;
    --font-lg: 60px;
    --font-md: 30px;
    /*
    --font-sm: 22px;
    --font-base: 18px; */
  }
}
@media (max-width: 1259px) {
  .our-work-text {
    left: unset;
    padding-left: 30px;
  }
  .our-work-text h2 {
    text-align: left;
  }
  .section-padding-top,
  div.woocommerce {
    padding-top: 100px;
  }
  .work-text {
    width: 100% !important;
    max-width: 100%;
  }
}
@media (max-width: 1199px) {
  :root {
    /* Font Sizes */
    --font-xxl: 65px;
    --font-xl: 56px;
    --font-lg: 48px;
    --font-md: 28px;
    /*
    --font-sm: 22px;
    --font-base: 18px; */
  }
  .home-banner-text span {
    font-size: 25px;
  }
  .team-img img {
    height: 500px;
  }
}
@media (max-width: 991px) {
  :root {
    /* Font Sizes */
    --font-xxl: 65px;
    --font-xl: 56px;
    --font-lg: 36px;
    --font-md: 28px;
    /*
    --font-sm: 22px;
    --font-base: 18px; */
  }
  .slideout-menu {
    display: block;
  }
  .panel-header {
    display: flex;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99999;
    background: transparent;
    padding-left: 16px;
    padding-right: 16px;
  }
  .header-area {
    display: none !important;
  }
  .myslider .item {
    flex-direction: column-reverse;
    gap: 30px;
  }
  .myslider .item .home-banner-text {
    padding-left: 0;
  }
  .myslider .item .home-banner-text,
  .myslider .item .home-slider {
    max-width: 100%;
    width: 100%;
  }
  .slick-dots {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    position: absolute;
    display: flex;
    flex-direction: row;
    margin: 0 !important;
    align-items: center;
    justify-content: center;
    gap: 30px;
    overflow: hidden;
  }
  .slick-dots li {
    position: relative;
  }
  .slick-dots li.slick-active {
    padding-left: 30px;
  }
  .slick-dots li.slick-active::before {
    opacity: 1;
    width: 35px;
    right: unset;
    left: -15px;
  }
  .grid {
    grid-template-columns: repeat(2, minmax(308px, 1fr));
    grid-template-rows: 400px !important;
    grid-auto-rows: 400px;
  }
  .single-grid {
    grid-row: auto !important;
    grid-column: auto !important;
  }
  .single-grid:nth-child(7n+4) {
    grid-column: 1 !important;
    grid-row: 2/4 !important;
  }
  .single-grid:nth-child(7n+5) {
    grid-column: 2 !important;
    grid-row: 2/4 !important;
  }
  .single-grid:nth-child(7n+7) {
    grid-column: 1/3 !important;
    grid-row: 5 !important;
    grid-row: 5/7 !important;
  }
  .sc_blogger_news_yith_icon .sc_blogger_grid_5 {
    grid-gap: 10px;
  }
  .section-padding-top,
  div.woocommerce {
    padding-top: 100px;
  }
  .section-padding-bottom {
    padding-bottom: 100px;
  }
  .section-padding {
    padding: 100px 0;
  }
  h2.title {
    white-space: inherit;
  }
  .outdore-product-card img {
    min-height: 300px;
    object-fit: cover;
    object-position: center;
  }
  .number-input-wrapper {
    flex-direction: column;
  }
  .wishlist {
    flex-direction: column;
  }
  .wishlist button {
    max-width: 180px;
  }
  .price-range-right,
  .summary.entry-summary {
    padding-left: 30px;
    overflow: hidden;
  }
  .team-inner {
    flex-wrap: wrap;
    gap: 50px;
  }
  .product-post-card {
    max-width: calc(50% - 15px);
  }
  .contact-info {
    flex-wrap: wrap;
  }
  .contact-info-box {
    max-width: calc(50% - 15px);
  }
  .counter-inner {
    flex-wrap: wrap;
    gap: 50px 0;
  }
  .single-counter {
    width: 50%;
  }
  body.admin-bar .header-area {
    top: 46px;
  }
}
@media (max-width: 767px) {
  :root {
    /* Font Sizes */
    --font-xxl: 40px;
    --font-xl: 38px;
    --font-lg: 32px;
    --font-md: 25px;
    --font-sm: 20px;
  }
  .container {
    padding: 0 20px;
  }
  .home-banner-text span {
    font-size: 22px;
  }
  .home-banner-text h1 {
    margin-bottom: 15px;
  }
  .mobile-logo {
    width: auto;
  }
  .mobile-logo a {
    display: block;
  }
  .grid {
    grid-gap: 10px !important;
    grid-template-columns: repeat(1, minmax(215px, 1fr)) !important;
    grid-template-rows: 300px !important;
    grid-auto-rows: 300px !important;
  }
  .single-grid {
    grid-row: auto !important;
    grid-column: auto !important;
  }
  .single-grid:nth-child(7n+1), .single-grid:nth-child(7n+2), .single-grid:nth-child(7n+3), .single-grid:nth-child(7n+4), .single-grid:nth-child(7n+6), .single-grid:nth-child(7n+7), .single-grid:nth-child(7n+5) {
    grid-row: auto !important;
    grid-column: auto !important;
  }
  .our-work {
    flex-direction: column;
    gap: 30px;
  }
  .our-work div {
    width: 100%;
    padding: 0;
  }
  .outdore-product {
    flex-direction: column;
  }
  .outdore-product-card {
    max-width: 100%;
  }
  .our-work-area {
    padding-left: 0;
    padding-right: 0;
  }
  .team-img img {
    height: 400px;
  }
  .footer {
    flex-direction: column;
    gap: 20px;
    padding-bottom: 30px;
  }
  .single-footer {
    width: 100%;
  }
  .footer-area {
    padding-top: 70px;
  }
  .price-range-right,
  .summary.entry-summary {
    padding-left: 0;
  }
  .price-range {
    flex-direction: column;
    gap: 30px;
  }
  .price-range-right,
  .price-range-img,
  .woocommerce-product-gallery,
  .summary.entry-summary {
    max-width: 100%;
  }
  .review {
    flex-direction: column;
  }
  .review-form,
  .review-container {
    max-width: 100%;
  }
}
@media (max-width: 570px) {
  .product-post-card {
    max-width: 100%;
  }
  .contact-info-box {
    max-width: 100%;
  }
}
@media (max-width: 480px) {
  .container {
    padding: 0 15px;
  }
  .mobile-logo {
    width: 120px;
  }
  .price-range-title,
  .summary.entry-summary > .price {
    flex-direction: column-reverse;
    align-items: flex-start;
    gap: 10px;
  }
  .progress-wrap {
    right: 20px;
    bottom: 20px;
    height: 40px;
    width: 40px;
  }
  .tab {
    width: 100%;
  }
  .star-rating {
    min-width: 110px;
  }
  .single-counter {
    width: 100%;
  }
}
/* Additional responsive menu styles from original */
.menu ul li {
  display: block;
}
.menu ul li a {
  width: 100%;
  color: #000000;
  display: block;
  padding: 10px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.dropdown-menu li a {
  padding-left: 0;
  padding-right: 0;
  color: #ffffff;
}

.menu-toggle {
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

/*# sourceMappingURL=style.css.map */
