/*
 * Custom code goes here.
 * A template should always ship with an empty custom.css
 */

 /*header*/
#ttcmsheader .ttheader-service p {
    color: #000000!important;
}

 /*accueil*/
 #banner-container, .banner-container {
   margin-top: 40px;
   background-image: url(https://www.hometvous.fr/themes/PRS010_02-child/assets/img/accueil-hometvousrz.png);
   background-size: cover;
   background-position: center;
   background-attachment: fixed;
}

 #index, #wrapper .banner {
      float: none; 
   margin: auto;
}

.default .main-header .right-nav {
    background-color: #ffffff!important;
}
#header .logo {
    max-width: 247px!important;
    max-height: 113px!important;
  
}

/*ttcmsbottombanner*/
.htv-banner {
  position: relative;
  width: 100%;
  overflow: hidden;
  border-radius: 12px;
  aspect-ratio: 16/9;
  font-family: 'Georgia', serif;
}
.htv-banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.htv-banner-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to right, rgba(0,0,0,0.72) 40%, rgba(0,0,0,0.15) 100%);
}
.htv-banner-content {
  position: absolute;
  top: 50%;
  left: 5%;
  transform: translateY(-50%);
  max-width: 480px;
  color: #fff;
  padding: 16px;
}
.htv-banner-label {
  margin: 0 0 8px 0;
  font-size: clamp(11px, 1.2vw, 14px);
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #fed604;
  font-family: Arial, sans-serif;
  font-weight: 600;
}
.htv-banner-title {
  margin: 0 0 16px 0;
  font-size: clamp(22px, 3.5vw, 48px);
  line-height: 1.15;
  font-weight: 700;
  letter-spacing: -0.5px;
  color: #fff;
}
.htv-banner-text {
  margin: 0 0 28px 0;
  font-size: clamp(13px, 1.4vw, 17px);
  line-height: 1.6;
  color: rgba(255,255,255,0.85);
  font-family: Arial, sans-serif;
  font-weight: 300;
  max-width: 360px;
}
.htv-banner-link {
  display: inline-block;
  background: #fed604;
  color: #111;
  text-decoration: none;
  padding: 13px 30px;
  border-radius: 4px;
  font-size: clamp(12px, 1.2vw, 15px);
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: Arial, sans-serif;
  box-shadow: 0 4px 18px rgba(254,214,4,0.35);
  transition: background 0.2s;
}
.htv-banner-link:hover {
  background: #e6c800;
}
/*Produits*/

#products .products ul, .featured-products .products ul, .product-accessories .products ul, .ttfeatured-products .products ul, .crossselling-product .products ul, .category-products .products ul, .ttbestseller-products .products ul, .ttnew-products .products ul, .ttspecial-products .products ul, .view-product .products ul {
    float: none !important;
    width: 100%;
    
}

.color, .custom-checkbox input[type="checkbox"] + span.color {
    width: 50px!important;
    height: 50px!important;
}

 /* Block Reassurance */

 #block-reassurance > ul {
    display: flex;
 }

 #block-reassurance img {
    width: 12%;
 }

/* Block images produits */
 .pb-left-column #tt-jqzoom {
    display: flex;
}

/* Block search */

