/** Shopify CDN: Minification failed

Line 869:2 Expected ":"
Line 954:2 Expected ":"
Line 958:2 Expected ":"
Line 959:2 Expected ":"
Line 1540:2 Expected ":"

**/
/* Announcement bar - cyan/turquoise to match old theme (not purple) */
.announcement-bar-section .utility-bar {
  background-color: #14a0ac !important;
  color: #fff !important;
  min-height: 4.4rem;
  display: flex;
  align-items: center;
}
.announcement-bar-section .utility-bar .announcement-bar__message,
.announcement-bar-section .utility-bar .announcement-bar__link {
  color: inherit !important;
}
/* Fix vertical alignment - center text in bar (equal padding, line-height) */
.announcement-bar-section .utility-bar__grid {
  align-items: center;
  min-height: 4.4rem;
}
.announcement-bar-section .announcement-bar,
.announcement-bar-section .announcement-bar__announcement {
  align-items: center !important;
  align-content: center;
  display: flex !important;
  min-height: 4.4rem;
}
.announcement-bar-section .announcement-bar__link {
  align-items: center;
  min-height: 4.4rem;
}
.announcement-bar-section .announcement-bar__message {
  padding: 1.1rem 0 !important;
  margin: 0 !important;
  min-height: 0 !important;
  line-height: 1.4;
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
}
.announcement-bar-section .announcement-bar__icon {
  display: inline-flex;
  align-items: center;
}
.announcement-bar-section .announcement-bar__icon .bi {
  font-size: 1.2em;
  color: inherit;
}

header nav.header__inline-menu span.header__active-menu-item {
    color: #14a0ac;
  text-decoration: none;
}
/* Purple for links only - exclude buttons so they follow section settings */
body a:not(.button):not([class*="button"]) {
  color: #a32668 !important;
}
.header__menu-item:hover span{
    color: #14a0ac;
  text-decoration: none !important;
}

.announcement-bar-section span.icon svg {
    fill: white;
    
}
.announcement-bar__message {
  padding: 0;
  margin: 0;
  letter-spacing: .1rem;
}
.announcement-bar-section span.icon {
    width: 25px;
    display: inline-block;
    vertical-align: middle;
}
.collection h2.title{
     color: #000;
    font-size: 29px;
    font-weight: 600;
    line-height: 1.125;
  text-align:center;
}
.collection h2.title:hover{
  color: #6f0b40;;
}
.newsletter__wrapper>* {
    color: white;
}
.newsletter h2.inline-richtext.h1 {
    color: white;
  font-size: 30px;
    font-weight: 700;
   
}
.newsletter label.field__label {
    color: white;
}
.image-with-text-1 .one-third {
    width: calc(33.33333% - 20px);
}
.image-with-text-1 .is-flex-wrap {
    flex-wrap: wrap;
}
.image-with-text-1 .is-justify-start, .image-with-text-1 .is-justify-left {
    justify-content: flex-start;
   
}
.image-with-text-1 .transition--fade-in.lazyloaded {
    opacity: 1;
}
.image-with-text-1 .container_new {
    position: relative;
    margin: 0 auto;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  max-width: 1200px;
  width: 95%;
margin-left: auto;
margin-right: auto;
}
.heading-divider {
    border-style: solid;
    border-color: #bfa659;
    border-width: 2px;
    border-bottom: none;
    width: 70px;
    margin: 0px auto;
    margin-top: 23px;
}

/* Header icons - match old theme: both 23px, same size */
/* Cart SVGs now use viewBox 18x19 (same as account) so they render at same size */
.header__icons .header__icon--account .svg-wrapper svg,
.header__icons .header__icon--account account-icon .svg-wrapper svg,
.header__icons .header__icon--cart .svg-wrapper svg {
  width: 23px !important;
  height: 23px !important;
}
.header__icons svg.icon.icon-account {
  fill: #a32668;
}
.header__icons a#cart-icon-bubble {
  fill: #a32668;
}
.header__icons svg.icon.icon-account:hover {
    fill: #14a0ac;
}
.header__icons a#cart-icon-bubble:hover {
 fill: #14a0ac;
}
button.close.announcement-bar__close.js-close-announcement {
    background-color: #244866;
    fill: white;
    border-radius: 20px;
    float: right;
    margin-top: 12px;
}

header .cart-count-bubble {
    left: 1.2rem;
    top: 7px;
}
.collection .card-information .price {
    color: #a32668;
}

