/** Shopify CDN: Minification failed

Line 406:49 Unexpected "{"

**/
.promo-banner p{
  font-size: 20px;
  color: #59a955;
  font-weight:normal;
  padding: 10px 0;
}
.header-container{
  max-width:1170px;
  margin:0 auto;
  width:100%;
  display:flex;
  justify-content:space-between;
  margin-bottom:10px;
  padding-left:15px;
  padding-right:15px;
}
/* .header-container .header__logo img{
  max-width:350px;
} */
.logo-right ul{
  display:flex;
  gap:15px;
}
.logo-right ul li{
  list-style:none;
}
.logo-right ul li a {
  color: #898989;
}
.logo-right ul li a span{
  font-size:18px;
}
.main-nav{
  padding-left:0;
  padding-right:0;
  padding-bottom:0;
}
.main-nav .nav{
    border-top: 1px solid #ecefef;
    background: #ffffff;
    position: relative;
    -webkit-box-shadow: 0 2px 2px rgb(11 25 28 / 12%);
    -moz-box-shadow: 0 2px 2px rgba(11, 25, 28, .12);
    box-shadow: 0 2px 2px rgb(11 25 28 / 12%);
}
.container-header{
  max-width:1170px;
  padding:0 15px;
  width:100%;
  margin:0 auto;
  display:flex;
  justify-content:space-between;
}
.header-icons{
  width: 30%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 10px;
}
.sticky_nav--stick .header-container{
  width:auto;
      margin: 0;
}
.sticky_nav--stick .logo-right{
  display:none;
}
.sticky_nav--stick .header-icons .icon-cart{
  display:none !important;
}
.sticky_nav--stick .icon-cart{
  height:auto !important;
}
.sticky_nav--stick .logo-left .header__logo {
  padding:8px 0 !important;
}
.sticky_nav--stick .main-nav .nav{
  border:0;
  box-shadow:none;
}
.sticky_nav--stick .header-container .header__logo img {
    max-width: 150px;
}
.sticky_nav--stick .header-container .header__logo {
    max-width: 150px;
}
h1.product_name{
      color: #147a2c;
}
.flickity-prev-next-button .arrow {
    fill: #000;
}
.product-wrap .product_image{
  height:300px;
  display:flex;
  align-items:center;
  justify-content:center;
}
h2.title{
      color: #147a2c;
}
.product-main .gallery-wrap{
  position:sticky;
  top:0;
}
.newsletter_section h2{
  color:#fff
}

@media only screen and (max-width: 798px){
    .promo-banner p{
      font-size:12px;
    }
    .cart {
      padding-top: 60px;
    }
    .shopify-section--cart-template .content h1 {
      font-size: 22px;
    }
    
  }


/* Base */
.btn-floating:hover img {
  margin-bottom: -3px
}

.btn-floating {
    position: fixed;
    left: 25px;
    overflow: hidden;
    width: 50px;
    height: 50px;
    border-radius: 100px;
    border: 0;
    z-index: 9999;
    color: white;
    transition: .2s;
}

.btn-floating:hover {
    width: auto;
    padding: 0 20px;
    cursor: pointer;
}

.btn-floating span {
    font-size: 16px;
    margin-left: 5px;
    transition: .2s;
    line-height: 0px;
    display: none;
    color: white;
}

.btn-floating:hover span {
    display: inline-block;
}

/* Phone */
.btn-floating.phone {
  bottom: 21px;
  background-color: #0d884d !important;
}

  
/* Custom css 17/02/2026 */

.header a, 
.header a:visited, 
.header a span, 
.header select.currencies{
  display: flex;
  align-items: center;
  justify-content: center;
}
.search-container input[type="text"]{
  text-align: left;
}
.header .mini_cart, .header .nav a.mini_cart {
  padding-left: 0;
  padding-right: 0;
}
.header .cart-container .mini_cart{
  width: auto;
  max-width: 100%;
}
.header .menu-position--block.search-enabled--true .nav.nav--center {
  padding-left: 200px;
  padding-top: 10px;
  padding-bottom: 10px;
}
.header a.icon-cart.mini_cart.dropdown_link,
.header a.icon-user{
  font-size: 16px;
}
.header [class^=icon-]:before,
.header [class*=" icon-"]:before{
  color: currentColor !important;
}
.header .icon-mail-share:hover{
  background-color: unset;
  border-color: unset;
  color: unset;
}
.menu a, .menu a:visited, .menu a:active, #header span.menu_title, .menu a span, select.currencies, .mini_cart span{
  font-size: 14px;
  font-weight: 600;
  gap: 3px;
}
.dropdown.menu .dropdown_title li a,
.dropdown_list li a {
    color: #000;
}

.header .menu-position--block.search-enabled--true .nav.nav--center{
  padding-left: unset;
  padding-right: unset;
}
.menu li{
  padding-right: 20px;
}
.menu li a[href]:hover, .menu li a:focus, .menu a[href]:hover span {
  color: #000; 
}
.menu ul.dropdown_title li a:hover,
.menu .dropdown_list_all ul.dropdown_list li a:hover {
  color: #0d884d;
}
.menu a.top_link:hover, .menu a.dropdown_link:hover, .menu a.active_link {
  border-bottom: solid 1px #0d884d;
}
.icon-down-arrow::before{
  font-weight: 600;
}

