/* Product Details */

.prod-details {
    display: flex;
    flex-direction: column;
    gap: 5px;
    width: 100%;
}

.prod-details .heading {
    font-weight: 700;
    font-size: 12px;
    line-height: 140%;
    letter-spacing: 4px;
    text-transform: uppercase;
    color: #172a55;
}

.prod-details>p {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #d7cdba6e;
    padding-bottom: 5px;
    font-size: 14px;
}

.prod-desc {
    margin-top: 20px !important;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.prod-desc span {
    font-weight: 700;
    font-size: 12px;
    line-height: 140%;
    letter-spacing: 4px;
    text-transform: uppercase;
    color: #172a55;
}

.prod-var {
    margin-top: 20px !important;
}

.prod-title h1 {
    font-size: clamp(28px, 6vw, 42px) !important;
    margin-bottom: 20px !important;
}

.ball-right {
    padding-top: 0px !important;
}

.ball-tabs {
    margin-top: 0px !important;
}

.ball-tab-btn {
    padding-top: 0px !important;
}

.prod-sku p {
    font-size: 14px;
}

.ball-tabs-wrap {
    gap: 20px !important;
}


/* Product Details */

.product-display .prod-icon-text {
    flex-direction: column;
    padding-bottom: 20px;
}

.product-display .prod-icon-text p {
    max-width: 100%;
}

.product-display .prod-icon-text img {
    width: 100%;
    height: auto;
    object-fit: contain;
}

.product-display .brand-icon {
    width: 60%;
}

.product-display button.tablinks {
    padding: 4px 21px;
    border-radius: 0;
    border: 0.88px solid #0f5388;
    background-color: transparent;
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    color: #0f5388;
    transition: all 0.5s ease;
    cursor: pointer;
    white-space: nowrap;
}

.product-display button.tablinks:hover,
.product-display button.tablinks.active {
    background-color: #0f5388;
    color: #fff;
}

.prod-desc p {
    font-size: 14px !important;
}

.prod-details.heading {
    margin-bottom: 10px;
    padding-top: 30px;
}

.header-margin {
    margin-top: 142px;
}

.prod-wrap {
    display: flex;
    gap: 90px;
    /* padding-top: 80px; */
}

.mra-variation-specs span {
    font-weight: 400 !important;
}

.prod-left {
    width: 68%;
}

.prod-right {
    width: 32%;
}

.product-carousel {
    display: flex;
    flex-direction: row-reverse;
    gap: 20px;
}

.prod-icon-text {
    display: flex;
    align-items: center;
    gap: 26px;
    margin-top: 55px;
}


/* .partner-heading {
    display: flex;
    justify-content: space-between;
    align-items: end;
} */

.label.mid {
    font-size: 42px;
    font-weight: 400;
    /* line-height: 42px; */
}

.label {
    font-family: var(--infinity);
    font-size: 28px;
    font-weight: 400;
    line-height: 100%;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    text-transform: capitalize;
    color: var(--label-gold);
}


/* h2 {
    font-size: 52px;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: -0.01em;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    text-transform: capitalize;
} */

.related-prods .partner-grid {
    gap: 50px;
}

.partner-grid {
    margin-top: 70px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    row-gap: 30px;
    padding-bottom: 20px;
}

.mra-variation-price {
    display: flex;
    color: #444447;
    font-family: var(--sans);
}

.mra-variation-price del {
    margin-right: 10px;
}


/* .related-prods .partner-item {
    aspect-ratio: 3 / 4;
} */


/* .partner-item {
    position: relative;
    overflow: hidden;
    aspect-ratio: 1 / 1;
} */

.product-price {
    font-weight: 600;
    margin-bottom: 10px;
}

.product-cart-btn .button {
    width: 100%;
    text-align: center;
}


/* 22.01.2026 */

.mra-atc-message {
    margin-top: 10px;
    padding: 10px 14px;
    border-radius: 4px;
    font-size: 14px;
}

.mra-atc-message.success {
    background: #f0fff4;
    color: #065f46;
    border: 1px solid #a7f3d0;
}

.mra-atc-message.error {
    background: #fff5f5;
    color: #7f1d1d;
    border: 1px solid #fecaca;
}

.mra-view-cart-btn {
    display: inline-block;
    margin-top: 8px;
    padding: 8px 14px;
    background: #000;
    color: #fff;
    text-decoration: none;
    border-radius: 4px;
    font-size: 14px;
}

.mra-view-cart-btn:hover {
    background: #333;
    color: #fff;
}

.single_add_to_cart_button,
.mra-view-cart-btn {
    background-color: #0f5388 !important;
    color: #fff !important;
    border-radius: 0px !important;
    font-size: 14px !important;
    font-weight: 400 !important;
    text-transform: uppercase;
    width: 100% !important;
    margin-top: 20px !important;
    padding: 12px !important;
    letter-spacing: 2px;
    border: 1px solid #0f5388 !important;
    transition: .4s ease all !important;
    text-align: center !important;
}

.single_add_to_cart_button:hover {
    background-color: transparent;
}

.partner-item-img {
    overflow: hidden;
    height: 330px;
    margin-bottom: 20px;
}

.partner-item-img img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    transition: .4s ease all;
}

