.tne-single-category,
.tne-feature-lines,
.tne-suitable-for,
.tne-feature-boxes,
.tne-product-slogan,
.tne-heading-text {
    direction: rtl;
    box-sizing: border-box;
}

.tne-single-category * ,
.tne-feature-lines * ,
.tne-suitable-for * ,
.tne-feature-boxes * ,
.tne-product-slogan * ,
.tne-heading-text * {
    box-sizing: border-box;
}

.tne-single-category__label,
.tne-suitable-for__label {
    display: block;
    margin: 0 0 6px;
    font-weight: 700;
}

.tne-single-category__items {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px;
}

.tne-single-category__item {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    text-decoration: none;
    color: inherit;
}

.tne-single-category__icon-wrap,
.tne-suitable-for__icon-wrap,
.tne-feature-boxes__icon-wrap {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    overflow: hidden;
}

.tne-single-category__icon,
.tne-suitable-for__icon,
.tne-feature-boxes__icon,
.tne-product-slogan__icon {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.tne-feature-lines {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.tne-feature-lines__item {
    display: flex;
    align-items: center;
    gap: 8px;
}

.tne-feature-lines__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    line-height: 1;
}

.tne-feature-lines__icon svg,
.tne-heading-text__icon svg {
    width: 1em;
    height: 1em;
}

.tne-feature-lines__text {
    line-height: 1.7;
}

.tne-suitable-for {
    display: flex;
    align-items: center;
    gap: 12px;
}

.tne-suitable-for__content {
    display: flex;
    flex-direction: column;
}

.tne-suitable-for__value {
    display: block;
    line-height: 1.8;
}

.tne-feature-boxes {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
}

.tne-feature-boxes__item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    min-width: 0;
}

.tne-feature-boxes__content {
    min-width: 0;
    flex: 1 1 auto;
}

.tne-feature-boxes__title,
.tne-feature-boxes__text {
    display: block;
    line-height: 1.7;
}

.tne-feature-boxes__title {
    font-weight: 700;
}

.tne-product-slogan,
.tne-heading-text {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    text-align: center;
}

.tne-product-slogan__icon-wrap,
.tne-heading-text__icon-wrap {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    line-height: 1;
}

.tne-product-slogan__icon-wrap--mirror,
.tne-heading-text__icon-wrap--mirror {
    transform: scaleX(-1);
}

.tne-product-slogan__text,
.tne-heading-text__text {
    display: inline-block;
    line-height: 1.7;
}

