.product-preview__item {
  padding: var(--space);
  padding-top: 0; }
  .product-preview__item-image {
    height: var(--preview-item-fixed-height);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    margin-bottom: var(--space);
    -webkit-box-sizing: content-box;
            box-sizing: content-box; }
  .product-preview__item-title {
    padding-bottom: var(--space); }
    .product-preview__item-title-label {
      --padding-bottom: 8px;
      font-weight: 700;
      line-height: var(--default-line-height);
      font-size: 18px;
      color: var(--default-red-color);
      padding-bottom: var(--padding-bottom); }
    .product-preview__item-title-value {
      font-weight: 700;
      line-height: var(--default-line-height);
      font-size: 18px; }
    @media (min-width: 780px) {
      .product-preview__item-title {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        gap: 0 8px; }
        .product-preview__item-title-label {
          --padding-bottom: 0; } }
  .product-preview__item-description-label {
    --padding-bottom: 8px;
    font-weight: 700;
    line-height: var(--default-line-height);
    font-size: 18px;
    padding-bottom: var(--padding-bottom); }
  .product-preview__item-description-value {
    font-weight: 700;
    line-height: var(--default-line-height);
    font-size: 18px; }
    .product-preview__item-description-value strong {
      color: var(--default-red-color); }
  @media (min-width: 780px) {
    .product-preview__item-description {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      gap: 0 8px; }
      .product-preview__item-description-label {
        --padding-bottom: 0; } }
  .product-preview__item_shape {
    height: auto !important; }
  @media (min-width: 600px) {
    .product-preview__item {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      gap: var(--space);
      padding-top: var(--space);
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      .product-preview__item-image {
        width: var(--preview-item-fixed-width);
        margin-bottom: 0; } }
  @media (min-width: 1000px) {
    .product-preview__item-image {
      height: calc(var(--preview-item-fixed-height) / 2);
      width: calc(var(--preview-item-fixed-height) / 2);
      background-color: var(--default-white-color);
      border: 1px solid var(--default-border-color); }
    .product-preview__item-title {
      padding-bottom: 0; }
    .product-preview__item-description {
      padding-bottom: 0; } }

@media (min-width: 1000px) {
  .product-preview__column-description {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: var(--space);
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -ms-flex-negative: 1;
        flex-shrink: 1;
    width: 100%; } }
