/*
Theme Name:   Epistream
Description:  Theme Epistream
Template:     storefront
Text Domain:  storefront-child
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1.0 Config Theme
2.0 Global
3.0 Layout
  3.1 Header
  3.2 Footer
4.0 Elements
5.0 Epidrive
  5.1 Sidebar
  5.2 Layout drive
  5.3 Produits
  5.4 Single produit
  5.5 Panier
  5.6 Validation de la commande
  5.7 Grade patate
  5.8 Compte client
6.0 Homepage
  6.1 Derniers acticles
  6.2 Points d'entrées x3
  6.3 Home hero
  6.4 Produits de saison
  6.5 Témoignages clients
  6.6 Coffrets cadeaux



/*--------------------------------------------------------------
1.0 Config Theme
--------------------------------------------------------------*/
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

:root {
  --beige : #e8d3c0;
  --beige-fonce : #d4ab87;
  --marron : #341c16;
  --rouge : #bf7950;
  --blanc : #faf6f2;
}

@font-face {
  font-family: 'Pally-Regular';
  src: url('assets/fonts/Pally-Regular.woff2') format('woff2'),
       url('assets/fonts/Pally-Regular.woff') format('woff'),
       url('assets/fonts/Pally-Regular.ttf') format('truetype');
  font-weight: 400;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: 'Pally-Medium';
  src: url('assets/fonts/Pally-Medium.woff2') format('woff2'),
       url('assets/fonts/Pally-Medium.woff') format('woff'),
       url('assets/fonts/Pally-Medium.ttf') format('truetype');
  font-weight: 500;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: 'Pally-Bold';
  src: url('assets/fonts/Pally-Bold.woff2') format('woff2'),
       url('assets/fonts/Pally-Bold.woff') format('woff'),
       url('assets/fonts/Pally-Bold.ttf') format('truetype');
  font-weight: 700;
  font-display: swap;
  font-style: normal;
}
/**
* This is a variable font
* You can control variable axes as shown below:
* font-variation-settings: wght 700.0;
*
* available axes:
'wght' (range from 400.0 to 700.0
*/
@font-face {
  font-family: 'Pally-Variable';
  src: url('assets/fonts/Pally-Variable.woff2') format('woff2'),
       url('assets/fonts/Pally-Variable.woff') format('woff'),
       url('assets/fonts/Pally-Variable.ttf') format('truetype');
  font-weight: 400 700;
  font-display: swap;
  font-style: normal;
}
/*--------------------------------------------------------------
2.0 Global
--------------------------------------------------------------*/
body, html{
  font-family: "Roboto", sans-serif;
  color: #aaa1a0;
}
h1, h2, h3, h4, h5, h6 {
  font-family: 'Pally-Bold';
  color: var(--marron);
}
a {
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
a:focus {
  outline: none;
}
a:focus-visible {
  outline: 2px solid #ccc;
}
.col-full {
   max-width: 100%;
   margin-left: auto;
   margin-right: auto;
   padding: 0 2.617924em;
   /* padding:0; */
   box-sizing: content-box;
}
.center{
  text-align: center;
}

/*--------------------------------------------------------------
3.0 Layout
--------------------------------------------------------------*/
/*--------------------------------------------------------------
3.1 Header
--------------------------------------------------------------*/
/* .header-right {
  display: inline-block;
  position: absolute;
  right: 30px;
}
.header-right a {
  z-index: 999999;
  position: relative;
}
.header-cart,
.header-compte,
.header-shop {
  display: inline-block;
  line-height: 100px;
  font-size: 40px;
  margin: 0 2.5rem;
  position: relative;
}
.header-shop::after {
  content: 'Boutique';
  position: absolute;
  font-size: 12px;
  bottom: -23px;
  display: inline-block;
  width: 50px;
  left: -3px;
}
.header-compte::after {
  content: 'Mon compte';
  position: absolute;
  font-size: 12px;
  bottom: -23px;
  display: inline-block;
  width: 70px;
  left: -9px;
}
header ul#menu-rayons li{
  position:  relative;
  list-style: none;
} */

/* header#header {
  width: 100%;

  top: 0;
  height: 100px;
  z-index: 9999;
  width: 100%;
  background: #ffffff;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
} */
header#header .container-header{
  display: flex;
  justify-content: center;
  align-items: center;
}
header ul{
  margin: 0;
  padding: 0;
}
header .header-left, header .header-right{
  display: flex;
  align-items: center;
  width: 50%;
}
header .header-right{
 justify-content:end;
}
header .search-header {
  width: 70%;
}
header#header .logo {
  margin: 0 10px 0 10px;
}
header#header .header-left {
  margin-left: 10px;
}
header#header {
  padding: 10px;
  box-shadow: 0 0 20px 5px rgba(35,35,35,0.08);
}
.page-template header#header {
  margin-bottom: 2em;
}

header ul#menu-rayons li, header ul#menu-menu li {
  display: inline-flex;
  align-items: center;
  position: relative;
  zoom: 1;
  list-style: none;
  margin: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  margin: 0 10px 0 10px;
}
#menu-rayons {
  display: flex;
}
#menu-rayons #menu-item-4121 a {
  font-weight: bold;
}
header #menu-item-4121:before {
  display: inline-flex;
  content: '';
  background-image: url('assets/svg/burger.svg');
  background-size: 25px 25px;
  height: 25px;
  width: 25px;
  margin-right: 5px;
}
header #menu-item-4121:after {
  display: inline-flex;
  content: '';
  background-image: url('assets/svg/chevron-down.svg');
  background-size: 10px 10px;
  height: 10px;
  width: 10px;
  margin-left: 5px;
}

