/* =========================================================
   VAPE29STR - UNIFIED CSS
   Βάλε ΟΛΟ αυτό στο Additional CSS
   ========================================================= */


/* =========================================================
   1. GLOBAL THEME
   Αυτό αφορά όλο το site
   ========================================================= */

:root{
  --v29-bg: #0d0d0f;
  --v29-surface: #151619;
  --v29-surface-2: #1c1d21;
  --v29-text: #f5f5f5;
  --v29-muted: #b9bcc2;
  --v29-border: rgba(255,255,255,0.08);

  --v29-accent: #98171C;
  --v29-accent-hover: #b51d23;
  --v29-accent-soft: rgba(152, 23, 28, 0.12);

  --v29-radius: 18px;
  --v29-shadow: 0 10px 30px rgba(0,0,0,0.25);
}

/* Base */
body{
  background: var(--v29-bg);
  color: var(--v29-text);
}

h1,h2,h3,h4,h5,h6{
  color: var(--v29-text);
}

p{
  color: var(--v29-muted);
}

/* General section hooks */
.v29-topbar,
.v29-hero,
.v29-cat-grid,
.v29-featured-products,
.v29-shop-by-need,
.v29-promo-strip,
.v29-brands,
.v29-why-us,
.v29-store-block,
.v29-social-feed,
.v29-blog-guides,
.v29-newsletter,
.v29-footer{
  position: relative;
}

/* Cards / boxes */
.v29-cat-grid .box,
.v29-shop-by-need .box,
.v29-why-us .icon-box,
.v29-featured-products .product-small,
.v29-store-block .box,
.v29-blog-guides .box{
  background: var(--v29-surface);
  border: 1px solid var(--v29-border);
  border-radius: var(--v29-radius);
  box-shadow: var(--v29-shadow);
  transition: all .25s ease;
  overflow: hidden;
}

.v29-cat-grid .box:hover,
.v29-shop-by-need .box:hover,
.v29-featured-products .product-small:hover,
.v29-store-block .box:hover,
.v29-blog-guides .box:hover{
  transform: translateY(-4px);
  background: var(--v29-surface-2);
  border-color: rgba(152, 23, 28, 0.35);
}

/* Buttons */
.button,
button,
input[type="submit"],
input[type="button"],
input[type="reset"]{
  background: var(--v29-accent);
  border-color: var(--v29-accent);
  color: #fff;
  border-radius: 999px;
  transition: all .25s ease;
}

.button:hover,
button:hover,
input[type="submit"]:hover,
input[type="button"]:hover,
input[type="reset"]:hover{
  background: var(--v29-accent-hover);
  border-color: var(--v29-accent-hover);
  color: #fff;
}

.button.is-outline{
  background: transparent;
  color: #fff;
  border: 1px solid var(--v29-accent);
}

.button.is-outline:hover{
  background: var(--v29-accent);
  color: #fff;
}

/* Top bar */
.v29-topbar{
  background: #090909;
  color: #d9d9d9;
  font-size: 13px;
  border-bottom: 1px solid rgba(255,255,255,0.06);
}

.v29-topbar p,
.v29-topbar span,
.v29-topbar a{
  color: #d9d9d9;
}

/* Promo strip */
.v29-promo-strip{
  background: linear-gradient(135deg, rgba(152,23,28,0.95), rgba(70,10,13,0.98));
  color: #fff;
  border-radius: var(--v29-radius);
  overflow: hidden;
}

.v29-promo-strip h1,
.v29-promo-strip h2,
.v29-promo-strip h3,
.v29-promo-strip h4,
.v29-promo-strip p,
.v29-promo-strip span{
  color: #fff;
}

/* Why us icons */
.v29-why-us .icon-box-icon{
  color: var(--v29-accent);
}

/* Brands */
.v29-brands img{
  opacity: .9;
  transition: all .25s ease;
}

.v29-brands img:hover{
  opacity: 1;
  transform: scale(1.03);
}

/* Footer */
.v29-footer{
  background: #090909;
  color: #d7d7d7;
  border-top: 1px solid rgba(255,255,255,0.06);
}

.v29-footer p,
.v29-footer span,
.v29-footer li,
.v29-footer strong{
  color: #d7d7d7;
}

.v29-footer a{
  color: #f1f1f1;
}

.v29-footer a:hover{
  color: var(--v29-accent);
}

/* WooCommerce */
.section-title-normal{
  border-color: var(--v29-accent);
}

.badge,
.onsale{
  background: var(--v29-accent);
  color: #fff;
}

.price{
  color: #fff;
}

.price .amount{
  color: var(--v29-accent);
  font-weight: 700;
}

.product-small .box-image{
  border-radius: 14px 14px 0 0;
  overflow: hidden;
}

.product-small .box-text{
  padding: 14px;
}

a{
  transition: color .2s ease;
}

a:hover{
  color: var(--v29-accent);
}

.v29-cat-grid .box,
.v29-shop-by-need .box,
.v29-featured-products .product-small,
.v29-store-block .box,
.v29-blog-guides .box,
.v29-promo-strip{
  border-radius: var(--v29-radius);
}


/* =========================================================
   2. HERO BLOCK HTML ONLY
   Αυτό αφορά ΜΟΝΟ το πρώτο UX Block Hero
   Απαραίτητα:
   - το Section να έχει class: v29-hero
   - μέσα να μπει το Hero HTML που σου έδωσα
   ========================================================= */

/* =========================================================
   2. HERO BLOCK HTML ONLY
   ΜΟΝΟ για το UX Block Hero
   Το Section πρέπει να έχει class: v29-hero
   ========================================================= */

.v29-hero{
  padding-top: 48px !important;
  padding-bottom: 48px !important;
  background:
    radial-gradient(circle at top right, rgba(152,23,28,0.18), transparent 28%),
    linear-gradient(180deg, #121316 0%, #0d0d0f 100%) !important;
  overflow: hidden;
}

/* Ακυρώνει default λευκά section backgrounds του Flatsome */
.v29-hero .section-bg,
.v29-hero .section-bg-fill,
.v29-hero .section-bg-overlay{
  opacity: 0 !important;
  background: transparent !important;
}

.v29-hero .section-content{
  position: relative;
  z-index: 2;
}

.v29-hero-wrap{
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(280px, 0.85fr);
  gap: 42px;
  align-items: center;
}

.v29-hero-left{
  max-width: 680px;
}

.v29-hero-kicker{
  display: inline-block;
  margin-bottom: 16px;
  padding: 8px 14px;
  border: 1px solid rgba(152,23,28,0.35);
  background: rgba(152,23,28,0.10);
  border-radius: 999px;
  color: #f2d7d8;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.v29-hero-title{
  margin: 0 0 18px;
  font-size: clamp(36px, 5vw, 60px);
  line-height: 1.02;
  letter-spacing: -1px;
  font-weight: 800;
  color: #fff !important;
}

.v29-hero-text{
  margin: 0 0 24px;
  max-width: 620px;
  font-size: 18px;
  line-height: 1.7;
  color: #d2d5da !important;
}

.v29-hero-buttons{
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  align-items: center;
}

.v29-btn-main,
.v29-btn-secondary{
  min-width: 190px;
  text-align: center;
  font-weight: 700;
}

.v29-hero-trust{
  margin-top: 18px;
  font-size: 14px;
  color: #cfd2d8;
  opacity: .92;
}

.v29-hero-right{
  display: flex;
  justify-content: center;
}

.v29-hero-brand-card{
  width: 100%;
  max-width: 390px;
  padding: 30px 24px;
  background: linear-gradient(180deg, rgba(255,255,255,0.03), rgba(255,255,255,0.01));
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 24px;
  box-shadow: 0 20px 50px rgba(0,0,0,0.25);
  text-align: center;
}

.v29-hero-logo-img{
  display: inline-block;
  width: 100%;
  max-width: 220px;
  height: auto;
  margin: 0 auto 18px;
}

.v29-hero-mini-points{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
}

.v29-hero-mini-points span{
  display: inline-block;
  padding: 8px 12px;
  background: rgba(152,23,28,0.10);
  border: 1px solid rgba(152,23,28,0.22);
  border-radius: 999px;
  color: #f0d7d8;
  font-size: 13px;
  line-height: 1;
}

@media (max-width: 849px){
  .v29-hero{
    padding-top: 34px !important;
    padding-bottom: 34px !important;
  }

  .v29-hero-wrap{
    grid-template-columns: 1fr;
    gap: 26px;
    text-align: center;
  }

  .v29-hero-left{
    max-width: 100%;
  }

  .v29-hero-title{
    font-size: 34px;
    line-height: 1.08;
  }

  .v29-hero-text{
    margin-left: auto;
    margin-right: auto;
    font-size: 16px;
  }

  .v29-hero-buttons{
    justify-content: center;
  }

  .v29-hero-trust{
    font-size: 13px;
  }

  .v29-hero-brand-card{
    max-width: 320px;
    margin: 0 auto;
    padding: 24px 18px;
  }

  .v29-hero-logo-img{
    max-width: 180px;
  }
}






/*----------------*/
/* ===== HERO + HEADER POLISH ===== */

/* Μικρότερο logo στο header */
.header-logo img,
#logo img{
  max-height: 90px !important;
  width: auto !important;
}

/* Πιο compact header */
#masthead .header-main{
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}

/* Menu links λίγο πιο καθαρά */
.nav > li > a{
  font-weight: 600 !important;
  letter-spacing: .2px;
}

/* Hero λίγο πιο ισορροπημένο */
.v29-hero{
  min-height: auto !important;
}

.v29-hero-wrap{
  align-items: center;
}

.v29-hero-title{
  max-width: 720px;
}

.v29-hero-text{
  max-width: 700px;
}

/* Δεξί card λίγο πιο "καθαρό" */
.v29-hero-brand-card{
  backdrop-filter: blur(6px);
}

/* Mobile header logo */
@media (max-width: 849px){
  .header-logo img,
  #logo img{
    max-height: 64px !important;
  }
}


/*-------------------*/
/* =========================================================
   HERO PREMIUM FINAL
   Μόνο για το πρώτο UX Block Hero
   Το Section πρέπει να έχει class: v29-hero
   ========================================================= */