.partner-item:hover .img {
    transform: scale(1.1);
    transition: .4s ease all;
    cursor: pointer;
}

.woocommerce ul.products li.product a.woocommerce-loop-product__link {
    width: 100% !important;
}

.woocommerce span.onsale {
    aspect-ratio: 1 / 1;
    display: flex;
    align-items: center;
    justify-content: center;
}

.woocommerce-loop-product__title {
    font-size: 20px !important;
}

.woocommerce ul.products li.product .price {
    font-size: 18px !important;
}


/* For Chrome, Safari, Edge, and Opera */

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}


/* For Firefox */

input[type="number"] {
    -moz-appearance: textfield;
}

#mra-quantity {
    border: 1px solid #0f5388 !important;
    color: #0f5388;
    border-radius: 0px;
    outline: none;
    padding: 5px;
}

.mra-qty-btn {
    border: 1px solid #0f5388 !important;
    background: none;
    border-radius: 0px;
    color: #0f5388;
    padding: 5px;
    cursor: pointer;
}

.related-product-new-in {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 20px;
    row-gap: 40px;
}

.related-product-new-in a{
    width: 100%;
}

.related-product-item {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

.related-product-item .related-product-img img {
    transition: .4s ease all;
}

.related-product-item:hover .related-product-img img {
    transform: scale(1.1);
    transition: .4s ease all;
}

.related-product-new-in .related-product-img {
    aspect-ratio: 2/1.7;
    overflow: hidden;
}

.related-product-new-in .related-product-img img {
    height: 100% !important;
}

.related-product-new-in .related-product-content {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding-top: 20px;
}

.related-product-new-in .related-product-content p {
    font-size: 14px;
}

.rp-bottom {
    margin-top: 20px;
}

.rp-bottom p {
    width: 100%;
}

.related-prouduct-new .heading {
    margin-bottom: 50px;
}

@media screen and (max-width: 1300px) {
    .prod-wrap {
        gap: 40px;
    }
}

@media screen and (max-width: 1200px) {
    .prod-left {
        width: 55%;
    }
    .prod-right {
        width: 45%;
    }
}

@media screen and (max-width: 991px) {
    .prod-wrap {
        flex-direction: column;
        padding-top: 0px;
    }
    .prod-wrap>div {
        width: 100% !important;
    }
    .header-margin {
        margin-top: 80px;
    }
    .woocommerce-loop-product__title {
        font-size: 16px !important;
    }
    .woocommerce ul.products li.product .price {
        font-size: 14px !important;
    }
    .related-prouduct-new .heading {
        margin-bottom: 30px;
    }
    .related-product-new-in {
        grid-template-columns: 1fr 1fr;
    }
}

@media screen and (max-width: 767px) {
    .related-product-new-in {
        grid-template-columns: 1fr;
    }
}