#menu-menu {
  margin: 40px 0 0;
}
header #menu-item-4118 a::before {
  position: absolute;
  content: '';
  background-image: url('assets/svg/blog.svg');
  background-size: 50px 50px;
  height: 50px;
  width: 50px;
  top: -45px;
  left: -29%;
}
header #menu-item-4119 a::before {
  position: absolute;
  content: '';
  background-image: url('assets/svg/contact.svg');
  background-size: 50px 50px;
  height: 50px;
  width: 50px;
  top: -45px;
  left: 5%;
}
header #menu-item-4120 a::before {
  position: absolute;
  content: '';
  background-image: url('assets/svg/user.svg');
  background-size: 50px 50px;
  height: 50px;
  width: 50px;
  top: -45px;
  left: 14%;
}

/* Sous Menu */
header ul#menu-rayons li ul {
  float: left;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 70px;
  margin: 0;
  visibility: hidden;
  z-index: 99;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -ms-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
header ul#menu-rayons li:hover ul {
  opacity: 1;
  top: 30px;
  visibility: visible;
}
header ul#menu-rayons .sub-menu li:first-child a {
  border-radius: 10px 10px 0 0;
}
header ul#menu-rayons .sub-menu li:last-child a {
  border-radius: 0 0 10px 10px;
}
header ul#menu-rayons li ul li {
  width: 250px;
  list-style: none;
  display: block;
}
header ul#menu-rayons li ul a {
  display: block;
  font-size: 16px;
  text-align: left;
  line-height: 20px;
  color: #fff;
  padding: 10px 10px 10px 20px;
  background: var(--marron);
  height: auto;
  border-top: none;
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
  font-weight: bold;
}
header ul#menu-rayons li ul a:hover {
  background: #d3ab89;
  color: #fff;
  border-top: none;
}
header ul#menu-rayons li ul li.current-menu-item > a {
  color: #fff;
  background: #d3ab89;
}
.dgwt-wcas-search-wrapp .dgwt-wcas-sf-wrapp input[type="search"].dgwt-wcas-search-input, .dgwt-wcas-search-wrapp .dgwt-wcas-sf-wrapp input[type="search"].dgwt-wcas-search-input:hover, .dgwt-wcas-search-wrapp .dgwt-wcas-sf-wrapp input[type="search"].dgwt-wcas-search-input:focus {
  border-width: 0.7px;
}
/* PANIER HEADER */
.woofc-menu-item .woofc-menu-item-inner i {
  margin-right: 30px;
  font-size: 24px;
  vertical-align: sub;
}
.menu-item.woofc-menu-item.menu-item-type-woofc {
  border: 1px solid var(--beige-fonce);
  padding: 5px 10px;
  border-radius: 35px;
  top: -27px;
}
.woofc-menu-item-inner-subtotal {
  color: var(--beige-fonce);
  font-weight: bold;
}
.woofc-menu-item .woofc-menu-item-inner:after {
  background-color: var(--beige-fonce);
  color: #ffffff;
  font-size: 12px;
  font-weight: 400;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  border-radius: 20px;
  position: absolute;
  left: 12px;
  top: -15px;
}
.woofc-icon-cart7::before {
  content: "\e8cc";
}
header .woofc-menu-item-inner-subtotal:after {
  display: inline-flex;
  content: '';
  background-image: url('assets/svg/chevron-cart.svg');
  background-size: 30px 30px;
  height: 30px;
  width: 30px;
  /* top: -45px;
  left: 14%; */
  margin-left: 10px;
  vertical-align: text-bottom;
}

/*--------------------------------------------------------------
3.2 Footer
--------------------------------------------------------------*/
.footer-widgets #block-8, .footer-widgets #block-09, .footer-widgets #block-11, .footer-widgets #block-12 {
  margin-bottom: 0;
}
#menu-clients li:before {
  display: none;
}
#menu-clients li {
  padding: 0;
}
.site-info {
  text-align: center;
}
.site-footer a {
  text-decoration: none;
}
/*--------------------------------------------------------------
4.0 Elements
--------------------------------------------------------------*/

.dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp button.dgwt-wcas-search-submit {
  left: auto !important;
  right: 28px !important;
}
.dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp input[type="search"].dgwt-wcas-search-input {
  padding: 13px 24px 13px 24px;
}
/*--------------------------------------------------------------
5.0 Epidrive
--------------------------------------------------------------*/

.storefront-breadcrumb {
  background-color: var(--beige);
  color: var(--marron);
  border-radius: 0 5px 5px 0;
}
.storefront-breadcrumb a {
  color: var(--marron);
}

/* SHOP HEADER */
.woocommerce-products-header {
  background: var(--beige);
  padding: 3rem;
  color: var(--marron);
  border-radius: 20px;
  margin-bottom: 2rem;
  position:relative;
}
.titre-pre-shop::before {
  display: inline-flex;
  content: '';
  background-image: url('assets/svg/rayon.svg');
  background-size: 50px 50px;
  height: 50px;
  width: 50px;
  margin-right: 10px;
  vertical-align: center;
}
.woocommerce-ordering .orderby {
  background: var(--beige);
  border: none;
  padding: 10px 15px;
  border-radius: 20px;
}
.woocommerce-result-count {
  color: var(--marron);
}
.woocommerce-result-count::before {
  display: inline-flex;
  content: '';
  background-image: url('assets/svg/grid.svg');
  background-size: 15px 15px;
  height: 15px;
  width: 15px;
  margin: 0 5px 0 5px;
  vertical-align: center;
}
.woocommerce-products-header .icone-patate {
  position: absolute;
  right: 10px;
  top: 13px;
}
/*--------------------------------------------------------------
5.1 Sidebar
--------------------------------------------------------------*/
.widget-area {
  height: 100vh !important;
  box-shadow: 8px 0 12px -6px rgba(52, 28, 22, 0.08) !important;
}
#secondary .product-categories {
  list-style: none;
}

