.hf-product-page .product-details-container,
.hf-product-page .hf-product-details-shell,
.hf-product-page .col-product-details-left #product_slider_container {
    min-height: 0 !important;
    height: auto !important;
}

.hf-product-page > .container {
    width: 100% !important;
    max-width: none !important;
    padding-left: clamp(14px, 2vw, 28px) !important;
    padding-right: clamp(14px, 2vw, 28px) !important;
}

.hf-product-page .col-product-details-left,
.hf-product-page .col-product-details-right {
    align-self: flex-start;
}

.hf-product-page .col-product-details-left #product_slider_container {
    position: relative;
    padding: 0 !important;
    border-radius: 0 !important;
    border: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
}

.hf-product-page .col-product-details-left #product_slider_container::before {
    display: none;
}

.hf-product-page .col-product-details-right #response_product_details {
    position: relative;
    border-radius: 20px !important;
    box-shadow: 0 10px 28px rgba(24, 41, 84, 0.06) !important;
}

.product-share.product-share--menu {
    display: inline-flex;
    align-items: center;
}

.product-share-menu {
    position: relative;
    display: inline-block;
    margin: 0;
}

.product-share-toggle {
    width: 38px;
    height: 38px;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    border: 1px solid rgba(17, 24, 39, 0.12);
    background: #fff;
    color: #111827 !important;
    box-shadow: 0 10px 22px rgba(15, 23, 42, 0.08);
    transition: transform 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
}

.product-share-toggle:hover {
    transform: translateY(-1px);
    box-shadow: 0 14px 28px rgba(15, 23, 42, 0.12);
}

.product-share-menu.is-open .product-share-toggle {
    background: #f8fafc;
    box-shadow: 0 14px 28px rgba(15, 23, 42, 0.14);
}

.product-share-toggle-icon {
    width: 18px;
    height: 18px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.product-share-toggle-icon svg {
    width: 100%;
    height: 100%;
    fill: currentColor;
}

.product-share-popover {
    display: none;
    position: absolute;
    top: calc(100% + 10px);
    right: 0;
    min-width: 208px;
    padding: 8px 0;
    border: 1px solid rgba(17, 24, 39, 0.12);
    border-radius: 14px;
    background: #fff;
    box-shadow: 0 18px 40px rgba(15, 23, 42, 0.18);
    z-index: 40;
    max-height: min(72vh, 360px);
    overflow-y: auto;
}

.product-share-menu.is-open .product-share-popover {
    display: block;
}

.product-share-popover-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    padding: 8px 12px 10px;
    border-bottom: 1px solid rgba(17, 24, 39, 0.08);
}

.product-share-popover-title {
    font-size: 13px;
    font-weight: 700;
    color: #111827;
}

.product-share-close {
    width: 28px;
    height: 28px;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    color: #475569 !important;
    transition: background-color 0.18s ease, color 0.18s ease, transform 0.18s ease;
}

.product-share-close:hover {
    background: #f1f5f9;
    color: #111827 !important;
    transform: rotate(90deg);
}

.product-share-option {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 11px 14px;
    border: 0;
    background: transparent;
    color: #111827;
    text-align: left;
    font-size: 14px;
    line-height: 1.2;
    transition: background-color 0.18s ease, color 0.18s ease;
}

.product-share-option:hover {
    background: #f8fafc;
}

.product-share-option.is-copied {
    background: #ecfdf3;
    color: #15803d;
}

.product-share-option-icon {
    width: 22px;
    height: 22px;
    flex: 0 0 22px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
}

.product-share-option-icon--copy svg {
    width: 18px;
    height: 18px;
    fill: currentColor;
}

.product-share-option--email .product-share-option-icon {
    color: #111827;
}

.product-share-option--facebook .product-share-option-icon {
    color: #1877f2;
}

.product-share-option--x .product-share-option-icon {
    color: #111827;
}

.product-share-option--whatsapp .product-share-option-icon {
    color: #25d366;
}

