.product-wrapper {
    background-color: #fff;
    padding: 2.875rem 0 0;
}

    .product-wrapper .product-page {
        margin: 0 auto;
        max-width: 1000px;
    }

        .product-wrapper .product-page .pp-selection {
            margin: 0 0 43px;
        }

.pp-selection .title-container.title-first {
    display: none;
}

.pp-selection .title-container {
    width: 100%;
}

.product-page h3 {
    font-family: neue-haas-grotesk-display;
    font-size: 1.5rem;
    font-weight: 200;
    line-height: 1.3;
}

.product-page .title-container__id {
    -moz-justify-content: space-between;
    justify-content: space-between;
}

.title-container__id .best-seller,
.title-container__id .coming-soon,
.title-container__id .hot-item,
.title-container__id .last-chance,
.title-container__id .limited-edition,
.title-container__id .loyalty,
.title-container__id .trending {
    background: #3d7183;
}

.product-page .title-container__id-flag {
    color: #fff;
    font-size: .5rem;
    height: 16px;
    margin: auto 10px auto 0;
    min-width: 74px;
    padding: 0 10px;
    text-align: center;
}

    .product-page .title-container__id-flag p {
        font-weight: 600;
        margin: 4px 0;
        text-transform: capitalize;
    }

.title-container__id-id {
    font-weight: 600;
    line-height: 1.3;
    padding: .4375rem 0;
}

.--gray {
    color: #3e635f;
}

.--small {
    font-size: .625rem;
}

.product-page .images-container {
    padding: 0 1.6% 0 0;
    width: 50%;
}

.product-page .images-container__thumbnail-image.image--selected {
    border: 1px solid #2c5b75;
}

.product-page .images-container__thumbnail-image {
    border: 1px solid #e6e7e8;
    border-radius: 5px;
    cursor: pointer;
    height: 50px;
    margin: 0 1.5rem 15px 0;
    padding: 2px;
    transition: border .25s;
    width: 50px;
}

    .product-page .images-container__thumbnail-image img {
        display: block;
        margin: 0 auto;
        -o-object-fit: cover;
        object-fit: cover;
        width: 100%;
    }

.product-page .images-container__carousel {
    width: 400px;
}

    .product-page .images-container__carousel img {
        height: 400px;
        -o-object-fit: cover;
        object-fit: cover;
        width: 100%;
    }

.product-wrapper .product-page .pp-divider {
    background-color: #b6cc95;
    height: 1px;
    width: 100%;
}

.product-page .images-container__carousel .dt {
    display: none;
}

.product-page .dot--selected {
    background-color: #29524d !important;
}

.product-page .dots {
    background-color: #fff;
    border: 1px solid #29524d;
    border-radius: 100%;
    cursor: pointer;
    height: .5rem;
    margin: 1.5rem .5rem;
    transition: background-color .25s;
    width: .5rem;
}

.product-page .purchase-container {
    padding: 0 0 0 3%;
    width: 50%;
}

.purchase-container .title-container {
    width: 100%;
}

.purchase-container .title-container__id {
    -moz-justify-content: space-between;
    justify-content: space-between;
}

.purchase-container__description {
    color: #7c848d;
    font-size: .875rem;
    line-height: 1.8;
    padding: .4375rem 0;
}

.purchase-container__buying-title {
    font-size: 1rem;
    line-height: 1.3;
    margin: 13px 0;
}

.purchase-container__buying-options {
    -moz-justify-content: space-between;
    justify-content: space-between;
    padding: .5rem 0;
}

.purchase-container .radio-container__price {
    align-self: center;
    color: #3e635f;
    font-size: .875rem;
}

#scalapay_widget_wrapper {
    margin: 15px 0;
}

#scalapay-price-container {
    display: none;
}

.purchase-container__pack .purchase-container__pack-title,
.purchase-container__pack .purchase-container__quantity-title {
    margin: 15px 0;
}

.purchase-container__pack .custom_select {
    display: block;
    margin: 0 0 1rem;
    position: relative;
}

.purchase-container__pack .custom_select_label {
    position: absolute;
    visibility: hidden;
}

.product-page button {
    cursor: pointer;
}

.purchase-container__quantity .btn {
    margin: 7px 0;
    width: 100%;
}

    .purchase-container__quantity .btn:focus {
        box-shadow: 0 0 .175rem .05rem #29524d;
    }

.product-page button:disabled {
    cursor: not-allowed;
}

.purchase-container .counter {
    gap: 20px;
    -moz-justify-content: space-between;
    justify-content: space-between;
    margin: 0 0 14px;
}

.purchase-container .counter__quantity-change:disabled {
    cursor: default;
    opacity: .5;
}