.custom-image-block a,
.image-block-one a,
.image-block-on2 a{
  display: block;
}

.js-recently-viewed-product .product_image a {
    width: 100%;
}




.gallery-wrap .flickity-prev-next-button.next {
  background-color: #0d884d;
  width: 40px;
  height: 40px;
  padding: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transform: translate(0%, -50%);
  top: 50%;
  opacity: 1;
  right: 2px;
}
.gallery-wrap .flickity-prev-next-button.previous {
  background-color: #0d884d;
  width: 40px;
  height: 40px;
  padding: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transform: translate(0%, -50%);
  top: 50%;
  opacity: 1;
  left: 2px;
}
.gallery-wrap .flickity-prev-next-button svg.flickity-button-icon {
  padding: 0;
  width: 18px;
  font-size: large;
  align-items: center;
  justify-content: center;
  position: static;
  top: inherit;
  transform: none;
}
.gallery-wrap .flickity-prev-next-button.previous
.gallery-wrap .flickity-prev-next-button.next:hover,
.gallery-wrap .flickity-prev-next-button.previous:hover {
  background-color: rgb(13 136 77 / 69%);
  border-color: rgb(13 136 77 / 69%);
}
.product-gallery__thumbnails button.flickity-button {
  display: none !important;
}

h1.product_name {
  line-height: 1.3;
  font-size: 30px;
}
.product_section .modal_price {
    margin: 20px 0 0;
    padding: 20px 0 0;
    border-top: 1px solid #cccccc;
}
.price--sale {
    font-weight: 600;
}
.product_section .product_form, .product_section .contact-form {
    width: 100%;
    max-width: 100%;
}
.product-quantity-box.purchase-details__quantity {
    margin-right: 5px;
    width: calc(30% - 12px);
}
.smart-payment-button--false .purchase-details {
    padding-bottom: 0;
}
.mobile_nav-fixed--true #pagecontent:empty {
  display: none;
}
.sidebar .sidebar-block ul.toggle_list {
    max-height: 500px;
    overflow-y: auto;
}
.trgg-justify-content-between {
    display: none;
    padding: 0 !important;
}
.trgg-app .splide__track,
.trustify-review-google .splide {
    padding-top: 0 !important;
}

.fancybox-slide.fancybox-slide--html.fancybox-slide--current.fancybox-slide--complete {
    background-color: rgb(0 0 0 / 60%);
}
.menu li a.dropdown_link.active_link,
.menu li a.dropdown_link.active_link:hover {
  color: #000;
}

