/** Shopify CDN: Minification failed

Line 1142:0 All "@import" rules must come first

**/
/* SHOPIFY_STYLESHEETS_VERSION: 1.0 */


/* CSS from section stylesheet tags */
/* START_SECTION:collection-products-display-2 (INDEX:22) */
@import url('https://fonts.googleapis.com/css2?family=Fragment+Mono&display=swap');

  body {
    font-family: 'Fragment Mono', monospace;
    font-variant: small-caps !important;
    text-transform: lowercase !important;
    letter-spacing: 0.5px;
  }

  .collection-section,
  .nav-link,
  .prouduct-title,
  .product-price-collection-mobile,
  .text-block-16,
  .text-block-10,
  .text-block-11,
  .text-block-12,
  .text-block-13,
  .text-block-14,
  .text-block-15,
  .text-block-22,
  .date,
  .time,
  .cart-quantity-2,
  .cart-quantity-desktop,
  .heading-5,
  .w-cart-error-msg,
  .close-filter-btn,
  .mobile-logo-text,
  .products-link-new,
  .products-link,
  a,
  p,
  div,
  h4,
  h5 {
    font-family: 'Fragment Mono', monospace;
    font-variant: small-caps !important;
    text-transform: lowercase !important;
    letter-spacing: 0.5px;
  }

  .checkout-button-2,
  .close-filter-btn,
  .text-block-16 {
    text-transform: uppercase !important;
  }

  [style*="color"] {
    font-variant: small-caps !important;
    text-transform: lowercase !important;
    letter-spacing: 0.5px;
  }

  body, html {
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    width: 100%;
    max-width: 100%;
  }

  body::-webkit-scrollbar {
    display: none;
  }

  body {
    -ms-overflow-style: none;
    scrollbar-width: none;
  }

  * {
    box-sizing: border-box;
  }

  .collection-section, .collection-products-container, .collection-list-wrapper {
    max-width: 100%;
  }

  .collection-section{
    display: flex; 
    width: 100%;
    height: 100%; 
    min-height: 100vh;
    overflow-x: hidden;
  }
  
  .collection-products-container{
    width: 100%;  
    padding-left: 200px;
    padding-right: 10px;
    padding-top: 10px; 
  }

  @media screen and (max-width: 991px) {
    .collection-list.w-dyn-items {
      column-gap: 12px !important;
      row-gap: 15px !important;
    }
  }

  @media screen and (min-width: 992px) {
    .collection-list.w-dyn-items {
      display: flex !important;
      flex-wrap: wrap !important;
      justify-content: flex-start !important;
      column-gap: 15px !important;
      row-gap: 40px !important;
    }

    .collection-list.w-dyn-items .collection-item {
      flex: 0 0 auto !important;
      width: 300px !important;
      margin: 0 !important;
    }
  }

  .prouduct-title {
    margin-top: -60px !important;
    margin-bottom: 0 !important;
    position: relative;
    z-index: 2;
  }

  .product-title-collection-mobile {
    margin-top: -20px !important;
    margin-bottom: 0 !important;
    position: relative;
    z-index: 2;
  }

  .coming-soon-image {
    filter: blur(0px);
    transform: scale(1);
  }

  .collection-product-container:hover .coming-soon-image {
    filter: blur(4px) !important;
    transform: scale(1.03) !important;
  }

  .collection-product-container:hover .coming-soon-label {
    opacity: 1 !important;
  }

  .product-price-collection-mobile {
    margin-top: 0px !important;
    margin-bottom: 0 !important;
  }

  .collection-item.w-dyn-item {
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
  }

  .link-block-2.collection-product-container {
    margin-bottom: 0 !important;
  }

  /* Single Product Centering */
  .collection-list.single-product-centered {
    display: flex !important;
    justify-content: center !important;
    align-items: flex-start !important;
  }

  .collection-list.single-product-centered .collection-item {
    max-width: 500px !important;
    width: 100% !important;
  }

  @media screen and (max-width: 767px) {
    .collection-list.single-product-centered .collection-item {
      max-width: 350px !important;
    }
  }

  /* DESKTOP SPINNING LOGO MENU BUTTON - Top Left - REVERSED: starts left, moves further right when open */
  .desktop-logo-menu-btn {
    display: none;
    position: fixed;
    top: 20px;
    left: 20px;
    z-index: 1001;
    cursor: pointer;
    transform: translateX(-30px);
    transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    will-change: transform;
  }

  /* Shift logo FURTHER RIGHT when menu is open */
  .desktop-logo-menu-btn.menu-open {
    transform: translateX(60px);
  }

  .desktop-menu-trigger {
    display: block;
    width: 120px;
    height: 120px;
    text-decoration: none;
    position: relative;
    transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    will-change: transform;
    transform: translate3d(0, 0, 0);
    overflow: hidden;
    pointer-events: auto;
  }
  
  .desktop-menu-trigger img {
    pointer-events: none;
  }

  .desktop-menu-trigger:hover {
    transform: translate3d(0, 0, 0) scale(1.05);
  }

  .desktop-spinning-logo {
    width: 100%;
    height: auto;
    display: block;
    object-fit: contain;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
  }

  /* DESKTOP MENU CONTAINER - POSITIONED HIGHER, DIRECTLY UNDERNEATH THE LOGO */
  .category-container-desktop {
    display: none;
    position: fixed;
    top: 38px;
    left: 20px;
    width: auto;
    min-width: 120px;
    max-width: 250px;
    background-color: transparent;
    border: none;
    z-index: 1002;
    padding: 0;
    opacity: 0;
    transition: opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    pointer-events: none;
  }

  .category-container-desktop * {
    pointer-events: auto;
  }

  .category-container-desktop.active {
    display: block !important;
    animation: fadeInBorder 0.3s cubic-bezier(0.4, 0, 0.2, 1) forwards;
    pointer-events: auto;
  }

  .category-container-desktop.closing {
    animation: fadeOutBorder 0.3s cubic-bezier(0.4, 0, 0.2, 1) forwards;
  }

  @keyframes fadeInBorder {
    from {
      opacity: 0;
    }
    to {
      opacity: 1;
    }
  }

  @keyframes fadeOutBorder {
    from {
      opacity: 1;
    }
    to {
      opacity: 0;
    }
  }

  .desktop-menu-inner {
    width: 100%;
  }

  /* Menu item waterfall animation */
  .category-container-desktop.active .collection-item-5 {
    animation: waterfallIn 0.4s cubic-bezier(0.4, 0, 0.2, 1) backwards;
  }

  .category-container-desktop.active .collection-item-5:nth-child(1) { animation-delay: 0.05s; }
  .category-container-desktop.active .collection-item-5:nth-child(2) { animation-delay: 0.1s; }
  .category-container-desktop.active .collection-item-5:nth-child(3) { animation-delay: 0.15s; }
  .category-container-desktop.active .collection-item-5:nth-child(4) { animation-delay: 0.2s; }
  .category-container-desktop.active .collection-item-5:nth-child(5) { animation-delay: 0.25s; }
  .category-container-desktop.active .collection-item-5:nth-child(6) { animation-delay: 0.3s; }
  .category-container-desktop.active .collection-item-5:nth-child(7) { animation-delay: 0.35s; }
  .category-container-desktop.active .collection-item-5:nth-child(8) { animation-delay: 0.4s; }

  @keyframes waterfallIn {
    from {
      opacity: 0;
      transform: translateY(-15px);
    }
    to {
      opacity: 1;
      transform: translateY(0);
    }
  }

  /* Mobile Menu Container */
  .category-container-mobile {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.3);
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    z-index: 999;
    overflow-y: auto;
    padding: 15px 20px 20px;
    text-align: center;
  }

  .category-container-mobile.active {
    display: block;
    animation: fadeInMenu 0.6s cubic-bezier(0.16, 1, 0.3, 1) forwards;
  }

  .category-container-mobile.closing {
    animation: fadeOutMenu 0.4s cubic-bezier(0.4, 0, 0.2, 1) forwards;
  }

  @keyframes fadeInMenu {
    from {
      opacity: 0;
    }
    to {
      opacity: 1;
    }
  }

  @keyframes fadeOutMenu {
    from {
      opacity: 1;
    }
    to {
      opacity: 0;
    }
  }

  /* Apply same slide-in animation to mobile menu items */
  .category-container-mobile.active .collection-item-5 {
    animation: slideInMenuItem 0.5s cubic-bezier(0.4, 0, 0.2, 1) backwards;
  }

  .category-container-mobile.active .collection-item-5:nth-child(1) { animation-delay: 0.05s; }
  .category-container-mobile.active .collection-item-5:nth-child(2) { animation-delay: 0.1s; }
  .category-container-mobile.active .collection-item-5:nth-child(3) { animation-delay: 0.15s; }
  .category-container-mobile.active .collection-item-5:nth-child(4) { animation-delay: 0.2s; }
  .category-container-mobile.active .collection-item-5:nth-child(5) { animation-delay: 0.25s; }
  .category-container-mobile.active .collection-item-5:nth-child(6) { animation-delay: 0.3s; }
  .category-container-mobile.active .collection-item-5:nth-child(7) { animation-delay: 0.35s; }
  .category-container-mobile.active .collection-item-5:nth-child(8) { animation-delay: 0.4s; }

  @keyframes slideInMenuItem {
    from {
      opacity: 0;
      transform: translateY(-10px);
    }
    to {
      opacity: 1;
      transform: translateY(0);
    }
  }

  /* Desktop Dropdown Styles */
  .desktop-dropdown-parent-default {
    position: relative;
    margin-bottom: 15px;
  }

  .desktop-dropdown-menu-default {
    display: none;
    overflow: hidden;
    max-height: 0;
    transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    opacity: 0;
    padding: 0;
    margin: 0;
  }

  .desktop-dropdown-menu-default.active {
    display: block;
    margin-top: 5px;
  }

  .desktop-dropdown-toggle-default {
    cursor: pointer;
    user-select: none;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    -webkit-tap-highlight-color: transparent;
    position: relative;
    padding: 0;
    margin: 0;
  }

  .desktop-dropdown-toggle-default:hover .products-link {
    color: #c0c0c0 !important;
  }

  .desktop-dropdown-toggle-default:hover .desktop-dropdown-arrow-default {
    color: #c0c0c0 !important;
  }

  .desktop-dropdown-arrow-default {
    display: inline-block;
    transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1), color 0.3s ease;
    font-size: 10px;
    color: #ffffff;
  }

  .desktop-dropdown-arrow-default.rotated {
    transform: rotate(180deg);
  }

  .products-link-new,
  .products-link {
    font-variant: small-caps;
    text-transform: lowercase;
    letter-spacing: 0.5px;
    color: #ffffff;
    font-size: 18px;
    font-weight: normal;
    transition: color 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    display: inline-block;
    padding: 0;
    margin: 0;
  }

  .link-block.shop {
    text-decoration: none;
    display: inline-block;
    margin: 0;
    padding: 0;
    -webkit-tap-highlight-color: transparent !important;
    width: auto !important;
  }

  .link-block.shop:active,
  .link-block.shop:focus,
  .link-block.shop:hover {
    -webkit-tap-highlight-color: transparent !important;
  }

  .nav-link.shop {
    font-variant: small-caps;
    text-transform: lowercase;
    letter-spacing: 0.5px;
    padding: 0 !important;
    margin: 0;
    display: inline-block;
    color: #ffffff;
    font-size: 18px;
    text-align: left;
    font-weight: normal;
    line-height: 1.1;
    transition: color 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    width: auto !important;
    -webkit-tap-highlight-color: transparent !important;
  }

  .nav-link.shop:active,
  .nav-link.shop:focus,
  .nav-link.shop:hover {
    -webkit-tap-highlight-color: transparent !important;
  }

  .nav-link.shop.submenu {
    font-size: 16px;
    padding: 0 !important;
    margin: 0;
    line-height: 1.1;
    transition: color 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    -webkit-tap-highlight-color: transparent !important;
    margin-left: 10px;
  }

  .category-container-desktop .collection-item-5 {
    margin: 10px 0;
    width: 100% !important;
    max-width: 100% !important;
    display: block;
    text-align: left;
  }

  .category-container-desktop .link-block.shop {
    display: inline-block;
    padding: 3px 0;
    margin: 0;
    width: auto !important;
  }

  .category-container-desktop .nav-link.shop {
    padding: 0 !important;
    margin: 0;
    width: auto !important;
  }

  .category-container-mobile .collection-item-5 {
    margin: 15px auto;
    width: 100% !important;
    max-width: 100% !important;
    display: block;
    text-align: center;
  }

  .category-container-mobile .link-block.shop {
    display: inline-block;
    padding: 3px 8px;
    margin: 0;
    width: auto !important;
    -webkit-tap-highlight-color: transparent !important;
  }

  .category-container-mobile .link-block.shop:active,
  .category-container-mobile .link-block.shop:focus,
  .category-container-mobile .link-block.shop:hover {
    -webkit-tap-highlight-color: transparent !important;
  }

  .category-container-mobile .nav-link.shop {
    padding: 0 !important;
    margin: 0;
    width: auto !important;
    -webkit-tap-highlight-color: transparent !important;
  }

  .category-container-mobile .nav-link.shop:active,
  .category-container-mobile .nav-link.shop:focus,
  .category-container-mobile .nav-link.shop:hover {
    -webkit-tap-highlight-color: transparent !important;
  }

  .mobile-dropdown-toggle-new {
    cursor: pointer;
    user-select: none;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    -webkit-tap-highlight-color: transparent !important;
    position: relative;
    padding: 0;
    padding-left: 12px;
    margin: 0;
  }

  .mobile-dropdown-toggle-new:active,
  .mobile-dropdown-toggle-new:focus,
  .mobile-dropdown-toggle-new:hover {
    -webkit-tap-highlight-color: transparent !important;
  }

  .mobile-dropdown-toggle-new:active .products-link-new {
    color: #c0c0c0 !important;
  }

  .mobile-dropdown-toggle-new:active .mobile-dropdown-arrow-new {
    color: #c0c0c0 !important;
  }

  .mobile-dropdown-arrow-new {
    display: inline-block;
    transition: transform 0.3s ease;
    font-size: 10px;
    color: #ffffff;
  }

  .mobile-dropdown-arrow-new.rotated {
    transform: rotate(180deg);
  }

  .submenu-link-new {
    margin: 0;
    padding: 2px 0;
    width: 100% !important;
    display: block;
    text-align: center;
  }

  .submenu-link {
    margin: 5px 0;
    padding: 0;
    width: 100% !important;
    display: block;
    text-align: left;
  }

  .link-block.shop:hover .nav-link.shop {
    color: #c0c0c0 !important;
  }

  .link-block.shop:active .nav-link.shop {
    color: #c0c0c0 !important;
  }

