.container-card {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 50px;
}

.active {
    color: #434455;
    fill: #434455;
}

.active:hover {
    color: #434455;
    fill: #434455;
}

.info-card-product {
    padding-left: 20px;
    padding-top: 20px;
    padding-bottom: 10px;
    padding-right: 20px;
}

.text-page {
    margin-top: 30px;
    margin-left: 30px;
    font-weight: 700;
    font-size: 25px;
}

.card-product {
    border: 1px solid #000;
    display: flex;
    flex-direction: column;
    margin-bottom: 40px;
    background-color: #dfecfc;
}

.image-card-product {
    position: relative;
    width: 100%;
    background-color: #fff;
}

.image-card-product-head {
    position: relative;
    width: 100%;
    background-color: #fff;
}

.name-card-text {
    font-weight: 300;
    font-size: 25px;
    text-align: center;
}

.p-card-info {
    font-weight: 700;
    font-size: 25px;
    padding-top: 5px;
    text-align: center;
}

.Specifications-card-info-container {
    padding-top: 15px;
}

.specifications-card-size {
    padding-top: 10px;
}

.specifications-card-container {
    padding-top: 30px;
}

.Specifications-card-p:first-child {
    font-weight: 700;
    font-size: 17px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.Specifications-card-p {
    font-weight: 700;
    font-size: 15px;
    text-align: center;
    padding: 5px 0;
    border-bottom: 1px solid #8c8c8c;
    border-top: 1px solid #8c8c8c;
}

.Specifications-card-info {
  font-weight: 500;
  font-size: 15px;
  display: flex;
  flex-direction: column;
  gap: 5px;
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  padding-top: 0;
  transition: max-height 450ms cubic-bezier(0.56, 0.17, 0.48, 0.63), opacity 450ms cubic-bezier(0.56, 0.17, 0.48, 0.63), padding 450ms cubic-bezier(0.56, 0.17, 0.48, 0.63);
}

.Specifications-card-info.active {
  max-height: 500px; /* или больше, если много контента */
  opacity: 1;
  padding-top: 15px;
}

.butons-info-card {
    padding-top: 15px;
    display: flex;
    gap: 20px;
}

.button-card-info {
    background-color: #4D5AE5;
    color: #ffffff;
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    font-size: 13px;
    line-height: 1.5;
    letter-spacing: 0.04em;
    cursor: pointer;
    display: block;
    padding: 0;
    min-width: 230px;
    width: 100%;
    border-radius: 4px;
    height: 40px;
    border: none;
    transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1);
}

.button-card-info:hover {
    background-color: #404BBF;
}

.button-card-info:focus {
    background-color: #404BBF;
}

.custom-select-wrapper {
  position: relative;
  width: 200px;
  user-select: none;
  cursor: pointer;
}

.custom-select-trigger {
  padding: 10px;
  background: #ececec;
  border: 1px solid #ccc;
  border-radius: 5px;
}

.custom-options {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  display: none;
  flex-direction: column;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 0 0 5px 5px;
  z-index: 10;
}

.custom-option {
  padding: 10px;
  border-top: 1px solid #eee;
}

.custom-option:hover {
  background-color: #f9f9f9;
}

.text-size-container {
    padding-bottom: 5px;
}

.collapsible {
  cursor: pointer;
  user-select: none;
  transition: color 0.2s ease;
}


.copy-article {
    display: flex;
    gap: 15px;
}

.icon-favorite-add {
    position: absolute;
    top: 8px;
    right: 8px;
    cursor: pointer;
}



@media (min-width: 1158px) {

.content-hidden {
    display: block;
}

.container-card {
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 50px;
}

.info-card-product {
    padding-left: 20px;
    padding-top: 20px;
    padding-bottom: 10px;
    padding-right: 15px;
}

.text-page {
    margin-top: 30px;
    margin-left: 30px;
    font-weight: 700;
    font-size: 25px;
}

.card-product {
    border: 1px solid #000;
    display: flex;
    flex-direction: row;
    margin-bottom: 40px;
    background-color: #dfecfc;
}

.image-card-product {
    position: relative;
    width: 668px;
    border-right: 1px solid #000;
    background-color: #fff;
}

.image-card-product-head {
    position: relative;
    width: 450px;
    border-right: 1px solid #000;
    background-color: #fff;
}

.name-card-text {
    font-weight: 300;
    font-size: 37px;
    text-align: left;
}

.p-card-info {
    font-weight: 700;
    font-size: 40px;
    padding-top: 5px;
    text-align: left;
}

.Specifications-card-info-container {
    padding-top: 15px;
}

.specifications-card-size {
    padding-top: 10px;
}

.Specifications-card-p {
    font-weight: 700;
    font-size: 20px;
    border-bottom: none;
    border-top: none;
    text-align: left;
}

.Specifications-card-p:first-child {
    text-align: left;
    align-items: flex-start;
    justify-content: flex-start;
}

.Specifications-card-info {
    font-weight: 500;
    font-size: 15px;
    max-height: 500px;
    opacity: 1;
    padding-top: 15px;
}

.specifications-card-container {
    padding-top: 40px;
}

.butons-info-card {
    padding-top: 15px;
    display: flex;
    gap: 40px;
}

.button-card-info {
    background-color: #4D5AE5;
    color: #ffffff;
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 0.04em;
    cursor: pointer;
    display: block;
    padding: 0px;
    min-width: 230px;
    width: 100%;
    border-radius: 4px;
    height: 56px;
    border: none;
    transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1);
}

.button-card-info:hover {
    background-color: #404BBF;
}

.button-card-info:focus {
    background-color: #404BBF;
}

/* .container-all-products {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 20px;
} */

.copy-article {
    display: flex;
    gap: 15px;
}

.custom-select-wrapper {
  position: relative;
  width: 200px;
  user-select: none;
  cursor: pointer;
}

.custom-select-trigger {
  padding: 10px;
  background: #f1f1f1;
  border: 1px solid #ccc;
  border-radius: 5px;
}

.custom-options {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  display: none;
  flex-direction: column;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 0 0 5px 5px;
  z-index: 10;
}

.custom-option {
  padding: 10px;
  border-top: 1px solid #eee;
}

.custom-option:hover {
  background-color: #f9f9f9;
}

.icon-favorite-add {
    position: absolute;
    top: 8px;
    right: 8px;
    cursor: pointer;
}

}