.inner {
    padding: 30px 30px 0px;
}

.btn {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 20px;
    background-color: var(--fanta-green);
    color: black !important;
    font-family: var(--font-fanta-pop);
    font-size: 22px;
    border: 1px solid var(--fanta-green);
}

    .btn:hover {
        background-color: transparent;
        color: var(--fanta-green) !important;
    }



.select-item {
    position: relative;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 50%;
    margin: 30px 0;
}

    .select-item .select {
        position: relative;
    }

    .select-item .select::after {
        position: absolute;
        top: 8px;
        
        right: 10px;
        content: "";
        background-image: url("data:image/svg+xml,%3Csvg fill='none' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 25 25'%3E%3Cg clip-path='url(%23a)'%3E%3Cpath d='m6.5 9.833 6 6 6-6' stroke='%23BEFDB7' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' d='M.5.833h24v24H.5z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
        background-repeat: no-repeat;
        background-position: left top;
        display: block;
        height: 24px;
        width: 24px;
    }

    .select-item .select:focus-within::after {
        transform: rotate(180deg);
    }

.select-item label {
    font-family: var(--font-fanta-pop);
    color: var(--fanta-green);
    font-size: 20px;
    margin-bottom: 10px;
}

.select-item select {
    /* appearance: none;
    outline: 10px red;
    border: 0;
    box-shadow: none; */
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: black;
    color: white;
    border: 1px solid var(--fanta-green);
    padding: 12px 20px;
    border-radius: 0;
    width: 100%;
    font-family: var(--font-fanta-sans);
    font-size: 16px;
}
    .select-item select::-ms-expand {
        display: none;
    }


.pdp-hr {
    margin: 40px 0;
}

/* Style the tab */
.tab {
    position: relative;
    overflow: hidden;
    background-color: transparent;
}

    .tab::after {
        content: "";
        border-bottom: 1px solid var(--fanta-green);
        width: 100%;
        position: absolute;
        bottom: 0px;
        left: 0;
        right: 0;
        z-index: -1;
    }
  
  /* Style the buttons that are used to open the tab content */
  .tab button {
    position: relative;
    background-color: inherit;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 14px 16px;
    transition: 0.3s;
    font-family: var(--font-fanta-pop);
    font-size: 24px;
    color: var(--fanta-green);
    z-index: 1;
    border: 1px solid transparent;
  }
  
  /* Change background color of buttons on hover */
  .tab button:hover {
    background-color: transparent;
  }
  
  /* Create an active/current tablink class */
  .tab button.active {
    background-color: transparent;
    color: white;
    border-top: 1px solid var(--fanta-green);
    border-left: 1px solid var(--fanta-green);
    border-right: 1px solid var(--fanta-green);
    border-bottom: 1px solid black;
  }
  
  /* Style the tab content */
  .tabcontent {
    display: none;
    padding: 30px 0px;
    border-top: none;
  }

  .tabcontent.active {
    display: block;
  }

#dotter {
    margin: 60px 0px;
}

.tabBase {
    background-color: var(--fanta-green);
    color: black;
    font-family: var(--font-fanta-pop) !important;
    font-size: 20px;
    border-radius: 0 !important;
    border: 1px solid transparent !important;
    cursor: pointer;
}

.tabBase:hover {
    background-color: transparent !important;
    border-color: var(--fanta-green) !important;
    color: var(--fanta-green);
}

.nutrition-facts-container {
    display: inline-block;
    border: 1px solid var(--fanta-green);
    padding: 20px;
    color: var(--fanta-green);
}

    .nutrition-facts-container .--title {
        font-size: 32px;
    }

    .nutrition-facts-container p {
        margin: 0px 0px 10px 0px;
    }

.product-item-container {
    justify-content: center;
    gap: 80px;
}

.product-item {
    text-align: center;
}

.product-item a {
    text-transform: uppercase;
    font-weight: 600;
}

.product-item img {
    max-width: 200px;
}

.pdp-intro {
    margin-bottom: 60px;
}

.pdp-img {
    max-width: 400px;
    text-align: center;
    margin: auto;
}

.pdp-copy p {
    line-height: 150%;
}

body.dark-theme .product-item a {
    color: var(--fanta-green);
}

.fact-ul {
    margin: 0;
    list-style: none;
    padding-inline-start: 0;
    border-top: 1px solid var(--fanta-green);
}

.fact-ul li {
    margin: 0;
    padding: 8px 0px;
    border-bottom: 1px solid var(--fanta-green);
}

    .fact-ul li.no-border {
        border: 0;
    }

.fact-ul ul {
    list-style: none;
    padding-inline-start: 25px;
}

    .fact-ul ul li {
        border: 0;
        display: flex;
        justify-content: space-between;
        padding: 0;
    }

    .fact-ul li.has-thick-bottom {
        border-width: 5px;
    }

    .fact-ul li.has-sub {
        display: block;
    }


.fact-item {
    display: flex;
    justify-content: space-between;
}

.nutrition-facts-endnote {
    margin-top: 10px;
}

.calories {
    font-size: 20px;
    border-bottom: 5px solid var(--fanta-green);
    padding-bottom: 5px;
}

.no-top-padding {
    padding-top: 0 !important;
    margin-top: 0 !important;
}

.fat {
    display: flex;
    justify-content: space-between;
}

.no-margins {
    margin: 0 !important;
    padding: 0 !important;
    padding-top: 8px !important;
    padding-bottom: 8px !important;
}

.nf-partial {
    display: none;
}

    .nf-partial.active {
        display: block;
    }


.wtf-image {
    display: none;
}

    .wtf-image.active {
        display: block;
    }

.wtf-details {
    display: none;
    line-height: 150%;
}

    .wtf-details.active {
        display: block;
    }


#dotter-container {
    margin-top: 60px;
}

#sprinklr-container {
    margin-top: 60px;
}

h2 {
    margin-bottom: 40px;
}

@media (max-width: 370px) {
    .nutrition-facts-container {
        font-size: 13px;
    }
}

@media (min-width: 768px) {
    .pdp-intro {
        display: flex;
        align-items: center;
        margin-top: 0;
        margin-bottom: 80px;
        gap: 30px;
    }

    .pdp-img {
        max-width: 600px;
        text-align: center;
        flex-basis: 35%;
    }
    
    .pdp-copy {
        flex-basis: 65%;
    }

    .select-container {
        display: flex;
        width: 100%;
        flex-basis: 100%;
        gap: 40px;
        margin: 0px 0px 40px 0;
    }

    .select-item {
        margin: 0;
    }

    .select-item label {
        font-size: 22px;
    }
    
    .btn {
        display: inline-flex;
    }

    .tabcontent {
        padding: 30px 20px;
    }
}

@media (min-width: 1100px) {
    .inner {
        padding: 30px 0 0;
    }
}
