.elementor-779 .elementor-element.elementor-element-ee8666a{--display:flex;--padding-top:80px;--padding-bottom:80px;--padding-left:80px;--padding-right:80px;}@media(max-width:1024px){.elementor-779 .elementor-element.elementor-element-ee8666a{--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}}@media(min-width:768px){.elementor-779 .elementor-element.elementor-element-ee8666a{--content-width:960px;}}/* Start custom CSS for container, class: .elementor-element-ee8666a */.elementor-779 .elementor-element.elementor-element-ee8666a .c7-pagination {
    display: none !important;
}

.c7-product-collection__product-list {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  column-gap: 40px !important;
  row-gap: 90px !important;
  width: 100%;
  justify-content: center;
}

.c7-product {
  flex: 0 0 calc(33.3333333% - 40px);
  width: calc(33.3333333% - 40px);
  flex-direction: column;
  align-items: center;
}

.c7-product .c7-product__info .c7-product__details .c7-product__title a {
  font-weight: 500;
  font-size: 24px;
  line-height: 1.13;
  text-transform: capitalize;
  text-decoration: none;
  color: #1E1E1E;
  letter-spacing: 0;
  text-align: center;
}

.c7-product-collection .c7-product-collection__products .c7-product-collection__product-list .c7-product .c7-product__photo-wrapper .c7-product__photo a img,
.c7-page__collection .c7-product-collection .c7-product-collection__products .c7-product-collection__product-list .c7-product .c7-product__photo-wrapper .c7-product__photo a img {
  aspect-ratio: 282 / 433;
}

.c7-product .c7-product__photo-wrapper .c7-product__photo {
  position: relative;
  margin: 0 auto;
}

.c7-product .c7-product__photo-wrapper .c7-product__photo a img {
  position: relative;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
}

.c7-product .c7-product__photo-wrapper .c7-product__photo a:not(:first-child) img {
  object-fit: cover;
}

.c7-product__add-to-cart__price {
  font-weight: 500;
  font-size: 18px;
  line-height: 1.26;
  text-align: left;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  font-family: "Engravers Gothic", Sans-serif;
  color: #1E1E1E;
  display: flex;
  flex-direction: column;
}

.c7-product__info { text-align: center; }

.c7-product .c7-product__photo-wrapper .c7-product__photo a:not(:first-child) {
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 100%;
  overflow: hidden;
}

.c7-product .c7-product__photo-wrapper .c7-product__photo a:first-child { opacity: 1; }

.c7-product .c7-product__photo-wrapper .c7-product__photo a {
  padding-bottom: 0;
  height: unset;
  position: relative;
  display: block;
  opacity: 0;
  transition: 0.4s ease-in-out;
  min-height: unset;
}

/* Make the stack behave */
.c7-product .c7-product__photo { position: relative; }
.c7-product .c7-product__photo a { transition: opacity .4s ease-in-out; }
.c7-product .c7-product__photo a picture,
.c7-product .c7-product__photo a img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover; /* ensure original look */
}

/* Second image starts hidden and non-interactive */
.c7-product .c7-product__photo a:nth-of-type(2) {
  pointer-events: none;
  z-index: 1; /* ensure it overlays the first */
}

/* Hover swap (desktop hover devices): only show the second image */
@media (hover: hover) and (pointer: fine) {
  .c7-product:hover .c7-product__photo a:nth-of-type(2) {
    opacity: 1;
    pointer-events: auto;
  }
}

/* Keyboard focus support: only show the second image */
.c7-product:focus-within .c7-product__photo a:nth-of-type(2) {
  opacity: 1;
  pointer-events: auto;
}

/* Safety: if there's only one link/image, keep it visible & clickable */
.c7-product .c7-product__photo a:only-child { opacity: 1; pointer-events: auto; }

/* (IMPORTANT) Ensure no rule hides the first image on hover/focus */
.c7-product:hover .c7-product__photo a:first-child,
.c7-product:focus-within .c7-product__photo a:first-child {
  opacity: 1;
}