#secondary ul.product-categories {
  margin: 0;
  padding: 0;
}
#secondary .product-categories .menu-item {
  padding: 10px 0;
  font-weight: bold;
  font-size: 18px;
}
#secondary .product-categories .menu-item a{
  color: var(--marron)
}
#secondary .cat-icon {
  margin: 0 10px;
  color : var(--rouge);
}
#secondary .cat-icon svg {
    width: 30px;
    height: 30px;
    margin-right: 8px;
    /* fill: var(--rouge); */
    vertical-align: middle;
    transition: transform 0.2s ease;
}
#secondary .menu-item a {
    display: flex;
    align-items: center;
    position: relative;
}
#secondary .cat-label {
    line-height: 1;
}
#secondary .product-categories .menu-item.current-cat a{
    color: #FFF;
}
#secondary .product-categories .menu-item a:after {
   content: '';
    position: absolute;
    right: 14px;
    width: 20px;
    height: 20px;
    background-color: var(--marron);
    -webkit-mask-image: url('assets/svg/chevron-right.svg');
    -webkit-mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    mask-image: url('assets/svg/chevron-right.svg');
    mask-size: contain;
    mask-repeat: no-repeat;
}
/* #secondary .product-categories .menu-item .cat-icon svg{

} */
ul.products li{
  border: 0.7px solid #e7d3c1;
  border-radius: 20px;
  padding: 5px;
}
#secondary .product-categories .menu-item.menu-item-68 {
  background: var(--blanc);
  border: 1px solid #eed8ba;
}
#secondary .product-categories .menu-item.current-cat.menu-item-68 {
  background: var(--beige-fonce);
}
#secondary .current-cat {
    background: var(--beige-fonce);
}
#secondary .product-categories .menu-item.current-cat .cat-icon{
    color: currentColor;
}
#secondary .product-categories .menu-item.current-cat a:after {
  background-color: #FFF;
}
#secondary .product-categories .menu-item.menu-item-68 a {
  font-size: 21px;
}
#secondary .product-categories .menu-item.menu-item-68 a:after {
  display: none;
}
#secondary .product-categories .menu-item.menu-item-68 .cat-icon svg {
    width: 50px;
    height: 50px;
    margin-right: 0px;
    /* fill: var(--rouge); */
    vertical-align: middle;
    transition: transform 0.2s ease;
}
#secondary .btn-courses {
  padding: 10px 0;
}
#secondary .courses-title {
  font-size: 21px;
  font-weight: 500;
  color: initial;
}
#secondary .creneau {
  display: inline-block;
  position: relative;
  font-size: 19px;
  font-weight: 100;
  color: initial;
  margin: -5px 0 0 77px;
}
#secondary .courses-title:before {
  display: inline-flex;
  content: '';
  background-image: url('assets/svg/courses.svg');
  background-size: 30px 30px;
  height: 30px;
  width: 30px;
  /* top: -45px;
  left: 14%; */
  margin-left: 10px;
  vertical-align: text-top;
  margin-right: 10px;
}
#secondary .creneau::after {
  content: "";
  position: absolute;
  bottom: 6px;
  left: 0;
  width: 0;
  height: 7px;
  background-color: #ecb480;
  transition: width 0.3s ease;
  z-index: -1;
}
#secondary .creneau:hover {
  cursor: pointer;
}
#secondary .creneau:hover::after {
  width: 100%;
  cursor: pointer;
}
 /* a { position: relative; text-decoration: none; }
 a::after { content: ""; position: absolute; bottom: -2px; left: 0; width: 0; height: 2px; background-color: #007bff; transition: width 0.3s ease; }
  a:hover::after { width: 100%; }  */


/* POPUP HORAIRES */
#popup-horaires {
  background: rgba(28,36,44,.85)!important;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  opacity: 0;
  visibility: hidden;
}
#popup-horaires.open {
  overflow: auto;
  opacity: 1;
  visibility: visible;
}
#popup-horaires .content-popup-horaires {
  width: 480px;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  z-index: 9999;
  background: #fff;
  padding: 40px;
  -webkit-transition: all 0.4s ease-in;
  -moz-transition: all 0.4s ease-in;
  -o-transition: all 0.4s ease-in;
  transition: all 0.4s ease-in;
  border-radius: 20px;
}
#popup-horaires .content-popup-horaires .close {
  font-size: 32px;
  color: #774235;
  position: absolute;
  top: 15px;
  right: 15px;
  cursor: pointer;
}

/*--------------------------------------------------------------
5.2 Layout drive
--------------------------------------------------------------*/
.tax-product_cat.left-sidebar .content-area, .woocommerce-shop.left-sidebar .content-area,
.single-product.left-sidebar .content-area{
  width:80%;
}
.tax-product_cat.left-sidebar .widget-area, .woocommerce-shop.left-sidebar .widget-area,
.single-product.left-sidebar .widget-area {
  width:20%;
  margin-right : 0;
}
.single-product #primary .product {
  margin-left: 2.617924em;
  margin-right: 2.617924em;
}
.tax-product_cat .woocommerce-products-header,
.tax-product_cat .storefront-sorting,
.tax-product_cat .products.columns-4,
.tax-product_cat .storefront-sorting,
.woocommerce-shop .woocommerce-products-header,
.woocommerce-shop .storefront-sorting,
.woocommerce-shop .products.columns-4,
.woocommerce-shop .storefront-sorting {
  margin-left: 2.617924em;
  margin-right: 2.617924em;
}
.tax-product_cat .titre-pre-shop,
.woocommerce-shop .titre-pre-shop {
  margin-left: 1em;
}
.woocommerce-ordering {
   float: right;
 }