/* Loox rating: reserve 1 line when empty so product titles stay aligned */
.card__information .loox-rating {
  min-height: 1.5em;
  display: block;
}
.image-with-text-1 .image-with-text__media img {
 
    max-width: 100%;
}
.image-with-text-1 .image-with-text__text-column {
    padding-left: 20px;
    padding-right: 20px;
}
.container_new .image-with-text__wrapper h3.image-with-text__heading.text-align-left.is-regular {
    font-size: 30px;
    font-weight: 600;
}
#shopify-section-template--16031629476031__27b6c309-4437-40d0-bed4-fd9aa68bc52b {
    padding-top: 56px !important;
    padding-bottom: 80px !important;
  
}
.container_new .image-with-text__wrapper h3.image-with-text__heading.text-align-right.is-regular{
  font-size: 30px;
    font-weight: 600;
}
.container_new .image-with-text__wrapper a {
    text-decoration: none;
}
.container_new .global-media-settings{
  border-width: 0px !important;
}
footer .global-media-settings {
    border-width: 0px;
}
footer .footer-block__image-wrapper img {
    display: unset !important;
}
footer .list-social {
    justify-content: flex-start !important;
}
footer .list-social__link {
    padding: 2px !important;
    margin-left: 5px !important;
    margin-top: 13px !important;
    color: #14a0ac!important;
}
.footer__content-top.page-width ul.footer-block__details-content.list-unstyled a{
    color: #14a0ac !important;
}
.footer-block__details-content.rte a {
    color: #14a0ac !important;
    text-decoration: none;
}
.footer-block__details-content.rte strong, b {
    font-weight: 800 !important;
    color:black !important;
}
footer small.copyright__content {
    font-weight: 800;
}
.container svg {
    height: 21px;
}
.container {
    position: relative;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
}
.is-justify-center {
    justify-content: center;
  
}
.is-justify-center .icon-bar__block {
    padding: 0.5rem 0.75rem;
}
.is-justify-center a {
    cursor: pointer;
    text-decoration: none;
}
.is-justify-center p.icon-bar__text {
    color: white;
}
.is-justify-center span.icon {
    fill: white;
}
.is-justify-center .is-flex {
    display: flex;
}
.is-justify-center span.icon {
    display: inline-flex;
       align-items: center;
}
.is-justify-center .icon-bar__block .icon-bar__text {
    padding: 0 5px;
}
.is-justify-center span.icon:hover {
    fill: black !important;
   
}
.is-justify-center p.icon-bar__text:hover {
   color: black !important;
   
}
.footer__localization:empty+.footer__column--info {
    align-items: flex-end !important;
}
footer .footer-block__details-content p {
    font-size: 14px !important;
    line-height: 1.5;
}
footer .grid__item a.link.link--text.list-menu__item.list-menu__item--link {
    font-size: 14px !important;
    line-height: 1.3 !important;
}
footer .page-width ul.footer-block__details-content a.link {
    text-decoration: none;
}
.footer__content-top.page-width ul.footer-block__details-content.list-unstyled a:hover {
        color: #6f0b40 !important;
}
footer .footer-block__heading {
    margin-bottom: 13px !important;
}
footer .list-social__link:hover {
    color: #6f0b40 !important;
}
.footer-block__details-content.rte a:hover {
    color: #6f0b40 !important;
}
section.mega-menu__section a.mega-menu__banner-link {
    text-decoration: none;
}
section.mega-menu__section .one-whole.column.is-flex.is-justify-center.is-align-center {
    margin: 0px auto !important;
    color: white !important;
}
section.mega-menu__section .mega-menu__linklist ul {
    list-style: none !important;
}
section.mega-menu__section .mega-menu__linklist a.mega-menu__linklist-link {
    text-decoration: none;
     line-height: 25px;
}
.has-no-side-gutter .one-fourth {
    width: 25%;
}
section.mega-menu__section p.menu__heading {
    padding-left: 34px;
}
section.mega-menu__section .mega-menu__linklist ul {
    margin: 0;
    padding-left: 33px;
}
section.mega-menu__section .mega-menu__linklist p {
    margin: 0;
}
.mega-menu__content img {
    width: 100%;
}
/* Purple search button - ONLY in header (modal + full-width search), not site-wide */
header .header__search .search__button {
  background-color: #a32668 !important;
  top: 0 !important;
  bottom: 0 !important;
  height: 100% !important;
}
header .header__search .field__button {
  height: 3.6rem !important;
}
header .header__search .field {
  overflow: hidden;
}
header .header__search .field__input {
  margin: 0 !important;
}
header .header__search {
    color: white;
}
header input#Search-In-Modal-1 {
    height: 2.25em;
}
header .field__label, .customer .field label {
    line-height: 1.0 !important;
    color: #dbdbdb;
}
header .input, .textarea {
    border-color: #dbdbdb !important;
   
}
header ul#HeaderMenu-MenuList-3 a.header__menu-item:hover {
    color: #14a0ac !important;
}
header .header__search .search__input.field__input:focus {
  border-color: #a32668 !important;
  box-shadow: 0 0 0 .125em #a3266840 !important;
}

/* Full-width search bar - Alba branding (matches old theme) - ONLY in header */
/* Field and input height to match purple button, remove gap under button */
header .header__full-width-search .field {
  min-height: 3.6rem !important;
  height: 3.6rem !important;
  overflow: hidden;
  border-radius: 0;
  padding: 0 !important;
  margin: 0 !important;
}
header .header__full-width-search .field__input {
  margin: 0 !important;
}
header .header__full-width-search .search__input.field__input {
  min-height: 3.6rem !important;
  height: 3.6rem !important;
  border-radius: 0;
}
/* Purple box containing the search icon - ONLY in header full-width search, not site-wide */
/* Override component-search top/bottom so button fills field edge-to-edge (no white gap) */
header .header__full-width-search .search__button {
  background-color: #a32668 !important;
  color: #fff !important;
  width: 5.5rem !important;
  min-width: 5.5rem !important;
  right: 0 !important;
  top: 0 !important;
  bottom: 0 !important;
  height: 100% !important;
  min-height: 3.6rem !important;
  border: none;
  border-radius: 0;
  display: flex !important;
  align-items: center;
  justify-content: center;
}
header .header__full-width-search .search__button .svg-wrapper,
header .header__full-width-search .search__button svg {
  fill: #fff !important;
  color: #fff !important;
  width: 2.2rem;
  height: 2.2rem;
}
header .header__full-width-search .field__button {
  height: 3.6rem !important;
}
header .header__full-width-search .reset__button {
  right: 5.5rem !important;
}
header .header__full-width-search .search__input.field__input {
  border-color: #dbdbdb !important;
  color: rgb(var(--color-foreground));
  padding-right: 11rem !important;
}
header .header__full-width-search .search__input.field__input::placeholder,
header .header__search .search__input.field__input::placeholder {
  color: #dbdbdb !important;
}
header .header__full-width-search .field__label,
header .header__search .field__label {
  color: #dbdbdb !important;
}
header .header__full-width-search .search__input.field__input:focus {
  border-color: #a32668 !important;
  box-shadow: 0 0 0 .125em #a3266840 !important;
}

