/* Scoped recovery rules for the restored pre-redesign storefront. */
@media (min-width: 768px) {
    #collapseFilters.product-filters.collapse {
        display: block !important;
        height: auto !important;
        visibility: visible !important;
        overflow: visible !important;
    }
}

@media (max-width: 767.98px) {
    #collapseFilters.product-filters.collapse:not(.show) {
        display: none !important;
    }
}

.category-slider-container .slick-slide.col-product,
.blog-slider-container .slick-slide.col-product {
    flex: none !important;
    max-width: none !important;
}

.category-slider-container .slick-slide .product-item {
    width: 100%;
}

.countdown .countdown_elements .countdown_days::before {
    content: "დღე" !important;
}

.countdown .countdown_elements .countdown_hours::before {
    content: "საათი" !important;
}

.countdown .countdown_elements .countdown_minutes::before {
    content: "წუთი" !important;
}

.countdown .countdown_elements .countdown_seconds::before {
    content: "წამი" !important;
}

/* Redesigned Footer Styles */
:root {
    --imk-footer-bg: #f8fafc;
    --imk-footer-card-bg: #ffffff;
    --imk-footer-border: rgba(15, 23, 42, 0.08);
    --imk-footer-text: #0f172a;
    --imk-footer-text-muted: #64748b;
    --imk-footer-accent: #833ab4;
    --imk-footer-accent-2: #e30022;
    --imk-footer-bottom-bg: #f1f5f9;
}

body.imk-storefront .imk-footer {
    padding: 38px 0 0;
    margin-top: 88px !important;
    background: var(--imk-footer-bg) !important;
    border-top: 1px solid var(--imk-footer-border) !important;
    color: var(--imk-footer-text-muted) !important;
}

body.imk-storefront .imk-footer-trust-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
    margin-bottom: 34px;
    padding-bottom: 34px;
    border-bottom: 1px solid var(--imk-footer-border);
}

body.imk-storefront .imk-footer-trust-item {
    display: flex;
    align-items: center;
    gap: 16px;
    min-height: 108px;
    padding: 22px 24px;
    border-radius: 22px;
    border: 1px solid var(--imk-footer-border) !important;
    background: var(--imk-footer-card-bg) !important;
    box-shadow: 0 10px 30px rgba(15, 23, 42, 0.04) !important;
    transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1) !important;
}

body.imk-storefront .imk-footer-trust-item:hover {
    transform: translateY(-3px) !important;
    box-shadow: 0 20px 30px -10px rgba(131, 58, 180, 0.12), 0 10px 15px -5px rgba(131, 58, 180, 0.06) !important;
    border-color: rgba(131, 58, 180, 0.22) !important;
}

body.imk-storefront .imk-footer-trust-icon {
    width: 60px;
    height: 60px;
    flex-shrink: 0;
    border-radius: 18px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #ffffff !important;
    background: linear-gradient(135deg, var(--imk-footer-accent), var(--imk-footer-accent-2)) !important;
    box-shadow: 0 8px 20px rgba(131, 58, 180, 0.25) !important;
}

body.imk-storefront .imk-footer-trust-item strong {
    display: block;
    margin-bottom: 6px;
    color: var(--imk-footer-text) !important;
    font-size: 16px;
    font-weight: 800;
}

body.imk-storefront .imk-footer-trust-item span {
    color: var(--imk-footer-text-muted) !important;
    font-size: 13px;
    line-height: 1.65;
}

body.imk-storefront .imk-footer-newsletter-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 28px;
    margin-bottom: 40px;
    padding: 26px 30px;
    border-radius: 24px;
    border: 1px solid var(--imk-footer-border) !important;
    background: var(--imk-footer-card-bg) !important;
    box-shadow: 0 10px 30px rgba(15, 23, 42, 0.04) !important;
}

body.imk-storefront .imk-footer-newsletter-copy {
    display: flex;
    align-items: center;
    gap: 18px;
    min-width: 0;
}

body.imk-storefront .imk-footer-newsletter-icon {
    width: 56px;
    height: 56px;
    flex-shrink: 0;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--imk-footer-accent) !important;
    background: rgba(131, 58, 180, 0.08) !important;
}

body.imk-storefront .imk-footer-newsletter-text h4 {
    margin: 0 0 8px;
    color: var(--imk-footer-text) !important;
    font-size: 18px;
    font-weight: 800;
}

body.imk-storefront .imk-footer-newsletter-text p {
    margin: 0;
    color: var(--imk-footer-text-muted) !important;
    line-height: 1.8;
}

body.imk-storefront .imk-footer-newsletter-form {
    position: relative;
    display: flex;
    align-items: center;
    gap: 0;
    width: min(100%, 470px);
    margin: 0;
}

body.imk-storefront .imk-footer-newsletter-input {
    width: 100%;
    min-height: 54px;
    padding: 0 18px;
    border: 1px solid var(--imk-footer-border) !important;
    border-right: 0 !important;
    border-radius: 12px 0 0 12px;
    background: #ffffff !important;
    color: var(--imk-footer-text) !important;
}

body.imk-storefront .imk-footer-newsletter-input::placeholder {
    color: #a4a8b0;
}

body.imk-storefront .imk-footer-newsletter-button {
    min-width: 148px;
    min-height: 54px;
    padding: 0 22px;
    border: 0;
    border-radius: 0 12px 12px 0;
    color: #ffffff !important;
    font-weight: 800;
    background: linear-gradient(135deg, var(--imk-footer-accent), var(--imk-footer-accent-2)) !important;
    box-shadow: 0 4px 14px rgba(131, 58, 180, 0.25) !important;
    transition: all 0.25s ease !important;
}

body.imk-storefront .imk-footer-newsletter-button:hover {
    filter: brightness(1.1) !important;
    box-shadow: 0 6px 20px rgba(131, 58, 180, 0.4) !important;
}

body.imk-storefront .imk-footer-newsletter-static {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-wrap: wrap;
    gap: 12px;
}

body.imk-storefront .imk-footer-newsletter-static a {
    min-height: 50px;
    padding: 0 18px;
    border-radius: 14px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #ffffff !important;
    border: 1px solid var(--imk-footer-border) !important;
    color: var(--imk-footer-text) !important;
    font-weight: 700;
}

body.imk-storefront .imk-footer-links-grid {
    display: grid;
    grid-template-columns: 1.15fr 1fr 1fr 1fr;
    gap: 32px;
    padding-bottom: 42px;
}

body.imk-storefront .imk-footer-links-column {
    min-width: 0;
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
    color: var(--imk-footer-text) !important;
}

/* Product detail recovery: restored old layout with stable modern spacing. */
body.imk-storefront #wrapper > .container .product-details-container {
    margin-top: 12px;
    padding: 24px;
    border: 1px solid rgba(15, 23, 42, 0.08);
    border-radius: 12px;
    background: #ffffff;
    box-shadow: 0 14px 36px rgba(15, 23, 42, 0.06);
}

body.imk-storefront .nav-breadcrumb .breadcrumb-products {
    margin: 18px 0 12px;
    padding: 0;
    background: transparent;
    font-size: 13px;
}

body.imk-storefront .product-slider-container {
    display: flex;
    gap: 16px;
    align-items: stretch;
}

body.imk-storefront .product-slider-container .left {
    flex: 0 0 78px;
    width: 78px;
}

body.imk-storefront .product-slider-container .right {
    flex: 1 1 auto;
    min-width: 0;
}

body.imk-storefront .product-slider-container .product-slider-content {
    border-radius: 10px;
    background: #f8fafc;
    border: 1px solid rgba(15, 23, 42, 0.08);
}

body.imk-storefront .product-slider-container .product-slider .item a {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 430px;
    padding: 18px;
}

body.imk-storefront .product-slider-container .img-bg {
    display: none !important;
}

body.imk-storefront .product-slider-container .img-product-slider {
    width: 100%;
    max-width: 100%;
    height: 410px;
    object-fit: contain;
    object-position: center;
}

body.imk-storefront .product-thumbnails-slider .item {
    padding: 0 0 10px;
}

body.imk-storefront .product-thumbnails-slider .item-inner {
    width: 72px;
    height: 72px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(15, 23, 42, 0.1);
    border-radius: 8px;
    background: #ffffff;
    overflow: hidden;
}

body.imk-storefront .product-thumbnails-slider .img-thumbnail {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    border: 0;
    padding: 4px;
    background: transparent;
}

body.imk-storefront .product-slider-nav button,
body.imk-storefront .product-thumbnails-slider-nav button {
    border-radius: 999px;
    border: 1px solid rgba(15, 23, 42, 0.12);
    background: #ffffff;
    color: #111827;
    box-shadow: 0 8px 18px rgba(15, 23, 42, 0.08);
}

body.imk-storefront .product-content-details {
    padding-left: 8px;
    color: #111827;
}

body.imk-storefront .product-content-details .product-title {
    margin: 0 0 14px;
    color: #111827;
    font-family: "Noto Sans Georgian", "Montserrat", sans-serif;
    font-size: clamp(24px, 2.2vw, 34px);
    line-height: 1.25;
    font-weight: 800;
    letter-spacing: 0;
}

body.imk-storefront .product-content-details .row-custom.price {
    margin: 14px 0 12px;
}

body.imk-storefront .product-content-details .price,
body.imk-storefront .product-content-details .lbl-price {
    color: #e30022;
    font-size: 30px;
    font-weight: 800;
}

body.imk-storefront .product-content-details .details {
    margin-top: 12px;
    border-top: 1px solid rgba(15, 23, 42, 0.08);
}

body.imk-storefront .product-content-details .details .item-details {
    min-height: 38px;
    border-bottom: 1px solid rgba(15, 23, 42, 0.06);
}

body.imk-storefront .product-content-details .details label {
    color: #64748b;
    font-weight: 700;
}

body.imk-storefront .product-content-details .details span {
    color: #111827;
}

body.imk-storefront .view_loan {
    display: inline-flex;
    align-items: center;
    min-height: 34px;
    margin: 4px 0 10px;
    padding: 0 12px;
    border-radius: 999px;
    background: rgba(227, 0, 34, 0.08);
    color: #b91c1c;
    font-size: 13px;
    font-weight: 800;
}

body.imk-storefront .product-variations {
    margin-top: 14px;
}

body.imk-storefront .label-product-variation {
    margin-bottom: 8px;
    color: #111827;
    font-weight: 800;
}

body.imk-storefront .custom-control-variation .custom-control-label {
    min-height: 38px;
    border-radius: 8px;
}

body.imk-storefront .custom-control-variation .custom-control-input:checked ~ .custom-control-label {
    border-color: #e30022;
    color: #e30022;
    box-shadow: 0 0 0 2px rgba(227, 0, 34, 0.12);
}

body.imk-storefront .product-add-to-cart-container,
body.imk-storefront .product-alt-info {
    margin-top: 14px;
}

body.imk-storefront .product-add-to-cart-container .number-spinner {
    max-width: 140px;
}

body.imk-storefront .number-spinner .btn,
body.imk-storefront .number-spinner .form-control {
    height: 42px;
}

body.imk-storefront .installment {
    display: grid;
    width: 100%;
    max-width: 100%;
    float: none;
    margin: 0;
    gap: 14px;
    line-height: normal;
    box-sizing: border-box;
}

body.imk-storefront .buy_box,
body.imk-storefront .loan_box {
    display: grid;
    width: 100%;
    max-width: 100%;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    margin: 0;
    padding: 12px;
    padding-bottom: 12px;
    border: 1px solid rgba(15, 23, 42, 0.08);
    border-radius: 12px;
    box-sizing: border-box;
    background: #ffffff;
}

body.imk-storefront .buy_box .buy_now {
    grid-column: 1 / -1;
}

body.imk-storefront .buy_box label,
body.imk-storefront .loan_box label {
    position: relative;
    min-height: 48px;
    margin: 0;
    padding: 12px 14px 12px 58px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
    border: 1px solid rgba(15, 23, 42, 0.1);
    border-radius: 10px;
    background: #ffffff;
    color: #111827;
    font-size: 12px;
    font-weight: 800;
    line-height: 1.35;
    cursor: pointer;
    box-sizing: border-box;
    overflow: hidden;
}

body.imk-storefront .buy_box label .checkmark,
body.imk-storefront .loan_box label .checkmark {
    top: 50%;
    left: 12px;
    transform: translateY(-50%);
    display: block;
}

body.imk-storefront .buy_box label:hover,
body.imk-storefront .loan_box label:hover {
    border-color: rgba(227, 0, 34, 0.35);
    box-shadow: 0 10px 24px rgba(15, 23, 42, 0.08);
}

body.imk-storefront .buy_now .btn,
body.imk-storefront .product-add-to-cart-container .btn-product-cart,
body.imk-storefront .button-addtocart .btn {
    width: 100%;
    min-height: 52px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    border-radius: 10px;
    background: #e30022 !important;
    border-color: #e30022 !important;
    color: #ffffff !important;
    font-weight: 900;
}

body.imk-storefront .product-alt-info ul {
    margin: 0;
    padding: 16px;
    border: 1px solid rgba(15, 23, 42, 0.08);
    border-radius: 10px;
    background: #f8fafc;
}

body.imk-storefront .product-alt-info li {
    display: flex;
    gap: 8px;
    margin-bottom: 9px;
    color: #334155;
    font-size: 13px;
    line-height: 1.45;
}

body.imk-storefront .product-description {
    margin-top: 22px;
}

body.imk-storefront .product-description .nav-tabs-horizontal {
    gap: 6px;
    border-bottom: 1px solid rgba(15, 23, 42, 0.08);
}