/*--------------------------------------------------------------
5.3 Produits
--------------------------------------------------------------*/
li.product a.add_to_cart_button {
  display: inline-block;
  width: 60px;
  height: 40px;
  border-radius: 20px;
  background: url("assets/svg/add.svg") no-repeat center center;
  background-color: var(--beige-fonce);
  /* background-size: 26px auto; */
  position: absolute;
  /* transform: translateX(-50%);
  -webkit-transform: translateX(-50%); */
  right: 12px;
  text-indent: -9999px;
  bottom: 2%;
  border: 3px solid #f4eae0;
}
ul.products li.product, ul.products .wc-block-grid__product, .wc-block-grid__products li.product, .wc-block-grid__products .wc-block-grid__product {
  text-align: left;
}
/* cache voir le panier quand on ajoute un articlke */
/* .added_to_cart.wc-forward {
  display: none;
} */
.added_to_cart.wc-forward {
  position: absolute;
  bottom: 3px;
  left: 6px;
  border-radius: 20px;
  background: var(--rouge);
}
img.attachment-woocommerce_thumbnail{
  border-radius: 20px;
}
/*--------------------------------------------------------------
  5.4 Single produit
--------------------------------------------------------------*/
#wwbp_actual_weight {
  color: var(--marron);
  font-size: 24px;
  font-weight: bold;
}
.wwbp_calculation_section {
  color: var(--marron);
}
#wwbp_product_price {
  color: var(--beige-fonce);
  font-size: 24px;
  font-weight: bold;
}
.wwbp_calculation_section td b{
  font-weight: bold;
  color:var(--beige-fonce);
}
.wwbp_calculation_section td {
  padding: 0.2em 0;
}
.wwbp_calculation_section {
  border: 1px solid var(--beige);
  padding: 10px;
  border-radius: 20px;
}
.wwbp_calculation_section table{
  margin:0;
}
.site-main .related.products ul.products.columns-3 li.product {
  width: 29.4117647059%;
  float: left;
  margin-right: 3.9% !important;
  margin-left: 0 !important;
 }
 .related.products {
  margin-top: 5em;
}
 .related.products h2 {
   text-align: center;
   font-size: 2.617924em;
 }
 .single-product div.product p.price {
  color: var(--beige-fonce);
  font-size: 1.8em;
  margin: 0.5em 0;
  font-weight: 300;
}
.single_product_icone_cat {
  display: flex;
  /*! justify-items: center; */
}
.icone_cat {
  margin-right: 10px;
  color: var(--rouge);
}
.nom_cat {
  color: var(--marron);
  font-weight: bold;
}
.single_add_to_cart_button.button.alt {
  border: 1px solid var(--marron);
  background: none;
  color: var(--marron);
  border-radius: 20px;
}

/* BOUTON - et + */
.summary .quantity {
    display: inline-flex;
    align-items: center;
    border: 0px solid #ddd;
    border-radius: 999px;
    overflow: hidden;
    background: #fff;
    max-width: max-content;
}

.quantity .qty {
    width: 42px;
    height: 42px;
    border: none !important;
    text-align: center;
    font-size: 18px;
    padding: 0;
    background: transparent;
    box-shadow: none !important;
    appearance: textfield;
    -moz-appearance: textfield;
}

.quantity .qty::-webkit-outer-spin-button,
.quantity .qty::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.qty-btn {
    width: 32px;
    height: 32px;
    border: none;
    background: var(--beige-fonce);
    cursor: pointer;
    color:#FFF;
    font-size: 22px;
    line-height: 1;
    transition: background 0.2s ease, transform 0.1s ease;
    border-radius: 25px;
    padding: 0;
}

.qty-btn:hover {
    background:var(--beige);
}
.qty-btn:active {
    transform: scale(0.96);
}
/* .qty-minus {
    border-right: 1px solid #ddd;
}
.qty-plus {
    border-left: 1px solid #ddd;
} */
/*--------------------------------------------------------------
  5.5 Panier
--------------------------------------------------------------*/
.wc-block-components-product-details__weight-kg, .wc-block-components-product-badge.wc-block-components-sale-badge {
  display: none;
}
.wc-block-cart-items__header, .wp-block-woocommerce-cart-order-summary-heading-block.wc-block-cart__totals-title {
  color: var(--marron);
}
/*--------------------------------------------------------------
  5.6 Validation de la commande
--------------------------------------------------------------*/
.wc-block-components-payment-method-label {
  color: var(--marron);
  font-weight: bold;
  font-size: 18px;
}

/*--------------------------------------------------------------
  5.7 Grade patate
--------------------------------------------------------------*/
.rank-reward-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    background: var(--blanc);
    border-radius: 22px;
    padding: 24px;
    border: 1px solid rgba(52, 28, 22, 0.06);
    margin-bottom: 28px;
    box-shadow: 0 6px 18px rgba(52, 28, 22, 0.04);
    position: relative;
    z-index: 1;
}

.rank-reward-kicker {
    display: inline-block;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: var(--rouge);
    font-weight: 700;
    margin-bottom: 8px;
}

.rank-reward-title {
    display: block;
    font-size: 22px;
    line-height: 1.2;
    margin-bottom: 10px;
    color: var(--marron);
}

.rank-reward-code {
    margin: 0;
    font-size: 15px;
    color: var(--rouge);
}

.rank-reward-code span {
    display: inline-block;
    background: var(--beige);
    color: var(--rouge);
    padding: 6px 10px;
    border-radius: 999px;
    font-weight: 700;
    margin-left: 6px;
}

.rank-gift-icon {
    font-size: 42px;
    line-height: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.rank-next-reward {
    margin: 16px 0 0;
    font-size: 15px;
    color: var(--marron);
}

@media (max-width: 768px) {
    .rank-reward-box {
        flex-direction: column;
        align-items: flex-start;
    }

    .rank-reward-title {
        font-size: 20px;
    }

    .rank-gift-icon {
        font-size: 36px;
    }
}
/* =========================
   BARRE DE PROGRESSION
========================= */


.rank-progress-wrap {
    background: var(--blanc);
    border-radius: 22px;
    padding: 24px;
    border: 1px solid rgba(52, 28, 22, 0.06);
    box-shadow: 0 6px 18px rgba(52, 28, 22, 0.04);
    position: relative;
    z-index: 1;
    margin-top: 10px;
}

.rank-progress-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
    margin-bottom: 14px;
    font-size: 15px;
    color: var(--rouge);
}

