body.single-product {
    background: #0b0b0b;
    color: #ffffff;
}

body.single-product div.product {
    width: min(1380px, calc(100% - 40px));
    margin: 45px auto;
    padding: 34px;
    background: #111111;
    border: 1px solid #242424;
    border-radius: 24px;
    box-shadow: 0 18px 45px rgba(0,0,0,.28);
    overflow: hidden;
}

body.single-product div.product div.images {
    width: 50%;
    padding: 12px 30px 12px 12px;
}

body.single-product div.product div.summary {
    width: 48%;
    padding: 12px 12px 20px 30px;
    color: #ffffff;
}

body.single-product .woocommerce-product-gallery {
    opacity: 1 !important;
    background: #080808;
    border: 1px solid #242424;
    border-radius: 20px;
    padding: 18px;
}

body.single-product .woocommerce-product-gallery__image img {
    width: 100%;
    min-height: 520px;
    max-height: 620px;
    object-fit: contain;
    background: #050505;
    border: 1px solid #242424;
    border-radius: 18px;
    padding: 18px;
}

body.single-product .flex-control-thumbs {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 12px;
    margin-top: 16px !important;
    padding: 0 !important;
}

body.single-product .flex-control-thumbs li {
    width: 100% !important;
    float: none !important;
    list-style: none;
    margin: 0 !important;
}

body.single-product .flex-control-thumbs img {
    width: 100%;
    height: 95px;
    object-fit: cover;
    background: #080808;
    border-radius: 12px;
    border: 2px solid #242424;
    opacity: .78 !important;
    padding: 4px;
    cursor: pointer;
}

