/*
Theme Name: GingerUp
Theme URI: 
Description: Child theme for Kadence
Author: 
Author URI: 
Template: kadence
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: gingerup
*/

/* Add custom styles below this line */

.gingerup-mega-menu-content-inner {
  max-width: var(--global-content-width);
  margin: 0 auto;
}

.homepage-slide .kb-advanced-slide-inner-wrap {
  padding: 0;
}

/* Button with circle icon styling */
.gingerup-button {
  display: inline-flex !important;
  align-items: center;
  transition: all 0.6s cubic-bezier(0.18, 0.89, 0.32, 1.28);
  overflow: hidden;
  position: relative;
  padding: 7px 16px !important;
  gap: 5px !important;
  border: 3px solid #222 !important;
  background: #fff !important;
  color: #222 !important;
  text-transform: uppercase;
  border-radius: 120px !important;
}

.gingerup-button span {
  font-weight: 700 !important;
}

.gingerup-button .kb-svg-icon-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #000;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  position: relative;
  transition: transform 0.6s cubic-bezier(0.18, 0.89, 0.32, 1.28);
  left: 0;
  flex-shrink: 0;
}

.gingerup-button .kb-svg-icon-wrap svg {
  width: 20px;
  height: 20px;
  color: #fff;
}

.gingerup-button .kt-btn-inner-text {
  transition: transform 0.6s cubic-bezier(0.18, 0.89, 0.32, 1.28);
  position: relative;
  white-space: nowrap;
}

.footer-payment-image {
  float: right;
}

.footer-widget-area .menu {
  display: flex;
  gap: 20px;
  justify-content: flex-end;
}

footer .site-container {
  background: #edf4f3;
  padding-left: 40px;
  padding-right: 40px;
}

footer .site-top-footer-wrap .site-container {
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
}

footer .site-top-footer-wrap .site-container .site-top-footer-inner-wrap {
  border-bottom: 1px solid #222;
  padding-top: 30px;
  padding-bottom: 20px;
}

footer .site-middle-footer-wrap .site-container .site-middle-footer-inner-wrap {
  border-bottom: 1px solid #222;
  padding-top: 20px;
  padding-bottom: 20px;
}

footer .site-bottom-footer-wrap .site-container {
  border-bottom-left-radius: 16px;
  border-bottom-right-radius: 16px;
}

footer {
  margin-top: 40px;
  margin-bottom: 150px;
}

.wp-block-woocommerce-cart-totals-block {
  background: #edf4f3;
  padding: 5px 15px;
}

.page-id-10 #inner-wrap {
  background: #edf4f3 url("/wp-content/uploads/2025/06/login-background.png");
  background-size: contain;
  background-position: left;
  background-repeat: no-repeat;
}

.page-id-10 .kt-row-column-wrap {
  padding: 0 !important;
}

.woocommerce form.login,
.woocommerce form.checkout_coupon,
.woocommerce form.register {
  border: 0 !important;
}

.woocommerce form .form-row label {
  font-weight: 400 !important;
  color: #222;
}

.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea {
  border: 1px solid #222 !important;
  background: #fff !important;
  color: #222 !important;
  padding: 10px !important;
  border-radius: 0 !important;
}

.woocommerce form .show-password-input,
.woocommerce-page form .show-password-input {
  right: 0.4em !important;
  top: auto !important;
}

.show-password-input {
  background: none !important;
}

.button {
  border-radius: 120px !important;
  border: 2px solid #222 !important;
  background: #fff !important;
  color: #222 !important;
  font-weight: 400 !important;
  text-transform: uppercase !important;
  font-size: 14px !important;
}

.button:hover {
  background: #222 !important;
  color: #fff !important;
  border-color: #222 !important;
}

.wc-block-cart__submit,
.wc-block-cart__submit-button {
  border-radius: 120px !important;
}

/* Scroll Animation Styles for Bottle Section */
.gingerup-animated-bottle-section {
  position: relative;
  overflow: visible;
}

.gingerup-animated-bottle-section .kt-inside-inner-col {
  position: relative;
  min-height: 600px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: visible;
}

/* Ensure parent containers don't clip the animated elements */
.gingerup-animated-bottle-section,
.gingerup-animated-bottle-section * {
  overflow: visible !important;
}

/* Bottle - Center positioned */
.gingerup-animated-bottle {
  position: absolute;
  z-index: 3;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  will-change: opacity;
  backface-visibility: hidden;
}

/* Leaf Left - Behind bottle, slides from left */
.gingerup-animated-leaf-left {
  position: absolute;
  z-index: 1;
  top: 20%;
  left: 10%;
  transform: translateX(-100%);
  opacity: 0;
  will-change: transform, opacity;
  backface-visibility: hidden;
}

/* Leaf Right - Behind bottle, slides from right */
.gingerup-animated-leaf-right {
  position: absolute;
  z-index: 2;
  top: 30%;
  right: 10%;
  transform: translateX(100%);
  opacity: 0;
  will-change: transform, opacity;
  backface-visibility: hidden;
}

/* Ingredient - In front of bottle, bottom left, slides from left */
.gingerup-animated-ingredient {
  position: absolute;
  z-index: 2;
  bottom: 10%;
  left: 10%;
  transform: translateX(-100%);
  opacity: 0;
  will-change: transform, opacity;
  backface-visibility: hidden;
}

/* Scroll Animation Styles for Lemons Bottle Section */
.gingerup-animated-bottle-section-lemons {
  position: relative;
  overflow: visible;
}