/* Desktop: center the nav menu in the header */
@media screen and (min-width: 990px) {
  /* When full-width search is OFF: center via grid */
  .header--middle-left:not(.drawer-menu):not(.header--has-full-width-search) {
    grid-template-columns: 1fr auto 1fr;
    justify-items: center;
  }
  .header--middle-left:not(.drawer-menu):not(.header--has-full-width-search) .header__heading,
  .header--middle-left:not(.drawer-menu):not(.header--has-full-width-search) .header__heading-link {
    justify-self: start;
  }
  .header--middle-left:not(.drawer-menu):not(.header--has-full-width-search) .header__icons {
    justify-self: end;
  }
  .header--middle-left:not(.drawer-menu):not(.header--has-full-width-search) nav.header__inline-menu {
    justify-self: center;
  }
  .header--middle-left:not(.drawer-menu):not(.header--has-full-width-search) .header__inline-menu .list-menu {
    justify-content: center;
  }
  /* When full-width search is ON: nav spans full row - make list full width so center works */
  .header--has-full-width-search nav.header__inline-menu {
    width: 100%;
    justify-self: center;
  }
  .header--has-full-width-search nav.header__inline-menu .list-menu {
    width: 100%;
    display: flex;
    justify-content: center;
  }
}

/* Mega menu - match old theme: 739px width, centered, clean white box */
@media screen and (min-width: 990px) {
  .mega-menu .mega-menu__content {
    max-width: 739px !important;
    width: 100% !important;
    left: 50% !important;
    right: auto !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .mega-menu .mega-menu__content .mega-menu__custom {
    background-color: #fff !important;
    padding-bottom: 2.4rem;
  }
  .mega-menu .mega-menu__content .mega-menu__custom .mega-menu__blocks {
    max-width: 100%;
    padding: 0 !important;
  }
  .js .mega-menu .mega-menu__content {
    transform: translateX(-50%) translateY(-1.5rem);
  }
  .js .mega-menu[open] .mega-menu__content {
    transform: translateX(-50%) translateY(0);
  }
}

/* Custom mega menu - blocks layout */
li.has_mega_menu {
  position: static;
}

.mega-menu__custom .mega-menu__blocks {
  width: 100%;
}

.mega-menu__custom .mega-menu__blocks-inner {
  display: flex;
  flex-wrap: wrap;
  gap: 0;
  padding: 0;
  width: 100%;
}

.mega-menu__custom .mega-menu__block {
  flex: 1 1 200px;
  min-width: 0;
}

/* Desktop: three menu columns only */
@media screen and (min-width: 990px) {
  .mega-menu .mega-menu__content .mega-menu__custom .mega-menu__blocks-inner {
    display: grid !important;
    grid-template-columns: repeat(3, 1fr);
    gap: 0 !important;
  }

  .mega-menu .mega-menu__content .mega-menu__custom .mega-menu__blocks-inner .mega-menu__block {
    min-width: 0;
  }

  /* Collection row: FULL WIDTH of mega menu bottom - direct child of custom */
  .mega-menu__custom .mega-menu__collection-row {
    width: 100%;
    padding: 1rem 2rem;
  }

  /* Products in collection: 4 in a row, full width of mega menu bottom */
  .mega-menu__custom .mega-menu__products--row {
    display: grid !important;
    grid-template-columns: repeat(4, 1fr) !important;
    gap: 1rem;
    margin-top: 1rem;
  }

  /* Image/promo blocks: constrained to same width as menu */
  .mega-menu__custom .mega-menu__block--below {
    width: 100%;
    max-width: 739px;
    margin: 0 auto;
    padding: 1rem 2rem;
  }
}

/* Mobile (menu drawer only): collection products 2 columns + spacing */
@media screen and (max-width: 989px) {
  .menu-drawer__mega-content .mega-menu__products--row {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 1rem;
  }

  .menu-drawer__mega-content .mega-menu__collection-row {
    padding: 1.5rem 2rem;
  }

  .menu-drawer__mega-content .mega-menu__custom {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

@media screen and (min-width: 750px) and (max-width: 989px) {
  .mega-menu__custom .mega-menu__blocks-inner {
    flex-direction: row;
  }

  .mega-menu__custom .mega-menu__block {
    flex: 1 1 0;
    min-width: 180px;
  }
}

/* Old theme mega menu formatting - exact match */
.mega-menu__custom .menu__heading {
  font-weight: 500;
  font-size: 19px !important;
  margin: 0 0 0.5rem 0;
  padding: 11px 0 0 34px;
  color: #000 !important;
}

.mega-menu__custom .menu__heading a {
  color: #000 !important;
}

.mega-menu__custom .mega-menu__linklist ul {
  list-style: none !important;
  margin: 0;
  padding: 0 0 11px 33px;
}

.mega-menu__custom .mega-menu__linklist p {
  margin: 0;
}

.mega-menu__custom .mega-menu__linklist-link {
  display: block;
  padding: 0.3rem 0;
  color: #a32668 !important;
  text-decoration: none;
  font-size: 15px !important;
  line-height: 1.2;
}

.mega-menu__custom .mega-menu__linklist-link:hover {
  color: #14a0ac !important;
  text-decoration: underline;
}

/* Column backgrounds - only for the 3 menu blocks */
.mega-menu .mega-menu__content .mega-menu__custom .mega-menu__blocks-inner .mega-menu__block:nth-child(1) {
  background-color: #fff;
}
.mega-menu .mega-menu__content .mega-menu__custom .mega-menu__blocks-inner .mega-menu__block:nth-child(2) {
  background-color: #e9e9e9;
}
.mega-menu .mega-menu__content .mega-menu__custom .mega-menu__blocks-inner .mega-menu__block:nth-child(3) {
  background-color: #dfdfdf;
}

.mega-menu__custom .mega-menu__content-inner .mega-menu__linklist {
  padding-left: 0;
}

.mega-menu__custom .mega-menu__content-inner li {
  line-height: 1.2;
}

.mega-menu__custom .mega-menu__block {
  padding: 0 !important;
}

.mega-menu__custom .mega-menu__content-inner img {
  width: 100%;
  max-width: 100%;
  height: auto;
}

/* Products: 2 columns on mobile (menu drawer). Collection products use --row modifier for 4-column */
.mega-menu__custom .mega-menu__products:not(.mega-menu__products--row) {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
  margin-top: 1rem;
}

.mega-menu__custom .mega-menu__product-link {
  display: flex;
  flex-direction: column;
  color: inherit;
  text-decoration: none;
}

.mega-menu__custom .mega-menu__product-link img {
  border-radius: 0.4rem;
}

.mega-menu__custom .mega-menu__product-title {
  font-size: 1.2rem;
  margin-top: 0.5rem;
}

.mega-menu__custom .mega-menu__view-all {
  display: inline-block;
  margin-top: 1rem;
}

.mega-menu__custom .mega-menu__banner {
  padding: 1rem 2rem;
  text-align: center;
}

.mega-menu__custom .mega-menu__banner-text {
  margin: 0;
}

/* Mobile drawer - mega menu content */
.menu-drawer__mega-content {
  list-style: none;
  padding: 0;
  margin: 0;
}

.menu-drawer__mega-content .mega-menu__custom {
  padding: 1rem 0;
}

.menu-drawer__mega-content .mega-menu__blocks-inner {
  flex-direction: column;
  gap: 1.5rem;
}

.menu-drawer__mega-content .mega-menu__collection-row {
  flex: none;
  width: 100%;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  padding-bottom: 1.5rem;
}

.menu-drawer__mega-content .mega-menu__block {
  flex: none;
  width: 100%;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  padding-bottom: 1.5rem;
}

.menu-drawer__mega-content .mega-menu__block:last-child {
  border-bottom: none;
}

.menu-drawer__mega-content .mega-menu__products {
  grid-template-columns: repeat(2, 1fr);
}

/* Mobile menu drawer: purple links (mega menu + traditional dropdown) */
#menu-drawer .menu-drawer__menu-item,
#menu-drawer .menu-drawer__mega-content .mega-menu__linklist-link {
  color: #a32668 !important;
}
#menu-drawer .menu-drawer__menu-item:hover,
#menu-drawer .menu-drawer__mega-content .mega-menu__linklist-link:hover {
  color: #14a0ac !important;
}

nav.header__inline-menu a.navbar-link-alba {
  text-decoration: none;
}

header-menu span {
    color: #a32668!important;
}
header .link{
  font-size: 1.8rem;
}
.template-collection .template-index .sidebar__block  {
    display: none !important;
}
.template-collection .heading-divider {
    margin: unset !important;
}
.template-collection .collection-sidebar h3.sidebar-block__heading {
    display: none;
}
.template-collection .sidebar-block__content ul.sidebar-block__collection-list {
    list-style: none !important;
    float: left !important;
    width: 100% !important;
   
}
.template-collection .collection-sidebar ul.sidebar-block__collection-list a {
    text-decoration: none;
}
.template-collection .facets_sort{
    float: right !important;
    width: 75% !important;
}

.collection-sidebar.jsSidebar {
  width: 25%;
}
.template-collection .facets_sort{
    padding-top: 0px !important;
    
}
.template-collection main#MainContent {
    max-width: 1200px;
    width: 95%;
    margin-left: auto;
    margin-right: auto;
}
.template-collection  h1.collection-hero__title {
    color: #000;
    font-size: 30px;
    line-height: 1.125;
    font-weight: 600 !important;
}
.template-collection .page-width {
    padding: 0 4rem !important;
}
.template-collection .collection-hero__text-wrapper {
    margin-bottom: 20px;
}
.template-collection a.pagination__item.link {
   border:1px solid #003 !important;
}
.template-collection a.pagination__item.link:hover{
  border-color: #6f0b40 !important;
    color: #6f0b40 !important;
}
.template-collection a.pagination__item.pagination__item--current.light {
     border:1px solid #a32668 !important;
      background-color: #a32668;
      color: #fff !important;
          opacity: unset !important;
}
.pagination__item--current:after, .pagination__item:hover:after {
    content:none !important;
    
}
.reputon-etsy-reviews-widget{
  display:none !important;
}
.template-index .reputon-etsy-reviews-widget{
  display:block !important;
}
section.mega-menu__section {
    position: absolute;
   top: 100%;
    left: 0;
    right: 0;
  width:100%;
  height:100%;
  display:block;
 max-width: 739px;
  margin:0px auto;
}
li.has_mega_menu {
    position: static;
}
li.has_mega_menu:hover section.mega-menu__section{
  display:block;
}
header .header__menu-item .icon-caret{
    right: 0.8rem;
    width: 15px;
    height: 10px;
    margin-left: 5px;
    margin-top: 6px;
  color: #a32668!important;
}
header details.mega-menu .icon-caret,
header details#Details-HeaderMenu-3 svg.icon.icon-caret {
    margin-top: 0px;
    color: #a32668!important;
    right: 0.8rem;
    height: 10px;
    width: 15px;
}

