/** Shopify CDN: Minification failed

Line 42:11 Unexpected "<"
Line 83: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.
//
// =============================================================================*/


/*-------------Custom Font Added--------------*/

@font-face {
    font-family: 'Helvetica';
    src: url('/cdn/shop/files/Helvetica-Bold.woff2?v=1746093757') format('woff2'),
        url('/cdn/shop/files/Helvetica-Bold.woff?v=1746093757') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Helvetica';
    src: url('/cdn/shop/files/Helvetica-Regular.woff2?v=1746093758') format('woff2'),
        url('/cdn/shop/files/Helvetica-Regular.woff?v=1746093757') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}



.cormorant-<uniquifier> {
  font-family: "Cormorant", serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}

/*-------------Custom Font End--------------*/

:root{
  --primary-clr:#1e3562;
  --secondary-clr:#ff3f6c;
  --black:#000;
  --white:#fff;
  --d_grey:#808080;
  --l_grey:#fafafa;
}

/* -----------------------Theme settings-------------------------- */
    .restock-rocket-button-container-float-right{
    visibility:hidden;
    opacity:0;
  }
  #product-out-stock{
        margin: 0 0 10px;
  }
  .restock-rocket-wrapper button#form-Button{
    background-color: #5d3a1a!important;
  }
@media(min-width:1025px){
  body .page-sidebar {
    width: 100%;
    max-width: 350px;
    padding: 20px;
    background: var(--l_grey);
  }
  body .page-sidebar + .page-content {
    width: calc(100% - 350px);
    padding-left: 40px;
  }
}
}

/* ----------------Settings------------------------------ */
.locale-selectors__container{
  display:none;
}

body .featured-collection-content{
    left: 0!important;  
    opacity:1!important;
    visibility: visible!important;
    background-color: rgba(0,0,0,.1);
    display: flex;
    align-items: start;
    flex-direction: column;
    justify-content: end;
    background: linear-gradient(40deg, rgba(0,0,0,.4), transparent);
}
body .featured-collection-content .title {
    font-weight: 500;
    font-style: normal;
    text-transform: capitalize;    
}
body .featured-collection-content ul{
    font-size: 0!important;
}
body .featured-collection-content .featured-collection-button{
      background: none!important;
    padding: 0!important;
    border: none!important;
    min-width: auto!important;
    width: auto!important;
    border-bottom: 1px solid!important;
      margin: 0!important;
      box-shadow: none!important;
}
/* --------------------Header--------------------------- */
@media (max-width: 1400px){
  body .header-02 .menu-lv-1__action {
      padding: 0 10px 29px;
  }
}
/* -----------------Testimonial------------------ */
.customer-review-block .title span{
  width:100%!important;
}
.customer-review-block .review__item-image{
      max-width: max-content!important;
  margin-bottom:20px!important;
}
.customer-review-block .review__item-image .adaptive_height{
    width: 100px!important;
    height: 100%!important;
    border-radius: 50px!important;
}
.customer-review-block .slick-list{
      margin-bottom: 20px;
}
/* ----------Product card----------- */
.card-title .text{
  font-size:18px!important;
}
.card-title:hover .text,
.card-information:hover .card-title .text{
    text-decoration: none!important;
}
.card-title{
  padding-right:0!important;
      display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}