.gingerup-animated-bottle-section-lemons .kt-inside-inner-col {
  position: relative;
  min-height: 600px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: visible;
}

/* Ensure parent containers don't clip the animated elements */
.gingerup-animated-bottle-section-lemons,
.gingerup-animated-bottle-section-lemons * {
  overflow: visible !important;
}

/* Bottle - Center positioned with slight left rotation */
.gingerup-animated-bottle-lemons {
  position: absolute;
  z-index: 3;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-15deg);
  opacity: 0;
  will-change: opacity;
  backface-visibility: hidden;
}

.gingerup-animated-bottle-lemons.gingerup-animated-bottle-lemons--opposite {
  transform: translate(-50%, -50%) rotate(15deg);
}

/* Leaf Top Left - Above bottle, slides from left */
.gingerup-animated-leaf-top-left {
  position: absolute;
  z-index: 1;
  top: 15%;
  left: 15%;
  transform: translateX(-100%);
  opacity: 0;
  will-change: transform, opacity;
  backface-visibility: hidden;
}

/* Lemon Top Right - Above bottle, slides from right */
.gingerup-animated-lemon-top-right {
  position: absolute;
  z-index: 2;
  top: 20%;
  right: 15%;
  transform: translateX(100%);
  opacity: 0;
  will-change: transform, opacity;
  backface-visibility: hidden;
}

/* Lemon Bottom Left - Below bottle, slides from left */
.gingerup-animated-lemon-bottom-left {
  position: absolute;
  z-index: 4;
  bottom: 15%;
  left: 20%;
  transform: translateX(-100%);
  opacity: 0;
  will-change: transform, opacity;
  backface-visibility: hidden;
}

/* Leaf Bottom Right - Below bottle, slides from right */
.gingerup-animated-leaf-bottom-right {
  position: absolute;
  z-index: 1;
  bottom: 20%;
  right: 15%;
  transform: translateX(100%);
  opacity: 0;
  will-change: transform, opacity;
  backface-visibility: hidden;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .product-ingredients-column .wp-block-group {
    align-items: center !important;
  }

  .gingerup-animated-bottle-section .kt-inside-inner-col {
    min-height: 400px;
  }

  .gingerup-animated-leaf-left {
    top: 10%;
    left: 5%;
  }

  .gingerup-animated-leaf-right {
    top: 15%;
    right: 5%;
  }

  .gingerup-animated-ingredient {
    bottom: 10%;
    left: 10%;
  }

  .gingerup-animated-bottle-section-lemons .kt-inside-inner-col {
    min-height: 400px;
  }

  .gingerup-animated-leaf-top-left {
    top: 10%;
    left: 10%;
  }

  .gingerup-animated-lemon-top-right {
    top: 15%;
    right: 10%;
  }

  .gingerup-animated-lemon-bottom-left {
    bottom: 10%;
    left: 15%;
  }

  .gingerup-animated-leaf-bottom-right {
    bottom: 15%;
    right: 10%;
  }

  /* Product page mobile adjustments */

  .hero-section {
    min-height: 100vh;
    height: auto !important;
    overflow: visible !important;
  }

  .product-short-description {
    padding: 0px 20px;
  }

  .hero-section .hero-content h3 {
    font-size: 72px !important;
    margin-top: 50px;
  }

  .hero-section .hero-images {
    margin-top: -12px !important;
  }

  .infinite-scrolling-bar .bar-title {
    font-size: 40px !important;
  }
}

@media (max-width: 480px) {
  .gingerup-animated-bottle-section .kt-inside-inner-col {
    min-height: 300px;
  }

  .gingerup-animated-leaf-left,
  .gingerup-animated-ingredient {
    transform: scale(0.8) translateX(-100%);
  }

  .gingerup-animated-leaf-right {
    transform: scale(0.8) translateX(100%);
  }

  .gingerup-animated-bottle-section {
    min-height: 500px;
  }

  .gingerup-animated-bottle-section-lemons .kt-inside-inner-col {
    min-height: 500px;
  }

  .gingerup-animated-leaf-top-left,
  .gingerup-animated-lemon-bottom-left {
    transform: scale(0.8) translateX(-100%);
  }

  .gingerup-animated-lemon-top-right,
  .gingerup-animated-leaf-bottom-right {
    transform: scale(0.8) translateX(100%);
  }
}

.postid-593 .single-product-custom-wrapper h3,
.postid-593 .single-product-custom-wrapper h2,
.postid-593 .single-product-custom-wrapper p {
  color: #fff;
}

.postid-658 .single-product-custom-wrapper h3,
.postid-658 .single-product-custom-wrapper h2,
.postid-658 .single-product-custom-wrapper p {
  color: #fff;
}

.gingerup-product-grid .product-title a {
  color: #000 !important;
}

.gingerup-product-grid .product-item:hover .product-title a {
  color: #fff !important;
}

.gingerup-product-grid .product-description p {
  color: #000;
}

.gingerup-product-grid .product-item:hover .product-description p {
  color: #fff;
}

.gslide-media.gslide-inline {
  width: 80% !important;
}

.globe-tooltip-title {
  text-align: center;
}

.single-product p,
.single-product h3,
.single-product h2,
.single-product h4,
.single-product h5,
.single-product h6 {
  color: #fff;
}

.site-footer p,
.site-footer span {
  color: #454545;
}

.gingerup-animated-bottle img,
.gingerup-animated-bottle-lemons img {
  max-width: 130px !important;
}

.postid-621 .gingerup-animated-bottle img {
  max-width: 220px !important;
}