li.has_mega_menu_mob {
    position: static;
}
li.has_mega_menu_mob:hover section.mega-menu__section{
  display:block;
}
.header{
  padding-bottom: 0px !important;
}
.mega-menu__content img{
  height: 100%;
  max-width: 100%;
}
details[open]>.header__menu-item {
    text-decoration: unset !important;
}
header nav.header__inline-menu span.header__active-menu-item {
    color: #a32668!important;
}
.section-template--16031629639871__related-products-padding h2{
color: #000 !important;
    font-size: 30px !important;
    font-weight: 600 !important;
    line-height: 1.125 !important;
    text-align: center;
}
.section-template--16031629639871__related-products-padding .full-unstyled-link {
    font-size: 14px;
}
.product__size-chart {
    color: #00f !important;
    text-decoration: underline !important;
}

.size-chart-wrap.content.container{
  position: relative;
    margin: 0 auto;
   
  max-width:1000px;
}
.wrap-popup-chart {
    float: right;
    display: flex;
    align-items: center;
    position: relative;
    top: 53px;
   left: 0%;
    flex-direction: row-reverse;
}
 section#shopify-section-template--16031629639871__main .wrap-popup-chart #unique-id-1 {
    margin-left: 20px;
}
section#shopify-section-template--16031629639871__main .product__text.caption-with-letter-spacing {
     color:#a32668 !important;
     opacity: unset !important;
     font-size: 16px;
}
section#shopify-section-template--16031629639871__main .product__title h1 {
    color: #000;
    font-size: 30px;
    font-weight: 600;
    line-height: 1.125;
}
section#shopify-section-template--16031629639871__main div#unique-id-1 a.basicpropop {
    color: #00f !important;
    text-decoration: underline !important;
}
div#sizehchart .center{
    text-align: left !important;
    font-size: 1.125em !important;
    margin-bottom: 0.8888em !important;
    word-wrap: break-word !important;
    font-weight: 600 !important;
}
div#sizehchart p {
    color: black;
    font-size: 14px;
   
}
div#sizehchart img {
    height: auto;
    max-width: 100%;
}
div#fancybox-content {
    border-width: 33px !important;
}
div#fancybox-content .center{
    text-align: left !important;
    font-size: 1.125em !important;
    margin-bottom: 0.8888em !important;
    word-wrap: break-word !important;
    font-weight: 600 !important;
}