.card-information .card-summary{  
    display: -webkit-box!important;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.card-information .card-title{
  color:var(--primary-clr);
}
.card-information .card-summary{
  /* color:var(--d_grey); */
  color:#fff;
  font-size: 13px!important;
}
/* -------------------------------------------------- */
.policies-block .policies-des{
  color:#fff;
}


/* --------------------------------Collections---------------------------------------- */
.collection-header .collection-content{
  background-color:var(--primary-clr);
}

.collection-header .collection-info{
  text-align:center;
}
.collection-header .collection-title{
    font-size: 44px;
    text-transform: capitalize;
    display: inline-block;
    border: 1px solid #fff;
    padding: 10px 30px!important;
    color: #fff!important;
    font-weight: 300;
}
body .collection-header .collection-content .image{
      padding-top: 100%!important;
}
.collection-header .collection-content img{      
    object-position: top!important;
}
@media(max-width:1024px){
  .collection-header .collection-title{
    border:none;
    padding: 30px 0!important;
  }
}
/* ------------------------About us------------------------------ */
.about-section{
      background: var(--primary-clr);      
      padding: 50px 0!important;
}
.about-section h2{
    color: #fff!important;
    line-height: 1.1;
    max-width: 100%;
}
.about-section .about-content,
.about-section .page-header{
  color: #fff!important;
}
/* --------------------------------------Footer---------------------------------- */
footer .image_logo{
  max-width:150px;
}
footer .footer-block__heading{
    margin-bottom: 20px!important;
    font-weight: 600!important;
}
footer .footer-block__heading:after{
  content:"";
  height: 2px;
    position: absolute;
    width: 50%;
    bottom: -5px;
    /* left: 0; */
}
footer .footer-block__list-social .list-social {
    margin-left: -0px!important;
}
footer .footer-block__list ul li a:hover span{
  text-decoration:none!important;
}


/* product page (PDP) */

.tabs-contents .toggle-content {
    display: none;
}

.tabs-contents .tab-content:first-child .toggle-content {
    display: block !important;
}

#wc_review_section {
    max-width: var(--body-custom-width-container);
    padding-left: 15px;
    padding-right: 15px;
    margin: auto;
}

/* heading Size  of whole website */

  .content-box .banner-heading {
      font-size: 48px !important;
      line-height: 58px !important;
  }
  
  .title {
    font-size: 48px !important;
    line-height: 58px !important;
    font-weight: 900 !important;
    font-style: normal !important;
  }

h3.title {

}

/* .wrapper-header-bottom {
    padding: 10px 0;
} */


.header-02 .header-bottom .header__logo {
    width: 30px !important;
}

.footer-block__details .image_logo img {
    max-width: 50px;
    width: 100%;
}

.footer-block__details .image_logo {
    margin-top: 12px;
}

.footer__content-top {
    padding-top: 30px !important;
}

.video-section {
    max-height: 600px !important;
    overflow: hidden;
}

sticky-header.header-wrapper {
    background: #040404 !important;
}

.halo-block-header .title .text {
    width: fit-content !important;
    text-transform: capitalize !important;

    /* font-family: 'Helvetica', sans-serif !important; */
    font-weight: normal !important;
    font-family: "Cormorant", serif !important;
    font-style: italic !important;
}

.productView-moreItem .productView-title {
    font-weight: normal !important;
}

body.template-index {
    background: #f2efea !important;
}


.halo-block.halo-banner.image-banner {
    background: #000000 !important;
}


.card-information__wrapper a {
    color: #fff !important;
}

.tab-popup-content {
    color: #fff;
}

legend.form__label span[data-header-option] {
    color: #fff !important;
}

/* .card-information .card-summary {
    color: #5d3a1a !important;
} */

body.template-collection {
    background: #f2efea !important;
}

.products-grid.column-3 {
    max-width: 80% !important;
    margin: auto !important;
    width: 100% !important;
}

.productView-wishlist.clearfix {
    display: none;
}

s.price-item.price-item--regular {
    color: #808080;
}

.price-item--sale, .price.price--on-sale .price-item--sale .money {
    color: #000 !important;
}

#CollectionProductGrid {
    max-width: 80% !important;
    margin: auto !important;
    width: 100% !important;
}

.products-grid column-2{
  max-width: 80% !important;
  margin: auto !important;
}