.rank-progress-head strong {
    color: var(--rouge);
    font-size: 16px;
    font-weight: 700;
}

/* Fond de la barre */
.rank-progress-bar {
    width: 100%;
    height: 16px;
    background: rgba(52, 28, 22, 0.08);
    border-radius: 999px;
    overflow: hidden;
    position: relative;
    margin-bottom: 14px;
}

/* Barre remplie */
.rank-progress-fill {
    display: block;
    height: 100%;
    border-radius: 999px;
    /* background: linear-gradient(90deg, var(--rouge) 0%, var(--marron) 100%); */
    background: linear-gradient(90deg, var(--rouge) 0%, color-mix(in srgb, var(--rouge) 60%, #341c16 40%) 100%);
    transition: width 0.45s ease;
    position: relative;
}

/* petit reflet premium */
.rank-progress-fill::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(
        to bottom,
        rgba(255,255,255,0.25),
        rgba(255,255,255,0)
    );
    pointer-events: none;
}

/* ligne du bas : % + commandes restantes */
.rank-progress-meta {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
    font-size: 14px;
    color: var(--rouge);
    margin-bottom: 14px;
}

/* prochain cadeau */
.rank-next-reward {
    margin: 0;
    font-size: 15px;
    color: var(--marron);
    line-height: 1.5;
}

.rank-next-reward strong {
    color: var(--rouge);
}

/* Bloc niveau max */
.rank-max-level {
    background: var(--blanc);
    border-radius: 22px;
    padding: 24px;
    border: 1px solid rgba(52, 28, 22, 0.06);
    box-shadow: 0 6px 18px rgba(52, 28, 22, 0.04);
    position: relative;
    z-index: 1;
    margin-top: 10px;
}

.rank-max-level strong {
    display: block;
    font-size: 18px;
    margin-bottom: 8px;
    color: var(--marron);
}

.rank-max-level p {
    margin: 0;
    font-size: 15px;
    color: var(--rouge);
    line-height: 1.5;
}

/* =========================
   RESPONSIVE
========================= */

@media (max-width: 768px) {
    .rank-progress-wrap,
    .rank-max-level {
        padding: 20px;
        border-radius: 18px;
    }

    .rank-progress-head,
    .rank-progress-meta {
        flex-direction: column;
        align-items: flex-start;
    }

    .rank-progress-bar {
        height: 14px;
    }
}

.rank-reward-code-wrap {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px 12px;
    margin-top: 10px;
}

.copy-coupon-btn {
    appearance: none;
    border: none;
    background: var(--rouge);
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    padding: 10px 16px;
    border-radius: 999px;
    cursor: pointer;
    transition: transform 0.15s ease, opacity 0.2s ease, box-shadow 0.2s ease;
    box-shadow: 0 6px 18px rgba(52, 28, 22, 0.12);
}

.copy-coupon-btn:hover {
    opacity: 0.92;
}

.copy-coupon-btn:active {
    transform: scale(0.97);
}

.copy-coupon-btn.copied {
    background: #2f8f5b;
}

.copy-coupon-feedback {
    min-width: 70px;
    font-size: 14px;
    font-weight: 700;
    color: #2f8f5b;
}

@media (max-width: 768px) {
    .rank-reward-code-wrap {
        align-items: flex-start;
    }

    .copy-coupon-btn {
        width: 100%;
        justify-content: center;
        text-align: center;
    }
}
/*--------------------------------------------------------------
  5.8 Compte client
--------------------------------------------------------------*/
/* @media (min-width: 768px) {
  .woocommerce-MyAccount-navigation {
    width: 17.6470588235%;
    float: left;
    margin-right: 5.8823529412%;
  }
} */
@media (min-width: 768px) {
  .page-template-template-fullwidth-php .woocommerce-MyAccount-navigation {
    width: 21.7391304348%;
    float: left;
    margin-right: 4.347826087%;
  }
}

/* @media (min-width: 768px) {
  .woocommerce-MyAccount-content {
    width: 76.4705882353%;
    float: right;
    margin-right: 0;
  }
}*/
@media (min-width: 768px) {
.page-template-template-fullwidth-php .woocommerce-MyAccount-content {
    width: 73.9130434783%;
    float: right;
    margin-right: 0;
  }
}
/* .woocommerce-account .entry-header {
  display: none;
} */

.grade-patate {
  background: #ca936d;
  border-radius: 20px;
  text-align: center;
  color: var(--blanc);
  padding: 30px;
}
.grade-patate h3 {
  margin: 0;
}
.rank-grade {
  color: #774235;
  font-size: 24px;
  font-family: 'Pally-Bold';
  margin: 0;
}
.badge img {
  text-align: center;
  display: inline-block;
  position: relative;
  width: 48px;
  height: auto;
}
.rank-stats-grid {
  margin-bottom: 2em;
}
.rank-heading h3 img {
  display: inline;
  vertical-align: center;
  margin-right: 10px;
}
.epistream-account-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 24px;
    padding: 28px;
    margin-bottom: 32px;
    background: linear-gradient(180deg, #fffaf6 0%, #f8f3ef 100%);
    border: 1px solid rgba(52, 28, 22, 0.08);
    border-radius: 24px;
    box-shadow: 0 10px 30px rgba(52, 28, 22, 0.06);
}

.account-header-kicker {
    display: inline-block;
    margin-bottom: 10px;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: var(--rouge);
    font-weight: 700;
}

.my-account-hello {
    margin: 0 0 10px;
    font-size: 32px;
    line-height: 1.1;
    color: #341c16;
    font-weight: 700;
}

.my-account-intro {
    margin: 0;
    font-size: 16px;
    color: #7b6b64;
    max-width: 620px;
}

.account-logout-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 12px 18px;
    border-radius: 999px;
    background: #341c16;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
    transition: opacity 0.2s ease, transform 0.15s ease;
    white-space: nowrap;
}

