/** Shopify CDN: Minification failed

Line 148:1 Unexpected bad string token
Line 148:4 Unterminated string token
Line 430:0 Unexpected "@"
Line 635: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.
//
// =============================================================================*/


button, 
input[type="button"], 
input[type="submit"], 
a.button, 
a.btn {
    border-radius: 5px !important;
}


@font-face {
    font-family: 'YourFontName';
    src: url('YOUR_WOFF2_URL') format('woff2'),
         url('YOUR_WOFF_URL') format('woff');
    font-weight: normal;
    font-style: normal;
}

body {
    font-family: 'YourFontName', sans-serif;
}


/* Add icons before each menu item */
.account-dropdown .account-item a::before {
    content: '';
    display: inline-block;
    width: 20px; /* Adjust as needed */
    height: 20px; /* Adjust as needed */
    margin-right: 10px; /* Space between icon and text */
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle; /* Align the icon with the text */
}

/* Specific icons for each menu item */
.account-dropdown .account-item:nth-child(1) a::before {
    background-image: url('/cdn/shop/files/Contact_Us_Form_Icons_57.svg?v=1739829717'); /* Account Details icon */
}

.account-dropdown .account-item:nth-child(2) a::before {
    background-image: url('/cdn/shop/files/Contact_Us_Form_Icons_60.svg?v=1739829717'); /* Addresses icon */
}

.account-dropdown .account-item:nth-child(3) a::before {
    background-image: url('/cdn/shop/files/Contact_Us_Form_Icons_59.svg?v=1739829717'); /* Password Reset icon */
}

.account-dropdown .account-item:nth-child(4) a::before {
    background-image: url('/cdn/shop/files/Contact_Us_Form_Icons_58.svg?v=1739829717'); /* Log Out icon */
}







p.cart-item-vendor {
    display: none;
}


a._poweredBy_sgm6c_1 {
  display: none !important;
}





.wishlist-content-text::before {
    content: '';
    position: absolute;
    top: 0; /* Keeps icon above the text */
    left: 50%; /* Centers icon */
    transform: translateX(-50%); /* Perfect centering */
    width: 50px; /* Increased icon width */
    height: 50px; /* Increased icon height */
    margin-bottom: 10px; /* Adds space below the icon */
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20.92 18'%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Layer_1-2' data-name='Layer 1'%3E%3Cpath d='M5.6,0A5.62,5.62,0,0,0,0,5.6,4.81,4.81,0,0,0,.93,8.26a7,7,0,0,0,.91,1.1l8.08,8.1.54.54.54-.54,8.07-8.1A5.69,5.69,0,0,0,20.92,5.6,5.62,5.62,0,0,0,15.32,0a6.82,6.82,0,0,0-4.86,2.19A6.82,6.82,0,0,0,5.6,0Zm0,1.49c2.24,0,4.3,2.18,4.3,2.18l.56.63L11,3.67s2.06-2.18,4.3-2.18a4.12,4.12,0,0,1,4.1,4.11c0,1.16-1.4,2.71-1.4,2.71l-7.56,7.57L2.89,8.31a6,6,0,0,1-.72-.89A3.64,3.64,0,0,1,1.49,5.6,4.13,4.13,0,0,1,5.6,1.49Z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    background-size: contain; /* Keeps icon looking good */
    background-repeat: no-repeat;
    background-position: center;
}

.wishlist-content-text {
    display: inline-block;
    position: relative;
    padding-top: 60px; /* Increases spacing so text doesn’t overlap icon */
}


.chTitle-Wrapper-Heading-Text.chNoselect {
    display: none !important;
}




birse-product-button svg {
    display: none !important; /* Hide the existing SVG */
}

birse-product-button::before {
    content: "";
    display: inline-block;
    width: 40px; /* Adjust size if needed */
    height: 40px;
    background-image: url('/cdn/shop/files/Contact_Us_Form_Icons_-_2025-05-25T151852.365.svg?v=1748204356');
}
      
      
      
      /* Mobile search input white background */
@media screen and (max-width: 749px) {
  #Search-In-Modal-Sidebar.search__input {
    background-color: #ffffff !important;
    background: #ffffff !important;
    border-color: #e0e0e0 !important; /* Optional border */
    box-shadow: none !important;
  }

  /* Ensure predictive search dropdown stays white */
  #Search-In-Modal-Sidebar + .predictive-search {
    background: #ffffff !important;
  }
}');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}





#shopify-block-ANW8yNkduL3h3Q1pCd__schema_breadcrumbs_by_bogdan_product_block_ChkEqi > nav {
    margin-left: 200px; /* Adjust this value as needed */
}



.select-model-btn {
    text-transform: uppercase;
}

.select-model-btn {
  position: relative;
  color: transparent !important; /* Hide the original text */
}

.select-model-btn::after {
  content: "QUICK ADD";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #ffffff;
  pointer-events: none; /* Ensure clicks go to the button, not the pseudo-element */
}