@media(max-width:768px){
  
    .header-mobile--icon {
        max-width: 55px;
    }

.title {
    font-size: 48px !important;
    line-height: 44px !important;
    font-weight: normal !important;
    font-style: normal !important;
}

#main-collection-product-grid {
    display: grid;
    grid-template-columns: repeat(2,1fr) !important;
}

  #CollectionProductGrid {
    max-width: 100% !important;
    margin: auto !important;
    width: 100% !important;
    padding: 0 10px !important;
}

  .productGrid .product {
    margin: 0 !important;
}

 .product-item {
   padding:10px !important;
 }

  .products-grid.column-3 {
    max-width: 100% !important;
}

  .products-grid .product{
    margin-top:0px !important;
  }


  .products-grid.column-3 {
    max-width: 100% !important;
}
  
  
  .header-mobile--icon .header__heading-logo {
    width: 20px !important;
}

  .customer-links .title {
    font-size: 14px !important;
    line-height: 24px !important;
}

  .menu-heading-mobile.halo-sidebar-header span {
    font-size: 14px !important;
    line-height: 24px !important;
}

  .site-nav-mobile > nav > ul > li > a > span {
    color: #fff !important;
    font-size: 14px !important;
    line-height: 24px !important;
  }
  
  .customer-links .title {
    font-size: 14px !important;
    line-height: 24px !important;
    color: #fff;
  }
  

  .menu-heading-mobile.halo-sidebar-header {
    border-bottom: 1px solid #5d3a1a1c !important;
}
  
}


/* changes 6/5/25 */

.header__inline-menu > ul > li:hover > a > span{

  border-bottom: none !important;
  
}

.price .price__compare {
    display: none !important;
}

/* .header__inline-menu > ul > li > a > span {
    font-family: "Cormorant", serif !important;
    font-style: italic !important;
} */


.content-box.text-center .banner-heading {
    font-family: Cormorant, serif !important;
    font-style: italic !important;
    text-transform: capitalize !important;
}

.card__badge {
    display: none !important;
}

#main-collection-product-grid {
    display: grid;
    grid-template-columns: repeat(3,1fr);
}

li.product {
    width: 100% !important;
}

#main-collection-product-grid .product:nth-child(2) {
    order: 3;
}


.site-nav-mobile.nav-account a.header__icon.header__icon--wishlist.link.link--text.focus-inset.last-link {
    display: none !important;
}

.previewCartGroup .button.button-2.button-view-cart {
    display: none !important;
}

.previewCartGroup #cart-sidebar-checkout:hover {
    color: #5d3a1a !important;
}

.footer__content-top {
    border-top: 1px solid #fdfcfc !important;
}
.header-wrapper {
    border-bottom: 1px solid #fff;
}

div#halo-quick-view-popup {
    background: #000;
}

.halo-sidebar-header {
    background: #000;
}

.halo-sidebar.halo-sidebar-left.halo-sidebar_menu {
    background: #000;
    color: #fff !important;
}

div#CollectionSection-template--19932784296195__product-grid {
    background: #000;
}

main#MainContent {
    background: #000;
}

.slick-counter {
    color: #000;
}
input.form-input.quantity__input {
    color: #000;
}

select.select__select {
    background: #000;
}

.halo-sidebar-wrapper.custom-scrollbar.CartItemDrop {
    background: #000;
}

li.previewCartItem.clearfix {
    background: #000;
    color: #fff !important;
}

input#upsell-update-46838399697155 {
    color: #000;
}

label.form__label span {
    color: #fff !important;
}

.halo-sidebar-wrapper.custom-scrollbar {
    background: #000;
    color: #fff !important;
}

cart-update-quantity.previewCartItem-qty input {
    color: #000;
}

body.cart-sidebar-show .halo-cart-sidebar{
  background: #000;
}

.header__icon--cart .cart-count-bubble{
      background:#000;
      border: 1px solid #fff;
}

.productView-tab .tab-content .icon-dropdown {
      z-index: 0 !important;
}

.productView-tab .tab-content svg {
    fill: #fff !important;
}

.slick-dots li.slick-active button, .slider-dots li.active button {
    background: #fff;
    border-color: #fff !important;
}
.slick-dots li button, .slider-dots li button {
    border-color: #fff !important;
}
body.edit-cart-show .halo-edit-cart-popup{
      background: #000;
}
  .product .product-item {
      border: 1px solid rgba(255, 255, 255, .5) !important;
  }

@media(max-width:768px){
  .tab-content .toggle-content.popup-mobile, .tab-content .toggle-content.sidebar-mobile{
    background:#000 !important;
  }

}