#basicprop_content .one-whole.column{
  width:100%;
  margin: 0px auto !important;
}
div#fancybox-content img{
  max-width: 100%;
  height: auto;
  width: 100%;
}
#fancybox-close {
    top: 1px !important;
    right: -15px !important;
    background: transparent url(/cdn/shop/files/fancy_close.png?v=1682498768) -59px 0px !important;
    
}
.error_mess{
  display:none;
}
.error_mess {
    border-width: 34px;
    background: gray;
    color: white;
    padding: 10px;
    font-size: 10px;
    margin-top: 10px;
}
.cart__warnings a {
    color: white !important;
}

.section-faq {
   max-width: 900px;
    width: 95%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 50px;
}
.contact.page-width button.button {
    background: black !important;
    color: white !important;     
}
section.mega-menu__section  .mega-menu a.mega-menu__linklist-link:hover {
    color: #14a0ac !important;
    cursor: pointer !important;
}
nav.header__inline-menu svg.icon.icon-caret:hover {
    color: #14a0ac !important;
}
nav.header__inline-menu span:hover {
    color: #14a0ac !important;
}
header details.mega-menu .icon-caret:hover,
header details#Details-HeaderMenu-3 svg.icon.icon-caret:hover{
    color: #14a0ac !important;
}
header nav.header__inline-menu span.header__active-menu-item:hover{
    color: #14a0ac !important;
}
.team_alba h2.contact_team{
    color: #000;
    font-size: 30px;
    font-weight: 600;
    line-height: 1.125;
    text-align: left;
     margin-left: 17rem;
}
section#shopify-section-template--16031629541567__b996ff73-f2b4-40b4-933b-2aa05c394f55 .heading-divider{
  margin-left: 17rem !important;
}
.section-template--16034853847231__main-padding .heading-divider.heading-divider-- {
    display: none;
}
section#shopify-section-template--16035963175103__0cf226ba-6a62-471a-9cc0-1e695211da22 .banner__box.content-container {
    background-color: rgba(163, 38, 104, 0.33);
}
product .heading-divider {
    margin-left: 50rem !important;
}
.image-with-text--overlap .image-with-text__text-item {
    padding: 0rem !important;
}
.image-with-text__content {
    padding: 4rem calc(4rem / var(--font-body-scale)) 5rem;
}

@media screen and (min-width: 990px) {
  .image-with-text__content {
    padding: 6rem 7rem 7rem;
  }
}
section#shopify-section-template--16031629574335__d78557bb-e93a-462e-bea0-2b76f743ed06 .rich-text p{
    color: #000000;
    font-weight: 500;
    font-style: normal;
    font-size: 18px;
        line-height: 1.5;
   
}
section#shopify-section-template--16031629574335__d78557bb-e93a-462e-bea0-2b76f743ed06 .rich-text h2.rich-text__heading.rte.inline-richtext{
    font-size: 30px;
    color: #a32668;
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
    text-align: center;
}
div#Banner-template--16031629574335__0cf226ba-6a62-471a-9cc0-1e695211da22 .banner__box.content-container {
    background-color: rgba(163, 38, 104, 0.33);
     
}

.banner__box.content-container.content-container--full-width-mobile.color-accent-1.gradient{
    width: 100% !important;
}
.banner__content.banner__content--middle-center.page-width{
             max-width: 95% !important;
             width: 95% !important;
      }
.template-index .heading-divider {
   margin: auto !important;
}
section#shopify-section-template--16034853847231__main h1.main-page-title.page-title.h0 {
    display: none;
}
li.normal_menu:hover ul {
    display: block !important;
    opacity: 1;
    transform: translateY(-1.5rem);
}
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover {
    border: 1px solid #00000008 !important;
    background: #00000008!important;
    font-weight: 400;
    color: #000;
}
.template-page .banner__box.content-container {
    position: absolute;
    bottom: 34%;
}
.shopify-policy__container h1 {
    font-weight: 600;
    font-size: 33px;
}
.shopify-policy__container strong {
    color: black !important;
    font-weight: 600;
}
.shopify-policy__container .rte a {
    text-decoration: none;
}
.page-width--narrow .rte p {
    color: black;
}

