.page-content--product {
  .page-width {
    max-width: unset;
  }
}
custom-product-bat {
  display: grid;
  row-gap: 5rem;
  @media (min-width: 1150px) {
    grid-template-columns: 60% 1fr;
    column-gap: 3rem;
    align-items: flex-start;
  }
  .product-block.engraving-colors-and-label-wrapper.disabled {
    cursor: not-allowed;
  }
  .product-block.engraving-colors-and-label-wrapper.disabled
    .engraving-colors-swatch-wrapper {
    pointer-events: none;
    opacity: 0.3;
  }
  .product-image-container {
    background-color: #ffffff;
    z-index: 3;
    @media (min-width: 1150px) {
      position: sticky;
      top: 0.2%;
    }
  }
  .custom-product-info-wrapper > *:first-child {
    @media (min-width: 1150px) {
      margin-top: 0;
    }
  }
  .custom-product-info-wrapper > * + * {
    margin: 1.5rem 0;
  }

  /* Product Info Wrapper */
  .custom-product-info-wrapper {
    .colors-label,
    .engraving-typeface-label,
    .engraving-colors-label,
    .engraving-text-field-label {
      font-family: var(--typeBasePrimary);
      font-weight: 700;
      letter-spacing: 0px;
      display: flex;
      align-items: center;
      column-gap: 0.6rem;
      position: relative;
    }
    .product-handle-finish-swatches,
    .product-barrel-finish-swatches,
    .product-custom-information-species-swatches,
    .product-custom-information-rush-swatches,
    .product-custom-information-cups-swatches,
    .engraving-typeface-swatches-container {
      display: grid;
      grid-template-columns: repeat(2, minmax(auto, 1fr));
      text-align: center;
      align-items: center;
      gap: 0.5rem;
      .product-handle-finishing-swatch-wrapper,
      .product-barrel-finishing-swatch-wrapper,
      .product-custom-information-species-swatch-wrapper,
      .product-custom-information-rush-swatch-wrapper,
      .product-custom-information-cups-swatch-wrapper,
      .product-custom-information-length-swatch-wrapper,
      .engraving-typeface-swatch-wrapper {
        background-color: var(--colorNav);
        font-weight: 700;
        .product-handle-finishing-swatch-label,
        .product-barrel-finishing-swatch-label,
        .product-custom-information-species-swatch-label,
        .product-custom-information-rush-swatch-label,
        .product-custom-information-cups-swatch-label,
        .product-custom-information-length-swatch-label,
        .engraving-typeface-swatch-label {
          margin: unset;
          padding: 1rem 0.5rem;
          
           @media (max-width: 1150px) {
            padding: 0.5rem 0.5rem;
            font-size: .65rem;
            letter-spacing: normal;
          }
          @media(max-width:375px){
            font-size: .6rem;
            }
        }
        input[type="radio"]:checked + .product-handle-finishing-swatch-label,
        input[type="radio"]:checked + .product-barrel-finishing-swatch-label,
        input[type="radio"]:checked
          + .product-custom-information-species-swatch-label,
        input[type="radio"]:checked
          + .product-custom-information-rush-swatch-label,
        input[type="radio"]:checked
          + .product-custom-information-cups-swatch-label,
        input[type="radio"]:checked
          + .product-custom-information-length-swatch-label,
        input[type="radio"]:checked + .engraving-typeface-swatch-label {
          border: 2px solid #000000;
          background-color: var(--colorAnnouncement);
        }
      }
    }
    .Product-handle-colors-wrapper,
    .Product-barrel-colors-wrapper,
    .product-engraving-properties-wrapper {
      display: flex;
      flex-direction: column;
      row-gap: 1rem;
      .product-handle-dyes-color-wrapper,
      .product-handle-solid-colos-wrapper,
      .product-barrel-dyes-color-wrapper,
      .product-barrel-solid-colos-wrapper,
      .engraving-colors-and-label-wrapper {
        display: flex;
        row-gap: 0.5rem;
        flex-direction: column;
        .product-handle-dyes-swatches,
        .product-handle-solid-swatches,
        .product-barrel-dyes-swatches,
        .product-barrel-solid-swatches,
        .engraving-colors-swatches-container {
          display: flex;
          gap: 0.5rem;
          flex-wrap: wrap;
          .dyes-swatch-wrapper,
          .solid-swatch-wrapper,
          .engraving-colors-swatch-wrapper {
            display: flex;
            align-items: center;
            flex-wrap: wrap;
            justify-content: center;
            width: 52px;
            span {
                font-size: 9px;
                text-align: center;
                margin: 5px 0 0;
            }
            .dye-swatch-label,
            .solid-swatch-label,
            .engraving-colors-swatch-label {
              margin: unset;
              border-radius: 50%;
              overflow: hidden;
            }
            .product-handle-finishing-swatch-label {
              margin: unset;
              overflow: hidden;
            }
            .solid-swatch-label,
            .dye-swatch-label,
            .engraving-colors-swatch-label {
              width: 25px;
              height: 25px;
              transition: all 0.3s ease;
            }
            input[type="radio"]:checked + .dye-swatch-label,
            input[type="radio"]:checked + .solid-swatch-label,
            input[type="radio"]:checked + .engraving-colors-swatch-label {
              border: 2px solid #000000;
              background-color: #e0e0e0;
              transform: scale(1.3);
            }
          }
        }
      }
      .engraving-colors-and-label-wrapper.disabled {
        position: relative;
      }
      .disabled .engraving-colors-disabled-label-wrapper {
        position: absolute;
        width: 100%;
        max-width: 500px;
        height: 100%;
        top: 50%;
        text-align: center;
        font-weight: 700;
      }
      .engraving-colors-and-label-wrapper:not(
          .engraving-colors-and-label-wrapper.disabled
        ) {
        .engraving-colors-disabled-label-wrapper {
          display: none;
        }
      }
    }
    /* Engraving Text Field  */
    .engraving-text-field-swatch-wrapper {
      .engraving-text-field-text-input {
        width: 100%;
        @media(max-width:1125px){
          font-size: 0.7rem !important;
        }
      }
    }
    /* Graphics */
    .Product-graphics-wrapper {
      flex-direction: column;
      display: flex;
      row-gap: 1rem;
      .product-graphics-knob-swatches-container,
      .product-graphics-logo-swatches-container {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        gap: 0.5rem;
        .knob-swatch-wrapper,
        .logo-swatch-wrapper {
          @media(max-width: 767px){
            width: 50px;
          }
          input[type="radio"]:checked + .logo-swatch-label {
            border: 2px solid #000000;
            padding: 0.1rem;
            border-radius: 50px;
            img {
              border-radius: 50px;
              object-fit: cover;
            }
          }
          input[type="radio"] + .logo-swatch-label {
            margin: unset;
          }
        }
        .knob-swatch-wrapper {
          height: 70px;
          width: 70px;
          border-radius: 50%;
          overflow: hidden;
          @media(max-width: 1150px){
            width: 60px;
             height: 60px;
            }
          input[type="radio"]:checked + .knob-swatch-label {
            border: 2px solid #000000;
            padding: 0.3rem;
            overflow: hidden;
            border-radius: 50%;
            /* background-color: var(--colorAnnouncement); */
            img {
              border-radius: 50%;
              object-fit: cover;
            }
          }
        }
      }
    }
    /* Custom Information */
    .product-custom-information-length-swatches,
    .product-custom-information-weight-swatches {
      display: grid;
      grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
      text-align: center;
      gap: 0.5rem;
      @media(max-width:1150px){
        grid-template-columns: repeat(auto-fill, minmax(100px, 1fr));
      }
      .product-custom-information-length-swatch-wrapper,
      .product-custom-information-weight-swatch-wrapper {
        background-color: var(--colorNav);
        font-weight: 700;
        .product-custom-information-length-swatch-label,
        .product-custom-information-weight-swatch-label {
          margin: unset;
          padding: 1rem 0.5rem;
          @media(max-width:1150px){
            padding: 0.5rem 0.3rem;
            font-size: .65rem;
            letter-spacing: normal;
          }
           @media(max-width:375px){
            font-size: .6rem;
          }
        }
        input[type="radio"]:checked
          + .product-custom-information-length-swatch-label,
        input[type="radio"]:checked
          + .product-custom-information-weight-swatch-label {
          border: 2px solid #000000;
          background-color: var(--colorAnnouncement);
        }
      }
    }
  }
}


.pi-upsell-product-block-heading {
  font-size: 16px;
  text-transform: initial;
  margin-bottom: 4px;
}
.pi-upsell-product-block .engraving-colors-swatches-container {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}
.pi-upsell-product-block.pi-upsell-product-block .engraving-colors-swatch-wrapper {
  width: 50px !important;
}
.pi-upsell-product-block-label {
  width: 50px !important;
  height: 50px !important;
  border-radius: 0px !important;
  background-color: #fff !important;
  transform: scale(1) !important;
  box-shadow: 0 0 2px 1px rgba(0,0,0,.2);
  border: 3px solid #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
input[type="radio"]:checked + .pi-upsell-product-block-label {
  border: 3px solid #B3B3B3 !important;
}
.pi-upsell-product-block-label__image {
  width: 100%;
  text-align: center;
}
.pi-upsell-product-block-label__image img {
  max-width: 100%;
  width: 100%;
  padding: 4px;
  height: 100%;
  object-fit: cover;
}

.pi-upsell-products {
  display: flex;
  gap: 10px;
}
.pi-upsell-products.pi-upsell-products .engraving-colors-swatch-wrapper {
  width: auto !important;
}