/** Shopify CDN: Minification failed

Line 322:12 Unexpected ";"

**/
.recent-products-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
.product-card {
  text-align: center;
  border: 1px solid #eee;
  padding: 10px;
  border-radius: 5px;
  transition: transform 0.3s ease;
}
.product-card a {
    width: 100%;
}
.product-card img {
  width: 100%;
  height: 200px; /* Set a fixed height for all product images */
  object-fit: cover; /* Ensure the image covers the area without stretching */
  margin-bottom: 10px;
}
.product-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.collection-hero__description.rte h6 {
    display: none;
}
.cart-container {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    border: 1px solid #dbdbdb;
    border-radius: 10px;
    padding: 20px;
    flex-direction: column;   
}
.cart-container .cart-items {
    /* width: 80%!important; */
}
.cart-container td.cart-item__quantity {
    padding-left: 0 !important;
    padding-top: 10px;  
}
.cart-container .cart-summary {
    width: 25%;
    background-color: #f9f9f9;    
    border-radius: 8px;  
}
.customized-cart {
    display: block !important;
    float: left;
    margin-left: 20px;
}
.customized-cart tr th{
display:none;
}
 .customized-cart tr {
    display: flex;
    /* flex-direction: column;  */
}
 .customized-cart td {   
    padding: 10px;
  }
/* .customized-cart .cart-item__quantity-wrapper {
    flex-direction: column;
} */
.customized-cart td.cart-item__details {
    padding-top: 0;
}
.customized-cart ul.discounts.list-unstyled {
    display: none;
}
.customized-cart .price--end {
    text-align: left;
    font-size: 16px;
}
.customized-cart .cart-item__price-wrapper>* {
    display: flex;    
    padding: 0px;
}
.customized-cart .cart-item>td+td {
padding-left: 0;
padding-top: 0;
}
span.quantity-label {
    font-size: 14px;
    font-weight: bold;
}
.customized-cart .plus_btn{
border-left:1px solid #333333;
}
.customized-cart .minus_btn{
border-right:1px solid #333333;
}
.customized-cart .quantity {
    width: calc(14rem / var(--font-body-scale) + var(--inputs-border-width)* 0);   
    min-height: calc((var(--inputs-border-width)* 2) + 1.5rem);
}
.expected-time{
font-size:14px;
}
td.additional-image-container img {
    width: 70%;
}
td.cart-item__details a {
    font-size: 20px;
    font-weight: bold;
}
td.cart-item__details a:hover {
text-decoration:none;
}
div#shopify-section-template--18355320258776__cart-items {
    width: 70%;
    float: left;
}
.cart__items {
    border-bottom: none !important;
}
.cart-item__quantity-wrapper{
flex-direction:row;
}
.cart__ctas button {
    width: 100%;
    color: #ffffff;
}
.cart__ctas {
    float: right;
}
button#checkout:hover {
    background: #e32402e8;    
    transition: all .2s linear;
}
dd.price.price--end {
    /* font-size: 20px; */
    margin-left: 10px;
    font-weight: bold;
}
p.item-category {
    color: #333333;
    font-size: 15px;
}
.cart_summary_block .totals{
display:block;
}
.cart_summary_block {
    border: 1px solid #dbdbdb;
    border-radius: 10px;
    padding: 20px;
}
.cart__blocks.cart_summary_block p {
    margin: 0;
}

/**cart summary**/
.cart__summary {
    background-color: #fff;  
    padding: 20px;
    border-radius: 10px;
    width: 100%;  
    border: 1px solid #e1e1e1;      
}

.cart__summary p, .cart__summary h2 {
    margin: 0;
    font-size: 14px;
}

.cart__summary-title {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 15px;
    color: #333;
}

.totals__total {
    font-size: 16px;
    color: #333;
    margin: 10px 0 5px;
}

.totals__total-value {
    font-size: 14px;
    color: #333;
    font-weight: bold;
}

.cart__summary-price,
.cart__summary-delivery,
.cart__summary-total {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
}

.cart__summary-total .totals__total-value {
    color: #4CAF50; 
}

.cart__summary-discount {
    margin: 15px 0;
}

.cart__discount-message {
    font-size: 14px;
    color: #4CAF50;
    font-weight: bold;
    text-align: center;
}

