.heading-row {
  display: flex;
  flex-wrap: wrap;
  border: 1px solid #efefef;
  margin-bottom: 0; }

.heading-column {
  width: 100%;
  padding: .2rem;
  box-sizing: border-box; }

@media (min-width: 580px) {
  .heading-column:first-child {
    width: 70%; }
  .heading-column:last-child {
    width: 30%; } }

/* ROW & COLUMN SYSTEM */
.row-custom {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin-top: 1em;
  gap: 1rem;
  /* Optional spacing between columns */ }

.column-custom {
  padding: 0.5rem;
  box-sizing: border-box;
  width: 100%;
  /* Mobile first: stack columns */ }

@media (min-width: 580px) {
  .column-custom {
    width: 48%;
    /* Desktop: 2 columns side-by-side */ } }

.productView-optimised-heading {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.4;
  margin: 0 0 0.5rem 0;
  color: #333;
  word-break: break-word; }

.productView-optimised-bullets {
  list-style-type: disc;
  padding-left: 1.2rem;
  margin: 0;
  color: #333; }

.productView-optimised-bullets li {
  margin-bottom: 0.3rem; }

#qn-add-to-quote {
  width: 100%;
  background-color: #efefef;
  /* mid grey */
  color: #333;
  /* dark grey text */
  padding: 10px 20px;
  border: 1px solid #bbb;
  /* subtle dark grey border */
  border-radius: 0px;
  font-size: 18px;
  font-weight: 500;
  cursor: pointer;
  transition: background-color 0.2s ease; }

#qn-add-to-quote:hover {
  background-color: #d5d5d5;
  /* slightly darker on hover */ }

/* Style the tab */
.tab1 {
  overflow: hidden;
  background-color: #eee; }

/* Style the buttons inside the tab */
.tab1 button {
  border-radius: 0px;
  background-color: #eee;
  border: none;
  color: black;
  text-align: left;
  font-size: 14px;
  font-color: white;
  /* Changed from font-colour to font-color */
  padding: 10px;
  width: 24%;
  transition: all 0.5s;
  cursor: pointer;
  margin: 0px; }

/* Change background color of buttons on hover */
.tab1 button:hover {
  background-color: orange; }

/* Create an active/current tablink class */
.tab1 button.active {
  background-color: orange;
  opacity: 1;
  right: 0; }

/* Style the tab content */
.tabcontent1 {
  display: none;
  background-color: #eee;
  color: #444;
  cursor: pointer;
  padding: 10px;
  width: 100%;
  min-height: 150px;
  border: none;
  text-align: left;
  outline: none;
  font-size: 14px;
  transition: 0.4s; }

/* Responsive layout - makes a two column-layout instead of four columns */
@media screen and (max-width: 900px) {
  .tab1 button {
    width: 24%; } }

/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
  .tab1 button {
    width: 49%; } }

.collapsible2 {
  background-color: orange;
  color: white;
  cursor: pointer;
  padding: 6px;
  width: 100%;
  border: none;
  text-align: center;
  outline: none;
  font-size: 16px;
  transition: 0.4s;
  border-radius: 8px; }

.active2, .collapsible2:hover {
  background-color: orange;
  border: none;
  color: grey;
  cursor: pointer;
  border-radius: 5px; }

.content2 {
  padding: 0 5px;
  display: none;
  overflow: hidden;
  background-color: #f1f1f1;
  font-size: 12px; }

* {
  box-sizing: border-box; }

.column2 {
  float: left;
  width: 50%;
  padding: 5px;
  min-height: 100px; }

.row:after {
  content: "";
  display: table;
  clear: both; }

/* On screens that are 992px wide or less, go from four columns to two columns */
@media screen and (min-width: 701px) {
  .column2 {
    width: 24%; } }

/* On screens that are 600px wide or less, make the columns stack on top of each other instead of next to each other */
@media screen and (max-width: 700px) {
  .column2 {
    width: 49%; } }

.madeingermany-logo {
  font-family: Arial, sans-serif;
  max-width: 300px;
  margin: 2px auto;
  text-align: center; }

.flag-lines {
  display: flex;
  justify-content: space-between;
  height: 12px;
  margin-bottom: 5px; }

.flag-line {
  width: 30%;
  height: 100%; }

.black {
  background-color: #000; }

.red {
  background-color: #dd0000; }

.gold {
  background-color: #ffce00; }

.madeingermany-text {
  text-transform: uppercase;
  font-size: 24px;
  letter-spacing: 3px;
  line-height: 1; }

.madeinsweden-logo {
  display: flex;
  align-items: center;
  gap: 30px;
  font-family: Arial, sans-serif;
  height: 80px;
  color: #2f2f2b;
  border: 1px solid #e5e5e5;
  /* 1px border */
  box-sizing: border-box;
  /* include border in width */
  width: 100%;
  /* full available width */
  margin: 0;
  /* no margin outside */
  padding: 0 10px;
  /* optional horizontal padding inside border */ }

.sweden-flag {
  position: relative;
  width: 90px;
  height: 60px;
  background-color: #005cbf;
  /* Swedish blue */
  border: 1px solid #ccc;
  flex-shrink: 0; }

.sweden-flag::before,
.sweden-flag::after {
  content: '';
  position: absolute;
  background-color: #ffcd00;
  /* Swedish yellow */ }

.sweden-flag::before {
  width: 12%;
  height: 100%;
  left: 31%;
  top: 0; }

.sweden-flag::after {
  height: 12%;
  width: 100%;
  top: 44%;
  left: 0; }

.madeinsweden-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 140px;
  height: 100%;
  line-height: 1.2;
  text-align: center; }

.madeinsweden-text .line1,
.madeinsweden-text .line2 {
  font-weight: bold;
  font-size: 1.6rem;
  letter-spacing: 0.1rem;
  white-space: nowrap; }

.line2 {
  color: #005cbf; }

.size-chart-container {
  border: 1px solid #ccc;
  padding: 5px; }

.description {
  font-size: 1rem;
  color: #555; }

.form-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem; }

.form-group {
  flex: 1 1 45%;
  min-width: 200px; }

select {
  width: 100%;
  border: 1px solid #ccc;
  border-radius: 1px;
  font-size: 1rem; }

#text-container {
  font-weight: bold;
  font-size: 1rem;
  color: #444; }

@media (max-width: 500px) {
  .form-group {
    flex: 1 1 100%; } }

.gender-container {
  height: 0;
  width: 0;
  position: absolute;
  right: 50%; }

@media (max-width: 800px) {
  .gender-container {
    right: 0; } }

.female-icon-wrapper {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 25px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 99; }

.mens-icon-wrapper {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 25px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 99; }

.button {
  margin: 0 0 0 0; }

.productView-options .form-action {
  margin-top: 0; }

.form-field.form-field--increments {
  margin-bottom: 0; }