body.single-product .flex-control-thumbs img.flex-active,
body.single-product .flex-control-thumbs img:hover {
    border-color: var(--mt-primary, #ff4b00);
    opacity: 1 !important;
}

body.single-product .product_title,
body.single-product h1.product_title,
.woocommerce div.product .product_title {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    color: #ffffff !important;
    font-size: clamp(34px, 4vw, 54px);
    line-height: 1.05;
    margin: 0 0 14px;
    font-weight: 900;
    text-transform: uppercase;
}

body.single-product .summary .price,
body.single-product .price,
body.single-product p.price {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    color: var(--mt-primary, #ff4b00) !important;
    font-size: 32px !important;
    font-weight: 900 !important;
    margin: 0 0 20px !important;
}

body.single-product .price .amount,
body.single-product .summary .price .amount {
    color: var(--mt-primary, #ff4b00) !important;
    font-weight: 900 !important;
}

body.single-product .woocommerce-product-details__short-description,
body.single-product .woocommerce-product-details__short-description p {
    color: #cfcfcf;
    font-size: 16px;
    line-height: 1.75;
}

.mt-gallery-product-info {
    margin-top: 18px;
    background: #111111;
    border: 1px solid #242424;
    border-radius: 16px;
    padding: 18px;
    box-shadow: 0 18px 45px rgba(0,0,0,.28);
}

.mt-product-detail-dropdown {
    background: #111111;
    border: 1px solid #242424;
    border-radius: 14px;
    overflow: hidden;
}

.mt-product-detail-dropdown summary {
    list-style: none;
    cursor: pointer;
    padding: 16px 18px;
    color: #ffffff;
    font-size: 15px;
    font-weight: 900;
    text-transform: uppercase;
    background: #080808;
}

.mt-product-detail-dropdown summary::-webkit-details-marker {
    display: none;
}

.mt-product-detail-dropdown summary::after {
    content: "+";
    float: right;
    color: var(--mt-primary, #ff4b00);
    font-size: 22px;
}

.mt-product-detail-dropdown[open] summary::after {
    content: "−";
}

.mt-gallery-info-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    padding: 14px;
}

.mt-gallery-info-item {
    background: #080808;
    border: 1px solid #242424;
    border-radius: 12px;
    padding: 15px;
    min-height: 86px;
}

.mt-gallery-info-item strong {
    display: block;
    color: #ffffff;
    font-size: 12px;
    text-transform: uppercase;
    margin-bottom: 7px;
}

.mt-gallery-info-item span {
    color: #cfcfcf;
    font-size: 14px;
    line-height: 1.5;
}

.mt-product-action-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
    margin-top: 14px;
}

.mt-ask-question-button,
.mt-share-button {
    min-height: 54px;
    border-radius: 12px;
    border: none;
    cursor: pointer;
    font-weight: 900;
    text-transform: uppercase;
    padding: 14px 18px;
}

.mt-ask-question-button {
    background: var(--mt-primary, #ff4b00);
    color: #ffffff;
}

.mt-share-button {
    background: #ffffff;
    color: #000000;
}

body.single-product form.cart,
body.single-product form.variations_form {
    margin-top: 24px;
    padding: 24px;
    background: #080808;
    border-radius: 18px;
    border: 1px solid #242424;
    overflow: hidden;
    max-width: 100%;
}

body.single-product table.variations {
    width: 100%;
    margin-bottom: 22px;
}

body.single-product table.variations th,
body.single-product table.variations td {
    display: block;
    width: 100%;
    padding: 0 0 14px;
    text-align: left;
}

body.single-product table.variations label {
    display: block;
    color: #ffffff;
    font-size: 14px;
    font-weight: 900;
    margin-bottom: 10px;
    text-transform: uppercase;
}

body.single-product table.variations select,
body.single-product .quantity .qty {
    width: 100%;
    min-height: 58px;
    border: 1px solid #333333;
    border-radius: 10px;
    background-color: #050505;
    color: #ffffff;
    padding: 13px 14px;
    font-size: 16px;
    font-weight: 800;
}

body.single-product table.variations select option {
    background: #050505;
    color: #ffffff;
}

.mt-variation-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 12px;
    max-width: 100%;
}

.mt-variation-choice {
    border: 2px solid #333333;
    background: #111111;
    color: #ffffff;
    border-radius: 12px;
    padding: 11px 16px;
    min-height: 48px;
    max-width: 100%;
    cursor: pointer;
    font-weight: 900;
    white-space: normal;
    text-align: center;
}

.mt-variation-choice.active,
.mt-variation-choice:hover {
    border-color: var(--mt-primary, #ff4b00);
    box-shadow: 0 0 0 3px rgba(255,75,0,.18);
}

.mt-color-choice {
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.mt-color-dot {
    width: 28px;
    height: 28px;
    min-width: 28px;
    border-radius: 50%;
    border: 2px solid #ffffff;
    display: inline-block;
}

body.single-product .reset_variations {
    display: inline-block;
    margin-top: 10px;
    color: var(--mt-primary, #ff4b00);
    font-weight: 900;
}

body.single-product .woocommerce-variation-add-to-cart,
body.single-product form.cart:not(.variations_form) {
    display: grid !important;
    grid-template-columns: 180px minmax(0, 1fr) minmax(0, 1fr);
    gap: 16px;
    align-items: stretch;
    margin-top: 18px;
    max-width: 100%;
}

body.single-product form.cart:not(.variations_form) .quantity {
    grid-column: 1 !important;
    width: 100% !important;
    max-width: 180px !important;
    margin: 0 !important;
}

body.single-product form.cart:not(.variations_form) button.single_add_to_cart_button {
    grid-column: 2 !important;
}

body.single-product form.cart:not(.variations_form) .mt-buy-now-button {
    grid-column: 3 !important;
}

.mt-qty-control {
    display: grid !important;
    grid-template-columns: 50px minmax(0, 1fr) 50px;
    align-items: center;
    max-width: 180px;
    border: 1px solid #333333;
    border-radius: 14px;
    overflow: hidden;
    background: #050505;
}

.mt-qty-control .qty {
    text-align: center;
    border-radius: 0 !important;
    border: none !important;
    min-height: 68px !important;
    font-size: 22px !important;
    font-weight: 900 !important;
}

.mt-qty-btn {
    width: 50px;
    min-height: 68px;
    border: none;
    background: #171717;
    color: #ffffff;
    font-size: 30px;
    font-weight: 900;
    cursor: pointer;
}

.mt-qty-btn:hover {
    background: var(--mt-primary, #ff4b00);
}

body.single-product button.single_add_to_cart_button,
body.single-product .mt-buy-now-button {
    width: 100%;
    min-height: 68px;
    border-radius: 14px;
    border: none;
    font-size: 15px;
    font-weight: 900;
    text-transform: uppercase;
    cursor: pointer;
    margin: 0 !important;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    padding: 15px;
    white-space: normal;
    text-align: center;
}

body.single-product button.single_add_to_cart_button {
    background: var(--mt-primary, #ff4b00) !important;
    color: #ffffff !important;
}

body.single-product .mt-buy-now-button {
    background: #ffffff !important;
    color: #000000 !important;
}

.mt-selected-variation-details,
.mt-secure-payment-box {
    margin-top: 22px;
    padding: 20px;
    background: #111111;
    border: 1px solid #242424;
    border-radius: 16px;
    box-shadow: 0 18px 45px rgba(0,0,0,.28);
}

.mt-selected-variation-details h3,
.mt-secure-title {
    color: #ffffff;
    font-size: 18px;
    font-weight: 900;
    margin-bottom: 8px;
    text-transform: uppercase;
}

.mt-selected-detail-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
}

.mt-selected-variation-details p,
.mt-secure-payment-box p {
    color: #cfcfcf;
    font-size: 14px;
    line-height: 1.6;
}

.mt-payment-icons {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 12px;
    margin-top: 15px;
}

.mt-payment-icons img {
    height: 36px;
    width: auto;
    max-width: 96px;
    background: #ffffff;
    border-radius: 8px;
    padding: 7px 10px;
    border: 1px solid #e5e5e5;
    transition: .2s ease;
    display: inline-block;
}

.mt-payment-icons img:hover {
    transform: translateY(-2px);
}

.woocommerce-tabs {
    width: min(1380px, calc(100% - 40px));
    margin: 55px auto;
    background: #111111;
    border: 1px solid #242424;
    border-radius: 18px;
    padding: 28px;
    box-shadow: 0 18px 45px rgba(0,0,0,.28);
}

body.single-product .woocommerce-tabs ul.tabs {
    padding: 0;
    margin: 0 0 20px;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

body.single-product .woocommerce-tabs ul.tabs::before,
body.single-product .woocommerce-tabs ul.tabs li::before,
body.single-product .woocommerce-tabs ul.tabs li::after {
    display: none !important;
}

body.single-product .woocommerce-tabs ul.tabs li {
    background: #080808;
    border: 1px solid #242424;
    border-radius: 10px;
    margin: 0;
    padding: 0;
}

body.single-product .woocommerce-tabs ul.tabs li.active {
    background: var(--mt-primary, #ff4b00);
    border-color: var(--mt-primary, #ff4b00);
}

body.single-product .woocommerce-tabs ul.tabs li a {
    color: #ffffff;
    padding: 14px 20px;
    font-weight: 900;
    text-transform: uppercase;
}

body.single-product .woocommerce-tabs .panel {
    color: #cfcfcf;
    line-height: 1.75;
}

.mt-question-modal {
    position: fixed;
    inset: 0;
    z-index: 99999;
    display: none;
    align-items: center;
    justify-content: center;
    padding: 20px;
}

.mt-question-modal.active {
    display: flex;
}

.mt-question-modal-backdrop {
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,.76);
}

.mt-question-modal-card {
    position: relative;
    z-index: 2;
    width: min(560px, 100%);
    background: #111111;
    border: 1px solid #242424;
    border-radius: 18px;
    padding: 24px;
    box-shadow: 0 25px 60px rgba(0,0,0,.45);
}

.mt-question-modal-card h3 {
    color: #ffffff;
    margin-top: 0;
}

.mt-question-modal-card p {
    color: #cfcfcf;
}

.mt-question-close {
    position: absolute;
    right: 14px;
    top: 12px;
    width: 36px;
    height: 36px;
    border-radius: 999px;
    border: none;
    background: #ffffff;
    color: #000000;
    font-size: 24px;
    cursor: pointer;
}

.mt-question-form {
    display: grid;
    gap: 12px;
    margin-top: 18px;
}

.mt-question-form input,
.mt-question-form textarea {
    width: 100%;
    background: #080808;
    color: #ffffff;
    border: 1px solid #333333;
    border-radius: 10px;
    padding: 14px;
}

.mt-question-form textarea {
    min-height: 140px;
}

.mt-question-form button {
    min-height: 54px;
    border: none;
    border-radius: 12px;
    background: var(--mt-primary, #ff4b00);
    color: #ffffff;
    font-weight: 900;
    text-transform: uppercase;
}

.mt-message-board-list {
    display: grid;
    gap: 12px;
    margin-top: 18px;
}

.mt-message-board-item,
.mt-message-empty {
    background: #080808;
    border: 1px solid #242424;
    border-radius: 12px;
    padding: 16px;
    color: #cfcfcf;
}

.mt-message-board-item strong {
    color: #ffffff;
    display: block;
}

.mt-message-board-item small {
    color: var(--mt-primary, #ff4b00);
    display: block;
    margin: 4px 0 10px;
}

@media (max-width: 1100px) {
    body.single-product div.product div.images,
    body.single-product div.product div.summary {
        width: 100%;
        float: none;
        padding: 0;
    }

    body.single-product div.product div.summary {
        margin-top: 28px;
    }

    body.single-product .woocommerce-product-gallery__image img {
        min-height: auto;
        max-height: none;
    }
}

@media (max-width: 700px) {
    body.single-product div.product {
        width: calc(100% - 20px);
        margin: 18px auto;
        padding: 16px;
    }

    .mt-gallery-info-grid,
    .mt-product-action-row,
    .mt-selected-detail-grid {
        grid-template-columns: 1fr;
    }

    body.single-product .woocommerce-variation-add-to-cart,
    body.single-product form.cart:not(.variations_form) {
        grid-template-columns: 1fr 1fr !important;
    }

    body.single-product form.cart:not(.variations_form) .quantity,
    .mt-qty-control {
        grid-column: 1 / -1 !important;
        max-width: 100% !important;
    }

    body.single-product form.cart:not(.variations_form) button.single_add_to_cart_button {
        grid-column: 1 !important;
    }

    body.single-product form.cart:not(.variations_form) .mt-buy-now-button {
        grid-column: 2 !important;
    }

    .mt-variation-choice,
    .mt-color-choice,
    .mt-payment-icons img {
        flex: 1 1 calc(50% - 10px);
    }
}


/* PAYMENT LOGOS SMALL SIZE FIX */

.mt-payment-icons {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px;
    margin-top: 12px;
}

.mt-payment-icons img {
    height: 58px !important;
    width: auto !important;
    max-width: 58px !important;
    min-width: auto !important;
    background: #ffffff;
    border-radius: 5px;
    padding: 4px 7px;
    border: 1px solid #e5e5e5;
    object-fit: contain;
    display: inline-block;
}

.mt-payment-icons img:hover {
    transform: none;
}

/* ====================================
   SINGLE PRODUCT GALLERY SIZE FIX
   Bigger main image + better fitting thumbnails
==================================== */

body.single-product div.product div.images {
    width: 54% !important;
    padding: 10px 34px 10px 10px !important;
}

body.single-product div.product div.summary {
    width: 44% !important;
    padding: 10px 10px 20px 26px !important;
}

body.single-product .woocommerce-product-gallery {
    padding: 22px !important;
}

body.single-product .woocommerce-product-gallery__image img {
    width: 100% !important;
    min-height: 620px !important;
    max-height: 760px !important;
    object-fit: contain !important;
    padding: 12px !important;
}

body.single-product .flex-control-thumbs {
    grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
    gap: 10px !important;
}

body.single-product .flex-control-thumbs img {
    height: 105px !important;
    object-fit: contain !important;
    padding: 6px !important;
}

/* Tablet */
@media (max-width: 1100px) {
    body.single-product div.product div.images,
    body.single-product div.product div.summary {
        width: 100% !important;
        float: none !important;
        padding: 0 !important;
    }

    body.single-product .woocommerce-product-gallery__image img {
        min-height: 520px !important;
        max-height: 680px !important;
    }

    body.single-product .flex-control-thumbs {
        grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
    }
}

/* Mobile */
@media (max-width: 700px) {
    body.single-product .woocommerce-product-gallery {
        padding: 12px !important;
    }

    body.single-product .woocommerce-product-gallery__image img {
        min-height: 360px !important;
        max-height: 520px !important;
        padding: 8px !important;
    }

    body.single-product .flex-control-thumbs {
        grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
        gap: 8px !important;
    }

    body.single-product .flex-control-thumbs img {
        height: 78px !important;
        padding: 4px !important;
    }
}

/* ====================================
   LARGER GALLERY THUMBNAILS
==================================== */

body.single-product .flex-control-thumbs {
    grid-template-columns: repeat(5, 1fr) !important;
    gap: 14px !important;
    margin-top: 18px !important;
}

body.single-product .flex-control-thumbs li {
    width: 100% !important;
}

body.single-product .flex-control-thumbs img {
    height: 130px !important;
    width: 100% !important;
    object-fit: contain !important;
    background: #080808 !important;
    border: 2px solid #242424 !important;
    border-radius: 12px !important;
    padding: 8px !important;
    transition: all .25s ease;
}

body.single-product .flex-control-thumbs img:hover,
body.single-product .flex-control-thumbs img.flex-active {
    border-color: var(--mt-primary, #ff4b00) !important;
    transform: translateY(-2px);
}

/* Large desktop screens */
@media (min-width: 1400px) {
    body.single-product .flex-control-thumbs img {
        height: 145px !important;
    }
}

/* Tablet */
@media (max-width: 1100px) {
    body.single-product .flex-control-thumbs {
        grid-template-columns: repeat(5, 1fr) !important;
    }

    body.single-product .flex-control-thumbs img {
        height: 110px !important;
    }
}

/* Mobile */
@media (max-width: 700px) {
    body.single-product .flex-control-thumbs {
        grid-template-columns: repeat(4, 1fr) !important;
        gap: 8px !important;
    }

    body.single-product .flex-control-thumbs img {
        height: 85px !important;
        padding: 4px !important;
    }
}

/* ====================================
   HEADER LOGO FIT FIX
   Mad Trails Surron Pro Logo
==================================== */

.mt-logo {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    max-width: 320px;
    overflow: hidden;
}

.mt-logo img,
.custom-logo {
    width: auto !important;
    height: auto !important;
    max-height: 82px !important;
    max-width: 100% !important;
    object-fit: contain !important;
    display: block;
}

/* Header spacing adjustment */
.mt-header-inner {
    min-height: 92px;
    display: flex;
    align-items: center;
}

/* Large desktop */
@media (min-width: 1400px) {
    .mt-logo img,
    .custom-logo {
        max-height: 92px !important;
    }

    .mt-logo {
        max-width: 360px;
    }
}

/* Tablet */
@media (max-width: 900px) {
    .mt-logo {
        max-width: 240px;
    }

    .mt-logo img,
    .custom-logo {
        max-height: 68px !important;
    }

    .mt-header-inner {
        min-height: 80px;
    }
}

/* Mobile */
@media (max-width: 600px) {
    .mt-logo {
        max-width: 190px;
    }

    .mt-logo img,
    .custom-logo {
        max-height: 54px !important;
    }

    .mt-header-inner {
        min-height: 72px;
    }
}

/* FIX QUANTITY PLUS / MINUS VISIBILITY ONLY */

body.single-product .mt-qty-control {
    display: grid !important;
    grid-template-columns: 54px minmax(70px, 1fr) 54px !important;
    width: 190px !important;
    max-width: 190px !important;
}

body.single-product .mt-qty-btn {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    visibility: visible !important;
    opacity: 1 !important;
    width: 54px !important;
    min-height: 68px !important;
    background: #111111 !important;
    color: #ffffff !important;
    font-size: 30px !important;
    font-weight: 900 !important;
    border: none !important;
}

body.single-product .mt-qty-control .qty {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    min-height: 68px !important;
    text-align: center !important;
}


/* ====================================
   FINAL QUANTITY PLUS / MINUS STEPPER
==================================== */

body.single-product form.cart .quantity.mt-stepper-ready {
    display: grid !important;
    grid-template-columns: 54px 76px 54px !important;
    align-items: stretch !important;
    width: 184px !important;
    max-width: 184px !important;
    height: 62px !important;
    margin: 0 !important;
    background: #ffffff !important;
    border: 2px solid #d9e1ec !important;
    border-radius: 12px !important;
    overflow: hidden !important;
}

body.single-product form.cart .quantity.mt-stepper-ready .mt-qty-button {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 54px !important;
    height: 62px !important;
    min-height: 62px !important;
    background: #001f54 !important;
    color: #ffffff !important;
    border: none !important;
    font-size: 28px !important;
    font-weight: 900 !important;
    line-height: 1 !important;
    cursor: pointer !important;
    padding: 0 !important;
    margin: 0 !important;
    visibility: visible !important;
    opacity: 1 !important;
}

body.single-product form.cart .quantity.mt-stepper-ready .mt-qty-button:hover {
    background: #e64a19 !important;
}

body.single-product form.cart .quantity.mt-stepper-ready input.qty {
    display: block !important;
    width: 76px !important;
    height: 62px !important;
    min-height: 62px !important;
    background: #ffffff !important;
    color: #111111 !important;
    border: none !important;
    border-left: 1px solid #d9e1ec !important;
    border-right: 1px solid #d9e1ec !important;
    border-radius: 0 !important;
    text-align: center !important;
    font-size: 22px !important;
    font-weight: 900 !important;
    padding: 0 !important;
    margin: 0 !important;
    appearance: textfield !important;
    -moz-appearance: textfield !important;
}

body.single-product form.cart .quantity.mt-stepper-ready input.qty::-webkit-outer-spin-button,
body.single-product form.cart .quantity.mt-stepper-ready input.qty::-webkit-inner-spin-button {
    -webkit-appearance: none !important;
    margin: 0 !important;
}

@media (max-width: 700px) {
    body.single-product form.cart .quantity.mt-stepper-ready {
        width: 100% !important;
        max-width: 100% !important;
        grid-template-columns: 58px 1fr 58px !important;
    }

    body.single-product form.cart .quantity.mt-stepper-ready input.qty {
        width: 100% !important;
    }
}

/* FINAL VISIBLE QUANTITY STEPPER */

body.single-product form.cart .quantity.mt-smooth-stepper {
    display: grid !important;
    grid-template-columns: 54px 80px 54px !important;
    width: 188px !important;
    height: 62px !important;
    overflow: hidden !important;
    border-radius: 12px !important;
    border: 2px solid #d9e1ec !important;
    background: #fff !important;
}

body.single-product .mt-step-minus,
body.single-product .mt-step-plus {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 54px !important;
    height: 62px !important;
    background: #001f54 !important;
    color: #fff !important;
    border: 0 !important;
    font-size: 30px !important;
    font-weight: 900 !important;
    padding: 0 !important;
    margin: 0 !important;
}

body.single-product .mt-step-minus:hover,
body.single-product .mt-step-plus:hover {
    background: #e64a19 !important;
}

body.single-product form.cart .quantity.mt-smooth-stepper input.qty {
    width: 80px !important;
    height: 62px !important;
    border: 0 !important;
    border-left: 1px solid #d9e1ec !important;
    border-right: 1px solid #d9e1ec !important;
    background: #fff !important;
    color: #111 !important;
    text-align: center !important;
    font-size: 22px !important;
    font-weight: 900 !important;
}