.page-width--narrow h1.main-page-title.page-title.h0 {
    font-size: 30px;
    color: #000;
    font-weight: 600;
    line-height: 1.125;
}
.page-width--narrow .rte p{
    color: black;
}
.page-width--narrow strong {
    font-size: 16px;
}
.page-width--narrow a {
    text-decoration: none;
}
.page-width--narrow .heading-divider {
    margin-left: 0rem !important;
}
.page-width--narrow .rte>p:first-child {
    margin-top: 28px;
}
.section-template--16035963175103__d78557bb-e93a-462e-bea0-2b76f743ed06-padding h2.rich-text__heading.rte.inline-richtext.h1 {
    font-size: 33px;
    color: #a32668;
    font-weight: 600;
    text-align: center;
}
.section-template--16035963175103__d78557bb-e93a-462e-bea0-2b76f743ed06-padding p {
    font-size: 17px;
    font-weight: 500;
    color: black;
}
div#shopify-section-template--16035963109567__cc8fd46a-d70b-4b4c-8356-7502b831b88e .image-with-text__text p {
    font-size: 16px !important;
    color: black !important;
    font-weight: 500 !important;
}
.image-with-text .grid__item  p{
  font-size: 16px !important;
    color: black !important;
    font-weight: 500 !important;
}
 .image-with-text--no-overlap  .rte strong{
    color: rgb(11, 34, 235) !important;
}
.section-template--16035963109567__7e987755-f986-4372-a65d-9e3bbdded5d2-padding h2.rich-text__heading.rte.inline-richtext.h1 {
    font-size: 22px;
    font-weight: 600;
}
.section-template--16035963109567__7e987755-f986-4372-a65d-9e3bbdded5d2-padding p {
    color: black;
}
section#shopify-section-template--16035963109567__7f71e000-2100-4612-8ddd-51342884d1dd h2.rich-text__heading.rte.inline-richtext{
    font-size: 28px;
}
section#shopify-section-template--16035963109567__main h1.main-page-title.page-title {
    margin-left: 0px !important;
    margin-right: 0px !important;
    text-align: center !important;
}
section#shopify-section-template--16035963109567__main .heading-divider {
    margin-left: 30rem !important;
}
#basicprop_content {
  overflow: hidden;
  width: 100%;
}
.product__sku span.visually-hidden {
    position: relative !important;
    width: auto !important;
    height: auto !important;
    font-size: 15px;
    margin-right: 2px;
}
.product__sku{
   font-size: 15px !important;
}
svg.icon.linkedin {
    fill: #14a0ac;
}
svg.icon.linkedin:hover{
    fill:#6f0b40!important;
  color:#6f0b40 !important;
}
.product__tax.caption.rte {
    display: none;
}
.image-with-text--overlap .image-with-text__content {
    margin-left: 0rem !important;
}
.image_text_new {
    border: 0px !important;
}
nav.header__inline-menu a.navbar-link-alba {
    text-decoration: none;
}
.product--large:not(.product--no-media) .product__media-wrapper {
    max-width: 50% !important;
  width:50% !important;
}
.template-product span.moneynew::before{
    content: "-";
    margin-right: 3px;
    font-size: 22px;
}
.template-product .price.price--large {
    color: #000 !important;
    font-weight: 500;
    line-height: 1.25;
}
.template-product .product__info-wrapper.grid__item {
    color: black !important;
    font-weight: 500 !important;
}
.template-product p#Sku-template--16031629639871__main {
    color: black !important;
    font-weight: 500 !important;
}
.grid .price__container .money{
    color: #934b4b !important;
}
.template-product .product__info-wrapper.grid__item {
    width: 50% !important;
    max-width: 50% !important;
}
section#shopify-section-template--16031629639871__main #bcpo .bcpo-text input {
    max-width: 260px !important;
}
.product-grid-container .card__content .price {
    font-size: 14px;
}
section#shopify-section-template--16031629639871__main span.price-item.price-item--sale.price-item--last::before {
   /* content: "-";*/
    margin-right: 3px;
    font-size: 22px;
}
ul#Slider-template--16031629476031__featured_collection .price__sale s.price-item.price-item--regular {
    color: #934b4b !important;
     font-size: 1.6rem;
}
.section-template--16031629443263__product-grid-padding .price__sale s.price-item.price-item--regular{
 color: #934b4b !important;
  font-size: 1.6rem;
}
.section-template--16031629639871__related-products-padding s.price-item.price-item--regular{
  color: #934b4b !important;
  font-size: 1.6rem;
}
s {
    color: #934b4b !important;
}
.card__heading.h5{
  font-size: 15px;
}
.section-template--16031629639871__related-products-padding span.price-item.price-item--regular {
    color: #a32668 !important;
}
.section-template--16031629639871__related-products-padding span.price-item.price-item--sale.price-item--last {
    color: #a32668 !important;
}
.header__icons a#cart-icon-bubble svg {
  fill: #a32668 !important;
  color: #a32668 !important;
  overflow: visible;
}

.header__icons a#cart-icon-bubble svg path {
  fill: #a32668 !important;
  color: #a32668 !important;
  overflow: visible;
}
 
.header__icons a#cart-icon-bubble g{
  fill: #a32668 !important;
   color: #a32668 !important;
}
.template-index .card-information .price {
  display: none;
}
/* Show price in featured collection - "from $xxx" with compare-at. Higher specificity than .product-grid rule below. */
.featured-collection .product-grid .card-information .price {
  display: block !important;
}
.featured-collection .product-grid .card-information .price .price-item {
  color: #12a0ab !important;
}
.template-collection .card-information .price{
    display: none;
}
/* Show "from" pricing on collection pages - same as featured collection on homepage. Uses section class (template-collection may not be on body) */
.main-collection-product-grid .product-grid .card-information .price,
.template-collection .product-grid .card-information .price {
  display: block !important;
}
.main-collection-product-grid .product-grid .card-information .price .price-item,
.template-collection .product-grid .card-information .price .price-item {
  color: #12a0ab !important;
}
.product-grid .card-information .price{
    display: none;
}
.wrap-popup-chart #basicpropop{
    color: #00f !important;
}
.wrap-popup-chart #product__size-chart{
    margin-right: 10px;
}













