/* =========================================================
   HIKMAT NATIVE SINGLE PRODUCT — PRODUCTION
   Header/Footer stay Elementor-owned.
   Breakpoints match HIKMAT Product Variation:
   Desktop >= 1025px | Tablet 768-1024px | Mobile <= 767px
   ========================================================= */

.hikmat-sp-native,
.hikmat-sp-native * {
    box-sizing: border-box;
}

.hikmat-sp-native {
    position: relative;
    width: 100%;
    margin: 0;
    padding: 0;
    background: #fff;
    color: #111;
    font-family: Outfit, sans-serif;
}

.hikmat-sp-native button,
.hikmat-sp-native a {
    -webkit-tap-highlight-color: transparent;
}

.hikmat-sp-preview-marker {
    position: fixed;
    z-index: 2147482000;
    right: 14px;
    bottom: 14px;
    padding: 5px 8px;
    border: 1px solid rgba(0,0,0,.18);
    background: rgba(255,255,255,.92);
    color: #111;
    font-size: 9px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: .12em;
    pointer-events: none;
}

/* =========================================================
   1. PRODUCT HERO
   ========================================================= */
.hikmat-sp-hero {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    align-items: stretch;
    width: 100%;
    margin: 0;
    padding: 0;
    /*border-bottom: 1px solid #ececec;*/
    background: #fff;
}

.hikmat-sp-gallery {
    position: relative;
    min-width: 0;
    padding-right: 20px;
}

.hikmat-sp-gallery-new-arrival {
    display: none;
}

.hikmat-sp-summary-rail {
    position: relative;
    display: flex;
    align-items: flex-end;
    min-width: 0;
    background: #fff;
}

.hikmat-sp-summary {
    width: 100%;
    min-width: 0;
    padding: 0 50px 70px;
    background: #fff;
}

.hikmat-sp-tags {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 5px;
    width: 100%;
    min-height: 0;
}

.hikmat-sp-tag {
    display: inline-flex;
    min-width: 0;
}

.hikmat-sp-tag .hikmat-pv-output,
.hikmat-sp-tag > .hikmat-pv-output {
    display: inline-flex;
    align-items: center;
}

.hikmat-sp-tag--runway .hikmat-pv-product-terms-runway,
.hikmat-sp-tag--runway .hikmat-pv-product-terms-runway a {
    padding: 5px 10px;
    background: #f3f3f3;
    color: #777;
    font-size: 10px;
    text-decoration: none;
    text-transform: uppercase;
}

.hikmat-sp-title-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    width: 100%;
    padding-top: 10px;
}

.hikmat-sp-title {
    min-width: 0;
}

.hikmat-sp-wishlist {
    display: inline-flex;
    flex: 0 0 auto;
    align-items: center;
    justify-content: center;
}

.hikmat-sp-meta-row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 15px;
    width: 100%;
}

.hikmat-sp-price-row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
    width: 100%;
    padding: 30px 0;
}

.hikmat-sp-price-row .hikmat-pv-strikethrough-price,
.hikmat-sp-price-row .hikmat-pv-product-sale-price,
.hikmat-sp-price-row .hikmat-pv-regular-price {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.hikmat-sp-size-warning {
    width: 100%;
    padding-bottom: 10px;
}

/* =========================================================
   2. PURCHASE / VARIATION AREA
   ========================================================= */
.hikmat-sp-purchase-panel {
    width: 100%;
    z-index: 100;
}

.hikmat-sp-floating-title-price {
    display: none;
    padding: 0px;
}

.hikmat-sp-purchase-grid {
    display: flex;
    flex-direction: column;
    gap: 0;
    width: 100%;
}

.hikmat-sp-variation-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    width: 100%;
    padding-bottom: 30px;
    background: #fff;
}

.hikmat-sp-variation-grid.is-color-only {
    grid-template-columns: minmax(0, 1fr);
}

.hikmat-sp-option,
.hikmat-sp-cta {
    display: flex;
    align-items: stretch;
    justify-content: center;
    width: 100%;
    min-width: 0;
    margin: 0;
    padding: 0;
    background: #fcfcfc;
}

.hikmat-sp-option > *,
.hikmat-sp-cta > * {
    width: 100%;
}

