#menuleftcontainer {
  visibility: hidden;
  display: none;
}

#main {
  width: 100%;
  margin: 0;
}

html,
body {
  overflow-x: hidden;
}

#product_info {
  gap: 0;
  box-sizing: border-box;
}

:root {
  --product-section-space: 28px;
}

.product_post_buybox_content {
  clear: both;
  width: 100%;
}

#product_faq,
#product_variants,
#product_reviewscontainer {
  width: 100% !important;
  padding: 0 !important;
  box-sizing: border-box;
}

.product_buybox_section {
  margin: 0 0 22px;
}

#product_basket .product_buybox_section {
  margin: 0;
}

#product_basket .product_buybox_section + .product_buybox_section {
  margin-top: 24px;
}

.product_variants {
  margin-top: 28px;
}

#product_basket .product_variants {
  margin-top: 0;
}

.product_section_title {
  display: block;
  margin: 0 0 10px;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.3;
  color: #1f2c35;
}

.product_buybox_title {
  margin: 0 0 0 0;
}

.product_buybox_title h1 {
  margin: 0;
}

.product_description_block {
  margin-top: 22px;
}

.product_page_section {
  margin-top: var(--product-section-space);
}

#product_description {
  margin-top: 0;
}

#product_info {
		display: flex;
		flex-direction: column;
	}

	.product_title2 { order: 1; }
	#product_brand_logo_top {order:2; float:left;width:100%;}
	#product_basket { order: 4; margin-top:0;}
	#product_description { order: 5; }
	.product_variants { order:3; margin-top:0px; margin-bottom:1em;}
.product_specifications { order:6; }

	#product_description_title { display: block; }
	.products_combiblock { margin-top:0px; margin-bottom:15px; }
	@media (min-width: 1023px)
	{
			.product_title2 { order: 1; }
			#product_brand_logo_top {order:2; float:left;width:100%; }
			.product_variants { order:4; margin-top:10px;}
			.product_specifications { order:3; }
			#product_basket { order: 5; }
			#product_description { order: 6; }
			#product_description_title { display: block; }
			.products_combiblock { margin-top:0; margin-bottom:10px; }
			.product_specifications { margin-top:0px; }
	
	}

.product_description_content {
  position: relative;
  overflow: hidden;
  min-width: 0;
}

.product_description_content.is-collapsed {
  max-height: 265px;
}

.product_description_content.is-collapsed:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 58px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #ffffff 95%);
}

.product_description_toggle {
  margin-top: 10px;
  display: inline-block;
  border: 1px solid #d2dde4;
  border-radius: 10px;
  background: #ffffff;
  color: #1672c5;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1;
  padding: 12px 18px;
  cursor: pointer;
}

.product_description_toggle.is-hidden {
  display: none;
}

#product_basket {
  margin-top: 0;
  border: 1px solid #dce6eb;
  border-radius: 12px;
  background: #ffffff;
  padding: 24px;
  box-sizing: border-box;
  overflow: hidden;
}

/* Keep title -> buy-box spacing identical across breakpoints */
#product_info .product_title2.product_buybox_title {
  margin-bottom: 0 !important;
}

#product_info #product_basket {
  margin-top: 0 !important;
}

