/** Shopify CDN: Minification failed

Line 103:0 Unexpected "}"
Line 190:9 Expected identifier but found whitespace
Line 190:17 Unexpected ";"
Line 199:3 Unexpected "/"

**/
/* ilangin shipping calculated at checkout */
.product__tax {
  display: none;
}

.price-item--regular {
  /* font-weight: bold; */
  opacity: 60%;
}

.price-item--sale {
  font-weight: 600;
  /* color: blue; */
  font-size: 1.8rem;
}

.product__info-wrapper .price-item--sale {
  font-size: 2.4rem;
}

.product__info-wrapper .product__title h1 {
  font-weight: 400 !important;
  font-size: 1.6rem !important;
}

/* .price-item--sale::first-letter {
  font-weight: 600;
  font-size: 1.1rem;
} */

.free-shipping-product {
  margin-top: -20px !important;
}

.free-shipping-product p {
  padding: 0;
  margin: 0;
  color: black;
}

.debit-credit {
  font-size: 1.5rem;
}

/* for title in catalogue page */
.card__heading .full-unstyled-link {
  display: -webkit-box;            /* Flexbox model for compatibility */
  -webkit-box-orient: vertical;    /* Orientation for line clamping */
  overflow: hidden;                /* Hide overflowing text */
  text-overflow: ellipsis;         /* Adds "..." at the end of the text if it overflows */
  line-clamp: 3;                   /* Set number of lines (works with -webkit-) */
  -webkit-line-clamp: 3;           /* Clamps text to 3 lines */
  height: 4.5em;                   /* Adjust based on line-height to ensure 3 lines */
  line-height: 1.5em;              /* Set line height to achieve the 3 lines */
  font-size: 1.4rem;
  /* font-size: 1.36rem; */
  /* font-size: 1.5rem; */
  letter-spacing: 0.5px;
  
  font-weight: 500;
  height: auto;
  margin-top: 4px;
  /* font-family: "Montserrat", sans-serif; */
}

/* for title in product page */
.product__title h1 {
  line-height: 1.5em;
  font-size: 1.2em;
  /* font-family: Lato, sans-serif; */
}

/* .card-information .price-item {
  font-weight: bold;
} */

.product__info-container .product__text {
  font-size: 1.6rem;
  /* font-family: Lato, sans-serif; */
  color: black;
  font-weight: 400;
  margin-bottom: 10px;
  text-decoration: none;
}

/* .product__info-container .product__text::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 60%;
  height: 2px;
  background-color: blue;
  z-index: -1; /* Ensures the underline is behind the text */
}
 */
.product__info-container .product__text a {
  text-decoration: none;
}

/* custom whatsapp button */
.custom-whatsapp-container {
    display: none;
    width: 100%;
    height: 45px;
    margin: 0;
    padding: 0;
    margin-top: -15px !important;
    display: flex;
    justify-content: center;
    align-items: center;
}

.custom-whatsapp-anchor {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px; /* Add space between icon and text */
    width: 100%;
    height: 100%;
    text-decoration: none;
    font-size: 15px;
    font-weight: 800;
    color: #FF405E;
    background-color: white;
    border: solid 2px #FF405E;
    /* border-radius: 20px; */
}

.whatsapp-icon {
    width: 20px; /* Set appropriate width for the icon */
    height: 20px; /* Set appropriate height for the icon */
    background-color: #25D366;
    object-fit: contain;
    display: none;
}

.custom-whatsapp-anchor:active {
    background-color: #FF405E;
    color: white;
    box-shadow: none;
}

/* buy now button */

.shopify-payment-button .shopify-payment-button__button--unbranded {
    position: relative;
}
.shopify-payment-button .shopify-payment-button__button--unbranded:after {
    content: "Buy now";
    background: inherit;
    font-size: inherit;
    font-weight: 800;
    color: "white";
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    left: 0;
}
/* add to cart button */
.product-form__buttons .product-form__submit {
  /* color: #FF405E;  Leave color as is */
  /* border: #FF405E; Leave border as is */
  border-radius: 2.4rem !important;
  border: none !important;
  font-weight: 600;
  letter-spacing: 0.3px;
  line-height: 1.42;
  background-color: #ffc83a;
  /* background-color: #81d8d0; */
  /* background-color: #0c6170; */
  color: #000;
  transition: all 0.3s ease, box-shadow 0.2s ease; /* Smooth transitions */
}

/* .product-form__buttons .product-form__submit:hover {
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* Subtle shadow on hover */
  cursor: pointer; /* Indicate it's clickable */
  background-color: #FFF !important;
  color: #FF405E !important;
}

.product-form__buttons .product-form__submit:focus {
  transform: scale(1.02); /* Slightly larger on focus */
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15); /* More pronounced shadow on focus */
  outline: none; /* Remove default focus outline */
} */

/* .product-form__buttons .product-form__submit:active {
  transform: scale(0.95); /* Shrink a bit when clicked */
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05); /* Smaller shadow on click */
} */

#debit-credit-paypal, #debit-credit-paypal-important {
  font-weight: medium;
  font-size: 13px;
  color: darkred;
  /* text-align: end; */
}

/* powered by */
/* .cart-message-paypal {
  margin: 0;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 0.6rem;
  font-weight: medium;
  font-size: 8px;
} */

/* .cart__checkout-button {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
} */

/* .cart-message-paypal-container {
  display: flex;
  justify-content: flex-end;
} */

/* powered by */
.cart-message-paypal {
    margin: 0;
    display: flex;
    flex-direction: row; /* Ensure row direction for PayPal content */
    align-items: center;
    justify-content: center;
    gap: 0.3rem;
    font-weight: medium;
    font-size: 8px;
}

.cart__checkout-button,
.checkout-button-cart-notif {
    display: flex;
    flex-direction: column; /* Stack elements vertically */
    justify-content: center; /* Center vertically */
    align-items: center; /* Center horizontally */
    gap: 0.5rem;
    border-radius: 30px;
    position: relative; /* Needed for absolute positioning of PayPal */
}

.checkout-button-text { /* Style for the "Check Out" text */
    text-align: center; /* Ensure text is centered */
}

.cart-message-paypal-container {
    position: absolute; /* Position relative to the button */
    bottom: 0.5rem; /* Adjust distance from the bottom */
    right: 0.5rem; /* Adjust distance from the right */
    display: flex;
    justify-content: flex-end; /* Align to the right */
    width: 100%;
}

.card-notification__links .button--primary {
  background-color: blue !important;
}

/* menu navbar on hover animation */
.header__menu-item {
  color: black;
}

.landing-page .header__menu-item {
  color: white;
}

.header__menu-item:hover {
  /* color: blue; */
  text-decoration: none !important;
}

/* cart notif */
.checkout-button-cart-notif {
  background-color: #ffc83a;
  font-weight: 500;
  letter-spacing: 0.4px;
  /* background-color: #81d8d0; */
  /* background-color: #0c6170; */
  color: #000;
}

#debit-credit-paypal-notif {
  /* color: #FF405E !important; */
}

/* back button on product card */
.back-button-product {
  /* padding: 0.5rem;
  text-decoration: underline; */
  display: none;
}

@media (min-width: 990px) {
  .back-button-product {
    display: none;
  }
}

/* accessing product image / product carousel image */
.product__media img {
  width: 100%;
  height: 100%;
}

