body.single-product main#main-content,
body.single-product .site-content,
body.single-product .content-layout-wrapper,
body.single-product .main-page-wrapper > .container,
body.single-product .main-page-wrapper .container {
    max-width: none !important;
    width: 100% !important;
}

body.single-product .main-page-wrapper,
body.single-product .site-content {
    padding-top: 0 !important;
}

body.single-product .site-content {
    flex: 0 0 100% !important;
    max-width: 100% !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
}

body.single-product .content-layout-wrapper {
    display: block !important;
}

body.single-product .sidebar-container {
    display: none !important;
}

body.single-product .wd-page-title,
body.single-product .woocommerce-breadcrumb,
body.single-product .wd-single-breadcrumbs {
    display: none !important;
}

body.single-product .woocommerce-notices-wrapper {
    max-width: 1366;
    margin: 0 auto;
    padding: 0 0 20px;
}

.mlh-single-product,
.mlh-single-product * {
    box-sizing: border-box;
}

.mlh-single-product {
    --mlh-page-max: 1366px;
    --mlh-left-col: 456px;
    --mlh-right-col: 614px;
    width: min(var(--mlh-page-max), calc(100vw - 48px));
    margin: 0 auto;
    padding: 0px 0 38px;
    color: #050505;
}

.mlh-product-layout {
    display: grid;
    grid-template-columns: minmax(360px, var(--mlh-left-col)) minmax(520px, var(--mlh-right-col));
    align-items: start;
    justify-content: space-between;
    column-gap: 70px;
    row-gap: 58px;
    direction: ltr;
}

.mlh-product-info {
    grid-column: 1;
    min-width: 0;
}

.mlh-product-breadcrumbs {
    display: flex;
    align-items: center;
    gap: 9px;
    min-height: 14px;
    margin: 0 0 25px;
    font-size: 10px;
    font-weight: 300;
    line-height: 1;
    color: #000;
}

.mlh-product-breadcrumbs a {
    color: inherit;
    text-decoration: none;
}

.mlh-product-breadcrumb-separator {
    width: 11px;
    height: 11px;
    border-top: 1px solid #000;
    border-right: 1px solid #000;
    transform: rotate(45deg);
    opacity: .9;
}

.mlh-product-title {
    margin: 0 0 20px;
    color: #000;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.22;
    letter-spacing: 0;
}

.mlh-product-price {
    margin: 0 0 17px;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.4;
    color: #000;
}

.mlh-product-summary {
    max-width: 456px;
    margin: 0;
    color: #000;
    font-size: 14px;
    font-weight: 300;
    line-height: 24px;
    text-align: justify;
}

.mlh-product-summary p {
    margin: 0;
}

.mlh-variation-list {
    display: grid;
    gap: 0px;
    margin: 20px 0 0;
}

.mlh-variation-row {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 116px 72px;
    align-items: center;
    width: 100%;
    margin: 0;
    padding: 0;
    border: 0;
    background: transparent !important;
    color: #050505;
    font: inherit;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.35;
    text-align: left;
    cursor: pointer;
}

.mlh-variation-row:hover,
.mlh-variation-row:focus-visible {
    color: #000;
    outline: none;
}

.mlh-variation-row.is-selected {
    color: #000;
}

.mlh-variation-row.is-selected .mlh-variation-name,
.mlh-variation-row.is-selected .mlh-variation-price {
    font-weight: 600;
}

.mlh-variation-row.is-selected .mlh-variation-label {
    text-decoration: underline;
    text-underline-offset: 5px;
}

.mlh-variation-row:focus-visible .mlh-variation-label {
    text-decoration: underline;
    text-underline-offset: 4px;
}

.mlh-variation-row.is-disabled {
    cursor: not-allowed;
    opacity: .38;
}

.mlh-variation-qty {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 13px;
    opacity: 0;
    visibility: hidden;
    transition: opacity .16s ease, visibility .16s ease;
}