body.imk-storefront .product-description .nav-tabs-horizontal .nav-link {
    border-radius: 10px 10px 0 0;
    color: #475569;
    font-weight: 800;
}

body.imk-storefront .product-description .nav-tabs-horizontal .nav-link.active {
    color: #e30022;
    border-color: rgba(15, 23, 42, 0.08) rgba(15, 23, 42, 0.08) #ffffff;
}

body.imk-storefront .product-description .tab-content {
    border: 1px solid rgba(15, 23, 42, 0.08);
    border-top: 0;
    border-radius: 0 0 12px 12px;
    background: #ffffff;
}

body.imk-storefront .table-product-additional-information td {
    vertical-align: middle;
}

body.imk-storefront .table-product-additional-information .td-left {
    width: 34%;
    color: #64748b;
    font-weight: 800;
}

body.imk-storefront .section-related-products {
    margin-top: 28px;
}

body.imk-storefront .section-related-products .section-title {
    color: #111827;
    font-weight: 900;
}

@media (max-width: 991.98px) {
    body.imk-storefront #wrapper > .container .product-details-container {
        padding: 18px;
    }

    body.imk-storefront .product-content-details {
        padding-left: 0;
        padding-top: 18px;
    }

    body.imk-storefront .product-slider-container .product-slider .item a {
        min-height: 340px;
    }

    body.imk-storefront .product-slider-container .img-product-slider {
        height: 320px;
    }
}

@media (max-width: 767.98px) {
    body.imk-storefront #wrapper > .container .product-details-container {
        padding: 14px;
        border-radius: 10px;
    }

    body.imk-storefront .product-slider-container {
        display: block;
    }

    body.imk-storefront .product-slider-container .left {
        width: 100%;
        margin-top: 10px;
        order: 2;
    }

    body.imk-storefront .product-slider-container .product-slider .item a {
        min-height: 286px;
        padding: 12px;
    }

    body.imk-storefront .product-slider-container .img-product-slider {
        height: 268px;
    }

    body.imk-storefront .product-thumbnails-slider .item {
        padding: 8px 5px 0;
    }

    body.imk-storefront .product-thumbnails-slider .item-inner {
        width: 62px;
        height: 62px;
    }

    body.imk-storefront .product-content-details .product-title {
        font-size: 22px;
    }

    body.imk-storefront .product-content-details .price,
    body.imk-storefront .product-content-details .lbl-price {
        font-size: 25px;
    }

    body.imk-storefront .buy_box,
    body.imk-storefront .loan_box {
        grid-template-columns: 1fr;
    }

    body.imk-storefront .product-add-to-cart-container,
    body.imk-storefront .product-alt-info {
        flex: 0 0 100%;
        width: 100%;
        max-width: 100%;
    }

    body.imk-storefront .product-add-to-cart-container {
        padding-left: 15px;
        padding-right: 15px;
    }

    body.imk-storefront .installment,
    body.imk-storefront .buy_box,
    body.imk-storefront .loan_box {
        min-width: 0;
    }
}

/* Product page optimization pass. */
body.imk-storefront #wrapper > .container.imk-product-detail-container,
body.imk-storefront #wrapper > .container.imk-products-list-container {
    width: min(100% - 32px, 1480px);
    max-width: 1480px;
}

body.imk-storefront #wrapper > .container.imk-product-detail-container > .row,
body.imk-storefront #wrapper > .container.imk-products-list-container > .row {
    width: 100%;
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
}

body.imk-storefront #wrapper > .container.imk-product-detail-container > .row > [class*="col-"] {
    flex: 0 0 100%;
    max-width: 100%;
    min-width: 0;
    padding-left: 0;
    padding-right: 0;
}

body.imk-storefront #wrapper > .container.imk-products-list-container > .row > [class*="col-"] {
    min-width: 0;
    padding-left: 0;
    padding-right: 0;
}

@media (min-width: 1600px) {
    body.imk-storefront #wrapper > .container.imk-product-detail-container,
    body.imk-storefront #wrapper > .container.imk-products-list-container {
        width: min(100% - 48px, 1560px);
        max-width: 1560px;
    }
}

body.imk-storefront .imk-product-detail-container .product-details-container {
    padding: 32px;
    border-radius: 12px;
    overflow: hidden;
}

body.imk-storefront .imk-product-detail-container .product-details-container > .row {
    margin-left: 0;
    margin-right: 0;
    row-gap: 26px;
}

body.imk-storefront .imk-product-detail-container .product-details-container > .row > [class*="col-"] {
    min-width: 0;
    padding-left: 0;
    padding-right: 0;
}

@media (min-width: 1200px) {
    body.imk-storefront .imk-product-detail-container .product-details-container > .row {
        display: grid;
        grid-template-columns: minmax(560px, 1.08fr) minmax(520px, 0.92fr);
        gap: 38px;
        align-items: start;
        margin-left: 0;
        margin-right: 0;
    }

    body.imk-storefront .imk-product-detail-container .product-details-container > .row > [class*="col-"] {
        width: 100%;
        max-width: none;
        flex: none;
        padding-left: 0;
        padding-right: 0;
    }
}

body.imk-storefront .imk-product-detail-container #product_slider_container {
    width: 100%;
}

body.imk-storefront .imk-product-detail-container .product-slider-container {
    display: grid !important;
    grid-template-columns: 1fr;
    gap: 14px;
    align-items: stretch;
    width: 100%;
}

body.imk-storefront .imk-product-detail-container .product-slider-container .right {
    grid-row: 1;
    width: 100% !important;
    max-width: none;
    min-width: 0;
}

body.imk-storefront .imk-product-detail-container .product-slider-container .left {
    grid-row: 2;
    width: 100% !important;
    max-width: none;
    flex: none !important;
    min-width: 0;
}

body.imk-storefront .imk-product-detail-container .product-slider-container .right .product-slider-content {
    position: relative;
    height: auto !important;
    min-height: 520px;
    border-radius: 12px;
    background: #ffffff;
}

body.imk-storefront .imk-product-detail-container .product-slider-container .left .product-slider-content {
    height: auto !important;
    min-height: 0 !important;
    padding: 12px 0 0;
    overflow: hidden;
    border-radius: 12px;
    border: 0 !important;
    background: transparent;
    box-shadow: none !important;
}

body.imk-storefront .imk-product-detail-container .product-slider-container .product-slider .item a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 520px;
    min-height: 520px;
    padding: 24px;
    overflow: hidden;
}

body.imk-storefront .imk-product-detail-container .product-slider-container .img-product-slider {
    position: relative !important;
    top: auto !important;
    right: auto !important;
    bottom: auto !important;
    left: auto !important;
    width: 100% !important;
    height: 100% !important;
    max-height: 500px;
    min-width: 0 !important;
    min-height: 0 !important;
    margin: 0 !important;
    object-fit: contain;
    object-position: center;
    transform: none !important;
}

body.imk-storefront .imk-product-detail-container #product_thumbnails_slider {
    width: 100%;
    max-width: 100%;
}

body.imk-storefront .imk-product-detail-container .product-thumbnails-slider .slick-list {
    height: auto !important;
    max-height: 96px;
    overflow: hidden;
}

body.imk-storefront .imk-product-detail-container .product-thumbnails-slider .slick-track {
    display: flex !important;
    align-items: stretch;
    height: auto !important;
}

body.imk-storefront .imk-product-detail-container .product-thumbnails-slider .slick-slide {
    height: auto !important;
    padding: 0 6px;
}

body.imk-storefront .imk-product-detail-container .product-thumbnails-slider .item {
    padding: 0;
    margin: 0;
}

body.imk-storefront .imk-product-detail-container .product-thumbnails-slider .item-inner {
    width: 84px !important;
    height: 84px !important;
}

body.imk-storefront .imk-product-detail-container .product-thumbnails-slider .img-thumbnail {
    position: static !important;
    width: 100%;
    height: 100%;
    min-width: 0 !important;
    min-height: 0 !important;
    max-width: 100% !important;
    max-height: 100% !important;
    margin: 0 !important;
    transform: none !important;
    object-fit: contain !important;
}

body.imk-storefront .imk-product-detail-container .product-thumbnails-slider .item .img-bg {
    display: none !important;
}

body.imk-storefront .imk-product-detail-container .product-thumbnails-slider-nav {
    display: none !important;
}

body.imk-storefront .imk-product-detail-container .product-slider-nav {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    z-index: 4;
    width: 100%;
    transform: translateY(-50%);
    pointer-events: none;
}

body.imk-storefront .imk-product-detail-container .product-slider-nav .prev,
body.imk-storefront .imk-product-detail-container .product-slider-nav .next {
    position: absolute;
    top: 50%;
    width: 44px;
    height: 44px;
    transform: translateY(-50%);
    pointer-events: auto;
}

body.imk-storefront .imk-product-detail-container .product-slider-nav .prev {
    left: 16px;
}

body.imk-storefront .imk-product-detail-container .product-slider-nav .next {
    right: 16px;
}

body.imk-storefront .imk-product-detail-container .product-content-details {
    width: 100%;
    max-width: 100%;
    min-width: 0;
    padding-left: 0;
    overflow: hidden;
}

body.imk-storefront .imk-product-detail-container .product-content-details > .row,
body.imk-storefront .imk-product-detail-container .product-content-details #form_add_cart > .row,
body.imk-storefront .imk-product-detail-container .product-content-details #form_request_quote > .row,
body.imk-storefront .imk-product-detail-container .product-content-details .row-product-variation {
    margin-left: 0;
    margin-right: 0;
}

body.imk-storefront .imk-product-detail-container .product-content-details > .row > [class*="col-"],
body.imk-storefront .imk-product-detail-container .product-content-details #form_add_cart > .row > [class*="col-"],
body.imk-storefront .imk-product-detail-container .product-content-details #form_request_quote > .row > [class*="col-"],
body.imk-storefront .imk-product-detail-container .product-content-details .row-product-variation > [class*="col-"] {
    max-width: 100%;
    min-width: 0;
    padding-left: 0;
    padding-right: 0;
}

body.imk-storefront .imk-product-detail-container .product-content-details .product-title {
    font-size: clamp(30px, 2.2vw, 42px);
    line-height: 1.18;
    max-width: 100%;
    overflow-wrap: anywhere;
    word-break: normal;
}

body.imk-storefront .imk-product-detail-container .product-content-details .price,
body.imk-storefront .imk-product-detail-container .product-content-details .lbl-price {
    font-size: clamp(30px, 2.1vw, 38px);
}

body.imk-storefront .imk-product-detail-container .imk-pdp-purchase-row {
    display: block;
    margin: 24px 0 0;
}

body.imk-storefront .imk-product-detail-container .imk-pdp-purchase-row::after {
    display: none;
}

body.imk-storefront .imk-product-detail-container .imk-pdp-purchase-row .product-add-to-cart-container,
body.imk-storefront .imk-product-detail-container .imk-pdp-purchase-row .product-alt-info {
    width: 100%;
    max-width: 100%;
    flex: none;
    padding-left: 0;
    padding-right: 0;
    margin-top: 0;
}

body.imk-storefront .imk-product-detail-container .imk-pdp-quantity-row {
    width: 100%;
    padding: 0 0 14px;
}

body.imk-storefront .imk-product-detail-container .buy_box {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
}

body.imk-storefront .imk-product-detail-container .loan_box {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
}

body.imk-storefront .imk-product-detail-container .buy_box,
body.imk-storefront .imk-product-detail-container .loan_box {
    margin-bottom: 12px;
    padding: 14px;
    border-color: rgba(15, 23, 42, 0.1);
}

body.imk-storefront .imk-product-detail-container .buy_box label,
body.imk-storefront .imk-product-detail-container .loan_box label {
    position: relative;
    min-height: 54px;
    padding-left: 58px;
    font-size: 12.5px;
    text-align: left !important;
}

body.imk-storefront .imk-product-detail-container .buy_box label::before,
body.imk-storefront .imk-product-detail-container .loan_box label::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 14px;
    width: 34px;
    height: 34px;
    transform: translateY(-50%);
    border: 0 !important;
    background-color: transparent !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: contain !important;
}

body.imk-storefront .imk-product-detail-container .buy_box label .checkmark,
body.imk-storefront .imk-product-detail-container .loan_box label .checkmark {
    display: none !important;
}

body.imk-storefront .imk-product-detail-container .buy_box label .checkmark::after,
body.imk-storefront .imk-product-detail-container .loan_box label .checkmark::after {
    display: none !important;
}

body.imk-storefront .imk-product-detail-container .buy_box label.fast::before {
    background-image: url("../img/payment/payment_delivery.png?v4") !important;
}

body.imk-storefront .imk-product-detail-container .buy_box label.rebank::before {
    background-image: url("../img/payment/rebank.svg?v4") !important;
}

body.imk-storefront .imk-product-detail-container .buy_box label.bnpl::before {
    background-image: url("../img/payment/bnpl.png?v4") !important;
}

body.imk-storefront .imk-product-detail-container .loan_box label.credo::before {
    background-image: url("../img/payment/credo.svg?v4") !important;
}

body.imk-storefront .imk-product-detail-container .loan_box label.tbc::before {
    background-image: url("../img/payment/tbc.svg?v4") !important;
}

body.imk-storefront .imk-product-detail-container .loan_box label.bog::before {
    background-image: url("../img/payment/bog.svg?v4") !important;
}

body.imk-storefront .imk-product-detail-container .loan_box label.liberty::before {
    background-image: url("../img/payment/liberty.svg?v4") !important;
}

body.imk-storefront .imk-product-detail-container .product-alt-info ul {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px 16px;
    margin-top: 4px;
}

