/** Shopify CDN: Minification failed

Line 216:0 Unexpected "}"

**/
/*// =============================================================================
// 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.
//
// =============================================================================*/

.shopify-section-group-header-group.section-header-utility {
    position: absolute;
    width: 100%;
}

.shopify-section-group-header-group.section-header-utility .header-utility {
    background-color: transparent;
}

.shopify-section-group-header-group.section-header-utility .header-utility__content {
    grid-template-columns: 1fr 8fr 3fr;
}

.shopify-section-group-header-group.section-header-navigation {
    position: absolute;
    width: 100%;
    top: 120px;
}

.shopify-section-group-header-group.section-header-navigation .header-navigation {
    background-color: transparent;
}

.shopify-section-group-header-group.section-header-navigation .menu-lv-item a {
    text-transform: capitalize;
    font-weight: 500;
    font-size: 15px;
}

.home-hero-banner .content-box {
    width: 90% !important;
}

.home-hero-banner .content-box .banner-heading:before {
    display: none;
}

.home-welcome-featured-collections .halo-item {
    position: relative;
}

.home-welcome-featured-collections .policies-content {
    position: absolute;
    top: calc(100%/2.5);
    z-index: 4;
}

.home-welcome-featured-collections .halo-item a {
    border: 0 !important;
}

.home-welcome-featured-collections .halo-item .policies-icon {
    height: 100%;
    margin-bottom: 0 !important;
}

.home-welcome-featured-collections .halo-item .policies-icon:before {
    content: '';
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.2);
    z-index: 3;
    cursor: pointer;
}

.home-welcome-featured-collections .policies-icon img {
    height: 100%;
    object-fit: cover;
}


.home-welcome-featured-collections .policies-content .policies-text {
    font-weight: 600 !important;
}

.home-welcome-text .rich-text__blocks h2 {
    font-weight: 600;
    font-size: 28px;
}

.home-latest-arrivals .halo-block-header .title .text  {
    font-weight: 500;
    text-transform: capitalize;
}

.home-custom-image-banner .content_absolute,
.home-custom-image-banner .content_absolute .img-box,
.home-custom-image-banner .content_absolute .img-box .image {
    height: 100%;
}

.home-main-features-icons {

}


.home-featured-product-block .product-infinite-scroll {
    display: none;
}

.home-featured-product-block .product-block-has__banner.has__banner--left .product-block__grid {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 2.5px;
    padding-right: 0;
}

.home-featured-product-block .product-block-has__banner.has__banner--left .product-block__grid .product {
    margin-bottom: 0 !important;
    padding-bottom: 0;
    padding-right: 0;
    padding-left: 0;
}

.home-featured-product-block .product-block-has__banner .product-block__banner .product-block__cap {
    top: 7%;
    left: 35%;
    width: auto;
}

.home-featured-product-block .product-block-has__banner .product-block__banner .product-block__cap .product-block__cap--text {
    font-size: 26px;
    font-weight: 600;
    letter-spacing: 0;
}

.home-trusted-partners .halo-block-header.text-center .title {
    font-weight: 500;
    text-transform: capitalize;
    font-size: 24px;
}

.home-trusted-partners .policies-block-wrapper .halo-item .policies-icon {
    margin-bottom: 0;
}

.home-trusted-partners .policies-block-wrapper .halo-item a {
    padding-bottom: 0;
    justify-content: center;
}

.home-trusted-partners .halo-item .policies-icon img {
    max-height: 90px;
}

.home-featured-blog .slick-track {
    display: flex;
    justify-content: center;
}

.home-featured-blog .slick-track .slick-slide {
	flex: 1;
}

.home-featured-blog .article-card__image-wrapper,
.home-featured-blog .article-card__image-wrapper a,
.home-featured-blog .article-card__image-wrapper a img {
    max-height: 300px;
}

.home-featured-blog .article-card__image-wrapper a {
    padding-top: 0 !important;
}

.home-featured-blog .article-card__image-wrapper a img {
    object-fit: cover;
    position: relative;
}

.home-featured-blog .article-card__author {
    color: #232323 !important;
}


.home-featured-blog .article-card__title {
    text-transform: capitalize;
    line-height: normal;
    letter-spacing: 0;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 1em;
}

/* @media (min-width: 1200px){ 
  .homepage .menu-lv-1__action span {
    color:white !important;
}

.homepage .header__inline-menu .header__menu-item{
  --lv_1_color: #FFF !important;
    --lv_1_color_hover: #FFF !important;
     */
}

/* .homepage .icon{
    --customer-color: #ffffff;
    --wishlist-color: #ffffff;
    --cart-color: #ffffff;
    --cart-item-color: #ffffff;
    --cart-bg-color: #ffffff;
    --cart-font-size: 12px;
    --la-cu-color: #ffffff;
} */
}

.image-banner-prof .item--largeImg .img-box::before{
  content: '';
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.2);
    z-index: 3;
    cursor: pointer;
}