@media (max-width: 767px) {
    .tne-feature-boxes {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

.tne-product-brand-image,
.tne-product-sku,
.tne-product-stock,
.tne-product-discount-badge,
.tne-product-price {
    direction: rtl;
    box-sizing: border-box;
}

.tne-product-brand-image *,
.tne-product-sku *,
.tne-product-stock *,
.tne-product-discount-badge *,
.tne-product-price * {
    box-sizing: border-box;
}

.tne-product-single-placeholder {
    display: inline-block;
    padding: 8px 12px;
    border: 1px dashed #c3c4c7;
    border-radius: 8px;
    color: #646970;
    background: #fff;
    font-size: 13px;
}

.tne-product-brand-image {
    display: flex;
    align-items: center;
}

.tne-product-brand-image__link,
.tne-product-brand-image__inner {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    line-height: 0;
}

.tne-product-brand-image__img {
    display: block;
    height: auto;
    object-fit: contain;
}

.tne-product-sku,
.tne-product-stock {
    display: inline-flex;
    align-items: center;
    flex-wrap: wrap;
    line-height: 1.8;
}

.tne-product-sku__label,
.tne-product-stock__label {
    font-weight: 700;
}

.tne-product-discount-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    line-height: 1.4;
}

.tne-product-discount-badge__label,
.tne-product-discount-badge__percent {
    display: inline-block;
    white-space: nowrap;
}

.tne-product-price {
    display: flex;
    width: fit-content;
    line-height: 1.5;
}

.tne-product-price--sale_top_regular_bottom,
.tne-product-price--regular_top_sale_bottom {
    flex-direction: column;
}

.tne-product-price--sale_right_regular_left,
.tne-product-price--regular_right_sale_left,
.tne-product-price--inline {
    flex-direction: row;
    align-items: center;
}

.tne-product-price__sale,
.tne-product-price__regular,
.tne-product-price__single {
    display: inline-block;
    white-space: nowrap;
}

.tne-product-price__regular {
    text-decoration: line-through;
    opacity: .75;
}

.tne-product-brand-name,
.tne-product-add-to-cart {
    direction: rtl;
    box-sizing: border-box;
}

.tne-product-brand-name *,
.tne-product-add-to-cart * {
    box-sizing: border-box;
}

.tne-product-brand-name {
    display: inline-flex;
    align-items: center;
    flex-wrap: wrap;
    line-height: 1.8;
}

.tne-product-brand-name__label {
    font-weight: 700;
}

.tne-product-brand-name__value a {
    text-decoration: none;
    transition: color .2s ease;
}

.tne-product-add-to-cart {
    display: flex;
    align-items: center;
    width: 100%;
    margin: 0;
    direction: ltr;
}

.tne-product-add-to-cart__qty {
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    flex: 0 0 auto;
    min-width: 0;
    overflow: hidden;
    background: #fff;
    border: 1px solid #e3e8ef;
    border-radius: 9px;
}

.tne-product-add-to-cart__qty-btn {
    width: 34%;
    height: 100%;
    min-width: 28px;
    padding: 0;
    border: 0;
    background: transparent;
    color: inherit;
    cursor: pointer;
    font: inherit;
    line-height: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-shadow: none;
    outline: none;
}

.tne-product-add-to-cart__qty-btn:hover,
.tne-product-add-to-cart__qty-btn:focus {
    background: transparent;
    color: inherit;
    box-shadow: none;
    outline: none;
}

.tne-product-add-to-cart__qty-input,
.tne-product-add-to-cart input.tne-product-add-to-cart__qty-input.qty {
    width: 32%;
    min-width: 34px;
    height: 100%;
    padding: 0;
    border: 0;
    background: transparent;
    color: inherit;
    text-align: center;
    box-shadow: none;
    outline: none;
    -moz-appearance: textfield;
}

.tne-product-add-to-cart__qty-input::-webkit-outer-spin-button,
.tne-product-add-to-cart__qty-input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.tne-product-add-to-cart__button,
.tne-product-add-to-cart button.tne-product-add-to-cart__button.button,
.tne-product-add-to-cart .tne-product-add-to-cart__button.single_add_to_cart_button {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    flex: 0 1 auto;
    margin: 0 !important;
    border: 0;
    border-radius: 9px;
    background: #001b42;
    color: #fff;
    white-space: nowrap;
    text-decoration: none;
    line-height: 1.3;
    cursor: pointer;
    direction: rtl;
    transition: background .2s ease, color .2s ease, box-shadow .2s ease, transform .2s ease;
}

.tne-product-add-to-cart__button:hover,
.tne-product-add-to-cart button.tne-product-add-to-cart__button.button:hover,
.tne-product-add-to-cart .tne-product-add-to-cart__button.single_add_to_cart_button:hover {
    background: #002b66;
    color: #fff;
}

.tne-product-add-to-cart__button-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    line-height: 1;
}

.tne-product-add-to-cart__button-icon svg {
    display: block;
    width: 1em;
    height: 1em;
}

.tne-product-add-to-cart__button-text {
    display: inline-block;
    white-space: nowrap;
    line-height: 1.3;
}

.tne-product-add-to-cart--fallback {
    direction: rtl;
}

.tne-product-add-to-cart--fallback form.cart,
.tne-product-add-to-cart--fallback .cart {
    width: 100%;
}

/* TarrahNet generic button */
.tne-button-wrap{
    display:flex;
    width:100%;
}
.tne-button-wrap--stretch{
    align-items:stretch;
}
.tne-button{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    gap:8px;
    border:0;
    background:#061b3a;
    color:#fff;
    padding:12px 24px;
    border-radius:10px;
    text-decoration:none;
    cursor:pointer;
    line-height:1.2;
    white-space:nowrap;
    transition:all .25s ease;
    box-sizing:border-box;
}
.tne-button:hover,
.tne-button:focus{
    text-decoration:none;
    color:#fff;
}
.tne-button__icon{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    line-height:1;
    flex:0 0 auto;
}
.tne-button__icon i,
.tne-button__icon svg{
    display:block;
}
.tne-button__icon svg{
    width:1em;
    height:1em;
    fill:currentColor;
}
.tne-button__text{
    display:inline-block;
    white-space:nowrap;
}