.hikmat-sp-cta-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 10px;
    width: 100%;
}

/* =========================================================
   3. SIZE GUIDE / TERMS LINKS
   ========================================================= */
.hikmat-sp-utility-links {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    width: 100%;
    padding-top: 30px;
}

.hikmat-sp-utility-link,
.hikmat-sp-utility-link:focus{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 32px;
    margin: 0;
    padding: 0;
    border: 0;
    background: transparent;
    color: #6c6c6c;
    font: inherit;
    font-size: 13px;
    font-weight: 300;
    line-height: 1.3;
    cursor: pointer;
}

.hikmat-sp-utility-link:hover,
.hikmat-sp-utility-link:focus-visible {
    color: #000;
    background: #fff;
    text-decoration: underline;
    text-underline-offset: 5px;
}

.hikmat-sp-utility-link:focus-visible {
    outline: 1px solid #111;
    outline-offset: 4px;
}

.hikmat-sp-utility-link:focus {
    color: #000;
    background: #fff;
}

.hikmat-sp-utility-link img {
    display: block;
    width: 20px;
    height: 20px;
    object-fit: contain;
}

/* =========================================================
   4. PRODUCT INFORMATION
   ========================================================= */
.hikmat-sp-product-info {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 30px;
    width: 100%;
    padding: 0px 50px;
    background: #fff;
}

.hikmat-sp-description-column,
.hikmat-sp-details-column {
    min-width: 0;
    padding: 50px 0;
    background: #fff;
}

.hikmat-sp-section-heading {
    margin: 0;
    padding: 0 0 20px;
    color: #000;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.4;
}

.hikmat-sp-description-meta {
    margin-bottom: 8px;
}

.hikmat-sp-description-name,
.hikmat-sp-description-sku {
    margin: 0;
}

.hikmat-sp-description-copy {
    position: relative;
    max-height: 80px;
    overflow: hidden;
    color: #222;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.65;
    transition: max-height .5s ease;
}

.hikmat-sp-description-copy::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    height: 40px;
    background: linear-gradient(to bottom, transparent, #fff);
    pointer-events: none;
}

.hikmat-sp-description-copy.is-open,
.hikmat-sp-description-copy.is-static {
    max-height: 100%;
}

.hikmat-sp-description-copy.is-open::after,
.hikmat-sp-description-copy.is-static::after {
    display: none;
}

.hikmat-sp-description-copy p:first-child {
    margin-top: 0;
}

.hikmat-sp-description-copy p:last-child {
    margin-bottom: 0;
}

.hikmat-sp-readmore,
.hikmat-sp-readmore:focus{
    display: block;
    margin: 0 auto;
    padding: 20px 0 3px;
    border: 0;
    border-bottom: 1px solid transparent;
    background: transparent;
    color: #969696;
    font: inherit;
    font-size: 14px;
    font-weight: 200;
    cursor: pointer;
}

.hikmat-sp-readmore:hover,
.hikmat-sp-readmore:focus-visible{
    background: #fff;
    color: #000;
    text-decoration: underline;
    text-underline-offset: 5px;
}

/* =========================================================
   5. PRODUCT DETAILS ACCORDION
   ========================================================= */
.hikmat-sp-accordion {
    width: 100%;
    border-top: 1px solid #cbcbcb;
}

.hikmat-sp-accordion-item {
    border-bottom: 1px solid #cbcbcb;
    color: #999;
}

.hikmat-sp-accordion-heading {
    margin: 0;
}

.hikmat-sp-accordion-trigger {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 18px;
    align-items: center;
    gap: 12px;
    width: 100%;
    min-height: 50px;
    margin: 0;
    padding: 15px 10px;
    border: 0;
    background: #fff;
    color: #999;
    font: inherit;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.35;
    text-align: left;
    cursor: pointer;
}

.hikmat-sp-accordion-trigger:hover,
.hikmat-sp-accordion-trigger:focus,
.hikmat-sp-accordion-trigger:focus-visible {
    color: #000;
    background: #fff;
    outline: 0;
}

.hikmat-sp-accordion-icon {
    position: relative;
    display: block;
    width: 10px;
    height: 10px;
    justify-self: end;
}