.category-container-desktop .link-block.shop:hover .nav-link.shop {
    color: #c0c0c0 !important;
  }

  .category-container-desktop .nav-link.shop:hover {
    color: #c0c0c0 !important;
  }

  .category-container-desktop .link-block:hover .nav-link {
    color: #c0c0c0 !important;
  }

  .category-container-mobile .link-block.shop:active .nav-link.shop {
    color: #c0c0c0 !important;
  }

  .w-dyn-items {
    max-width: 100%;
    margin: 0;
  }

  .mobile-spacer {
    height: 50px;
  }

  .logo-container.categories {
    margin-bottom: 40px;
  }

  /* Mobile menu logo container - closer spacing */
 .logo-container.categories.mobile-menu-logo-container {
    margin-bottom: -50px;
    position: relative;
    z-index: 1;
  }

.category-container-mobile .collection-list-wrapper-5 {
    position: relative;
    z-index: 2;
  }
  .mobile-header-banner {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    background-color: transparent;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding: 0 10px;
    height: 45px;
    overflow: visible;
  }

  .mobile-header-banner > * {
    flex-shrink: 0;
  }

  .mobile-header-banner .logo-link {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    pointer-events: none;
    flex-shrink: 1;
    top: 0;
    height: 100%;
    display: flex;
    align-items: center;
  }

  .mobile-text-logo {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 45px;
    width: auto;
    transform: translateY(-3px);
  }

  .mobile-logo-text {
    font-weight: bold;
    text-align: center;
    color: #fff;
    position: absolute;
    display: none;
    white-space: nowrap;
    text-transform: uppercase;
    letter-spacing: 1px;
  }

  .mobile-logo-text:first-child {
    font-size: 16px;
  }

  .mobile-logo-text:nth-child(2) {
    font-size: 9px;
  }

  .mobile-logo-text.active {
    display: block;
  }

  .mobile-cart {
    display: flex !important;
    align-items: center !important;
    position: absolute;
    right: 10px;
    top: 7%;
    z-index: 2;
  }

  body.mobile-menu-open .mobile-header-banner .logo-link {
    visibility: hidden !important;
    opacity: 0 !important;
  }

  .mobile-cart .cart-button-2 {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 4px;
    padding: 0 !important;
    height: 100%;
    margin: 0 !important;
    cursor: pointer;
    text-decoration: none;
  }

  .mobile-cart .icon-3 {
    stroke: #fff;
    width: 17px;
    height: 17px;
    flex-shrink: 0;
  }

  .mobile-cart .center-cart {
    display: flex !important;
    align-items: center !important;
    gap: 2px;
    flex-shrink: 0;
  }

  .mobile-cart .text-block-16 {
    font-size: 18px !important;
    white-space: nowrap;
    line-height: 1 !important;
    color: #fff !important;
    flex-shrink: 0;
    transform: translateY(-2px);
  }

  .mobile-cart .cart-quantity-2 {
    font-size: 14px !important;
    font-weight: bold;
    line-height: 1 !important;
    color: #fff !important;
    flex-shrink: 0;
    min-width: 12px;
    text-align: center;
    transform: translateY(-3px);
  }

  .mobile-cart svg,
  .mobile-cart svg path,
  .mobile-cart svg circle {
    stroke: #fff !important;
    fill: none !important;
  }

  .mobile-cart .cart-empty {
    pointer-events: none;
    cursor: default;
  }

  .filter-btn-mobile {
    position: relative;
    z-index: 2;
    -webkit-tap-highlight-color: transparent !important;
    outline: none !important;
    padding: 5px;
    text-decoration: none;
    display: flex;
    flex-shrink: 0;
    height: 45px;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    background: transparent !important;
    border: none;
  }

  .filter-btn-mobile:focus,
  .filter-btn-mobile:active,
  .filter-btn-mobile:hover {
    outline: none !important;
    background-color: transparent !important;
    -webkit-tap-highlight-color: transparent !important;
  }

  .hamburger-menu {
    width: 22px;
    height: 16px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    cursor: pointer;
  }

  .hamburger-line {
    width: 100%;
    height: 1px;
    background-color: #fff;
    display: block;
    transition: all 0.3s ease;
  }

  .filter-btn-mobile.active .hamburger-line:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
    background-color: #fff;
  }

  .filter-btn-mobile.active .hamburger-line:nth-child(2) {
    opacity: 0;
  }

  .filter-btn-mobile.active .hamburger-line:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
    background-color: #fff;
  }

  .mobile-dropdown-parent-new {
    position: relative;
    margin-bottom: 25px;
    width: 100% !important;
    max-width: 100% !important;
    display: block;
    text-align: center;
  }

  .mobile-dropdown-menu-new {
    display: none;
    overflow: hidden;
    max-height: 0;
    transition: max-height 0.3s ease, opacity 0.3s ease;
    opacity: 0;
    padding: 0;
    margin: 0;
  }

  .mobile-dropdown-menu-new.active {
    display: block;
    margin-top: 5px;
  }

  a, button, .mobile-dropdown-toggle-new, .link-block, .desktop-dropdown-toggle-default {
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }

  a:link, a:visited, a:hover, a:active {
    color: inherit;
  }

  /* Desktop Cart - Top Right */
  .cart-wrapper-desktop {
    display: none;
  }

  @media screen and (min-width: 992px) {
    .desktop-logo-menu-btn {
      display: block;
    }

    /* Smooth crossfade on product image hover (desktop only) */
    .collection-product-container {
      position: relative !important;
    }

    .collection-product-container .product-image {
      transition: opacity 0.35s ease !important;
    }

    .collection-product-container .product-image:first-child {
      position: relative !important;
      z-index: 1 !important;
      opacity: 1 !important;
    }

    .collection-product-container .product-image:nth-child(2) {
      visibility: visible !important;
      position: absolute !important;
      top: 0 !important;
      left: 0 !important;
      z-index: 2 !important;
      opacity: 0 !important;
      pointer-events: none !important;
    }

    .collection-product-container:hover .product-image:nth-child(2) {
      opacity: 1 !important;
    }

    .cart-wrapper-desktop {
      display: block !important;
      position: fixed !important;
      top: 35px !important;
      right: 30px !important;
      z-index: 1500 !important;
      left: auto !important;
      margin: 0 !important;
      margin-left: 0 !important;
      transform: translateX(0) !important;
      width: auto !important;
    }
    
    div.cart-wrapper-desktop {
      position: fixed !important;
      top: 35px !important;
      right: 30px !important;
      left: auto !important;
      margin-left: 0 !important;
      transform: none !important;
    }
    
    .cart-wrapper-desktop .cart-button-desktop {
      display: flex !important;
      align-items: center !important;
      gap: 8px;
      cursor: pointer;
      text-decoration: none;
    }

    /* Empty cart state - not clickable */
    .cart-wrapper-desktop .cart-button-desktop.cart-empty {
      pointer-events: none;
      cursor: default;
    }
    
    .cart-wrapper-desktop .center-cart {
      display: flex !important;
      align-items: center !important;
      gap: 2px;
    }
    
    .cart-wrapper-desktop .text-block-16 {
      font-size: 17px !important;
      color: #fff !important;
      text-transform: uppercase;
      white-space: nowrap;
      line-height: 1 !important;
      flex-shrink: 0;
      font-family: 'Fragment Mono', monospace;
      transform: translateY(-2px);
      transition: color 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    }
    
    .cart-wrapper-desktop .cart-quantity-desktop {
      font-size: 13px !important;
      font-weight: bold;
      color: #fff !important;
      line-height: 1 !important;
      flex-shrink: 0;
      min-width: 12px;
      text-align: center;
      font-family: 'Fragment Mono', monospace;
      transition: color 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    }

    .cart-wrapper-desktop svg,
    .cart-wrapper-desktop svg path,
    .cart-wrapper-desktop svg circle {
      stroke: #fff !important;
      fill: none !important;
      transition: stroke 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    }

    /* Desktop cart hover effect - BOTH text and quantity when hovering over center-cart (only if cart has items) */
    .cart-wrapper-desktop .cart-button-desktop:not(.cart-empty) .center-cart:hover .text-block-16 {
      color: #c0c0c0 !important;
    }

    .cart-wrapper-desktop .cart-button-desktop:not(.cart-empty) .center-cart:hover .cart-quantity-desktop {
      color: #c0c0c0 !important;
    }

    .cart-wrapper-desktop .cart-button-desktop:not(.cart-empty) svg:hover,
    .cart-wrapper-desktop .cart-button-desktop:not(.cart-empty) svg:hover path,
    .cart-wrapper-desktop .cart-button-desktop:not(.cart-empty) svg:hover circle {
      stroke: #c0c0c0 !important;
    }

    .collection-products-container {
      margin-left: 0 !important;
      width: 100% !important;
      max-width: 100% !important;
    }
  }

  @media screen and (max-width: 991px){
    .product-title-collection-mobile { 
      color: var(--mobile-product-collection-title-color) !important;
    }

    .product-price-collection-mobile {
      color: var(--mobile-product-collection-price-color) !important;
    }

    .bg-image.enter-screen.desktop {
      display: none ;
    } 

    .bg-image.enter-screen.mobile {
      display: block ;
    }

    .bg-color.enter-screen.desktop {
      display: none;
    }

    .bg-color.enter-screen.mobile {
      display: block ;
    } 
    
    .mobile-header-banner{ 
      display: flex !important;
      align-items: center !important;
      padding: 10px !important;
      height: auto !important;
      min-height: 50px !important;
    }

    .mobile-cart {
      position: absolute !important;
      right: 10px !important;
      top: 50% !important;
      transform: translateY(-60%) !important;
      padding: 0 !important;
      margin: 0 !important;
    }

    .hamburger-menu {
      align-self: center !important;
      margin: 0 !important;
    }

    .filter-btn-mobile {
      display: flex !important;
      align-items: center !important;
      justify-content: center !important;
    }

    .mobile-cart {
      display: flex !important;
      align-items: center !important;
    }

    .collection-products-container {
      margin-top: 45px !important;
      padding-top: 60px !important;
      padding-left: 20px;
    }

    .desktop-logo-menu-btn {
      display: none !important;
    }
    
    .category-container-desktop {
      display: none !important;
    }

    .cart-wrapper-desktop {
      display: none !important;
    }
  }