.mlh-variation-row:hover .mlh-variation-qty,
.mlh-variation-row:focus-within .mlh-variation-qty,
.mlh-variation-row.is-selected .mlh-variation-qty {
    opacity: 1;
    visibility: visible;
}

.mlh-qty-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    margin: 0;
    padding: 0;
    border: 0;
    background: transparent !important;
    color: #111;
    font: inherit;
    font-size: 26px;
    font-weight: 200;
    line-height: 1;
    cursor: pointer;
}

.mlh-qty-btn:hover,
.mlh-qty-btn:focus-visible {
    color: #000;
    outline: none;
}

.mlh-qty-input {
    width: 28px;
    height: 24px;
    min-height: 24px;
    margin: 0;
    padding: 0;
    border: 1px solid #aaa;
    border-radius: 0;
    background: transparent;
    color: #111;
    font-size: 13px;
    font-weight: 300;
    line-height: 1;
    text-align: center;
    appearance: textfield;
}

.mlh-qty-input::-webkit-outer-spin-button,
.mlh-qty-input::-webkit-inner-spin-button {
    margin: 0;
    appearance: none;
}

.mlh-variation-name {
    display: flex;
    align-items: baseline;
    gap: 18px;
    min-width: 0;
}

.mlh-variation-dimension {
    flex: 0 0 auto;
}

.mlh-variation-label {
    min-width: 0;
}

.mlh-variation-price {
    text-align: center;
}

.mlh-details-trigger {
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    margin: 20px 0 0;
    padding: 0;
    border: 0;
    background: transparent !important;
    color: #000;
    font: inherit;
    font-size: 15px;
    font-weight: 300;
    line-height: 1.4;
    text-decoration: none;
    cursor: pointer;
}

.mlh-details-trigger:hover,
.mlh-details-trigger:focus-visible {
    color: #111;
    text-decoration: underline;
    text-underline-offset: 4px;
    outline: none;
}

.mlh-product-actions {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 36px;
    align-items: center;
    gap: 12px;
    margin: 25px 0 0;
}

.mlh-product-actions.has-create-bundle {
    grid-template-columns: minmax(0, 1fr) minmax(148px, 184px) 36px;
}

.mlh-product-cart,
.mlh-product-cart form.cart {
    margin: 0;
    width: 100%;
}

body.single-product .mlh-product-cart .quantity,
body.single-product .mlh-product-cart .stock {
    display: none !important;
}

body.single-product .mlh-product-cart .mlh-add-cart-btn,
body.single-product .mlh-product-cart .single_add_to_cart_button {
    display: flex !important;
    align-items: center;
    justify-content: center;
    width: 100% !important;
    min-height: 30px !important;
    height: 30px !important;
    margin: 0 !important;
    padding: 0 14px !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: #000 !important;
    color: #fff !important;
    font-size: 14px !important;
    font-weight: 300 !important;
    line-height: 1 !important;
    letter-spacing: 0 !important;
    text-transform: none !important;
}

body.single-product .mlh-product-cart .mlh-add-cart-btn:hover,
body.single-product .mlh-product-cart .single_add_to_cart_button:hover {
    background: #111 !important;
    color: #fff !important;
}

body.single-product .mlh-product-cart .mlh-add-cart-btn.is-loading,
body.single-product .mlh-product-cart .single_add_to_cart_button.is-loading {
    cursor: wait;
    opacity: .72;
}

.mlh-create-bundle,
.mlh-create-bundle .cbb-trigger-btn {
    width: 100%;
    margin: 0;
}

body.single-product .mlh-create-bundle .mlh-create-bundle-btn {
    display: flex !important;
    align-items: center;
    justify-content: center;
    gap: 7px;
    width: 100% !important;
    min-height: 30px !important;
    height: 30px !important;
    margin: 0 !important;
    padding: 0 12px !important;
    border: 1px solid #111 !important;
    border-radius: 0 !important;
    background: #fff !important;
    color: #000 !important;
    box-shadow: none !important;
    font-size: 14px !important;
    font-weight: 300 !important;
    line-height: 1 !important;
    letter-spacing: 0 !important;
    text-transform: none !important;
    transform: none !important;
}