.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 999; /* Sit on top */
  padding-top: 196px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
  background-color: #fefefe;
  margin: auto;
  padding: 20px;
  border: 1px solid #888;
  width: 80%;
  max-width:800px;
}

/* The Close Button */
.close {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}
#myBtn{
  cursor: pointer;
  text-decoration: underline;
  color: #0000FF !important;
}
#myBtn2{
  cursor: pointer;
  text-decoration: underline;
  color: #0000FF !important;
}
.modal-content span.close2 {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}
.modal-content .basic_img img{
    width: 100% !important;
    
}
.close svg{
fill: #000;
width: 28px;
background-color: #0000001a;
border-radius: 50%;
}
.close2 svg{
fill: #000;
width: 28px;
background-color: #0000001a;
border-radius: 50%;
}
span.close2:hover{
    color: #000;
    text-decoration: none;
    cursor: pointer;
}
.section-header.shopify-section-group-header-group{
  
}
.mega-menu__section .mega-menu__content a.mega-menu__linklist-link{
    font-size: 15px;
  
}
.mega-menu__section .mega-menu__content p.menu__heading{
    font-size: 19px;
}
.mega-menu__section .mega-menu__content li{
    line-height: 1.2;
}
.mega-menu__section .mega-menu__content .mega-menu__linklist{
   padding-left: 0px;
}
.mega-menu .container :nth-child(2).column {
    background-color: #e9e9e9;
}
.mega-menu .container :nth-child(3).column {
        background-color: #dfdfdf;
}
.header__inline-menu .has_mega_menu .active_link_mega svg.icon {
    transform: rotate(180deg) !important;
}
.mega-menu__section .container .column {
    width: 33.33333333333333333%;
}
.mega-menu__block {
   padding: 11px 0px 11px 0px;
}
/*.mega-menu{
  display:none;
}*/







.price-item.price-item--sale.price-item--last.issue_price {
  color: #934b4b !important;
}









@media(min-width:1000px){
.header--top-center {
    grid-template-areas:
        "heading left-icons icons"
        "navigation navigation navigation" !important;
}
  .header {
    grid-template-columns: 2.5fr 7fr 1fr !important;
}
  summary.header__icon.header__icon--search.header__icon--summary.link.focus-inset.modal__toggle {
    display: none;
}
  .search-modal__form {
    
    max-width: 100% !important;
}
  .header>.header__search {
   
    justify-self: center  !important;
    width: 100%  !important;
}
  
}

@media (min-width: 320px) and (max-width: 700px){
.banner__content.banner__content--middle-center.page-width {
    display: none !important;
}
.image-with-text-1 .one-third {
    width: 100% !important;
}
.carousel-holder--32No6{
    margin-top: 23px !important;
}


.template-collection .page-width {
    padding: 0 2rem!important;
}
.template-collection .section-template--16031629443263__product-grid-padding {
    width: 100% !important;
}
.template-collection .grid--2-col-tablet-down .grid__item{
         width: calc(100% - var(--grid-mobile-horizontal-spacing) / 1) !important;
         max-width: calc(100% - var(--grid-mobile-horizontal-spacing) / 1) !important;
}
.shopify-section, .sidebar-section, .collection-sidebar{
  width:100% !important;
}
section#shopify-section-template--16031629639871__main .wrap-popup-chart {
    right: auto;
    top: 140px;
    width: 100%;
    flex-direction: column-reverse;
    align-items: flex-start;
    left:0%;
    
}  
section#shopify-section-template--16031629639871__main .product__size-chart {
    margin-left: 13px;
}
section#shopify-section-template--16031629639871__main .wrap-popup-chart #unique-id-1 {
    margin-left: 0;
    margin-top: 10px;
}

.wrap-popup-chart {
    line-height: 20px;
} 
div#fancybox-content img {
    width: 100%;
}
div#fancybox-wrap {
    left: 30px !important;
}
  section.mega-menu__section {
  position: relative;
  display: block;
}
header .header__icon--cart {
    margin-right: -0.2rem !important;
}
.mega-menu .has-no-side-gutter .one-fourth {
    width: 100% !important;
}
.image-with-text-1 .image-with-text__media img{
  width: 100% !important;
  height: 100% !important;
}
.banner__content.banner__content--middle-center.page-width {
    display: block !important;
}
.image-with-text__media{
    padding-bottom: 46px !important;
}
.image-with-text__media img{
    position: unset !important;

}
.banner__box.content-container.content-container--full-width-mobile.color-accent-1.gradient {
    width: 100% !important;
    padding: 30px;
    margin-top: 20px;
}
section#shopify-section-template--16034853847231__main h1.main-page-title.page-title.h0 {
    display: none;
}
main#MainContent .team_alba h2.contact_team {
    margin-left: 2rem !important;
}
main#MainContent .heading-divider {
    margin-left: 3rem !important;
}
.image-with-text__content>:first-child:is(.image-with-text__heading), .image-with-text__text--caption+.image-with-text__heading, .image-with-text__text--caption:first-child {
    margin-top: 10px !important;
}

