.nt-custom-tea {
    --right-column-top-offset: 51px;
    --anchor-top-offset: -160px;
    --line-height: 37px;

    margin: 15px 0 30px;
}
body.admin-bar .nt-custom-tea {
    --right-column-top-offset: 83px;
}
.nt-custom-tea .nt-custom-tea__columns {
    display: flex;
    gap: 50px;
}
.nt-custom-tea .nt-custom-tea__columns-left {
    flex: 0 1 100%;
}
.nt-custom-tea .nt-custom-tea__columns-right {
    flex: 0 0 300px;
}

.nt-custom-sticky-wrapper {
    padding-top: 15px;
    background: white;
    position: sticky;
    top: var(--right-column-top-offset);
    z-index: 2;
}
.nt-custom-tea__fieldset {
    padding: 10px 25px;
    margin: 0 0 15px;
    border: 1px solid var(--e-global-color-secondary);
}
.nt-custom-tea__fieldset legend h2 {
    margin: 0;
    font-weight: 600;
    font-size: 1.0625rem;
}
.nt-custom-tea__alphabet {
    list-style: none;
    padding-left: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 9px;
    margin: 6px 0;
}
.nt-custom-tea__alphabet-letter a {
    font-weight: 500;
}
.nt-custom-tea__alphabet-letter a.empty {
    color: #BBB;
    cursor: default;
}

.nt-custom-tea__plants-listing__anchor-wrapper {
    margin: 30px 0 20px;
    position: relative;
}
.nt-custom-tea__plants-listing__anchor-wrapper .letter {
    background: white;
    font-size: 2rem;
    font-weight: 700;
    color: var(--e-global-color-secondary);
    position: relative;
    z-index: 1;
    display: inline-block;
    padding-right: 10px;
}
.nt-custom-tea__plants-listing__anchor-wrapper:after {
    content:"";
    display: block;
    width: 100%;
    height: 1px;
    background: var(--e-global-color-secondary);
    position: absolute;
    top: 13px;
    left: 0;
}
.nt-custom-tea__plants-listing__anchor {
    display: block;
    position: relative;
    top: var(--anchor-top-offset);
    visibility: hidden;
}

.nt-custom-tea__plants-listing__item {
    display: flex;
    align-items: center;
    gap: 5px;
    padding-bottom: 10px;
    transition: .3s;
}
.nt-custom-tea__plants-listing__item.open {
    background: #F4F4F4;
    padding: 5px;
    margin-bottom: 5px;
}
.nt-custom-tea__plants-listing__item-thumbnail {
    display: grid;
    flex: 0 0 50px;
}
.nt-custom-tea__plants-listing__item-title {
    flex: 0 1 100%;
}
.nt-custom-tea__plants-listing__item-price {
    flex: 0 0 100px;
    font-size: 0.875rem;
    color: #666;
}
.nt-custom-tea__plants-listing__item-qty {
    flex: 0 0 100px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}
.nt-custom-tea__plants-listing__item-qty .input-wrapper {
    position: relative;
}
.nt-custom-tea__plants-listing__item-qty .input-wrapper:after {
    content: "g";
    position: absolute;
    top: 7px;
    right: 5px;
    font-size: 0.75rem;
}
.nt-custom-tea__plants-listing__item-qty input {
    width: 50px;
    height: var(--line-height);
    text-align: right;
    padding-right: 15px;
    font-family: inherit;
    border-radius: 0;
    border: 1px solid var( --e-global-color-secondary );
    border-right: none;
    border-left: none;
}
.nt-custom-tea__plants-listing__item-qty button {
    height: var(--line-height);
    width: 25px;
    border: none;
    font-size: 1.5rem;
    cursor: pointer;
    transition: .3s;
}
.nt-custom-tea__plants-listing__item-qty button:hover,
.nt-custom-tea__plants-listing__item-qty button:focus {
    background: var( --e-global-color-primary );
}

.nt-custom-tea__plants-listing__item-see-more .nt-custom-tea__see-more {
    background: #CF6A00;
    border: none;
    cursor: pointer;
    height: var(--line-height);
    font-family: inherit;
    line-height: 1;
    font-size: 0.875rem;
    width: max-content;
    padding-inline: 7px;
}
.nt-custom-tea__plants-listing__item-see-more .nt-custom-tea__see-more:hover,
.nt-custom-tea__plants-listing__item-see-more .nt-custom-tea__see-more:focus {
    background: var( --e-global-color-primary );
}

.nt-custom-tea__plants-listing__item-add {
    flex: 0 0 85px;
}
.nt-custom-tea__plants-listing__item-add button {
    cursor: pointer;
    font-family: inherit;
    font-size: 0.875rem;
    height: var(--line-height);
    line-height: var(--line-height);
    padding: 0 8px;
    border: none;
    white-space: nowrap;
    transition: .3s;
}
.nt-custom-tea__plants-listing__item-add button:hover,
.nt-custom-tea__plants-listing__item-add button:focus {
    background: var( --e-global-color-primary );
}

