/* HIKMAT Wishlist v1.0.9 */

/* =========================================================
 * PRODUCT WISHLIST TOGGLE
 * ========================================================= */
.hikmat-wishlist-toggle {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 17px;
    height: 17px;
    margin: 0;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    cursor: pointer;
    line-height: 1;
    vertical-align: middle;
    -webkit-appearance: none;
    appearance: none;
}

.hikmat-wishlist-toggle:hover,
.hikmat-wishlist-toggle:focus,
.hikmat-wishlist-toggle:active {
    border: 0;
    background: transparent;
    box-shadow: none;
    outline: none;
}

.hikmat-wishlist-toggle:focus-visible {
    outline: 1px solid currentColor;
    outline-offset: 3px;
}

.hikmat-wishlist-toggle.is-loading {
    opacity: .55;
    cursor: wait;
}

.hikmat-wishlist-toggle .hikmat-wishlist-icon {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    max-width: none;
    object-fit: contain;
    pointer-events: none;
    transition: opacity .15s ease;
}

.hikmat-wishlist-toggle .hikmat-wishlist-icon--off { opacity: 1; }
.hikmat-wishlist-toggle .hikmat-wishlist-icon--on  { opacity: 0; }

.hikmat-wishlist-toggle.is-active .hikmat-wishlist-icon--off,
.hikmat-wishlist-toggle:focus-visible .hikmat-wishlist-icon--off { opacity: 0; }

.hikmat-wishlist-toggle.is-active .hikmat-wishlist-icon--on,
.hikmat-wishlist-toggle:focus-visible .hikmat-wishlist-icon--on { opacity: 1; }

@media (hover: hover) and (pointer: fine) {
    .hikmat-wishlist-toggle:hover .hikmat-wishlist-icon--off { opacity: 0; }
    .hikmat-wishlist-toggle:hover .hikmat-wishlist-icon--on  { opacity: 1; }
}

@media (hover: none), (pointer: coarse) {
    .hikmat-wishlist-toggle:not(.is-active) .hikmat-wishlist-icon--off { opacity: 1 !important; }
    .hikmat-wishlist-toggle:not(.is-active) .hikmat-wishlist-icon--on  { opacity: 0 !important; }
    .hikmat-wishlist-toggle.is-active .hikmat-wishlist-icon--off      { opacity: 0 !important; }
    .hikmat-wishlist-toggle.is-active .hikmat-wishlist-icon--on       { opacity: 1 !important; }
}

/* =========================================================
 * HEADER ICON + COUNT
 * ========================================================= */
.hikmat-wishlist-header {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 17px;
    height: 17px;
    margin: 0;
    padding: 0;
    overflow: visible;
    color: inherit;
    line-height: 1;
    text-decoration: none;
    vertical-align: middle;
}

@media (min-width: 1025px) {
    .hikmat-wishlist-header {
        width: 20px !important;
        height: 20px !important;
    }
}

.hikmat-wishlist-header:hover,
.hikmat-wishlist-header:focus,
.hikmat-wishlist-header:active {
    color: inherit;
    text-decoration: none;
}

.hikmat-wishlist-header:focus-visible {
    outline: 1px solid currentColor;
    outline-offset: 4px;
}

.hikmat-wishlist-header__icon {
    display: block;
    width: 100%;
    height: 100%;
    max-width: none;
    object-fit: contain;
    pointer-events: none;
}

.hikmat-wishlist-header__count {
    position: absolute;
    top: -7px;
    right: -9px;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 15px;
    height: 15px;
    padding: 0 3px;
    border-radius: 999px;
    box-sizing: border-box;
    background: #000;
    color: #fff;
    font-size: 10px;
    font-weight: 600;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    pointer-events: none;
}

.hikmat-wishlist-header__count[hidden] {
    display: none !important;
}

/* =========================================================
 * WISHLIST TITLE SHORTCODE
 * [hikmat_wishlist_title]
 * ========================================================= */
.hikmat-wishlist-title {
    display: inline-block;
    position: relative;
    color: inherit;
    font: inherit;
    line-height: inherit;
}

.hikmat-wishlist-title__count {
    position: relative;
    top: -.48em;
    margin-left: 5px;
    font-size: .55em;
    font-weight: 400;
    line-height: 1;
    vertical-align: baseline;
}

/* =========================================================
 * WISHLIST LIST
 * ========================================================= */