.template-index main#MainContent .heading-divider{
   margin: auto !important;
}
.template-index #shopify-section-template--16031629476031__27b6c309-4437-40d0-bed4-fd9aa68bc52b {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}
div#menu-drawer a.menu-drawer__account.link.focus-inset.h5.medium-hide.large-up-hide {
    display: none;
}
nav.menu-drawer__navigation a.home {
    text-decoration: none;
}
.template-cart .banner__box {
    padding: 9rem 3.5rem !important;
}
section#shopify-section-template--16031629639871__main .wrap-popup-chart {
    right: auto;
    top: -10px;
    width: 100%;
    flex-direction: column-reverse;
    align-items: flex-start;
    left:0%;
    
}  
section#MainProduct-template--16031629639871__main p#Sku-template--16031629639871__main {
    display: none;
}
.section-template--16031629639871__related-products-padding main#MainContent .heading-divider {
    margin-left: 14rem !important;
}
.footer-block-image, .footer-block-image.center {
    justify-content: left !important;
}
header .header__search .field__button {
  height: 4.5rem !important;
}
.template-cart .container.is-justify-center p.cart__login-paragraph {
    font-size: 1.3rem;
    letter-spacing: 0.05rem;
}
.template-cart .cart__warnings a.link.underlined-link {
    display: none;
}
  .is-justify-center .icon-bar__block .icon-bar__text {
    padding: 0 5px;
    margin-bottom: 5px;
    margin-top: 5px;
}
  footer .global-media-settings {
    
    max-width: min(100%, 200px) !important;
}
 .template-product main#MainContent .heading-divider {
    margin-left: auto !important;
}
.template-product .product__info-wrapper.grid__item {
    width: 50% !important;
    max-width: 50% !important;
}
.template-product .product__info-wrapper.grid__item {
    width: 100% !important;
    max-width: 100% !important;
}
.product--large:not(.product--no-media) .product__media-wrapper {
    max-width: 100% !important;
  width:100% !important;
}
.mega-menu__section .container .column{
    width: 100% !important;
}
.mega-menu__section .mega-menu__content a.mega-menu__linklist-link{
    font-size: 17px !important;
}
.mega-menu__section .mega-menu__content p.menu__heading{
    font-size: 19px !important;
}
#menu-drawer .menu-drawer__navigation .home_span{
    color: #a32668 !important;
}
.wrap-popup-chart{
    right: auto;
    top: -10px;
    width: 100%;
    flex-direction: column-reverse;
    align-items: flex-start;
    left: 0%;
}
.wrap-popup-chart #unique-id-1{
    margin-left: 0;
    margin-top: 10px;
}
.wrap-popup-chart #product__size-chart{
    margin-left: 13px;
}
.template-collection .facets_sort{
    width: 100% !important;
}
}


.template-product .product__info-wrapper .price--on-sale .price__sale {
  display: flex!important;
  flex-direction: row;
  flex-wrap: wrap;
  flex-direction: row-reverse;
  width: 100%;
}

.template-product .product__info-wrapper .price--on-sale .price-item.price-item--regular {
  margin-left: 10px;
}

/* Sale occasion badge and discount % - displayed on line below price */
.price__compare-at-wrapper {
  display: inline-flex;
  align-items: center;
  margin-right: 0.5rem;
}

.price__sale-line {
  display: block;
  width: 100%;
  margin-top: 0.6rem;
  line-height: 1.4;
}

.price__discount-percentage {
  font-size: 1.3rem;
  font-weight: 600;
  color: rgb(var(--color-base-accent-1, 220 53 69));
  white-space: nowrap;
}

.price__sale-line .price__sale-occasion-badge {
  margin-left: 0.8rem;
}

.price__sale-occasion-badge {
  display: inline-block;
  padding: 0.2rem 0.6rem;
  font-size: 1.2rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  background-color: rgb(var(--color-base-accent-1, 220 53 69));
  color: rgb(var(--color-base-solid-button-labels, 255 255 255));
  border-radius: 0.4rem;
  vertical-align: middle;
}

/* .template-product .price-item.price-item--regular {
  display: none;
} */


  @media screen and (min-width: 750px){
.product__info-container .price--on-sale .price-item--regular {
  font-size: 1.8rem!important;
}
  }

 @media screen and (max-width: 749px){
.product__info-container .price--on-sale .price-item--regular {
  font-size: 1.6rem;
}
 }

/* Product description + collapsible tab – unified accordion styling */
.product__description .product__description-accordion {
  margin-top: 0;
}
.product__description .product__description-accordion:first-of-type {
  margin-top: 0;
}

/* Seamless spacing: description block followed by collapsible tab –
   overrides .product__info-container .product__description { margin: 2.5rem 0 } */
.product__info-container .product__description:has(+ .product__accordion) {
  margin-bottom: 0 !important;
}
.product__info-container .product__description + .product__accordion {
  margin-top: 0 !important;
  border-top: none;
}

/* Product accordions (description + collapsible_tab) – shared styles */
.product__info-container .product__accordion.accordion,
.product__info-container .product__description .product__description-accordion {
  margin-top: 0;
  border-top: none;
}
.product__info-container .product__accordion.accordion:first-child,
.product__info-container .product__description .product__description-accordion:first-of-type {
  margin-top: 0;
}

/* Accordion icon – rotation animation (description + collapsible tab) */
.product__info-container .accordion summary .icon-caret {
  transform: rotate(0deg);
  transform-origin: 50% 50%;
  transition: transform 0.35s ease-in-out;
}
.product__info-container .accordion.is-open summary .icon-caret {
  transform: rotate(180deg);
}

/* Smooth open/close animation – product accordions (description + collapsible tab) */
.product__info-container .product__accordion details .accordion__content,
.product__info-container .product__description .product__description-accordion .accordion__content {
  max-height: 0;
  overflow: hidden;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  opacity: 0;
  transition:
    max-height 0.45s cubic-bezier(0.4, 0, 0.2, 1),
    margin-bottom 0.35s ease,
    padding 0.35s ease,
    opacity 0.3s ease;
}
.product__info-container .product__accordion details.is-open .accordion__content,
.product__info-container .product__description .product__description-accordion.is-open .accordion__content {
  max-height: 1200px;
  margin-bottom: 1.5rem;
  padding-top: 0;
  padding-bottom: 0.6rem;
  padding-left: 1rem;
  padding-right: 1rem;
  opacity: 1;
}
