.template-detail-product {
  padding-top: var(--space);
  width: 100%; }
  .template-detail-product__outer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: var(--template-detail-product-slot-gap, 0); }
  .template-detail-product__gallery {
    width: 100%;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: var(--space);
    --f-carousel-slide-height: 375px;
    --f-carousel-slide-bg: var(--default-white-color) !important; }
  .template-detail-product__column {
    width: 100%; }
  .template-detail-product__slot {
    width: 100%; }
  .template-detail-product__stock {
    padding: calc(var(--space) / 2) 0 var(--space); }
  .template-detail-product__price-label {
    line-height: var(--default-light-height);
    font-weight: 700;
    font-size: 16px;
    color: #989898; }
  .template-detail-product__price-outer {
    padding-bottom: calc(var(--space) / 2);
    border-bottom: 1px solid #eee;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    gap: calc(var(--space) / 2);
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end; }
  .template-detail-product__price-value {
    font-size: 36px;
    line-height: var(--default-light-height);
    font-weight: 700;
    color: var(--default-red-color); }
  .template-detail-product__price-currency {
    line-height: 36px;
    font-size: 14px;
    font-weight: 700;
    color: #989898; }
  .template-detail-product__nds {
    font-size: 12px;
    line-height: var(--default-light-height);
    color: #b8b8b8;
    padding-bottom: var(--space); }
  .template-detail-product__additional {
    padding-top: var(--space); }
  .template-detail-product__additional-price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    width: 100%;
    gap: 0;
    padding: calc(var(--space) / 2) 0;
    padding-top: 0; }
    .template-detail-product__additional-price-label {
      font-size: 14px;
      line-height: 19px;
      vertical-align: bottom;
      padding-right: calc(var(--space) / 2);
      font-weight: 700;
      color: #989898; }
    .template-detail-product__additional-price-value {
      padding-right: 5px;
      font-size: 16px;
      line-height: 19px;
      vertical-align: bottom;
      color: var(--default-color); }
    .template-detail-product__additional-price-currency {
      font-size: 14px;
      line-height: 19px;
      vertical-align: bottom;
      font-weight: 700;
      color: #989898; }
  .template-detail-product__common .product-common__item:last-child {
    padding-bottom: 0; }
  .template-detail-product__common .product-common__label {
    font-size: 14px; }
  .template-detail-product__common .product-common__value {
    line-height: 1.6; }
  .template-detail-product__properties {
    gap: var(--space);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    .template-detail-product__properties .product-property__label {
      font-size: 16px; }
    .template-detail-product__properties .product-property__value {
      font-size: 16px; }
  .template-detail-product__buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: var(--space);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    .template-detail-product__buttons-item .button_link {
      --button-text-color: var(--default-red-color);
      --button-font-weight: 400;
      text-align: left;
      text-decoration: underline; }
    .template-detail-product__buttons-item_top_border {
      border-top: 1px solid #eee;
      padding-top: var(--space); }
  @media (min-width: 1000px) {
    .template-detail-product__outer {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; }
    .template-detail-product__slot {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      gap: var(--space);
      width: 100%;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
    .template-detail-product__common {
      -webkit-box-ordinal-group: 2;
          -ms-flex-order: 1;
              order: 1;
      padding-top: 0;
      padding-bottom: 0; }
    .template-detail-product__price {
      -webkit-box-ordinal-group: 3;
          -ms-flex-order: 2;
              order: 2;
      text-align: right; }
      .template-detail-product__price-outer {
        -webkit-box-pack: end;
            -ms-flex-pack: end;
                justify-content: flex-end; }
    .template-detail-product__properties {
      -webkit-box-ordinal-group: 4;
          -ms-flex-order: 3;
              order: 3; }
    .template-detail-product__additional {
      -webkit-box-ordinal-group: 5;
          -ms-flex-order: 4;
              order: 4;
      padding-top: 0; }
    .template-detail-product__cart .product-cart {
      --product-cart-justify-content: flex-end; }
    .template-detail-product__column {
      width: calc(50% - (var(--space) / 2)); }
      .template-detail-product__column_lg_full {
        width: 100%; }
    .template-detail-product__additional-price {
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end; }
    .template-detail-product__nds {
      text-align: right; }
    .template-detail-product__buttons-item button {
      margin-left: auto; } }
  @media (min-width: 1200px) {
    .template-detail-product__slot {
      width: calc(((100% / 3) - (var(--space) / 2))); }
      .template-detail-product__slot:nth-child(2) {
        width: calc(((100% / 3) * 2) - (var(--space) / 2)); } }
