/** Shopify CDN: Minification failed

Line 90:0 Unexpected "}"

**/
/* Shimmer Effect on Logo */
.shimmer {
  color: grey;
  display: inline-block;
  mask: linear-gradient(-60deg, #000 30%, #0005, #000 70%) right/350% 100%;
  animation: shimmer 5s infinite;
  font-size: 50px;
  max-width: 200px;
}

@keyframes shimmer {
  100% {
    mask-position: left
  }
}

@media only screen and (max-width: 49em) {
.shimmer {
    max-width: 137px;
    margin: 0.5rem 0rem 0 2rem;
}
}
/* Fix Gift Transparency */

.gift_wrapping_modal .sticky.bottom-0 {
    background: white;
    padding: 3rem 0 3rem 0;
    margin-bottom: 0 !important;
    bottom: -2rem;
}

/* END */
  

/* Fix SEO tables */

@media only screen and (max-width: 49em) {
.collection-hero-description table {
  width: 100% !important;
}

.collection-hero-description tr {
  height: auto !important;
}

.collection-hero-description td {
  width: auto !important;
}
}

/* END */


/* Enable Navy Green buttons */

.navygreen-email, .navygreen-phone {
    width: 50% !important;
    min-width: 10rem !important;
    background: #f1f1f1;
    color: #000000;
    border: 1px solid #000000;
}

.navygreen-phone {
  margin-left: 1rem;
}

.navygreen-email:hover, .navygreen-phone:hover {
    background: #ffffff !important;
}

@media only screen and (max-width: 49em) {
  .navygreen-phone {
    margin-left: 0;
  }
  .navygreen-email, .navygreen-phone {
    width: 100% !important;
    min-width: 10rem !important;
  }
  .navygreen-favorite {
    width: 100% !important;
    margin-left: 0 !important;
}
  }
}

/* END */

/* Fix Utility Menu */

.pdg-b200 {
    padding-bottom: 20rem;
}

/* END */

/* Fix Blog design */

/* BLOG POSTS */

article.article-template {
    border-top: 1px solid #e5e5e5;
}
h1.article-template__title {
  font-size: 4rem;
  letter-spacing: -0.05rem;
}
article header.page-width {
    max-width: 110rem;
    padding: 10rem 0 3rem;
    text-align: center;
}

p.article-excerpt {
    padding: 2rem 10rem 3rem;
}

article .circle-divider:after {
    content: "";
    margin: 0.4rem 1.6rem;
    width: 6.2rem;
    height: 0.1rem;
    background: #d4d4d4;
    display: inline-block;
}

.article-template__content.page-width.page-width--narrow.rte {
    max-width: 110rem;
    padding: 5rem 2rem;
}

.article-template__hero-container {
    max-width: 180rem;
    margin: 0 auto;
}

.article-template__content p {
    font-size: 1.6rem;
    line-height: 2.6rem;
}

.article-template__content h3 {
    margin: 5.2rem 0 2.6rem;
    font-size: 2.6rem;
    font-weight: 100;
    letter-spacing: -0.05rem;
}

.article-template__content p img {
    margin: 5.2rem 0 2.6rem;;
    width: 100%;
    background: #fafafa;
    border: 0.05rem solid #e5e5e5;
    padding: 5.2rem;
}

.article-template__content ul {
    padding: 0 5.2rem 2.6rem !important;
}

.article-previous-next {
    text-align: center;
    display: flex;
    justify-content: space-between;
    padding: 5.2rem 0;
}

.article-previous-next .article-previous {
    padding: 2rem 4rem;
    background: #f5f5f5;
    border: 0.05rem solid #d5d5d5;
}

.article-previous-next .article-back-blog {
    padding: 2rem 4rem;
    background: #ffffff;
    border: 0.05rem solid #d5d5d5;
}

.article-previous-next .article-next {
    padding: 2rem 4rem;
    background: #000000;
    color: #ffffff;
    border: 0.05rem solid #d5d5d5;
}

a.article-template__link.article-next.link.animate-arrow span.icon-wrap {
    display: flex;
    margin: 0 0 0 1rem;
    transform: rotate(0deg) !important;
}

.article-previous-next .article-next:hover {
    color: #fff;
}

@media screen and (max-width: 600px) {

article header.page-width {
    padding: 2.5rem 0;
}
h1.article-template__title {
  font-size: 2.5rem;
}
p.article-excerpt {
    padding: 2rem 2rem 3rem;
}

.article-previous-next a {
    margin: 2.6rem 0;
}

.article-previous-next {
    text-align: center;
    display: block;
    justify-content: space-between;
    padding: 2.6rem 0;
}
  
}