/* Hide the original text completely */
.add-to-cart-label {
  font-size: 0 !important; /* Hide the original text by setting font size to 0 */
  position: relative;
}

/* Add "ADD TO BAG" text */
.add-to-cart-label::after {
  content: "ADD TO BAG";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #ffffff; /* Set your desired text color */
  font-size: 12px; /* Adjust this to match your button's font size */
  white-space: nowrap; /* Prevent text from wrapping */
  pointer-events: none; /* Ensure clicks go to the button, not the pseudo-element */
}

/* Make "Sold out" button text uppercase */
.sold-out-btn {
  text-transform: uppercase;
}

/* Change "Select Specifications" to "SHOP SIMILAR" */
.birse-model-select-header span {
  font-size: 0 !important; /* Hide the original text by setting font size to 0 */
  position: relative;
}

/* Ensure the header container expands to fit the text */
.birse-model-select-header {
  white-space: nowrap; /* Prevent text from wrapping */
  min-width: auto !important; /* Allow the container to expand */
  width: auto !important; /* Remove any fixed width */
  padding: 0 10px; /* Adjust padding if needed */
  position: relative; /* Ensure the container is a positioning context */
}

/* Hide the original text */
.birse-model-select-header span {
  font-size: 0 !important; /* Hide the original text by setting font size to 0 */
  position: relative;
  display: inline-block; /* Ensure the span behaves as a block for centering */
  width: 100%; /* Take up full width of the container */
  text-align: center; /* Center the text horizontally */
}

/* Add "SHOP SIMILAR" text */
.birse-model-select-header span::after {
  content: "CHOOSE OPTIONS";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); /* Perfectly center the text */
  color: inherit; /* Inherit the color from the parent */
  font-size: 16px; /* Match the original font size */
  white-space: nowrap; /* Prevent text from wrapping */
  text-transform: uppercase; /* Make the text uppercase */
  pointer-events: none; /* Ensure clicks go to the parent, not the pseudo-element */
}

/* Hide the original "Search Results" text */
.search-result-container h2 {
  font-size: 0 !important;
  position: relative;
}

/* Add "SHOP SIMILAR" text */
.search-result-container h2::after {
  content: "SHOP SIMILAR";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 24px; /* Adjust the font size as needed */
  color: #000; /* Adjust the color as needed */
  white-space: nowrap;
  text-transform: uppercase;
}


.upload-img-container h2 {
  text-transform: uppercase;
}



.upload-img-container {
    background-color: #ffffff !important;
}


.upload-btn {
    background-color: #000000 !important; /* Black background */
    color: #FFFFFF !important; /* White text */
    text-transform: uppercase !important; /* Uppercase text */
}




.c-bx.no-bg.ntp {
    display: none !important;
}





/* Align activity section text to the left */
.Joy-Account__History--Activity {
    text-align: left !important;
}

/* Ensure the activity items are displayed as a block */
.Joy-Account__History--Activity .Joy-Account__Text {
    display: block;
    text-align: left !important;
}



.cf-cancel, 
.cf-submit-form {
  background-color: black !important;
  color: white !important;
  border: none !important;
  padding: 10px 20px;
  font-size: 16px;
  cursor: pointer;
  transition: background-color 0.3s ease, color 0.3s ease;
}

.cf-cancel:hover, 
.cf-submit-form:hover {
  background-color: #black !important;
  color: #dccca3 !important;
}








.restock-rocket-button, #form-Registration-Container button#form-Button {
    font-weight: 600;
}



/* Hide dynamic checkout buttons in sidebar cart */
.previewCartAction .dynamic-checkout__content {
    display: none !important;
}


/* Add margin to the View Bag button */
.previewCartGroup .button-view-cart {
    margin-top: 7px;
}



[data-product-vendor="AfterShip"][data-product-type="Protection"] {
  display: none !important;
}




