body {
    font-family: Arial, sans-serif;
}

/* Hero Section */
#hero-section {
    background-color: #f5f5f5;
    padding: 40px 0;
    position: relative;
}
#hero-section img {
    max-width: 100%;
}
.hero-text {
    position: absolute;
    top: 30%;
    left: 10%;
    color: #fff;
}
.hero-text h1 {
    font-size: 2.5rem;
    font-weight: bold;
}
.hero-text p {
    font-size: 1.2rem;
    margin: 10px 0;
}
.hero-text a {
    background-color: #28a745;
    color: #fff;
    padding: 10px 20px;
}

/* Features Section */
#features-section {
    padding: 20px 0;
    margin: 30px 0;
}
#features-section i {
    font-size: 2rem;
    margin-bottom: 10px;
    float: left;
    border: none;
    border-radius: 15px;
    margin: 6px;
    padding: 0px;
    background-color: #d2debb;

}
#features-section p {
    font-size: 1.1rem;
    margin-bottom: 0px;
}

/* Product Grid */
#product-grid-section .product-item {
    text-align: center;
    margin-bottom: 30px;
}
#product-grid-section img {
    max-width: 100%;
    height: auto;
}
#product-grid-section h3 {
    font-size: 1.1rem;
    margin-top: 10px;
}
#product-grid-section p {
    font-size: 1rem;
    color: #333;
}
#product-grid-section a {
    background-color: #007bff;
    color: white;
    padding: 8px 16px;
}

/* Sale Banner */
#sale-banner-section {
    background-color: #f4f4f4;
    padding: 40px 0;
}
.sale-banner {
    text-align: center;
}
.sale-banner h2 {
    font-size: 2rem;
    margin-bottom: 20px;
}
.sale-banner a {
    background-color: #28a745;
    color: #fff;
    padding: 12px 25px;
}

/* Occasion Products Section */
#occasion-products-section .product-item {
    text-align: center;
    margin-bottom: 30px;
}


#search_widget form input {
    width: 100%;
    padding: 8px 20px 8px 40px !important;
    outline: none;
    background-color: #f1f1f1;
    border: none;
    border-radius: 20px !important;
    margin-top: 6px;
}

.user-info a span{
    display: none !important;
}

#_desktop_cart .cart-preview .header a span.hidden-sm-down{
    display: none !important;
}

#search_widget form i {
   margin-top: 7px;
}

#features-section .row div.col-md-3 div{
    text-align: left;
    
}

#features-section .row .col-md-3 .feature-part span{
    display: inline-block;
    padding: 10px;
    background-color: #d2debb;
    border-radius: 50%;
}

.feature-part{
    display: flex;
    align-items: center;
    gap: 15px;
    flex-wrap: nowrap;
    flex-direction: row;
    align-content: center;
    justify-content: center;
    background-color: #f9f9f9;
    padding: 22px 20px;
}

.masonry-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 15px;
    padding: 20px;
    max-width: 1200px;
    margin: auto;
}

.grid-item {
    position: relative;
    overflow: hidden;
}

.grid-item.large {
    grid-column: span 2;
}

.grid-item.medium {
    grid-row: span 2;
}