/* BLOG DESIGN */

.card--card {
  padding: 0 1rem;
}

.article-card__image a {
  background: #ffffff !important;
}

.article-card__image.media.media--hover-effect {
    position: relative !important;
}

.article-card__image-wrapper.card__media {
    position: relative !important;
}

.article-card__image a img.motion-reduce {
    position: relative !important;
}

.article-card__image.media>*:not(.zoom):not(.deferred-media__poster-button), .media model-viewer {
    position: relative !important;  
}

.main-blog h1.title--primary {
    font-family: 'acme-gothic';
    font-size: 4rem;
    padding: 0 0 4rem 0;
}

.article-card h3.card__heading.h2 {
    font-size: 3rem;
    letter-spacing: -0.1rem;
    line-height: 3.6rem;
}

.article-card .card__content {
    padding: 1rem 0;
}

.article-card .card__information {
    padding: 2rem 0 !important;
}

.article-card__info.caption-with-letter-spacing.h5 {
    font-size: 1.2rem;
}

.card__media .media a img {
    height: 22rem;
    object-fit: cover;
    object-position: center center;
    width: 100%;
}

@media screen and (min-width: 990px) {
.card .media.media--hover-effect>a>img:only-child, .card-wrapper .media.media--hover-effect>a>img:only-child {
    transition: transform var(--duration-long) ease;
}
.card__media .media a img {
    height: 40rem;
}
.card:hover .media.media--hover-effect>a>img:first-child:only-child, .card-wrapper:hover .media.media--hover-effect>a>img:first-child:only-child {
    transform: scale(1.03);
}
}

/* END */

/* Fix Coupon Code Copy Announcement Bar */
.copy-icon {
    font-size: 1.6rem;
    border-left: 1px solid #aaa;
    padding-left: 0.8rem;
    padding-bottom: 0.2rem;
}

.coupon-code {
    padding: .5rem 1rem 0.4rem;
    border: 1px dashed;
    border-radius: 5px;
    background: #fff;
    color: #000;
    transition: 0.3s;
    position:relative;
}
.coupon-code:hover {
    background: #000;
    color: #fff;
}
.coupon-text {
    padding-right: 0.6rem;
}
@media screen and (max-width: 600px) {
.coupon-tooltip-secondary:before {
  content: attr(data-text-secondary); /* here's the magic */
  position:relative;
  top:0%;
  width:200px;
  padding:10px;
  border-radius:5px;
  background:#000;
  color: #fff;
  text-align:center;

  display:none; /* hide by default */

  opacity:0;
  transition:.3s opacity; 
}
.coupon-tooltip:before {
  content: attr(data-text); /* here's the magic */
  position:relative;
  top:0%;
  width:200px;
  padding:10px;
  border-radius:5px;
  background:#000;
  color: #fff;
  text-align:center;

  display:none; /* hide by default */

  opacity:0;
  transition:.3s opacity;   
}
.coupon-tooltip:hover:before {
  display:block;
  opacity:1;
}
.coupon-tooltip-secondary:hover:before {
  display:block;
  opacity:1;
}
.coupon-tooltip:hover:before, .coupon-tooltip:hover:after {
  display:block;
  opacity:1;
}

.coupon-tooltip-secondary:hover:before, .coupon-tooltip-secondary:hover:after {
  display:block;
  opacity:1;
}
}
@media screen and (min-width: 600px) {
.coupon-tooltip-secondary:before {
  content: attr(data-text-secondary); /* here's the magic */
  position:absolute;
  
  /* vertically center */
  top:50%;
  transform:translateY(-50%);
  
  /* move to right */
  left:100%;
  margin-left:15px; /* and add a small left margin */
  
  /* basic styles */
  width:200px;
  padding:10px;
  border-radius:5px;
  background:#000;
  color: #fff;
  text-align:center;

  display:none; /* hide by default */

  opacity:0;
  transition:.3s opacity; 
}
.coupon-tooltip:before {
  content: attr(data-text); /* here's the magic */
  position:absolute;
  
  /* vertically center */
  top:50%;
  transform:translateY(-50%);
  
  /* move to right */
  left:100%;
  margin-left:15px; /* and add a small left margin */
  
  /* basic styles */
  width:200px;
  padding:10px;
  border-radius:5px;
  background:#000;
  color: #fff;
  text-align:center;
  font-size: 11px !important;

  display:none; /* hide by default */

  opacity:0;
  transition:.3s opacity;   
}
.coupon-tooltip:hover:before {
  display:block;
  opacity:1;
}
.coupon-tooltip-secondary:hover:before {
  display:block;
  opacity:1;
}
.coupon-left:before {
  /* reset defaults */
  left:initial;
  margin:initial;

  /* set new values */
  left:100%;
  margin-left:10px;
}
.coupon-tooltip:after {
  content: "";
  position:absolute;
  
  /* position tooltip correctly */
  left:100%;
  margin-left:-5px;
 
  /* vertically center */
  top:50%;
  transform:translateY(-50%);
 
  /* the arrow */
  border:10px solid #000;
  border-color: transparent black transparent transparent ;
  
  display:none;

  opacity:0;
  transition:.3s;
}
.coupon-tooltip-secondary:after {
  content: "";
  position:absolute;
  
  /* position tooltip correctly */
  left:100%;
  margin-left:-5px;
 
  /* vertically center */
  top:50%;
  transform:translateY(-50%);
 
  /* the arrow */
  border:10px solid #000;
  border-color: transparent black transparent transparent ;
  
  display:none;

  opacity:0;
  transition:.3s;
}
.coupon-tooltip:hover:before, .coupon-tooltip:hover:after {
  display:block;
  opacity:1;
}

.coupon-tooltip-secondary:hover:before, .coupon-tooltip-secondary:hover:after {
  display:block;
  opacity:1;
}
}
@media screen and (max-width: 600px) {
  .coupon-code {
    padding: 0.2rem 1rem 0.4rem;
  }
}

