        /* CSS для стилізації вкладок */
        .wizard-tab {
            display: none;
        }
        .wizard-tab.active {
            display: block;
        }
        .tab-buttons {
            display: flex;
            gap: 15px;
            margin-bottom: 20px;
			display: flex;
			justify-content: center; /* Центрує по горизонталі */
			align-items: center; /* Центрує по вертикалі */
        }
        /* Apply the same styles as the "Розрахувати" button to tab buttons */
        .tab-buttons button {
            padding: 8px 20px; /* Assuming "Розрахувати" has larger padding */
            font-size: 16px;    /* Font size similar to "Розрахувати" button */
            cursor: pointer;
            background-color: #3383ff; /* Example background color for "Розрахувати" button */
            color: #fff;        /* Assuming white text color for button */
            border: none;
            border-radius: 4px; /* Rounded corners if applied to "Розрахувати" */
            transition: background-color 0.3s ease; /* Hover effect */
        }
        .tab-buttons button:hover {
            background-color: #e6b800; /* Darker shade on hover */
        }
        .tab-buttons button.active {
            font-weight: bold;
            border-bottom: 2px solid #000;
        }
        .tab-buttons button.active {
            font-weight: bold;
            border-bottom: 5px solid #e6b800;
        }
		
		
.button-calc {
  align-items: center;
  background-color: #FFFFFF;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: .25rem;
  box-shadow: rgba(0, 0, 0, 0.02) 0 1px 3px 0;
  box-sizing: border-box;
  color: rgba(0, 0, 0, 0.85);
  cursor: pointer;
  display: inline-flex;
  font-family: system-ui,-apple-system,system-ui,"Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 16px;
  font-weight: 600;
  justify-content: center;
  line-height: 1.25;
  margin: 0;
  min-height: 3rem;
  padding: calc(.875rem - 1px) calc(1.5rem - 1px);
  position: relative;
  text-decoration: none;
  transition: all 250ms;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  vertical-align: baseline;
  width: auto;
}

.button-calc:hover,
.button-calc:focus {
  border-color: rgba(0, 0, 0, 0.15);
  box-shadow: rgba(0, 0, 0, 0.1) 0 4px 12px;
  color: rgba(0, 0, 0, 0.65);
}

.button-calc:hover {
  transform: translateY(-1px);
}

.button-calc:active {
  background-color: #F0F0F1;
  border-color: rgba(0, 0, 0, 0.15);
  box-shadow: rgba(0, 0, 0, 0.06) 0 2px 4px;
  color: rgba(0, 0, 0, 0.65);
  transform: translateY(0);
}
	


.profile-tab-link {
  background-color: #fff;
  border: 1px solid #d5d9d9;
  border-radius: 8px;
  box-shadow: rgba(213, 217, 217, .5) 0 2px 5px 0;
  box-sizing: border-box;
  color: #0f1111;
  cursor: pointer;
  display: inline-block;
  font-family: "Amazon Ember",sans-serif;
  font-size: 13px;
  line-height: 29px;
  padding: 0 10px 0 11px;
  position: relative;
  text-align: center;
  text-decoration: none;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  vertical-align: middle;
  width: 100px;
}

.profile-tab-link:hover {
  background-color: #f7fafa;
}

.profile-tab-link:focus {
  border-color: #008296;
  box-shadow: rgba(213, 217, 217, .5) 0 2px 5px 0;
  outline: 0;
}

.profile-tab-buttons {
    display: flex;
    justify-content: center; /* Центрує кнопки по горизонталі */
    gap: 10px; /* Відступ між кнопками, якщо потрібно */
}





/* Для виводу картинок профілів */
.profile-container {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    flex-direction: row;
}

.profile-options {
    min-width: 250px;
}

.profile-image {
    width: 150px;
    height: 150px;
    display: none;
    opacity: 0;
    border: 1px solid #ccc;
    transition: opacity 0.3s ease;
}

.form-container {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    flex-direction: row;
}

.form-options {
    min-width: 250px;
}

@media (max-width: 768px) {
    .form-container {
        flex-direction: column;
        align-items: center;
    }

    .form-options {
        width: 100%;
    }

    .form-image {
        margin-top: 10px;
    }
}



.form-image {
    width: 150px;
    height: 150px;
    display: none;
    opacity: 0;
    border: 1px solid #ccc;
    transition: opacity 0.3s ease;
}

/* Для мобільних — вертикально */
@media (max-width: 768px) {
    .profile-container {
        flex-direction: column;
        align-items: center;
    }

    .profile-options {
        width: 100%;
    }

    .profile-image {
        margin-top: 10px;
    }
}