.product_price_block {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.product_price_deal {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
}

.product_price_main {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 0 12px;
  margin: 0;
  padding: 0;
  font-size: 1.74rem;
  line-height: 1.12;
  font-weight: 800;
  letter-spacing: -0.03em;
  color: #173449;
}

.product_price_main .product_price_advise {
  margin-right: 0;
  white-space: nowrap;
  font-size: 0.58em;
  line-height: 1.6;
  font-weight: 600;
  color: #41515a;
}

.product_price_main .product_price_normaal_label {
  font-size: 0.58em;
  line-height: 1.6;
  font-weight: 400;
  color: #5f6f78;
  white-space: nowrap;
}

.product_price_main .discount,
.product_price_main .discount_large,
.product_price_main .discount_price,
.product_price_main .product_price_advise2 {
  white-space: nowrap;
}

.product_price_main .discount_price {
  display: block;
  flex-basis: 100%;
}

.product_price_subline {
  display: block;
  font-size: 1.08em;
  line-height: 1.45;
  color: #3f5059;
}

.product_price_subline:empty {
  display: none;
}

.product_price_subline .product_price_advise {
  margin-right: 0;
  font-size: 1.08em;
  line-height: 1.55;
  font-weight: 700;
  color: #243944;
  display: inline-block;
  position: relative;
  white-space: nowrap;
  vertical-align: baseline;
}

.product_price_subline .product_price_normaal_label {
  font-size: 1.02em;
  line-height: 1.55;
  font-weight: 500;
  color: #4b5c65;
  white-space: nowrap;
}

.product_price_subline .product_price_advise span {
  position: absolute;
  width: 100%;
  left: 0;
  top: 50%;
  border-top: 2px solid #e12626;
  transform: rotate(-7deg);
}

.product_price_subline .discount,
.product_price_subline .discount_large,
.product_price_subline .discount_price,
.product_price_subline .product_price_advise2 {
  display: inline;
  font-size: 1em !important;
  line-height: 1.45 !important;
  font-weight: 400;
  color: #294454;
}

.product_stockline {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 0;
  margin-top: 14px;
  padding: 0;
  gap: 6px;
  font-size: 1em;
  line-height: 1.45;
  color: #294454;
}

.product_stock_state {
  color: #0a9e57;
  font-weight: 700;
  border: 1px solid #76d6aa;
  border-radius: 7px;
  padding: 2px 10px;
  background: transparent;
  box-shadow: none;
}

.product_stock_state * {
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

.product_stock_state .stocklabel-preorder,
.product_stock_state .stocklabel-static_low_price,
.product_price_subline .stocklabel-static_low_price {
  background: transparent !important;
}

.product_stock_state:empty {
  display: none;
}

.product_stock_delivery {
  color: #294454;
  display: block;
  flex-basis: 100%;
  margin-top: 2px;
}

.product_stock_lowprice {
  display: inline-flex;
  align-items: center;
  margin-top: 2px;
  padding: 0;
  flex-basis: auto;
}

.product_stock_lowprice:empty {
  display: none;
}

.product_stock_lowprice .stocklabel-static_low_price {
  display: inline-flex;
  align-items: center;
  padding: 4px 10px;
  border: 1px solid #ff8d32;
  border-radius: 6px;
  background: #fff5eb !important;
  color: #ef6c00 !important;
  font-weight: 700;
  line-height: 1.2;
}

.product_stock_savings {
  display: block;
  flex-basis: 100%;
  font-size: 1.1em;
  line-height: 1.35;
  font-weight: 700;
  color: #0a9e57;
}

.product_stock_savings:empty {
  display: none;
}

.product_stock_savings + .product_stock_state {
  margin-top: 0;
}

.product_shipping_hint {
  font-size: 0.95em;
  line-height: 1.4;
  color: #6c7a82;
}

#product_basket .product_scale_notice {
  margin: 2px 0 14px;
}

.product_scale_offers {
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
}

.product_scale_offers_title {
  margin-bottom: 10px;
  font-size: 0.98rem;
  line-height: 1.3;
  font-weight: 800;
  color: #173449;
}

.product_scale_grid {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  gap: 12px;
  margin: 12px 0;
}

.product_scale_card {
  flex: 0 1 auto;
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 2px;
  min-height: 86px;
  min-width: 140px;
  max-width: 100%;
  padding: 12px 14px 11px;
  border: 1px solid #cfdde5;
  border-radius: 10px;
  background: #ffffff;
  color: #173449;
  text-align: center;
  white-space: normal;
  cursor: pointer;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
}

.product_scale_card_hidden {
  display: none;
}

.product_scale_card:hover {
  border-color: #0a9e57;
}

.product_scale_card.is-active {
  border-color: #0a9e57;
  box-shadow: 0 0 0 1px #0a9e57 inset;
  background: #f4fcf7;
}

.product_scale_card_amount {
  display: block;
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 1.2;
  font-weight: 700;
}

.product_scale_card_price {
  display: none;
}

.product_scale_card_price small {
  display: none;
  margin-top: 2px;
  font-size: 0.76rem;
  font-weight: 400;
  color: #8b99a2;
}


.product_scale_card_meta {
  display: block;
  margin-top: 0;
  padding-top: 0;
  font-size: 0.78rem;
  line-height: 1.2;
  font-weight: 600;
  color: #8b99a2;
}

.product_scale_card_meta_offer {
  color: #f07d00;
  font-size: 1rem;
  line-height: 1.2;
  font-weight: 600;
}

.product_scale_card_offer .product_scale_card_price {
  color: #244863;
}

.product_variants_group + .product_variants_group {
  margin-top: 18px;
}

.product_crossup_container {
  margin-top: var(--product-section-space);
}

.product_crossup_container .productthumbdiv {
  position: relative;
  overflow: visible;
}

.product_crossup_container .productthumbdiv .productpreview {
  position: absolute;
  top: 100%;
  left: 0;
  margin-left: 0;
  margin-top: 8px;
  width: 320px;
  max-width: 420px;
  z-index: 9999;
}

.crossup-hover-preview {
  position: absolute;
  width: 360px;
  max-width: calc(100vw - 16px);
  background: #f4fbff;
  border: 1px solid #c5e8ff;
  border-radius: 6px;
  padding: 12px;
  box-shadow: 0 8px 18px rgba(18, 52, 74, 0.16);
  z-index: 99999;
}

#product_variants {
  margin-top: 22px;
}