body.single-product .mlh-create-bundle .mlh-create-bundle-btn:hover,
body.single-product .mlh-create-bundle .mlh-create-bundle-btn:focus-visible {
    background: #111 !important;
    color: #fff !important;
    outline: none;
    transform: none !important;
}

body.single-product .mlh-create-bundle .mlh-create-bundle-btn svg {
    width: 15px;
    height: 15px;
    flex: 0 0 auto;
}

body.single-product .mlh-create-bundle .cbb-trigger-text {
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.mlh-add-cart-message {
    min-height: 18px;
    margin-top: 10px;
    color: #9d2020;
    font-size: 12px;
    font-weight: 300;
    line-height: 1.5;
}

.mlh-add-cart-message:empty {
    display: none;
}

.mlh-wishlist-button {
    display: flex !important;
    align-items: center;
    justify-content: center;
    width: 36px !important;
    height: 31px !important;
    min-height: 31px !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 1px solid #111 !important;
    border-radius: 0 !important;
    background: #fff !important;
    color: #000 !important;
    font-size: 25px !important;
    font-weight: 300 !important;
    line-height: 1 !important;
    text-decoration: none !important;
    cursor: pointer;
    transition: color .18s ease, border-color .18s ease, opacity .18s ease;
}

.mlh-wishlist-button span {
    display: block;
    transform: translateY(-1px);
}

.mlh-wishlist-button.is-loading {
    cursor: wait;
    opacity: .62;
}

.mlh-wishlist-button.is-added,
.mlh-wishlist-button[aria-pressed="true"] {
    border-color: #c81919 !important;
    color: #c81919 !important;
}

.mlh-wishlist-button.is-added span,
.mlh-wishlist-button[aria-pressed="true"] span {
    font-size: 23px;
}

.mlh-wishlist-toast {
    position: fixed;
    left: 50%;
    bottom: 28px;
    z-index: 100010;
    min-width: 220px;
    max-width: calc(100vw - 32px);
    padding: 12px 18px;
    background: #000;
    color: #fff;
    font-size: 13px;
    font-weight: 300;
    line-height: 1.4;
    text-align: center;
    transform: translate(-50%, 18px);
    opacity: 0;
    pointer-events: none;
    transition: opacity .22s ease, transform .22s ease;
}

.mlh-wishlist-toast.is-open {
    transform: translate(-50%, 0);
    opacity: 1;
}

.mlh-wishlist-toast.is-error {
    background: #9d2020;
}

.mlh-product-lower-row {
    grid-column: 1 / -1;
    display: grid;
    grid-template-columns: inherit;
    align-items: start;
    justify-content: space-between;
    column-gap: inherit;
    width: 100%;
}

.mlh-complete-look {
    grid-column: 1;
    margin: 0;
}

.mlh-complete-look.is-theme {
    grid-column: 1 / -1;
    width: 100%;
    max-width: 100%;
}

.mlh-complete-look.is-theme .wd-products,
.mlh-complete-look.is-theme .wd-widget,
.mlh-complete-look.is-theme .woodmart-products-holder {
    width: 100%;
    max-width: 100%;
}

.mlh-complete-look-title {
    margin: 0 0 24px;
    color: #111;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: 0;
    margin-top: -50px;
}

.mlh-also-like-title {
    margin: 0 0 24px;
    color: #111;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: 0;
}

.mlh-also-like {
    grid-column: 1 / -1;
    margin: 58px 0 0;
    width: 100%;
    max-width: 100%;
}

html[dir="rtl"] .mlh-also-like,
html[dir="rtl"] .mlh-complete-look,
html[lang="ar"] .mlh-also-like,
html[lang="ar"] .mlh-complete-look {
    direction: rtl;
    text-align: right;
}

html[dir="ltr"] .mlh-also-like,
html[dir="ltr"] .mlh-complete-look,
html[lang="en"] .mlh-also-like,
html[lang="en"] .mlh-complete-look {
    direction: ltr;
    text-align: left;
}

.mlh-also-like.is-theme {
    width: 100%;
    max-width: 100%;
}

.mlh-also-like .wd-products,
.mlh-also-like .wd-widget,
.mlh-also-like .woodmart-products-holder {
    width: 100%;
    max-width: 100%;
}

.mlh-also-like-grid {
    display: grid;
    grid-template-columns: repeat(3, 140px);
    gap: 20px;
}

.mlh-complete-look-grid {
    display: grid;
    grid-template-columns: repeat(3, 140px);
    gap: 20px;
}

.mlh-look-card,
.mlh-gallery-thumb {
    display: block;
    overflow: hidden;
    border: 0;
    border-radius: 0;
    background: #eee;
}

.mlh-look-card {
    width: 140px;
    height: 140px;
    position: relative;
}

.mlh-look-card::after {
    content: "ℹ";
    position: absolute;
    top: 8px;
    right: 8px;
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
    font-size: 14px;
    opacity: 0;
    pointer-events: none;
    transition: opacity .18s ease, transform .18s ease;
}

.mlh-look-card:hover::after,
.mlh-look-card:focus-within::after {
    opacity: 1;
    transform: translateY(-2px);
}

.mlh-look-img,
.mlh-gallery-thumb-img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .25s ease;
}

