/** Shopify CDN: Minification failed

Line 35:19 Expected identifier but found whitespace
Line 35:21 Unexpected "{"
Line 35:31 Expected ":"
Line 84:8 Expected identifier but found whitespace
Line 84:10 Unexpected "{"
Line 84:20 Expected ":"
Line 96:19 Expected identifier but found whitespace
Line 96:21 Unexpected "{"
Line 96:31 Expected ":"
Line 121:8 Expected identifier but found whitespace
... and 2 more hidden warnings

**/
.pre-order-text {
    color: #897e6d;
    font-size: 12px;
    margin-top: 12px;
    width: 70%;
}
.site_logo {
  max-width: 100%;
  height: auto;
}
.custom-image {
    width: 180px;
    height: 180px;
    background-image: url('/cdn/shop/files/IMG-20250224-WA0003.jpg?v=1740415826');
    background-size: contain;
    background-repeat: no-repeat;
    margin: auto;
}
.Custom-header header {
  background-color: {{ settings.header_background_color }};
  border-bottom: 1px solid #ddd;
}

.Custom-header .main-navigation {
  display: flex;
  justify-content: space-between;
  padding: 10px 20px;
}
.Custom-header .image_with_link {
    display: flex;
    direction: rtl;
    justify-content: space-between;
    align-items: center;
    color: #897e6d;
    background: #fff;
    box-shadow: 0 0 35px #d08b100d;
    border-radius: 8px;
  padding: 5px 5px;
}
.Custom-header .mobile-nav a {
                        display: block;
                        padding: 10px 15px;
                        text-decoration: none;
                        color: #333;
                        background: #fffffe;
                        font-size: 20px;
                        color: #897e6d;
                        font-weight: 124;
                        height: 71px;
                        
                    }
.image_with_mobile{
  border-top: 1px solid rgba(0, 0, 0, .1);
}
.Custom-header .main-nav__menu {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
}

.Custom-header .menu-item {
  position: relative;
  margin-right: 20px;
}

.Custom-header .menu-link {
  text-decoration: none;
  color: {{ settings.menu_link_color }};
}

.Custom-header .has-subnav > .menu-link {
  display: flex;
  align-items: center;
}

.Custom-header .mega-menu {
  position: absolute;
  top: 100%;
  left: 0;
  background-color: {{ settings.mega_menu_background_color }};
  border: 1px solid #ddd;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  display: none;
}

.Custom-header .menu-item:hover .mega-menu {
  display: block;
}

.Custom-header .submenu {
  list-style: none;
  margin: 0;
  padding: 10px;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
  gap: 10px;
}

.Custom-header .submenu-item {
  text-align: center;
}

.Custom-header .submenu-link {
  text-decoration: none;
  color: {{ settings.submenu_link_color }};
}

.Custom-header .submenu-link img {
  max-width: 100%;
  border-radius: 5px;
  margin-bottom: 5px;
}

.Custom-header .main-menu__featured-img {
  text-align: center;
  margin-top: 20px;
}

.Custom-header .main-menu__featured-img img {
  max-width: 100%;
  height: auto;
}

.Custom-header .main-menu__featured-img .primary {
  margin-top: 10px;
  display: inline-block;
  background-color: #007bff;
  color: #fff;
  padding: 10px 15px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  text-decoration: none;
}

.Custom-header .main-menu__featured-img .primary:hover {
  background-color: #0056b3;
}
.Custom-header .child_title{
    font-size:12px;
  }
.footer-wrapper .page-links li {
    color: #897e6d;
    font-family: Eloquia Text;
    font-weight: 400;
    font-size: 12.1562px;
    display: flex;
    align-items: center;
    letter-spacing: .322px;
    height: 16.66px;
    line-height: 17px;
    margin-bottom: 10px;
}
.footer-wrapper .page-links h5 {
  color: #897e6d;
  font-family: 'Eloquia Text';
  font-weight: 400;
  font-size: 11.1562px;
  display: flex;
  align-items: center;
  letter-spacing: 0.322px;
  height: 16.66px;
  line-height: 17px;
  margin-bottom: 10px;
  text-decoration:none;
}
.footer-wrapper .page-links a{
  text-decoration:none;
}
  
/* accordion css */

.product-accordion {
  border: 1px solid #ddd;
  border-radius: 4px;
}

.accordion-item {
  border-top: 1px solid #ddd;
}

.accordion-item:first-child {
  border-top: none;
}

.accordion-toggle {
  width: 100%;
  padding: 10px;
  background-color: #f8f8f8;
  border: none;
  text-align: left;
  cursor: pointer;
  outline: none;
  font-size: 16px;
}

.accordion-toggle[aria-expanded="true"] {
  font-weight: bold;
}

.accordion-content {
  display: none;
  padding: 10px;
  border-top: 1px solid #ddd;
}

.accordion-content.active {
  display: block;
}



/* div#slidecarthq {
    display: none;
} */

@media(max-width:576px){
  div#plusLifeCartMobile tr.cart-item {
    display: flex;
    flex-direction: column;
    width: 100% !important;
    max-width: 100% !important;
}
}

.page-saturee-gift-card .product-single__variants{
  display:block !important;
}

.product-variants.product-single__variants button {
    margin: 6px;
}

.product-variants {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.variant-button {
  padding: 10px 15px;
  border: 2px solid #ddd;
  background: #fff;
  cursor: pointer;
  transition: 0.3s;
}

.variant-button.active {
  border-color: #000;
  background: #000;
  color: #fff;
}

.variant-button.disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

button.btn.btn--full.add-to-cart {
    margin-top: 30px;
}