#product_variants h2 {
  margin: 0 0 8px;
  font-size: 2rem;
  line-height: 1.2;
  color: #1f2c35;
}

#product_variants2_list:after {
  content: "";
  display: block;
  clear: both;
}

.variants_compare_intro {
  margin: 0 0 14px;
  font-size: 1rem;
  line-height: 1.5;
  color: #5f6f78;
}

#product_variants table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  border: 1px solid #dbe5ec;
  border-radius: 10px;
  overflow: hidden;
}

#product_variants table td.darkgrey {
  background: #eef4f8;
  color: #355062;
  font-weight: 700;
  padding: 12px 10px;
  border-bottom: 1px solid #dbe5ec;
}

#product_variants table td {
  padding: 12px 10px;
  border-bottom: 1px solid #e9eff4;
  color: #2c3f4c;
  background: #ffffff;
}

#product_variants tr.variant_compare_row {
  cursor: pointer;
  transition: background-color 0.16s ease;
}

#product_variants tr.variant_compare_row:hover td {
  background: #f7fbff;
}

#product_variants tr.variant_compare_row.selected td {
  background: #eef7ff;
}

.variant_compare_name_cell {
  min-width: 220px;
}

.variant_compare_name_link {
  color: #1f2c35;
  font-weight: 600;
  text-decoration: none;
}

.variant_compare_name_link:hover {
  text-decoration: underline;
}

.variant_current_badge {
  display: inline-block;
  margin-left: 8px;
  padding: 2px 8px;
  border: 1px solid #9fd0ff;
  border-radius: 999px;
  background: #e8f4ff;
  color: #165d9d;
  font-size: 0.78rem;
  font-weight: 700;
  vertical-align: middle;
}

.variant_compare_stock {
  white-space: nowrap;
}

.variant_stock_label {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 0.9rem;
  font-weight: 600;
}

.variant_stock_dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #8aa0ae;
}

.variant_stock_in .variant_stock_dot {
  background: #0aa545;
}