.hikmat-sp-accordion-icon::before,
.hikmat-sp-accordion-icon::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 10px;
    height: 1px;
    background: #999;
    transform: translate(-50%, -50%);
    transition: transform .5s ease;
}

.hikmat-sp-accordion-icon::after {
    transform: translate(-50%, -50%) rotate(90deg);
    background: #000;
}

.hikmat-sp-accordion-item.is-open .hikmat-sp-accordion-trigger{
    color: #000;
    font-weight: 400;
}

.hikmat-sp-accordion-item.is-open .hikmat-sp-accordion-icon::after {
    transform: translate(-50%, -50%) rotate(0deg);
    color: #000;
}

.hikmat-sp-accordion-panel {
    display: grid;
    grid-template-rows: 0fr;
    transition: grid-template-rows .2s ease;
}

.hikmat-sp-accordion-item.is-open .hikmat-sp-accordion-panel {
    grid-template-rows: 1fr;
}

.hikmat-sp-accordion-panel-inner {
    min-height: 0;
    overflow: hidden;
    padding: 0 10px;
    color: #222;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.65;
}

.hikmat-sp-accordion-item.is-open .hikmat-sp-accordion-panel-inner {
    padding-bottom: 20px;
}

.hikmat-sp-accordion-panel-inner p:first-child {
    margin-top: 0;
}

.hikmat-sp-accordion-panel-inner p:last-child {
    margin-bottom: 0;
}

.hikmat-sp-accordion-panel-inner a {
    color: inherit;
    text-decoration: underline;
    text-underline-offset: 2px;
}

.hikmat-sp-spec-line {
    display: grid;
    grid-template-columns: 12px auto minmax(0, 1fr);
    gap: 4px;
    margin: 0 0 4px;
}

.hikmat-sp-spec-label::after {
    content: ":";
}

.hikmat-sp-spec-value .hikmat-pv-output {
    display: inline;
}

/* =========================================================
   6. DESKTOP FLOATING BAR
   Base show/hide animation remains compatible with Product Variation.
   Native JS adds a trigger that also works for Color-only products.
   ========================================================= */
@media (min-width: 1025px) {
    .hikmat-sp-floating-desktop-inner {
        display: grid !important;
        grid-template-columns: repeat(4, minmax(0, 1fr));
        align-items: center;
        gap: 0;
    }

    .hikmat-sp-floating-desktop-name,
    .hikmat-sp-floating-desktop-price,
    .hikmat-sp-floating-desktop-actions,
    .hikmat-sp-floating-desktop-variation {
        min-width: 0;
    }

    .hikmat-sp-floating-desktop-name {
        display: flex;
        align-items: center;
    }

    .hikmat-sp-floating-desktop-variation {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        align-items: stretch;
        gap: 0;
    }

    .hikmat-sp-floating-desktop-variation.is-color-only {
        grid-template-columns: minmax(0, 1fr);
    }

    .hikmat-sp-floating-desktop-option {
        min-width: 0;
    }

    .hikmat-sp-floating-desktop-price {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 8px;
    }

    .hikmat-sp-floating-desktop-actions {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 8px;
        align-items: stretch;
    }

    .hikmat-sp-floating-desktop-action,
    .hikmat-sp-floating-desktop-action > * {
        min-width: 0;
        width: 100%;
    }
}

/* =========================================================
   7. RELATED PRODUCTS — one render, two presentations
   ========================================================= */
.hikmat-sp-related {
    position: relative;
    z-index: 2;
    width: 100%;
    padding: 50px 20px;
    background: #fff;
}

.hikmat-sp-related-tabs {
    display: none;
}

.hikmat-sp-related-panel {
    width: 100%;
    border-top: solid 1px #ececec;
}

.hikmat-sp-related-heading {
    margin: 0;
    padding: 50px 0 30px;
    color: #000;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.4;
    text-align: center;
}

.hikmat-sp-related-loop {
    width: 100%;
}

.hikmat-sp-related-action-wrap {
    display: flex;
    justify-content: center;
    padding: 30px 0 50px;
}

.hikmat-sp-related-action {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    min-height: 42px;
    padding: 10px 18px;
    border: 1px solid #000;
    background: #fff;
    color: #000;
    font-size: 13px;
    font-weight: 300;
    line-height: 1.2;
    text-decoration: none;
    transition: background .2s ease, color .2s ease;
}

