/** Shopify CDN: Minification failed

Line 56:50 Unexpected "{"
Line 746:0 Expected "}" to go with "{"

**/
@font-face {
    font-family: 'PoiretOne-Regular'; 
    src: url('/cdn/shop/files/PoiretOne-Regular.woff2?v=1736496542'); 
}

@font-face {
    font-family: 'Banana-Regular'; 
    src: url('/cdn/shop/files/Banana-Regular.woff2?v=1736496542'); 
}

/* GIA DEFAULT- PRODUCT */ 

  .product-single__wrapper--grid .product-single__media-slider {
    gap: 2px;
  }

@media only screen and (min-width: 1024px) {

  .product-single__details {
      padding-right: 80px;
    }
}



  .product__title {
     font-family: 'Open Sans' !important;
  }


  /* GIA SIBLINGS- EIKONA GIA TO XROMA */
  .siblings__swatch--rectangle svg, .siblings__swatch--rectangle .siblings__button, .siblings__swatch--rectangle[aria-current="true"] .siblings__button::after  {
    height: 80px;
    width: auto;
  }



  /* Gia to grid*/

#SectionColumns--template--24320810254670__section_columns_NcciaR .wrapper--full-padded {

  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 0;

}

  .section-columns__wrapper carousel__container,  {
    display: flex !important; 
    flex-wrap: wrap !important; 
    gap: 0 !important; 
    margin: 0 !important; 
    padding: 0 !important; 
  }
  
  .carousel__container {
    margin: 0 calc(var(--gutter-mobile) * -1);
  }
  
  .column-item--image {
    justify-content: flex-start;
    flex: 1 1 auto !important;
    margin: 0 !important;
    padding: 0 !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
  }

  .collection__products .grid {
    gap: 3px !important;
  }
  .product-grid-item__info {
    padding-bottom: 30px;
  }

.btn--scroll-top {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: white;
}

.ns-wishlist {
  margin-left: 20px;
}

/* Hover Sizes In Produc Grid */

.ns-hover-sizes {
  opacity: 0;
  background-color: hsla(0, 0%, 100%, 0.8);
  width: 100%;
  padding: 4px;
  pointer-events: none;
  transition: opacity 0.4s ease, transform 0.4s ease;
  transform: translateY(10px); 
  position: absolute;
  bottom: 100%;
  left: 0;
  width: 100%;

}

.ns-hover-sizes:hover {
  pointer-events: auto; 
}

.product-grid-item:hover .ns-hover-sizes {
  opacity: 1;
  transform: translateY(0); 
  z-index: 10 !important;
  pointer-events: auto;
}

.available-sizes {
  font-size: 14px;
  display: block;
}

.hover-zark-options {
    cursor: pointer;
    padding: 6px;
    font-size: 14px;
    display: inline-block;
    background: none;
    border: 1px solid transparent;
    transition: all 0.3s ease;
}

.hover-zark-options:hover {
    border-color: #ddd;
    background-color: #f9f9f9;
}

.hover-zark-options:active {
    background-color: #e0e0e0;
}

@media (max-width: 768px) {
  .wishlist-engine {
    max-width: 100% !important;
    margin-right: 0px !important;
}
}

/*ADD TO CART */

#AddToCart--template--24437085602126__main {
  text-transform: uppercase;
}

/*POPUP */
/* Sticky Button */
.sticky_10off {
    position: fixed;
    left: -60px; /* Initially off-screen */
    top: 50%;
    background: #000;
    opacity: .8;
    color: #fff;
    padding: 8px 25px;
    font-size: 14px;
    cursor: pointer;
    transform: rotate(-90deg);
    transform-origin: left center;
    transition: left 0.4s ease-in-out;
    z-index: 1000;
    border-radius: 0px;
    white-space: nowrap;
    margin-left: 17px;
}


.sticky_10off.show {
    left: 0px !important; 
}


@media screen and (max-width: 768px) {
    .sticky_10off {
        left: -70px;
        font-size: 12px;
    }
}


.sticky_10off .close-sticky {
    background: none;
    border: none;
    font-size: 16px;
    color: #fff;
    cursor: pointer;
    font-weight: bold;
    margin-left: 10px; 
    transition: color 0.3s ease;
}

.sticky_10off .close-sticky:hover {
    color: red;
}


/*form inputs are clickable */
.popup {
    z-index: 9999 !important; /* Ensure popup is above everything */
    pointer-events: auto !important;
}

/* input and button interactivity */
.popup input,
.popup button,
.popup textarea {
    z-index: 10000 !important;
    pointer-events: auto !important;
}

/*overlay does not block input */
.popup__underlay {
    pointer-events: none !important;
}

/* Highlight if something is blocking input fields */
.popup * {
    outline: none !important;
}



.popup.active {
    display: block !important;
    opacity: 1 !important;
    visibility: visible !important;
}