.variant_stock_backorder .variant_stock_dot {
  background: linear-gradient(to top, #0aa545 0 50%, #ffffff 50% 100%);
  border: 1px solid #8fb6c7;
  box-sizing: border-box;
}

.variant_stock_out .variant_stock_dot {
  background: #d9534f;
}

.variant_compare_price {
  text-align: right;
  white-space: nowrap;
  font-weight: 700;
  color: #173449;
}

.product-variant-select {
  width: 100%;
}

.product-variant-select-hidden {
  position: absolute;
  opacity: 0;
  pointer-events: none;
  width: 1px;
  height: 1px;
}

.variant-tile-grid {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  gap: 10px;
  margin-top: 12px;
}

.variant-tile {
  flex: 0 1 auto;
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  border: 1px solid #cfdde5;
  background: #ffffff;
  border-radius: 10px;
  padding: 10px 12px;
  min-height: 48px;
  min-width: 0;
  max-width: 100%;
  font-size: 1rem;
  line-height: 1.2;
  font-weight: 600;
  color: #173449;
  text-align: left;
  white-space: normal;
  cursor: pointer;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
}

.variant-tile-label {
  display: block;
  white-space: nowrap;
  font-weight: 500;
}

.variant-tile:hover {
  border-color: #0a9e57;
}

.variant-tile.is-active {
  border-color: #0a9e57;
  box-shadow: 0 0 0 1px #0a9e57 inset;
  background: #f4fcf7;
}

.variant-tile.is-disabled,
.variant-tile:disabled {
  border-color: #e4eaee;
  color: #9aa8b1;
  background: #f8fafb;
  cursor: not-allowed;
}

.variant-tile-note {
  display: block;
  margin-top: 4px;
  font-size: 0.8rem;
  font-weight: 400;
  color: #8b99a2;
  white-space: nowrap;
}

.product_specifications_compact {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  min-width: 0;
  width: 100%;
  max-width: 100%;
}

.product_specification_item {
  display: block;
  min-width: 0;
  width: 100%;
  padding: 10px 12px;
  border: 1px solid #d8e4ea;
  border-radius: 10px;
  background: #f8fbfd;
  font-size: 0.95rem;
  line-height: 1.3;
  color: #2f4a59;
  overflow-wrap: anywhere;
  word-break: break-word;
  box-sizing: border-box;
}

.product_specification_name {
  display: block;
  margin-bottom: 2px;
  color: #2f4a59;
  font-weight: 700;
  font-size: 0.95rem;
  line-height: 1.3;
  text-transform: uppercase;
  letter-spacing: 0.02em;
}

.product_specification_help_link,
.product_specification_help_link:link,
.product_specification_help_link:visited {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 6px;
  color: #1672c5;
  text-decoration: none;
  vertical-align: text-top;
}

.product_specification_help_link:hover,
.product_specification_help_link:active {
  color: #0f5c9d;
}

.product_specification_help_text {
  display: inline-block;
  color: inherit;
}

.product_specification_help_icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 16px;
  height: 16px;
  border: 1px solid currentColor;
  border-radius: 50%;
  font-size: 0.72rem;
  font-weight: 700;
  line-height: 1;
  text-transform: none;
}

.product_specification_value {
  display: block;
  color: #173449;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.35;
}


.product_cta_row {
  width: 100%;
  min-width: 0;
}

.product_price_block,
.product_order,
.products_combiblock,
.products_combi_card,
#basketdiv,
#basketdiv2,
.orderbutton,
.product_order_button,
.products_combiblock_selectdiv,
.products_combiblock_selectdiv select {
  max-width: 100%;
  box-sizing: border-box;
}

#basketdiv,
#basketdiv2 {
  margin: 0;
  display: grid;
  grid-template-columns: 92px 1fr;
  gap: 14px;
  align-items: stretch;
  background: transparent;
  height: auto;
}

.product_amount_control {
  width: 100%;
}

.product_amount_select {
  width: 100%;
  height: 56px;
  border: 1px solid #d2dde4;
  border-radius: 10px;
  background: #ffffff;
  text-align: center;
  font-weight: 700;
  font-size: 1.2rem;
}

.orderbutton {
  width: 100%;
}

.product_order_button {
  width: 100%;
  height: 56px;
  border: 0;
  border-radius: 10px;
  background: #10a651;
  color: #ffffff;
  font-size: 1.8rem;
  line-height: 1;
  font-weight: 700;
  transition: background-color 0.2s ease, transform 0.2s ease;
}

.product_order_button:hover {
  background: #0c9448;
}

.product_order_button:active {
  transform: translateY(1px);
}

.customerexperdutch {
  margin-top: 24px;
  padding: 0;
  background: transparent;
}

.product_trust_list {
  margin: 0;
  padding: 0;
}