.js-recently-viewed .recently-viewed-products__title h2.title.center {
    margin-top: 0;
}
.product-details .shopify-reviews:empty {
    display: none;
}
.shopify-section--recently-viewed-products {
    padding-top: 60px;
}
.subtotal_column {
    position: relative;
}
.subtotal_column .subtotal {
    position: sticky;
    top: 0;
}
.checkout_button .add_to_cart {
    font-family: Lora, serif;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.jm-review-widget-minimal-header__title {
  font-family: Lora, serif;
  font-weight: 700;
  font-style: normal;
  text-transform: none;
  line-height: 1.5;
  color: #0d884d;
  display: block;
  letter-spacing: 0px;
  text-rendering: optimizeLegibility;
  font-size: 29px !important;
  margin-bottom: 0.75em;
}
.product-list .thumbnail img, .slider-gallery .thumbnail img, .list-collections .thumbnail img {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out !important;
 }
.gallery-cell.thumbnail:hover .image__container .image-element__wrap img,
.product-list .thumbnail:hover .product-wrap .product_image .image__container img {
    transform: scale(1.1);
}
.gallery-cell.thumbnail:hover .product-details .title {
    color: #333;
}
.featured-promotions .feature-section img {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out !important;
}
.featured-promotions .feature-section:hover img, {
  transform: scale(1.1);
}
.featured-promotions .feature-section .feature-inner .image-element__wrap {
    border-radius: 12px;
}

.product-list .thumbnail {
    display: flex !important;
    flex-direction: column;
    justify-content: space-between;
    align-items: stretch;
    padding: 15px;
    border-radius: 12px;
    -webkit-box-shadow: 0 0 4px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 4px 0px rgba(0, 0, 0, 0.1);
     -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.product-list .thumbnail:hover {
    -webkit-box-shadow: 0 0 10px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 10px 0px rgba(0, 0, 0, 0.2);
}
.product-list .thumbnail .smart-payment-button--false {
    margin: 0;
}
.product-list .thumbnail:hover .product-details .title {
    color: #333;
}


.recently-viewed__section .flickity-prev-next-button.next {
  background-color: #0d884d;
  width: 40px;
  height: 40px;
  padding: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transform: translate(0%, -50%);
  top: 50%;
  opacity: 1;
  right: 2px;
}
.recently-viewed__section .flickity-prev-next-button.previous {
  background-color: #0d884d;
  width: 40px;
  height: 40px;
  padding: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transform: translate(0%, -50%);
  top: 50%;
  opacity: 1;
  left: 2px;
}
.recently-viewed__section .flickity-prev-next-button svg.flickity-button-icon {
  padding: 0;
  width: 18px;
  font-size: large;
  align-items: center;
  justify-content: center;
  position: static;
  top: inherit;
  transform: none;
}
.recently-viewed__section .flickity-prev-next-button.previous
.recently-viewed__section .flickity-prev-next-button.next:hover,
.recently-viewed__section .flickity-prev-next-button.previous:hover {
  background-color: rgb(13 136 77 / 69%);
  border-color: rgb(13 136 77 / 69%);
}
.recently-viewed__section .flickity-prev-next-button svg path {
    fill: #fff;
    opacity: 1;
}

.recently-viewed__section .flickity-viewport .flickity-slider .gallery-cell {
  -webkit-box-shadow: 0 0 4px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 4px 0px rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  margin: 10px;
}
.recently-viewed__section .flickity-viewport .flickity-slider .gallery-cell:hover {
  -webkit-box-shadow: 0 0 10px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px 0px rgba(0, 0, 0, 0.2);
}

.warp_all_blocks .image-with-text-container {
  padding: 60px 0;
}
.warp_all_blocks .image-with-text-container:first-child,
.warp_all_blocks .image-with-text-container:last-child {
  padding: 0;
}
.image-with_text_section h1 {
  text-align: center;
  font-size: 38px;
  padding-top: 0;
  margin: 0 0 20px;
}
.page-about-us .image-with_text_section {
    padding-top: 100px;
}
.login_register_page h1 {
    text-align: center;
    padding-top: 0;
    margin: 0;
}
.login_register_page .three-eighths {
    background: #ffffff;
    padding: 20px;
    border-radius: 12px;
    -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
}
.login_register_page form input {
    border-color: #ddd;
    border-radius: 12px;
}
.login_register_page .container h1 {
    font-size: 26px;
}
.shopify-section--blog-template h2 {
    font-size: 20px;
    margin-bottom: 4px;
}
.shopify-section--blog-template .blog__read-more-button {
    margin: 10px 0 0;
}
.shopify-section--blog-template .has-sidebar-option .image-element__wrap img {
    aspect-ratio: 1.4;
    object-fit: cover;
    object-position: center center;
}
.shopify-section--blog-template .has-sidebar-option .image-element__wrap {
    overflow: hidden;
    border-radius: 12px;
}
.shopify-section--blog-template .has-sidebar-option .article img {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out !important;
}
.shopify-section--blog-template .has-sidebar-option .article:hover img {
  transform: scale(1.1);
}
.shopify-section--blog-template .has-sidebar-option .article:hover .article__title a {
  color: #333;
}
.shopify-section--article-template .caption-content {
  border-radius: 12px;
  background-color: #ffffff63;
}
.banner.page-banner .headline {
    font-size: 29px;
}
.has-padding-top {
    padding: 0;
    margin: 0;
}
.login_register_page .container {
    padding-top: 40px;
    padding-bottom: 40px;
}

@media only screen and (min-width: 799px) {
  .header .mini_cart, .header .nav a.mini_cart {
    padding-left: 0;
    padding-right: 0;
  }
}

@media only screen and (max-width: 1024px) {
   .menu li{
    padding-right: 12px;
  }
}

@media only screen and (max-width: 989px) {
   .menu a{
    font-size: 12px;
  }
  .menu li {
    padding-right: 8px;
  }
}

@media only screen and (max-width: 768px) {
  h2, .h2, h2.title {
    font-size: 24px;
    line-height: 1;
  }
  .one-third.column.medium-down--one-whole.text-column {
    margin-top: 0;
  }
  .shopify-section--text-columns-with-images .text-column {
    margin-bottom: 20px;
  }
  .gallery-wrap .flickity-prev-next-button.previous,
  .gallery-wrap .flickity-prev-next-button.next {
    width: 30px;
    height: 30px;
  }
  .banner.homepage-slideshow {
    padding-top: 60px;
  }
  .shopify-section--recently-viewed-products {
    padding-top: 40px;
  }
  .jm-review-widget-minimal-header__title {
    font-size: 24px !important;
  }
  .recently-viewed__section .rv-main {
    margin: 0;
  }
  .image-with_text_section h1 {
    font-size: 32px;
    margin: 0 0 15px;
  }
  .warp_all_blocks .image-with-text-container {
    padding: 25px 0;
  }
  .login_register_page .container {
    padding-top: 100px;
    padding-bottom: 20px;
  }
  .blog .shopify-section--blog-template {
    padding-top: 100px;
  }
  .blog .shopify-section--blog-template h1.blog-title {
    font-size: 24px;
  }
  .blog .shopify-section--blog-template .content {
    padding-top: 0;
  }
  .banner.page-banner .headline {
    font-size: 24px;
  }
  .banner.page-banner {
      margin-top: 60px;
  }
  .banner.page-banner img,
  .banner.page-banner {
    max-height: calc(100vh - 60px);
  }
  .blog-article__main .breadcrumb {
    margin: 0;
  }



 
}