body.imk-storefront .imk-product-detail-container .product-alt-info li {
    margin: 0;
}

body.imk-storefront .imk-products-list-container .row > .col-sidebar-products {
    padding-right: 18px;
}

body.imk-storefront .imk-products-list-container .product-filters {
    border: 1px solid rgba(15, 23, 42, 0.08);
    border-radius: 12px;
    background: #ffffff;
    box-shadow: 0 10px 28px rgba(15, 23, 42, 0.04);
}

body.imk-storefront .imk-products-list-container .product-list-content .row-product {
    margin-left: -10px;
    margin-right: -10px;
}

body.imk-storefront .imk-products-list-container .product-list-content .row-product > .col-product {
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 22px;
}

body.imk-storefront .imk-products-list-container .product-item {
    height: 100%;
    border-radius: 10px;
    border: 1px solid rgba(15, 23, 42, 0.08);
    overflow: hidden;
    background: #ffffff;
    box-shadow: 0 10px 24px rgba(15, 23, 42, 0.04);
}

body.imk-storefront .imk-products-list-container .product-item .img-product-container {
    aspect-ratio: 1 / 1;
    height: auto;
    background: #ffffff;
}

body.imk-storefront .imk-products-list-container .product-item .img-product {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

@media (min-width: 1500px) {
    body.imk-storefront .imk-products-list-container .col-content-products .row-product > .col-product {
        flex: 0 0 20%;
        max-width: 20%;
    }
}

@media (max-width: 1199.98px) {
    body.imk-storefront .imk-product-detail-container .product-slider-container .right .product-slider-content {
        min-height: 440px;
    }

    body.imk-storefront .imk-product-detail-container .product-slider-container .product-slider .item a {
        height: 440px;
        min-height: 440px;
    }

    body.imk-storefront .imk-product-detail-container .product-slider-container .img-product-slider {
        max-height: 418px;
    }

    body.imk-storefront .imk-product-detail-container .buy_box {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 767.98px) {
    body.imk-storefront,
    body.imk-storefront #wrapper,
    body.imk-storefront #wrapper > .container.imk-product-detail-container {
        overflow-x: hidden;
    }

    body.imk-storefront #wrapper > .container.imk-product-detail-container,
    body.imk-storefront #wrapper > .container.imk-products-list-container {
        width: 100%;
        max-width: 100%;
        padding-left: 16px;
        padding-right: 16px;
    }

    body.imk-storefront .imk-product-detail-container .product-details-container {
        padding: 14px;
    }

    body.imk-storefront .imk-product-detail-container .product-details-container,
    body.imk-storefront .imk-product-detail-container #product_slider_container,
    body.imk-storefront .imk-product-detail-container .product-slider-container,
    body.imk-storefront .imk-product-detail-container .product-slider-container .right,
    body.imk-storefront .imk-product-detail-container .product-slider-container .left,
    body.imk-storefront .imk-product-detail-container .product-slider,
    body.imk-storefront .imk-product-detail-container .slick-slider,
    body.imk-storefront .imk-product-detail-container .slick-list {
        width: 100% !important;
        max-width: 100% !important;
        min-width: 0 !important;
    }

    body.imk-storefront .imk-product-detail-container .product-slider-container .right .product-slider-content {
        min-height: 332px;
    }

    body.imk-storefront .imk-product-detail-container .product-slider-container .product-slider .item a {
        height: 332px;
        min-height: 332px;
        padding: 12px;
    }

    body.imk-storefront .imk-product-detail-container .product-slider-container .img-product-slider {
        max-height: 306px;
    }

    body.imk-storefront .imk-product-detail-container .product-thumbnails-slider .item-inner {
        width: 70px !important;
        height: 70px !important;
    }

    body.imk-storefront .imk-product-detail-container .product-content-details .product-title {
        font-size: 22px;
        line-height: 1.22;
        white-space: normal;
        word-break: break-word;
        overflow-wrap: anywhere;
    }

    body.imk-storefront .imk-product-detail-container .buy_box,
    body.imk-storefront .imk-product-detail-container .loan_box,
    body.imk-storefront .imk-product-detail-container .product-alt-info ul {
        grid-template-columns: 1fr;
    }

    body.imk-storefront .imk-product-detail-container .product-slider-nav .prev,
    body.imk-storefront .imk-product-detail-container .product-slider-nav .next {
        width: 38px;
        height: 38px;
    }

    body.imk-storefront .imk-product-detail-container .product-slider-nav .prev {
        left: 8px !important;
    }

    body.imk-storefront .imk-product-detail-container .product-slider-nav .next {
        right: 8px !important;
    }

    body.imk-storefront .imk-product-detail-container .product-add-to-cart-container,
    body.imk-storefront .imk-product-detail-container .product-add-to-cart-container form,
    body.imk-storefront .imk-product-detail-container .product-add-to-cart-container .number-spinner,
    body.imk-storefront .imk-product-detail-container .product-add-to-cart-container .btn-product-cart,
    body.imk-storefront .imk-product-detail-container .buy_box,
    body.imk-storefront .imk-product-detail-container .loan_box,
    body.imk-storefront .imk-product-detail-container .buy_box label,
    body.imk-storefront .imk-product-detail-container .loan_box label {
        width: 100%;
        max-width: 100%;
        min-width: 0;
    }

    body.imk-storefront .imk-products-list-container .product-list-header {
        align-items: stretch;
    }
}

body.imk-storefront .imk-footer-brand-link {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 18px;
}

body.imk-storefront .imk-footer-brand-link img {
    width: auto;
    height: 54px;
    object-fit: contain;
}

body.imk-storefront .imk-footer-brand-wordmark {
    display: inline-flex;
    align-items: baseline;
    gap: 2px;
    color: var(--imk-footer-text) !important;
    font-family: "Montserrat", "Noto Sans Georgian", sans-serif;
    font-size: 1.7rem;
    font-weight: 800;
    letter-spacing: -0.04em;
}

body.imk-storefront .imk-footer-brand-wordmark span {
    color: var(--imk-footer-accent);
}

body.imk-storefront .imk-footer-brand-copy {
    margin-bottom: 24px;
    font-size: 13px;
    color: var(--imk-footer-text-muted) !important;
}

body.imk-storefront .imk-footer-heading {
    margin: 0 0 18px;
    color: var(--imk-footer-text) !important;
    font-size: 18px;
    font-weight: 800;
}

body.imk-storefront .imk-footer-links-list,
body.imk-storefront .imk-footer-contact-list {
    padding: 0;
    margin: 0;
    list-style: none;
}

body.imk-storefront .imk-footer-links-list li,
body.imk-storefront .imk-footer-contact-list li {
    margin-bottom: 12px;
}

body.imk-storefront .imk-footer-links-list a,
body.imk-storefront .imk-footer-contact-list a,
body.imk-storefront .imk-footer-contact-list span {
    color: var(--imk-footer-text-muted) !important;
    font-size: 14px;
    line-height: 1.7;
}

body.imk-storefront .imk-footer-links-list a:hover,
body.imk-storefront .imk-footer-contact-list a:hover {
    color: var(--imk-footer-accent) !important;
}

body.imk-storefront .imk-footer-contact-list li {
    display: flex;
    align-items: flex-start;
    gap: 12px;
}

body.imk-storefront .imk-footer-contact-icon {
    width: 28px;
    height: 28px;
    flex-shrink: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--imk-footer-accent) !important;
}

body.imk-storefront .imk-footer-social ul {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
    padding: 0;
    margin: 0;
    list-style: none;
}

body.imk-storefront .imk-footer-social a {
    width: 40px;
    height: 40px;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #ffffff !important;
    border: 1px solid var(--imk-footer-border) !important;
    color: var(--imk-footer-text-muted) !important;
}

body.imk-storefront .imk-footer-social a:hover {
    color: #ffffff !important;
    background: linear-gradient(135deg, var(--imk-footer-accent), var(--imk-footer-accent-2)) !important;
    border-color: transparent !important;
}

body.imk-storefront .imk-footer-payment-row {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 22px;
}

body.imk-storefront .imk-footer-payment-row img {
    width: 58px;
    height: 36px;
    object-fit: contain;
    padding: 7px;
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.96);
    border: 1px solid var(--imk-footer-border);
}

body.imk-storefront .imk-footer-bottom {
    background: var(--imk-footer-bottom-bg) !important;
    border-top: 1px solid var(--imk-footer-border) !important;
}

body.imk-storefront .footer-bottom.imk-footer-bottom {
    border-top: 1px solid var(--imk-footer-border) !important;
    background: var(--imk-footer-bottom-bg) !important;
}

body.imk-storefront .footer-bottom.imk-footer-bottom .copyright,
body.imk-storefront .copyright {
    color: var(--imk-footer-text-muted) !important;
    margin: 0;
    line-height: 1.8;
}

body.imk-storefront .imk-footer-bottom-inner {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 18px;
    padding: 24px 0 20px;
    text-align: center;
}

body.imk-storefront .topge {
    text-align: center;
    opacity: 0.75;
    padding-bottom: 18px;
}

/* Responsive Footer Queries */
@media (max-width: 1279.98px) {
    body.imk-storefront .imk-footer-trust-grid,
    body.imk-storefront .imk-footer-links-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    body.imk-storefront .imk-footer-newsletter-box {
        align-items: flex-start;
        flex-direction: column;
    }
    body.imk-storefront .imk-footer-newsletter-form,
    body.imk-storefront .imk-footer-newsletter-static {
        width: 100%;
        justify-content: flex-start;
    }
}

@media (max-width: 991.98px) {
    body.imk-storefront .imk-footer-links-grid {
        grid-template-columns: 1fr 1fr;
        gap: 24px;
    }
    body.imk-storefront .imk-footer-brand-wordmark {
        font-size: 1.45rem;
    }
}

@media (max-width: 767.98px) {
    body.imk-storefront .imk-footer-links-column {
        background: #ffffff !important;
        border: 1px solid rgba(15, 23, 42, 0.06) !important;
        border-radius: 18px !important;
        box-shadow: 0 4px 15px rgba(15, 23, 42, 0.02) !important;
        padding: 20px !important;
    }
}

@media (max-width: 575.98px) {
    body.imk-storefront .imk-footer {
        margin-top: 28px !important;
        padding-top: 22px;
        padding-bottom: 30px;
    }
    body.imk-storefront .imk-footer-trust-grid,
    body.imk-storefront .imk-footer-links-grid {
        grid-template-columns: 1fr;
    }
    body.imk-storefront .imk-footer-trust-grid {
        gap: 9px;
    }
    body.imk-storefront .imk-footer-trust-item {
        min-height: 0;
        padding: 12px 10px;
        border-radius: 16px;
        align-items: flex-start;
        gap: 9px;
    }
    body.imk-storefront .imk-footer-trust-icon {
        width: 34px;
        height: 34px;
        border-radius: 12px;
    }
    body.imk-storefront .imk-footer-trust-item strong {
        font-size: 11px;
        line-height: 1.25;
        margin-bottom: 2px;
    }
    body.imk-storefront .imk-footer-trust-item span {
        font-size: 10px;
        line-height: 1.25;
    }
    body.imk-storefront .imk-footer-newsletter-box {
        padding: 20px;
    }
    body.imk-storefront .imk-footer-newsletter-copy {
        align-items: flex-start;
        flex-direction: column;
    }
    body.imk-storefront .imk-footer-newsletter-form {
        flex-direction: column;
        gap: 12px;
    }
    body.imk-storefront .imk-footer-newsletter-input,
    body.imk-storefront .imk-footer-newsletter-button {
        width: 100%;
        border-radius: 12px;
    }
    body.imk-storefront .imk-footer-newsletter-static a {
        width: 100%;
    }
body.imk-storefront .imk-footer-bottom-inner {
        padding: 18px 0;
    }
}

/* Archive 2025-04-21 storefront recovery */
body.imk-storefront {
    background: #ffffff !important;
    padding-bottom: 0;
}

body.imk-storefront #header.imk-archive-header {
    position: relative;
    z-index: 1000;
    background: #ffffff !important;
    color: #222222;
    border: 0;
    box-shadow: none !important;
    font-family: "geweb-nusmedium", "BPG Arial Caps", "Noto Sans Georgian", Arial, sans-serif;
}

body.imk-storefront #header.imk-archive-header .top-bar,
body.imk-storefront #header.imk-archive-header .main-menu,
body.imk-storefront #header.imk-archive-header .nav-main,
body.imk-storefront #header.imk-archive-header .nav-top,
body.imk-storefront #header.imk-archive-header .container,
body.imk-storefront #header.imk-archive-header .container-fluid {
    background: #ffffff !important;
    color: #222222;
}

body.imk-storefront #header.imk-archive-header .top-bar {
    height: 32px;
    display: block;
    border-bottom: 1px solid #f1f1f1;
}

body.imk-storefront #header.imk-archive-header .top-bar .container,
body.imk-storefront #header.imk-archive-header .top-bar .row {
    height: 100%;
}

body.imk-storefront #header.imk-archive-header .top-bar .col-left,
body.imk-storefront #header.imk-archive-header .top-bar .col-right {
    display: flex;
    align-items: center;
}

body.imk-storefront #header.imk-archive-header .top-bar .col-right {
    justify-content: flex-end;
}

body.imk-storefront #header.imk-archive-header .top-bar .navbar-nav,
body.imk-storefront #header.imk-archive-header .top-bar .nav-item {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 12px;
    margin: 0;
}