.mlh-look-card:hover .mlh-look-img,
.mlh-gallery-thumb:hover .mlh-gallery-thumb-img {
    transform: scale(1.03);
}

.mlh-product-gallery {
    grid-column: 2;
    width: min(100%, var(--mlh-right-col));
    justify-self: end;
    justify-self: right;
}

.mlh-main-image-frame {
    position: relative;
    width: 100%;
    aspect-ratio: 1 / 1;
    overflow: hidden;
    background: #eee;
}

.mlh-main-product-img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    cursor: zoom-in;
}

.mlh-gallery-nav {
    position: absolute;
    top: 50%;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 72px;
    margin: 0;
    padding: 0;
    border: 0;
    background: transparent !important;
    color: #000;
    cursor: pointer;
    opacity: 0;
    transform: translateY(-50%);
    transition: opacity .18s ease;
}

.mlh-main-image-frame:hover .mlh-gallery-nav,
.mlh-gallery-nav:focus-visible {
    opacity: 1;
}

.mlh-gallery-nav:disabled {
    display: none;
}

.mlh-gallery-prev {
    left: 14px;
}

.mlh-gallery-next {
    right: 14px;
}

.mlh-gallery-nav::before {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    border-top: 3px solid currentColor;
    border-right: 3px solid currentColor;
}

.mlh-gallery-prev::before {
    transform: rotate(-135deg);
}

.mlh-gallery-next::before {
    transform: rotate(45deg);
}

.mlh-gallery-lightbox {
    position: fixed;
    inset: 0;
    z-index: 100020;
    display: none;
    background: #fff;
    color: #000;
}

.mlh-gallery-lightbox.is-open {
    display: block;
}

body.mlh-gallery-lightbox-open {
    overflow: hidden;
}

.mlh-lightbox-stage {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 9vh 14vw;
}

.mlh-lightbox-image {
    display: block;
    width: auto;
    height: auto;
    max-width: min(830px, 72vw);
    max-height: 78vh;
    object-fit: contain;
}

.mlh-lightbox-close,
.mlh-lightbox-nav {
    position: absolute;
    z-index: 2;
    margin: 0;
    padding: 0;
    border: 0;
    background: transparent !important;
    color: #000;
    cursor: pointer;
}

.mlh-lightbox-close {
    top: 48px;
    left: 19px;
    width: 24px;
    height: 24px;
}

.mlh-lightbox-close::before,
.mlh-lightbox-close::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 24px;
    height: 2px;
    background: currentColor;
}

.mlh-lightbox-close::before {
    transform: rotate(45deg);
}

.mlh-lightbox-close::after {
    transform: rotate(-45deg);
}

