/* Wrapper */
.hydewa-product{
  max-width: 1200px;
  margin: 0 auto;
  padding: 24px 16px;
}

/* 2 colonnes */
.hydewa-grid{
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 28px;
  align-items: start;
}
@media (max-width: 980px){
  .hydewa-grid{ grid-template-columns: 1fr; }
}

/* Colonne gauche (galerie) */
.hydewa-left .woocommerce-product-gallery{
  width: 100% !important;
}
.woocommerce-product-gallery__wrapper img{
  border-radius: 2px;
}

/* Colonne droite */
.hydewa-title{
  margin: 0 0 8px 0;
  font-size: 34px;
  line-height: 1.15;
  font-weight: 600;
}
.hydewa-ref{
  font-size: 13px;
  opacity: .8;
  margin-bottom: 14px;
}
.hydewa-price {
	margin: 12px 0 18px;
	border-bottom: 1px solid grey;
}
.hydewa-price {
	margin: 12px 0 18px;
	border-bottom: 1px solid grey;
	padding-bottom: 3em;
}
.hydewa-blocks{
  border-top: 1px solid rgba(0,0,0,.08);
  padding-top: 14px;
}
.hydewa-block{
  margin: 12px 0;
}
.hydewa-block-title{
  font-weight: 700;
  margin-bottom: 4px;
}

/* Zone add to cart */
.hydewa-cart {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 1em;
	flex-flow: column;
}
.hydewa-cart .stock {
	color: #5c728a;
	width: 100%;
	margin-top: 20px;
	border: none;
	height: 39px;
	line-height: 39px;
	text-align: left;
	margin-bottom: 0;
}
.single-product .product .entry-summary .hydewa-cart .cart {
	margin-bottom: 0;
	margin-top: 0;
  width: 100%;
}
.single-product .product .quantity .qty {
	width: 70px;
  border: none;
}
.quantity {
	border: 2px solid #5c728a;
}
.single-product .product .entry-summary .qty {
	min-height: initial;
}
@media screen and (min-width: 768px) {
  .single-product .cart {
    display: flex;
    gap: 0;
  }
}
.single-product .product .entry-summary .hydewa-cart .quantity .zak-qty-plus,
.single-product .product .entry-summary .hydewa-cart .quantity .zak-qty-minus {
  padding: 1px 5px;
	line-height: initial;
	height: auto;
	min-height: 0;
}
.single-product .product .entry-summary .hydewa-cart .single_add_to_cart_button {
	min-width: 50%;
	padding: 0 10px;
	line-height: 1.8;
	border-radius: 0;
	font-size: 14px;
	background: #5c728a;
}
.price-table-row.length-input {
	display: none;
}
#price_calculator {
	margin-bottom: 0;
	background: #dee3e7;
}
/* déclinaison dropdown  */
.linked-products-dropdown label {
	color: #5c728a;
}
.linked-products-dropdown select {
	background: transparent;
	color: black;
}
/* Cartes tableaux */
.hydewa-card{
  margin-top: 14px;
  border: 1px solid rgba(0,0,0,.08);
  border-radius: 2px;
  overflow: hidden;
}
.hydewa-card-title {
	margin: 0;
	padding: 10px 12px;
	font-size: 13px;
	letter-spacing: .04em;
	font-weight: 700;
	background: #dee3e7;
	text-align: center;
	color: #5c728a;
}
.hydewa-card-note{
  font-size: 13px;
}
.hydewa-table {
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 0;
}
.hydewa-table tr {
	border-bottom: 1px solid rgba(0,0,0,.08);
}
.hydewa-table th,
.hydewa-table td{
  padding: 9px 12px;
  vertical-align: top;
  font-size: 13px;
  border: none !important;
}
.hydewa-table th{
  width: auto;
  font-weight: 700;
}
.hydewa-empty{
  padding: 12px;
  font-size: 13px;
  opacity: .7;
}

/* Accessoires */
.hydewa-accessories-like-archive {
	margin-top: 5em;
}
.hydewa-accessories{
  margin-top: 30px;
  padding-top: 20px;
  border-top: 1px solid rgba(0,0,0,.08);
}
.hydewa-accessories-title{
  font-size: 34px;
  margin: 0 0 14px;
  font-weight: 500;
}
.hydewa-right .hydewa-title {
	margin: 0 0 8px 0;
	font-size: 2.5em;
	line-height: 1.15;
	font-weight: initial;
	border-bottom: 1px solid grey;
	padding-bottom: 15px;
}
.sku_wrapper {
	color: grey;
	padding-bottom: 15px;
}
@media (max-width: 980px){
  .hydewa-accessories-text{ grid-template-columns: 1fr; }
}
.hydewa-accessories-text .col{
  font-size: 14px;
  line-height: 1.6;
  opacity: .9;
}

.hydewa-accessories-grid{
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}
@media (max-width: 980px){
  .hydewa-accessories-grid{ grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 520px){
  .hydewa-accessories-grid{ grid-template-columns: 1fr; }
}
.hydewa-acc-item{
  border: 1px solid rgba(0,0,0,.08);
  border-radius: 2px;
  overflow: hidden;
  background: #fff;
}
.hydewa-acc-item a{
  display: block;
  color: inherit;
  text-decoration: none;
}
.hydewa-acc-item img{
  display: block;
  width: 100%;
  height: auto;
}
.hydewa-acc-item .name{
  padding: 10px 12px;
  font-size: 13px;
  font-weight: 600;
}
