.product-widget-container,
.journey-main-widget .journey_widget,
.product-otg-flavour-section  {

  & .flavor-selector {

    display: flex;
    gap: 9px;

    &.flavor-selector-row {
      display: none;
    }

    & .selector-choice {

      position: relative;
      flex: 1 1 0;
      display: flex;
      flex-direction: column;
      align-items: center;
      gap: 8px;
      border-radius: 12px !important;
      background: var(--Mono-000, #FFF);
      padding: 0;
      cursor: pointer;

      & .flavor-tag {
        position: absolute;
        background: white;
        border-radius: 4px;
        font-family: "TT Norms Pro";
        font-size: 12px;
        font-style: normal;
        font-weight: 600;
        line-height: 16px;
        top: 4px;
        left: 4px;        
        padding: 2px 8px;
      }

      &#selector-flavor-original {
        .radio-image {
          background-image: url("//www.symprove.com/cdn/shop/files/original-widget-background-large.jpg?v=1748442093&width=200");
        }
      }
      &#selector-flavor-strawberry {
        .radio-image {
          background-image: url("//www.symprove.com/cdn/shop/files/strawberry-widget-background.png?v=1747832643&width=200");
        }
      }
      &#selector-flavor-mango {
        .radio-image {
          background-image: url("//www.symprove.com/cdn/shop/files/mango-widget-background.png?v=1747832875&width=200");
        }
      }
      &#selector-flavor-pineapple {
        .radio-image {
          background-image: url("//www.symprove.com/cdn/shop/files/pineapple-widget-background.png?v=1747832998&width=200");
        }
      }        
    
      & .radio-image {
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        width: 100%;
        min-height: 92px;
        height: 92px;
        border-top-left-radius: 11px;
        border-top-right-radius: 11px;
        display: flex;
        justify-content: center;
        padding-top: 20px;

        & img {
          margin-bottom: -20px;
        }      
      }

      & .selector-heading {
        font-family: "TT Norms Pro";
        font-size: 14px;
        font-style: normal;
        font-weight: 600;
        line-height: 20px;
        height: 70px;     
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 0 10px;        
      }

      &:hover {

        & .selector-heading {
          color: #006B5E;
        }
      }

      & .radio-outer {
        border: none;
      }

      &.active {

        border: 1px solid rgb(var(--accent-color-access));

        & .selector-heading {
          font-weight: 700;
        }
  
        & .radio-outer {
          border: 1px solid rgb(var(--accent-color-access));

          & .radio-inner {
            height: 24px;
            width: 24px;
            background-color: rgb(var(--accent-color-access));

            & svg {
              position: absolute;
              top: 3px;
              left: 3px;              
            }
          }
        }
      }
    }
    
    & label {
      
      &:after {
        border: none;
      }

      & svg {
        display: none;
      }
    }

    & input:checked + label {
    
      &:after {
        content: "";
        border: 1px solid rgb(var(--accent-color-access));
        background: rgb(var(--accent-color-access));
        left: unset;
        top: 7px;
        right: 5px;
        position: absolute;
        width: 24px;
        height: 24px;
        border-radius: 12px;        
      }

      & svg {
        height: 16px;
        width: 16px;
        display: block;
        left: unset;
        top: 11px;
        right: 1px;
        z-index: 1;
      }

      & .selector-heading {
        font-weight: 700;
      }
    }

    
      @media (max-width: 740px) {
        flex-wrap: wrap;
        
        & .selector-choice {
          width: calc(50% - 9px);
        }
      }
      
      @media (max-width: 1035px) {
        padding-left: 46px;
        padding-right: 39px; 
      }

      &.journey_tabs {

        @media (max-width: 833px) {
          padding-left: 46px !important;
          padding-right: 39px !important;   
        }

        @media (max-width: 1035px) {
          padding-left: 0;
          padding-right: 0; 
        }        
      }
    

    &.shot-glass-size-selector {
  
      & .selector-choice {
        
        & .radio-image {
          background: #F3FBFA;

          & img {
            margin-left: 6px;
          }
        }
      }
    }
  }
}

/* PUX / List style */