.content img {
    width: 100%;
    height: auto;
    display: block;
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.grid-item:hover .overlay {
    opacity: 1;
}

.overlay h2 {
    font-size: 24px;
    margin: 10px 0;
}

.overlay span {
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.cta {
    font-size: 16px;
    color: #fff;
    text-decoration: none;
    border: 1px solid #fff;
    padding: 8px 16px;
    transition: background-color 0.3s ease;
}

.cta:hover {
    background-color: #fff;
    color: #000;
}

.product-additional-info .social-sharing{
    display: none !important;
}

.blockreassurance_product{
    display: none !important;
}

.has-discount .discount,.product-flags li.product-flag.discount, .product-flags li.product-flag.discount-amount, .product-flags li.product-flag.discount-percentage,.btn-primary,.btn-primary:hover {
  background-color:  #93b84e !important;
  border-radius: 3px;
}

.has-discount .page-content.page-cms ul, .has-discount p, .has-discount.product-price, .page-content.page-cms .has-discount ul {
    color: #93b84e !important;
}

.add-to-cart .material-icons.shopping-cart{
    display: none !important;
}

.tabs .nav-tabs .nav-link.active, .tabs .nav-tabs .nav-link:hover{
        border-bottom: #DD6A3B 3px solid !important;
}

.tabs .nav-tabs .nav-link.active {
    color: #DD6A3B !important;
}

.product-images>li.thumb-container .thumb.selected, .product-images>li.thumb-container .thumb:hover {
    border: #93b84e 3px solid !important;
}

#wrapper{
    padding-top: 0px !important;
	background:white !important;
}

#wrapper nav.breadcrumb{
	margin:40px 0;
}

.product-card img {
	margin:auto;
	display:block;
}

.product-card > a {
	display:block;
}
.product-card .wraper {
    display: flex; 
   justify-content: space-between;
   align-items: center;
	margin-top:20px;
}
.product-card .wraper ul{
    list-style-type: none;
	margin-bottom:0;
}

.product-card .wraper ul a li{
    
    color: #232323;
}
.product-card .wraper .cart-button{
    background-color:#F8C0A0 ;
    color: #93b84e;
	width:45px;
	height:45px;
	display:flex;
	justify-content:center;
	align-items:center;
	border-radius:100%;
}

.product-flags {
    left: 15px !important;
	
}

body .product-flags li.product-flag{
	background:#ECDCC2;	
	border-radius:4px;
	color:black;
	padding:6px 10px;
}

.mesonary{
    overflow-x: hidden;
}

.ph-recommend-products .product-card{
    padding: 0px 13px;
}

.product-card .regular-price {
    display: inline-block;
    font-size: .875rem;
    color: #7a7a7a;
    text-decoration: line-through;
}

#header .header-top a[data-depth="0"] {
    color: black !important;
    text-transform: none !important;
}

#header .header-top .top-menu .current {

}

#header .header-top .position-static{
	display:flex;
}

#header .header-top .position-static > div{
	margin-left:auto;
}

.top-menu a.dropdown-submenu {
    text-transform: none !important;
}

.featured-products .products{
	gap:40px;
}

.featured-products .products-section-title{
    text-transform: none !important;
    text-align: left !important;
}

.icon-container {
    display: flex;
    gap: 20px;
    font-size: 24px;
    color: #333;
}
.icon {
    position: relative;
    display: inline-block;
    color: transparent; /* Make icon itself transparent */
    -webkit-text-stroke: 1px #333; /* Outline color */
    font-weight: normal;
}
.badge {
    position: absolute;
    top: -8px;
    right: -8px;
    background-color: #DD6A3B;
    color: white !important;
    border-radius: 50%;
    padding: 0px 6px;
    font-size: 9px;
    font-weight: bold;
	-webkit-text-stroke: 1px transparent;
}

#header .header-nav .cart-preview.active {
    background-color: transparent !important;
}

#header .header-nav .cart-preview.active i {
    
    font-size: 20px !important;
}

/* owl carosul */
.owl-slider .contain{    
  max-width: 1440px;
  width: 100%;
  margin: auto;}
.owl-slider {
  position: relative;
  background-color: #8080800d;
  margin: 0 auto;
}

.owl-slider .contain .col-md-6 h1 {

  font-size: 60px;
}

.owl-slider .contain .col-md-6 p {

  margin-top: 16px;
}
.owl-slider .contain .d-flex .img-sec{
    padding: 0;
}

.owl-pagination {
  z-index: 100000000;
    position: absolute;
    text-align: center;
    bottom: 7px;
    left: 8px;
}