body.imk-storefront #header.imk-archive-header .top-bar .nav-link {
    display: inline-flex;
    align-items: center;
    min-height: 32px;
    padding: 0;
    border: 0 !important;
    background: transparent !important;
    color: #777777 !important;
    font-size: 12px;
    line-height: 32px;
    font-weight: 400;
}

body.imk-storefront #header.imk-archive-header .top-bar .auth-sep {
    color: #b8b8b8;
    font-size: 12px;
}

body.imk-storefront #header.imk-archive-header .main-menu {
    border-bottom: 1px solid #e5e5e5;
    box-shadow: none !important;
}

body.imk-storefront #header.imk-archive-header .main-menu > .container-fluid {
    padding-right: 0;
    padding-left: 0;
}

body.imk-storefront #header.imk-archive-header .main-menu > .container-fluid > .row {
    margin-right: 0;
    margin-left: 0;
}

body.imk-storefront #header.imk-archive-header .nav-top-message.imk-top-message {
    width: 100%;
    min-height: 37px;
    padding: 8px 12px;
    background: #f72c21 !important;
    color: #ffffff !important;
    text-align: center;
    font-family: "BPG Arial Caps", "Noto Sans Georgian", Arial, sans-serif;
    font-size: 13px;
    line-height: 1.35;
    font-weight: 700;
    letter-spacing: 0;
}

body.imk-storefront #header.imk-archive-header .nav-top {
    width: 100%;
    padding: 16px 0 13px;
    position: relative;
    z-index: 20;
}

body.imk-storefront #header.imk-archive-header .nav-top .row {
    min-height: 48px;
}

body.imk-storefront #header.imk-archive-header .nav-top-left,
body.imk-storefront #header.imk-archive-header .nav-top-right {
    display: flex;
    align-items: center;
}

body.imk-storefront #header.imk-archive-header .row-align-items-center {
    width: 100%;
    display: flex;
    align-items: center;
}

body.imk-storefront #header.imk-archive-header .logo {
    flex: 0 0 170px;
    width: 170px;
    margin-right: 22px;
}

body.imk-storefront #header.imk-archive-header .logo img {
    display: block;
    width: 160px;
    height: auto;
    max-height: 60px;
    object-fit: contain;
}

body.imk-storefront #header.imk-archive-header .top-search-bar {
    width: 100%;
    max-width: 620px;
    height: 42px;
    position: relative;
    z-index: 100;
    overflow: visible;
    border: 1px solid #eeeeee;
    border-radius: 4px;
    background: #f8f8f8 !important;
    box-shadow: none !important;
}

body.imk-storefront #header.imk-archive-header .top-search-bar form {
    display: flex;
    align-items: center;
    height: 100%;
}

body.imk-storefront #header.imk-archive-header .top-search-bar .left {
    flex: 0 0 165px;
    width: 165px;
    height: 100%;
    border-right: 1px solid #ececec;
}

body.imk-storefront #header.imk-archive-header .top-search-bar .right {
    flex: 1 1 auto;
    position: relative;
    height: 100%;
    display: flex;
}

body.imk-storefront #header.imk-archive-header .search-select,
body.imk-storefront #header.imk-archive-header .search-select .btn {
    width: 100%;
    height: 100%;
}

body.imk-storefront #header.imk-archive-header .search-select .btn {
    padding: 0 34px 0 17px;
    border: 0;
    border-radius: 0;
    background: transparent !important;
    color: #555555 !important;
    font-size: 13px;
    line-height: 42px;
    text-align: left;
    font-weight: 400;
}

body.imk-storefront #header.imk-archive-header .search-select-caret {
    position: absolute;
    top: 15px;
    right: 14px;
    color: #555555;
    font-size: 10px;
    pointer-events: none;
}

body.imk-storefront #header.imk-archive-header .input-search {
    width: 100%;
    height: 40px;
    min-height: 40px;
    padding: 0 48px 0 18px;
    border: 0 !important;
    border-radius: 0;
    background: transparent !important;
    color: #555555;
    font-size: 13px;
    box-shadow: none !important;
}

body.imk-storefront #header.imk-archive-header .btn-search {
    position: absolute;
    top: 0;
    right: 0;
    width: 42px;
    height: 40px;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent !important;
    color: #111111 !important;
    font-size: 17px;
}

body.imk-storefront #header.imk-archive-header .nav-top-right {
    justify-content: flex-end;
    flex-direction: row-reverse;
    gap: 22px;
}

body.imk-storefront #header.imk-archive-header .nav-top-right .nav {
    display: flex;
    align-items: center;
    gap: 22px;
    margin: 0;
}

body.imk-storefront #header.imk-archive-header .li-main-nav-right a {
    position: relative;
    width: 32px;
    height: 32px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #26313d !important;
    font-size: 26px;
    line-height: 1;
}

body.imk-storefront #header.imk-archive-header .li-main-nav-right .notification {
    position: absolute;
    top: -5px;
    right: -7px;
    min-width: 16px;
    height: 16px;
    border-radius: 50%;
    background: #833ab4;
    color: #ffffff;
    font-size: 10px;
    line-height: 16px;
    text-align: center;
}

body.imk-storefront #header.imk-archive-header .contact_call {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: #833ab4 !important;
    text-decoration: none;
}

body.imk-storefront #header.imk-archive-header .call_icon {
    width: 32px;
    height: 32px;
    flex: 0 0 32px;
    color: #833ab4;
}

body.imk-storefront #header.imk-archive-header .call_icon svg {
    display: block;
}

body.imk-storefront #header.imk-archive-header .call_time {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    min-width: 122px;
    line-height: 1.08;
}

body.imk-storefront #header.imk-archive-header .call_time span {
    color: #333333;
    font-size: 11px;
    font-weight: 400;
}

body.imk-storefront #header.imk-archive-header .call_time strong {
    margin-top: 2px;
    color: #833ab4;
    font-size: 17px;
    line-height: 18px;
    font-weight: 700;
}

body.imk-storefront #header.imk-archive-header .nav-main.imk-nav-main {
    display: block !important;
    width: 100%;
    padding: 0;
    position: relative;
    z-index: 5;
    background: #ffffff !important;
}

body.imk-storefront #header.imk-archive-header .nav-main .navbar {
    position: relative;
    display: flex;
    justify-content: center;
    min-height: 48px;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: #ffffff !important;
    box-shadow: none !important;
}

body.imk-storefront #header.imk-archive-header .mega-menu {
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    gap: 0;
    margin: 0 auto;
}

body.imk-storefront #header.imk-archive-header .mega-menu > .nav-item {
    position: static;
    margin: 0;
}

body.imk-storefront #header.imk-archive-header .mega-menu > .nav-item > .nav-link,
body.imk-storefront #header.imk-archive-header .navbar-light .navbar-nav .nav-link {
    position: relative;
    height: 48px;
    display: inline-flex;
    align-items: center;
    padding: 0 17px;
    border: 0 !important;
    border-radius: 0;
    background: transparent !important;
    color: #111111 !important;
    font-size: 13px;
    line-height: 48px;
    font-weight: 500;
    white-space: nowrap;
    box-shadow: none !important;
}

body.imk-storefront #header.imk-archive-header .mega-menu > .nav-item > .nav-link::before {
    content: "";
    position: absolute;
    left: 17px;
    right: 17px;
    bottom: 0;
    height: 2px;
    background: transparent;
}

body.imk-storefront #header.imk-archive-header .mega-menu > .nav-item:hover > .nav-link::before,
body.imk-storefront #header.imk-archive-header .mega-menu > .nav-item.show > .nav-link::before,
body.imk-storefront #header.imk-archive-header .mega-menu > .nav-item.active > .nav-link::before {
    background: #833ab4;
}

body.imk-storefront #header.imk-archive-header .mobile-nav-container.imk-mobile-shell,
body.imk-storefront .imk-mobile-bottom-nav {
    display: none !important;
}

body.imk-homepage .section-slider.imk-archive-home-hero {
    width: 100%;
    display: block;
    position: relative;
    margin-bottom: 0;
    background: #ffffff !important;
}

body.imk-homepage .section-slider.imk-archive-home-hero > .container > .row {
    display: flex;
    align-items: flex-start;
    margin-right: -15px;
    margin-left: -15px;
}

body.imk-homepage .section-slider.imk-archive-home-hero .container-boxed-slider {
    flex: 0 0 63%;
    max-width: 63% !important;
    margin-top: 10px;
    padding-right: 5px;
}

body.imk-homepage .section-slider.imk-archive-home-hero .section-categories {
    flex: 0 0 37%;
    max-width: 37% !important;
    margin-top: 5px;
}

body.imk-homepage .section-slider.imk-archive-home-hero .container-boxed-slider .slider-container,
body.imk-homepage .section-slider.imk-archive-home-hero .container-boxed-slider .main-slider,
body.imk-homepage .section-slider.imk-archive-home-hero .container-boxed-slider .slick-list,
body.imk-homepage .section-slider.imk-archive-home-hero .container-boxed-slider .slick-track,
body.imk-homepage .section-slider.imk-archive-home-hero .container-boxed-slider .main-slider .item {
    height: 416px !important;
}

body.imk-homepage .section-slider.imk-archive-home-hero .container-boxed-slider .slider-container {
    display: block;
    overflow: hidden;
}

body.imk-homepage .section-slider.imk-archive-home-hero .container-boxed-slider .main-slider {
    padding: 0 15px;
}

