/* PRODUCT PAGE */
#html-body.catalog-product-view {
  h1,
  h2,
  h3 {
    margin-bottom: 16px;
  }

  .page-title {
    margin-bottom: 4px;
  }

  div {
    font-family: Georgia, "Times New Roman";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
    text-decoration: none;
  }

  .column.main {
    display: grid;
    grid-template-columns: 1fr;
    gap: 32px;
    margin: 0 16px;
    width: auto;
  }

  .product-info-wrapper,
  .cooking-info-wrapper,
  .product-description-outer,
  .bundle-options-wrapper {
    background-color: var(--white);
    border-radius: 4px;
  }

  .product-info-wrapper {
    display: flex;
    flex-direction: column;
  }

  .product-info-main,
  .product-description-outer,
  .cooking-info-wrapper {
    padding: 24px;
    width: 100%;
    float: unset;
  }

  .product_image_outer_common {
    margin-bottom: 32px;
  }

  .product_bundle_outer {
    margin-top: 32px;
  }

  .bundle-options-container .product-add-form {
    display: block;
  }

  .gs-prod-image {
    overflow: hidden;
    width: 100%;
  }

  .product-add-form {
    display: none;
  }
  
  .product.media {
    width: 100%;
    float: unset;
    order: unset;
    display: flex;
    justify-content: center;
    margin-bottom: 0;

    img {
      aspect-ratio: 1 / 1;
      object-fit: cover;
    }
  }

  .product .content {
    padding: 0;
    margin: 0;
  }

  .product.attribute.overview {
    padding: 0;
    margin: 0 0 32px 0;
  }

  .product.attribute.overview p,
  .product.attribute.overview div,
  .product.attribute.overview span {
    /* include .preamble() */
    font-family: "Roboto Condensed";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    text-decoration: none;
    letter-spacing: 0.36px;
  }

  .data.item.title,
  .product.data.items {
    float: unset;
    margin: 0;
    padding: 0;
    border: none;
  }

  .product-usp-wrapper {
    background: var(--lime);
    padding: 16px;
    margin-top: 32px;
    display: flex;
    align-items: center;
    gap: 16px;
    font-family: var(--roboto);
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    text-decoration: none;
    letter-spacing: 0.36px;
  }

  .product-usp-wrapper::before {
    height: 50px;
    width: 32px;
    display: block;
    content: "";
    background: url('../images/wheat-transparent.svg') no-repeat; 
    flex-shrink: 0;
  }

  .block.related {
    order: 1;
  }

  .product-description-outer {
    order: 2;
  }

  .cooking-info-wrapper {
    order: 3;
  }

  .product-pitch-wrapper {
    order: 4;
  }
  
  .recipies-on-product-page {
    order: 5;
  }

  .about-us-product-page {
    order: 6;
  }

  .product-badge {
    display: inline-flex;
    padding: 8px 20px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 32px 0px;
    background: var(--lime);
    margin-bottom: 16px;
    width: fit-content;
    font-family: var(--roboto);
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 130%;
    letter-spacing: 0.36px;
  }

  .temperature-heading {
    margin-top: 32px;
  }

  .temperatures {
    background: var(--sand-light);
    padding: 16px;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
  }

  .temperature {
    display: flex;
    flex-direction: column;
    gap: 4px;
    align-items: center;
    justify-content: center;
  }

  /* Related product / Stamkundslådan */
  .block.related {
    margin: 0;

    .product-image-container {
      aspect-ratio: unset;
    }

    .product-item-info {
      width: 100%;
      display: grid;
      grid-template-columns: 1fr;
      overflow: hidden;
    }

    .product-item-details {
      padding: 24px;
      display: flex;
      flex-direction: column;
    }

    .price-box {
      margin: 0;
    }

    .product-item-price {
      display: flex;
      justify-content: space-between;
      align-items: center;
      margin-top: 24px;
      flex-grow: 1;
      /* include h3() */
      font-family: var(--roboto);
      font-size: 24px;
      font-style: normal;
      font-weight: 600;
      line-height: 130%;
      text-decoration: none;
    }

    .products-related {
      margin: 0;
    }

    .price {
      /* include h3() */
      font-family: var(--roboto);
      font-size: 24px;
      font-style: normal;
      font-weight: 600;
      line-height: 130%;
      text-decoration: none;
    }
  }

  /* LÅDOR */
  .product_image_inner_common {
    background-color: var(--white);
  }

  .bundle-options-container {
    margin-bottom: 0;
  }

  .bundle-options-container .product.media img {
    aspect-ratio: unset;
  }

  .bundle-options-container .product.attribute.overview p,
  .bundle-options-container .product.attribute.overview div,
  .bundle-options-container .product.attribute.overview span {
    /* include .body-text() */
    font-family: Georgia, "Times New Roman";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
    text-decoration: none;
  }

  .bundle-options-container .weightcalc {
    /* include .preamble() */
    font-family: "Roboto Condensed";
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 140%;
    text-decoration: none;
    letter-spacing: 0.36px;
    margin-top: 0;
    margin-bottom: 16px;
  }

  .bundle-options-container .box-tocart .fieldset {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
    margin-top: 32px;
    margin-bottom: 0;
  }

  .bundle-options-container .bundle-options-wrapper {
    padding: 16px;
  }

  .bundle-options-container .fieldset .actions {
    width: 100%;

    button {
      width: 100%;
    }
  }

  .bundle-options-container .fieldset .field.qty label {
    display: none;
  }

  .box-tocart .price {
    /* include .h3() */
    font-family: var(--roboto);
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 130%;
    text-decoration: none;
  }

  .field.qty {
    margin: 0;
  }

  .qty-wrapper {
    display: flex;
    gap: 8px;
  }

  .qty-decrease {
    padding: 7px;
    background-color: var(--green-mint);
    border-radius: 4px;
    border: none;
  }

  .qty-increase {
    padding: 7px;
    background-color: var(--green-light);
    border-radius: 4px;
    border: none;
  }

  .input-text.qty {
    border-radius: 4px;
    border: 1px solid var(--gray-light);
    background: #FFF;
    height: 39px;
    width: 39px;
    padding: 0px;
    font-family: "Roboto Condensed";
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 130%;
  }

  .product_bundle_outer {
    display: grid;
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .bundle-options-wrapper,
  .product-options-wrapper,
  .product-description-outer {
    float: unset;
    width: auto;
  }

  .bundle-options-container .Contents {
    display: flex;
    flex-direction: column;
  }

  .smallbox_inner {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    gap: 16px;
    justify-content: space-between;
    border-bottom: 1px solid var(--gray-light);
  }

  .smallbox_inner .product_content {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 16px;
    padding: 16px 0;
  }

  .smallbox_inner .bundle-img {
    aspect-ratio: 1 / 1;
    width: 50px;
    height: 50px;
    
    img {
      object-fit: cover;
    }
  }

  .smallbox_inner .checkbox {
    display: none;
  }

  .smallbox_inner .text-description {
    display: none;
  }

  .smallbox_inner .product_content_icon {
    height: 32px;
    width: 32px;
    display: block;
    content: "";
    background: url('../images/info-outline.svg') no-repeat; 
    background-size: contain;
    cursor: pointer;
  }

  .smallbox_inner .qunty_pro {
    font-weight: 400;
  }

  .smallbox_inner label {
    display: flex;
    flex-direction: column;
  }

  .smallbox_bottom .note_bottom {
    font-family: var(--georgia);
    font-size: 18px;
    font-style: italic;
    font-weight: 400;
    line-height: 160%;
    margin-top: 24px;
    display: block;
  }

  .product-options-wrapper,
  .fieldset,
  .fieldset > .field, 
  .fieldset > .fields > .field {
    margin: 0;
  }

  .product-options-wrapper p.required {
    display: none;
  }

  .gs-out-of-stock {
    color: var(--white);
  }

  .pitch-wrapper {
    display: grid;
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .pitch {
    background: var(--lime);
    display: grid;
    grid-template-columns: minmax(auto, 120px) 1fr;
  }

  .pitch-content {
    margin: auto 16px;
  }

  .pitch-content a,
  .pitch-content p,
  .pitch-content div,
  .pitch-content span {
    /* include .preamble() */
    font-family: var(--roboto);
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    text-decoration: none;
    letter-spacing: 0.36px;
  }

  .pitch-image {
    aspect-ratio: 1 / 1;
    overflow: hidden;

    img {
      object-fit: cover;
      height: 100%;
      width: 100%;
    }
  }

  .product-info-main .temporary-info {
    display: flex;
    align-items: center;
    gap: 4px;
    margin-bottom: 8px;
    
    span {
      font-family: var(--roboto);
      font-size: 18px;
      font-style: normal;
      line-height: 130%;
      font-weight: 600;
    }
  }
  
  @media (min-width: 1025px) {
    div {
      font-size: 18px;
    }

    .column.main {
      grid-template-columns: 1fr 1fr;
    }

    .product-info-wrapper {
      grid-column: span 2;
      display: grid;
      grid-template-columns: minmax(0, 490px) 1fr;
      gap: 32px;
    }

    .about-us-product-page {
      grid-column: span 2;
    }

    .product.media {
      padding: 64px 0 64px 64px;
    }
    
    .product-info-main {
      padding: 64px 64px 64px 0;
    }

    .product-description-outer,
    .cooking-info-wrapper {
      padding: 64px;
    }

    .product.attribute.overview p,
    .product.attribute.overview div,
    .product.attribute.overview span,
    .bundle-options-container .weightcalc {
      font-size: 22px;
      letter-spacing: 0.44px;
    }

    .bundle-options-container .product.attribute.overview p,
    .bundle-options-container .product.attribute.overview div,
    .bundle-options-container .product.attribute.overview span {
      font-size: 18px;
    }

    .product-description-outer,
    .cooking-info-wrapper,
    .block.related,
    .about-us-product-page,
    .product-pitch-wrapper,
    .recipies-on-product-page {
      order: unset;
    }

    .product-usp-wrapper {
      font-size: 22px;
      letter-spacing: 0.44px;
    }

    .product-badge {
      padding: 16px 20px;
      position: static;
    }

    .box-tocart .price {
      font-size: 28px;
    }

    /* Related product / Stamkundslådan */
    .block.related {
      grid-column: span 2;

      .product-item-info {
        grid-template-columns: 1fr 1fr;
      }

      .product-item-details {
        padding: 64px
      }

      .price,
      .product-item-price {
        font-size: 28px;
      }
    }

    /* LÅDOR */
    .bundle-options-container {
      grid-column: span 2;
    }

    .bundle-options-container .product.media img {
      height: 100%;
      width: 100%;
      object-fit: contain;
    }

    .bundle-options-container .bundle-options-wrapper {
      padding: 64px;
    }

    .product_image_inner_common {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 32px;
    }

    .product_bundle_outer {
      grid-template-columns: 1fr 1fr;
      gap: 24px;
    }

    .temperatures {
      padding: 32px;
    }

    .product-pitch-wrapper {
      grid-column: span 2;
    }

    .pitch {
      grid-template-columns: minmax(auto, 200px) 1fr;
    }

    .pitch-wrapper {
      grid-template-columns: 1fr 1fr;
      gap: 32px;
    }

    .pitch-content a,
    .pitch-content p,
    .pitch-content div,
    .pitch-content span {
      font-size: 22px;
      letter-spacing: 0.44px;
    }

    .pitch-image {
      aspect-ratio: 4 / 3;
    }

    .product-info-main .temporary-info span {
      font-size: 22px;
    }

    .product-info-main .temporary-info::before {
      height: 22px;
      width: 22px;
    }
  }
}