.hikmat-sp-related-action:hover,
.hikmat-sp-related-action:focus-visible {
    background: #000;
    color: #fff;
    outline: 0;
}

.hikmat-sp-related-action span:last-child {
    display: inline-flex;
    align-items: center;
    font-size: 22px !important;
    /*line-height: 1;*/
    transform: translateY(-3px);
}

/* =========================================================
   8. NATIVE DRAWERS / OFF-CANVAS
   ========================================================= */
html.hikmat-sp-drawer-open,
body.hikmat-sp-drawer-open {
    overflow: hidden !important;
}

.hikmat-sp-drawer-layer {
    position: fixed;
    z-index: 2147483200;
    inset: 0;
    visibility: hidden;
    pointer-events: none;
    transition: visibility 0s linear .5s;
}

.hikmat-sp-drawer-layer.is-open {
    visibility: visible;
    pointer-events: auto;
    transition-delay: 0s;
}

.hikmat-sp-drawer-backdrop {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    border: 0;
    background: rgba(0,0,0,.22);
    opacity: 0;
    cursor: default;
    transition: opacity .5s ease;
}

.hikmat-sp-drawer-layer.is-open .hikmat-sp-drawer-backdrop {
    opacity: 1;
}

.hikmat-sp-drawer {
    position: absolute;
    z-index: 2;
    top: 0;
    right: 0;
    width: 50%;
    height: 100%;
    background: #f9f9f9;
    box-shadow: -8px 0 30px rgba(0,0,0,.08);
    visibility: hidden;
    transform: translate3d(100%, 0, 0);
    transition: transform .5s ease, visibility 0s linear .5s;
}

.hikmat-sp-drawer.is-open {
    visibility: visible;
    transform: translate3d(0, 0, 0);
    transition-delay: 0s;
}

.hikmat-sp-drawer-scroll {
    width: 100%;
    height: 100%;
    padding: 70px 50px 50px;
    overflow-y: auto;
    overscroll-behavior: contain;
    -webkit-overflow-scrolling: touch;
}

.hikmat-sp-drawer-close,
.hikmat-sp-drawer-close:hover,
.hikmat-sp-drawer-close:focus{
    position: absolute;
    z-index: 5;
    top: 18px;
    right: 20px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    margin: 0;
    padding: 0;
    border: 0;
    border-radius: 50px;
    background: #f9f9f9;
    color: #000;
    font: inherit;
    font-size: 30px;
    font-weight: 200;
    line-height: 1;
    cursor: pointer;
}

.hikmat-sp-drawer-close:focus-visible {
    outline: 1px solid #111;
    outline-offset: 2px;
}

.hikmat-sp-drawer-title {
    margin: 0;
    padding: 0 0 40px;
    color: #000;
    font-size: 20px;
    font-weight: 300;
    line-height: 1.35;
    text-align: center;
}

.hikmat-sp-size-guide-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(180px, .55fr);
    align-items: start;
    gap: 30px;
}

.hikmat-sp-size-guide-copy h3 {
    margin: 0 0 5px;
    color: #000;
    font-size: 18px;
    font-weight: 300;
    line-height: 1.35;
}

.hikmat-sp-size-guide-sku {
    margin: 0 0 25px;
    color: #5a5a5a;
    font-size: 14px;
    font-weight: 300;
}

.hikmat-sp-size-chart-content {
    color: #111;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.6;
}

.hikmat-sp-size-chart-content table {
    max-width: 100%;
}

.hikmat-sp-size-guide-sketch {
    display: flex;
    align-items: flex-start;
    justify-content: center;
}

.hikmat-sp-size-sketch-image {
    display: block;
    width: 100%;
    max-width: 320px;
    height: auto;
}

.hikmat-sp-terms-copy {
    color: #111;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.65;
    text-align: justify;
}

.hikmat-sp-terms-copy ol {
    margin-top: 0;
    padding-left: 22px;
}

.hikmat-sp-terms-copy li + li {
    margin-top: 8px;
}

/* =========================================================
   9. TABLET + MOBILE HERO / FIXED PURCHASE BAR
   ========================================================= */
