/** Shopify CDN: Minification failed

Line 91:1 Expected identifier but found "."
Line 94:2 Unexpected "{"

**/

/* product */
.product-single__title {
    font-size: 1.5rem;
    line-height: 150%;
}
.product-short-description-wrapper {
  border: 1px solid #ddd;
  padding: 10px 15px;
  border-radius: 6px;
  background-color: #f9f9f9;
}
.metafield-rich_text_field,.metafield-rich_text_field p {
    font-size: 1rem;
  line-height: 140%;
  margin-bottom: 10px;
}
.metafield-rich_text_field h5{
    font-size: 1.05rem;
  line-height: 120%;
  margin-bottom: 10px;
}
.metafield-rich_text_field ul li {
    font-size: 1.1rem;
    line-height: 150%;
    margin-bottom: 10px;
}
.metafield-rich_text_field ul {
    padding-left: 30px;
}
.product-short-description {
    margin-bottom: 0;
}
ul.pb-3.product-single__meta-list.list--inline.product-single__price-container {
    padding: 0 !important;
    margin: 0;
}
.product-single__price--compare {
    font-size: 1rem;
}
.product-form__quantity-submit {
    margin-top: 10px;
    display: flex;
    align-items: center;
    padding-top: 10px;
    flex-wrap: wrap;
    gap: 10px;
}
.product-form__quantity-submit .product-form__item--submit {
    margin: 0 !important;
    width: 100%;
    flex: 50%;
}
.product-form__cart-submit{
    background: #ad833a;
    border-radius:4px;
}
.product-form__item .js-qty__input {
  border: 1px solid #ddd;
  border-radius: 4px;
  padding: 0px 20px;
}
.sr-headless-checkout {
  border-radius: 4px !important;
}
.product-form__buynow {
    width: 100%;
    flex: 0 0 100%;
    margin: 0;
}
.gr-btnjs.py-4.mt-4.border-top {
    padding: 1.5rem;
    background: #f8f8f8;
    border: none !important;
}
.gr-btnjs.py-4.mt-4.border-top {
    padding: 1.5rem;
    background: #f8f8f8;
    border: none !important;
}
.product-single__information p {
    background: #f8f8f8;
    padding: 25px 25px 0;
}
..progress.js-free-shipping {
  border-radius: 6px;
  overflow: hidden;
} {
    background: #f8f8f8;
    padding: 0 25px 5px 25px !important;
}
.fake-view span {
    font-size: 0.8rem !important;
}
div#nav-tab-info {
    display: none;
}
.list-style ul {
    list-style-type: none;
}
.jdgm-write-review-modal{
    z-index:999999999 !important;
}
.whatsapp-float {
  position: fixed;
  bottom: 80px;
  right: 32px;
  width: 50px;
  height: 50px;
  background-color: #25D366;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 8px 20px rgba(0,0,0,0.2);
  z-index: 999999;
  transition: transform 0.2s ease;
}

.whatsapp-float:hover {
  transform: scale(1.05);
}
.whatsapp-float svg {
    width: 30px;
    height: 30px;
    fill:#fff;
    color:#fff;
}
js-back-to-top {
  display:none !important;
}

/* header */
header .row.no-gutters.row-header.align-items-center{
    flex-wrap: nowrap;
  width: 100%;
  justify-content: space-between;
}

header .row.no-gutters.row-header.align-items-center .col-logo {
  order: 2;
  width: 30%;
  flex: 0 0 30%;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}
header .row.no-gutters.row-header.align-items-center .col-menu{
   order: 1;
  width: 30%;
  flex: 0 0 30%;
}
header .row.no-gutters.row-header.align-items-center .header-bottom__right{
   order: 3;
  width: 30%;
  flex: 0 0 30%;
}

.template-product .product-short-description.collapsed {
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.template-product .read-more-btn {
  margin-top: 8px;
  background: none;
  border: none;
  color: inherit;
  cursor: pointer;
  font-weight: 600;
  padding: 0;
  text-decoration: underline;
}

.template-product .single-option-radio {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 10px;
}
.template-product .single-option-radio .variant-card {
  width: 100%;
  height: 100%;
  border-radius: 6px;
  background: #f9f9f9;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.template-product .single-option-radio .variant-card .save-badge {
  padding: 0;
  font-size: 0.7rem;
  line-height: 200%;
  border-bottom: 1px solid #ddd;
  width: 100%;
}
.template-product .single-option-radio .variant-card .pack-title {
  padding: 5px 10px;
  font-size: .8rem;
  line-height: 150%;
  border-bottom: 1px solid #ddd;
  width: 100%;
  flex-grow: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.template-product .single-option-radio .variant-card .bottom-badge {
  padding: 0;
  font-size: .7rem;
  line-height: 200%;
  border-top: 1px solid #ddd;
  width: 100%;
}
.template-product .single-option-radio .variant-card .price-wrapper {
  padding: 5px 10px;
  font-size: .8rem;
  line-height: 150%;
  border-bottom: 1px solid #ddd;
  width: 100%;
  flex-grow: 1;
}
.template-product .single-option-radio .variant-card .price-wrapper .compare-price {
  text-decoration: line-through;
}
.template-product .single-option-radio .variant-card.active .bottom-badge.best {
  background: #AD833A;
  border-color: #AD833A;
  color: #fff;
}
.template-product .single-option-radio .variant-card.active {
  border-color: #AD833A !important;
}
.template-product .list-style.common-list {
  border: 1px solid #ddd;
  padding: 10px 15px;
  border-radius: 6px;
  background-color: #f9f9f9;
  font-size: 0.8rem;
}
.progress.js-free-shipping {
  border-radius: 6px;
  overflow: hidden;
}
.product-tag {
  border-radius: 6px;
}
.product-grid .grid__item .product-card {
  border: 1px solid #ddd;
  padding: 0;
  border-radius: 10px;
  overflow: hidden;
}
.product-grid .grid__item .product-card .product-card__image-wr {
  width: 100%;
  height: 300px;
}
.product-grid .grid__item .product-card .product-card__image-wr .product-card__image {
  width: 100%;
  height: 100%;
}
.product-grid .grid__item .product-card .product-card__image-wr .product-card__image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  padding: 20px;
}

@media only screen and (max-width: 767.99px){
    .sticky-cart-selectors {
        flex-direction: column;
        gap: 10px;
    }
    .sticky-cart-selectors .sticky-cart-select {
        background: transparent;
        text-align: left;
    }

    .sticky-cart-selectors .sticky-cart-select label {
        color: #fff;
    }

    .sticky-cart-selectors .sticky-cart-select select {
        background: var(--sticky-cart-mix2);
        width: 100%;
    }

.sticky-cart-wr.active {
  display: flex !important;
  width: 100%;
  height: max-content;
  /* transform: translateY(-140px) !important; */
}
.sticky-cart-wr.active .container {
  display: flex;
  flex-direction: column;
}
.sticky-cart-wr.active .container:nth-child(1) {
  order: 2;
}
.sticky-cart-wr.active .container:nth-child(3) {
  order: 1;
}
.sticky-cart-wr.active .container div {
  width: 100%;
  padding: 0 !important;
  margin: 0 !important;
}
.sticky-cart-wr.active .container div button{
    width: 100%;
}
.template-product .product-short-description.collapsed {
  -webkit-line-clamp: 6;
}
}