.product-share-option--pinterest .product-share-option-icon {
    color: #e60023;
}

.product-share-option--copy .product-share-option-icon {
    color: #2563eb;
}

.product-share-option--copy.is-copied .product-share-option-icon {
    color: #15803d;
}

.product-share-option-label {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: inherit;
}

.product-share-option.is-copied .product-share-option-label::before {
    content: "\2713";
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
}

.hf-product-page .product-details-header-tools {
    display: flex !important;
    justify-content: flex-end !important;
    align-items: center !important;
    width: 100%;
    float: none;
    clear: both;
    margin: 8px 0 12px;
    position: relative;
    z-index: 5;
}

.hf-product-page .product-details-header-tools .product-share--menu {
    display: inline-flex;
}

.hf-product-page .product-details-header-tools .product-share-toggle {
    width: 40px;
    height: 40px;
    background: rgba(255, 255, 255, 0.98);
    box-shadow: 0 10px 24px rgba(15, 23, 42, 0.1);
}

.hf-product-page .product-details-header-tools .product-share-popover {
    top: calc(100% + 10px);
    right: 0;
    left: auto;
}

.hf-product-page .product-slider-wrapper {
    display: grid;
    grid-template-columns: 92px minmax(0, 1fr);
    gap: 22px;
    align-items: start;
    margin-bottom: 0;
    opacity: 1;
}

.hf-product-page .product-slider-wrapper.product-slider-wrapper-single {
    grid-template-columns: minmax(0, 1fr);
}

.hf-product-page .product-slider-wrapper.product-slider-wrapper-single .thumb-slider-wrapper {
    display: none !important;
}

.hf-product-page .product-slider-wrapper .thumb-slider-wrapper {
    flex: none;
    width: 92px;
    min-height: 0;
    height: clamp(430px, 40vw, 720px) !important;
    max-height: 720px;
    overflow: hidden;
}

.hf-product-page .product-slider-wrapper .thumb-slider,
.hf-product-page .product-slider-wrapper .thumb-slider .swiper-wrapper {
    height: 100%;
}

.hf-product-page .product-slider-wrapper .thumb-slider .swiper-wrapper {
    align-items: flex-start;
}

.hf-product-page .product-slider-wrapper .thumb-slider .swiper-slide {
    width: 92px !important;
    height: 92px !important;
    margin: 0 0 14px !important;
    border: 1px solid #e6edf5;
    border-radius: 18px;
    opacity: 1;
    background: #fff;
    box-shadow: 0 8px 20px rgba(15, 23, 42, 0.05);
    transition: border-color 0.25s ease, box-shadow 0.25s ease, transform 0.25s ease;
}

.hf-product-page .product-slider-wrapper .thumb-slider .swiper-slide:hover {
    transform: translateY(-1px);
}

.hf-product-page .product-slider-wrapper .thumb-slider .swiper-slide img {
    max-width: 84% !important;
    max-height: 84% !important;
}

.hf-product-page .product-slider-wrapper .product-media-thumb {
    position: relative;
}

.hf-product-page .product-slider-wrapper .product-media-thumb-image {
    width: auto !important;
    height: auto !important;
    max-width: 84% !important;
    max-height: 84% !important;
    object-fit: contain !important;
    object-position: center center !important;
    display: block !important;
    margin: auto !important;
}

.hf-product-page .product-slider-wrapper .product-media-thumb--video .product-media-thumb-image {
    opacity: 0.92;
}

.hf-product-page .product-slider-wrapper .product-media-thumb-label {
    font-size: 12px;
    font-weight: 700;
    color: #111827;
}

.hf-product-page .product-slider-wrapper .product-media-thumb-icon {
    position: absolute;
    inset: 50% auto auto 50%;
    width: 30px;
    height: 30px;
    transform: translate(-50%, -50%);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    background: rgba(17, 24, 39, 0.78);
    color: #fff;
    box-shadow: 0 10px 20px rgba(15, 23, 42, 0.22);
}