.product_trust_list li {
  margin: 0 0 3px;
  font-size: 0.96rem;
  line-height: 1.22;
  color: #2f4a59;
}

.product_trust_list li:before {
  content: "\2713";
  color: #0a9e57;
  font-weight: 700;
  margin-right: 8px;
}

.products_combiblock {
  margin-top: 26px;
}

.products_combiblock_required {
  margin-top: 20px;
  margin-bottom: 8px;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  overflow: hidden;
}

.products_combiblock_required .products_combi_card {
  margin-bottom: 10px;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  overflow: hidden;
}

.products_combiblock_required .products_combi_row_action {
  display: none;
}

.products_combiblock_required .products_combi_select_wrap {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 32px;
  align-items: center;
  gap: 8px;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
}

.products_combiblock_required .products_combiblock_selectdiv {
  width: 100%;
  max-width: 100%;
  float: none;
}

.products_combiblock_required .products_combiblock_selectdiv select {
  width: 100%;
  max-width: 100%;
  float: none;
}

.products_combiblock_required .products_combi_info {
  width: 32px;
  min-width: 32px;
  float: none;
}

#product_basket .product_price_block {
  clear: both;
}

.products_combiblock_wide {
  width: 100%;
  float: left;
  margin-top: 18px;
  margin-bottom: 28px;
}

.products_combi_grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
  align-items: stretch;
}

.products_combi_grid .products_combi_card {
  margin-bottom: 0;
}

.products_combi_layout {
  display: block;
}

@media (min-width: 900px) {
  .products_combi_row {
    grid-template-columns: 120px 260px minmax(0, 1fr) 200px;
  }
}

.products_combi_card {
  border: 1px solid #dce4ea;
  border-radius: 10px;
  padding: 10px;
  margin-bottom: 0;
  background: #f6f8fb;
}

.products_combi_card h4 {
  margin: 0 0 10px;
  font-size: 0.95rem;
  line-height: 1.3;
  font-weight: 700;
  color: #2f3d49;
}

.products_combi_row {
  display: grid;
  grid-template-columns: 120px 260px 1fr 220px;
  align-items: center;
  gap: 12px;
}

.products_combi_pick {
  display: flex;
  align-items: center;
  font-size: 0.9rem;
  font-weight: 600;
  color: #2f3d49;
}


.products_combi_visuals {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 8px;
}

.products_combi_base_thumb_wrap,
.products_combi_thumb_wrap {
  width: 100%;
  height: 120px;
  border-radius: 8px;
  background: #ffffff;
  border: 1px solid #dce4ea;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.products_combi_plus {
  font-size: 1.8rem;
  line-height: 1;
  color: #1672c5;
  font-weight: 600;
}

.products_combi_thumb {
  max-width: 100%;
  max-height: 100%;
}

.products_combi_meta {
  display: grid;
  gap: 8px;
}

.products_combi_name {
  font-size: 1rem;
  line-height: 1.35;
  font-weight: 500;
  color: #1f2c35;
}

.products_combi_price {
  font-size: 1rem;
  line-height: 1.35;
  color: #1672c5;
  font-weight: 600;
  white-space: nowrap;
}

.products_combi_line,
.products_combi_total {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: baseline;
  gap: 10px;
}

.products_combi_total {
  margin-top: 2px;
  padding-top: 6px;
  border-top: 1px solid #dce4ea;
  font-size: 1.05rem;
  font-weight: 700;
  color: #173449;
}

.products_combi_total .js-combi-total {
  color: #1672c5;
}

.products_combi_select_wrap {
  display: flex;
  align-items: center;
  gap: 8px;
}

.products_combiblock_selectdiv {
  width: calc(100% - 36px);
}

.products_combi_info {
  width: 28px;
}

.products_combi_row_action {
  justify-self: end;
}

.products_combi_submit_row.product_order_button {
  width: 200px;
  height: 56px;
  font-size: 1.2rem;
}

.reviews_summary {
  max-width: 100%;
  width: 100%;
  margin: 0 0 14px;
  padding: 14px 16px;
  border: 1px solid #dbe6ed;
  border-radius: 10px;
  background: #ffffff;
  box-sizing: border-box;
}