.account-logout-btn:hover {
    opacity: 0.92;
}

.account-logout-btn:active {
    transform: scale(0.98);
}

@media (max-width: 768px) {
    .epistream-account-header {
        flex-direction: column;
        padding: 22px;
        border-radius: 20px;
    }

    .my-account-hello {
        font-size: 26px;
    }

    .my-account-intro {
        font-size: 15px;
    }
}

.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--downloads {
  display: none;
}
/* supp titre sur account page 1 */
.page-id-10 .entry-header {
  display: none;
}
/*--------------------------------------------------------------
  6.0 Homepage
--------------------------------------------------------------*/
/*--------------------------------------------------------------
  6.1 Derniers acticles
--------------------------------------------------------------*/
.home-latest-posts {
    padding: 80px 0;
}

.home-section-heading {
    position: relative;
    margin-bottom: 40px;
}
.home-latest-posts .home-section-heading::before {
  position: absolute;
  content: '';
  background-image: url('assets/svg/patate-news.svg');
  background-size: 150px 150px;
  height: 150px;
  width: 150px;
  top: -50px;
  left: 0;
}
.home-section-heading h2 {
    font-size: 42px;
    line-height: 1.1;
    margin: 0 0 10px;
    color: #341c16;
    font-weight: 700;
}

.home-section-heading p {
    margin: 0;
    font-size: 17px;
    color: #7b6b64;
}

.home-posts-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 32px;
}

.home-post-card {
    display: flex;
    flex-direction: column;
    background: #fff;
    border-radius: 28px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(52, 28, 22, 0.06);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
    height: 100%;
}

.home-post-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 18px 40px rgba(52, 28, 22, 0.10);
}

.home-post-thumb {
    display: block;
    aspect-ratio: 4 / 3;
    overflow: hidden;
    background: #f5f1ed;
}

.home-post-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.35s ease;
}

.home-post-card:hover .home-post-thumb img {
    transform: scale(1.04);
}

.home-post-content {
    display: flex;
    flex-direction: column;
    padding: 28px;
    flex: 1;
}

.home-post-title {
    margin: 0 0 14px;
    font-size: 24px;
    line-height: 1.2;
    font-weight: 700;
}

.home-post-title a {
    color: #341c16;
    text-decoration: none;
}

.home-post-title a:hover {
    opacity: 0.85;
}

.home-post-excerpt {
    font-size: 15px;
    line-height: 1.7;
    color: #6f5e56;
    margin-bottom: 28px;
    flex: 1;
}

/* bouton rond */
.home-post-readmore {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 52px;
    height: 52px;
    border-radius: 999px;
    background: #341c16;
    color: #fff;
    text-decoration: none;
    font-size: 15px;
    transition: transform 0.18s ease, opacity 0.18s ease;
}

.home-post-readmore:hover {
    opacity: 0.92;
    transform: translateX(2px);
}

.home-post-readmore:focus,
.home-post-readmore:active {
    outline: none;
    box-shadow: none;
}
/* Badge catégorie sur image */
.home-post-thumb {
    position: relative;
}

.home-post-category-badge {
    position: absolute;
    top: 16px;
    right: 16px;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 8px 14px;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.92);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    color: #341c16;
    font-size: 13px;
    font-weight: 700;
    line-height: 1;
    box-shadow: 0 6px 18px rgba(52, 28, 22, 0.08);
    text-decoration: none;
    pointer-events: none;
}
/* =========================
   RESPONSIVE
========================= */

@media (max-width: 1024px) {
    .home-posts-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .home-latest-posts {
        padding: 56px 0;
    }

    .home-section-heading {
        margin-bottom: 28px;
    }

    .home-section-heading h2 {
        font-size: 32px;
    }

    .home-section-heading p {
        font-size: 15px;
    }

    .home-posts-grid {
        grid-template-columns: 1fr;
        gap: 24px;
    }

    .home-post-content {
        padding: 22px;
    }

    .home-post-title {
        font-size: 22px;
    }

    .home-post-readmore {
        width: 48px;
        height: 48px;
    }
}


/*--------------------------------------------------------------
6.2 Points d'entrées x3
--------------------------------------------------------------*/
.home-entry-points {
    padding: 90px 0;
    background: none;
}

.home-entry-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 32px;
}

.home-entry-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;

    text-align: center;
    text-decoration: none;

    /* background: rgba(255, 255, 255, 0.04); */
    border: 1px solid rgba(52, 28, 22, 0.15);
    border-radius: 32px;
    padding: 42px 28px 36px;

    transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease;
    min-height: 100%;
}

.home-entry-card:hover {
    transform: translateY(-6px);
    background: rgba(255, 255, 255, 0.06);
    /* box-shadow: 0 18px 40px rgba(0, 0, 0, 0.16); */
    box-shadow: 0 18px 40px rgba(52, 28, 22, 0.10);
}

.home-entry-illustration {
    width: 140px;
    height: 140px;
    margin-bottom: 28px;

    display: flex;
    align-items: center;
    justify-content: center;
}

.home-entry-illustration img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    display: block;
}
/* .home-entry-icon {
    width: 120px;
    height: auto;
    fill: var(--beige);
} */

.home-entry-title {
    margin: 0 0 12px;
    font-size: 28px;
    line-height: 1.15;
    font-weight: 700;
    color: var(--marron);
}

.home-entry-text {
    margin: 0;
    font-size: 17px;
    line-height: 1.6;
    color: var(--beige);
    max-width: 260px;
}