.safe-notes {
    font-size: 12px;
    color: #666;
    text-align: center;
    margin-top: 10px;
}

.safe-notes p {
    margin: 0;
}

.safe-notes strong {
    color: #333;
}
.cart__summary-title{
    border-bottom: 2px solid #e1e1e1;
}

.totals__total-value {
    font-size: 14px;
}

.cart__summary-title {
    margin-bottom: 20px!important;
}
.cart__footer-wrapper:last-child .cart__footer {
    padding-bottom: 2rem!important;
}
.section-template--18355320258776__cart-footer-padding {      
    padding-top:36px!important;
}
.cart__summary-discount {
    /* border-top: 2px solid #e1e1e1; */
    padding-top: 15px;
    margin: 0;
}
.cart__summary h2 {
    width: 50%;
}
small.safe-notes {
    width: 100%;
    float: left;
    margin-left: 0;
    text-align:center;   
    margin-top:10px;
}
.cart__footer{
flex-direction:column;
}
small.safe-notes p {
    width: 70%;
    text-align: center;
    margin:0 auto;
    color: #e1e1e1;
}
div#shopify-section-template--18355320258776__cart-footer {
    width: 30%;
    float: right;
}
.cart__footer>* {
   width: 100%!important;
}
.page-width {   
    padding: 0 1.5rem!important;
}
.cart-items {      
        width: 80%;
}
.estimated-delivery p {
    margin: 0;
    font-weight:bold;
}
.customized-cart td.cart-item__details {
    padding-top: 0;
    flex-basis: 70%;
    max-width: 70%;
    margin-left: 20px;
}
td.cart-item__media {
    flex-basis: 30%;
    max-width: 30%;
}
.cart-items td{
padding-top:0!important;
}
.cart-items .cart-items__heading--quantity, .cart-item .cart-item__quantity, .cart-item__quantity--info quantity-popover>* {
 padding-left: 0!important;
}
tr.cart-item {
    margin-bottom: 30px;
}
.cart-item__details>*+* {
    margin-top: 0;
}
.additional-image-container img {
    width: 100%;
}
.cart__summary {
    float: right;
    width: 30%;
}
.footer_cart__summary{
display:none;
}
.footer-cart-errors, .footer-safe-notes
display:none;
}


/**common page css**/
.customer-login-wrapper{
  flex-direction:column;
}
.customer-login-wrapper #loginResponse{
color:#ffffff!important;
}
#shop-hcaptcha-badge-container{
    display:none!important;
}
.product__info-container img {
    max-width: 100% ;
}
 .collection-hero__description {
         max-width: 100%; 
}
.collection-hero__description {
        max-width: 66.67%;
        margin: 0 auto;
        margin-bottom: 4em !important;
}
.collection-hero__text-wrapper {
    text-align: center;
}
img.alankara-logo {
    max-width: 65%;
}
#custom-cart-errors {
    color: red;
    font-size: 14px;
    margin-top: 10px;
    display: none; /* Initially hidden */
}
.cart__summary-delivery {
    display: none;
}

@media (max-width: 993px) {
div#shopify-section-template--18355320258776__cart-items {
    width: 100%;
}
div#shopify-section-template--18355320258776__cart-footer {
    width: 100%;
    float: left;
}
.cart__items {   
    padding-bottom: 0;
}
small.safe-notes { 
    margin-bottom: 2rem;
}
.customized-cart .cart-item__price-wrapper>* {    
    flex-direction: column;
    text-align: left;
}
}

@media (max-width: 749px) {
.cart_block{
display:flex;
flex-direction:column;
}
.cart-container{
width:100%;
}
.cart__summary {  
    width: 70%;
    margin: 0 auto;
    font-size: unset;  
}
.cart-item__totals.right.medium-hide.large-up-hide{
    justify-content: flex-start;
}
}


@media screen and (max-width: 1200px) {
  .recent-products-grid {
    grid-template-columns: repeat(3, 1fr); 
  }
}

@media screen and (max-width: 900px) {
  .recent-products-grid {
    grid-template-columns: repeat(2, 1fr); 
  }
}

@media screen and (max-width: 600px) {
  .recent-products-grid {
    grid-template-columns: 1fr; /* 1 column on mobile screens */
  }
  .recent-products-heading {
    font-size: 1.5rem; /* Smaller heading on small screens */
  }
}