.reviews_summary_title {
  margin: 0 0 6px;
  font-size: 1.45rem;
  line-height: 1.2;
  font-weight: 700;
  color: #1f2c35;
}

.reviews_summary_score {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 4px;
}

.reviews_summary_stars img.star {
  width: 16px;
  height: 16px;
  vertical-align: middle;
}

.reviews_summary_value {
  font-size: 1rem;
  font-weight: 700;
  color: #173449;
}

.reviews_summary_meta {
  font-size: 0.95rem;
  line-height: 1.35;
  color: #60717a;
}

#product_reviewscontainer {
  max-width: 100%;
  width: 100%;
  margin-top: 42px;
}

#product_reviewscontainer > h2 {
  margin-bottom: 10px;
}

#product_reviewscontainer [itemprop="aggregateRating"] .subtext {
  display: none;
}

.reviews_list {
  display: grid;
  gap: 12px;
}

.reviewbox {
  border: 1px solid #dbe6ed;
  border-radius: 10px;
  background: #ffffff;
  box-shadow: none;
  margin: 0;
}

.reviewsubbox {
  padding: 12px 14px;
}

.review_meta_top {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  font-size: 0.95rem;
  line-height: 1.35;
  color: #5b6b74;
}

.review_author {
  color: #1f2c35;
  font-weight: 600;
}

.review_variant {
  margin-top: 2px;
  font-size: 0.9rem;
  color: #71838c;
}

.review_rating_row {
  margin-top: 6px;
  display: flex;
  align-items: center;
  gap: 8px;
}

.review_stars img.star {
  width: 14px;
  height: 14px;
  vertical-align: middle;
}

.review_score {
  font-size: 0.92rem;
  font-weight: 700;
  color: #1f2c35;
}

.review_body_wrap {
  margin-top: 8px;
}

.review_body {
  font-size: 0.98rem;
  line-height: 1.5;
  color: #243946;
}

.review_date {
  margin-top: 8px;
  font-size: 0.82rem;
  line-height: 1.3;
  color: #85939b;
}

.reviews_more_button {
  margin: 8px auto 0;
  display: block;
  border: 1px solid #d2dde4;
  border-radius: 10px;
  background: #ffffff;
  color: #1672c5;
  font-size: 0.95rem;
  font-weight: 600;
  line-height: 1;
  padding: 10px 16px;
  cursor: pointer;
}

.reviews_more_button.is-hidden {
  display: none;
}

#product_faq {
  max-width: 100%;
  width: 100%;
}

#product_faq > .large {
  display: block;
  margin: 0 0 10px;
  font-size: 1.45rem;
  line-height: 1.2;
  font-weight: 700;
  color: #1f2c35;
}

#product_faq .product_question {
  border: 1px solid #dbe6ed;
  border-radius: 10px;
  background: #ffffff;
  box-shadow: none;
  margin: 0;
}

#product_faq .product_question + .product_question {
  margin-top: 10px;
}

#product_faq .product_question > div {
  padding: 8px 10px 4px;
}

#product_faq .product_question > div + div {
  border-top: 1px solid #e9eff4;
}

.faq-answer-content.is-hidden {
  display: none;
}

.faq-answer-content {
  border-top: 1px solid #e9eff4;
}

.product_answer_toggle {
  display: inline-block;
  margin: 2px 10px 8px;
  padding: 2px 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  font-size: 0.95rem;
  line-height: 1.2;
}

.product_question_a,
.product_answer_a {
  font-size: 0.96rem;
  line-height: 1.4;
  color: #243946;
}

.product_question_a > span:first-child,
.product_answer_a > span:first-child {
  color: #1f2c35;
  font-weight: 700;
}

.product_question_b,
.product_answer_b {
  margin-top: 4px;
  font-size: 0.8rem;
  line-height: 1.3;
  color: #85939b;
}

#product_faq .product_question_b:empty {
  display: none;
}

#product_faq .product_question_b .subtext:empty {
  display: none;
}

/* Keep help tooltip content in original casing, even inside uppercase spec labels */
.product_specification_item [id^="helpdiv"],
.product_specification_item [id^="helpdiv"] * {
  text-transform: none !important;
}