.hf-product-page .product-slider-wrapper .thumb-slider .swiper-slide-thumb-active {
    border-color: rgba(252, 163, 17, 0.62);
    box-shadow: 0 0 0 3px rgba(252, 163, 17, 0.16), 0 16px 26px rgba(15, 23, 42, 0.08);
}

.hf-product-page .product-slider-wrapper .thumb-slider .swiper-slide-thumb-active img {
    border-color: transparent !important;
}

.hf-product-page .product-slider-wrapper .slider-for-container {
    position: relative;
    min-height: 0;
    aspect-ratio: 1 / 1;
    max-height: 720px;
    height: auto;
    border: 1px solid rgba(226, 234, 250, 0.92);
    border-radius: 24px;
    background: linear-gradient(180deg, #fbfcff 0%, #eef3ff 100%);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.78), 0 18px 36px rgba(38, 64, 123, 0.06);
}

.hf-product-page .product-slider-wrapper .product-slider,
.hf-product-page .product-slider-wrapper .product-slider .swiper-wrapper,
.hf-product-page .product-slider-wrapper .product-slider .swiper-slide,
.hf-product-page .product-slider-wrapper .product-slider .swiper-slide a {
    height: 100%;
}

.hf-product-page .product-slider-wrapper .product-media-slide,
.hf-product-page .product-slider-wrapper .product-media-link,
.hf-product-page .product-slider-wrapper .product-media-video-shell {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    padding: 4px;
    box-sizing: border-box;
    overflow: visible;
    background: transparent;
    touch-action: manipulation;
}

.hf-product-page .product-slider-wrapper .product-media-link {
    appearance: none;
    -webkit-appearance: none;
    border: 0;
    outline: 0;
    cursor: zoom-in;
}

.hf-product-page .product-slider-wrapper .product-slider .swiper-slide {
    padding: 14px;
    box-sizing: border-box;
}

.hf-product-page .product-slider-wrapper .product-media-image {
    width: 100% !important;
    height: 100% !important;
    max-width: 100% !important;
    max-height: 100% !important;
    object-fit: contain !important;
    object-position: center center !important;
    display: block !important;
    margin: auto !important;
}

.hf-product-page .product-slider-wrapper .product-media-slide--video {
    background: linear-gradient(180deg, #eff4ff 0%, #f9fbff 100%);
}

.hf-product-page .product-slider-wrapper .product-media-video-chrome,
.hf-product-page .product-slider-wrapper .product-media-video-primary,
.hf-product-page .product-slider-wrapper .product-media-video-meta,
.hf-product-page .product-slider-wrapper .product-media-video-lightbox-label,
.hf-product-page .product-slider-wrapper .product-media-video-primary-copy {
    display: none !important;
}

.hf-product-page .product-slider-wrapper .product-media-video-shell {
    position: relative;
    overflow: hidden;
    padding: 18px;
    border-radius: 24px;
    background: radial-gradient(circle at top, rgba(59, 130, 246, 0.14), transparent 48%), linear-gradient(180deg, #0f172a 0%, #1e293b 100%);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08), 0 26px 40px rgba(15, 23, 42, 0.18);
}

.hf-product-page .product-slider-wrapper .product-media-video-shell video,
.hf-product-page .product-slider-wrapper .product-media-slide--video .plyr,
.hf-product-page .product-slider-wrapper .product-media-slide--video .plyr__video-wrapper {
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
}

.hf-product-page .product-slider-wrapper .product-media-video-shell video {
    display: block;
    position: relative;
    z-index: 1;
    border-radius: 22px;
    background: #020617;
    object-fit: contain;
    box-shadow: 0 20px 38px rgba(2, 6, 23, 0.34);
}

.hf-product-page .product-slider-wrapper .product-media-video-shell::after {
    content: "";
    position: absolute;
    inset: auto 18px 18px 18px;
    height: 38%;
    border-radius: 0 0 22px 22px;
    background: linear-gradient(180deg, rgba(2, 6, 23, 0) 0%, rgba(2, 6, 23, 0.62) 100%);
    pointer-events: none;
    z-index: 2;
    opacity: 1;
    transition: opacity 0.22s ease;
}

.hf-product-page .product-slider-wrapper .product-media-video-shell.is-playing::after {
    opacity: 0;
}

.hf-product-page .product-slider-wrapper .product-media-video-lightbox {
    position: absolute;
    z-index: 3;
}

.hf-product-page .product-slider-wrapper .product-media-video-lightbox {
    top: 24px;
    right: 24px;
    left: auto;
    min-width: 54px;
    height: 46px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 0 14px;
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 999px;
    background: rgba(15, 23, 42, 0.74);
    color: #fff;
    cursor: zoom-in;
    box-shadow: 0 14px 28px rgba(15, 23, 42, 0.22);
    transition: transform 0.2s ease, background-color 0.2s ease, box-shadow 0.2s ease;
}

.hf-product-page .product-slider-wrapper .product-media-video-lightbox:hover {
    background: rgba(15, 23, 42, 0.9);
    transform: scale(1.04);
    box-shadow: 0 18px 32px rgba(15, 23, 42, 0.28);
}

.hf-product-page .product-slider-wrapper .product-media-video-lightbox-icon {
    display: inline-flex;
    width: 24px;
    height: 24px;
}

.hf-product-page .product-slider-wrapper .product-media-video-lightbox-icon svg {
    width: 100%;
    height: 100%;
    fill: currentColor;
}

.hf-product-page .product-slider-wrapper .product-slider .swiper-button-next,
.hf-product-page .product-slider-wrapper .product-slider .swiper-button-prev {
    width: 50px;
    height: 50px;
    border: 1px solid rgba(17, 24, 39, 0.08);
    background: rgba(255, 255, 255, 0.96);
    box-shadow: 0 14px 30px rgba(15, 23, 42, 0.12);
    color: #111827;
}

.hf-product-page .product-slider-wrapper .product-slider .swiper-button-next::after,
.hf-product-page .product-slider-wrapper .product-slider .swiper-button-prev::after {
    font-size: 16px;
    font-weight: 700;
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .hf-product-page .product-details-container > .row {
        align-items: flex-start;
    }

    .hf-product-page .col-product-details-left {
        flex: 0 0 48%;
        max-width: 48%;
    }

    .hf-product-page .col-product-details-right {
        flex: 0 0 52%;
        max-width: 52%;
    }

    .hf-product-page .product-slider-wrapper {
        --hf-product-media-size: clamp(420px, 40vw, 540px);
        grid-template-columns: 92px minmax(0, var(--hf-product-media-size));
        justify-content: flex-start;
    }

    .hf-product-page .product-slider-wrapper.product-slider-wrapper-single {
        grid-template-columns: minmax(0, var(--hf-product-media-size));
    }

    .hf-product-page .product-slider-wrapper .thumb-slider-wrapper {
        height: var(--hf-product-media-size) !important;
        max-height: var(--hf-product-media-size);
    }

    .hf-product-page .product-slider-wrapper .slider-for-container {
        width: min(100%, var(--hf-product-media-size));
        max-width: var(--hf-product-media-size);
        max-height: none;
        aspect-ratio: 1 / 1;
    }
}

@media (min-width: 1200px) {
    .hf-product-page .product-details-container > .row {
        align-items: flex-start;
    }

    .hf-product-page .col-product-details-left {
        flex: 0 0 52%;
        max-width: 52%;
    }

    .hf-product-page .col-product-details-right {
        flex: 0 0 48%;
        max-width: 48%;
    }

    .hf-product-page .col-product-details-left #product_slider_container {
        padding: 0 !important;
        border-radius: 0 !important;
        box-shadow: none !important;
    }

    .hf-product-page .col-product-details-right #response_product_details {
        padding: 18px !important;
    }

    .hf-product-page .product-title {
        font-size: 1.5rem !important;
        line-height: 1.24 !important;
    }

    .hf-product-page .product-price-container .final-price {
        font-size: 2.05rem !important;
    }

    .hf-product-page .product-slider-wrapper {
        --hf-product-media-size: clamp(500px, 38vw, 610px);
        grid-template-columns: 98px minmax(0, var(--hf-product-media-size));
        gap: 24px;
        justify-content: flex-start;
    }

    .hf-product-page .product-slider-wrapper.product-slider-wrapper-single {
        grid-template-columns: minmax(0, var(--hf-product-media-size));
    }

    .hf-product-page .product-slider-wrapper .thumb-slider-wrapper {
        width: 98px;
        height: var(--hf-product-media-size) !important;
        max-height: var(--hf-product-media-size);
    }

    .hf-product-page .product-slider-wrapper .thumb-slider .swiper-slide {
        width: 98px !important;
        height: 98px !important;
    }

    .hf-product-page .product-slider-wrapper .slider-for-container {
        width: min(100%, var(--hf-product-media-size));
        max-width: var(--hf-product-media-size);
        max-height: none;
        border-radius: 26px;
        aspect-ratio: 1 / 1;
    }
}

@media (min-width: 769px) {
    .hf-product-page .col-product-details-right #response_product_details {
        padding-top: 22px !important;
    }

    .hf-product-page .product-title {
        padding-right: 62px;
    }

    .hf-product-page .product-details-header-tools {
        position: absolute;
        top: 18px;
        right: 18px;
        width: auto;
        margin: 0;
        z-index: 8;
    }

    .hf-product-page .product-details-header-tools .product-share-popover {
        top: calc(100% + 12px);
        right: 0;
        left: auto;
    }
}