.mlh-lightbox-nav {
    top: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 72px;
    height: 96px;
    transform: translateY(-50%);
}

.mlh-lightbox-prev {
    left: 0;
}

.mlh-lightbox-next {
    right: 0;
}

.mlh-lightbox-nav::before {
    content: "";
    display: block;
    width: 27px;
    height: 27px;
    border-top: 4px solid currentColor;
    border-right: 4px solid currentColor;
}

.mlh-lightbox-prev::before {
    transform: rotate(-135deg);
}

.mlh-lightbox-next::before {
    transform: rotate(45deg);
}

.mlh-gallery-lightbox.is-single .mlh-lightbox-nav {
    display: none;
}

.mlh-gallery-thumbs {
    grid-column: 2;
    justify-self: right;
    display: grid;
    grid-template-columns: repeat(4, 140px);
    gap: 18px;
    width: auto;
    margin: 0;
    direction: rtl;
}

.mlh-gallery-thumb {
    width: 140px;
    height: 140px;
    aspect-ratio: 1 / 1;
    padding: 0;
    cursor: pointer;
    direction: ltr;
}

.mlh-gallery-thumb:focus-visible {
    outline: 1px solid #000;
    outline-offset: 3px;
}

.mlh-product-details-overlay {
    position: fixed;
    inset: 0;
    z-index: 100000;
    background: rgba(0, 0, 0, .18);
    opacity: 0;
    transition: opacity .22s ease;
}

.mlh-product-details-overlay.is-open {
    opacity: 1;
}

.mlh-product-details-panel {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 100001;
    display: flex;
    flex-direction: column;
    width: min(475px, 100vw);
    height: 100vh;
    background: #fff;
    color: #111;
    transform: translateX(100%);
    transition: transform .28s ease;
    box-shadow: -18px 0 40px rgba(0, 0, 0, .12);
}

.mlh-product-details-panel.is-open {
    transform: translateX(0);
}

body.admin-bar .mlh-product-details-panel {
    top: 32px;
    height: calc(100vh - 32px);
}

.mlh-product-details-header {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 50px;
    padding: 0 56px;
    background: #000;
    color: #fff;
    flex: 0 0 auto;
}

.mlh-product-details-header h2 {
    margin: 0;
    color: #fff;
    font-size: 24px;
    font-weight: 300;
    line-height: 1;
    letter-spacing: 0;
}

.mlh-product-details-close {
    position: absolute;
    top: 0;
    right: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 50px;
    margin: 0;
    padding: 0;
    border: 0;
    background: transparent !important;
    color: #fff;
    cursor: pointer;
}

.mlh-product-details-close span {
    display: block;
    font-size: 38px;
    font-weight: 200;
    line-height: 1;
}

.mlh-product-details-body {
    flex: 1 1 auto;
    overflow-y: auto;
    padding: 17px 20px 56px;
    -webkit-overflow-scrolling: touch;
}

.mlh-detail-section {
    margin: 0 0 25px;
}

.mlh-detail-section h3 {
    margin: 0 0 14px;
    padding: 0 0 9px;
    border-bottom: 1px solid #aaa;
    color: #111;
    font-size: 15px;
    font-weight: 300;
    line-height: 1.4;
    letter-spacing: 0;
}

.mlh-detail-section p,
.mlh-product-important-note p {
    margin: 0;
    color: #222;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.72;
}

.mlh-detail-care-list {
    margin: 0;
    padding: 0 0 0 20px;
    color: #222;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.85;
}

.mlh-detail-care-list li {
    padding-left: 2px;
}

.mlh-detail-care-list span {
    display: block;
}

.mlh-product-important-note {
    margin: -10px 0 0;
}

.mlh-product-important-title {
    margin-bottom: 5px !important;
    color: #111 !important;
}

body.mlh-details-open {
    overflow: hidden;
}

@media (max-width: 1400px) {
    .mlh-single-product {
        width: min(1220px, calc(100vw - 48px));
    }

    .mlh-product-layout {
        grid-template-columns: minmax(340px, 456px) minmax(460px, 560px);
        column-gap: 58px;
    }
}

