/* Retouches Armstrong */
.storefront-primary-navigation
{
	background-color: #d01b1b
}
.site-branding
{
	position: relative;
	min-height:122px;
	padding-left:350px;
	padding-top: 20px;
}
.site-title
{
	font-family: "SocialGothic", Arial, sans-serif;
	font-weight: bold;
}
.site-title:before
{
	content:"";
	display:block;
	width:300px;
	height:122px;
	
	position:absolute;
	top:0;
	left:0;
	
	background-image:url(https://shop.manhattanhotdog.com/wp-content/uploads/2024/09/logo_incline.png);
	background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.site-title a
{
	color: #FFD633;
}
.site-description
{
	font-family: "Poppins", Arial, sans-serif;
}
.woocommerce-product-search
{
	position: relative;
	right: 90px;
	z-index: 10;
}
.search-field
{
	margin-top: 20px;
	border-radius: 100px;
	color: #d01b1b !important;
}
.site-search .widget_product_search form::before
{
	margin-top: 20px;
}
.site-header-cart
{
	position: absolute;
	right: 48px;
	top: -92px
}
.site-header-cart .cart-contents::after
{
	padding:5px 10px 18px 10px;
	border: 2px solid #fff;
	border-radius: 100px;
	position: relative;
	top:-10px
}
#site-navigation
{
	width: 100%;
	text-align: right;
}
#site-navigation .menu a,
.cart-contents
{
	padding: 10px 12px 10px 12px !important;
	font-family: "socialgothic", Arial, sans-serif;
	font-weight: bold;
	font-size: 24px;
}
#site-navigation .menu a:hover
{
	color: #000000;
}
#site-navigation .menu a:hover:after
{
	background-color: #d01b1b;
}
#site-navigation .menu,
.cart-contents
{
	margin: -35px 0px 20px 100px !important;
}
.cart-contents .amount,
.cart-contents .count
{
	display: none !important;
}
.site-footer
{
	padding-top: 50px;
	
	background-color: #000;
	background-image:url(https://shop.manhattanhotdog.com/wp-content/uploads/2024/09/ligne_header.png);
	background-position: top center;
  background-repeat: repeat-x;
	
	font-weight: bold;
	font-family: "Poppins", Arial, sans-serif;
}
.site-footer .menu-social-container ul li
{
	width:50px;
	height:50px;
	margin:5px
}
.site-footer .menu-social-container ul li a
{
	-webkit-filter: contrast(100%);
   filter: contrast(100%);
}
.site-footer .menu-social-container ul li a:hover
{
	transform:scale(1);
}
.site-footer li.facebook_icon a
{
	background-image:url(https://shop.manhattanhotdog.com/wp-content/uploads/2024/09/icon-yellow-fb.png) !important;
}
.site-footer li.instagram_icon a
{
	background-image:url(https://shop.manhattanhotdog.com/wp-content/uploads/2024/09/icon-yellow-insta.png) !important;
}
.site-footer li.menu-item-1186 a
{
	background-image:url(https://shop.manhattanhotdog.com/wp-content/uploads/2024/09/icon-yellow-tiktok.png) !important;
}
.site-footer li.youtube_icon a
{
	background-image:url(https://shop.manhattanhotdog.com/wp-content/uploads/2024/09/icon-yellow-yt.png) !important;
}
.site-footer .footer-widget-3,
.site-footer .footer-widget-3 a
{
	color:#aaa !important;
	text-decoration: none;
}

@media (max-width:1064px) {
	
	.site-title:before
	{
		width:180px;
	}
	.site-branding
	{
		padding-left: 210px;
	}
	.site-header-cart
	{
		right: 0px;
	}
	
}
@media (max-width:940px) {
	
	.site-search
	{
		display: none;
	}
	.site-header .site-branding
	{
		width: 85% !important;
	}
	
}
@media (max-width:768px) {
	
	.page-template-template-homepage .type-page {
		padding:0;
	}
	
	.page-template-template-homepage h1 {
		line-height:1;
		margin:0.5em auto;
	}
	
	.page-template-template-homepage ul.products li.product {
		margin-bottom:1em;
	}
	
	.site-header .site-branding
	{
		width: 100% !important;
		min-height:auto;
		padding-left:0px;
		padding-top:0px;
		margin-bottom: 20px;
	}
	.site-title:before
	{
		display:none !important;
	}
	#site-navigation .menu
	{
		margin-top:10px !important;
	}
	.site-footer
	{
		padding-bottom:100px;
	}
	.site-footer .site-info
	{
		margin-top: 50px;
	}
	
}


/*styles hp a reprendre*/
.homepage-maxwidth img {
  max-width: 1200px;
  margin: 0 auto;
  height: auto;
}

/*styles header account link a reprendre */
.custom-account-link {
	position:absolute;
	top:50px;
  left:50%;
  transform: translateX(340px);
	color: #fff;
  display: block;
  cursor: pointer;
}

.custom-account-link a::before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
	width:21px;
	display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-family: "Font Awesome 5 Free";
  content:"\f007";
  font-weight: 900;
	font-size:24px;
	line-height: inherit;
  vertical-align: baseline;
  height:21px;
  line-height:1;
	color:white;
	padding:10px 13px 16px 13px;
	margin:0;
	border: 2px solid #fff;
	border-radius: 100px;
	text-align:center;
}

@media (max-width:1128px) {
	.custom-account-link { display:none; }
}

/*styles homepage a reprendre --*/
.page-template-template-homepage .type-page {
	padding-top:0 !important;
}
.page-template-template-homepage .entry-header h1 {
	background-color:#FFD633;
	color:black !important;
	display: block;
  width: 100vw;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  box-sizing: border-box;
  padding:20px 20px 15px 20px;
	line-height:1;
	font-size:35px;
	margin:0;
}

.home.page-template-template-homepage .entry-content {
		max-width:100% !important;
}

.home .site-main .wp-block-jetpack-layout-grid-column {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.05);
  overflow: hidden;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  text-align: center;
}

.home .site-main .wp-block-jetpack-layout-grid-column:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}

/* Images */
.home .site-main .wp-block-jetpack-layout-grid-column img {
  width: 100%;
  height: auto;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.home .site-main .wp-block-jetpack-layout-grid-column:hover img {
  transform: scale(1.05);
}

/* Titre de catégorie dans le figcaption */
.home .site-main .wp-block-jetpack-layout-grid-column figcaption {
  font-size: 1.1rem;
  font-weight: 600;
  padding: 1rem;
}

.home .site-main .wp-block-jetpack-layout-grid-column figcaption a {
  color: #111;
  text-decoration: none;
}

.home .site-main .wp-block-jetpack-layout-grid-column figcaption a:hover {
  text-decoration: underline;
}

/* Responsive : 2 colonnes sur mobile/tablette */
@media screen and (max-width: 768px) {
  .home .site-main .wp-block-jetpack-layout-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}