/* END */

/* Fix USPs */
.usp-section {
    background: #fafafa;
    color: #2d2d2d;
    padding: 5rem 0;
}

.usp-section .svg-contain {
    mix-blend-mode: darken;
}
/* END */

/* Fix Collapsible content to be used by SEO */
#MainContent .collapsible-content {
    background: #fafafa;
    color: #2d2d2d;
    padding: 0 0 5rem 0;
}
#MainContent .collapsible-content .collapsible-content-wrapper-narrow {
    width: 50%;
    max-width: 50%;
}
h1.seo-headline {
    font-size: 2rem;
    padding: 0 0 2rem 0;
}
.accordion {
  border: 0 !important;
}
/* END */

/* Fix SEO Descriptions */
.main-collection-description {
    background: #fafafa;
    color: #2d2d2d;
    margin: 5rem 0 0 0;  
}
.main-collection-description .lg-5 {
  width: 25%;
}
.main-collection-description .lg-4 {
  width: 50%;
}
.collection-hero-description table {
  width: 100%;
}
.collection-hero-description table td {
    padding: 0.6rem 2rem 0 0 !important;
}
.collection-hero-description table td a:hover {
    border-bottom: 2px solid #2d2d2d;
}
@media screen and (max-width: 600px) {
  .collection-hero-description table td {
    display: block;
    padding: 1rem 0 0 0 !important;    
  }
  .collection-hero-description table tr {
    display: block;
  }
  .main-collection-description .lg-5 {
  width: 0%;
}
.main-collection-description .lg-4 {
  width: 100%;
}
}
.collection-hero-description {
    text-align: left;
}
.collection-hero-description h2 {
    font-size: 1.4rem;
    font-weight: 600;
    padding: 1rem 0 0.4rem;
}
.collection-hero-description p {
    font-size: 1.2rem;
    line-height: 1.8rem;
}
.collection-hero-description table td a {
    font-size: 1.2rem;
    line-height: 1rem;
}
/* END */

/* Buttons Main Banner Same Size as the Largest one */
.extra-ctas {
    display: inline-grid;
    grid-auto-flow: column;
    grid-auto-columns: minmax(max-content, 2fr)!important;
}
/* END */

/* Fix Filter Box Size */
.checkbox-input {
    height: 2rem;
    width: 2rem;
    color: #aaa;
}
/* END */

/* No text decoration for announcement bar */
.announcement-bar-secondary a {
    text-decoration: none;
}
/* END */

/* Omnisend Shadow for Popups */
.omnisend-form-656b0ced8678983f904463f9-content, .omnisend-form-656f6e3bfe38172acb14117d-content, .omnisend-form-656f769abf82fd33640533b8-content, .omnisend-form-656f783ebf82fd33640533be-content {
    box-shadow: 0px 0px 20px rgba(0,0,0,0.1);
}
/* END */