.popup__underlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    z-index: 9998;
    display: none;
}


.popup__underlay.active {
    display: block !important;
}

/* Menu */
.header__grandparent__links {
    display: flex !important;
    flex-wrap: wrap !important; 
    align-items: flex-start !important; 
    justify-content: flex-start !important;
    gap: 0px !important; 
}


.dropdown__family {
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-start !important;
    margin: 0 !important; 
    padding: 0 !important;
    width: auto !important; 
}

.navlink--child {
    
    padding: 5px 32px !important;
    display: block !important;
    margin-bottom: 5px !important;
    border: none;
    font-weight: 1200 !important;
    letter-spacing: 1px !important;
    text-transform: uppercase;
}

.navlink--grandchild {
    padding-left: 32px !important; 
    display: block !important;
    margin: 2px 0 !important;
    margin-bottom: 4px !important;
    font-weight: normal;
    letter-spacing: .5px;
    text-transform: none;
    font-size: 11px;
}



.flickity-page-dots {
    position: absolute !important;
    bottom: 20px !important; 
    right: 20px !important; 
    display: flex !important;
    justify-content: flex-end !important; 
    align-items: center;
    width: auto !important; 
    gap: 15px; 
    pointer-events: none; /* Gia na douleuei to click */
}

/* Kripse default Flickity dots */
.flickity-page-dots .dot {
    background: none !important; 
    width: 20px !important;
    height: 20px !important;
    pointer-events: auto; /* Gia na douleuei to click */
}

/* Aristero Velos */
.flickity-page-dots .dot:nth-child(1)::before {
    content: '';
    display: inline-block;
    width: 20px;
    height: 20px;
    border-left: 2px solid white;
    border-bottom: 2px solid white;
    transform: rotate(45deg);
}

/* Dexi Velos */
.flickity-page-dots .dot:nth-child(2)::before {
    content: '';
    display: inline-block;
    width: 20px;
    height: 20px;
    border-right: 2px solid white;
    border-top: 2px solid white;
    transform: rotate(45deg);
}

flickity-page-dots .dot {
  border: none! important;
}

/* Grami Prin To Footer */
.divider-section .hr--full {
  border: none;
  height: 1px;
  background-color: #ccc;
}

/* Netsteps Custom Filter sidebar */
@media only screen and (min-width: 1024px) {
  .collection__filters {
    margin-left: calc(var(--gutter) / 2);
    margin-right: 0 !important;
    transform: translateX(-150%); 
    transition: transform 0.3s ease-in-out;
  }

  .collection__filters.active {
    transform: translateX(0); 
  }

  .filter-btn {
      cursor: pointer;
      padding: 1px 20px;
      background: white;
      color: black;
      border: none;
      border-radius: 5px;
      border: 1px solid black;
      font-weight: 700;
      font-size: 11px;
  }

  .collection__products {
    transition: width 0.3s ease-in-out;
  }

}
@media only screen and (min-width: 1024px) {
    .collection__products.grid-2 {
        transition: all 0.3s ease;
    }

    .collection__products.grid-2.filters-open {
    padding: 0 10%; /* Adjusted padding when filters are open */
  }
}


@media only screen and (min-width: 1024px) {
  .collection__products {
    
    transition: width 0.3s ease-in-out; 
  }
}


.collection__products.full-width {
  width: 100% !important; 
}

.collection__products-count {
  margin-right: 30px;
}
/* Netsteps Custom Filter sidebar END */

/* Netsteps Custom Filter button */


/* Hide button on mobile (max-width: 767px) */
@media only screen and (max-width: 767px) {
    .filter-btn {
        display: none !important;
    }
}

/* Product-page buttons */

carousel__container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 5px !important; 
}


.list-collections__item {
  margin: 2px !important;
  padding: 0 !important;
  width: auto; 
}


.buttons-list .list-collections__item__image{
  border: none !important;
 }

.buttons-list .list-collections__item__title {
  font-size: 13px !important;
  text-decoration: none !important;
  font-weight: 600 !important;
  letter-spacing: 1px !important;
  text-transform: uppercase !important;
}

.buttons-list .list-collections__item__content--overlayed {
  position: relative !important; 
  text-decoration: none !important; 
  background-color: #fbfbfb !important;
  display: flex !important;
  justify-content: center !important; 
  align-items: center !important; 
  text-align: center !important;
}


.list-collections__item__title {
  position: relative !important;
  display: inline-block !important;
  text-decoration: none !important;
}


.list-collections__item__title::after {
  content: "" !important;
  position: absolute !important;
  left: 0 !important;
  bottom: -2px !important;
  width: 100% !important;
  height: 1px !important;
  background-color: currentColor !important;
  opacity: 0 !important;  
  transition: opacity 0.4s ease-in-out !important;
}