.owl-page {
  display: inline-block;
  padding: 5px 10px;
  margin: 0 5px;
  background-color: transparent;
  border: none;
  cursor: pointer;
  font-size: 9px;
  color: #333;
}

.owl-page.active {
  height: 28px;
  width: 27px;
  background-color: #93b84e;
  /* Green color for the active page */
  color: white;
  border-radius: 50%;
  /* Make the active button circular */
}

.owl-page+.owl-page {
  position: relative;
}

.owl-page+.owl-page:before {
  position: absolute;
  content: "—";
  left: -7px;
  color: #333;

}

.owl-slider .item .col-md-6 a {
  margin-top: 25px;
  width: fit-content;
  display: block;
  background-color: #93b84e;
  color: #000;
  text-decoration: none;
  padding: 10px 30px 10px 30px;
  border-radius: 0;
  font-weight: 500;
}

.d-flex{
    display: flex !important;
}


.mesonary .wrapper-mt {
    margin-top: 20px;
}

/* announcement section start */
/* .announcement {
  padding: 50px 0;
  margin: 50px 0;
  background-color: #8080800d;
}

.announcement .row .wraper p {padding: 30px 0;}
.announcement .row .wraper a {
 


  background-color: #c9c09e;
  color: #000;
  text-decoration: none;
  padding: 10px 30px 10px 30px;
  border-radius: 0;
  font-weight: 500;}
.announcement .row .wraper {text-align: center;}
.announcement .row {
  align-items: center;
  justify-content: center;
} */

#footer{
    padding-top: 0px !important;
}

.icon-container-2 {
   
    gap: 20px;
    font-size: 20px;
    color: #333;
}
.icon-2  {
    position: relative;
    display: inline-block;
    color: transparent; /* Make icon itself transparent */
    -webkit-text-stroke: 1px #333; /* Outline color */
    font-weight: normal;
}

.icon-container-2 .icon-2 i {
    margin-right: 5px;
    -webkit-text-stroke: 1px #333;
}

.icon-container-2 .icon-2 span{
    color: #7a7a7a !important;
    -webkit-text-stroke: #7a7a7a;
}

#category #wrapper nav.breadcrumb{
    display: none;
}





/* GABRIEL */

@media (min-width: 1200px) {
    .container {
        width: 1280px !important;
    }
}

#header .header-infos{
	padding:13px 0;	
}

#header .header-info{
	padding:0 10px;
	display:flex;
	align-items:center;
	gap:5px;
	width:fit-content;
}

#header .header-info:not(:last-child){
	border-right:1px solid #858585;
}

#header .header-infos span{
	color:black !important;
}

#header .header-nav{
	background:#ECDCC2;
}

#header .header-nav .icon-container-2{
	font-weight:bold !important;
}

body #header .header-nav .blockcart{
	background:none;
}

body .home-banner img{
	width:100%;
}

.masonary {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  gap: 20px;
  padding: 20px;
}

@media (min-width: 768px) {
  .masonary {
    flex-direction: row;
    gap: 30px;
  	height: 520px;
  }
}

.masonary-firstcard {
  width: 100%;
  display: flex;
  flex-direction: column;
}

@media (min-width: 768px) {
  .masonary-firstcard {
    width: 30%;
  }
}

.masonary-container {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 20px;
}

@media (min-width: 768px) {
  .masonary-container {
    gap: 30px;
  }
}

.masonary-firstcard img {
  width: 100%;
  object-fit: contain;
}

.masonary-firstcard .content {
  height: 150px;
  background: #F8C0A0;
}