.hikmat-wishlist {
    width: 100%;
}

.hikmat-wishlist__status {
    min-height: 1em;
    margin: 0 0 16px;
    text-align: center;
    font-size: 13px;
    color: #777;
}

.hikmat-wishlist__status:empty {
    display: none;
}

.hikmat-wishlist__results:empty {
    display: none;
}

/* Desktop = 4 columns. Tablet + mobile are overridden to 2 below. */
.hikmat-wishlist__results,
.hikmat-wishlist .hik-grid,
.hikmat-wishlist-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 30px 16px;
    width: 100%;
}

.hikmat-wishlist .hik-search-card-wrap {
    min-width: 0;
    text-align: center;
}

/* Image shell + wishlist icon placement */
.hikmat-wishlist .hik-live-image-shell {
    position: relative;
}

.hikmat-wishlist .hik-live-wishlist-position {
    position: absolute;
    left: 12px;
    bottom: 12px;
    z-index: 8;
    line-height: 1;
}

.hikmat-wishlist .hikmat-loop-card__media {
    position: relative;
    width: 100%;
    aspect-ratio: 3 / 5;
    overflow: hidden;
    background: transparent;
}

.hikmat-wishlist .hikmat-loop-card__img {
    position: absolute;
    inset: 0;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border: 0 !important;
    outline: 0 !important;
    box-shadow: none !important;
}

/* Second product image is only loaded/used on desktop by wishlist.js. */
.hikmat-wishlist .hikmat-wishlist-hover-image {
    opacity: 0;
    pointer-events: none;
}

@media (min-width: 1025px) and (hover: hover) and (pointer: fine) {
    .hikmat-wishlist .hikmat-loop-card__media > .hikmat-loop-card__img:not(.hikmat-wishlist-hover-image),
    .hikmat-wishlist .hikmat-wishlist-hover-image {
        transition: opacity .32s ease;
    }

    .hikmat-wishlist .hik-live-image-link:hover .hikmat-loop-card__media > .hikmat-loop-card__img:not(.hikmat-wishlist-hover-image) {
        opacity: 0;
    }

    .hikmat-wishlist .hik-live-image-link:hover .hikmat-wishlist-hover-image {
        opacity: 1;
    }
}

@media (max-width: 1024px) {
    .hikmat-wishlist .hikmat-wishlist-hover-image {
        display: none !important;
    }
}


/* =========================================================
 * LAYOUT ISOLATION / MOBILE HEIGHT SAFETY
 *
 * Wishlist cards reuse markup/classes from HIKMAT Live Search.
 * On pages where Live Search/Elementor applies sizing or clipping
 * rules to those shared classes, an AJAX-rendered wishlist can
 * visually overflow its parent and appear underneath the footer.
 * Keep the wishlist in normal document flow and let its content
 * determine the section height.
 * ========================================================= */
.hikmat-wishlist,
.hikmat-wishlist__results,
.hikmat-wishlist .hik-search-card-wrap,
.hikmat-wishlist .hikmat-loop-card,
.hikmat-wishlist .hik-live-image-shell,
.hikmat-wishlist .hik-live-image-link {
    height: auto !important;
    max-height: none !important;
}

.hikmat-wishlist,
.hikmat-wishlist__results,
.hikmat-wishlist .hik-search-card-wrap,
.hikmat-wishlist .hikmat-loop-card {
    overflow: visible !important;
    contain: none !important;
}

.hikmat-wishlist__results {
    position: relative;
    grid-auto-rows: auto;
    align-items: start;
}

.hikmat-wishlist .hik-search-card-wrap,
.hikmat-wishlist .hikmat-loop-card {
    position: relative !important;
    display: block;
}

.hikmat-wishlist .hik-live-image-shell,
.hikmat-wishlist .hik-live-image-link {
    display: block;
    width: 100%;
}

/* =========================================================
 * NEW ARRIVAL + SALE BADGES
 * ========================================================= */
.hikmat-wishlist .hik-badge--new,
.hikmat-wishlist .hik-badge--sale {
    position: absolute;
    z-index: 6;
    display: inline-flex;
    box-sizing: border-box;
    pointer-events: none;
    text-transform: uppercase;
}