body.imk-homepage .section-slider.imk-archive-home-hero .main-slider .item {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

body.imk-homepage .section-slider.imk-archive-home-hero .index-mobile-slider {
    display: none;
}

body.imk-homepage .section-slider.imk-archive-home-hero .boxed-categories {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: flex-start;
    justify-content: flex-end;
    font-family: "BPG Mrgvlovani Caps", "BPG Arial Caps", "Noto Sans Georgian", Arial, sans-serif;
}

body.imk-homepage .section-slider.imk-archive-home-hero .boxed-categories .boxed {
    width: 232px;
    height: 132px;
    margin: 5px;
    overflow: hidden;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

body.imk-homepage .section-slider.imk-archive-home-hero .boxed-categories .boxed a {
    width: 232px;
    height: 132px;
    display: flex;
    align-content: flex-end;
    align-items: center;
    justify-content: space-around;
    flex-direction: row;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
    color: #ffffff !important;
    text-align: center;
    font-size: 13px;
}

body.imk-homepage #wrapper.index-wrapper {
    margin-top: 0;
}

body.imk-homepage .section-category-products {
    margin-bottom: 30px;
}

body.imk-homepage .section-category-products .section-header,
body.imk-homepage .section-latest-products > .title,
body.imk-homepage .section-blog > .title {
    margin-bottom: 14px;
}

body.imk-homepage .section-header .title,
body.imk-homepage .section-latest-products > .title,
body.imk-homepage .section-blog > .title {
    min-height: 34px;
    margin-bottom: 0;
    color: #0a3251;
    font-family: "BPG Arial Caps", "Noto Sans Georgian", Arial, sans-serif;
    font-size: 18px;
    line-height: 34px;
    font-weight: 700;
}

body.imk-homepage .section-header .title a,
body.imk-homepage .section-latest-products > .title a,
body.imk-homepage .section-blog > .title a {
    color: #0a3251 !important;
}

body.imk-homepage .section-header .title-exp,
body.imk-homepage .section-latest-products .title-exp,
body.imk-homepage .section-blog .title-exp {
    color: #777777;
    font-size: 13px;
}

body.imk-storefront .product-item.imk-archive-product-card,
body.imk-storefront .imk-products-list-container .product-item.imk-archive-product-card {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    float: left !important;
    position: relative !important;
    margin: 10px 0 30px !important;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: #ffffff !important;
    box-shadow: 0 0 1px 0 #cccccc !important;
    overflow: hidden !important;
    transform: none !important;
}

body.imk-storefront .product-item.imk-archive-product-card:hover,
body.imk-storefront .imk-products-list-container .product-item.imk-archive-product-card:hover {
    box-shadow: 0 0 1px 3px #833ab4 !important;
    transform: none !important;
}

body.imk-storefront .product-item.imk-archive-product-card:hover a {
    color: #e90d0d !important;
}

body.imk-storefront .imk-archive-product-card > .row-custom:first-child {
    position: relative !important;
    height: 200px !important;
    min-height: 200px !important;
    padding: 0 !important;
    overflow: hidden !important;
}

body.imk-storefront .imk-archive-product-card .img-product-container,
body.imk-storefront .imk-products-list-container .imk-archive-product-card .img-product-container {
    width: 100% !important;
    height: 200px !important;
    min-height: 200px !important;
    padding: 0 !important;
    aspect-ratio: auto !important;
    display: block !important;
    overflow: hidden !important;
    background: transparent !important;
    text-align: center !important;
}

body.imk-storefront .imk-archive-product-card .img-product-container > a,
body.imk-storefront .imk-products-list-container .imk-archive-product-card .img-product-container > a {
    display: block !important;
    width: 100% !important;
    height: 200px !important;
    text-align: center !important;
}

body.imk-storefront .imk-archive-product-card .img-product,
body.imk-storefront .imk-products-list-container .imk-archive-product-card .img-product {
    display: block !important;
    width: auto !important;
    height: 200px !important;
    max-width: 100% !important;
    max-height: none !important;
    margin: 0 auto !important;
    object-fit: contain !important;
    object-position: center center !important;
}

body.imk-storefront .imk-archive-product-card .img-product.img-second {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 200px !important;
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s 0.3s, opacity 0.3s linear;
}

body.imk-storefront .imk-archive-product-card .badge-discount {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    z-index: 3;
    min-width: 0;
    padding: 6px 8px !important;
    border-radius: 0 !important;
    background: #e43a36 !important;
    color: #ffffff !important;
    font-family: Arial, sans-serif !important;
    font-size: 13px !important;
    line-height: 1.2 !important;
    font-weight: 400 !important;
    text-align: center;
}

body.imk-storefront .imk-archive-product-card .badge-promoted {
    position: absolute !important;
    top: 0 !important;
    right: 0 !important;
    left: auto !important;
    z-index: 3;
    padding: 6px 8px !important;
    border-radius: 0 !important;
    background: #46af4a !important;
    color: #ffffff !important;
    font-size: 12px !important;
    font-weight: 400 !important;
}

body.imk-storefront .imk-archive-product-card .main_spec {
    position: absolute !important;
    bottom: 0 !important;
    left: 0 !important;
    z-index: 3;
    display: block;
    max-width: calc(100% - 20px);
    padding: 0 10px !important;
    background: #833ab4 !important;
    color: #ffffff !important;
    font-family: "BPG Arial Caps", "Noto Sans Georgian", Arial, sans-serif;
    font-size: 13px;
    height: 19.5px !important;
    line-height: 19.5px !important;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

body.imk-storefront .imk-archive-product-card .badge-discount._loan {
    position: absolute !important;
    top: initial !important;
    bottom: -118px !important;
    left: 0 !important;
    width: 100% !important;
    padding: 6px 8px !important;
    border-radius: 0 !important;
    background: #833ab4 !important;
    color: #ffffff !important;
    font-family: "geweb-mt-medium", "BPG Arial Caps", "Noto Sans Georgian", Arial, sans-serif !important;
    font-size: 13px !important;
}

body.imk-storefront .imk-archive-product-card .item-details {
    display: block !important;
    width: 100% !important;
    float: left !important;
    position: relative !important;
    padding: 10px 0 0 !important;
    overflow: hidden !important;
}

body.imk-storefront .imk-archive-product-card .product-title {
    display: block !important;
    width: 100% !important;
    height: 55px !important;
    float: left !important;
    position: relative !important;
    margin: 0 !important;
    padding: 0 10px !important;
    overflow: hidden !important;
    font-size: 14px !important;
    line-height: 18px !important;
}

body.imk-storefront .imk-archive-product-card .product-title a {
    display: block !important;
    overflow: hidden !important;
    color: #0a3251 !important;
    text-align: center !important;
    text-overflow: ellipsis !important;
}

body.imk-storefront .imk-archive-product-card .item-meta {
    display: block !important;
    width: 100% !important;
    height: 25.5px !important;
    min-height: 25.5px !important;
    float: left !important;
    position: relative !important;
    margin: 2px 0 25px !important;
    padding: 0 10px !important;
    line-height: 21px !important;
    text-align: center !important;
}

body.imk-storefront .imk-archive-product-card .discount-original-price {
    display: inline-block;
    height: 16px !important;
    position: relative !important;
    top: -4.5px !important;
    margin-right: 5px;
    color: #7b838e !important;
    font-size: 14px;
    line-height: 16px !important;
    font-weight: 100;
    text-decoration: line-through;
    vertical-align: baseline !important;
    overflow: hidden !important;
}

body.imk-storefront .imk-archive-product-card .price {
    display: inline-block !important;
    width: auto !important;
    height: 25.5px !important;
    position: relative !important;
    color: #0a3251 !important;
    font-size: 17px !important;
    line-height: 25.5px !important;
    font-weight: 700 !important;
    vertical-align: baseline !important;
    overflow: hidden !important;
}

body.imk-storefront .imk-archive-product-card .gift-badge {
    position: absolute;
    top: 2px;
    right: 10px;
    display: inline-flex;
    align-items: center;
    gap: 2px;
    cursor: pointer;
}

body.imk-storefront .imk-archive-product-card .gift-badge img {
    width: 22px;
    height: 22px;
    object-fit: contain;
}

body.imk-storefront .imk-archive-product-card .gift-badge .badge {
    min-width: 17px;
    height: 17px;
    padding: 0 4px;
    border-radius: 0;
    background: #833ab4 !important;
    color: #ffffff;
    font-size: 11px;
    line-height: 17px;
}

body.imk-storefront .imk-archive-product-card .product-item-rating {
    display: none !important;
    width: 100% !important;
    float: left !important;
    position: relative !important;
    padding: 5px 10px !important;
}

body.imk-storefront .imk-archive-product-card .imk-archive-wishlist-state {
    display: none !important;
}

body.imk-storefront .imk-archive-product-card .item-wishlist-button {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 4;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.78);
    color: #833ab4;
}

body.imk-storefront .imk-archive-product-card .countdown {
    display: block !important;
    width: 100% !important;
    height: 75px !important;
    float: left !important;
    position: relative !important;
    padding: 10px 5px !important;
    border-radius: 0 !important;
    background: #833ab4 !important;
}

body.imk-storefront .imk-archive-product-card .badge-discount._loan.hots {
    position: absolute !important;
    top: auto !important;
    right: auto !important;
    bottom: 0 !important;
    left: 0 !important;
    z-index: 2;
    display: block !important;
    width: 100% !important;
    height: 25px !important;
    min-height: 25px !important;
    float: none !important;
    margin: 0 !important;
    padding: 6px 8px !important;
    background: #a2357b !important;
    line-height: 13px !important;
}

@media (min-width: 992px) {
    body.imk-storefront .imk-archive-product-card:hover .product-multiple-image img {
        visibility: hidden;
        opacity: 0;
        transition: visibility 0s 0.3s, opacity 0.3s linear;
    }

    body.imk-storefront .imk-archive-product-card:hover .product-multiple-image .img-second {
        visibility: visible;
        opacity: 1;
        transition: opacity 0.3s linear;
    }
}

@media (max-width: 1199.98px) {
    body.imk-storefront #header.imk-archive-header .logo {
        flex-basis: 145px;
        width: 145px;
        margin-right: 14px;
    }

    body.imk-storefront #header.imk-archive-header .logo img {
        width: 140px;
    }

    body.imk-storefront #header.imk-archive-header .top-search-bar {
        max-width: 520px;
    }

    body.imk-storefront #header.imk-archive-header .mega-menu > .nav-item > .nav-link,
    body.imk-storefront #header.imk-archive-header .navbar-light .navbar-nav .nav-link {
        padding-right: 10px;
        padding-left: 10px;
        font-size: 12px;
    }
}

@media (max-width: 991.98px) {
    body.imk-storefront #header.imk-archive-header {
        position: sticky;
        top: 0;
        z-index: 1000;
    }

    body.imk-storefront #header.imk-archive-header .top-bar,
    body.imk-storefront #header.imk-archive-header .main-menu {
        display: none !important;
    }

    body.imk-storefront #header.imk-archive-header .mobile-nav-container.imk-mobile-shell {
        display: block !important;
        position: relative;
        top: auto;
        background: #ffffff !important;
        border-bottom: 1px solid #e7e7e7;
        box-shadow: 0 4px 14px rgba(0, 0, 0, 0.06) !important;
    }

    body.imk-storefront #header.imk-archive-header .nav-mobile-header.imk-mobile-header,
    body.imk-storefront #header.imk-archive-header .nav-mobile-header.imk-mobile-header .container-fluid,
    body.imk-storefront #header.imk-archive-header .nav-mobile-header.imk-mobile-header .row,
    body.imk-storefront #header.imk-archive-header .nav-mobile-header-container {
        background: #ffffff !important;
        box-shadow: none !important;
    }

    body.imk-storefront #header.imk-archive-header .nav-top-message.imk-top-message {
        min-height: 34px;
        padding: 6px 8px;
        font-size: 11px;
        line-height: 1.32;
    }

    body.imk-storefront #header.imk-archive-header .nav-mobile-header-container {
        min-height: 58px;
        display: grid;
        grid-template-columns: 38px minmax(110px, 1fr) auto;
        align-items: center;
        gap: 6px;
        margin: 0;
    }

    body.imk-storefront #header.imk-archive-header .imk-mobile-logo img {
        width: 126px;
        max-height: 46px;
        object-fit: contain;
    }

    body.imk-storefront #header.imk-archive-header .imk-mobile-actions {
        width: auto !important;
        min-width: 136px;
        display: inline-flex !important;
        flex: 0 0 auto;
        align-items: center;
        justify-content: flex-end;
        gap: 1px;
        border: 0 !important;
        box-shadow: none !important;
    }

    body.imk-storefront #header.imk-archive-header .imk-mobile-icon,
    body.imk-storefront #header.imk-archive-header .nav-mobile-header-container .mobile-search .search-icon.imk-mobile-icon,
    body.imk-storefront #header.imk-archive-header .nav-mobile-header-container .menu-icon a.imk-mobile-icon {
        width: 34px;
        height: 34px;
        display: inline-flex !important;
        flex: 0 0 34px;
        align-items: center;
        justify-content: center;
        border: 0 !important;
        background: transparent !important;
        color: #222222 !important;
        box-shadow: none !important;
        font-size: 19px;
    }

    body.imk-storefront #header.imk-archive-header .imk-mobile-cart {
        color: #833ab4 !important;
    }

    body.imk-storefront #header.imk-archive-header .imk-mobile-search-wrap {
        display: none;
        position: relative;
        z-index: 1250;
        padding: 0 10px 10px !important;
        background: #ffffff !important;
    }

    body.imk-storefront #header.imk-archive-header .imk-mobile-search-wrap.display-block {
        display: block;
    }

    body.imk-storefront #header.imk-archive-header .imk-mobile-search-box {
        width: 100% !important;
        height: 42px !important;
        min-height: 42px !important;
        display: flex !important;
        align-items: center !important;
        padding: 0 !important;
        border: 1px solid #ececec !important;
        border-radius: 2px !important;
        background: #f8f8f8 !important;
        overflow: hidden !important;
        box-shadow: none !important;
    }

    body.imk-storefront #header.imk-archive-header .imk-mobile-search-box .input-search,
    body.imk-storefront #header.imk-archive-header #input_search_mobile {
        flex: 1 1 auto !important;
        width: 100% !important;
        height: 40px !important;
        min-height: 40px !important;
        padding: 0 12px 0 14px !important;
        border: 0 !important;
        background: transparent !important;
        color: #111111 !important;
        font-size: 13px !important;
        line-height: 40px !important;
        box-shadow: none !important;
        outline: 0 !important;
    }

    body.imk-storefront #header.imk-archive-header .imk-mobile-search-box .btn-search {
        position: static !important;
        flex: 0 0 42px !important;
        width: 42px !important;
        height: 40px !important;
        min-height: 40px !important;
        display: inline-flex !important;
        align-items: center !important;
        justify-content: center !important;
        padding: 0 !important;
        border: 0 !important;
        background: transparent !important;
        color: #111111 !important;
        font-size: 18px !important;
        box-shadow: none !important;
    }

    body.imk-homepage .section-slider.imk-archive-home-hero > .container > .row {
        display: block;
    }

    body.imk-homepage .section-slider.imk-archive-home-hero .container-boxed-slider,
    body.imk-homepage .section-slider.imk-archive-home-hero .section-categories {
        flex: 0 0 100%;
        max-width: 100% !important;
        padding-right: 0;
        padding-left: 0;
    }

    body.imk-homepage .section-slider.imk-archive-home-hero .index-main-slider {
        display: none !important;
    }

    body.imk-homepage .section-slider.imk-archive-home-hero .index-mobile-slider {
        display: block !important;
        padding-right: 0;
        padding-left: 0;
    }

    body.imk-homepage .section-slider.imk-archive-home-hero .index-mobile-slider .slider-container,
    body.imk-homepage .section-slider.imk-archive-home-hero .index-mobile-slider .main-slider,
    body.imk-homepage .section-slider.imk-archive-home-hero .index-mobile-slider .slick-list,
    body.imk-homepage .section-slider.imk-archive-home-hero .index-mobile-slider .slick-track,
    body.imk-homepage .section-slider.imk-archive-home-hero .index-mobile-slider .item {
        height: 210px !important;
    }

    body.imk-homepage .section-slider.imk-archive-home-hero .boxed-categories {
        justify-content: center;
    }
}

@media (max-width: 575.98px) {
    body.imk-storefront #header.imk-archive-header .nav-mobile-header-container {
        grid-template-columns: 34px minmax(92px, 1fr) auto;
        padding-right: 8px !important;
        padding-left: 8px !important;
    }

    body.imk-storefront #header.imk-archive-header .imk-mobile-logo img {
        width: 112px;
    }

    body.imk-storefront #header.imk-archive-header .imk-mobile-icon,
    body.imk-storefront #header.imk-archive-header .nav-mobile-header-container .mobile-search .search-icon.imk-mobile-icon,
    body.imk-storefront #header.imk-archive-header .nav-mobile-header-container .menu-icon a.imk-mobile-icon {
        width: 31px;
        height: 31px;
        flex-basis: 31px;
        font-size: 17px;
    }

    body.imk-homepage .section-slider.imk-archive-home-hero .boxed-categories .boxed {
        width: calc(50vw - 20px);
        height: 132px;
    }

    body.imk-homepage .section-slider.imk-archive-home-hero .boxed-categories .boxed a {
        width: calc(50vw - 20px);
        height: 132px;
    }

    body.imk-storefront .imk-archive-product-card > .row-custom:first-child {
        min-height: 220px !important;
        padding-right: 8px !important;
        padding-left: 8px !important;
    }

    body.imk-storefront .imk-archive-product-card .img-product-container,
    body.imk-storefront .imk-products-list-container .imk-archive-product-card .img-product-container {
        height: 176px !important;
        min-height: 176px !important;
    }

    body.imk-storefront .imk-archive-product-card .img-product.img-second {
        left: 8px !important;
        width: calc(100% - 16px) !important;
        height: 176px !important;
    }

    body.imk-storefront .imk-archive-product-card .product-title {
        height: 54px !important;
        font-size: 13px !important;
        line-height: 18px !important;
    }

    body.imk-storefront .imk-archive-product-card .item-meta {
        min-height: 46px !important;
        padding-right: 8px !important;
        padding-left: 8px !important;
    }

    body.imk-storefront .imk-archive-product-card .price {
        font-size: 16px !important;
    }

    body.imk-storefront .imk-archive-product-card .main_spec,
    body.imk-storefront .imk-archive-product-card .badge-discount._loan {
        font-size: 11px !important;
    }

    body.imk-storefront .imk-archive-product-card .gift-badge {
        right: 8px;
    }
}