.product-media-mobile-counter {
    display: none;
}

.product-media-mobile-counter.is-hidden {
    display: none !important;
}

.product-lightbox-panel {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.product-lightbox-topbar {
    position: absolute;
    top: 64px;
    left: auto;
    right: 12px;
    z-index: 100001;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: flex-start;
    gap: 10px;
    pointer-events: none;
}

.product-lightbox-topbar > * {
    pointer-events: auto;
}

.product-lightbox-topbar.single-image .product-lightbox-counter {
    opacity: 0;
}

.product-lightbox-share-top {
    max-width: none;
    margin-left: auto;
}

.product-lightbox-share-top .product-share-toggle {
    width: 42px;
    height: 42px;
    background: rgba(255, 255, 255, 0.96);
    box-shadow: 0 10px 24px rgba(15, 23, 42, 0.1);
}

.product-lightbox-share-top .product-share-popover {
    left: auto;
    right: 0;
    min-width: 220px;
}

@media (min-width: 769px) {
    .product-lightbox-topbar {
        position: fixed;
        top: 18px;
        right: 84px;
        gap: 12px;
    }

    .product-lightbox-share-top .product-share-popover {
        top: 0;
        right: calc(100% + 14px);
        left: auto;
    }
}

.product-lightbox-counter {
    position: fixed;
    right: 24px;
    bottom: 24px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    min-width: 74px;
    padding: 10px 14px;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.36);
    background: linear-gradient(135deg, rgba(252, 163, 17, 0.98), rgba(214, 98, 12, 0.96));
    box-shadow: 0 12px 28px rgba(214, 98, 12, 0.28);
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    justify-content: center;
    letter-spacing: 0.02em;
    z-index: 100003;
}