/*Для виводу картинок профілів*/



  .profile-options {
    color: #212529;
    font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-weight: 400;
    line-height: 1.5;
  }
  
  .profile-options label {
    display: inline-block;
    /*padding-left: .25em;*/
  }
  
  .profile-options input[type=radio] {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    margin-bottom: 0;
    margin-right: 0;
  }
  
  .profile-options input[type=radio] {
    background-position: center center;
    -webkit-print-color-adjust: exact;
    appearance: none;
    background-color: #fff;
    background-repeat: no-repeat;
    background-size: contain;
    border: 1px solid rgba(0, 0, 0, .25);
    height: 1em;
    margin-top: .25em;
    vertical-align: top;
    width: 1em;
    border-radius: 50%;
  }
  
  .profile-options input[type=radio]:active {
    filter: brightness(90%);
  }
  
  .profile-options input[type=radio]:focus {
    border-color: #86b7fe;
    box-shadow: rgba(13, 110, 253, .25) 0 0 0 .25rem;
    outline: 0;
  }
  
  .profile-options input[type=radio]:checked {
    background-color: #0d6efd;
    border-color: #0d6efd;
  }
  
  .profile-options input[type=radio]:checked {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e");
  }
  
  .profile-options input[type=radio]:disabled {
    filter: none;
    opacity: .5;
    pointer-events: none;
  }
  
  .profile-options input[type=radio]:disabled ~ label {
    opacity: .5;
  }




 .checkbox-options *,
  .checkbox-options ::after,
  .checkbox-options ::before {
    box-sizing: border-box;
  }
  .checkbox-options [type=checkbox].substituted {
    margin: 0;
    width: 0;
    height: 0;
    display: inline;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
  }
  .checkbox-options [type=checkbox].substituted + label:before {
    content: "";
    display: inline-block;
    vertical-align: top;
    height: 1.15em;
    width: 1.15em;
    margin-right: 0.6em;
    color: rgba(0, 0, 0, 0.275);
    border: solid 0.06em;
    box-shadow: 0 0 0.04em, 0 0.06em 0.16em -0.03em inset, 0 0 0 0.07em transparent inset;
    border-radius: 0.2em;
    background: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" xml:space="preserve" fill="white" viewBox="0 0 9 9"><rect x="0" y="4.3" transform="matrix(-0.707 -0.7072 0.7072 -0.707 0.5891 10.4702)" width="4.3" height="1.6" /><rect x="2.2" y="2.9" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 12.1877 2.9833)" width="6.1" height="1.7" /></svg>') no-repeat center, white;
    background-size: 0;
    will-change: color, border, background, background-size, box-shadow;
    transform: translate3d(0, 0, 0);
    transition: color 0.1s, border 0.1s, background 0.15s, box-shadow 0.1s;
  }
  .checkbox-options [type=checkbox].substituted:enabled:active + label:before,
  .checkbox-options [type=checkbox].substituted:enabled + label:active:before {
    box-shadow: 0 0 0.04em, 0 0.06em 0.16em -0.03em transparent inset, 0 0 0 0.07em rgba(0, 0, 0, 0.1) inset;
    background-color: #f0f0f0;
  }
  .checkbox-options [type=checkbox].substituted:checked + label:before {
    background-color: #3B99FC;
    background-size: 0.75em;
    color: rgba(0, 0, 0, 0.075);
  }
  .checkbox-options [type=checkbox].substituted:checked:enabled:active + label:before,
  .checkbox-options [type=checkbox].substituted:checked:enabled + label:active:before {
    background-color: #0a7ffb;
    color: rgba(0, 0, 0, 0.275);
  }
  .checkbox-options [type=checkbox].substituted:focus + label:before {
    box-shadow: 0 0 0.04em, 0 0.06em 0.16em -0.03em transparent inset, 0 0 0 0.07em rgba(0, 0, 0, 0.1) inset, 0 0 0 3.3px rgba(65, 159, 255, 0.55), 0 0 0 5px rgba(65, 159, 255, 0.3);
  }
  .checkbox-options [type=checkbox].substituted:focus:active + label:before,
  .checkbox-options [type=checkbox].substituted:focus + label:active:before {
    box-shadow: 0 0 0.04em, 0 0.06em 0.16em -0.03em transparent inset, 0 0 0 0.07em rgba(0, 0, 0, 0.1) inset, 0 0 0 3.3px rgba(65, 159, 255, 0.55), 0 0 0 5px rgba(65, 159, 255, 0.3);
  }
  .checkbox-options [type=checkbox].substituted:disabled + label:before {
    opacity: 0.5;
  }

  .checkbox-options [type=checkbox].substituted.dark + label:before {
    color: rgba(255, 255, 255, 0.275);
    background-color: #222;
    background-image: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" xml:space="preserve" fill="rgba(34, 34, 34, 0.999)" viewBox="0 0 9 9"><rect x="0" y="4.3" transform="matrix(-0.707 -0.7072 0.7072 -0.707 0.5891 10.4702)" width="4.3" height="1.6" /><rect x="2.2" y="2.9" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 12.1877 2.9833)" width="6.1" height="1.7" /></svg>');
  }
  .checkbox-options [type=checkbox].substituted.dark:enabled:active + label:before,
  .checkbox-options [type=checkbox].substituted.dark:enabled + label:active:before {
    background-color: #444;
    box-shadow: 0 0 0.04em, 0 0.06em 0.16em -0.03em transparent inset, 0 0 0 0.07em rgba(255, 255, 255, 0.1) inset;
  }
  .checkbox-options [type=checkbox].substituted.dark:checked + label:before {
    background-color: #a97035;
    color: rgba(255, 255, 255, 0.075);
  }
  .checkbox-options [type=checkbox].substituted.dark:checked:enabled:active + label:before,
  .checkbox-options [type=checkbox].substituted.dark:checked:enabled + label:active:before {
    background-color: #c68035;
    color: rgba(0, 0, 0, 0.275);
  }
  .checkbox-options [type=checkbox].substituted + label {
    -webkit-user-select: none;
    user-select: none;
  }
  
.calculation-container {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.total_price_output {
    margin-left: auto;
    font-weight: bold;
    font-size: 1.1em;
	width: 350px;
}

input[type="radio"]:disabled + label {
    cursor: not-allowed;
}

.quantity-input {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-top: 5px;
}

.qty-btn {
    width: 38px;       /* було 36px */
    height: 38px;      /* було 36px */
    font-size: 26px;   /* було 24px */
    border-radius: 50%;
    background-color: #f3f3f3;
    border: none;
    font-weight: bold;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: background-color 0.2s;
}


.qty-btn:hover {
    background-color: #e0e0e0;
}

.qty-value {
    font-size: 22px;
    font-weight: 500;
    min-width: 24px;
    text-align: center;
    display: inline-block;
}

.error-message {
    color: red;
    font-size: 14px;
    margin-top: 4px;
}