@media (max-width: 767px) {
/* Account Title Fix */
.page-header {
  letter-spacing: 0.5px !important;
  word-spacing: 1px !important;
  line-height: 1.3 !important;
  font-size: 22px !important;
  padding: 0px 15px !important;
  padding-top: 30px !important;
}

@media (max-width: 767px) {
  .page-header {
    font-size: 18px !important;
    margin-bottom: 0px !important;
  }
}



@media (max-width: 767px) {
  .tab-nav-item:last-child {
    font-size: 11px !important;
    padding: 6px 8px !important;
  }
}



/* Mobile Menu Adjustments */
@media (max-width: 767px) {
  /* Tab Navigation */
  .tab-nav {
    flex-wrap: nowrap;
    overflow-x: auto;
    padding-bottom: 10px;
    -webkit-overflow-scrolling: touch;
  }
  
  .tab-nav-item {
    flex: 0 0 auto;
    padding: 8px 12px;
    font-size: 12px;
    white-space: nowrap;
  }

  /* Active tab indicator */
  .tab-nav-item.active {
    border-bottom: 2px solid #000;
  }

  /* Hide scrollbar */
  .tab-nav::-webkit-scrollbar {
    display: none;
  }
}



/* Mobile Form Fix */
@media (max-width: 767px) {
  .klaviyo-form-YaW5UM {
    padding: 0 10px !important;
  }
  
  .klaviyo-form-YaW5UM input {
    font-size: 14px !important;
  }
}





@@media (max-width: 767px) {
  /* Help Center tab - override inline style */
  .tab-nav > .tab-nav-item[style*="margin-left: 40px"] {
    margin-left: 15px !important;
  }
  
  /* Sign Out tab - override inline style */
  .tab-nav > .tab-nav-item[style*="margin-left: 70px"] {
    margin-left: 20px !important;
  }
  
  /* Make text smaller and adjust padding for both */
  .tab-nav-item:nth-last-child(2) .tab-nav-link,
  .tab-nav-item:last-child .tab-nav-link {
    font-size: 12px !important;
    padding: 0 40px !important; /* Reduced from 40px which was too much */
    letter-spacing: 0 !important;
  }
}

/* For very small screens */
@media (max-width: 480px) {
  .tab-nav > .tab-nav-item[style*="margin-left: 40px"] {
    margin-left: 10px !important;
  }
  
  .tab-nav > .tab-nav-item[style*="margin-left: 70px"] {
    margin-left: 15px !important;
  }
  
  .tab-nav-item:nth-last-child(2) .tab-nav-link,
  .tab-nav-item:last-child .tab-nav-link {
    font-size: 12px !important;
    padding: 0 40px !important;
  }
}






/* Breadcrumbs styling to match Ella theme */
#shopify-section-template--19061249081565__1740706161e59f6418 .breadcrumbs {
  font-size: 13px;
  color: #797979;
  margin: 0;
  padding: 20px 0;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 100%;
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  letter-spacing: 1px;
}

#shopify-section-template--19061249081565__1740706161e59f6418 .breadcrumbs a {
  color: #797979;
  text-decoration: none;
  transition: color 0.3s ease;
  position: relative;
  display: inline-flex;
  align-items: center;
  padding: 10px 0;
}

#shopify-section-template--19061249081565__1740706161e59f6418 .breadcrumbs a:hover {
  color: #000;
}

/* Remove existing underline effects */
#shopify-section-template--19061249081565__1740706161e59f6418 .breadcrumbs a:before {
  content: none !important;
}

/* Mobile responsiveness */
@media (max-width: 767px) {
  #shopify-section-template--19061249081565__1740706161e59f6418 .breadcrumbs {
    padding: 15px 0;
  }
}







/* Mobile Menu Structural Fix */
@media screen and (max-width: 749px) {
  /* Reset dropdown positioning */
  .menu-lv__dropdownmenu {
    position: absolute !important;
    left: -9999px !important;
    opacity: 0 !important;
    height: 0 !important;
    overflow: hidden !important;
    transition: none !important;
  }

  /* Show only when parent is open */
  .menu-lv-item.is-open > .menu-lv__dropdownmenu {
    position: static !important;
    left: auto !important;
    opacity: 1 !important;
    height: auto !important;
    overflow: visible !important;
  }

  /* Fix arrow navigation */
  .menu-lv-item .icon-dropdown {
    margin-left: auto; /* Push arrow to right */
    pointer-events: none; /* Prevent interference */
  }
}




/* === REMOVE DARK OVERLAYS === */
.gc__shadow-box::before,
.gc__single-column::before {
  display: none !important;
  opacity: 0 !important;
}

/* === FORCE WHITE BACKGROUND ON ALL LAYERS === */
body .gc__single-column,
body .gc__shadow-box,
body .gc__grid-item,
body .gc__flex-column,
body .gc__balance_title,
body .gc__input_container,
body .gc__button_container,
body .gc__input_field,
body .gc__btn {
  background: white !important;
  background-color: white !important;
}

/* === REMOVE ANY INLINE DARK BACKGROUNDS === */
.gc__shadow-box[style*="background"] {
  background: white !important;
}


/* Reset order page to basic styling */
.account-page.order-page .account table {
    border: none !important;
    box-shadow: none !important;
    background: transparent !important;
}

.account-page.order-page .account thead {
    background: transparent !important;
}

.account-page.order-page .account tbody tr {
    border: none !important;
}

.account-page.order-page .account tbody td,
.account-page.order-page .account thead th {
    padding: 8px 4px !important;
    border: none !important;
}

.account-page.order-page .account-item {
    background: transparent !important;
    border: none !important;
    padding: 0 0 20px 0 !important;
}



/* Fix blue copy link button on mobile */
@media (max-width: 768px) {
  .Avada-CopyInputField__Container button {
    background-color: transparent !important;
    color: #333333 !important; /* Change to your desired color */
    border: none !important;
  }
  
  .Avada-CopyInputField__Container button svg path {
    fill: #333333 !important; /* Match the icon color to your text */
  }
  
  /* If the button itself is blue */
  .Avada-CopyInputField__Container button {
    background: none !important;
  }
}