/* Fix Homepage and Landing page gaps */
.bfcm-announcement {
    border: 0px;
}
@media (min-width:801px)  { 
.w-p50_w_gap01 {
    -webkit-flex: 1 calc(50% - 0.1rem);
}
.w-p66_w_gap01 {
    -webkit-flex: 1 calc(66.6666667% - 0.1rem);  
}
.w-p33_w_gap01 {
    -webkit-flex: 1 calc(33.3333333% - 0.1rem);  
}
}
.image-with-text-section .flex-container-fluid {
    padding: 0 !important;
}
.featured-collection-section {
    margin: 0.1rem;
}
.featured-collection-section h2 {
    padding-top: 2rem;
}
/* END */

/* Fix focus zoom on mobile fields */
.facets-price .field__input:focus, .facets-price .field__input:not(:placeholder-shown), .facets-price .field__input:-webkit-autofill {
    font-size: 16px;
}
/* END */

/* Secondary menu desktop no border */
@media (min-width:801px)  { 
.secondary-menus {
    border-bottom: none;
}
}
/* END */

/* Fix Alignment for color swatches +extra colors */
.coll_swatches_wrapper {
    align-items: baseline;
}
/* END */

/* Product List Grey BG in Photos */
.product-card-media a {
    background: #ebebeb;
}
/* END */

/* CTA Homepage changes */
.extra-cta {
    font-size: 1.3rem;
    font-weight: 600;
    padding-top: 0.8rem;
    padding-bottom: 0.8rem;
    letter-spacing: 0.025rem;
    width: auto !important;
}
.extra-cta:hover {
    background: #b8b8b8 !important;
    transition: all 0.25s cubic-bezier(.455,.03,.515,.955);
    -webkit-transition: all 0.25s cubic-bezier(.455,.03,.515,.955);
    -moz-transition: all 0.25s cubic-bezier(.455,.03,.515,.955);
    -o-transition: all 0.25s cubic-bezier(.455,.03,.515,.955);
    -ms-transition: all 0.25s cubic-bezier(.455,.03,.515,.955);
}
/* END */

/* Fix Info Announcement Bar on Mobile */
@media (max-width: 49rem) {
  .info-announcement-bar {
    flex-direction: column;
    gap: 0.5rem;
  }
}
/* END */

/* Fix the items per row selector for Android */
@media (max-width: 49rem) {
  .viewBy_many div {
      background-image: repeating-linear-gradient(to bottom,transparent,transparent 47%,white 50%,white 53%),repeating-linear-gradient(to right,#000000,#000000 47%,white 50%,white 53%);
  }
}
/* END */

/* Best Price badges */
.bestprice__placeholder {
    padding: 3rem 0 !important;
    place-content: flex-start !important;
}

@media only screen and (max-width: 49em) {
  .bestprice__placeholder {
    place-content: space-evenly !important;
}
}
/* END */

/* Change the default focus for the cookie popup banner */
.shopify-pc__banner__dialog button.shopify-pc__banner__btn-manage-prefs:focus span {
    outline: 1px dashed rgba(255, 255, 255, 0.5) !important;
    outline-offset: 8px !important;
}
/* END */

/* Fix Remove the CAPTCHA badge from footer */
.grecaptcha-badge {
    display: none !important;
}
/* END */

/* Fix the heart icon artifacts */
.svg svg {
    overflow: visible;
}
/* END */

/* Smaller color swatches */
#product-grid .circle {
    width: 1.5rem !important;
    height: 1.5rem !important;
    margin-top: 0.4rem !important;
}
/* END */

/* Disable product images carousel scrollbar */
.product__media-wrapper ::-webkit-scrollbar {
  display: none;
}
/* END */

/* Make announcement bar smaller on smartphones */
@media only screen and (max-width: 49em) {
.announcement-bar-secondary {
    font-size: 0.9rem;
    letter-spacing: 0.05rem;
    padding: 0.5rem 1.5rem;
  font-weight: 300;
}
}
/* END */

/* Fix menu overflow scroll behaviour on tablet */
@media only screen and (max-width: 80em) {
.md-overflow-y-auto {
    overflow-y: visible;
}
}
@media only screen and (max-width: 48.75em) {
.md-overflow-y-auto {
    overflow-y: auto;
}
}
/* END */

/* Fix menu starting point for tablets */
@media (max-width: 48.75rem) {
.main-menu-panel {
    top: 2.5rem !important;
}
}
@media (max-width: 100rem) and (min-width: 48.76rem) {
.main-menu-panel {
    top: 3.5rem !important;
}
}
/* END */