@media (max-width: 379.98px) {
    body.imk-storefront #header.imk-archive-header .imk-mobile-actions a[href*="wishlist"] {
        display: none !important;
    }

    body.imk-storefront #header.imk-archive-header .imk-mobile-logo img {
        width: 104px;
    }
}

/* Auth pages and login modal */
body.imk-storefront .top-bar .col-right .navbar-nav .nav-item {
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

body.imk-storefront .top-bar .navbar-nav .nav-item .auth-sep {
    display: inline-flex;
    align-items: center;
    color: #94a3b8;
    font-weight: 600;
    line-height: 1;
}

body.imk-storefront .imk-auth-page-wrapper {
    position: relative;
    display: flex;
    justify-content: center;
    width: 100%;
    min-height: 640px;
    padding: 42px 0 56px;
    overflow: hidden;
}

body.imk-storefront .imk-auth-glow-blob {
    position: absolute;
    z-index: 0;
    width: 220px;
    height: 220px;
    border-radius: 999px;
    background: rgba(131, 58, 180, 0.12);
    filter: blur(44px);
    pointer-events: none;
}

body.imk-storefront .imk-auth-glow-blob-1 {
    top: 28px;
    left: max(8px, calc(50% - 430px));
}

body.imk-storefront .imk-auth-glow-blob-2 {
    right: max(8px, calc(50% - 430px));
    bottom: 60px;
    background: rgba(255, 24, 92, 0.10);
}

body.imk-storefront .imk-auth-card {
    position: relative;
    z-index: 1;
    width: min(100%, 560px);
    margin: 0 auto;
    padding: 32px;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    background: #ffffff;
    box-shadow: 0 18px 44px rgba(15, 23, 42, 0.10);
}

body.imk-storefront .login-modal {
    width: min(100% - 24px, 420px);
    max-width: 420px;
    margin-right: auto;
    margin-left: auto;
}

body.imk-storefront .imk-auth-modal-content {
    overflow: visible;
    border: 0;
    border-radius: 8px !important;
    background: transparent !important;
    box-shadow: none !important;
}

body.imk-storefront .imk-auth-modal-card {
    width: 100%;
    padding: 30px;
}

body.imk-storefront .imk-auth-modal-close {
    position: absolute;
    top: 14px;
    right: 14px;
    z-index: 3;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    color: #64748b;
    opacity: 1;
}

body.imk-storefront .imk-auth-header {
    margin-bottom: 22px;
    text-align: center;
}

body.imk-storefront .imk-auth-title {
    margin: 0 0 7px;
    color: #111827;
    font-size: 28px;
    font-weight: 800;
    line-height: 1.2;
    letter-spacing: 0;
}

body.imk-storefront .imk-auth-modal-card .imk-auth-title {
    padding-right: 24px;
    padding-left: 24px;
    font-size: 24px;
}

body.imk-storefront .imk-auth-subtitle {
    color: #64748b;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.5;
}

body.imk-storefront .imk-auth-social-wrapper {
    margin-bottom: 18px;
}

body.imk-storefront .imk-auth-social-wrapper .btn-social {
    min-height: 44px;
    margin-bottom: 8px;
    border-radius: 6px;
}

body.imk-storefront .imk-auth-alert-wrapper {
    margin-bottom: 12px;
}

body.imk-storefront .imk-auth-field-group {
    margin-bottom: 12px;
}

body.imk-storefront .imk-auth-row {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 12px;
}

body.imk-storefront .imk-auth-input-wrapper {
    position: relative;
    width: 100%;
}

body.imk-storefront .imk-auth-icon {
    position: absolute;
    top: 50%;
    left: 15px;
    width: 18px;
    height: 18px;
    color: #94a3b8;
    transform: translateY(-50%);
    pointer-events: none;
}

body.imk-storefront .imk-auth-input {
    width: 100%;
    height: 46px;
    padding: 11px 15px 11px 44px;
    border: 1px solid #dbe2ea;
    border-radius: 6px;
    background: #ffffff;
    color: #111827;
    font-size: 14px;
    line-height: 20px;
}

body.imk-storefront .imk-auth-input:focus {
    border-color: #833ab4 !important;
    box-shadow: 0 0 0 3px rgba(131, 58, 180, 0.12) !important;
}

body.imk-storefront .imk-auth-forgot-wrapper,
body.imk-storefront .imk-auth-action-wrapper,
body.imk-storefront .imk-auth-terms-wrapper,
body.imk-storefront .imk-auth-recaptcha {
    margin-top: 14px;
}

body.imk-storefront .imk-auth-forgot-wrapper {
    text-align: right;
}

body.imk-storefront .imk-auth-forgot-link,
body.imk-storefront .imk-auth-footer-link,
body.imk-storefront .imk-auth-terms-wrapper a {
    color: #833ab4 !important;
    font-weight: 700;
}

body.imk-storefront .imk-auth-btn-submit {
    min-height: 46px;
    border-radius: 6px;
    font-weight: 800;
}

body.imk-storefront .imk-auth-footer-text {
    margin: 18px 0 0;
    color: #64748b;
    text-align: center;
    font-size: 14px;
    line-height: 1.5;
}

body.imk-storefront .imk-auth-terms-wrapper .custom-control-label {
    color: #475569;
    font-size: 13px;
    line-height: 1.5;
}

body.imk-storefront .imk-auth-recaptcha {
    overflow: hidden;
}

@media (max-width: 767.98px) {
    body.imk-storefront .imk-auth-page-wrapper {
        min-height: 0;
        padding: 20px 0 34px;
    }

    body.imk-storefront .imk-auth-card,
    body.imk-storefront .imk-auth-modal-card {
        padding: 24px 18px;
        border-radius: 8px;
    }

    body.imk-storefront .imk-auth-row {
        grid-template-columns: 1fr;
        column-gap: 0;
    }

    body.imk-storefront .imk-auth-title {
        font-size: 24px;
    }

    body.imk-storefront .imk-auth-subtitle {
        font-size: 13px;
    }

    body.imk-storefront .login-modal {
        width: calc(100% - 24px);
    }
}

@media (max-width: 380px) {
    body.imk-storefront .imk-auth-card,
    body.imk-storefront .imk-auth-modal-card {
        padding-right: 14px;
        padding-left: 14px;
    }

    body.imk-storefront .imk-auth-input {
        font-size: 13px;
    }
}

/* Archive 2024 desktop product-card sizing lock. */
@media (min-width: 1200px) {
    body.imk-storefront .row-product {
        margin-right: -10px !important;
        margin-left: -10px !important;
    }

    body.imk-storefront .row-product > .col-product,
    body.imk-storefront .row-product > .slick-slide.col-product {
        flex: 0 0 20% !important;
        width: 20% !important;
        max-width: 20% !important;
        padding-right: 10px !important;
        padding-left: 10px !important;
    }

    body.imk-storefront .product-item.imk-archive-product-card {
        width: 100% !important;
        max-width: 100% !important;
        margin: 10px 0 30px !important;
        padding: 0 !important;
        border: 0 !important;
        border-radius: 0 !important;
        background: #ffffff !important;
        box-shadow: 0 0 1px 0 #cccccc !important;
    }

    body.imk-storefront .imk-archive-product-card > .row-custom:first-child {
        height: 200px !important;
        min-height: 200px !important;
        padding: 0 !important;
    }

    body.imk-storefront .imk-archive-product-card .img-product-container {
        width: 100% !important;
        height: 200px !important;
        min-height: 200px !important;
        padding: 0 !important;
        display: block !important;
        background: transparent !important;
        text-align: center !important;
    }

    body.imk-storefront .imk-archive-product-card .img-product-container > a {
        display: block !important;
        width: 100% !important;
        height: 200px !important;
        text-align: center !important;
    }

    body.imk-storefront .imk-archive-product-card .img-product {
        width: auto !important;
        height: 200px !important;
        max-width: 100% !important;
        max-height: none !important;
        margin: 0 auto !important;
        object-fit: contain !important;
        object-position: center center !important;
    }

    body.imk-storefront .imk-archive-product-card .product-title {
        height: 55px !important;
        padding: 0 10px !important;
        font-size: 14px !important;
        line-height: 18px !important;
    }

    body.imk-storefront .imk-archive-product-card .item-meta {
        height: 25.5px !important;
        min-height: 25.5px !important;
        margin: 2px 0 25px !important;
        padding: 0 10px !important;
        line-height: 21px !important;
    }

    body.imk-storefront .imk-archive-product-card .price {
        height: 25.5px !important;
        font-size: 17px !important;
        line-height: 25.5px !important;
        font-weight: 700 !important;
    }
}

/* Header final cascade */
body.imk-storefront #header.imk-archive-header {
    position: sticky !important;
    top: 0 !important;
    z-index: 2000 !important;
    width: 100% !important;
    background: #ffffff !important;
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.08) !important;
}

body.imk-storefront #header.imk-archive-header .top-bar.imk-topbar {
    display: none !important;
}

body.imk-storefront #header.imk-archive-header .nav-top-message.imk-top-message {
    min-height: 37px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 8px 12px !important;
    background: #f5231f !important;
    color: #ffffff !important;
    font-family: "BPG Arial Caps", "Noto Sans Georgian", Arial, sans-serif !important;
    font-size: 13px !important;
    line-height: 1.35 !important;
    font-weight: 700 !important;
    text-align: center !important;
}

body.imk-storefront #header.imk-archive-header .nav-top {
    padding: 13px 0 12px !important;
}

body.imk-storefront #header.imk-archive-header .nav-top > .container > .row {
    min-height: 48px !important;
    flex-wrap: nowrap !important;
}

body.imk-storefront #header.imk-archive-header .nav-top-left {
    flex: 1 1 auto !important;
    max-width: none !important;
    min-width: 0 !important;
    padding-right: 18px !important;
}

body.imk-storefront #header.imk-archive-header .nav-top-right {
    flex: 0 0 auto !important;
    max-width: none !important;
    width: auto !important;
    padding-left: 0 !important;
    justify-content: flex-end !important;
}

body.imk-storefront #header.imk-archive-header .row-align-items-center {
    gap: 12px !important;
}

body.imk-storefront #header.imk-archive-header .logo {
    flex: 0 0 175px !important;
    width: 175px !important;
    margin-right: 6px !important;
}

body.imk-storefront #header.imk-archive-header .logo img {
    width: 168px !important;
    max-height: 54px !important;
}

body.imk-storefront #header.imk-archive-header .top-search-bar {
    flex: 1 1 600px !important;
    width: auto !important;
    max-width: 690px !important;
    min-width: 320px !important;
    height: 42px !important;
    border-radius: 2px !important;
    border-color: #f1f1f1 !important;
    background: #f7f7f7 !important;
}

body.imk-storefront #header.imk-archive-header .imk-header-sale-btn {
    flex: 0 0 auto !important;
    height: 42px !important;
    min-width: 150px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 8px !important;
    padding: 0 14px !important;
    border: 1px solid #833ab4 !important;
    border-radius: 0 !important;
    background: #ffffff !important;
    color: #833ab4 !important;
    font-family: "BPG Arial Caps", "Noto Sans Georgian", Arial, sans-serif !important;
    font-size: 13px !important;
    line-height: 42px !important;
    font-weight: 700 !important;
    text-decoration: none !important;
    white-space: nowrap !important;
    box-shadow: none !important;
}

body.imk-storefront #header.imk-archive-header .imk-header-sale-btn:hover,
body.imk-storefront #header.imk-archive-header .imk-header-sale-btn:focus {
    background: #fbf7ff !important;
    color: #833ab4 !important;
}

body.imk-storefront #header.imk-archive-header .imk-sale-badge {
    width: 32px !important;
    height: 32px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    border-radius: 50% !important;
    background: #ff2d20 !important;
    color: #ffffff !important;
    font-family: Arial, sans-serif !important;
    font-size: 8px !important;
    line-height: 1 !important;
    font-weight: 800 !important;
    letter-spacing: 0 !important;
}

body.imk-storefront #header.imk-archive-header .imk-sale-text {
    display: inline-block !important;
    color: #833ab4 !important;
}

body.imk-storefront #header.imk-archive-header .nav-top-right > .nav {
    display: none !important;
}

body.imk-storefront #header.imk-archive-header .contact_call {
    gap: 10px !important;
    min-width: 172px !important;
}

body.imk-storefront #header.imk-archive-header .nav-main.imk-nav-main {
    border-top: 1px solid #f4f4f4 !important;
}

body.imk-storefront #header.imk-archive-header .nav-main .navbar {
    min-height: 46px !important;
}