/* Buttons */
.c7-product .c7-product__info .c7-product__add-to-cart .c7-product__add-to-cart__form .c7-btn {
  width: 35px;
  height: 35px;
  border: 1px solid #798474;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.c7-product .c7-product__info .c7-product__add-to-cart .c7-product__add-to-cart__form .c7-btn::before {
  content: '';
  width: 15px;
  height: 15px;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTUiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNSAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTguMDg2MzIgMC41SDYuOTM3NjFWNy40NzI1OUgwLjVWOC42OTQwN0g2LjkzNzYxVjE1LjY2NjdIOC4wODYzMlY4LjY5NDA3SDE0LjVWNy40NzI1OUg4LjA4NjMyVjAuNVoiIGZpbGw9IndoaXRlIi8+Cjwvc3ZnPg==);
  display: block;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: 0.4s ease-in-out;
}

.c7-product .c7-product__info .c7-product__add-to-cart .c7-product__add-to-cart__form .c7-btn span { display: none; }

/* If this is theme CSS (not Elementor), remove '.elementor-779 .elementor-element.elementor-element-ee8666a' */
.elementor-779 .elementor-element.elementor-element-ee8666a .c7-btn.c7-btn--primary {
  background: #798474;
  min-height: max-content;
}

.c7-product .c7-product__info .c7-product__add-to-cart .c7-product__add-to-cart__form .c7-product__add-to-cart__form__quantity { display: none; }

.c7-product .c7-product__info .c7-product__add-to-cart .c7-product__add-to-cart__price .c7-product__add-to-cart__price__variant { display: none; }

.inner-section {
  width: 100%;
  margin: 0 auto;
  max-width: 924px;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}

.c7-product .c7-product__info .c7-product__add-to-cart {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 20px;
}

.c7-product__add-to-cart .c7-form__field { flex: 0 0 0; }

.c7-form__field.c7-product__add-to-cart__variants {
  flex-basis: 80%;
  border: 1px solid black;
  margin-bottom: -10px;
  margin-top: 15px;
  margin-left: auto;
  margin-right: auto;
}

.c7-product-collection .c7-product-collection__products .c7-product-collection__product-list {
  padding-bottom: 0px;
  column-gap: 0px;
  row-gap: 0px;
  margin: 0px;
}

.title-container { display: none; }

.nav-links-wrapper .links-container .nav-list {
  display: flex;
  justify-content: center;
}

.nav-links-wrapper .links-container .nav-list .nav-item {
  display: inline-block;
  margin: 0 18px;
}

.nav-links-wrapper {
  border-bottom: 1px solid #798474;
  padding: 23px 0 20px;
}

.nav-links-wrapper .links-container .nav-list .nav-item .nav-link .nav-text {
  font-weight: 500;
  font-size: 13px;
  line-height: 1.26;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #798474;
  font-family: "Engravers Gothic", sans-serif;
  text-decoration: none;
  margin: 0;
}

.nav-link { position: relative; }

.nav-links-wrapper .links-container .nav-list .nav-item .nav-link:hover:before {
  width: 8px;
  opacity: 1;
}

.nav-links-wrapper .links-container .nav-list .nav-item .nav-link:before {
  content: "";
  height: 1px;
  background: #798474;
  position: absolute;
  top: 50%;
  right: -11px;
  opacity: 0;
  transition: 0.4s ease-in-out;
  transform: translateY(-50%);
}

.nav-links-wrapper .links-container .nav-list .nav-item .nav-link:after {
  content: "";
  width: 6px;
  height: 6px;
  border-bottom: 1px solid #798474;
  border-right: 1px solid #798474;
  transform: rotate(-45deg) translate(-6px, 1px);
  position: absolute;
  top: calc(50% - 8px);
  right: 0;
  transition: 0.4s ease-in-out;
  opacity: 0;
}

.nav-links-wrapper .links-container .nav-list .nav-item .nav-link .nav-text:hover { color: #798474; }

.nav-links-wrapper .links-container .nav-list .nav-item .nav-link:hover:after {
  opacity: 1;
  right: -14px;
}

.c7-product-collection__products { margin-top: 70px; }

@media screen and (max-width: 767px) {
  .c7-product-collection__products { margin-top: 40px; }
  .c7-product {
    flex: 0 0 calc(50% - 40px);
    width: calc(50% - 40px);
  }
  .title-container {
    display: flex;
    justify-content: space-between;
  }
  .nav-links-wrapper { padding-bottom: 15px; }
  .nav-bar-inner { padding-left: 25px; padding-right: 25px; }
  .links-container { display: none; }
}/* End custom CSS */