/** Shopify CDN: Minification failed

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

**/
:root{--black:#0b0b0b;--white:#fff;--muted:#777;--line:#e7e7e7;--max:1320px}
*{box-sizing:border-box}body{margin:0;background:#fff;color:var(--black);font-family:Arial,Helvetica,sans-serif}a{color:inherit;text-decoration:none}
.site-header{border-bottom:1px solid var(--line);background:#fff;position:sticky;top:0;z-index:20}.header-inner{max-width:var(--max);margin:auto;padding:22px 28px;display:flex;align-items:center;gap:38px}.logo{font-size:22px;font-weight:800;letter-spacing:.12em}.nav{display:flex;gap:24px;flex:1;justify-content:center;font-size:12px;letter-spacing:.1em;text-transform:uppercase}.cart-link{font-size:12px;letter-spacing:.08em}
.hero{max-width:var(--max);margin:0;min-height:0;background:#fff;color:#000;display:grid;grid-template-columns:1fr 1fr;align-items:center;padding:70px}.hero-copy{max-width:560px}.eyebrow{font-size:11px;letter-spacing:.22em;font-weight:700}.hero h1{font-size:clamp(52px,7vw,100px);line-height:.92;margin:18px 0 28px;letter-spacing:-.05em}.hero p{color:#bbb;font-size:18px;line-height:1.6;max-width:520px}.hero-visual{display:flex;justify-content:center;align-items:center}.hero-img{max-height:540px;width:100%;object-fit:contain}.watch-placeholder{font-size:180px;font-weight:900;letter-spacing:-.12em}
.btn{display:inline-block;border:0;padding:17px 24px;font-size:11px;font-weight:800;letter-spacing:.15em;cursor:pointer}.btn-light{background:#fff;color:#000}.btn-dark{background:#000;color:#fff;width:100%}
.section{max-width:var(--max);margin:0 auto;padding:10px 28px}.section-head{display:flex;justify-content:space-between;align-items:end;margin-bottom:38px}.section-head h1,.section-head h2{font-size:44px;letter-spacing:-.04em;margin:10px 0 0}.collection-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.collection-card{height:420px;background:#eee;position:relative;overflow:hidden}.collection-card img{width:100%;height:100%;object-fit:cover}.collection-card>div{position:absolute;inset:auto 0 0;padding:28px;background:linear-gradient(transparent,rgba(0,0,0,.8));color:#fff}.collection-card h3{font-size:24px;margin:0 0 8px}.collection-card span{font-size:10px;letter-spacing:.15em}
.product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:28px}.product-image{aspect-ratio:1/1;background:#f5f5f5;position:relative;overflow:hidden}.product-image img{width:100%;height:100%;object-fit:cover;transition:transform .5s}.product-card:hover img{transform:scale(1.04)}.product-meta{display:flex;justify-content:space-between;gap:12px;padding:14px 0}.product-meta h3{font-size:14px;margin:0}.product-meta p{margin:0;font-size:13px}.badge{position:absolute;top:12px;left:12px;background:#000;color:#fff;padding:7px 9px;font-size:9px}
.story{max-width:var(--max);margin:0 auto 100px;padding:110px 28px;background:#f2f2f2;text-align:center}.story div{max-width:700px;margin:auto}.story h2{font-size:56px;letter-spacing:-.05em;margin:15px 0}.story p{color:#666;font-size:17px;line-height:1.7}
.footer{border-top:1px solid var(--line);padding:60px 28px}.footer-inner{max-width:var(--max);margin:auto;display:flex;justify-content:space-between;gap:30px}.footer a{margin-right:18px;font-size:12px}
.product-page{max-width:var(--max);margin:auto;padding:70px 28px;display:grid;grid-template-columns:1.2fr .8fr;gap:70px}.product-gallery{display:grid;grid-template-columns:1fr 1fr;gap:12px}.product-gallery img{width:100%;background:#f5f5f5}.product-info{position:sticky;top:120px;height:max-content}.product-info h1{font-size:48px;line-height:1;margin:15px 0}.price{font-size:20px;margin:20px 0}.description{color:#666;line-height:1.7;margin:25px 0}.product-info select{width:100%;padding:16px;margin:8px 0 18px;border:1px solid #ddd}
.cart-page{min-height:55vh}.cart-row{display:flex;justify-content:space-between;padding:20px 0;border-bottom:1px solid var(--line)}
@media(max-width:800px){

  .header-inner{
    padding:17px 18px;
  }

  .nav{
    display:none;
  }

  .hero{
    display:flex !important;
    flex-direction:column !important;
    min-height:0 !important;
    height:auto !important;
    padding:45px 25px 0 !important;
    margin:0 !important;
    gap:0 !important;
  }

  .hero-copy{
    margin:0 !important;
    padding:0 !important;
  }

  .hero h1{
    font-size:60px;
  }

  .hero-visual{
    margin-top:10px !important;
    padding:0 !important;
  }

  .hero-visual img{
    display:block !important;
    width:100% !important;
    height:auto !important;
  }

  .section{
    padding:10px 18px;
  }

  .collection-grid{
    grid-template-columns:1fr 1fr;
  }

  .collection-card{
    height:300px;
  }

  .product-grid{
    grid-template-columns:1fr 1fr;
    gap:18px;
  }

  .product-page{
    grid-template-columns:1fr;
    padding:40px 18px;
    gap:35px;
  }

  .product-info{
    position:static;
  }

  .product-info h1{
    font-size:38px;
  }

  .story{
    margin-bottom:50px;
    padding:75px 20px;
  }

  .story h2{
    font-size:40px;
  }

  .footer-inner{
    flex-direction:column;
  }

}.product-gallery img{width:100%;height:auto;object-fit:contain;display:block;}
.hero .eyebrow,
.hero p {
  color: #000;
}
.hero{
  margin-bottom:0 !important;
  padding-bottom:0 !important;
}

.hero + .section{
  margin-top:0 !important;
  padding-top:10px !important;
}
.hero{
  margin:0 !important;
  padding:0 !important;
  min-height:0 !important;
}

.hero + .section{
  margin-top:0 !important;
  padding-top:0 !important;
}
@media (max-width: 800px) {
  .hero {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}
.btn {
  background: #000 !important;
  color: #fff !important;
  border: 1px solid #000 !important;
  padding: 14px 24px !important;
  border-radius: 2px !important;
}
@media (max-width: 800px) {
  .hero {
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
  }
  @media (max-width: 800px) {
  .hero {
    display: flex !important;
    flex-direction: column !important;
    min-height: auto !important;
    height: auto !important;
    gap: 0 !important;
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
  }

  .hero-copy {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
  }

  .hero-visual {
    margin-top: 0 !important;
    padding-top: 0 !important;
  }

  .hero-visual img {
    display: block !important;
  }
}
/* =========================================
   RL SHOP - CATEGORY SIDEBAR
   ========================================= */

/* DESKTOP */

.collection-layout {
  display: grid;
  grid-template-columns: 220px 1fr;
  gap: 40px;
  align-items: start;
}

.collection-sidebar {
  position: sticky;
  top: 100px;
}

.collection-sidebar h3 {
  font-size: 13px;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin: 0 0 20px;
}

.collection-sidebar ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.collection-sidebar li {
  margin: 0;
}

.collection-sidebar a {
  display: block;
  color: #000;
  text-decoration: none;
  font-size: 14px;
  padding: 9px 0;
}

.collection-sidebar a:hover {
  text-decoration: underline;
}

.collection-products {
  min-width: 0;
}


/* MOBILE BUTTON */

.mobile-category-button {
  display: none;
}


/* MOBILE SIDEBAR */

.mobile-category-sidebar {
  display: none;
}

.category-overlay {
  display: none;
}


/* =========================================
   MOBILE
   ========================================= */

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

  /* Hide desktop sidebar */
  .collection-sidebar {
    display: none;
  }

  .collection-layout {
    display: block;
  }

  /* CATEGORY BUTTON */

  .mobile-category-button {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;

    width: 100%;
    min-height: 48px;

    margin: 0 0 25px;

    background: #000;
    color: #fff;

    border: 0;
    border-radius: 0;

    font-size: 12px;
    font-weight: 700;
    letter-spacing: 2px;

    cursor: pointer;
  }

  .mobile-category-button:first-letter {
    font-size: 18px;
  }


  /* SIDEBAR */

  .mobile-category-sidebar {
    display: block;

    position: fixed;

    top: 0;
    left: 0;

    width: 82%;
    max-width: 340px;
    height: 100vh;

    background: #fff;

    z-index: 9999;

    padding: 25px;

    box-sizing: border-box;

    transform: translateX(-100%);
    transition: transform 0.35s ease;

    overflow-y: auto;

    box-shadow: 5px 0 25px rgba(0,0,0,0.15);
  }

  .mobile-category-sidebar.active {
    transform: translateX(0);
  }


  /* SIDEBAR HEADER */

  .mobile-category-header {
    display: flex;

    align-items: center;
    justify-content: space-between;

    padding-bottom: 20px;
    margin-bottom: 15px;

    border-bottom: 1px solid #e7e7e7;
  }

  .mobile-category-header h3 {
    margin: 0;

    font-size: 13px;
    letter-spacing: 2px;
    font-weight: 700;
  }

  .mobile-category-header button {
    background: none;
    border: 0;

    font-size: 30px;
    line-height: 1;

    cursor: pointer;

    padding: 0;
  }


  /* CATEGORY LINKS */

  .mobile-category-sidebar ul {
    list-style: none;

    padding: 0;
    margin: 0;
  }

  .mobile-category-sidebar li {
    border-bottom: 1px solid #eeeeee;
  }

  .mobile-category-sidebar a {
    display: block;

    padding: 17px 0;

    color: #000;

    text-decoration: none;

    font-size: 14px;
    font-weight: 500;

    letter-spacing: 0.5px;
  }

  .mobile-category-sidebar a:active {
    opacity: 0.5;
  }


  /* DARK OVERLAY */

  .category-overlay {
    display: block;

    position: fixed;

    inset: 0;

    background: rgba(0,0,0,0.45);

    z-index: 9998;

    opacity: 0;
    visibility: hidden;

    transition:
      opacity 0.35s ease,
      visibility 0.35s ease;
  }

  .category-overlay.active {
    opacity: 1;
    visibility: visible;
  }


  /* STOP PAGE SCROLL WHEN MENU IS OPEN */

  body.category-menu-open {
    overflow: hidden;
  }

}
/* ΚΡΥΨΗ MOBILE CATEGORY MENU ΣΕ ΥΠΟΛΟΓΙΣΤΗ */
@media screen and (min-width: 750px) {
  .mobile-category-button,
  .mobile-category-sidebar,
  .category-overlay {
    display: none !important;
  }
}
.product-meta p {
  display: flex;
  align-items: center;
  gap: 10px;
}

.price-current {
  font-weight: 600;
  font-size: 16px;
}

.price-old {
  text-decoration: line-through !important;
  color: #888 !important;
  font-size: 14px;
}
.price {
  display: flex;
  align-items: center;
  gap: 10px;
}

.price-current {
  font-weight: 600;
}

.price-old {
  color: #888;
  text-decoration: line-through;
}
@media screen and (max-width: 749px) {
  .product-image {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .product-image img {
    display: block;
    width: 100%;
    height: auto;
    object-fit: contain;
    object-position: center;
    margin: 0 auto;
  }
}
@media screen and (max-width: 749px) {
  .product-gallery {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }

  .mobile-product-image {
    display: block;
    width: 100%;
    max-width: 400px;
    height: auto;
    margin-left: auto !important;
    margin-right: auto !important;
  }
}