/* Hover subtil sur le titre */
.home-entry-card:hover .home-entry-title {
    color: var(--beige-fonce);
}
.btn-readmore-content {
  text-align: center;
}
/* =========================
   RESPONSIVE
========================= */

@media (max-width: 1024px) {
    .home-entry-grid {
        grid-template-columns: 1fr;
        gap: 24px;
    }

    .home-entry-card {
        padding: 34px 24px 30px;
    }

    .home-entry-title {
        font-size: 24px;
    }

    .home-entry-text {
        font-size: 16px;
    }
}

@media (max-width: 768px) {
    .home-entry-points {
        padding: 64px 0;
    }

    .home-entry-illustration {
        width: 110px;
        height: 110px;
        margin-bottom: 22px;
    }

    .home-entry-title {
        font-size: 22px;
    }

    .home-entry-text {
        font-size: 15px;
    }
}

/*--------------------------------------------------------------
6.3 Home hero
--------------------------------------------------------------*/
.home-hero {
    position: relative;
    /* min-height: 72vh; */
    min-height: 52vh;
    display: flex;
    align-items: center;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    overflow: hidden;
    isolation: isolate;
    border-radius: 20px;
}
.wave {
  position: absolute;
  bottom: -10px;
  z-index: 2;
}

.home-hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(
        180deg,
        rgba(52, 28, 22, 0.18) 0%,
        rgba(52, 28, 22, 0.34) 55%,
        rgba(52, 28, 22, 0.42) 100%
    );
    z-index: 1;
}

.home-hero .col-full {
    position: relative;
    z-index: 2;
    width: 100%;
}

.home-hero-content {
    max-width: 720px;
    padding: 110px 0 100px;
}

.home-hero-title {
    margin: 0 0 28px;
    font-size: clamp(2.6rem, 5vw, 4.6rem);
    line-height: 1.02;
    font-weight: 700;
    color: var(--blanc);
    letter-spacing: -0.02em;
    text-wrap: balance;
}

.home-hero-button {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 16px 24px;
    border-radius: 999px;
    background: var(--beige);
    color: var(--marron);
    font-size: 16px;
    font-weight: 700;
    text-decoration: none;
    box-shadow: 0 12px 28px rgba(52, 28, 22, 0.18);
    transition: transform 0.2s ease, opacity 0.2s ease, box-shadow 0.2s ease;
}

.home-hero-button i {
    font-size: 15px;
}

.home-hero-button:hover {
    transform: translateY(-2px);
    opacity: 0.96;
    box-shadow: 0 16px 34px rgba(52, 28, 22, 0.24);
    color: var(--marron);
}

.home-hero-button:focus,
.home-hero-button:active {
    outline: none;
    box-shadow: 0 0 0 3px rgba(232, 211, 192, 0.22);
}

/* =========================
   RESPONSIVE
========================= */

@media (max-width: 1024px) {
    .home-hero {
        min-height: 64vh;
    }

    .home-hero-content {
        padding: 90px 0 84px;
    }
}

@media (max-width: 768px) {
    .home-hero {
        min-height: 58vh;
        background-position: center center;
    }

    .home-hero-content {
        padding: 72px 0 70px;
        max-width: 100%;
    }

    .home-hero-title {
        margin-bottom: 22px;
        line-height: 1.06;
    }

    .home-hero-button {
        padding: 14px 20px;
        font-size: 15px;
    }
}

/*--------------------------------------------------------------
6.4 Produits de saison
--------------------------------------------------------------*/

.home-season-products {
    /* padding: 90px 0; */
    /* background: var(--blanc); */
    /* overflow: hidden; */
    /* margin-top: 90px; */
    /* border-radius: 20px; */
}
.home-season-content {
  padding: 90px;
  background: var(--blanc);
  /* overflow: hidden; */
  /* margin-top: 90px; */
  border-radius: 20px;
}

.home-season-head {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    gap: 24px;
    margin-bottom: 38px;
}

.home-season-title {
    margin: 0 0 10px;
    font-size: 42px;
    line-height: 1.08;
    font-weight: 700;
    color: var(--marron);
}

.home-season-subtitle {
    margin: 0;
    font-size: 17px;
    color: #7b6b64;
}

.home-season-nav {
    display: flex;
    gap: 12px;
    flex-shrink: 0;
}

.home-season-nav button {
    width: 52px;
    height: 52px;
    border: 0;
    border-radius: 999px;
    background: var(--beige);
    color: var(--marron);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-size: 15px;
    transition: transform 0.18s ease, opacity 0.18s ease, box-shadow 0.18s ease;
    box-shadow: 0 8px 20px rgba(52, 28, 22, 0.08);
}

.home-season-nav button:hover {
    transform: translateY(-2px);
    opacity: 0.95;
}

.home-season-nav button:disabled {
    opacity: 0.45;
    cursor: not-allowed;
    transform: none;
}

/* .season-slider-wrapper {
    overflow: hidden;
} */
.season-slider-wrapper {
    overflow: hidden;
    padding: 18px 12px 28px;
    margin: -18px -12px -28px;
}

.season-slider-track {
    display: flex;
    gap: 28px;
    transition: transform 0.35s ease;
    will-change: transform;
}

.season-product-card {
    flex: 0 0 calc((100% - 56px) / 3);
    background: #fff;
    border-radius: 28px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(52, 28, 22, 0.06);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
    display: flex;
    flex-direction: column;
}

.season-product-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 18px 40px rgba(52, 28, 22, 0.10);
}

.season-product-image-link {
    display: block;
    position: relative;
    text-decoration: none;
}

.season-product-image-link img.attachment-woocommerce_thumbnail {
  border-radius: 0;
}

.season-product-image {
    aspect-ratio: 4 / 3;
    overflow: hidden;
    background: #f5f1ed;
}

.season-product-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.35s ease;
}