.masonary-card {
  background: #f0f0f0;
  overflow: hidden;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.masonary-card .content {
  min-width: 200px;
  padding: 20px;
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.masonary-card .content p, .masonary-card .content h3{
	margin-bottom:0;
}

.masonary-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.masonary-card .content a {
  margin-top: 20px;
  color: #DD6A3B;
  text-decoration: none;
}

.masonary-rows {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

@media (min-width: 768px) {
  .masonary-rows {
    flex-direction: row;
    gap: 30px;
  }
}

.masonary-rows1 {
  height: calc(50% - 15px);
}

.masonary-rows2 {
  height: calc(50% - 15px);
}

.masonary-rows1>div:nth-child(1) {
  display: flex;
  flex-direction: column;
  width: 100%;
}

@media (min-width: 768px) {
  .masonary-rows1>div:nth-child(1) {
    width: 33.33%;
  }
}

.masonary-rows1>div:nth-child(1) .content {
  height: 100%;
}

.masonary-rows1 .content {
  background: #ECDCC2;
}

.masonary-rows1>div:nth-child(1) img {
  object-fit: initial;
  height: auto;
}

.masonary-rows1>div:nth-child(2) {
  display: flex;
  width: 100%;
}

@media (min-width: 768px) {
  .masonary-rows1>div:nth-child(2) {
    width: 66.67%;
  }
}

.masonary-rows2>div:nth-child(1) {
  display: flex;
  width: 100%;
  background: #ECDCC2;
}


@media (min-width: 768px) {
  .masonary-rows2>div:nth-child(1) {
    width: 66.67%;
  }
}

.masonary-rows2>div:nth-child(2) {
  display: flex;
  align-items: center;
  width: 100%;
  background: #F8C0A0;
}

@media (min-width: 768px) {
  .masonary-rows2>div:nth-child(2) {
    width: 33.33%;
  }
}


body .h2{
	font-size:2em;
	font-weight:bold !important;
}


/* Container General */
.announcement {
	margin-top:60px;
	background: linear-gradient(90deg, rgba(248, 192, 160, 1) 0%, rgba(236, 220, 194, 1) 100%);
}

.announcement-container {
	display: flex;
	flex-direction: row;
	height: 100%;
	margin: 0 auto;
}

@media screen and (min-width:1550px){
	.announcement-container {
		padding:40px 0;
		max-width: 1280px;
	}

}

.announcement-container>div {
	width: 50%;
}

/* Image Section */
.announcement-image {
	display: flex;
	align-items: center;
	justify-content: center;
}

.announcement-image img {
	max-width: 100%;
	height: auto;
}

.announcement-content {
	display: flex;
	align-items: center;
	padding-left: 40px;
}

/* Content Section */
.announcement .wraper {
	padding: 20px;
}

.announcement .wraper a {
	display: inline-block;
	margin-top: 10px;
	padding: 15px 20px;
	background-color: white;
	color: black;
	font-weight:bold;
	text-decoration: none;
}

.announcement .wraper a:hover {
	background:black;
	color:white;
}

.announcement h2{
	font-size:36px !important;
	margin-bottom:20px;
}

.announcement .announcement-subtitle{
	color:black;
	font-size:18px;
}

/* Responsive Design */
@media (max-width: 768px) {
	.announcement-container {
		flex-direction: column;
	}

	.announcement-container>div {
		width: 100%;
	}
	
	.announcement h2{
		font-size:25px !important;
	}
	
	.announcement-content {
		padding-left: initial;
	}
}


/* suscribe section start */
section.subscribe-sec {
	background: #ECDCC2;
	margin-top: 80px;
}

.subscribe-section {
	margin: 0 auto;
	display: flex;
	max-width: 1280px;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
	padding: 20px 20px 0 20px;
	flex-wrap: wrap;
}

.subscribe-section .image-container {
	width: 48%;
	margin-left: auto;
}

.subscribe-section .image-container img {
	width: 100%;
	height: auto;
	margin-top: -90px;
}

.subscribe-section .wrapper-suscribe {
	width: 48%;
	padding-left: 50px;
}

.subscribe-section .wrapper-suscribe h3 {
	font-size: 22px;
}

.subscribe-section form {
	display: flex;
	flex-direction: row;
	align-items: center;
	margin-top: 20px;
}

.subscribe-section form input[type="text"] {
	border-radius: 0;
	height: 60px;
	flex-grow: 1;
	padding: 0 10px;
	border: 1px solid #ccc;
}

.subscribe-section form input[type="submit"] {
	background-color: #DD6A3B;
	color: black;
	padding: 0 50px;
	height: 60px;
	border: none;
	cursor: pointer;
	font-weight:bold;
}

.subscribe-section form input[type="submit"]:hover {
	background-color: #DF987C;
}

/* Responsive Design */
@media (max-width: 1080px) {
	.subscribe-section {
		flex-direction: column;
	}

	.subscribe-section .wrapper-suscribe {
		width: 100%;
		padding: 20px;
		margin-top: 20px;
	}
	
	.subscribe-section .image-container {
        width: 100%;
		max-width:400px;
		margin:auto;
        padding: 0;
        margin-top: 20px;
    }

	.subscribe-section .wrapper-suscribe {
		padding-left: 0;
	}
}

.block-social{
	display:none;	
}


.footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0px;
}
.footer .left-section {
    font-size: 14px;
    
}
.footer .center-section {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-grow: 1;
}
.footer .payment-icons {
    display: inline-flex;
    align-items: center;
    margin-left: 10px;
}
.footer .payment-icons img {
    margin-left: 5px;
    height: 30px;
    vertical-align: middle;
}
.footer .right-section a {
    
    text-decoration: none;
    font-size: 14px;
	color:black;
}
.footer .right-section a:hover {
    text-decoration: underline;
}

.footer-container{
	background:#FAFAFA;
}

.footer-container > .container > .row{
	display:flex;
}

.footer-container > .container > .row .block-contact{
	margin-right:auto;	
}

.footer-container > .container > .row .block-contact a{
	color:black;	
}

.footer-container > .container > .row .block-contact .block-contact-title{
	display:none;	
}

.footer-container > .container > .row #block_myaccount_infos{
	width:fit-content;	
}

@media screen and (max-width:991px){
	.footer-container > .container > .row{
		flex-direction:column;
		gap:20px;
	}
}

@media screen and (max-width:767px){
	.footer{
		flex-direction:column;
		gap:10px;
	}
}

.category-hero {
    width: calc(100vw - 8px); /* 100% de la largeur de la fenêtre */
	height:200px;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw; /* Pour sortir du contexte parent limité */
    margin-right: -50vw;
    background: #DD6A3B; /* Exemple de style de fond */
	color:white;
	font-weight:bold;
    padding: 20px;
    text-align: center; /* Centrer le texte */
	display:flex;
	justify-content:center;
	align-items:center;
	font-size:40px;
}

@media screen and (max-width:680px){
	.category-hero {
		font-size:24px;
	}	
}

#js-product-list .products{
	display: grid !important;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 20px; /* Espace entre les éléments */
    margin-top: 40px; /* Garder un petit espace du haut */
}

#js-product-list .products .product{
	position:relative;
}

@media screen and (max-width:767px){
	#header .header-top{
		display:none;
	}
}

@media screen and (max-width:535px){
	#js-product-list .products .product{
		min-width: 360px;
    	margin: auto;
	}
}

body .pagination .current a{
	color:#DD6A3B;
}

.ph-recommend-products.featured-products{
	max-width:1280px !important;
	width:100% !important;
}

.has-discount .discount, .product-flags li.product-flag.discount, .product-flags li.product-flag.discount-amount, .product-flags li.product-flag.discount-percentage, .btn-primary, .btn-primary:hover{
	background:#f39d72 !important;	
}

body .product{
	position:relative;	
}

.product-information .tabs{
	padding: 0;
}

.product-images>li.thumb-container .thumb.selected, .product-images>li.thumb-container .thumb:hover{
	border:#f39d72 3px solid !important;
}

.product-prices{
	display:flex;
	align-items:center;
	gap:5px;
}