.purchase-container .counter__quantity-change {
    background: #fff;
    border: 1px solid #3e635f;
    border-radius: 50px;
    height: 40px;
    position: relative;
    transition: all .3s;
    width: 30%;
}

.purchase-container .counter__quantity-amount {
    border: 1px solid #3e635f;
    border-radius: 50px;
    color: #3e635f;
    height: 40px;
    line-height: 40px;
    text-align: center;
    width: 100px;
}

.purchase-container .counter__quantity-change:before {
    content: "";
    height: 0;
    width: 10px;
}

.purchase-container .counter__quantity-change:after,
.purchase-container .counter__quantity-change:before {
    border: 1px solid #3e635f;
    border-radius: 2rem;
    bottom: 0;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
}

.purchase-container__pack-title,
.purchase-container__quantity-title {
    margin: 15px 0;
}

.purchase-container .counter__quantity-change:disabled {
    cursor: default;
    opacity: .5;
}

.purchase-container .counter__quantity-change[data-plus]:after {
    content: "";
    height: 10px;
    width: 0;
}

.radio-container .el-radio__input.is-checked + .el-radio__label {
    align-self: center;
    color: #221f1f;
    font-size: .75rem;
    font-weight: 500;
    /* margin: 0 10px; */
}

.radio-container .el-radio__input.is-checked .el-radio__inner {
    background: #b6cc95;
    border: 3px solid #fff;
    box-shadow: 0 0 0 1px #2c5b75;
    height: 18px;
    margin: 1px;
    position: relative;
    width: 18px;
}

.radio-container .el-radio__inner {
    border: 1px solid transparent;
    border-radius: 100%;
    width: 14px;
    height: 14px;
    background-color: transparent;
    cursor: pointer;
    box-sizing: border-box;
}

.radio-container .el-radio__input {
    align-self: center;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 1px solid #7c848d;
    border-radius: 50%;
    cursor: pointer;
    height: 20px;
    width: 20px;
}

    .radio-container .el-radio__input.is-checked {
        align-self: center;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        /* border: 1px solid #7c848d; */
        border-radius: 50%;
        cursor: pointer;
        height: 20px;
        width: 20px;
    }

.custom_select .input {
    border: 1px solid #29524d;
    border-radius: 20px;
    color: #221f1f;
    font-size: 14px;
    padding: 0;
    position: relative;
    width: 100%;
}

.custom_select_content {
    font-size: 14px;
    height: 30px;
    padding: 0;
    position: relative;
    width: 100%;
}

    .custom_select_content .el-select {
        display: inline-block;
        align-items: center;
        border-radius: 12px;
        color: #3e635f;
        display: flex;
        height: 26px;
        justify-content: space-between;
        padding: 0 10px;
        position: relative;
        z-index: 11;
    }

        .custom_select_content .el-select .el-input,
        .custom_select_content .el-select .el-input .el-input__inner {
            align-items: center;
            border-radius: 12px;
            color: #3e635f;
            display: flex;
            height: 23px;
            justify-content: space-between;
            position: relative;
            border: transparent;
        }

            .custom_select_content .el-select .el-input .el-input__suffix .el-input__suffix-inner .el-input__icon {
                line-height: 23px;
                color: #29524d;
            }

.el-scrollbar__view .el-select-dropdown__list {
    border: 1px solid #b6cc95;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    left: -1px;
    overflow-y: hidden;
    padding: 27px 0 0;
    position: absolute;
    top: -1px;
    z-index: 10;
}

.el-select-dropdown__item {
    color: #29524d;
}

    .el-select-dropdown__item.selected {
        color: white;
        background-color: #29524d;
    }

.product-page .pp-info {
    -moz-justify-flex-wrap: wrap;
    background-color: #fff;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    font-size: 1rem;
    -moz-justify-content: space-between;
    justify-content: space-between;
    line-height: 1.3;
}

.product-page .title-container {
    cursor: pointer;
}

.product-page .pp-info__title {
    font-family: neue-haas-grotesk-display;
    font-size: 1.5rem;
    font-weight: 200;
    padding: 1.5rem 0;
}

.product-page .pp-info__expand {
    align-self: center;
}

.product-page .pp-info__expand-plus {
    border: 1px solid #29524d;
    border-radius: 50px;
    cursor: pointer;
    margin: auto 0 auto auto;
    position: relative;
    width: 9px;
}

.expand:after {
    border: .5px solid #29524d;
    border-radius: 50px;
    content: "";
    height: 8px;
    left: 3px;
    position: absolute;
    top: -5px;
}