.product-lightbox-divider {
    opacity: 0.72;
}

.product-lightbox-cart-wrapper {
    display: flex;
    justify-content: center;
}

.glightbox-product-cart-trigger {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    min-width: 220px;
    box-shadow: 0 10px 24px rgba(229, 122, 1, 0.18);
}

.glightbox-product-cart-trigger.disabled,
.glightbox-product-cart-trigger:disabled {
    box-shadow: none;
    cursor: not-allowed;
    opacity: 0.7;
}

.glightbox-clean .gslide-description {
    background: rgba(255, 255, 255, 0.98) !important;
}

.glightbox-clean .gdesc-inner {
    padding: 18px 20px !important;
}

@media (max-width: 768px) {
    .hf-product-page .col-product-details-left #product_slider_container {
        padding: 0 !important;
        border-radius: 0 !important;
    }

    .hf-product-page .product-slider-wrapper {
        display: block;
        gap: 0;
    }

    .hf-product-page .product-slider-wrapper .thumb-slider-wrapper {
        display: none !important;
        height: auto !important;
    }

    .hf-product-page .product-slider-wrapper .slider-for-container {
        aspect-ratio: 1 / 1;
        max-height: none;
        border-radius: 18px;
    }

    .hf-product-page .product-slider-wrapper .slider-for-container.has-landscape-active-media {
        aspect-ratio: var(--product-mobile-media-ratio, 16 / 9);
    }

    .product-media-mobile-counter {
        position: absolute;
        right: 12px;
        bottom: 12px;
        z-index: 5;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        gap: 6px;
        min-width: 58px;
        padding: 7px 11px;
        border-radius: 999px;
        border: 1px solid rgba(255, 255, 255, 0.36);
        background: linear-gradient(135deg, rgba(252, 163, 17, 0.98), rgba(214, 98, 12, 0.96));
        color: #fff3cf;
        font-size: 11px;
        font-weight: 700;
        letter-spacing: 0.02em;
        box-shadow: 0 12px 28px rgba(214, 98, 12, 0.28);
        pointer-events: none;
    }

    .hf-product-page .product-slider-wrapper .product-slider .swiper-slide {
        padding: 10px 10px 12px;
    }

    .hf-product-page .product-slider-wrapper .slider-for-container.has-landscape-active-media .product-slider .swiper-slide {
        padding: 8px 8px 12px;
    }

    .hf-product-page .product-slider-wrapper .product-media-slide,
    .hf-product-page .product-slider-wrapper .product-media-link {
        padding: 2px;
    }

    .hf-product-page .product-slider-wrapper .slider-for-container.has-landscape-active-media .product-media-slide,
    .hf-product-page .product-slider-wrapper .slider-for-container.has-landscape-active-media .product-media-link {
        padding: 4px;
    }

    .hf-product-page .product-slider-wrapper .product-media-image {
        width: 100% !important;
        max-width: 100% !important;
        height: 100% !important;
        max-height: 100% !important;
    }

    .hf-product-page .product-slider-wrapper .product-media-video-shell {
        padding: 8px;
        border-radius: 18px;
    }

    .hf-product-page .product-slider-wrapper .product-media-video-shell video {
        border-radius: 14px;
    }

    .hf-product-page .product-slider-wrapper .product-media-video-shell::after {
        inset: auto 8px 8px 8px;
        border-radius: 0 0 14px 14px;
    }

    .hf-product-page .product-slider-wrapper .product-media-video-lightbox {
        top: 12px;
        right: 12px;
        left: auto;
        min-width: 46px;
        height: 40px;
        padding: 0 12px;
        gap: 6px;
    }

    .product-lightbox-topbar {
        top: 82px;
        left: auto;
        right: 10px;
        gap: 8px;
    }

    .product-lightbox-share-top {
        max-width: none;
    }

    .product-share-toggle {
        width: 34px;
        height: 34px;
    }

    .hf-product-page .product-details-header-tools {
        margin: 8px 0 10px;
    }

    .hf-product-page .product-details-header-tools .product-share-toggle {
        width: 34px;
        height: 34px;
    }

    .product-share-toggle-icon {
        width: 16px;
        height: 16px;
    }

    .product-share-popover {
        min-width: 188px;
        max-height: min(62vh, 320px);
    }

    .product-share-popover-header {
        padding: 7px 10px 8px;
    }

    .product-share-close {
        width: 24px;
        height: 24px;
    }

    .product-share-option {
        padding: 9px 12px;
        font-size: 13px;
    }

    .product-share-option-icon {
        width: 20px;
        height: 20px;
        flex-basis: 20px;
        font-size: 16px;
    }

    .product-lightbox-share-top .product-share-toggle {
        width: 34px;
        height: 34px;
    }

    .product-lightbox-counter {
        right: 14px;
        bottom: calc(84px + env(safe-area-inset-bottom));
        min-width: 56px;
        padding: 7px 11px;
        font-size: 11px;
    }

    .glightbox-mobile .glightbox-container .ginner-container {
        align-items: stretch !important;
        justify-content: flex-start !important;
        padding: 58px 0 104px !important;
        min-height: 100dvh !important;
        height: 100dvh !important;
    }

    .glightbox-mobile .glightbox-container .gslider,
    .glightbox-mobile .glightbox-container .gslide,
    .glightbox-mobile .glightbox-container .gslide-inner-content {
        width: 100%;
        height: 100%;
        align-items: flex-start !important;
        justify-content: flex-start !important;
    }

    .glightbox-mobile .glightbox-container .gslide-media {
        display: flex !important;
        flex: 1 1 auto;
        width: 100% !important;
        min-height: 0;
        align-items: flex-start !important;
        justify-content: center !important;
        padding: 0 10px !important;
        box-shadow: none !important;
    }

    .glightbox-mobile .glightbox-container .gslide-image {
        display: flex !important;
        flex: 1 1 auto;
        width: 100%;
        min-height: 0;
        align-items: flex-start !important;
        justify-content: center !important;
    }

    .glightbox-mobile .glightbox-container .gslide-image img {
        width: auto !important;
        height: auto !important;
        min-width: 0 !important;
        max-width: calc(100vw - 20px) !important;
        max-height: calc(100dvh - 170px) !important;
        object-fit: contain !important;
        margin: 0 auto !important;
    }

    .glightbox-mobile .glightbox-container .gslide-description {
        background: linear-gradient(to top, rgba(255, 255, 255, 0.98) 0%, rgba(255, 255, 255, 0.92) 100%) !important;
        max-height: none !important;
        padding: 8px 10px calc(16px + env(safe-area-inset-bottom)) !important;
    }

    .glightbox-mobile .glightbox-clean .gdesc-inner {
        padding: 0 !important;
    }

    .glightbox-mobile .product-lightbox-panel {
        gap: 10px;
    }

    .glightbox-product-cart-trigger {
        width: 100%;
        min-width: 0;
        min-height: 52px;
        border-radius: 16px;
    }
}

.hf-product-page .btn.hf-product-chat-cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 46px !important;
    padding: 10px 22px !important;
    color: #10213f !important;
    background: linear-gradient(135deg, #ffe45c 0%, #ffc400 100%) !important;
    border: 0 !important;
    border-radius: 8px !important;
    box-shadow: 0 12px 28px rgba(245, 158, 11, 0.28) !important;
    font-size: 15px !important;
    font-weight: 800 !important;
    float: none !important;
}

.hf-product-page .btn.hf-product-chat-cta i {
    color: currentColor;
    margin-right: 0 !important;
}

.hf-product-page .btn.hf-product-chat-cta:hover,
.hf-product-page .btn.hf-product-chat-cta:focus {
    color: #10213f !important;
    background: linear-gradient(135deg, #fff07a 0%, #fbbf24 100%) !important;
    box-shadow: 0 14px 32px rgba(245, 158, 11, 0.34) !important;
    transform: translateY(-1px);
}

.hf-product-page .btn.hf-product-chat-cta-primary {
    min-width: 150px !important;
    margin-left: 14px !important;
}

.hf-product-page .btn.hf-product-chat-cta.is-opening {
    cursor: progress;
    opacity: .78;
}