/* END_SECTION:collection-products-display-2 */

/* START_SECTION:contact-background (INDEX:23) */
@keyframes bgSlideLeft {
  0% {
    transform: scale(1.12) translateX(0%);
  }
  100% {
    transform: scale(1.12) translateX(-4%);
  }
}

.background-image.shop .bg-image.enter-screen {
  animation: bgSlideLeft 20s ease-in-out infinite alternate;
  transform-origin: center;
  will-change: transform;
  overflow: hidden;
}
/* END_SECTION:contact-background */

/* START_SECTION:default-page-background (INDEX:28) */
@keyframes bgSlideLeft {
  0% {
    transform: scale(1.12) translateX(0%);
  }
  100% {
    transform: scale(1.12) translateX(-4%);
  }
}

.background-image.shop .bg-image.enter-screen {
  animation: bgSlideLeft 20s ease-in-out infinite alternate;
  transform-origin: center;
  will-change: transform;
  overflow: hidden;
}
/* END_SECTION:default-page-background */

/* START_SECTION:password-section-1 (INDEX:45) */
@import url('https://fonts.googleapis.com/css2?family=Cinzel:wght@400;500;600&family=Jost:wght@300;400&display=swap');

.password-page-form .password-email-header,
.password-page-form .password-success-message {
  font-family: 'Cinzel', serif;
  font-weight: 500;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.password-page-form .password-email-txt {
  font-family: 'Jost', sans-serif;
  font-weight: 300;
  letter-spacing: 0.03em;
  line-height: 1.7;
}

.password-page-form .email label {
  font-family: 'Jost', sans-serif;
  font-weight: 400;
  letter-spacing: 0.16em;
}

.password-page-form .email input,
.password-page-form .password-email-btn {
  font-family: 'Jost', sans-serif;
  font-weight: 400;
  letter-spacing: 0.08em;
}
.password-page-form .email input[type="email"] {
  transition: background-color 0.2s ease;
}

.password-page-form .email input[type="email"]:hover {
  background-color: color-mix(in srgb, var(--field-bg) 85%, black 15%) !important;
}

.password-page-form .password-email-btn {
  transition: background-color 0.2s ease, color 0.2s ease;
}

.password-page-form .password-email-btn:hover {
  background-color: color-mix(in srgb, var(--btn-bg) 80%, black 20%) !important;
  color: #FFFFFF !important;
}

.utility-page-content:has(.password-success-message[style*="block"]) {
  background-color: transparent !important;
  box-shadow: none !important;
  transition: background-color 0.3s ease, box-shadow 0.3s ease;
}

.utility-page-content:has(.password-success-message[style*="block"]) .email {
  display: none;
}

.utility-page-wrap:has(.password-success-message[style*="block"]) .background-image {
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  transition: backdrop-filter 0.3s ease;
}

.utility-page-wrap:has(.password-success-message[style*="block"]) .bg-image,
.utility-page-wrap:has(.password-success-message[style*="block"]) .bg-color {
  filter: blur(8px);
  transition: filter 0.3s ease;
}

/* --- Background cycle: diagonal slide (image 1) -> crossfade -> zoom in (image 2) -> crossfade back -- */

@keyframes bgSlideLeft {
  0% {
    transform: scale(1.12) translateX(0%);
  }
  100% {
    transform: scale(1.12) translateX(-4%);
  }
}



.bg-image.enter-screen {
  animation: bgSlideLeft 20s ease-in-out infinite alternate;
  transform-origin: center;
  will-change: transform;
  overflow: hidden;
}.bg-image.enter-screen {
  animation: bgSlideLeft 20s ease-in-out infinite alternate;
  transform-origin: center;
  will-change: transform;
  overflow: hidden;
}



.utility-page-wrap:has(.password-success-message[style*="block"]) .bg-image {
  animation-play-state: paused;
  transform: scale(1.05) !important;
}



/* Shift mobile background image further right */
@media screen and (max-width: 749px) {
  .bg-image.mobile {
    background-position: 75% center !important;
  }
}
/* END_SECTION:password-section-1 */

/* START_SECTION:product-page-background (INDEX:50) */
@keyframes bgSlideLeft {
  0% {
    transform: scale(1.12) translateX(0%);
  }
  100% {
    transform: scale(1.12) translateX(-4%);
  }
}

.background-image.shop .bg-image.enter-screen {
  animation: bgSlideLeft 20s ease-in-out infinite alternate;
  transform-origin: center;
  will-change: transform;
  overflow: hidden;
}
/* END_SECTION:product-page-background */