.v29-hero,
.section.v29-hero,
.v29-hero.section{
  position: relative;
  background:
    radial-gradient(circle at 85% 25%, rgba(152,23,28,0.16), transparent 22%),
    linear-gradient(180deg, #0f1013 0%, #090a0d 100%) !important;
  padding-top: 72px !important;
  padding-bottom: 72px !important;
  overflow: hidden !important;
}

.v29-hero .section-bg,
.v29-hero .section-bg-fill,
.v29-hero .section-bg-overlay{
  background: transparent !important;
  opacity: 0 !important;
}

.v29-hero .section-content{
  position: relative;
  z-index: 2;
}

.v29-hero-wrap--premium{
  max-width: 1240px;
  margin: 0 auto;
  min-height: 460px;
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(280px, 0.85fr);
  gap: 30px;
  align-items: center;
}

.v29-hero-left{
  max-width: 760px;
}

.v29-hero-kicker{
  display: inline-block;
  margin-bottom: 18px;
  padding: 9px 16px;
  border: 1px solid rgba(152,23,28,0.32);
  background: rgba(152,23,28,0.08);
  border-radius: 999px;
  color: #f0d2d4;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.v29-hero-title{
  margin: 0 0 18px;
  max-width: 820px;
  font-size: clamp(46px, 5.2vw, 82px);
  line-height: 0.95;
  letter-spacing: -2px;
  font-weight: 800;
  color: #fff !important;
}

.v29-hero-title span{
  color: #d12a31;
}

.v29-hero-text{
  margin: 0 0 28px;
  max-width: 680px;
  font-size: 22px;
  line-height: 1.58;
  color: #d0d4db !important;
}

.v29-hero-buttons{
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  align-items: center;
}

.v29-btn-main,
.v29-btn-secondary{
  min-width: 220px;
  text-align: center;
  font-weight: 700;
  letter-spacing: .2px;
}

.v29-btn-main{
  box-shadow: 0 12px 28px rgba(152,23,28,0.22);
}

.v29-btn-secondary{
  border-width: 1.5px;
}

.v29-hero-trust{
  margin-top: 22px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.v29-hero-trust span{
  display: inline-flex;
  align-items: center;
  padding: 8px 12px;
  border: 1px solid rgba(255,255,255,0.08);
  background: rgba(255,255,255,0.03);
  border-radius: 999px;
  color: #d2d6dd;
  font-size: 14px;
  line-height: 1;
}

.v29-hero-right-premium{
  display: flex;
  justify-content: center;
  align-items: center;
}

.v29-hero-logo-shell{
  position: relative;
  width: 100%;
  max-width: 420px;
  min-height: 360px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.v29-hero-logo-glow{
  position: absolute;
  inset: 50% auto auto 50%;
  width: 320px;
  height: 320px;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background:
    radial-gradient(circle,
      rgba(152,23,28,0.26) 0%,
      rgba(152,23,28,0.10) 38%,
      rgba(152,23,28,0.04) 58%,
      transparent 75%);
  filter: blur(16px);
  pointer-events: none;
}

.v29-hero-side-logo{
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 290px;
  height: auto;
  opacity: 0.97;
  filter: drop-shadow(0 18px 42px rgba(0,0,0,0.35));
}

/* λίγο πιο ωραία κουμπιά μόνο στο hero */
.v29-hero .button{
  padding-left: 26px;
  padding-right: 26px;
  min-height: 54px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

/* mobile */
@media (max-width: 849px){
  .v29-hero,
  .section.v29-hero,
  .v29-hero.section{
    padding-top: 42px !important;
    padding-bottom: 42px !important;
  }

  .v29-hero-wrap--premium{
    min-height: auto;
    grid-template-columns: 1fr;
    gap: 20px;
    text-align: center;
  }

  .v29-hero-left{
    max-width: 100%;
  }

  .v29-hero-title{
    font-size: 40px;
    line-height: 1.02;
    letter-spacing: -1px;
  }

  .v29-hero-text{
    margin-left: auto;
    margin-right: auto;
    font-size: 17px;
  }

  .v29-hero-buttons{
    justify-content: center;
  }

  .v29-hero-trust{
    justify-content: center;
  }

  .v29-hero-logo-shell{
    min-height: 180px;
    max-width: 260px;
    margin: 0 auto;
  }

  .v29-hero-logo-glow{
    width: 200px;
    height: 200px;
  }

  .v29-hero-side-logo{
    max-width: 180px;
  }
}



/* ===== HERO LOGO CARD FIX ===== */

.v29-hero-logo-shell,
.v29-hero-logo-glow{
  display: none !important;
}

.v29-hero-right-premium{
  display: flex;
  justify-content: center;
  align-items: center;
}

.v29-hero-logo-card{
  width: 100%;
  max-width: 390px;
  min-height: 320px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 28px;
  background: linear-gradient(180deg, rgba(255,255,255,0.035), rgba(255,255,255,0.015));
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 28px;
  box-shadow: 0 18px 45px rgba(0,0,0,0.22);
}

.v29-hero-side-logo{
  width: 100%;
  max-width: 250px;
  height: auto;
  display: block;
  margin: 0 auto;
  opacity: 1;
  filter: drop-shadow(0 16px 32px rgba(0,0,0,0.18));
}

@media (max-width: 849px){
  .v29-hero-logo-card{
    max-width: 280px;
    min-height: 220px;
    padding: 20px;
    margin: 0 auto;
  }

  .v29-hero-side-logo{
    max-width: 170px;
  }
}
/* ===== HERO LOGO CARD LIGHTER FIX ===== */

.v29-hero-right-premium{
  display: flex;
  justify-content: center;
  align-items: center;
}

.v29-hero-logo-card{
  width: 100%;
  max-width: 390px;
  min-height: 320px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 28px;
  background: linear-gradient(180deg, #f4f4f5 0%, #ececef 100%);
  border: 1px solid rgba(255,255,255,0.65);
  border-radius: 28px;
  box-shadow:
    0 18px 45px rgba(0,0,0,0.22),
    0 0 0 1px rgba(152,23,28,0.08);
}

.v29-hero-side-logo{
  width: 100%;
  max-width: 250px;
  height: auto;
  display: block;
  margin: 0 auto;
  opacity: 1;
  filter: none;
}

@media (max-width: 849px){
  .v29-hero-logo-card{
    max-width: 280px;
    min-height: 220px;
    padding: 20px;
    margin: 0 auto;
  }

  .v29-hero-side-logo{
    max-width: 170px;
  }
}


/* =========================================================
   CATEGORIES GRID
   Μόνο για το UX Block Categories Grid
   Section class: v29-cat-grid
   ========================================================= */

.v29-cat-grid{
  padding-top: 58px !important;
  padding-bottom: 58px !important;
  background: #0c0d10;
}

.v29-cat-wrap{
  max-width: 1240px;
  margin: 0 auto;
}

.v29-cat-head{
  max-width: 760px;
  margin-bottom: 28px;
}

.v29-cat-kicker{
  display: inline-block;
  margin-bottom: 12px;
  padding: 8px 14px;
  border: 1px solid rgba(152,23,28,0.28);
  background: rgba(152,23,28,0.08);
  border-radius: 999px;
  color: #f0d2d4;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.v29-cat-title{
  margin: 0 0 10px;
  font-size: clamp(30px, 4vw, 48px);
  line-height: 1.05;
  font-weight: 800;
  letter-spacing: -1px;
  color: #fff;
}

.v29-cat-subtitle{
  margin: 0;
  max-width: 660px;
  font-size: 17px;
  line-height: 1.7;
  color: #cdd1d8;
}

.v29-cat-grid-inner{
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.v29-cat-card{
  position: relative;
  display: block;
  min-height: 230px;
  padding: 24px;
  text-decoration: none !important;
  background:
    linear-gradient(180deg, rgba(255,255,255,0.03), rgba(255,255,255,0.015));
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 24px;
  box-shadow: 0 14px 34px rgba(0,0,0,0.20);
  transition: transform .25s ease, border-color .25s ease, background .25s ease, box-shadow .25s ease;
  overflow: hidden;
}

.v29-cat-card::before{
  content: "";
  position: absolute;
  left: 24px;
  top: 0;
  width: 56px;
  height: 3px;
  background: #98171C;
  border-radius: 999px;
}

.v29-cat-card:hover{
  transform: translateY(-5px);
  border-color: rgba(152,23,28,0.35);
  background:
    linear-gradient(180deg, rgba(255,255,255,0.05), rgba(255,255,255,0.02));
  box-shadow: 0 18px 40px rgba(0,0,0,0.28);
}

.v29-cat-card-top{
  margin-bottom: 16px;
  color: rgba(255,255,255,0.34);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 1px;
}

.v29-cat-card h3{
  margin: 0 0 10px;
  font-size: 26px;
  line-height: 1.1;
  font-weight: 800;
  color: #fff;
}

.v29-cat-card p{
  margin: 0 0 18px;
  color: #c8ccd3;
  font-size: 15px;
  line-height: 1.65;
}

.v29-cat-link{
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: .2px;
}

.v29-cat-link::after{
  content: "→";
  color: #98171C;
  transition: transform .2s ease;
}

.v29-cat-card:hover .v29-cat-link::after{
  transform: translateX(4px);
}

.v29-cat-card--accent{
  background:
    linear-gradient(135deg, rgba(152,23,28,0.18), rgba(255,255,255,0.03));
  border-color: rgba(152,23,28,0.30);
}

.v29-cat-card--accent::before{
  width: 90px;
}

@media (max-width: 1024px){
  .v29-cat-grid-inner{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 849px){
  .v29-cat-grid{
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }

  .v29-cat-head{
    margin-bottom: 22px;
    text-align: center;
  }

  .v29-cat-subtitle{
    margin-left: auto;
    margin-right: auto;
    font-size: 16px;
  }

  .v29-cat-grid-inner{
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .v29-cat-card{
    min-height: auto;
    padding: 20px;
  }

  .v29-cat-card h3{
    font-size: 22px;
  }
}

/* ===== LIGHTER BALANCE FOR NEXT BLOCKS ===== */

/* κρατάμε το hero πιο δυνατό */
.v29-hero,
.section.v29-hero,
.v29-hero.section{
  background:
    radial-gradient(circle at 85% 25%, rgba(152,23,28,0.14), transparent 22%),
    linear-gradient(180deg, #0f1013 0%, #0a0b0e 100%) !important;
}

/* ανοίγουμε λίγο το categories section */
.v29-cat-grid{
  background: linear-gradient(180deg, #111318 0%, #15181d 100%) !important;
  padding-top: 56px !important;
  padding-bottom: 56px !important;
}

/* πιο φωτεινές κάρτες */
.v29-cat-card{
  background: linear-gradient(180deg, rgba(255,255,255,0.06), rgba(255,255,255,0.03)) !important;
  border: 1px solid rgba(255,255,255,0.10) !important;
  box-shadow: 0 14px 34px rgba(0,0,0,0.16) !important;
}

.v29-cat-card:hover{
  background: linear-gradient(180deg, rgba(255,255,255,0.08), rgba(255,255,255,0.04)) !important;
  border-color: rgba(152,23,28,0.28) !important;
}

.v29-cat-card p{
  color: #d6dae0 !important;
}

.v29-cat-card-top{
  color: rgba(255,255,255,0.45) !important;
}

/* η κάρτα προσφορών να ξεχωρίζει πιο διακριτικά */
.v29-cat-card--accent{
  background: linear-gradient(135deg, rgba(152,23,28,0.16), rgba(255,255,255,0.05)) !important;
}

/* λίγο πιο φωτεινό subtitle */
.v29-cat-subtitle{
  color: #d7dbe2 !important;
}

/*UXB - Home - Featured Products*/

/* =========================================================
   FEATURED PRODUCTS
   Section class: v29-featured-products
   ========================================================= */

/* =========================================================
   FEATURED PRODUCTS - CLEAN LIGHT VERSION
   Section class: v29-featured-products
   ========================================================= */

/* =========================================================
   FEATURED PRODUCTS - CLEAN LIGHT VERSION
   Αντικατάστησε ΟΛΟ το παλιό CSS του block με αυτό
   Section class: v29-featured-products
   ========================================================= */

body .v29-featured-products,
body .section.v29-featured-products,
body .v29-featured-products.section{
  padding-top: 72px !important;
  padding-bottom: 72px !important;
  background: #f5f6f8 !important;
  position: relative;
}

body .v29-featured-products .section-bg,
body .v29-featured-products .section-bg-fill,
body .v29-featured-products .section-bg-overlay{
  background: transparent !important;
  opacity: 0 !important;
}

body .v29-featured-products .section-content{
  position: relative;
  z-index: 2;
}

body .v29-featured-wrap{
  max-width: 1240px;
  margin: 0 auto;
}

body .v29-featured-head{
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: space-between;
  gap: 22px;
  margin-bottom: 30px;
}

body .v29-featured-head > *{
  min-width: 0;
}

body .v29-featured-kicker{
  display: inline-block;
  margin-bottom: 12px;
  padding: 8px 14px;
  border: 1px solid rgba(152,23,28,0.16);
  background: rgba(152,23,28,0.05);
  border-radius: 999px;
  color: #98171C !important;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}

body .v29-featured-title{
  margin: 0 0 8px;
  font-size: clamp(32px, 4vw, 50px);
  line-height: 1.04;
  font-weight: 800;
  letter-spacing: -1px;
  color: #16181d !important;
}

body .v29-featured-subtitle{
  margin: 0;
  max-width: 700px;
  font-size: 17px;
  line-height: 1.75;
  color: #66707c !important;
}

body .v29-featured-actions{
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

body .v29-featured-link{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 18px;
  border-radius: 999px;
  border: 1px solid rgba(22,24,29,0.10);
  background: #ffffff !important;
  color: #16181d !important;
  text-decoration: none !important;
  font-size: 14px;
  font-weight: 700;
  box-shadow: 0 6px 18px rgba(0,0,0,0.05);
  transition: all .22s ease;
}

body .v29-featured-link:hover{
  transform: translateY(-2px);
  border-color: rgba(152,23,28,0.22);
  color: #16181d !important;
}

body .v29-featured-link--accent{
  background: #98171C !important;
  border-color: #98171C !important;
  color: #fff !important;
}

body .v29-featured-link--accent:hover{
  background: #b51d23 !important;
  border-color: #b51d23 !important;
  color: #fff !important;
}

body .v29-featured-products-holder{
  margin-top: 10px;
}

/* product grid */
body .v29-featured-products .products.row{
  row-gap: 26px;
}

body .v29-featured-products .product-small{
  margin-bottom: 0;
}

body .v29-featured-products .product-small .box,
body .v29-featured-products .product-small .box.has-hover{
  background: #ffffff !important;
  border: 1px solid rgba(22,24,29,0.08) !important;
  border-radius: 22px !important;
  box-shadow: 0 10px 28px rgba(0,0,0,0.06) !important;
  overflow: hidden;
  transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}

body .v29-featured-products .product-small .box:hover,
body .v29-featured-products .product-small .box.has-hover:hover{
  transform: translateY(-4px);
  border-color: rgba(152,23,28,0.18) !important;
  box-shadow: 0 18px 36px rgba(0,0,0,0.10) !important;
}

body .v29-featured-products .product-small .box-image{
  background: #ffffff !important;
  padding: 14px 14px 0 !important;
  border-radius: 22px 22px 0 0 !important;
  overflow: hidden;
}

body .v29-featured-products .product-small .box-text{
  background: #ffffff !important;
  padding: 16px 16px 18px !important;
  text-align: left;
}

body .v29-featured-products .product-small .box-text-inner{
  background: transparent !important;
}

body .v29-featured-products .product-title,
body .v29-featured-products .name.product-title,
body .v29-featured-products .woocommerce-loop-product__title{
  color: #16181d !important;
  font-size: 16px;
  line-height: 1.42;
  font-weight: 700;
}

body .v29-featured-products .price{
  margin-top: 8px;
  color: #16181d !important;
}

body .v29-featured-products .price .amount{
  color: #98171C !important;
  font-weight: 800;
}

body .v29-featured-products .badge,
body .v29-featured-products .onsale{
  background: #98171C !important;
  color: #fff !important;
}

body .v29-featured-products .add-to-cart-button,
body .v29-featured-products .button{
  border-radius: 999px !important;
}

/* NEW badge position */
body .v29-featured-products .badge-container{
  top: 10px !important;
  left: 10px !important;
}

/* mobile */
@media (max-width: 849px){
  body .v29-featured-products,
  body .section.v29-featured-products,
  body .v29-featured-products.section{
    padding-top: 44px !important;
    padding-bottom: 44px !important;
  }

  body .v29-featured-head{
    display: block;
    text-align: center;
    margin-bottom: 22px;
  }

  body .v29-featured-subtitle{
    margin-left: auto;
    margin-right: auto;
    font-size: 16px;
  }

  body .v29-featured-actions{
    justify-content: center;
    margin-top: 16px;
  }
}

/* style badge*/
/* NEW badge style inspired by e-smokers, πιο καθαρό */
/* =========================================================
   NEW BADGE - FLATSOME / WOOCOMMERCE
   Πιάνει product cards + single product
   ========================================================= */

/* =========================================================
   NEW BADGE - closer to e-smokers
   ========================================================= */
/* =========================================================
   NEW BADGE - diagonal ribbon style
   ========================================================= */
/* =========================================================
   NEW BADGE - refined diagonal ribbon
   ========================================================= */

.product-small .box-image,
.single-product div.product .woocommerce-product-gallery{
  position: relative;
  overflow: hidden;
}

.badge-container{
  top: 0 !important;
  left: 0 !important;
  right: auto !important;
  bottom: auto !important;
  z-index: 30 !important;
  pointer-events: none;
}

.badge-container .badge,
.badge-container .badge-circle,
.badge-container .badge-outline{
  background: transparent !important;
  box-shadow: none !important;
  width: auto !important;
  height: auto !important;
  min-width: 0 !important;
  min-height: 0 !important;
  border-radius: 0 !important;
  overflow: visible !important;
}

/* κύριο ribbon */
.badge-container .badge-inner{
  position: absolute !important;
  top: 14px !important;
  left: -28px !important;

  width: 95px !important;
  height: 22px !important;
  padding: 0 !important;

  display: flex !important;
  align-items: center !important;
  justify-content: center !important;

  background: #c5141a !important;
  color: #fff !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: 0 4px 10px rgba(0,0,0,.14) !important;

  transform: rotate(-45deg) !important;
  transform-origin: center !important;

  font-size: 0 !important;
  line-height: 1 !important;
  letter-spacing: 0 !important;
  text-transform: uppercase !important;
}

/* κείμενο */
.badge-container .badge-inner::before{
  content: "NEW";
  font-size: 11px;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  letter-spacing: .4px;
}

/* μικρό responsive tweak */
@media (max-width: 849px){
  .badge-container .badge-inner{
    top: 12px !important;
    left: -30px !important;
    width: 88px !important;
    height: 20px !important;
  }

  .badge-container .badge-inner::before{
    font-size: 10px;
  }
}

/*UXB - Home - Why Us*/

/* =========================================================
   WHY US
   Section class: v29-why-us
   ========================================================= */

.v29-why-us{
  padding-top: 64px !important;
  padding-bottom: 64px !important;
  background: linear-gradient(180deg, #12151a 0%, #171b21 100%) !important;
}

.v29-why-wrap{
  max-width: 1240px;
  margin: 0 auto;
}

.v29-why-head{
  max-width: 760px;
  margin: 0 auto 30px;
  text-align: center;
}

.v29-why-kicker{
  display: inline-block;
  margin-bottom: 12px;
  padding: 8px 14px;
  border: 1px solid rgba(152,23,28,0.28);
  background: rgba(152,23,28,0.08);
  border-radius: 999px;
  color: #f0d2d4;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.v29-why-title{
  margin: 0 0 10px;
  font-size: clamp(30px, 4vw, 48px);
  line-height: 1.05;
  font-weight: 800;
  letter-spacing: -1px;
  color: #fff;
}

.v29-why-subtitle{
  margin: 0;
  font-size: 17px;
  line-height: 1.7;
  color: #cfd4db;
}

.v29-why-grid{
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
}

.v29-why-card{
  min-height: 220px;
  padding: 24px;
  background: linear-gradient(180deg, rgba(255,255,255,0.04), rgba(255,255,255,0.02));
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 24px;
  box-shadow: 0 14px 34px rgba(0,0,0,0.18);
  transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease;
}

.v29-why-card:hover{
  transform: translateY(-5px);
  border-color: rgba(152,23,28,0.30);
  box-shadow: 0 18px 40px rgba(0,0,0,0.24);
}

.v29-why-icon{
  width: 44px;
  height: 44px;
  margin-bottom: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(152,23,28,0.12);
  border: 1px solid rgba(152,23,28,0.24);
  border-radius: 14px;
  color: #fff;
  font-size: 13px;
  font-weight: 800;
}

.v29-why-card h3{
  margin: 0 0 10px;
  font-size: 22px;
  line-height: 1.15;
  font-weight: 800;
  color: #fff;
}

.v29-why-card p{
  margin: 0;
  color: #c8cdd4;
  font-size: 15px;
  line-height: 1.7;
}

@media (max-width: 1024px){
  .v29-why-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 849px){
  .v29-why-us{
    padding-top: 42px !important;
    padding-bottom: 42px !important;
  }

  .v29-why-head{
    margin-bottom: 22px;
  }

  .v29-why-subtitle{
    font-size: 16px;
  }

  .v29-why-grid{
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .v29-why-card{
    min-height: auto;
    padding: 20px;
  }

  .v29-why-card h3{
    font-size: 20px;
  }
}

/*UXB - Home - Store Info*/

/* =========================================================
   STORE INFO / VISIT US
   Section class: v29-store-block
   ========================================================= */

.v29-store-block{
  padding-top: 64px !important;
  padding-bottom: 64px !important;
  background: linear-gradient(180deg, #f4f5f7 0%, #eceff3 100%) !important;
}

.v29-store-wrap{
  max-width: 1240px;
  margin: 0 auto;
}

.v29-store-head{
  max-width: 760px;
  margin: 0 auto 30px;
  text-align: center;
}

.v29-store-kicker{
  display: inline-block;
  margin-bottom: 12px;
  padding: 8px 14px;
  border: 1px solid rgba(152,23,28,0.18);
  background: rgba(152,23,28,0.06);
  border-radius: 999px;
  color: #98171C;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.v29-store-title{
  margin: 0 0 10px;
  font-size: clamp(30px, 4vw, 48px);
  line-height: 1.05;
  font-weight: 800;
  letter-spacing: -1px;
  color: #121317;
}

.v29-store-subtitle{
  margin: 0;
  font-size: 17px;
  line-height: 1.7;
  color: #5f6672;
}

.v29-store-grid{
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(320px, 0.85fr);
  gap: 22px;
}

.v29-store-card{
  border-radius: 26px;
  overflow: hidden;
}

.v29-store-card--main{
  padding: 30px;
  background: #ffffff;
  border: 1px solid rgba(18,19,23,0.08);
  box-shadow: 0 16px 36px rgba(0,0,0,0.08);
}

.v29-store-card--info{
  display: grid;
  gap: 16px;
}

.v29-store-label{
  display: inline-block;
  margin-bottom: 14px;
  padding: 8px 14px;
  border-radius: 999px;
  background: rgba(152,23,28,0.08);
  border: 1px solid rgba(152,23,28,0.16);
  color: #98171C;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.v29-store-card--main h3{
  margin: 0 0 10px;
  font-size: 34px;
  line-height: 1.05;
  font-weight: 800;
  color: #121317;
}

.v29-store-text{
  margin: 0 0 22px;
  font-size: 18px;
  line-height: 1.7;
  color: #4f5662;
}

.v29-store-meta{
  display: grid;
  gap: 14px;
}

.v29-store-meta-item{
  padding: 14px 16px;
  background: #f8f9fb;
  border: 1px solid rgba(18,19,23,0.06);
  border-radius: 18px;
}

.v29-store-meta-title{
  display: block;
  margin-bottom: 4px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .8px;
  text-transform: uppercase;
  color: #98171C;
}

.v29-store-meta-value{
  display: block;
  font-size: 15px;
  line-height: 1.6;
  color: #1b1e25;
}

.v29-store-actions{
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 24px;
}

.v29-store-btn-main,
.v29-store-btn-secondary{
  min-width: 220px;
  text-align: center;
  font-weight: 700;
}

.v29-store-mini-card{
  padding: 24px;
  background: linear-gradient(180deg, #171b21 0%, #12161c 100%);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 24px;
  box-shadow: 0 14px 34px rgba(0,0,0,0.16);
}

.v29-store-mini-no{
  width: 42px;
  height: 42px;
  margin-bottom: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(152,23,28,0.14);
  border: 1px solid rgba(152,23,28,0.22);
  border-radius: 14px;
  color: #fff;
  font-size: 13px;
  font-weight: 800;
}

.v29-store-mini-card h4{
  margin: 0 0 10px;
  font-size: 22px;
  line-height: 1.15;
  font-weight: 800;
  color: #fff;
}

.v29-store-mini-card p{
  margin: 0;
  font-size: 15px;
  line-height: 1.7;
  color: #cbd0d7;
}

@media (max-width: 1024px){
  .v29-store-grid{
    grid-template-columns: 1fr;
  }
}

@media (max-width: 849px){
  .v29-store-block{
    padding-top: 42px !important;
    padding-bottom: 42px !important;
  }

  .v29-store-head{
    margin-bottom: 22px;
  }

  .v29-store-subtitle{
    font-size: 16px;
  }

  .v29-store-card--main{
    padding: 22px;
  }

  .v29-store-card--main h3{
    font-size: 28px;
  }

  .v29-store-actions{
    justify-content: center;
  }

  .v29-store-btn-main,
  .v29-store-btn-secondary{
    min-width: 100%;
  }

  .v29-store-mini-card{
    padding: 20px;
  }

  .v29-store-mini-card h4{
    font-size: 20px;
  }
}

/*UXB - Home - Promo CTA*/


/* =========================================================
   PROMO CTA
   Section class: v29-promo-strip
   ========================================================= */

.v29-promo-strip{
  padding-top: 56px !important;
  padding-bottom: 56px !important;
  background: linear-gradient(135deg, #98171C 0%, #6f1015 45%, #171b21 100%) !important;
  overflow: hidden;
}

.v29-promo-wrap{
  max-width: 1240px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(260px, 0.85fr);
  gap: 24px;
  align-items: center;
}

.v29-promo-content{
  max-width: 760px;
}

.v29-promo-kicker{
  display: inline-block;
  margin-bottom: 14px;
  padding: 8px 14px;
  border-radius: 999px;
  background: rgba(255,255,255,0.10);
  border: 1px solid rgba(255,255,255,0.16);
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.v29-promo-title{
  margin: 0 0 12px;
  font-size: clamp(30px, 4vw, 48px);
  line-height: 1.04;
  font-weight: 800;
  letter-spacing: -1px;
  color: #fff !important;
}

.v29-promo-text{
  margin: 0;
  max-width: 660px;
  font-size: 17px;
  line-height: 1.75;
  color: rgba(255,255,255,0.88) !important;
}

.v29-promo-actions{
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 24px;
}

.v29-promo-btn-main,
.v29-promo-btn-secondary{
  min-width: 210px;
  text-align: center;
  font-weight: 700;
}

.v29-promo-strip .button.is-outline{
  border-color: rgba(255,255,255,0.55) !important;
  color: #fff !important;
  background: transparent !important;
}

.v29-promo-strip .button.is-outline:hover{
  background: #fff !important;
  color: #98171C !important;
  border-color: #fff !important;
}

.v29-promo-side{
  display: flex;
  justify-content: center;
  align-items: center;
}

.v29-promo-badges{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  max-width: 320px;
}

.v29-promo-badges span{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 16px;
  background: rgba(255,255,255,0.10);
  border: 1px solid rgba(255,255,255,0.16);
  border-radius: 999px;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  box-shadow: 0 10px 24px rgba(0,0,0,0.14);
}

@media (max-width: 849px){
  .v29-promo-strip{
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }

  .v29-promo-wrap{
    grid-template-columns: 1fr;
    text-align: center;
  }

  .v29-promo-text{
    margin-left: auto;
    margin-right: auto;
    font-size: 16px;
  }

  .v29-promo-actions{
    justify-content: center;
  }

  .v29-promo-btn-main,
  .v29-promo-btn-secondary{
    min-width: 100%;
  }
}

/*UXB - Home - Blog / Guides*/

/* =========================================================
   BLOG / GUIDES
   Section class: v29-blog-guides
   ========================================================= */

.v29-blog-guides{
  padding-top: 64px !important;
  padding-bottom: 64px !important;
  background: linear-gradient(180deg, #f6f7f9 0%, #eef1f4 100%) !important;
}

.v29-blog-wrap{
  max-width: 1240px;
  margin: 0 auto;
}

.v29-blog-head{
  max-width: 760px;
  margin: 0 auto 30px;
  text-align: center;
}

.v29-blog-kicker{
  display: inline-block;
  margin-bottom: 12px;
  padding: 8px 14px;
  border: 1px solid rgba(152,23,28,0.18);
  background: rgba(152,23,28,0.06);
  border-radius: 999px;
  color: #98171C;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.v29-blog-title{
  margin: 0 0 10px;
  font-size: clamp(30px, 4vw, 48px);
  line-height: 1.05;
  font-weight: 800;
  letter-spacing: -1px;
  color: #121317;
}

.v29-blog-subtitle{
  margin: 0;
  font-size: 17px;
  line-height: 1.7;
  color: #5f6672;
}

.v29-blog-grid{
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.v29-blog-card{
  display: block;
  padding: 28px;
  background: #fff;
  border: 1px solid rgba(18,19,23,0.08);
  border-radius: 24px;
  box-shadow: 0 14px 34px rgba(0,0,0,0.08);
  text-decoration: none !important;
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}

.v29-blog-card:hover{
  transform: translateY(-5px);
  border-color: rgba(152,23,28,0.22);
  box-shadow: 0 18px 40px rgba(0,0,0,0.12);
}

.v29-blog-card-meta{
  margin-bottom: 14px;
  color: #98171C;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.v29-blog-card h3{
  margin: 0 0 12px;
  font-size: 26px;
  line-height: 1.12;
  font-weight: 800;
  color: #16181d;
}

.v29-blog-card p{
  margin: 0 0 18px;
  color: #5f6672;
  font-size: 15px;
  line-height: 1.75;
}

.v29-blog-link{
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #16181d;
  font-size: 14px;
  font-weight: 700;
}

.v29-blog-link::after{
  content: "→";
  color: #98171C;
  transition: transform .2s ease;
}

.v29-blog-card:hover .v29-blog-link::after{
  transform: translateX(4px);
}

.v29-blog-actions{
  margin-top: 28px;
  text-align: center;
}

.v29-blog-btn{
  min-width: 240px;
  text-align: center;
  font-weight: 700;
}

@media (max-width: 1024px){
  .v29-blog-grid{
    grid-template-columns: 1fr;
  }
}

@media (max-width: 849px){
  .v29-blog-guides{
    padding-top: 42px !important;
    padding-bottom: 42px !important;
  }

  .v29-blog-head{
    margin-bottom: 22px;
  }

  .v29-blog-subtitle{
    font-size: 16px;
  }

  .v29-blog-card{
    padding: 22px;
  }

  .v29-blog-card h3{
    font-size: 22px;
  }
}

/*UXB - Home - Instagram / Social*/

/* =========================================================
   INSTAGRAM / SOCIAL
   Section class: v29-social-feed
   ========================================================= */

.v29-social-feed{
  padding-top: 64px !important;
  padding-bottom: 64px !important;
  background: linear-gradient(180deg, #12151a 0%, #171b21 100%) !important;
}

.v29-social-wrap{
  max-width: 1240px;
  margin: 0 auto;
}

.v29-social-head{
  max-width: 820px;
  margin: 0 auto 30px;
  text-align: center;
}

.v29-social-kicker{
  display: inline-block;
  margin-bottom: 12px;
  padding: 8px 14px;
  border: 1px solid rgba(152,23,28,0.28);
  background: rgba(152,23,28,0.08);
  border-radius: 999px;
  color: #f0d2d4;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.v29-social-title{
  margin: 0 0 10px;
  font-size: clamp(30px, 4vw, 48px);
  line-height: 1.05;
  font-weight: 800;
  letter-spacing: -1px;
  color: #fff;
}

.v29-social-subtitle{
  margin: 0;
  font-size: 17px;
  line-height: 1.7;
  color: #cfd4db;
}

.v29-social-grid{
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
}

.v29-social-card{
  display: block;
  text-decoration: none !important;
  background: linear-gradient(180deg, rgba(255,255,255,0.04), rgba(255,255,255,0.02));
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 14px 34px rgba(0,0,0,0.18);
  transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease;
}

.v29-social-card:hover{
  transform: translateY(-5px);
  border-color: rgba(152,23,28,0.30);
  box-shadow: 0 18px 40px rgba(0,0,0,0.24);
}

.v29-social-thumb{
  aspect-ratio: 1 / 1;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

/* προσωρινά gradients μέχρι να μπουν πραγματικές εικόνες */
.v29-social-thumb--1{
  background:
    linear-gradient(135deg, rgba(152,23,28,0.45), rgba(20,24,31,0.85));
}

.v29-social-thumb--2{
  background:
    linear-gradient(135deg, rgba(255,255,255,0.08), rgba(152,23,28,0.28));
}

.v29-social-thumb--3{
  background:
    linear-gradient(135deg, rgba(20,24,31,0.90), rgba(152,23,28,0.35));
}

.v29-social-thumb--4{
  background:
    linear-gradient(135deg, rgba(152,23,28,0.34), rgba(255,255,255,0.06));
}

.v29-social-body{
  padding: 18px;
}

.v29-social-meta{
  margin-bottom: 10px;
  color: #98171C;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.v29-social-card h3{
  margin: 0 0 10px;
  font-size: 21px;
  line-height: 1.18;
  font-weight: 800;
  color: #fff;
}

.v29-social-card p{
  margin: 0;
  color: #c8cdd4;
  font-size: 15px;
  line-height: 1.7;
}

.v29-social-actions{
  margin-top: 28px;
  text-align: center;
}

.v29-social-btn{
  min-width: 280px;
  text-align: center;
  font-weight: 700;
}

@media (max-width: 1024px){
  .v29-social-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 849px){
  .v29-social-feed{
    padding-top: 42px !important;
    padding-bottom: 42px !important;
  }

  .v29-social-head{
    margin-bottom: 22px;
  }

  .v29-social-subtitle{
    font-size: 16px;
  }

  .v29-social-grid{
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .v29-social-card h3{
    font-size: 20px;
  }

  .v29-social-btn{
    min-width: 100%;
  }
}

/*UX Block — Custom Footer*/

/* =========================================================
   CUSTOM FOOTER
   Section class: v29-footer
   ========================================================= */

.v29-footer{
  padding-top: 54px !important;
  padding-bottom: 24px !important;
  background: linear-gradient(180deg, #0f1217 0%, #090b0f 100%) !important;
  border-top: 1px solid rgba(255,255,255,0.06);
}

.v29-footer-wrap{
  max-width: 1240px;
  margin: 0 auto;
}

.v29-footer-top{
  display: grid;
  grid-template-columns: 1.2fr 1fr 1fr 1fr;
  gap: 28px;
  padding-bottom: 26px;
  border-bottom: 1px solid rgba(255,255,255,0.08);
}

.v29-footer-col h4{
  margin: 0 0 14px;
  font-size: 18px;
  line-height: 1.2;
  font-weight: 800;
  color: #fff;
}

.v29-footer-logo{
  margin-bottom: 14px;
}

.v29-footer-logo img{
  max-width: 90px;
  height: auto;
  display: block;
}

.v29-footer-text{
  margin: 0 0 16px;
  color: #c8ced6;
  font-size: 15px;
  line-height: 1.75;
}

.v29-footer-social{
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.v29-footer-social a{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  padding: 0 14px;
  border-radius: 999px;
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.08);
  color: #fff !important;
  text-decoration: none !important;
  font-size: 13px;
  font-weight: 700;
}

.v29-footer-social a:hover{
  background: rgba(152,23,28,0.16);
  border-color: rgba(152,23,28,0.24);
  color: #fff !important;
}

.v29-footer-col ul{
  margin: 0;
  padding: 0;
  list-style: none;
}

.v29-footer-col ul li{
  margin: 0 0 10px;
  color: #c8ced6;
  font-size: 15px;
  line-height: 1.6;
}

.v29-footer-col ul li a{
  color: #dfe3e8 !important;
  text-decoration: none !important;
}

.v29-footer-col ul li a:hover{
  color: #fff !important;
}

.v29-footer-contact strong{
  color: #fff;
  font-weight: 700;
}

.v29-footer-bottom{
  padding-top: 18px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
}

.v29-footer-copy{
  color: #9da5b1;
  font-size: 14px;
  line-height: 1.5;
}

.v29-footer-mini-links{
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.v29-footer-mini-links a{
  color: #bfc6d0 !important;
  text-decoration: none !important;
  font-size: 14px;
}

.v29-footer-mini-links a:hover{
  color: #fff !important;
}

@media (max-width: 1024px){
  .v29-footer-top{
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 849px){
  .v29-footer{
    padding-top: 40px !important;
    padding-bottom: 20px !important;
  }

  .v29-footer-top{
    grid-template-columns: 1fr;
    gap: 22px;
    padding-bottom: 20px;
  }

  .v29-footer-bottom{
    flex-direction: column;
    align-items: flex-start;
  }

  .v29-footer-mini-links{
    gap: 10px 14px;
  }
}

/* =========================================================
   HOME PAGE - FULL WIDTH FIX FOR UX BLOCK WRAPPERS
   Βάλε το στο τέλος του style.css
   ========================================================= */

body.home #content .col-inner{
  overflow: visible !important;
}

/* όλα τα custom blocks της αρχικής να σπάνε το boxed wrapper */
body.home #content .col-inner > .v29-hero,
body.home #content .col-inner > .v29-cat-grid,
body.home #content .col-inner > .v29-featured-products,
body.home #content .col-inner > .v29-why-us,
body.home #content .col-inner > .v29-store-block,
body.home #content .col-inner > .v29-promo-strip,
body.home #content .col-inner > .v29-blog-guides,
body.home #content .col-inner > .v29-social-feed,
body.home #content .col-inner > .v29-footer{
  position: relative;
  width: 100vw !important;
  max-width: 100vw !important;
  left: 50%;
  right: 50%;
  margin-left: -50vw !important;
  margin-right: -50vw !important;
}

/* να μην κόβεται τίποτα οριζόντια */
html, body{
  overflow-x: clip;
}
/* =========================================================
   FEATURED PRODUCTS - FIX PRODUCT IMAGE SIZE / CARD HEIGHT
   ========================================================= */

body .v29-featured-products .products.row{
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 24px !important;
  row-gap: 24px !important;
  margin: 0 !important;
}

body .v29-featured-products .products.row > .col{
  width: 100% !important;
  max-width: 100% !important;
  flex: 0 0 100% !important;
  padding: 0 !important;
  margin: 0 !important;
}

body .v29-featured-products .product-small .box{
  height: 100% !important;
  display: flex;
  flex-direction: column;
}

body .v29-featured-products .product-small .box-image{
  background: #ffffff !important;
  padding: 12px 12px 0 !important;
  aspect-ratio: 1 / 1 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  overflow: hidden !important;
}

body .v29-featured-products .product-small .box-image img{
  width: 100% !important;
  height: 100% !important;
  object-fit: contain !important;
}

body .v29-featured-products .product-small .box-text{
  flex: 1 1 auto !important;
  padding: 14px 14px 16px !important;
}

body .v29-featured-products .product-title,
body .v29-featured-products .name.product-title,
body .v29-featured-products .woocommerce-loop-product__title{
  font-size: 15px !important;
  line-height: 1.35 !important;
}

body .v29-featured-products .price{
  margin-top: 6px !important;
}

/* tablet */
@media (max-width: 1024px){
  body .v29-featured-products .products.row{
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }
}

/* mobile */
@media (max-width: 849px){
  body .v29-featured-products .products.row{
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 16px !important;
    row-gap: 16px !important;
  }

  body .v29-featured-products .product-small .box-image{
    padding: 10px 10px 0 !important;
  }

  body .v29-featured-products .product-small .box-text{
    padding: 12px 12px 14px !important;
  }

  body .v29-featured-products .product-title,
  body .v29-featured-products .name.product-title,
  body .v29-featured-products .woocommerce-loop-product__title{
    font-size: 14px !important;
  }
}

/* =========================================================
   FEATURED PRODUCTS - REMOVE DARK OUTLINE / HEAVY SHADOW
   ========================================================= */

body .v29-featured-products .product-small .box,
body .v29-featured-products .product-small .box.has-hover{
  border: 1px solid rgba(22,24,29,0.06) !important;
  box-shadow: 0 8px 22px rgba(0,0,0,0.05) !important;
  background: #ffffff !important;
}

body .v29-featured-products .product-small .box:hover,
body .v29-featured-products .product-small .box.has-hover:hover{
  border-color: rgba(152,23,28,0.14) !important;
  box-shadow: 0 12px 26px rgba(0,0,0,0.08) !important;
}

/*=================================================
CONTACT FORM 
===================================================*/
/* =========================================================
   HEADER LOGO - EXACT SELECTOR FIX
   ========================================================= */
/* =========================================================
   HEADER LOGO - HARD RESET + ONE LOGO ONLY
   ========================================================= */

/* reset όλα τα logo images στο header */
#logo a img,
.header-logo img,
.header-main .logo img,
img.header_logo,
img.header-logo,
img.header-logo-dark{
  transform: none !important;
  max-height: none !important;
  height: auto !important;
  width: auto !important;
  display: none !important;
  opacity: 0 !important;
  visibility: hidden !important;
}

/* δείχνουμε μόνο το dark logo */
#logo a img.header-logo-dark,
.header-main .logo img.header-logo-dark,
img.header-logo-dark{
  display: block !important;
  opacity: 1 !important;
  visibility: visible !important;
  max-height: 70px !important;
  height: 70px !important;
  width: auto !important;
  max-width: none !important;
  transform: scale(1.9) !important;
  transform-origin: center center !important;
}

/* να μην κόβεται */
#logo,
#logo a,
.header-main .logo,
.header-main .flex-col.logo{
  overflow: visible !important;
}

/* να μην μεγαλώσει το header */
#masthead .header-main{
  padding-top: 10px !important;
  padding-bottom: 10px !important;
  min-height: auto !important;
}

/* =========================================================
   VAPE29STR - PREMIUM PRODUCT PAGE
   FINAL CONSOLIDATED VERSION
   Απαιτεί το UX Block με:
   - v29-product-template
   - v29-product-main
   - v29-product-gallery-col
   - v29-product-summary
   - v29-product-trust-row
   - v29-product-trust--wide
   - v29-product-tabs-row
   - v29-related-row
   και το shortcode [v29_product_attributes]
   ========================================================= */

body.single-product .v29-product-template{
  max-width: 1280px;
  margin: 0 auto;
  padding: 42px 20px 70px;
  color: #15171c;
}

body.single-product .v29-product-template,
body.single-product .v29-product-template *{
  box-sizing: border-box;
}

/* ---------------------------------------------------------
   MAIN PRODUCT AREA
   --------------------------------------------------------- */

body.single-product .v29-product-main{
  max-width: 1240px !important;
  margin: 0 auto !important;
  align-items: flex-start !important;
}

body.single-product .v29-product-main > .col{
  padding-left: 18px !important;
  padding-right: 18px !important;
}

/* ---------------------------------------------------------
   PRODUCT GALLERY
   --------------------------------------------------------- */

body.single-product .v29-product-gallery-col .product-gallery,
body.single-product .v29-product-gallery-col .woocommerce-product-gallery{
  position: relative !important;
  padding: 12px !important;
  background: #ffffff !important;
  border: 1px solid #e5e8ed !important;
  border-radius: 22px !important;
  box-shadow: 0 10px 30px rgba(17,24,39,.05) !important;
  overflow: hidden !important;
}

body.single-product .v29-product-gallery-col .woocommerce-product-gallery__image,
body.single-product .v29-product-gallery-col .woocommerce-product-gallery__image img{
  border-radius: 16px !important;
}

body.single-product .v29-product-gallery-col .product-thumbnails{
  margin-top: 14px !important;
}

body.single-product .v29-product-gallery-col .product-thumbnails a{
  overflow: hidden !important;
  background: #ffffff !important;
  border: 1px solid #e2e5ea !important;
  border-radius: 12px !important;
  opacity: 1 !important;
}

body.single-product .v29-product-gallery-col .product-thumbnails img{
  border-radius: 10px !important;
}

body.single-product .v29-product-gallery-col .product-thumbnails a:hover,
body.single-product .v29-product-gallery-col .product-thumbnails .is-nav-selected a{
  border-color: #98171c !important;
}

/* Product badge */

body.single-product .v29-product-gallery-col .badge-container{
  top: 8px !important;
  left: 8px !important;
  z-index: 10 !important;
}

body.single-product .v29-product-gallery-col .badge,
body.single-product .v29-product-gallery-col .onsale{
  color: #ffffff !important;
}

/* ---------------------------------------------------------
   PRODUCT SUMMARY
   --------------------------------------------------------- */

body.single-product .v29-product-summary{
  padding-top: 4px !important;
}

body.single-product .v29-product-summary .woocommerce-breadcrumb{
  margin-bottom: 14px !important;
  color: #747d89 !important;
  font-size: 13px !important;
  line-height: 1.5 !important;
}

body.single-product .v29-product-summary .woocommerce-breadcrumb a{
  color: #747d89 !important;
}

body.single-product .v29-product-summary .woocommerce-breadcrumb a:hover{
  color: #98171c !important;
}

body.single-product .v29-product-summary .product-title{
  margin: 0 0 12px !important;
  color: #15171c !important;
  -webkit-text-fill-color: #15171c !important;
  font-size: clamp(34px, 4vw, 50px) !important;
  line-height: 1.04 !important;
  letter-spacing: -1.2px !important;
  font-weight: 800 !important;
  opacity: 1 !important;
}

body.single-product .v29-product-summary .woocommerce-product-rating{
  margin-bottom: 14px !important;
}

body.single-product .v29-product-summary .star-rating{
  color: #c71920 !important;
}

body.single-product .v29-product-summary .woocommerce-review-link{
  color: #596473 !important;
  opacity: 1 !important;
}

body.single-product .v29-product-summary .price{
  margin: 8px 0 16px !important;
  color: #98171c !important;
}

body.single-product .v29-product-summary .price .amount{
  color: #98171c !important;
  -webkit-text-fill-color: #98171c !important;
  font-size: 29px !important;
  font-weight: 800 !important;
}

body.single-product .v29-product-summary .woocommerce-product-details__short-description,
body.single-product .v29-product-summary .woocommerce-product-details__short-description p,
body.single-product .v29-product-summary .woocommerce-product-details__short-description li{
  color: #4f5966 !important;
  -webkit-text-fill-color: #4f5966 !important;
  font-size: 16px !important;
  line-height: 1.75 !important;
  opacity: 1 !important;
}

body.single-product .v29-product-summary .woocommerce-product-details__short-description ul{
  margin: 18px 0 !important;
  padding: 0 !important;
  list-style: none !important;
}

body.single-product .v29-product-summary .woocommerce-product-details__short-description li{
  position: relative !important;
  margin-bottom: 10px !important;
  padding-left: 26px !important;
}

body.single-product .v29-product-summary .woocommerce-product-details__short-description li::before{
  content: "✓";
  position: absolute;
  top: 0;
  left: 0;
  color: #c71920;
  font-weight: 800;
}

/* Stock */

body.single-product .v29-product-summary .stock{
  margin: 12px 0 18px !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  opacity: 1 !important;
}

body.single-product .v29-product-summary .stock.in-stock{
  color: #43843b !important;
}

body.single-product .v29-product-summary .stock.out-of-stock{
  display: inline-flex !important;
  align-items: center !important;
  min-height: 36px !important;
  padding: 0 14px !important;
  background: #f8eded !important;
  border: 1px solid rgba(152,23,28,.14) !important;
  border-radius: 999px !important;
  color: #98171c !important;
}

/* ---------------------------------------------------------
   ADD TO CART
   --------------------------------------------------------- */

body.single-product .v29-product-summary form.cart{
  display: flex !important;
  flex-wrap: wrap !important;
  align-items: center !important;
  gap: 12px !important;
  margin-top: 22px !important;
  margin-bottom: 18px !important;
}

body.single-product .v29-product-summary .quantity{
  min-height: 54px !important;
  display: inline-flex !important;
  align-items: center !important;
  overflow: hidden !important;
  background: #ffffff !important;
  border: 1px solid #dfe3e8 !important;
  border-radius: 999px !important;
}

body.single-product .v29-product-summary .quantity input{
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  color: #20242b !important;
  -webkit-text-fill-color: #20242b !important;
}

body.single-product .v29-product-summary .quantity .button{
  border: 0 !important;
  background: transparent !important;
  color: #98171c !important;
  box-shadow: none !important;
}

body.single-product .v29-product-summary .single_add_to_cart_button{
  min-height: 54px !important;
  padding: 0 30px !important;
  background: #98171c !important;
  border: 1px solid #98171c !important;
  border-radius: 999px !important;
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
  font-size: 14px !important;
  font-weight: 800 !important;
  box-shadow: 0 10px 22px rgba(152,23,28,.18) !important;
}

body.single-product .v29-product-summary .single_add_to_cart_button:hover{
  background: #b51d23 !important;
  border-color: #b51d23 !important;
  color: #ffffff !important;
  transform: translateY(-1px);
}

/* ---------------------------------------------------------
   QUICK PRODUCT ATTRIBUTES
   Output of [v29_product_attributes]
   --------------------------------------------------------- */

body.single-product .v29-product-quick-specs{
  width: 100%;
  margin: 24px 0 18px;
}

body.single-product .v29-quick-specs-heading{
  margin-bottom: 10px;
  color: #20242b !important;
  -webkit-text-fill-color: #20242b !important;
  font-size: 13px;
  line-height: 1.3;
  font-weight: 800;
  letter-spacing: .4px;
  text-transform: uppercase;
  opacity: 1 !important;
}

body.single-product .v29-quick-specs-table{
  overflow: hidden;
  background: #ffffff;
  border: 1px solid #e4e7ec;
  border-radius: 14px;
  box-shadow: 0 6px 20px rgba(17,24,39,.035);
}

body.single-product .v29-quick-spec-row{
  min-height: 44px;
  padding: 11px 14px;
  display: grid;
  grid-template-columns: minmax(130px,.8fr) minmax(0,1.2fr);
  gap: 18px;
  align-items: center;
  border-bottom: 1px solid #eceef2;
}

body.single-product .v29-quick-spec-row:last-child{
  border-bottom: 0;
}

body.single-product .v29-quick-spec-row:nth-child(odd){
  background: #fafbfc;
}

body.single-product .v29-quick-spec-label{
  color: #20242b !important;
  -webkit-text-fill-color: #20242b !important;
  font-size: 12px;
  line-height: 1.4;
  font-weight: 800;
  text-transform: uppercase;
  opacity: 1 !important;
}

body.single-product .v29-quick-spec-value{
  color: #566170 !important;
  -webkit-text-fill-color: #566170 !important;
  font-size: 13px;
  line-height: 1.5;
  font-weight: 600;
  text-align: right;
  opacity: 1 !important;
}

/* ---------------------------------------------------------
   PRODUCT META
   --------------------------------------------------------- */

body.single-product .v29-product-summary .product_meta{
  margin-top: 14px !important;
  padding-top: 14px !important;
  border-top: 1px solid #e7e9ed !important;
  color: #697380 !important;
  font-size: 13px !important;
  line-height: 1.8 !important;
}

body.single-product .v29-product-summary .product_meta span,
body.single-product .v29-product-summary .product_meta a{
  color: #697380 !important;
  -webkit-text-fill-color: #697380 !important;
  opacity: 1 !important;
}

body.single-product .v29-product-summary .product_meta a:hover{
  color: #98171c !important;
  -webkit-text-fill-color: #98171c !important;
}

/* ---------------------------------------------------------
   SHARE ICONS
   --------------------------------------------------------- */

body.single-product .v29-product-summary .social-icons{
  margin-top: 12px !important;
}

body.single-product .v29-product-summary .social-icons a,
body.single-product .v29-product-summary .product-share a,
body.single-product .v29-product-summary .share-icons a{
  width: 38px !important;
  height: 38px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  background: #ffffff !important;
  border: 1px solid #dfe3e8 !important;
  color: #98171c !important;
  opacity: 1 !important;
  visibility: visible !important;
}

body.single-product .v29-product-summary .social-icons a i,
body.single-product .v29-product-summary .social-icons a i::before,
body.single-product .v29-product-summary .product-share a i,
body.single-product .v29-product-summary .product-share a i::before,
body.single-product .v29-product-summary .share-icons a i,
body.single-product .v29-product-summary .share-icons a i::before{
  color: #98171c !important;
  -webkit-text-fill-color: #98171c !important;
  opacity: 1 !important;
  visibility: visible !important;
}

body.single-product .v29-product-summary .social-icons a:hover,
body.single-product .v29-product-summary .product-share a:hover,
body.single-product .v29-product-summary .share-icons a:hover{
  background: #98171c !important;
  border-color: #98171c !important;
  color: #ffffff !important;
}

body.single-product .v29-product-summary .social-icons a:hover i,
body.single-product .v29-product-summary .social-icons a:hover i::before,
body.single-product .v29-product-summary .product-share a:hover i,
body.single-product .v29-product-summary .product-share a:hover i::before,
body.single-product .v29-product-summary .share-icons a:hover i,
body.single-product .v29-product-summary .share-icons a:hover i::before{
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
}

/* ---------------------------------------------------------
   FULL-WIDTH TRUST BAR BELOW PRODUCT MAIN ROW
   --------------------------------------------------------- */

body.single-product .v29-product-trust-row{
  max-width: 1240px !important;
  margin: 26px auto 0 !important;
}

body.single-product .v29-product-trust-row > .col{
  padding-left: 18px !important;
  padding-right: 18px !important;
}

body.single-product .v29-product-trust--wide{
  width: 100% !important;
  display: grid !important;
  grid-template-columns: repeat(3,minmax(0,1fr)) !important;
  background: #ffffff !important;
  border: 1px solid #e5e8ed !important;
  border-radius: 16px !important;
  overflow: hidden !important;
  box-shadow: 0 8px 24px rgba(17,24,39,.04) !important;
}

body.single-product .v29-product-trust--wide .v29-product-trust-item{
  min-width: 0 !important;
  min-height: 82px !important;
  padding: 16px 22px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 13px !important;
  background: #ffffff !important;
  border-right: 1px solid #eceef2 !important;
}

body.single-product .v29-product-trust--wide .v29-product-trust-item:last-child{
  border-right: 0 !important;
}

body.single-product .v29-product-trust-icon{
  width: 42px !important;
  height: 42px !important;
  flex: 0 0 42px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  overflow: hidden !important;
  background: rgba(152,23,28,.07) !important;
  border: 1px solid rgba(152,23,28,.14) !important;
  border-radius: 50% !important;
  color: #98171c !important;
}

body.single-product .v29-product-trust-icon svg{
  width: 22px !important;
  height: 22px !important;
  min-width: 22px !important;
  min-height: 22px !important;
  max-width: 22px !important;
  max-height: 22px !important;
  display: block !important;
  fill: none !important;
  stroke: #98171c !important;
  stroke-width: 1.8 !important;
  stroke-linecap: round !important;
  stroke-linejoin: round !important;
  opacity: 1 !important;
  visibility: visible !important;
}

body.single-product .v29-product-trust-icon svg path,
body.single-product .v29-product-trust-icon svg circle,
body.single-product .v29-product-trust-icon svg line,
body.single-product .v29-product-trust-icon svg polyline{
  fill: none !important;
  stroke: #98171c !important;
}

body.single-product .v29-product-trust-content{
  min-width: 0 !important;
  display: block !important;
}

body.single-product .v29-product-trust-content strong{
  display: block !important;
  margin: 0 0 3px !important;
  color: #20242b !important;
  -webkit-text-fill-color: #20242b !important;
  font-size: 13px !important;
  line-height: 1.3 !important;
  font-weight: 800 !important;
  opacity: 1 !important;
}

body.single-product .v29-product-trust-content small{
  display: block !important;
  margin: 0 !important;
  color: #707986 !important;
  -webkit-text-fill-color: #707986 !important;
  font-size: 11px !important;
  line-height: 1.4 !important;
  font-weight: 500 !important;
  opacity: 1 !important;
}

/* ---------------------------------------------------------
   PRODUCT TABS
   --------------------------------------------------------- */

body.single-product .v29-product-tabs-row{
  max-width: 1240px !important;
  margin: 48px auto 0 !important;
}

body.single-product .v29-product-tabs-row .woocommerce-tabs{
  width: 100% !important;
}

body.single-product .v29-product-tabs-row .woocommerce-tabs ul.tabs{
  margin-bottom: 0 !important;
  border-bottom: 1px solid #e3e6eb !important;
}

body.single-product .v29-product-tabs-row .woocommerce-tabs ul.tabs li{
  margin-right: 28px !important;
}

body.single-product .v29-product-tabs-row .woocommerce-tabs ul.tabs li a{
  padding: 16px 0 !important;
  color: #4e5865 !important;
  -webkit-text-fill-color: #4e5865 !important;
  font-size: 13px !important;
  font-weight: 800 !important;
  opacity: 1 !important;
}

body.single-product .v29-product-tabs-row .woocommerce-tabs ul.tabs li.active a{
  color: #98171c !important;
  -webkit-text-fill-color: #98171c !important;
  border-bottom: 2px solid #98171c !important;
}

body.single-product .v29-product-tabs-row .woocommerce-tabs .panel{
  padding: 24px !important;
  background: #ffffff !important;
  border: 1px solid #e5e8ed !important;
  border-top: 0 !important;
  border-radius: 0 0 16px 16px !important;
}

body.single-product .v29-product-tabs-row .woocommerce-tabs .panel,
body.single-product .v29-product-tabs-row .woocommerce-tabs .panel p,
body.single-product .v29-product-tabs-row .woocommerce-tabs .panel li{
  color: #4f5966 !important;
  -webkit-text-fill-color: #4f5966 !important;
  opacity: 1 !important;
}

/* Product attributes table in tabs */

body.single-product .v29-product-tabs-row .shop_attributes{
  margin: 0 !important;
  border: 0 !important;
}

body.single-product .v29-product-tabs-row .shop_attributes tr:nth-child(odd){
  background: #fafbfc !important;
}

body.single-product .v29-product-tabs-row .shop_attributes th,
body.single-product .v29-product-tabs-row .shop_attributes td{
  padding: 14px 16px !important;
  border-bottom: 1px solid #eceef2 !important;
  color: #3c4653 !important;
  -webkit-text-fill-color: #3c4653 !important;
  opacity: 1 !important;
}

body.single-product .v29-product-tabs-row .shop_attributes th{
  width: 38% !important;
  color: #20242b !important;
  -webkit-text-fill-color: #20242b !important;
  font-size: 13px !important;
  font-weight: 800 !important;
}

/* ---------------------------------------------------------
   RELATED PRODUCTS
   --------------------------------------------------------- */

body.single-product .v29-related-row{
  max-width: 1240px !important;
  margin: 44px auto 0 !important;
}

body.single-product .v29-related-row .related > h2{
  margin-bottom: 22px !important;
  color: #15171c !important;
  -webkit-text-fill-color: #15171c !important;
  font-size: 28px !important;
  line-height: 1.2 !important;
  font-weight: 800 !important;
}

body.single-product .v29-related-row .product-small .box{
  height: 100% !important;
  overflow: hidden !important;
  background: #ffffff !important;
  border: 1px solid #e6e8ed !important;
  border-radius: 18px !important;
  box-shadow: 0 8px 24px rgba(17,24,39,.04) !important;
  transition: transform .2s ease, box-shadow .2s ease !important;
}

body.single-product .v29-related-row .product-small .box:hover{
  transform: translateY(-4px) !important;
  box-shadow: 0 14px 30px rgba(17,24,39,.08) !important;
}

body.single-product .v29-related-row .product-small .box-image{
  padding: 12px !important;
  background: #ffffff !important;
}

body.single-product .v29-related-row .product-small .box-text{
  padding: 14px 16px 18px !important;
}

body.single-product .v29-related-row .product-title,
body.single-product .v29-related-row .product-title a{
  color: #20242b !important;
  -webkit-text-fill-color: #20242b !important;
  font-size: 15px !important;
  line-height: 1.4 !important;
  opacity: 1 !important;
}

body.single-product .v29-related-row .price .amount{
  color: #98171c !important;
  -webkit-text-fill-color: #98171c !important;
  font-size: 17px !important;
}

/* ---------------------------------------------------------
   TABLET
   --------------------------------------------------------- */

@media (max-width: 1024px){

  body.single-product .v29-product-trust--wide{
    grid-template-columns: 1fr !important;
  }

  body.single-product .v29-product-trust--wide .v29-product-trust-item{
    min-height: 72px !important;
    justify-content: flex-start !important;
    border-right: 0 !important;
    border-bottom: 1px solid #eceef2 !important;
  }

  body.single-product .v29-product-trust--wide .v29-product-trust-item:last-child{
    border-bottom: 0 !important;
  }
}

/* ---------------------------------------------------------
   MOBILE
   --------------------------------------------------------- */

@media (max-width: 849px){

  body.single-product .v29-product-template{
    padding: 24px 12px 44px !important;
  }

  body.single-product .v29-product-main > .col,
  body.single-product .v29-product-trust-row > .col{
    padding-left: 8px !important;
    padding-right: 8px !important;
  }

  body.single-product .v29-product-summary{
    margin-top: 24px !important;
  }

  body.single-product .v29-product-summary .product-title{
    font-size: 34px !important;
    line-height: 1.05 !important;
  }

  body.single-product .v29-product-summary .price .amount{
    font-size: 25px !important;
  }

  body.single-product .v29-product-summary form.cart{
    display: grid !important;
    grid-template-columns: 110px minmax(0,1fr) !important;
  }

  body.single-product .v29-product-summary .single_add_to_cart_button{
    width: 100% !important;
    padding-left: 14px !important;
    padding-right: 14px !important;
  }

  body.single-product .v29-quick-spec-row{
    grid-template-columns: 1fr !important;
    gap: 4px !important;
  }

  body.single-product .v29-quick-spec-value{
    text-align: left !important;
  }

  body.single-product .v29-product-tabs-row{
    margin-top: 34px !important;
  }

  body.single-product .v29-product-tabs-row .woocommerce-tabs ul.tabs{
    display: flex !important;
    overflow-x: auto !important;
    white-space: nowrap !important;
  }

  body.single-product .v29-product-tabs-row .woocommerce-tabs ul.tabs li{
    margin-right: 20px !important;
  }

  body.single-product .v29-product-tabs-row .woocommerce-tabs .panel{
    padding: 18px !important;
  }

  body.single-product .v29-related-row{
    margin-top: 34px !important;
  }
}

/* =========================================================
   V29 PRODUCT TEMPLATE V2 - LEGACY TRUST CLEANUP
   Κρύβει μόνο τα παλιά trust blocks που έμεναν μέσα
   στη δεξιά στήλη. Το νέο --wide block παραμένει ορατό.
   ========================================================= */
body.single-product .v29-product-summary .v29-sp-trust-row,
body.single-product .v29-product-summary .v29-product-trust--safe,
body.single-product .v29-product-summary > .v29-product-trust:not(.v29-product-trust--wide){
  display: none !important;
}

/* Βεβαιώνει ότι το νέο trust row πιάνει το συνολικό πλάτος */
body.single-product .v29-product-trust-row,
body.single-product .v29-product-trust-row.row{
  width: 100% !important;
  max-width: 1240px !important;
  margin: 26px auto 0 !important;
}

body.single-product .v29-product-trust-row > .col,
body.single-product .v29-product-trust-row .col-inner{
  width: 100% !important;
  max-width: 100% !important;
}

body.single-product .v29-product-trust-row .v29-product-trust--wide{
  display: grid !important;
  grid-template-columns: repeat(3,minmax(0,1fr)) !important;
}

@media (max-width: 849px){
  body.single-product .v29-product-trust-row .v29-product-trust--wide{
    grid-template-columns: 1fr !important;
  }
}

/* =========================================================
   V29 PRODUCT BENEFITS - FINAL EXACT VERSION
   Κρύβει τα παλιά trust blocks και εμφανίζει μόνο το
   #v29-benefits-final μέσα στη δεξιά στήλη προϊόντος.
   ========================================================= */

/* 1. Κρύψε όλες τις προηγούμενες εκδόσεις trust blocks */
body.single-product .v29-product-summary .v29-sp-trust-row,
body.single-product .v29-product-summary .v29-product-trust,
body.single-product .v29-product-summary .v29-product-trust--safe,
body.single-product .v29-product-summary .v29-product-trust--wide,
body.single-product .v29-product-template > .v29-product-trust-row,
body.single-product .v29-product-template .v29-product-trust-row,
body.single-product .v29-product-template .v29-product-trust--wide{
  display: none !important;
}

/* 2. Το νέο block μέσα στη δεξιά στήλη */
body.single-product #v29-benefits-final{
  width: 100% !important;
  margin: 22px 0 14px !important;
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 3px !important;
  padding: 0 !important;
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  overflow: visible !important;
}

body.single-product #v29-benefits-final .v29-benefit-final{
  min-width: 0 !important;
  min-height: 58px !important;
  margin: 0 !important;
  padding: 10px 12px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 10px !important;
  background: #f6f6f7 !important;
  border: 0 !important;
  border-radius: 4px !important;
  box-shadow: none !important;
  color: #20242b !important;
  opacity: 1 !important;
}

body.single-product #v29-benefits-final .v29-benefit-final__icon{
  width: 28px !important;
  height: 28px !important;
  min-width: 28px !important;
  min-height: 28px !important;
  max-width: 28px !important;
  max-height: 28px !important;
  flex: 0 0 28px !important;
  margin: 0 !important;
  padding: 0 !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  color: #c71920 !important;
  opacity: 1 !important;
  overflow: hidden !important;
}

body.single-product #v29-benefits-final .v29-benefit-final__icon svg{
  width: 22px !important;
  height: 22px !important;
  min-width: 22px !important;
  min-height: 22px !important;
  max-width: 22px !important;
  max-height: 22px !important;
  display: block !important;
  margin: 0 !important;
  padding: 0 !important;
  fill: none !important;
  stroke: #c71920 !important;
  stroke-width: 1.8 !important;
  stroke-linecap: round !important;
  stroke-linejoin: round !important;
  opacity: 1 !important;
  visibility: visible !important;
}

body.single-product #v29-benefits-final .v29-benefit-final__icon svg path,
body.single-product #v29-benefits-final .v29-benefit-final__icon svg circle,
body.single-product #v29-benefits-final .v29-benefit-final__icon svg line,
body.single-product #v29-benefits-final .v29-benefit-final__icon svg polyline{
  fill: none !important;
  stroke: #c71920 !important;
  stroke-width: 1.8 !important;
  opacity: 1 !important;
}

body.single-product #v29-benefits-final .v29-benefit-final__text{
  min-width: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  display: block !important;
  color: #20242b !important;
  -webkit-text-fill-color: #20242b !important;
  opacity: 1 !important;
}

body.single-product #v29-benefits-final .v29-benefit-final__text strong{
  display: block !important;
  margin: 0 0 2px !important;
  padding: 0 !important;
  color: #20242b !important;
  -webkit-text-fill-color: #20242b !important;
  font-size: 11px !important;
  line-height: 1.25 !important;
  font-weight: 800 !important;
  letter-spacing: 0 !important;
  white-space: normal !important;
  opacity: 1 !important;
}

body.single-product #v29-benefits-final .v29-benefit-final__text small{
  display: block !important;
  margin: 0 !important;
  padding: 0 !important;
  color: #20242b !important;
  -webkit-text-fill-color: #20242b !important;
  font-size: 10px !important;
  line-height: 1.25 !important;
  font-weight: 600 !important;
  white-space: normal !important;
  opacity: 1 !important;
}

/* Meta και social ακριβώς από κάτω */
body.single-product #v29-benefits-final + .product_meta,
body.single-product .v29-product-summary .product_meta{
  margin-top: 10px !important;
}

/* Tablet: παραμένουν 3 κάρτες αλλά πιο compact */
@media (max-width: 1100px) and (min-width: 850px){
  body.single-product #v29-benefits-final .v29-benefit-final{
    padding: 9px 7px !important;
    gap: 6px !important;
  }

  body.single-product #v29-benefits-final .v29-benefit-final__icon{
    width: 24px !important;
    height: 24px !important;
    min-width: 24px !important;
    flex-basis: 24px !important;
  }

  body.single-product #v29-benefits-final .v29-benefit-final__icon svg{
    width: 19px !important;
    height: 19px !important;
    min-width: 19px !important;
    min-height: 19px !important;
  }

  body.single-product #v29-benefits-final .v29-benefit-final__text strong{
    font-size: 10px !important;
  }

  body.single-product #v29-benefits-final .v29-benefit-final__text small{
    font-size: 9px !important;
  }
}

/* Mobile: κάθε κάρτα σε ξεχωριστή γραμμή */
@media (max-width: 849px){
  body.single-product #v29-benefits-final{
    grid-template-columns: 1fr !important;
    gap: 6px !important;
  }

  body.single-product #v29-benefits-final .v29-benefit-final{
    min-height: 56px !important;
    justify-content: flex-start !important;
    padding: 10px 14px !important;
  }

  body.single-product #v29-benefits-final .v29-benefit-final__text strong{
    font-size: 12px !important;
  }

  body.single-product #v29-benefits-final .v29-benefit-final__text small{
    font-size: 11px !important;
  }
}


/* =========================================================
   PRODUCT BENEFITS BAR - ΚΑΤΩ ΑΠΟ GALLERY + SUMMARY
   ========================================================= */

body.single-product .v29-benefits-row{
  width: 100% !important;
  max-width: 1240px !important;
  margin: 20px auto 0 !important;
}

body.single-product .v29-benefits-row > .col{
  padding-left: 18px !important;
  padding-right: 18px !important;
}

body.single-product .v29-benefits-row .col-inner{
  padding: 0 !important;
}

body.single-product #v29-benefits-exact{
  width: 100% !important;
  margin: 0 !important;
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 3px !important;
  background: transparent !important;
}

body.single-product #v29-benefits-exact .v29-benefit-exact{
  min-width: 0 !important;
  min-height: 70px !important;
  padding: 12px 18px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 12px !important;
  background: #f5f5f6 !important;
  border: 0 !important;
  border-radius: 5px !important;
  box-shadow: none !important;
}

body.single-product #v29-benefits-exact .v29-benefit-exact-icon{
  width: 34px !important;
  height: 34px !important;
  flex: 0 0 34px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  color: #c71920 !important;
}

body.single-product #v29-benefits-exact .v29-benefit-exact-icon svg{
  width: 23px !important;
  height: 23px !important;
  max-width: 23px !important;
  max-height: 23px !important;
  display: block !important;
  fill: none !important;
  stroke: #c71920 !important;
  stroke-width: 1.8 !important;
  stroke-linecap: round !important;
  stroke-linejoin: round !important;
  opacity: 1 !important;
  visibility: visible !important;
}

body.single-product #v29-benefits-exact .v29-benefit-exact-text{
  min-width: 0 !important;
  display: block !important;
}

body.single-product #v29-benefits-exact .v29-benefit-exact-text strong{
  display: block !important;
  margin: 0 0 3px !important;
  color: #20242b !important;
  -webkit-text-fill-color: #20242b !important;
  font-size: 12px !important;
  line-height: 1.25 !important;
  font-weight: 800 !important;
  opacity: 1 !important;
}

body.single-product #v29-benefits-exact .v29-benefit-exact-text small{
  display: block !important;
  margin: 0 !important;
  color: #20242b !important;
  -webkit-text-fill-color: #20242b !important;
  font-size: 11px !important;
  line-height: 1.3 !important;
  font-weight: 600 !important;
  opacity: 1 !important;
}

@media (max-width: 849px){

  body.single-product .v29-benefits-row{
    margin-top: 16px !important;
  }

  body.single-product .v29-benefits-row > .col{
    padding-left: 8px !important;
    padding-right: 8px !important;
  }

  body.single-product #v29-benefits-exact{
    grid-template-columns: 1fr !important;
    gap: 5px !important;
  }

  body.single-product #v29-benefits-exact .v29-benefit-exact{
    min-height: 64px !important;
    justify-content: flex-start !important;
  }
}






