/** Shopify CDN: Minification failed

Line 16:0 Comments in CSS use "/* ... */" instead of "//"
Line 17:0 Comments in CSS use "/* ... */" instead of "//"
Line 18:0 Comments in CSS use "/* ... */" instead of "//"
Line 20:0 Comments in CSS use "/* ... */" instead of "//"
Line 21:0 Comments in CSS use "/* ... */" instead of "//"
Line 22:0 Comments in CSS use "/* ... */" instead of "//"
Line 23:0 Comments in CSS use "/* ... */" instead of "//"
Line 24:0 Comments in CSS use "/* ... */" instead of "//"
Line 25:0 Comments in CSS use "/* ... */" instead of "//"
Line 26:0 Comments in CSS use "/* ... */" instead of "//"
... and 2 more hidden warnings

**/
// =============================================================================
// 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.
//
// =============================================================================
.stickey-menu-color{
    color:white;
}

* ===============================
   COLLAPSIBLE PRODUCT INFO
   =============================== */

/* hide content by default */
product-tab .tab-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.45s ease, opacity 0.3s ease;
  opacity: 0;
}

/* open state */
product-tab .tab-content.is-active {
  max-height: 1000px; /* enough for content */
  opacity: 1;
}

/* spacing */
product-tab #tab-product-info .toggle-content {
  padding: 0px 40px 40px ; 
  /* width :50%; */
   text-align: justify;
}

/* clickable title */
product-tab .tab-title {
  cursor: pointer;
  position: relative;
  padding-right: 30px;
}

/* plus / minus icon */
product-tab .tab-title::after {
  content: "+";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 20px;
  transition: transform 0.3s ease;
}

/* when open */
product-tab .tab-title.is-open::after {
  content: "";
}

/* MOBILE */
@media (max-width: 768px) {
  product-tab #tab-product-info .toggle-content {
    padding: 16px 20px;
  }
} tab title k niche yeah black choti line kyu aarhi hai? 