.purchase-container .counter__quantity-change:not(:disabled):hover {
    background: #29524d;
    border: 1px solid #29524d;
}

    .purchase-container .counter__quantity-change:not(:disabled):hover:after,
    .purchase-container .counter__quantity-change:not(:disabled):hover:before {
        border: 1px solid #dcfd8b;
    }

.pp-info__expand-minus,
.pp-info__expand-plus {
    background-color: #29524d;
    border-radius: 50px;
    height: 1px;
    width: 9px;
}

.pp-info__content {
    width: 100%;
}

.pp-info__content-description:last-of-type {
    margin: 0 0 1rem;
}

.pp-info__content p {
    color: #221f1f;
    line-height: 1.8;
}

.pp-info__content-description {
    color: #221f1f;
    line-height: 1.8;
}

.pp-info__content ul {
    margin: 0 0 0 1rem;
}

.pp-info__content li {
    color: #221f1f;
    line-height: 1.8;
    list-style-type: disc;
    margin: 0 0 .5rem;
}

.pp-info__content-image {
    display: block;
    margin: 0 auto;
    max-width: 100%;
    padding: 0 0 1.9rem;
}

img {
    /* height: 30vw; */
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
}

.marketing-wrapper .upsell-wrapper {
    padding: 1rem 2rem 2.5rem;
}

.marketing-wrapper .upsell-component {
    background-color: #efede4;
    width: 100%;
}

    .marketing-wrapper .upsell-component h2 {
        font-family: ivyora-display;
        font-size: 1.5rem;
        font-weight: 500;
    }

.marketing-wrapper .more_products {
    color: #29524d;
    font-size: 22px;
    margin: 1.5rem auto;
}

.marketing-wrapper .search-results {
    flex-wrap: wrap;
  /*  justify-content: space-between;*/
    margin: auto;
    max-width: 1024px;
    width: 96%;
}

.title-container {
    justify-content: space-between;
    margin: .5rem 0 1.5rem;
}

.search-results {
    flex-wrap: wrap;
/*    justify-content: space-between;*/
    margin: auto;
    max-width: 1024px;
    width: 96%;
}

.upsell-component .product-tile {
    background-color: #fff;
}

.product-tile {
    height: auto;
    justify-content: space-between;
    margin: 1rem 0 0;
    padding: 0;
    position: relative;
    width: 165px;
}

.product-list-item-container {
    background: #fff;
    border-color: #e2e3ed;
    min-height: 290px;
}

.product-list-item-container:last-child {
        margin-right: 0px;
    }
.promo-tag-wrapper {
    z-index: 4;
}

.product-tile .background-best-seller {
    background: #3d7183;
}

.promo-tag {
    margin: 0 0 .313rem;
}

    .promo-tag p {
        font-weight: 600;
        line-height: .625rem;
        text-transform: capitalize;
    }

.product-tile .background-hot-item {
    background: #2c5b75;
    border: 1px solid #2c5b75;
}

    .product-tile .background-hot-item p {
        color: #fff;
    }

.product-tile .product-image {
    border-radius: 5px;
    padding: 1.5rem 0 0;
}

.product-tile img {
    height: 165px;
    margin: 0;
    width: 100%;
}

.product-tile .tile-content {
    color: #221f1f;
    flex: 1;
    justify-content: space-between;
    padding: 0 .688rem 1rem;
    width: 100%;
}

.product-tile .tile-content__options-container {
    height: 100%;
}

.product-tile .tile-content__header {
    flex: 1;
    justify-content: flex-start;
    margin: .313rem 0 .625rem;
}

.product-tile .tile-content__header__title {
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    color: #221f1f;
    display: -webkit-box;
    font-size: .875rem;
    line-height: 1.125rem;
    overflow: hidden;
    text-align: left;
    unicode-bidi: -moz-plaintext;
    unicode-bidi: plaintext;
}

.product-tile .tile-content__purchase-details__price-row {
    align-items: center;
    display: flex;
    justify-content: space-between;
}

.product-tile .tile-content__purchase-details .helper-info,
.product-tile .tile-content__purchase-details p {
    padding: 0 0 .75rem;
}

.product-tile .tile-content__purchase-details__price {
    color: #29524d;
    font-size: .875rem;
    font-weight: 600;
    line-height: 1.063rem;
}

.product-tile .tile-content__purchase-details__add-to-cart {
    font-weight: 500;
}

.tile-content__purchase-details .btn {
    font-size: .75rem;
    font-weight: 600;
    letter-spacing: 0;
    opacity: 1;
    padding: .35rem 0;
    text-align: center;
    width: 100%;
}

@media (min-width: 425px) {
    .product-page .images-container__carousel .dt {
        display: block;
    }
}