.nt-custom-tea__plants-listing__description {
    display: none;
}
.nt-custom-tea__plants-listing__description-inner{
    filter: drop-shadow(0 0 3px #DEDEDE);
    background: white;
    padding: 24px;
    margin-bottom: 40px;
    font-size: 0.875rem;
    position: relative;
}
.nt-custom-tea__plants-listing__description-inner:before {
    content:"";
    display : inline-block;
    height : 0;
    width : 0;
    border-right : 12px solid transparent;
    border-bottom : 10px solid white;
    border-left : 12px solid transparent;
    position: absolute;
    top: -10px;
    left: 60px;
}
.nt-custom-tea__columns-right .no-product {
    font-size: 0.875rem;
    text-align: center;
    margin-top: 10px;
}
.nt-custom-tea__recap {
    margin-top: 7px;
}
.nt-custom-tea__recap-line {
    display: flex;
    align-items: center;
    font-size: 0.875rem;
    margin-bottom: 5px;
    gap: 7px;
}
.nt-custom-tea__recap-line .title {
    flex: 0 1 100%;
    line-height: 1.2;
}
.nt-custom-tea__recap-line .qty {
    flex: 0 0 30px;
    text-align: right;
}
.nt-custom-tea__recap-line .price {
    flex: 0 0 50px;
    font-weight: 600;
    text-align: right;
}
.nt-custom-tea__recap-line .remove {
    flex: 0 0 13px;
    text-align: right;
}
.nt-custom-tea__recap-line .remove button.remove-from-tea {
    border: none;
    background: none;
    color: #666;
    cursor: pointer;
    padding: 0;
    transition: .3s;
}
.nt-custom-tea__recap-line .remove button.remove-from-tea:hover,
.nt-custom-tea__recap-line .remove button.remove-from-tea:focus {
    color: red;
}

.nt-custom-tea__recap-total {
    display: none;
}
.nt-custom-tea__recap-total-inner {
    display: flex;
    justify-content: space-between;
    margin-top: 15px;
}
.nt-custom-tea__recap-total-inner .total-price {
    font-weight: 600;
}

.nt-custom-tea__add-to-cart__container {
    text-align: center;
}
.nt-custom-tea__add-to-cart {
    cursor: pointer;
    display: flex;
    justify-content: center;
    gap: 10px;
    border: 2px solid var( --e-global-color-secondary );
    margin: 15px 0 5px;
    padding: 10px 10px;
    font-family: inherit;
    font-size: 1.125rem;
    width: 100%;
    transition: .3s;
}
.nt-custom-tea__add-to-cart:not(:disabled):hover,
.nt-custom-tea__add-to-cart:not(:disabled):focus {
    background: var( --e-global-color-primary );
    border: 2px solid var( --e-global-color-primary );
}

.nt-custom-tea__add-to-cart:disabled {
    opacity: 0.5;
    cursor: default;
}
.nt-custom-tea__add-to-cart.adding {
    background: white;
    color: var( --e-global-color-secondary );
}
.link-votre-tisane {
    background: #FF9A0A;
    color: white!important;
    padding: 2px 10px;
    border-radius: 100px;
    display: block;
    text-align: center;
    width: 180px;
    margin: 0 auto;
    transition: .3s;
    visibility: hidden;
    opacity: 0;
    height: 0;
}
.link-votre-tisane .count {
    display: none;
    font-size: 0.75rem;
}
.link-votre-tisane.not-empty {
    opacity: 1;
    visibility: visible;
    height: 29px;
}
.link-votre-tisane.not-empty .count {
    display: inline-block;
}

@media (max-width: 1500px) {
    .nt-custom-tea__plants-listing__item-title {
        font-size: 0.875rem;
    }
    .nt-custom-tea__plants-listing__item-see-more .nt-custom-tea__see-more {
        width: 80px;
    }
}
@media (max-width: 1300px) {
    .nt-custom-tea {
        --right-column-top-offset: 52px;
    }
}

@media (min-width: 1025px) {
    .link-votre-tisane {
        display: none!important;
    }
}
@media (max-width: 1024px) {
    .nt-custom-tea .nt-custom-tea__columns {
        gap: 20px;
    }
    .nt-custom-tea .nt-custom-tea__columns-right {
        flex: 0 0 240px;
    }
    .nt-custom-tea__plants-listing__item {
        gap: 7px;
    }

    .nt-custom-tea__plants-listing__item-price {
        flex: 0 0 92px;
        font-size: 0.75rem;
    }
    .nt-custom-tea__plants-listing__item-qty {
        flex: 0 0 93px;
    }
    .nt-custom-tea__plants-listing__item-qty input {
        width: 43px;
    }
    .nt-custom-tea {
        --right-column-top-offset: 0px;
        --anchor-top-offset: -160px;
    }
    .nt-custom-tea .nt-custom-tea__columns {
        flex-direction: column;
    }
    .nt-custom-tea__plants-listing__item-thumbnail {
        flex: 0 0 40px;
    }
    .nt-custom-tea__alphabet {
        justify-content: center;
    }
}

@media (max-width: 767px) {
    .nt-custom-tea__plants-listing__item {
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
        text-align: center;
        margin-bottom: 24px;
        padding-bottom: 24px;
        border-bottom: 1px solid #DEDEDE;
    }
    .nt-custom-tea__plants-listing__item-price {
        flex: 0 1 100%;
    }
    .nt-custom-tea__fieldset {
        padding: 10px 15px;
    }
    .nt-custom-tea__alphabet {
        gap: 6px;
    }
    .nt-custom-tea__plants-listing__description-inner:before {
        left: calc(50% - 5px);
    }
}