@media (max-width: 1024px) {
    .hikmat-sp-native {
        padding-bottom: 0;
    }

    .hikmat-sp-preview-marker {
        display: none;
    }

    .hikmat-sp-hero {
        display: block;
        background: #fff;
        z-index: 999999;
    }

    .hikmat-sp-gallery {
        left: 0 !important;
        right: 0 !important;
        width: 100% !important;
        padding-right: 0;
        background: #fff;
    }

    .hikmat-sp-gallery-new-arrival {
        position: absolute;
        z-index: 6;
        top: 28%;
        left: 10px;
        display: block;
        pointer-events: none;
    }

    .hikmat-sp-gallery-new-arrival .hikmat-pv-product-tags {
        display: inline-block;
        color: #111;
        font-size: 14px;
        font-weight: 300;
        letter-spacing: 3px;
        text-transform: uppercase;
        writing-mode: vertical-rl;
        transform: rotate(180deg);
    }

    .hikmat-sp-gallery-new-arrival .hikmat-pv-product-tags a {
        padding: 0 !important;
        background: transparent !important;
        color: inherit !important;
    }

    .hikmat-sp-summary-rail {
        display: block;
    }

    .hikmat-sp-summary {
        position: relative !important;
        z-index: 3;
        width: 100%;
        padding: 10px 20px 30px;
        background: #fff;
    }

    .hikmat-sp-tag--new {
        display: none;
    }

    .hikmat-sp-title-row {
        padding-top: 10px;
    }

    .hikmat-sp-price-row {
        padding: 10px 0;
    }

    .hikmat-sp-price-row .hikmat-pv-strikethrough-price,
    .hikmat-sp-price-row .hikmat-pv-product-sale-price,
    .hikmat-sp-price-row .hikmat-pv-regular-price {
        padding: 0 !important;
    }

    .hikmat-sp-purchase-grid {
        display: grid;
        grid-template-columns: minmax(0, 3fr) minmax(0, 2fr);
        gap: 0;
        align-items: stretch;
    }

    .hikmat-sp-variation-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 0;
        padding-bottom: 0 !important;
        background: #fff;
    }

    .hikmat-sp-variation-grid.is-color-only {
        grid-template-columns: minmax(0, 1fr);
    }

    .hikmat-sp-option,
    .hikmat-sp-cta {
        min-height: 44px;
        background: #fff;
    }

    .hikmat-sp-option--size,
    .hikmat-sp-cta--cart,
    .hikmat-sp-cta--whatsapp {
        border-left: 1px solid #ececec;
    }

    .hikmat-sp-cta-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 0;
        background: #fff;
    }

    .hikmat-sp-floating-title-price {
        display: grid;
    }

    .hikmat-sp-floating-price {
        display: flex;
        flex-direction: row-reverse;
        align-items: center;
        justify-content: flex-start;
        min-width: 0;
        padding: 0px;
    }

    .hikmat-sp-utility-links {
        gap: 18px;
        padding: 15px 0;
        border-top: 1px solid #ececec;
        border-bottom: 1px solid #ececec;
    }

    .hikmat-sp-utility-link {
        font-size: 14px;
    }

    /* Product info changes to the Elementor tablet/mobile one-column flow. */
    .hikmat-sp-product-info {
        display: block;
        padding: 0;
    }

    .hikmat-sp-description-column {
        padding: 20px;
    }

    .hikmat-sp-details-column {
        padding: 0 20px 50px;
    }

    .hikmat-sp-description-meta {
        display: none;
    }

    .hikmat-sp-section-heading {
        padding-bottom: 10px;
    }

    .hikmat-sp-related {
        padding: 20px;
    }
    
    .hikmat-sp-related {
        padding-bottom: 0;
    }

    .hikmat-sp-related-tabs {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        align-items: stretch;
        width: 100%;
        padding: 0 5px;
    }

    .hikmat-sp-related-tab,
    .hikmat-sp-related-tab:hover,
    .hikmat-sp-related-tab:focus{
        min-height: 48px;
        padding: 10px 6px;
        border: 0;
        border-bottom: 1px solid transparent;
        background: transparent;
        color: #000;
        font: inherit;
        font-size: 18px;
        font-weight: 300;
        text-align: center;
        cursor: pointer;
    }

    .hikmat-sp-related-tab.is-active {
        border-bottom-color: #000;
        font-weight: 500;
    }

    .hikmat-sp-related-panel {
        display: none;
    }

    .hikmat-sp-related-panel.is-active {
        display: block;
    }

    .hikmat-sp-related-heading {
        display: none;
    }

    .hikmat-sp-related-loop {
        padding-top: 20px;
    }

    .hikmat-sp-related-action-wrap {
        padding: 50px;
    }

    .hikmat-sp-related-action,
    .hikmat-sp-related-action:hover,
    .hikmat-sp-related-action:focus{
        width: 100% !important;
        background: #000 !important;
        color: #fff !important;
    }
    
    .hikmat-sp-related-action a,
    .hikmat-sp-related-action a:hover,
    .hikmat-sp-related-action a:focus{
        width: 100% !important;
        background: #000 !important;
        color: #fff !important;
    }

    /* Tablet keeps the current 50% off-canvas width. */
    .hikmat-sp-drawer {
        width: 50%;
    }

    .hikmat-sp-drawer-scroll {
        padding: 60px 25px 35px;
    }

    .hikmat-sp-drawer-title {
        padding-bottom: 30px;
        font-size: 18px;
    }

    .hikmat-sp-size-guide-layout {
        display: block;
    }

    .hikmat-sp-size-guide-copy h3 {
        font-size: 16px;
        text-align: center;
    }

    .hikmat-sp-size-guide-sku {
        font-size: 12px;
        text-align: center;
    }

    .hikmat-sp-size-chart-content {
        font-size: 14px;
    }

    .hikmat-sp-size-guide-sketch {
        padding: 30px 0 0;
    }

    .hikmat-sp-size-sketch-image {
        max-width: 200px;
    }

    .hikmat-sp-terms-copy {
        font-size: 14px;
    }
    
    .hikmat-sp-gallery-placeholder{
        margin-top: -65px;
    }
    
    .hikmat-sp-accordion-trigger {
        font-size: 15px;
        color: #000;
    }
}