#search_block_top #searchbox {
      border: 1px solid black;
}
/* Text Accueil */
.htv-hero {
    position: relative;
    min-height: 85vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 60px 24px;
    background: rgba(15, 10, 5, 0.48);
    overflow: hidden;
  }
  .htv-deco {
    width: 50px;
    height: 1px;
    background: #c9a96e;
    margin: 0 auto 28px;
    animation: htvFadeUp 0.8s ease 0.2s both;
  }
  .htv-eyebrow {
    font-size: 0.68rem;
    letter-spacing: 0.35em;
    text-transform: uppercase;
    color: #e8d4aa;
    animation: htvFadeUp 0.8s ease 0.4s both;
    margin-bottom: 18px;
  }
  .htv-h1 {
    font-size: clamp(2.4rem, 6vw, 5.5rem);
    font-weight: 300;
    line-height: 1.1;
    color: #fff;
    animation: htvFadeUp 0.9s ease 0.6s both;
    margin-bottom: 20px;
  }
  .htv-h1 em { font-style: italic; color: #e8d4aa; }
  .htv-sub {
    font-style: italic;
    font-size: clamp(1rem, 2.2vw, 1.25rem);
    color: rgba(255,255,255,0.78);
    max-width: 520px;
    line-height: 1.75;
    animation: htvFadeUp 0.9s ease 0.8s both;
    margin-bottom: 40px;
  }
  .htv-badges {
    display: flex;
    gap: 14px;
    flex-wrap: wrap;
    justify-content: center;
    animation: htvFadeUp 0.9s ease 1s both;
  }
  .htv-badge {
    background: rgba(255,255,255,0.1);
    border: 1px solid rgba(201,169,110,0.3);
    backdrop-filter: blur(6px);
    padding: 9px 20px;
    font-size: 0.7rem;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: #e8d4aa;
    border-radius: 2px;
    transition: background 0.3s;
    cursor: default;
  }
  .htv-badge:hover { background: rgba(201,169,110,0.2); }
  .htv-badge-stock::before  { content: "\1F4E6\00A0"; }
  .htv-badge-livr::before   { content: "\1F69A\00A0"; }
  .htv-badge-support::before{ content: "\1F4AC\00A0"; }

  .htv-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(270px, 1fr));
    gap: 1px;
    background: #c8bca8;
  }
  .htv-card {
    background: #faf7f2;
    padding: 48px 38px;
    position: relative;
    overflow: hidden;
    transition: background 0.3s;
  }
  .htv-card::before {
    content: '';
    position: absolute;
    top: 0; left: 38px; right: 38px;
    height: 2px;
    background: linear-gradient(90deg, transparent, #c9a96e, transparent);
    transform: scaleX(0);
    transition: transform 0.5s;
  }
  .htv-card:hover { background: #fff; }
  .htv-card:hover::before { transform: scaleX(1); }
  .htv-card-icon {
    font-size: 1.7rem;
    margin-bottom: 18px;
    display: block;
    font-style: normal;
  }
  .htv-icon-deco::before    { content: "\1F3E1"; }
  .htv-icon-orga::before    { content: "\1F6CB"; }
  .htv-icon-qualite::before { content: "\2728"; }

  .htv-card-title {
    font-size: 1.5rem;
    font-weight: 600;
    color: #1a1410;
    margin-bottom: 14px;
    line-height: 1.25;
  }
  .htv-card-text {
    font-size: 0.87rem;
    line-height: 1.9;
    color: #5a4e40;
  }
  .htv-strip {
    background: #1a1410;
    padding: 38px 24px;
    text-align: center;
  }
  .htv-strip-title {
    font-style: italic;
    font-weight: 300;
    font-size: clamp(1.1rem, 2.5vw, 1.7rem);
    color: #e8d4aa;
    margin-bottom: 22px;
  }
  .htv-strip-feats {
    display: flex;
    justify-content: center;
    gap: 28px;
    flex-wrap: wrap;
  }
  .htv-feat {
    display: flex;
    align-items: center;
    font-size: 0.7rem;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: rgba(255,255,255,0.55);
  }
  .htv-feat-stock::before   { content: "\1F4E6\00A0"; color: #c9a96e; font-size: 1rem; }
  .htv-feat-livr::before    { content: "\1F680\00A0"; color: #c9a96e; font-size: 1rem; }
  .htv-feat-support::before { content: "\1F4AC\00A0"; color: #c9a96e; font-size: 1rem; }

  .htv-cta {
    background: #f5f0e8;
    padding: 52px 24px;
    text-align: center;
  }
  .htv-quote {
    font-style: italic;
    font-size: clamp(1.05rem, 2.2vw, 1.45rem);
    color: #7a6a58;
    max-width: 440px;
    margin: 0 auto 28px;
    line-height: 1.7;
  }
  .htv-btn {
    display: inline-block;
    background: transparent;
    border: 1px solid #c9a96e;
    color: #1a1410;
    padding: 13px 38px;
    font-size: 0.7rem;
    letter-spacing: 0.3em;
    text-transform: uppercase;
    text-decoration: none;
    border-radius: 1px;
    transition: background 0.3s, color 0.3s;
  }
  .htv-btn:hover { background: #c9a96e; color: #fff; }
  .htv-reveal {
    opacity: 0;
    transform: translateY(16px);
    transition: opacity 0.7s ease, transform 0.7s ease;
  }
  .htv-reveal.htv-visible { opacity: 1; transform: translateY(0); }
  @keyframes htvFadeUp {
    from { opacity: 0; transform: translateY(20px); }
    to   { opacity: 1; transform: translateY(0); }
  }
  @media (max-width: 600px) {
    .htv-card { padding: 36px 24px; }
    .htv-strip-feats { gap: 16px; }
  }
@media (min-width: 1300px) {
    #category.column_4 #products .product-miniature.product-grid,
    #category.column_4 .featured-products .product-miniature.product-grid,
    #category.column_4 .ttfeatured-products .product-miniature.product-grid,
    #category.column_4 .ttspecial-products .product-miniature.product-grid,
    #category.column_4 .ttnew-products .product-miniature.product-grid,
    #category.column_4 .ttbestseller-products .product-miniature.product-grid,
    #prices-drop .product-miniature.product-grid {
        width: 33.33333% !important;
    }
}

@media (max-width: 1299px) {
    .pb-left-column .images-container .js-qv-mask.mask {
        width: 280px !important;
    }
}

/* REASSURANCE */
.rs-wrap {
  width: 100%;
  padding: 50px 20px;
  background: #f5f3ef;
  position: relative;
  overflow: hidden;
  font-family: 'Helvetica Neue', Arial, sans-serif;
}
.rs-wrap::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  background:
    radial-gradient(ellipse at 10% 50%, rgba(180,160,130,0.12) 0%, transparent 60%),
    radial-gradient(ellipse at 90% 50%, rgba(180,160,130,0.12) 0%, transparent 60%);
  pointer-events: none;
}
.rs-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  max-width: 1100px;
  margin: 0 auto;
}
.rs-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 36px 24px;
  position: relative;
  transition: transform 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  cursor: default;
}
.rs-item:not(:last-child)::after {
  content: '';
  position: absolute;
  right: 0; top: 20%;
  height: 60%; width: 1px;
  background: linear-gradient(to bottom, transparent, #c8b89a, transparent);
}
.rs-item:hover { transform: translateY(-6px); }

.rs-icon {
  width: 64px; height: 64px;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  font-size: 26px;
  line-height: 1;
}
.rs-icon::before {
  content: '';
  position: absolute; inset: 0;
  border-radius: 50%;
  border: 1px solid rgba(180,150,100,0.3);
  transition: transform 0.4s ease, border-color 0.4s ease;
}
.rs-item:hover .rs-icon::before {
  transform: scale(1.15);
  border-color: rgba(180,150,100,0.7);
}
.rs-icon::after {
  font-style: normal;
  font-size: 26px;
  line-height: 1;
  position: relative;
  z-index: 1;
}

.rs-item--gift   .rs-icon::after { content: "\1F381"; }
.rs-item--promo  .rs-icon::after { content: "\1F3F7\FE0F"; }
.rs-item--ship   .rs-icon::after { content: "\1F69A"; }
.rs-item--secure .rs-icon::after { content: "\1F512"; }

.rs-num {
  position: absolute;
  top: 12px; right: 16px;
  font-size: 11px;
  color: #c8b89a;
  letter-spacing: 0.1em;
  font-family: Georgia, serif;
}
.rs-title {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 18px;
  font-weight: 500;
  color: #2c2419;
  letter-spacing: 0.02em;
  margin-bottom: 7px;
  text-align: center;
}
.rs-desc {
  font-size: 12px;
  font-weight: 300;
  color: #8a7a65;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  text-align: center;
  line-height: 1.6;
}
@keyframes rs-fadeUp {
  from { opacity: 0; transform: translateY(18px); }
  to   { opacity: 1; transform: translateY(0); }
}
.rs-item {
  opacity: 0;
  animation: rs-fadeUp 0.6s cubic-bezier(0.23, 1, 0.32, 1) forwards;
}
.rs-item:nth-child(1) { animation-delay: 0.05s; }
.rs-item:nth-child(2) { animation-delay: 0.15s; }
.rs-item:nth-child(3) { animation-delay: 0.25s; }
.rs-item:nth-child(4) { animation-delay: 0.35s; }
@media (max-width: 768px) {
  .rs-grid { grid-template-columns: repeat(2, 1fr); }
  .rs-item:nth-child(2)::after,
  .rs-item:nth-child(4)::after { display: none; }
  .rs-item:nth-child(1),
  .rs-item:nth-child(2) { border-bottom: 1px solid rgba(180,150,100,0.2); }
}
@media (max-width: 480px) {
  .rs-grid { grid-template-columns: 1fr; }
  .rs-item::after { display: none !important; }
  .rs-item { border-bottom: 1px solid rgba(180,150,100,0.2); }
  .rs-item:last-child { border-bottom: none; }
}

/*ttspecials*/
@media (max-width: 991px) {
    #header .tt-menu-horizontal ul li.level-1 > a {
        font: 800 16px / 21px "Muli", Helvetica, sans-serif;
           }
}