/* Mobile hamburger menu restructure to fit new copy and design */
.closeSVG.none {
    transition: all .25s cubic-bezier(0.455, 0.03, 0.515, 0.955);
    opacity: 0;
    display: block;
    position: absolute;
}
.openSVG, .closeSVG {
    width: 2rem;
    padding: 0rem 0.5rem 0.5rem 0.5rem;
    position: absolute;
    top: -2.35rem;
}
.closeSVG.block {
    transition: all .25s cubic-bezier(0.455, 0.03, 0.515, 0.955);
    opacity: 1;
}
.openSVG.none {
    transition: all .25s cubic-bezier(0.455, 0.03, 0.515, 0.955);
    opacity: 0;
    display: block;
    position: absolute;
}
openSVG.block {
    transition: all .25s cubic-bezier(0.455, 0.03, 0.515, 0.955);
    opacity: 1;
}
.openSVG span {
    position: absolute;
    top: 2.5rem;
    font-size: 1rem;
    left: -0.15rem;
    font-weight: 300;
}
.closeSVG span {
    position: absolute;
    top: 2.5rem;
    font-size: 1rem;
    left: -0.65rem;
    font-weight: 300;
}
/* END */

/* Menu animation fade-in for mobile devices 
@media (max-width: 80rem) {
.main-menu-panel.md-none {
    transition: all .25s ease-in-out;
    display: flex;
    opacity: 0;
}
.main-menu-panel {
    transition: all .25s ease-in-out;
    opacity: 1;
}
}
/* END */

/* Fix mobile sort options no arrow in dropdown */
@media (max-width: 48.75rem) {
spread-select:before {
    content: '';
    border: 4px solid transparent;
    border-top: 6px solid black;
    margin-left: 24px;
    margin-bottom: 38px;
    display: inline-block;
    vertical-align: bottom;
    width: 2px;
    position: absolute;
    right: 3rem;
    margin-top: 20px;
}
}
/* END */

/* Make filters slightly transparent on mobile */
@media (max-width: 48.75rem) {
.filters-details[open] .main-filters-disclosure {
    opacity: 0.95;
}
}
/* END */

/* Change filter active facets appearance */
@media (max-width: 48.75rem) {
   
  .active-facets {
      padding: 1rem 0;
      row-gap: 0.5rem;
      column-gap: 1rem;
  }
}
.active-facets facet-remove {
    display: flex;
    align-items: center;
    margin-right: 8px;
    padding: 6px 6px 6px 8px;
    white-space: nowrap;
    background-color: #f7f7f7;
    border-radius: 5rem;
    border: 1px solid #f7f7f7;
    transition: 0.25s linear;
}
.removeAllPill {
    margin: 0.5rem 0;
    color: #555;
    background-color: #ddd !important;
    padding: 6px 12px 6px 12px !important;
}
.active-facets facet-remove:hover {
    background-color: #eee !important;
    color: #333;
}
.active-facets .icon-close-small {
    vertical-align: middle;
}
/* END */

/* Fix Menu switch primary and secondary items plus appearance */
.secondary-menus ul {
    font-size: 2.4rem;
    line-height: 3.2rem;
}
/* END */

/* Change all items in menu to button */
.menu-button:before {
    content: 'Όλα τα προϊόντα ›';
    font-size: 1.2rem;
    padding: 0.75rem 1.5rem;
    line-height: 5rem;
    border: 1px solid #f1f1f1;
    background: #f1f1f1;
    border-radius: 10rem;
    color: #333;
    font-weight: 400;
}
.menu-button {
    font-size: 0px;
}
@media (max-width: 48.75rem) {
.menu-button:before {
    font-size: 1.4rem;
}
}
/* END */

/* Fix filters sort in alphabetical order */
ul.facet-list {
    flex-direction: column;
    width: 100%;
    max-height: 100rem;
}
/* END */

/* Fix size guide appearance */

/* END */

/* Fix black overlay on mobile list page */
@media (max-width: 48.75rem) {
::selection {
    background: transparent;
}
}
/* END */

/* Fix filters bold and uppercase accents on mobile and Apple devices */
.inner-filter-details span {
    text-transform: capitalize;
    font-weight: 500 !important;
}
.inner-filter-details[open]>summary span {
    border-bottom: 1px solid #c2c2c2;
}
/* END */

/* Fix buy button weird animation */
.product-form__buttons .button {
    width: 100%;
}
.button {
    height: 4.2rem;
}
.loading-overlay__spinner {
    display: none !important;
}
/* END */