/** Shopify CDN: Minification failed

Line 61:1 Unexpected "}"
Line 128:0 Expected "}" to go with "{"

**/
/*// =============================================================================
// Ella Custom CSS - Customize The Style For Layout
// =============================================================================

// =============================================================================
//
// IMPORTANT DISCLAIMER
// Shopify is notifying shop owners about the need to convert scss files to css files.
// Please use only CSS to style the layout.
//
// =============================================================================*/

.social-links {
  display: none;
}

#shopify-section-template--20765944054041__main
  .productView-thumbnail
  .productView-thumbnail-link {
  border: 3px solid;
  height: 70px;
}

.cproduct-grid {
  display: flex;
  flex-direction: row;
  justify-content: start;
  align-items: center;
  text-align: center;
  flex-wrap: wrap;
  width: 100%;
}

.cproduct-grid .product-item {
  padding: 10px;
  width: 25%;
}

.cproduct-grid .product-item .p-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.cproduct-grid .product-item .product-image {
  height: 100%;
  width: 100%;
  aspect-ratio: 1;
  object-fit: contain; 
  border: 4px solid;
}
@media only screen and (max-width: 767px){

}}

.cproduct-grid .product-item .product-name {
  margin-bottom: 5px;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 1.344px;
  text-transform: uppercase;
}

.cproduct-grid .product-item .price-item {
  letter-spacing: 1.403px;
  text-transform: capitalize;
  font-weight: 400;
}

@media only screen and (min-width: 767px) {
  .message {
    justify-content: left !important;
    padding: 0 !important;
  }

  .social-links {
    width: 25%;
    align-items: center;
    justify-content: end;
    display: flex;
    gap: 1rem;
  }

  .social-links svg {
    width: 15px;
    height: 15px;
  }

  .announcement-bar .container.layout--slider .row {
    display: flex;
  }

  .announcement-bar__message {
    width: 75%;
  }

  #shopify-section-template--20765944054041__main
    .productView-thumbnail
    .productView-thumbnail-link {
    height: 100px;
  }
}

@media only screen and (max-width: 1024px) {
  .cproduct-grid .product-item {
    width: 33%;
  }
}

@media only screen and (max-width: 767px) {
  .cproduct-grid .product-item {
    width: 100%;
  }
.cproduct-grid .product-item .product-image {
  height: 250px;
  width: 250px;
  object-fit: cover;
  border: 4px solid;

}