@media (max-width: 1024px) {
    .mlh-single-product {
        padding-top: 20px;
    }

    .mlh-product-layout {
        grid-template-columns: 1fr;
        gap: 0;
    }

    .mlh-product-gallery {
        grid-column: 1;
        order: -2;
        justify-self: stretch;
        width: 100%;
        max-width: 640px;
        margin: 0 0 0 auto;
    }

    .mlh-product-lower-row {
        display: contents;
    }

    .mlh-gallery-thumbs {
        grid-column: 1;
        order: -1;
        justify-self: stretch;
        width: 100%;
        max-width: 640px;
        margin: 18px 0 0;
        grid-template-columns: repeat(4, minmax(0, 1fr));
        gap: 20px;
    }

    .mlh-gallery-thumb {
        width: 100%;
        height: auto;
    }

    .mlh-product-info {
        grid-column: 1;
        order: 0;
        max-width: 640px;
        width: 100%;
        margin: 36px auto 0;
    }

    .mlh-product-summary {
        max-width: none;
    }

    .mlh-complete-look {
        grid-column: 1;
        order: 1;
        width: 100%;
        max-width: 640px;
        margin: 58px auto 0;
    }

    .mlh-also-like {
        grid-column: 1;
        order: 2;
        width: 100%;
        max-width: 640px;
        margin: 58px auto 0;
    }

	.mlh-complete-look-title {
		margin-top:0px;
	}

}

@media (max-width: 640px) {
    .mlh-single-product {
        width: calc(100vw - 32px);
        padding-top: 0px;
        padding-bottom: 28px;
    }

    .mlh-product-title,
    .mlh-complete-look-title,
    .mlh-also-like-title {
        font-size: 22px;
    }

    .mlh-gallery-thumbs {
        gap: 10px;
        margin-top: 18px;
    }

    .mlh-gallery-nav {
        width: 40px;
        height: 58px;
        opacity: 1;
    }

    .mlh-gallery-prev {
        left: 6px;
    }

    .mlh-gallery-next {
        right: 6px;
    }

    .mlh-gallery-nav::before {
        width: 16px;
        height: 16px;
        border-width: 2px;
    }

    .mlh-lightbox-stage {
        padding: 70px 54px;
    }

    .mlh-lightbox-image {
        max-width: calc(100vw - 108px);
        max-height: calc(100vh - 140px);
    }

    .mlh-lightbox-close {
        top: 28px;
        left: 18px;
    }

    .mlh-lightbox-nav {
        width: 52px;
        height: 78px;
    }

    .mlh-lightbox-nav::before {
        width: 20px;
        height: 20px;
        border-width: 3px;
    }

    .mlh-complete-look-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 10px;
    }

    .mlh-look-card {
        width: 100%;
        height: auto;
        aspect-ratio: 1 / 1;
    }

    .mlh-product-actions {
        gap: 8px;
    }

    .mlh-product-actions.has-create-bundle {
        grid-template-columns: minmax(0, 1fr) minmax(132px, 156px) 36px;
    }

    .mlh-variation-row {
        grid-template-columns: minmax(0, 1fr) 104px 58px;
        font-size: 14px;
    }

    .mlh-product-details-panel {
        left: 0;
        width: 100vw;
    }
}

@media (max-width: 420px) {
    .mlh-product-actions.has-create-bundle {
        grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) 36px;
    }

    .mlh-create-bundle {
        grid-column: auto;
        min-width: 0;
    }

    body.single-product .mlh-product-cart .mlh-add-cart-btn,
    body.single-product .mlh-product-cart .single_add_to_cart_button,
    body.single-product .mlh-create-bundle .mlh-create-bundle-btn {
        padding-right: 8px !important;
        padding-left: 8px !important;
        font-size: 12px !important;
    }
}

@media (max-width: 782px) {
    body.admin-bar .mlh-product-details-panel {
        top: 46px;
        height: calc(100vh - 46px);
    }
}