body.imk-storefront #header.imk-archive-header .mega-menu > .nav-item > .nav-link,
body.imk-storefront #header.imk-archive-header .navbar-light .navbar-nav .nav-link {
    height: 46px !important;
    padding-right: 15px !important;
    padding-left: 15px !important;
    font-family: "BPG Arial Caps", "Noto Sans Georgian", Arial, sans-serif !important;
    font-size: 13px !important;
    line-height: 46px !important;
    font-weight: 600 !important;
}

body.imk-storefront #header.imk-archive-header .mega-menu > .imk-nav-more-item > .imk-nav-more-link {
    min-width: 54px !important;
    padding-right: 16px !important;
    padding-left: 16px !important;
    background: #833ab4 !important;
    color: #ffffff !important;
}

body.imk-storefront #header.imk-archive-header .mega-menu > .imk-nav-more-item > .imk-nav-more-link::before,
body.imk-storefront #header.imk-archive-header .imk-nav-more-link::after {
    display: none !important;
}

body.imk-storefront #header.imk-archive-header .mega-menu > .imk-nav-more-item:hover > .imk-nav-more-link,
body.imk-storefront #header.imk-archive-header .mega-menu > .imk-nav-more-item.show > .imk-nav-more-link {
    background: #722fa0 !important;
    color: #ffffff !important;
}

body.imk-storefront #header.imk-archive-header .imk-mobile-sale-link {
    display: none;
}

@media (max-width: 1199.98px) {
    body.imk-storefront #header.imk-archive-header .logo {
        flex-basis: 145px !important;
        width: 145px !important;
        margin-right: 2px !important;
    }

    body.imk-storefront #header.imk-archive-header .logo img {
        width: 140px !important;
    }

    body.imk-storefront #header.imk-archive-header .top-search-bar {
        flex-basis: 430px !important;
        min-width: 260px !important;
    }

    body.imk-storefront #header.imk-archive-header .imk-header-sale-btn {
        min-width: 136px !important;
        padding-right: 11px !important;
        padding-left: 11px !important;
        font-size: 12px !important;
    }

    body.imk-storefront #header.imk-archive-header .contact_call {
        min-width: 158px !important;
    }
}

@media (max-width: 991.98px) {
    body.imk-storefront #header.imk-archive-header {
        position: sticky !important;
        top: 0 !important;
        z-index: 2000 !important;
    }

    body.imk-storefront #header.imk-archive-header .mobile-nav-container.imk-mobile-shell {
        display: block !important;
    }

    body.imk-storefront #header.imk-archive-header .nav-mobile-header-container {
        width: 100% !important;
        min-height: 58px !important;
        display: grid !important;
        grid-template-columns: 38px minmax(96px, 1fr) auto !important;
        align-items: center !important;
        gap: 6px !important;
    }

    body.imk-storefront #header.imk-archive-header .imk-mobile-actions {
        min-width: 132px !important;
        gap: 4px !important;
        justify-content: flex-end !important;
    }

    body.imk-storefront #header.imk-archive-header .imk-mobile-actions > a.imk-mobile-icon:not(.search-icon):not(.imk-mobile-cart) {
        display: none !important;
    }

    body.imk-storefront #header.imk-archive-header .imk-mobile-sale-link {
        height: 30px !important;
        min-width: 52px !important;
        display: inline-flex !important;
        align-items: center !important;
        justify-content: center !important;
        border: 1px solid #833ab4 !important;
        border-radius: 2px !important;
        background: #ffffff !important;
        color: #833ab4 !important;
        font-family: Arial, sans-serif !important;
        font-size: 9px !important;
        line-height: 30px !important;
        font-weight: 800 !important;
        text-decoration: none !important;
        letter-spacing: 0 !important;
    }

body.imk-storefront #header.imk-archive-header .imk-mobile-cart {
        color: #833ab4 !important;
    }
}

/* Archive product page mirror: 2025-03-22 PDP. */
body.imk-storefront {
    background: #fff !important;
}

body.imk-storefront #header.imk-archive-header {
    position: relative !important;
    top: auto !important;
    z-index: 100 !important;
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, .06) !important;
}

@media (min-width: 992px) {
    body.imk-storefront #header.imk-archive-header .top-bar.imk-topbar {
        display: block !important;
    }
}

body.imk-storefront #header.imk-archive-header .top-bar.imk-topbar {
    border-bottom: 1px solid #ebebeb !important;
    background: #fff !important;
}

body.imk-storefront #header.imk-archive-header .top-bar .navbar-nav {
    display: block !important;
    padding: 8px 0 !important;
}

body.imk-storefront #header.imk-archive-header .top-bar .navbar-nav .nav-link {
    padding: 0 !important;
    color: #666 !important;
    font-size: 14px !important;
    line-height: 21px !important;
}

body.imk-storefront #header.imk-archive-header .nav-top-message.imk-top-message {
    min-height: 0 !important;
    padding: 8px !important;
    background: #f72c21 !important;
    color: #fff !important;
    font-family: "BPG Arial Caps", "Noto Sans Georgian", Arial, sans-serif !important;
    font-size: 15px !important;
    font-weight: 700 !important;
    line-height: 1.35 !important;
}

body.imk-storefront #wrapper > .container.imk-product-detail-container {
    width: 100% !important;
    max-width: 1270px !important;
    margin-right: auto !important;
    margin-left: auto !important;
    padding-right: 15px !important;
    padding-left: 15px !important;
    overflow: visible !important;
}

body.imk-storefront #wrapper > .container.imk-product-detail-container > .row {
    display: flex !important;
    flex-wrap: wrap !important;
    width: auto !important;
    max-width: none !important;
    margin-right: -15px !important;
    margin-left: -15px !important;
}

body.imk-storefront #wrapper > .container.imk-product-detail-container > .row > [class*="col-"] {
    padding-right: 15px !important;
    padding-left: 15px !important;
}

body.imk-storefront .imk-product-detail-container .nav-breadcrumb {
    padding-bottom: 30px !important;
}

body.imk-storefront .imk-product-detail-container .breadcrumb {
    height: auto !important;
    min-height: 36px !important;
    margin: -2px !important;
    padding: 10px !important;
    border-radius: 0 !important;
    background: #833ab4 !important;
    color: #fff !important;
    font-size: 12px !important;
    line-height: 15px !important;
    text-align: center !important;
}

body.imk-storefront .imk-product-detail-container .breadcrumb a,
body.imk-storefront .imk-product-detail-container .breadcrumb .active,
body.imk-storefront .imk-product-detail-container .breadcrumb-item + .breadcrumb-item::before {
    color: #fff !important;
}

body.imk-storefront .imk-product-detail-container .product-details-container {
    display: block !important;
    position: relative !important;
    min-height: 540px !important;
    margin: 0 0 30px !important;
    padding: 20px !important;
    overflow: visible !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: #fff !important;
    box-shadow: 0 0 0 2px #833ab4 !important;
}

body.imk-storefront .imk-product-detail-container .product-details-container > .row {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 0 !important;
    margin-right: -15px !important;
    margin-left: -15px !important;
}

body.imk-storefront .imk-product-detail-container .product-details-container > .row > [class*="col-"] {
    padding-right: 15px !important;
    padding-left: 15px !important;
}

@media (min-width: 768px) {
    body.imk-storefront .imk-product-detail-container .product-details-container > .row > .col-md-5 {
        flex: 0 0 41.666667% !important;
        max-width: 41.666667% !important;
    }

    body.imk-storefront .imk-product-detail-container .product-details-container > .row > .col-md-7 {
        flex: 0 0 58.333333% !important;
        max-width: 58.333333% !important;
    }
}

body.imk-storefront .imk-product-detail-container #product_slider_container {
    width: 100% !important;
}

body.imk-storefront .imk-product-detail-container .product-slider-container {
    display: flex !important;
    flex-direction: row !important;
    align-items: stretch !important;
    gap: 0 !important;
    width: 100% !important;
}

body.imk-storefront .imk-product-detail-container .product-slider-container .left {
    display: block !important;
    flex: 0 0 65px !important;
    order: 0 !important;
    width: 65px !important;
    max-width: 65px !important;
    min-width: 0 !important;
    grid-row: auto !important;
}

body.imk-storefront .imk-product-detail-container .product-slider-container .right {
    display: block !important;
    flex: 1 1 calc(100% - 65px) !important;
    order: 0 !important;
    width: calc(100% - 65px) !important;
    max-width: calc(100% - 65px) !important;
    min-width: 0 !important;
    grid-row: auto !important;
}

body.imk-storefront .imk-product-detail-container .product-slider-container .product-slider-content {
    position: relative !important;
    height: 475px !important;
    min-height: 0 !important;
    overflow: hidden !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
}

body.imk-storefront .imk-product-detail-container .product-slider-container .left .product-slider-content {
    padding: 0 !important;
}

body.imk-storefront .imk-product-detail-container .product-slider-container .product-slider .item a {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    height: 475px !important;
    min-height: 475px !important;
    padding: 0 12px !important;
    overflow: hidden !important;
}

body.imk-storefront .imk-product-detail-container .product-slider-container .img-bg {
    display: none !important;
}

body.imk-storefront .imk-product-detail-container .product-slider-container .img-product-slider {
    position: relative !important;
    top: auto !important;
    right: auto !important;
    bottom: auto !important;
    left: auto !important;
    width: auto !important;
    height: auto !important;
    min-width: 0 !important;
    min-height: 0 !important;
    max-width: 100% !important;
    max-height: 455px !important;
    margin: 0 auto !important;
    object-fit: contain !important;
    object-position: center !important;
    transform: none !important;
}

body.imk-storefront .imk-product-detail-container #product_thumbnails_slider,
body.imk-storefront .imk-product-detail-container .product-thumbnails-slider .slick-list {
    width: 100% !important;
    max-width: 100% !important;
    height: 475px !important;
    max-height: 475px !important;
    overflow: hidden !important;
}

body.imk-storefront .imk-product-detail-container .product-thumbnails-slider .slick-track {
    display: block !important;
    height: auto !important;
}

body.imk-storefront .imk-product-detail-container .product-thumbnails-slider .slick-slide {
    width: 55px !important;
    height: 55px !important;
    margin-bottom: 8px !important;
    padding: 0 !important;
}

body.imk-storefront .imk-product-detail-container .product-thumbnails-slider .item {
    padding: 0 !important;
    margin: 0 !important;
}

body.imk-storefront .imk-product-detail-container .product-thumbnails-slider .item-inner {
    position: relative !important;
    width: 55px !important;
    height: 55px !important;
    overflow: hidden !important;
    cursor: pointer !important;
    border: 0 !important;
    border-radius: 1px !important;
    background: transparent !important;
}

body.imk-storefront .imk-product-detail-container .product-thumbnails-slider .img-thumbnail {
    position: static !important;
    width: auto !important;
    height: auto !important;
    min-width: 0 !important;
    min-height: 0 !important;
    max-width: 55px !important;
    max-height: 55px !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    object-fit: contain !important;
    transform: none !important;
}

body.imk-storefront .imk-product-detail-container .product-thumbnails-slider .item .img-bg {
    display: none !important;
}

body.imk-storefront .imk-product-detail-container .product-thumbnails-slider-nav {
    display: none !important;
}

body.imk-storefront .imk-product-detail-container .product-slider-nav {
    position: absolute !important;
    top: auto !important;
    right: 0 !important;
    bottom: 0 !important;
    left: auto !important;
    z-index: 4 !important;
    width: auto !important;
    transform: none !important;
    pointer-events: none !important;
}

body.imk-storefront .imk-product-detail-container .product-slider-nav .prev,
body.imk-storefront .imk-product-detail-container .product-slider-nav .next {
    position: relative !important;
    top: auto !important;
    right: auto !important;
    left: auto !important;
    width: 35px !important;
    height: 35px !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: #833ab4 !important;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1) !important;
    color: #fff !important;
    line-height: 35px !important;
    opacity: .75 !important;
    pointer-events: auto !important;
    transform: none !important;
}

body.imk-storefront .imk-product-detail-container .product-content-details {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    padding-left: 0 !important;
    overflow: visible !important;
    color: #222 !important;
}

body.imk-storefront .imk-product-detail-container .product-content-details > .row,
body.imk-storefront .imk-product-detail-container .product-content-details #form_add_cart > .row,
body.imk-storefront .imk-product-detail-container .product-content-details #form_request_quote > .row,
body.imk-storefront .imk-product-detail-container .product-content-details .row-product-variation {
    margin-right: -15px !important;
    margin-left: -15px !important;
}

body.imk-storefront .imk-product-detail-container .product-content-details > .row > [class*="col-"],
body.imk-storefront .imk-product-detail-container .product-content-details #form_add_cart > .row > [class*="col-"],
body.imk-storefront .imk-product-detail-container .product-content-details #form_request_quote > .row > [class*="col-"],
body.imk-storefront .imk-product-detail-container .product-content-details .row-product-variation > [class*="col-"] {
    padding-right: 15px !important;
    padding-left: 15px !important;
}

body.imk-storefront .imk-product-detail-container .product-content-details .product-title {
    margin: 0 0 15px !important;
    overflow-wrap: normal !important;
    color: #222 !important;
    font-size: 24px !important;
    font-weight: 600 !important;
    letter-spacing: 0 !important;
    line-height: 30px !important;
    word-break: normal !important;
}

body.imk-storefront .imk-product-detail-container .product-content-details .price,
body.imk-storefront .imk-product-detail-container .product-content-details .lbl-price {
    color: #222 !important;
    font-size: 30px !important;
    font-weight: 700 !important;
    line-height: 36px !important;
}

body.imk-storefront .imk-product-detail-container .view_loan {
    float: left !important;
    margin: 0 0 15px !important;
    padding: 5px 10px !important;
    border-radius: 0 !important;
    background: #a2357b !important;
    color: #fff !important;
    font-size: 13px !important;
    font-weight: 400 !important;
    line-height: 20px !important;
}