.journey_variants-variants,
#flavorSelector-Link,
.flavor-selector-column {

  display: flex;
  flex-direction: column;
  gap: 16px;
  border: none !important;

  & input {
    display: none;
  }

  & label, .choice {

    display: flex;
    padding: 8px 12px !important;
    align-items: center;
    gap: 12px;
    align-self: stretch;
    border-radius: 12px;
    background: #FEFEFE;
    font-weight: 300;  
    border: 2px solid transparent;
    outline: 1px solid #B3B2B3;
    
    + .choice {
      border-top: unset !important;
    }    

    & .list-image {
      min-width: 48px;
      height: 48px;
      border-radius: 50%;
      background-size: cover;
      position: relative;
      margin-left: auto;

      & img {
        position: absolute;
        height: 52px;
        left: 3px;

        &.flavor-popup {
          left: 1px;
          top: 3px;
          height: 48px;
        }
      }
    }
    
    &.list-flavor-original {
      & .list-image {
        background-image: url("//www.symprove.com/cdn/shop/files/original-widget-background-large.jpg?v=1748442093&width=200");
      }
    }
    
    &.list-flavor-strawberry {
      & .list-image {
        background-image: url("//www.symprove.com/cdn/shop/files/strawberry-widget-background.png?v=1747832643&width=200");
      }
    }
    
    &.list-flavor-mango {
      & .list-image {
        background-image: url("//www.symprove.com/cdn/shop/files/mango-widget-background.png?v=1747832875&width=200");
      }
    }
    
    &.list-flavor-pineapple {
      & .list-image {
        background-image: url("//www.symprove.com/cdn/shop/files/pineapple-widget-background.png?v=1747832998&width=200");
      }
    }
    
    & .variant-text {

      display: flex;
      flex-direction: column;

      & span {

        color: var(--colors-text-Text-Primary, #323232);
        font-family: "TT Norms Pro";
        font-size: 14px;
        font-style: normal;
        font-weight: 600;
        line-height: 20px;

        &.flavor-tag {
          font-family: "TT Norms Pro";
          font-size: 14px;
          font-style: normal;
          font-weight: 500;
          line-height: 20px;
          text-align: left;
        }
      }
    }

    &:hover {

      & .variant-text span {
        color: #006B5E;

        &.flavor-tag {
          color: unset;
        }
      }    
    }

    &:has(input:checked), &.selected, &.active, & input:checked + label {

      outline: 2px solid #00A38D;

      & .variant-text span {
        font-weight: 700 !important;
      }

      & .radio-outer {
        border: 1px solid #00A38D;

        &.radio-outer-pux {
          border-color: var(--color-brand-Berry, #BC2653);
        }

        & .radio-inner {
          visibility: visible;
        }
      }

      & .radio-check {
        border-color: #00A38D;
        background: #00A38D;

        &.pux-radio-check {
          background: var(--color-brand-Berry, #BC2653);
          border-color: var(--color-brand-Berry, #BC2653);
        }

        & svg {
          display: block;
        }
      }
    }

    & .radio-outer {
      display: flex;
      align-items: center;
      justify-content: center;      
      width: 24px;
      height: 24px;
      border-radius: 50%;
      border: 1px solid #707070;

      & .radio-inner {
        visibility: hidden;
        width: 14px;
        height: 14px;
        border-radius: 50%;
        background-color: #00A38D !important;
        
        &.radio-inner-pux {
          background-color: var(--color-brand-Berry, #BC2653) !important;
        }
      }
    }

    & .radio-check {
      width: 24px;
      height: 24px;
      border-radius: 5px;
      border: 1px solid #707070;
      position: relative;

      & svg {
        position: absolute;
        top: 3px;
        left: 3px;
        display: none;
        height: 16px !important;
        min-height: 16px !important;
        width: 16px !important;
        min-width: 16px !important;        
      }
    }
  }
}

.flavor-selector-column {
  margin-top: 10px;
}

.journey_widget .flavor-selector-column {
  margin-bottom: 20px;
}

@media (min-width: 600px) {
  .flavor-selector-row {
    display: flex !important;
  }

  .flavor-selector-column {
    display: none;
  }
}