/** Shopify CDN: Minification failed

Line 449:1 Expected "}" to go with "{"

**/


/* CSS from section stylesheet tags */
.custom-multicolumn {
  background: #f8f8f8;
}

.container {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
}

.custom-column {
    flex: 1;
    min-width: 30%;
    background: #ffffff;
    text-align: center;
    display: flex;
  justify-content: center;
  align-items: center;
}

.newsletter-section input {
  width: 80%;
  padding: 10px;
  margin-top: 10px;
  border: 1px solid #ccc;
  border-radius: 5px;
}

.newsletter-section button {
  margin-top: 10px;
  padding: 10px 20px;
  background: #000;
  color: white;
  border: none;
  cursor: pointer;
  border-radius: 5px;
}

.custom-liquid-section {
  font-size: 16px;
  text-align: left;
}

.image-section img {
    max-width: 100%;
}
.custom-column:nth-last-child(1){
  padding-right: 0px;
}
.custom-column:nth-child(1){
  border: 1px solid #ccc;
}
@media screen and (max-width: 767px){
.custom-column {
min-width: 100%;
        background: #fff;
        padding: 2rem 0;
  
}
  .custom-column:nth-last-child(1){
    padding-left: 0;
  }
.collections-tabs-section {
    padding: 40px 0;
    }

    .collections-tabs {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 30px;
    }

    .collections-tabs-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
    }

    .tab-button {
    border: 1px solid #ccc;
    background: #000;
    padding: 8px 18px;
    border-radius: 25px;
    cursor: pointer;
    transition: all 0.3s ease;
    font-weight: 500;
    font-size: 14px;
    white-space: nowrap;
    flex-shrink: 0;
    }

    .tab-button:hover,
    .tab-button.active {
    background: #000;
    color: #fff;
    border-color: #000;
    }


    .collections-content.collections-content--hidden {
    display: none !important;
    }

    .collections-content {
    display: block;
    }

    .collections-grid-container {
    position: relative;
    overflow: hidden;
    margin-top: 20px;
    }

    .collections-grid {
    display: flex;
    transition: transform 0.3s ease;
    gap: 20px;
    }

    .collections-grid a {
    flex: 0 0 calc((100% - 80px) / 5);
    min-width: 0;
    text-decoration: none;
    color: inherit;
    display: block;
    }

    .collections-grid .category-card {
    width: 100%;
    background: black;
    }

    @media (max-width: 768px) {
    .collections-tabs-container {
    display: flex
    ;
    flex-wrap: initial;
    justify-content: start;
    gap: 10px;
    overflow: scroll;
    scrollbar-width: none;
    padding-bottom: 10px;
    }
    .collections-grid a {
    flex: 0 0 calc((100% - 30px) / 2);
    }
    .collections-grid {
    gap: 15px;
    }
    }

    .collections-grid-slider-controls {
    display: none;
    position: absolute;
    color:#fff;
    top: 90%;
    transform: translateY(-50%);
    background: #000;
    border: 1px solid #000;
    border-radius:12px;
    width: 40px;
    height: 40px;
    cursor: pointer;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    font-weight: bold;
    z-index: 0;
    }
    .collections-grid-slider-controls:hover {
    background: #fff;
    color:#000;
    }

    .collections-grid-slider-controls.show {
    display: flex;
    }

    .collections-grid-slider-prev {
    left: 10px;
    }

    .collections-grid-slider-next {
    left: 60px;
    }

    .category-card {
    position: relative;

    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    text-decoration: none;
    color: inherit;
    border: 1px solid #e0e0e0;
    cursor: pointer;
    height: 100%;
    }

    .category-card.selected {
    border-color: #007bff;
    box-shadow: 0 2px 8px rgba(0,123,255,0.3);
    }

    .category-checkbox {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 20px;
    height: 20px;
    z-index: 10;
    cursor: pointer;
    accent-color: #007bff;
    }

    .category-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 4px 16px rgba(0,0,0,0.15);
    text-decoration: none;
    color: inherit;
    }

    .category-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 1;
    }

    .category-info {
    padding: 20px;
    width: 100%;
    position: absolute;
    text-align: center;
    bottom: 0px;
    }

    .category-title {
    font-size: 15px;
    font-weight: 600;
    margin: 0;
    color: #333;
    }

    #shopify-section-template--17740460556464__collection_list_8pw6Bp .card__heading{
        z-index: 4;
        position: relative;
    }


    #shopify-section-template--17740460556464__collection_list_8pw6Bp .card__information::before,.category-info::before {
        content: "";
        position: absolute;
        top: 0%;
        left: 0;
        right: 0;
        bottom: 0;
        background: rgba(0, 0, 0, 0.7);
        backdrop-filter: blur(150px);
        -webkit-backdrop-filter: blur(150px);
        -webkit-mask-image: linear-gradient(to top, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 20%, rgba(0, 0, 0, 0.5) 50%, rgba(0, 0, 0, 0.2) 80%, rgba(0, 0, 0, 0) 100%);
        mask-image: linear-gradient(to top, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 20%, rgba(0, 0, 0, 0.5) 50%, rgba(0, 0, 0, 0.2) 80%, rgba(0, 0, 0, 0) 100%);
        z-index: -1;
    }
    #shopify-section-template--18653486842032__collection_list_8pw6Bp .card__heading {
    z-index: 333;
        position: relative;}
    #shopify-section-template--17740460556464__collection_list_8pw6Bp .card__information::after, .category-info::after,#shopify-section-template--18653486842032__collection_list_8pw6Bp .card__information:after {
        -webkit-backdrop-filter: blur(8px);
        backdrop-filter: blur(8px);
        content: "";
        height: 100%;
        -webkit-mask-image: linear-gradient(0deg, #000 0, #000 40%, transparent);
        mask-image: linear-gradient(0deg, #000 0, #000 80%, transparent);
        -webkit-mask-repeat: no-repeat;
        mask-repeat: no-repeat;
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        z-index: 1;
        transition: all 0.3s
    ease;
    background: rgba(0, 0, 0, 0.5);
        backdrop-filter: blur(150px);
        -webkit-backdrop-filter: blur(150px);
        -webkit-mask-image: linear-gradient(to top, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 20%, rgba(0, 0, 0, 0.5) 50%, rgba(0, 0, 0, 0.2) 80%, rgba(0, 0, 0, 0) 100%);
        border-radius: 12px;
    }
    .section-title {
    text-align: center;
    margin-bottom: 30px;
    }

    .section-title h2 {
    font-size: 38px;
    font-weight: 600;
    margin: 0;
    }

    @media (max-width: 768px) {
    .section-title h2 {
    font-size: 1.5rem;
    }
    }

    .selection-controls {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 20px 0;
    padding: 15px;
    background: #f8f9fa;
    border-radius: 8px;
    border: 1px solid #e9ecef;
    }

    .selection-info {
    font-size: 14px;
    color: #6c757d;
    }

    .selection-info strong {
    color: #007bff;
    }

    .selection-actions {
    display: flex;
    gap: 10px;
    }

    .selection-btn {
    padding: 8px 16px;
    border: 1px solid #007bff;
    background: #007bff;
    color: white;
    border-radius: 4px;
    cursor: pointer;
    font-size: 14px;
    transition: all 0.3s ease;
    }

    .selection-btn:hover {
    background: #0056b3;
    border-color: #0056b3;
    }

    .selection-btn.secondary {
    background: transparent;
    color: #007bff;
    }

    .selection-btn.secondary:hover {
    background: #007bff;
    color: white;
    }

    .selection-btn:disabled {
    opacity: 0.5;
    cursor: not-allowed;
    }
    .splide__arrow--next {
    left: 4em;
    }
    .splide__arrows{
    position: absolute;
    bottom: 20px;
    }
    .splide__arrow {
    border-radius: 0% !important;
    background: #000 !important;
    opacity: 1 !important;
    }
    .splide__arrow svg {
    fill:#fff !important;
    stroke:#fff !important;
    }
    .splide{
    padding-bottom: 50px;}
    .selection-btn:disabled:hover {
    background: #007bff;
    border-color: #007bff;
    }
    .sp1 .splide__slide img {
        vertical-align: bottom;
        aspect-ratio: 3 / 4;
    }
    .splide__slide {
    cursor: grab;
  }

  .splide__slide:active {
    cursor: grabbing;
  }

  .splide__slide a {
    pointer-events: auto;
  }
  .is-dragging a {
    pointer-events: none;
  }
.multicolumn-content .slider-buttons {
    display: none;
  
  }
.multicolumn-tabs {
display: flex;
justify-content: center;
flex-wrap: wrap;
gap: 10px;
margin-bottom: 30px;
}

.tab-button {
border: 1px solid #ccc;
background: #fff;
padding: 8px 18px;
border-radius: 25px;
cursor: pointer;
transition: all 0.3s ease;
font-weight: 500;
}

.tab-button:hover,
.tab-button.active {
background: #000;
color: #fff;
border-color: #000;
}

.multicolumn-content--hidden {
display: none;
}

.multicolumn-content {
display: block;
}