.season-product-card:hover .season-product-image img {
    transform: scale(1.04);
}

/* .season-product-badge {
    position: absolute;
    top: 16px;
    right: 16px;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 8px 14px;
    border-radius: 20px;
    background: rgba(255, 250, 246, 0.95);
    border: 1px solid rgba(52, 28, 22, 0.08);
    color: var(--marron);
    font-size: 13px;
    font-weight: 700;
    line-height: 1;
    box-shadow: 0 6px 18px rgba(52, 28, 22, 0.06);
    pointer-events: none;
} */

.season-product-badge {
    position: absolute;
    top: 16px;
    right: 16px;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 8px 14px;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.92);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    color: #341c16;
    font-size: 13px;
    font-weight: 700;
    line-height: 1;
    box-shadow: 0 6px 18px rgba(52, 28, 22, 0.08);
    text-decoration: none;
    pointer-events: none;
}

.season-product-content {
    padding: 26px 24px 24px;
    display: flex;
    flex-direction: column;
    flex: 1;
}

.season-product-title {
    margin: 0 0 12px;
    font-size: 22px;
    line-height: 1.2;
    font-weight: 700;
}

.season-product-title a {
    color: var(--marron);
    text-decoration: none;
}

.season-product-price {
    margin-bottom: 22px;
    font-size: 18px;
    font-weight: 700;
    color: var(--rouge);
}

.season-product-price del {
    opacity: 0.55;
    margin-right: 8px;
}

.season-product-button {
    margin-top: auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 46px;
    padding: 0 18px;
    border-radius: 999px;
    background: var(--marron);
    color: var(--blanc);
    text-decoration: none;
    font-size: 14px;
    font-weight: 700;
    transition: opacity 0.18s ease, transform 0.18s ease;
    width: fit-content;
}

.season-product-button:hover {
    opacity: 0.94;
    transform: translateY(-1px);
    color: var(--blanc);
}

/* Responsive */
@media (max-width: 1024px) {
    .season-product-card {
        flex: 0 0 calc((100% - 28px) / 2);
    }
}

@media (max-width: 768px) {
    .home-season-products {
        padding: 64px 0;
    }

    .home-season-head {
        flex-direction: column;
        align-items: flex-start;
        margin-bottom: 28px;
    }

    .home-season-title {
        font-size: 32px;
    }

    .home-season-subtitle {
        font-size: 15px;
    }

    .season-product-card {
        flex: 0 0 100%;
    }

    .season-product-content {
        padding: 22px;
    }

    .season-product-title {
        font-size: 20px;
    }
}

/*--------------------------------------------------------------
6.5 Témoignages clients
--------------------------------------------------------------*/
.home-testimonials {
  padding: 90px 0;
}
/*--------------------------------------------------------------
6.6 Coffrets cadeaux
--------------------------------------------------------------*/
.home-gift-box {
    padding: 0 0 90px 0;
    /* background: var(--blanc); */
}

.home-gift-box-inner {
    display: grid;
    grid-template-columns: 30% 1fr;
    gap: 42px;
    align-items: center;
    /* background: #fff; */
    background: var(--beige);
    border-radius: 20px;
    /* padding: 28px; */
    box-shadow: 0 18px 50px rgba(52, 28, 22, 0.06);
    overflow: hidden;
}

.home-gift-box-media {
    position: relative;
}

.home-gift-box-media img {
    width: 100%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    display: block;
    border-radius: 20px 0 0 20px;
}

.home-gift-box-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 20px;
    padding-right: 20px;
}

.home-gift-box-head {
    display: flex;
    align-items: center;
    gap: 18px;
}

.home-gift-box-icon {
    width: 100px;
    height: 100px;
    flex-shrink: 0;
    object-fit: contain;
}

.home-gift-box-title {
    margin: 0 0 8px;
    font-size: 42px;
    line-height: 1.08;
    font-weight: 700;
    color: var(--marron);
}

.home-gift-box-subtitle {
    margin: 0;
    font-size: 18px;
    font-weight: 600;
    color: var(--rouge);
}

.home-gift-box-text p {
    margin: 0;
    font-size: 17px;
    line-height: 1.75;
    color: #6e5f58;
    max-width: 760px;
}

.home-gift-box-actions {
    margin-top: 6px;
}

.home-gift-box-button {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    min-height: 54px;
    padding: 0 24px;
    border-radius: 999px;
    background: var(--marron);
    color: var(--blanc);
    text-decoration: none;
    font-size: 15px;
    font-weight: 700;
    transition: transform 0.18s ease, opacity 0.18s ease, box-shadow 0.18s ease;
    box-shadow: 0 12px 24px rgba(52, 28, 22, 0.12);
}

.home-gift-box-button:hover {
    color: var(--blanc);
    transform: translateY(-2px);
    opacity: 0.96;
}

.home-gift-box-button i {
    font-size: 16px;
}

/* Responsive */
@media (max-width: 1024px) {
    .home-gift-box-inner {
        grid-template-columns: 1fr;
        gap: 30px;
        padding: 24px;
    }

    .home-gift-box-media img {
        max-width: 460px;
        margin: 0 auto;
    }

    .home-gift-box-title {
        font-size: 34px;
    }
}

@media (max-width: 768px) {
    .home-gift-box {
        padding: 64px 0;
    }

    .home-gift-box-inner {
        border-radius: 24px;
        padding: 20px;
        gap: 24px;
    }

    .home-gift-box-head {
        align-items: flex-start;
        gap: 14px;
    }

    .home-gift-box-icon {
        width: 56px;
        height: 56px;
    }

    .home-gift-box-title {
        font-size: 28px;
    }

    .home-gift-box-subtitle {
        font-size: 16px;
    }

    .home-gift-box-text p {
        font-size: 16px;
        line-height: 1.7;
    }

    .home-gift-box-button {
        width: 100%;
        justify-content: center;
    }
}