#product_container [id^="helpdiv"],
#product_container [id^="helpdiv"] * {
  font-size: 1em !important;
  line-height: 1.45;
}

@media (max-width: 1023px) {
  .product_title2.product_buybox_title {
    margin-top: 24px !important;
    margin-bottom: 0 !important;
  }

  #product_basket {
    margin-top: 0 !important;
  }

  .product_scale_offers {
    padding: 0;
  }

  .product_scale_grid {
    gap: 10px;
  }

  .product_scale_card {
    min-width: 128px;
    min-height: 82px;
    padding: 10px 12px;
  }

  #basketdiv,
  #basketdiv2 {
    align-items: stretch;
  }

  .product_amount_control {
    display: flex;
    align-items: stretch;
    height: 56px;
  }

  .product_amount_select {
    height: 100%;
    min-height: 56px;
    margin-top: 0 !important;
  }

  .product_order_button {
    height: 56px;
    min-height: 56px;
    margin-top: 0 !important;
  }

  #product_basket {
    padding: 18px;
  }

  .product_buybox_section {
    margin-bottom: 24px;
  }

  .product_price_main {
    font-size: 1.44rem;
  }

  .product_price_subline {
    font-size: 1.02em;
  }

  .product_stock_savings {
    font-size: 1.02em;
  }

  .product_scale_card_amount {
    font-size: 0.92rem;
  }

  .product_order_button {
    font-size: 1.45rem;
  }
}

@media (max-width: 560px) {
  .product_scale_grid {
    gap: 8px;
  }

  .product_scale_card {
    min-width: calc(50% - 4px);
  }

  .product_scale_grid.product_scale_grid_three {
    flex-wrap: nowrap;
  }

  .product_scale_grid.product_scale_grid_three .product_scale_card {
    flex: 1 1 0;
    min-width: 0;
    max-width: none;
    padding-left: 10px;
    padding-right: 10px;
  }

}

@media (min-width: 760px) and (max-width: 1200px) {
  #product_info .product_title2.product_buybox_title {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
  }

  #product_info #product_basket {
    margin-top: 0 !important;
  }
}

@media (max-width: 620px) {
  .products_combi_grid {
    grid-template-columns: 1fr;
  }

  .products_combi_row {
    grid-template-columns: 1fr;
  }

  .products_combi_row_action {
    justify-self: stretch;
  }

  .products_combi_submit_row.product_order_button {
    width: 100%;
  }

  .product_specifications_compact {
    grid-template-columns: 1fr;
  }

  .variant-tile-grid {
    gap: 8px;
  }

  #basketdiv,
  #basketdiv2 {
    grid-template-columns: 82px minmax(0, 1fr);
    gap: 10px;
  }
}

@media (max-width: 767px) {
  .product_amount_control {
    height: 64px;
  }

  .product_amount_select {
    height: 100%;
    min-height: 64px;
    margin-top: 0 !important;
  }

  .product_order_button {
    height: 64px;
    min-height: 64px;
    margin-top: 0 !important;
  }

  #main,
  #product_container,
  #product_media,
  #product_info,
  #product_basket {
    width: 100% !important;
    max-width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    box-sizing: border-box;
  }

  #product_container {
    overflow-x: hidden;
  }

  #product_media_image {
    max-width: 100%;
    height: auto;
  }

  #basketdiv,
  #basketdiv2 {
    grid-template-columns: 82px minmax(0, 1fr);
  }

  .orderbutton,
  .product_order_button,
  .product_price_subline,
  .product_stockline,
  .product_specifications_compact,
  .products_combi_select_wrap,
  .products_combiblock_selectdiv {
    min-width: 0;
  }

  .products_combi_select_wrap {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 28px;
    align-items: center;
    gap: 8px;
  }

  .products_combiblock_selectdiv {
    width: 100%;
  }

  /* Keep horizontal scrolling for crossup and last viewed carousels in v2 */
  #product_container .product_crossup_subcontainer {
    overflow-x: auto;
    overflow-y: hidden;
  }

  #product_container .product_crossup_subcontainer ul {
    width: auto !important;
  }
}