body.imk-storefront .imk-product-detail-container .product-content-details .details {
    clear: both !important;
    margin-top: 0 !important;
    border-top: 0 !important;
}

body.imk-storefront .imk-product-detail-container .imk-pdp-purchase-row {
    display: flex !important;
    flex-wrap: wrap !important;
    margin: 0 -15px !important;
}

body.imk-storefront .imk-product-detail-container .imk-pdp-purchase-row::after {
    display: block !important;
}

body.imk-storefront .imk-product-detail-container .imk-pdp-quantity-row {
    display: block !important;
    float: left !important;
    width: 100% !important;
    padding-bottom: 15px !important;
    padding-left: 15px !important;
}

body.imk-storefront .imk-product-detail-container .imk-pdp-purchase-row .product-add-to-cart-container,
body.imk-storefront .imk-product-detail-container .imk-pdp-purchase-row .product-alt-info {
    flex: 0 0 50% !important;
    width: 50% !important;
    max-width: 50% !important;
    margin-top: 0 !important;
    padding-right: 15px !important;
    padding-left: 15px !important;
}

body.imk-storefront .imk-product-detail-container .installment {
    display: block !important;
    width: 100% !important;
    gap: 0 !important;
}

body.imk-storefront .imk-product-detail-container .buy_box,
body.imk-storefront .imk-product-detail-container .loan_box {
    display: block !important;
    width: 100% !important;
    margin: 0 0 10px !important;
    padding: 10px !important;
    padding-bottom: 0 !important;
    border: 2px solid #833ab4 !important;
    border-radius: 0 !important;
    background: #fff !important;
}

body.imk-storefront .imk-product-detail-container .buy_box .buy_now {
    display: block !important;
    width: 100% !important;
}

body.imk-storefront .imk-product-detail-container .buy_now .btn,
body.imk-storefront .imk-product-detail-container .product-add-to-cart-container .btn-product-cart,
body.imk-storefront .imk-product-detail-container .button-addtocart .btn {
    width: 100% !important;
    min-height: 42px !important;
    height: auto !important;
    border-color: #833ab4 !important;
    border-radius: 0 !important;
    background: #833ab4 !important;
    color: #fff !important;
    font-weight: 400 !important;
}

body.imk-storefront .imk-product-detail-container .buy_box label,
body.imk-storefront .imk-product-detail-container .loan_box label {
    display: block !important;
    position: relative !important;
    width: 100% !important;
    min-width: 0 !important;
    height: 47px !important;
    min-height: 47px !important;
    margin: 0 0 10px !important;
    padding: 0 10px 0 50px !important;
    overflow: hidden !important;
    border: 1px solid #eee !important;
    border-radius: 0 !important;
    background: #fcfcfc !important;
    color: #222 !important;
    cursor: pointer !important;
    font-size: 13px !important;
    font-weight: 400 !important;
    line-height: 47px !important;
    text-align: left !important;
    white-space: nowrap !important;
}

body.imk-storefront .imk-product-detail-container .buy_box label.fast {
    background: #853db5 !important;
    color: #fff !important;
    fill: #fff !important;
}

body.imk-storefront .imk-product-detail-container .buy_box label.fast:hover {
    border-color: #ae13ff !important;
    background: #833ab4 !important;
    color: #fff !important;
}

body.imk-storefront .imk-product-detail-container .buy_box label::before,
body.imk-storefront .imk-product-detail-container .loan_box label::before {
    display: none !important;
    content: none !important;
}

body.imk-storefront .imk-product-detail-container .buy_box label .checkmark,
body.imk-storefront .imk-product-detail-container .loan_box label .checkmark {
    display: block !important;
}

body.imk-storefront .imk-product-detail-container .product-alt-info ul {
    display: flex !important;
    flex-direction: column !important;
    gap: 10.5px !important;
    width: 100% !important;
    margin: 0 0 10px !important;
    padding: 10px !important;
    border: 2px solid var(--dark, #343a40) !important;
    border-radius: 0 !important;
    background: var(--gray-dark, #343a40) !important;
    color: #fff !important;
}

body.imk-storefront .imk-product-detail-container .product-alt-info li {
    display: flex !important;
    gap: 7px !important;
    margin: 0 !important;
    color: #fff !important;
    font-size: 13px !important;
    line-height: 1.45 !important;
}

body.imk-storefront .imk-product-detail-container .product-alt-info li i {
    color: #fff !important;
}

body.imk-storefront .imk-product-detail-container .product-description .nav-tabs-horizontal {
    gap: 0 !important;
    border-bottom: 0 !important;
}

body.imk-storefront .imk-product-detail-container .nav-tabs-horizontal .nav-item .nav-link {
    margin-right: 10px !important;
    padding: .6rem 2.4rem !important;
    border: 1px solid rgba(0, 0, 0, .06) !important;
    border-bottom: 0 !important;
    border-radius: 0 !important;
    background: #fff !important;
    color: #222 !important;
    font-size: 15px !important;
}

body.imk-storefront .imk-product-detail-container .nav-tabs-horizontal .nav-item .nav-link.active {
    background: #833ab4 !important;
    color: #fff !important;
}

body.imk-storefront .imk-product-detail-container .product-description .tab-content {
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
}

body.imk-storefront .imk-product-detail-container .product-description .tab-content .card {
    top: 25px !important;
    float: left !important;
    width: 100% !important;
    border: 0 !important;
    border-radius: 0 !important;
}

@media (max-width: 767.98px) {
    body.imk-storefront,
    body.imk-storefront #wrapper,
    body.imk-storefront #wrapper > .container.imk-product-detail-container {
        overflow-x: hidden !important;
    }

    body.imk-storefront #wrapper > .container.imk-product-detail-container {
        width: 100% !important;
        max-width: 100% !important;
        padding-right: 10px !important;
        padding-left: 10px !important;
    }

    body.imk-storefront .imk-product-detail-container .nav-breadcrumb {
        padding-bottom: 14px !important;
    }

    body.imk-storefront .imk-product-detail-container .product-details-container {
        min-height: 0 !important;
        margin-bottom: 20px !important;
        padding: 10px !important;
    }

    body.imk-storefront .imk-product-detail-container .product-details-container > .row > [class*="col-"] {
        flex: 0 0 100% !important;
        max-width: 100% !important;
        padding-right: 0 !important;
        padding-left: 0 !important;
    }

    body.imk-storefront .imk-product-detail-container .product-details-container > .row,
    body.imk-storefront .imk-product-detail-container .product-content-details > .row,
    body.imk-storefront .imk-product-detail-container .product-content-details #form_add_cart > .row,
    body.imk-storefront .imk-product-detail-container .product-content-details #form_request_quote > .row,
    body.imk-storefront .imk-product-detail-container .product-content-details .row-product-variation {
        margin-right: 0 !important;
        margin-left: 0 !important;
    }

    body.imk-storefront .imk-product-detail-container .product-content-details > .row > [class*="col-"],
    body.imk-storefront .imk-product-detail-container .product-content-details #form_add_cart > .row > [class*="col-"],
    body.imk-storefront .imk-product-detail-container .product-content-details #form_request_quote > .row > [class*="col-"],
    body.imk-storefront .imk-product-detail-container .product-content-details .row-product-variation > [class*="col-"] {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }

    body.imk-storefront .imk-product-detail-container .product-slider-container {
        display: flex !important;
        flex-direction: column-reverse !important;
    }

    body.imk-storefront .imk-product-detail-container .product-slider-container .left,
    body.imk-storefront .imk-product-detail-container .product-slider-container .right {
        flex: none !important;
        width: 100% !important;
        max-width: 100% !important;
    }

    body.imk-storefront .imk-product-detail-container .product-slider-container .left {
        display: block !important;
        height: 66px !important;
        margin-top: 8px !important;
        overflow: hidden !important;
    }

    body.imk-storefront .imk-product-detail-container .product-slider-container .left .product-slider-content {
        height: 66px !important;
        min-height: 66px !important;
        padding: 0 !important;
        overflow: hidden !important;
    }

    body.imk-storefront .imk-product-detail-container .product-slider-container .right .product-slider-content,
    body.imk-storefront .imk-product-detail-container .product-slider-container .product-slider .item a {
        height: min(88vw, 360px) !important;
        min-height: min(88vw, 360px) !important;
    }

    body.imk-storefront .imk-product-detail-container .product-slider-container .product-slider .item a {
        padding: 10px !important;
    }

    body.imk-storefront .imk-product-detail-container .product-slider-container .img-product-slider {
        max-height: min(78vw, 330px) !important;
    }

    body.imk-storefront .imk-product-detail-container #product_thumbnails_slider,
    body.imk-storefront .imk-product-detail-container .product-thumbnails-slider .slick-list {
        height: 66px !important;
        max-height: 66px !important;
        overflow-x: auto !important;
        overflow-y: hidden !important;
    }

    body.imk-storefront .imk-product-detail-container .product-thumbnails-slider .slick-track {
        display: flex !important;
        gap: 8px !important;
        width: max-content !important;
        transform: none !important;
    }

    body.imk-storefront .imk-product-detail-container .product-thumbnails-slider .slick-slide,
    body.imk-storefront .imk-product-detail-container .product-thumbnails-slider .item-inner {
        display: block !important;
        flex: 0 0 58px !important;
        width: 58px !important;
        max-width: 58px !important;
        height: 58px !important;
    }

    body.imk-storefront .imk-product-detail-container .product-thumbnails-slider .img-thumbnail {
        max-width: 58px !important;
        max-height: 58px !important;
    }

    body.imk-storefront .imk-product-detail-container .product-content-details {
        padding-top: 14px !important;
    }

    body.imk-storefront .imk-product-detail-container .product-content-details .product-title {
        overflow-wrap: anywhere !important;
        font-size: 20px !important;
        line-height: 26px !important;
    }

    body.imk-storefront .imk-product-detail-container .product-content-details .price,
    body.imk-storefront .imk-product-detail-container .product-content-details .lbl-price {
        font-size: 26px !important;
        line-height: 32px !important;
    }

    body.imk-storefront .imk-product-detail-container .imk-pdp-purchase-row .product-add-to-cart-container,
    body.imk-storefront .imk-product-detail-container .imk-pdp-purchase-row .product-alt-info {
        flex: 0 0 100% !important;
        width: 100% !important;
        max-width: 100% !important;
        padding-right: 0 !important;
        padding-left: 0 !important;
    }

    body.imk-storefront .imk-product-detail-container .imk-pdp-purchase-row {
        margin-right: 0 !important;
        margin-left: 0 !important;
    }

    body.imk-storefront .imk-product-detail-container .imk-pdp-quantity-row {
        padding-left: 0 !important;
    }

    body.imk-storefront .imk-product-detail-container .buy_box label,
    body.imk-storefront .imk-product-detail-container .loan_box label {
        display: flex !important;
        align-items: center !important;
        line-height: 18px !important;
        white-space: normal !important;
    }

    body.imk-storefront .imk-product-detail-container .product-slider-nav .prev,
    body.imk-storefront .imk-product-detail-container .product-slider-nav .next {
        width: 35px !important;
        height: 35px !important;
        line-height: 35px !important;
    }

    body.imk-storefront .imk-product-detail-container .product-slider-nav {
        right: 14px !important;
        bottom: 12px !important;
    }

    body.imk-storefront .imk-product-detail-container .product-slider-container .left,
    body.imk-storefront .imk-product-detail-container #product_thumbnails_slider,
    body.imk-storefront .imk-product-detail-container .product-thumbnails-slider .slick-list {
        display: none !important;
        height: 0 !important;
        min-height: 0 !important;
        max-height: 0 !important;
        margin: 0 !important;
        overflow: hidden !important;
    }

    body.imk-storefront .imk-product-detail-container .product-slider-container .right .product-slider-content,
    body.imk-storefront .imk-product-detail-container .product-slider-container .product-slider .item a {
        height: min(82vw, 330px) !important;
        min-height: min(82vw, 330px) !important;
    }

    body.imk-storefront .imk-product-detail-container .nav-tabs-horizontal {
        display: none !important;
    }

    body.imk-storefront .imk-product-detail-container .product-description .tab-content > .tab-pane {
        display: block !important;
        padding: 0 !important;
        opacity: 1 !important;
    }

    body.imk-storefront .imk-product-detail-container .product-description .tab-content .card-header {
        display: block !important;
        border-radius: 0 !important;
        background: #833ab4 !important;
        color: #fff !important;
    }
}

@media (max-width: 575.98px) {
    body.imk-storefront #header.imk-archive-header .nav-top-message.imk-top-message {
        min-height: 32px !important;
        padding: 5px 9px !important;
        font-size: 10px !important;
        line-height: 1.3 !important;
    }

    body.imk-storefront #header.imk-archive-header .nav-mobile-header-container {
        min-height: 54px !important;
        grid-template-columns: 34px minmax(82px, 1fr) auto !important;
        gap: 5px !important;
        padding-right: 8px !important;
        padding-left: 8px !important;
    }

    body.imk-storefront #header.imk-archive-header .imk-mobile-logo img {
        width: 112px !important;
        max-width: 112px !important;
    }

    body.imk-storefront #header.imk-archive-header .imk-mobile-actions {
        min-width: 116px !important;
        gap: 3px !important;
    }

    body.imk-storefront #header.imk-archive-header .imk-mobile-sale-link {
        min-width: 48px !important;
        height: 29px !important;
        font-size: 8px !important;
        line-height: 29px !important;
    }
}