.hikmat-wishlist .hik-badge--new {
    top: 12px;
    left: 10px;
    padding: 0;
    background: transparent;
    color: #111;
    font-size: 10px;
    font-weight: 400;
    line-height: 1;
    letter-spacing: .14em;
    writing-mode: vertical-rl;
    transform: rotate(180deg);
}

.hikmat-wishlist .hik-badge--sale {
    top: 10px;
    right: 10px;
    padding: 4px 6px;
    background: rgba(180, 144, 29, .16);
    color: #B4901D;
    font-size: 10px;
    font-weight: 400;
    line-height: 1.15;
}

/* =========================================================
 * CARD CONTENT
 * ========================================================= */
.hikmat-wishlist .hik-card__swatches,
.hikmat-wishlist .hikmat-loop-card__dots,
.hikmat-wishlist .hik-live-swatches {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 4px;
    margin-top: 6px;
}

.hikmat-wishlist .hikmat-loop-card__dot,
.hikmat-wishlist .hik-live-dot {
    display: inline-block;
    width: 8px;
    height: 8px;
    flex: 0 0 auto;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 999px;
    background: var(--hikmat-dot-color, var(--sw, #111));
}

.hikmat-wishlist .hikmat-loop-card__dot.is-white,
.hikmat-wishlist .hik-live-dot.is-white {
    border-color: grey !important;
}

.hikmat-wishlist .hik-live-meta,
.hikmat-wishlist .hik-card__topmeta {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 6px 8px;
    margin-top: 8px;
    text-align: center;
}

.hikmat-wishlist .hik-live-meta__item,
.hikmat-wishlist .hik-card__topmeta-item {
    padding: 0;
    font-size: 10px;
    text-decoration: none;
    text-transform: uppercase;
}

.hikmat-wishlist .hik-live-meta__item--collection,
.hikmat-wishlist .hik-card__topmeta-item--collection { color: grey; }

.hikmat-wishlist .hik-live-meta__item--exclusive,
.hikmat-wishlist .hik-card__topmeta-item--exclusive { color: #C8A85D; }

.hikmat-wishlist .hik-card__name,
.hikmat-wishlist .hik-live-name {
    display: block;
    margin-top: 8px;
    color: #111;
    text-align: center;
    text-decoration: none;
}

.hikmat-wishlist .hik-card__sku,
.hikmat-wishlist .hik-live-sku {
    margin-top: 2px;
    color: #777;
    text-align: center;
}

.hikmat-wishlist .hik-card__price,
.hikmat-wishlist .hik-live-price {
    display: block !important;
    margin-top: 6px;
    text-align: center;
}

.hikmat-wishlist .hik-card__price .hik-price-stack {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2px;
    text-align: center;
}

.hikmat-wishlist .hik-card__price .hik-price-stack__regular {
    margin: 0;
    padding: 0;
    color: #888;
    font-size: 12px;
    line-height: 1.1;
}

.hikmat-wishlist .hik-card__price .hik-price-stack__regular del {
    margin-left: 0;
    padding-left: 0;
    opacity: 1;
}

.hikmat-wishlist .hik-card__price .hik-price-stack__current {
    color: #111;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.2;
}

.hikmat-wishlist .hik-card__price .hik-price-stack.has-sale .hik-price-stack__current {
    color: #B4901D;
}

.hikmat-wishlist .hik-card__price .hik-price-stack__current ins {
    text-decoration: none;
}

/* =========================================================
 * LOAD MORE
 * Tablet/mobile default: black button. Desktop overridden below.
 * ========================================================= */
.hikmat-wishlist__load-more, .hikmat-wishlist__load-more:focus {
    display: block;
    min-width: 170px;
    margin: 34px auto 0;
    padding: 11px 22px;
    border: 1px solid #111;
    border-radius: 0;
    background: #000;
    color: #fff;
    box-shadow: none;
    cursor: pointer;
    font: inherit;
    text-align: center;
    transition: background-color .2s ease, color .2s ease;
    -webkit-appearance: none;
    appearance: none;
}

.hikmat-wishlist__load-more[hidden] {
    display: none !important;
}

@media (min-width: 1025px) {
    .hikmat-wishlist__load-more {
        background: #fff;
        color: #000;
    }

    .hikmat-wishlist__load-more:hover,
    .hikmat-wishlist__load-more:focus-visible {
        background: #000;
        color: #fff;
    }
}

/* Tablet + mobile = 2 columns and 10 products per request (JS). */
@media (max-width: 1024px) {
    .hikmat-wishlist__results,
    .hikmat-wishlist .hik-grid,
    .hikmat-wishlist-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 24px 10px;
    }

    .hikmat-wishlist .hik-live-wishlist-position {
        left: 10px;
        bottom: 10px;
    }
}

/* =========================================================
 * v1.0.8 — HARD FLOW FIX FOR ELEMENTOR / MOBILE
 *
 * Some shared Live Search rules can be loaded after Wishlist CSS and
 * re-apply absolute/fixed sizing to the media wrapper. When that happens,
 * product images are painted visually but do not reserve layout height,
 * so the footer starts before the last wishlist row has finished.
 * These rules deliberately win inside the Wishlist only.
 * ========================================================= */
.hikmat-wishlist {
    display: block !important;
    position: relative !important;
    float: none !important;
    clear: both !important;
    width: 100% !important;
    height: auto !important;
    min-height: 0 !important;
    max-height: none !important;
    overflow: visible !important;
}

.hikmat-wishlist__results {
    display: grid !important;
    position: relative !important;
    float: none !important;
    clear: both !important;
    width: 100% !important;
    height: auto !important;
    min-height: 0 !important;
    max-height: none !important;
    overflow: visible !important;
    align-content: start !important;
    align-items: start !important;
}

.hikmat-wishlist .hik-search-card-wrap,
.hikmat-wishlist .hikmat-loop-card {
    position: relative !important;
    display: block !important;
    float: none !important;
    clear: none !important;
    width: auto !important;
    height: auto !important;
    min-height: 0 !important;
    max-height: none !important;
    overflow: visible !important;
    transform: none !important;
}

.hikmat-wishlist .hik-live-image-shell,
.hikmat-wishlist .hik-live-image-link {
    position: relative !important;
    display: block !important;
    float: none !important;
    clear: both !important;
    width: 100% !important;
    height: auto !important;
    min-height: 0 !important;
    max-height: none !important;
    overflow: visible !important;
}

/* This element MUST participate in normal flow because it reserves the
 * complete image height. The images inside it may remain absolute. */
.hikmat-wishlist .hik-card__media,
.hikmat-wishlist .hikmat-loop-card__media {
    position: relative !important;
    display: block !important;
    float: none !important;
    clear: both !important;
    width: 100% !important;
    height: auto !important;
    min-height: 0 !important;
    max-height: none !important;
    aspect-ratio: 3 / 5 !important;
    overflow: hidden !important;
    box-sizing: border-box !important;
}

.hikmat-wishlist .hik-card__media > img,
.hikmat-wishlist .hikmat-loop-card__media > img,
.hikmat-wishlist .hikmat-loop-card__img {
    position: absolute !important;
    inset: 0 !important;
    display: block !important;
    float: none !important;
    width: 100% !important;
    height: 100% !important;
    max-width: none !important;
    max-height: none !important;
    object-fit: cover !important;
}

/* Elementor shortcode widgets must grow with AJAX-inserted Wishlist rows. */
.elementor-widget-shortcode:has(.hikmat-wishlist),
.elementor-widget-shortcode:has(.hikmat-wishlist) > .elementor-widget-container {
    height: auto !important;
    min-height: 0 !important;
    max-height: none !important;
    overflow: visible !important;
}

@media (max-width: 1024px) {
    .hikmat-wishlist__results,
    .hikmat-wishlist .hik-grid,
    .hikmat-wishlist-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        grid-auto-flow: row !important;
        grid-auto-rows: auto !important;
        gap: 24px 10px !important;
    }
}


/* =========================================================
 * v1.0.9 — INDEXED PRODUCT FLOW MODEL
 *
 * HIKMAT Indexed Product had the same mobile symptom: the
 * visual product image could extend farther than the height
 * reserved by the document flow, allowing the footer to rise
 * into the final product row. Its stable layout keeps the main
 * product image in normal flow and only absolutely positions
 * the secondary/hover image.
 *
 * Apply the same model to Wishlist. The main image itself now
 * reserves the complete 3:5 media height. This no longer relies
 * on an aspect-ratio-only wrapper with exclusively absolute
 * children to establish the row height.
 * ========================================================= */
.hikmat-wishlist .hik-card__media,
.hikmat-wishlist .hikmat-loop-card__media {
    position: relative !important;
    display: block !important;
    width: 100% !important;
    height: auto !important;
    min-height: 0 !important;
    max-height: none !important;
    aspect-ratio: auto !important;
    overflow: hidden !important;
}

/* MAIN image: participates in normal document flow and reserves height. */
.hikmat-wishlist .hikmat-loop-card__media > .hikmat-loop-card__img:not(.hikmat-wishlist-hover-image) {
    position: relative !important;
    inset: auto !important;
    display: block !important;
    float: none !important;
    width: 100% !important;
    height: auto !important;
    min-height: 0 !important;
    max-width: none !important;
    max-height: none !important;
    aspect-ratio: 3 / 5 !important;
    object-fit: cover !important;
    object-position: center center !important;
}

/* SECOND image: overlay only; it must never contribute to layout height. */
.hikmat-wishlist .hikmat-loop-card__media > .hikmat-wishlist-hover-image {
    position: absolute !important;
    inset: 0 !important;
    display: block !important;
    float: none !important;
    width: 100% !important;
    height: 100% !important;
    max-width: none !important;
    max-height: none !important;
    object-fit: cover !important;
    object-position: center center !important;
}

@media (max-width: 1024px) {
    .hikmat-wishlist .hikmat-loop-card__media > .hikmat-wishlist-hover-image {
        display: none !important;
    }
}

.hik-live-sku {
    font-size: 12px !important;
    font-weight: 200 !important;
}

.hik-live-name
{
    font-size: 14px !important;
}

.hikmat-wishlist__load-more
{
    font-size: 14px !important;
    font-weight: 300 !important;
}

.hikmat-wishlist__load-more btn:hover
{
    background-color: #000 !important;
    color: #fff !important;
}

/* =========================================================
 * v1.0.10 — INDEXED PRODUCT CARD PARITY
 *
 * Wishlist now renders the same product-card structure/model used by
 * HIKMAT Indexed Product Loop instead of patching Live Search markup.
 *
 * Critical behavior:
 * - main image remains visible by default;
 * - second_product_image is an overlay only when ACF actually has a value;
 * - hover fade is gated by .has-second-image, so missing second images
 *   can NEVER fade the main image to an empty frame;
 * - desktop transition mirrors Indexed Product (opacity .4s ease).
 * ========================================================= */

.hikmat-wishlist__results {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    gap: 28px 10px !important;
}

.hikmat-wishlist .hikmat-product-card {
    position: relative;
    display: block;
    min-width: 0;
    width: auto;
    height: auto;
    overflow: visible;
    text-align: center;
}

.hikmat-wishlist .hikmat-product-media-wrap {
    position: relative;
    overflow: hidden;
}

.hikmat-wishlist .hikmat-product-media {
    position: relative;
    display: block;
    width: 100%;
    height: auto !important;
    aspect-ratio: 4 / 5 !important;
    overflow: hidden !important;
    background: #f2f2f2 !important;
}

.hikmat-wishlist .hikmat-product-image {
    display: block !important;
    inset: 0 !important;
    width: 100% !important;
    height: 100% !important;
    max-width: none !important;
    max-height: none !important;
    object-fit: cover !important;
    object-position: center center !important;
    opacity: 1;
    transition: opacity .4s ease;
    image-rendering: auto !important;
    -ms-interpolation-mode: bicubic;
    backface-visibility: hidden;
    transform: translateZ(0);
    will-change: opacity;
}

.hikmat-wishlist .hikmat-product-media img {
    max-width: none !important;
}

.hikmat-wishlist .hikmat-product-image-main {
    position: relative !important;
    opacity: 1;
}

.hikmat-wishlist .hikmat-product-image-second {
    position: absolute !important;
    inset: 0 !important;
    opacity: 0;
    pointer-events: none;
}

/* Desktop + real mouse/trackpad only. Never fade products without second image. */
@media (min-width: 1025px) and (hover: hover) and (pointer: fine) {
    .hikmat-wishlist .hikmat-product-media.has-second-image:hover .hikmat-product-image-main {
        opacity: 0;
    }

    .hikmat-wishlist .hikmat-product-media.has-second-image:hover .hikmat-product-image-second {
        opacity: 1;
    }
}

.hikmat-wishlist .hikmat-wishlist-card__wishlist-position {
    position: absolute;
    left: 12px;
    bottom: 12px;
    z-index: 6;
    line-height: 1;
}

/* Indexed Product badge model */
.hikmat-wishlist .hikmat-badge {
    position: absolute;
    top: 10px;
    z-index: 2;
    font-size: 11px;
    line-height: 1;
    letter-spacing: .04em;
    pointer-events: none;
}

.hikmat-wishlist .hikmat-badge-new {
    top: 14px;
    left: 12px;
    color: #000;
    background: transparent;
    writing-mode: vertical-rl;
    transform: rotate(180deg);
    letter-spacing: .28em;
    font-size: 12px;
    font-weight: 400;
}

.hikmat-wishlist .hikmat-badge-save {
    top: 12px;
    right: 12px;
    padding: 5px 7px;
    color: #B4901D;
    background: rgba(180, 144, 29, .12);
    font-size: 11px;
    letter-spacing: .06em;
}

/* Indexed Product information model */
.hikmat-wishlist .hikmat-product-info {
    padding-top: 10px;
}

.hikmat-wishlist .hikmat-product-taxonomies {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 6px;
    min-height: 0 !important;
    margin-bottom: 3px;
    font-size: 12px;
}

.hikmat-wishlist .hikmat-product-taxonomies a {
    text-decoration: none;
}

.hikmat-wishlist .hikmat-product-collection,
.hikmat-wishlist .hikmat-product-exclusive {
    font-size: 10px;
    text-transform: uppercase;
}

.hikmat-wishlist .hikmat-product-collection {
    color: #444;
}

.hikmat-wishlist .hikmat-product-exclusive {
    color: #B4901D;
}

.hikmat-wishlist .hikmat-product-title {
    margin: 3px 0 0;
    font-size: 15px;
    line-height: 1.35;
}

.hikmat-wishlist .hikmat-product-title a {
    color: #111;
    text-decoration: none;
}

.hikmat-wishlist .hikmat-product-code {
    margin-bottom: 7px;
    color: #777;
    font-size: 12px;
    font-weight: 300;
}

.hikmat-wishlist .hikmat-product-swatches {
    display: flex;
    justify-content: center;
    gap: 7px;
    min-height: 14px;
    margin-bottom: 7px;
}

.hikmat-wishlist .hikmat-product-swatches a.hikmat-swatch {
    text-decoration: none;
}

.hikmat-wishlist .hikmat-swatch {
    display: inline-block;
    width: 14px;
    height: 14px;
    border: 2px solid #fff;
    border-radius: 999px;
    background: var(--hikmat-swatch-color);
    box-shadow: 0 0 0 1px rgba(0,0,0,.18);
}

.hikmat-wishlist .hikmat-swatch[aria-label^="White"] {
    border: 1px solid #cfcfcf !important;
}

.hikmat-wishlist .hikmat-product-price {
    color: #000;
    font-size: 14px;
    font-weight: 300;
    letter-spacing: .04em;
}

.hikmat-wishlist .hikmat-product-price del {
    margin-right: 5px;
    color: #9a9a9a;
    font-size: 12px;
}

.hikmat-wishlist .hikmat-product-price ins {
    color: #B4901D;
    font-size: 14px;
    text-decoration: none;
}

@media (max-width: 1024px) {
    .hikmat-wishlist__results {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        gap: 28px 5px !important;
    }

    .hikmat-wishlist .hikmat-product-media {
        aspect-ratio: 3 / 5 !important;
    }

    .hikmat-wishlist .hikmat-product-image-second {
        display: none !important;
    }

    .hikmat-wishlist .hikmat-wishlist-card__wishlist-position {
        left: 10px;
        bottom: 10px;
    }

    .hikmat-wishlist .hikmat-badge {
        top: 5px;
        font-size: 10px;
    }

    .hikmat-wishlist .hikmat-badge-new {
        left: 5px;
    }

    .hikmat-wishlist .hikmat-badge-save {
        right: 5px;
        padding: 5px 7px;
    }

    .hikmat-wishlist .hikmat-product-title {
        font-size: 13px;
    }

    .hikmat-wishlist .hikmat-product-taxonomies,
    .hikmat-wishlist .hikmat-product-collection,
    .hikmat-wishlist .hikmat-product-exclusive {
        font-size: 9px;
    }

    .hikmat-wishlist .hikmat-product-price del,
    .hikmat-wishlist .hikmat-product-price ins {
        display: block;
        margin-right: 0;
        text-align: center;
    }
}