@media (max-width: 767px) {
    .hikmat-sp-summary {
        padding-right: 20px;
        padding-left: 20px;
    }

    .hikmat-sp-gallery-new-arrival {
        left: 3%;
    }

    .hikmat-sp-utility-link {
        gap: 6px;
        font-size: 12px;
    }

    .hikmat-sp-utility-link img {
        width: 18px;
        height: 18px;
    }

    .hikmat-sp-description-column {
        padding: 20px 20px 0;
    }

    .hikmat-sp-details-column {
        padding: 20px 20px 50px;
    }

    .hikmat-sp-accordion-trigger {
        font-size: 15px;
        color: #000;
    }

    .hikmat-sp-related-tab,
    .hikmat-sp-related-tab:hover,
    .hikmat-sp-related-tab:focus{
        font-size: 12px;
    }

    /* Mobile mirrors Elementor's full-screen off-canvas. */
    .hikmat-sp-drawer {
        top: auto;
        bottom: 0;
        width: 100%;
        height: 100vh;
        height: 100dvh;
        transform: translate3d(0, 100%, 0);
    }

    .hikmat-sp-drawer.is-open {
        transform: translate3d(0, 0, 0);
    }

    .hikmat-sp-drawer-scroll {
        padding: 65px 20px calc(30px + env(safe-area-inset-bottom));
    }

    .hikmat-sp-drawer-title {
        padding-bottom: 20px;
        font-size: 18px;
    }
}

/* Small structural safeguards. */
@media (max-width: 1024px) {
    .hikmat-sp-related-tab:only-child {
        grid-column: 1 / -1;
    }

    .hikmat-sp-drawer {
        transform: translate3d(0, 100%, 0);
    }

    .hikmat-sp-drawer.is-open {
        transform: translate3d(0, 0, 0);
    }
}

.hikmat-sp-drawer-backdrop,
.hikmat-sp-drawer-backdrop:hover,
.hikmat-sp-drawer-backdrop:focus,
.hikmat-sp-drawer-backdrop:active {
    background: rgba(0, 0, 0, 0.15) !important;
    box-shadow: none !important;
    outline: none;
}