.list-collections__item__title:hover::after {
  opacity: 1 !important;  
}


.filter-text{
    position: relative;
  display: inline-block;
}
.filter-text::after{
    content: "";
  position: absolute;
  left: 0;
  bottom: 4px;
  width: 100%;
  height: .5px;
  background-color: currentColor;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}

.filter-text:hover::after {
    opacity: 1; 
}

.header__dropdown__image .hero__title{
  color:black !important;
}

/* Styles for the popup */
.cart-popup {
    position: fixed;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #fff;
    color: #000;
    padding: 20px;
    border-radius: 5px;
    border: 2px solid #000;
    font-size: 16px;
    text-align: center;
    z-index: 1000;
    opacity: 0;
    animation: fadeIn 0.5s forwards;
    width: 300px;
}

/* Fade-in animation for the popup */
@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

/* Styles for the 'View Cart' button */
.view-cart-button {
    display: inline-block;
    margin-top: 10px;
    padding: 10px 20px;
    background-color: #000;
    color: #fff;
    text-decoration: none;
    font-weight: bold;
    border-radius: 5px;
    transition: background-color 0.3s;
}

.view-cart-button:hover {
    background-color: #333;
}


.header__dropdown__image .h2{
  color:black !important;

}



.hero__title-link {
  text-decoration: none !important; 
  color: inherit !important; 
  display: inline-block !important; 
  width: 100% !important;
  cursor: pointer !important; 
  position: relative !important; 
  z-index: 9999 !important;
}


.hero__title {
  pointer-events: auto !important;
  position: relative !important; 
  z-index: 9999 !important; 
  font-size: 14px !important;
  font-style: normal !important;
  font-weight: 500 !important;
  letter-spacing: 1px !important;
  text-transform: uppercase !important;
  line-height: 18px !important;
  margin-top: 8px !important;
  text-decoration: none;
  padding-top: 11px;
 
}


.header__dropdown__image,
.hero__content__wrapper {
  pointer-events: none !important;
}


.hero__title {
    position: relative !important;
    display: inline-block !important; 
    cursor: pointer !important; 
    color: inherit !important; 
}

.hero__title::after {
    content: "" !important;
    position: absolute !important;
    left: 0 !important;
    bottom: 2px !important; 
    width: 100% !important;
    height: 1px !important; 
    background-color: currentColor !important; 
    opacity: 1 !important; 
    transition: opacity 0.3s ease-in-out !important;
}

.hero__title:hover::after {
    opacity: 0 !important; 
}

/* logo stays the same size as scrolled */
.has-scrolled .logo__image-link {
  width: 150px !important;
  height: 56px !important;
}
/* Smaller logo for phone */
@media screen and (max-width: 768px) {
  .logo__image {
    scale: 85%;
  }
}

@media only screen and (min-width: 1024px){
/* Add to cart */
.product__submit__buttons {
  width: 205% !important;
}

  .wishlist-engine {
  max-width: 11% !important;
  }

  .product__popup__link{
    margin-right: -74px;
  }
}

.product__form .btn--submit{
align-items: center;
  height: 48px;
  justify-content: center;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
  white-space: nowrap;
  letter-spacing: 1px;
  min-width: 158px;
  padding: 0 16px;
  text-indent: 1px;
}

/* Collection image gap*/
.collection__products .grid {
  gap: 1px !important;
  



/* badges color*/
.product__badge__item{
  background-color: white !important;
  color: black !important;
}
/* Product-title*/
.product-grid-item__title{
  font-size: 13px ;
}

.wishlist-engine{
margin-right: 1px;
}

/* Hide Grid Toggle Buttons on Mobile & Tablets */
@media (max-width: 1023px) {
  .grid-toggle-container {
    display: none !important;
  }
}
  /* Product-details-sizes */
 .product-grid-item__price {
    font-size: 13px;
   line-height: 0;
  }

@media screen and (max-width: 767px) {
  .text__content a {
    display: inline; /* or inline-block */
  }
}
@media screen and (min-width: 768px) {
  .text__content a {
    display: none;
  }
}

@media only screen and (max-width: 767px){
  
  .available-sizes {
    font-size: 10px;
    padding: 0px;
  }
  
  .hover-zark-options {
    padding: 5px;
    font-size: 10px;
    pointer-events: none;
  }
  .ns-hover-sizes {
    padding: 7px;
  }

  
}

.ns-wishlist-icon {
    position: relative !important;
  }

  .ns-wishlist-icon .wishlist-bubble {
    position: absolute !important;
    top: -10px !important;
    right: -5px !important;
    background: #e53935 !important;
    color: white !important;
    font-size: 14px !important;
    font-weight: bold !important;
    padding: 4px 8px !important;
    border-radius: 999px !important;
    z-index: 999 !important;
    display: inline-block !important;
  }


