/* Header CSS Open */

header .button--icon:hover,
header .button--icon:focus {
    scale: unset !important;
}
.header-action-bar.right {
    padding: 0 !important;
    gap: 5px;
}
.header-action-bar.right > * {
    width: 44px !important;
    height: 44px !important;
    transition: all .3s cubic-bezier(0.16, 1, 0.3, 1);
    border-radius: 10px;
    border: 1px solid transparent;
}
.header-action-bar.right > * svg {
    width: 22px;
    height: 22px;
    transition: all .3s cubic-bezier(0.16, 1, 0.3, 1);
}
.header-action-bar.right > *:hover {
    color: #f0b535;
    background: rgba(240, 181, 53, 0.05);
    border-color: rgba(240, 181, 53, 0.2);
    box-shadow: 0 0 20px rgba(240, 181, 53, 0.1);
}
.header-action-bar.right > *:hover svg path {
    stroke: #f0b535;
}
@media(min-width: 960px){
    header .header__container[layout^="left_logo_left_menu"] .header__container-top-wrap {
        grid-template-areas: "logo nav action-bar-right";
        grid-template-columns: minmax(0, auto) minmax(0, auto) minmax(0, auto);
    }
}
/* Header CSS Close  */

/* SLideshow CSS Open */


.slideshow__pager.slideshow__pager--arrows {
    bottom: unset;
    top: 50%;
    transform: translateY(-50%);
    width: calc(100% - 40px);
    justify-content: space-between;
    left: 20px;
    right: 20px;
}
.slideshow__pager.slideshow__pager--progresses {
    gap: 12px;
    bottom: 24px;
}
.slideshow__pager--progress-inner {
    background-color: #f0b535 !important;
}
.slideshow__pager--progress.is-active {
    background-color: rgba(240, 181, 53, 0.4);
}
.slideshow__pager.slideshow__pager--progresses .slideshow__pager--progress {
    width: 40px;
    height: 4px;
    border-radius: 2px;
}
theme-carousel .slideshow__pager--arrow {
    width: 56px;
    height: 56px;
    background: rgba(0, 0, 0, 0.5);
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
    z-index: 10;
    backdrop-filter: blur(10px);
}
theme-carousel .slideshow__pager--arrow svg {
    width: 18px;
    height: 18px;
}
theme-carousel .slideshow__pager--arrow:hover {
    background: rgba(240, 181, 53, 0.11);
    border-color: #f0b535;
    box-shadow: 0 0 30px rgba(240, 181, 53, 0.3);
    scale: 1.1;
}
@media(max-width: 750px){
    .slideshow__pager.slideshow__pager--arrows {
        width: calc(100% - 20px);
        left: 10px;
        right: 10px;
    }
}
/* SLideshow CSS Close */


.button:not(.button--icon){
    display: inline-block;
    padding: 12px 28px;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    white-space: nowrap;
    transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}

.button:not(.button--icon):hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 30px rgba(240, 181, 53, 0.4);
}
.button.button--primary {
    display: inline-block;
    padding: 12px 28px;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    white-space: nowrap;
    transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}
.button.button--primary:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 30px rgba(240, 181, 53, 0.4);
}
.dashed_heading {
    margin-bottom: 80px;
    position: relative;
}
.dashed_heading::after {
    content: '';
    position: absolute;
    left: 50%;
    display: block;
    width: 60px;
    background: #f0b535;
    border-radius: 2px;
    transform: translateX(-50%);
    height: 3px;
    max-width: 100px;
    bottom: -30px;
}
.custom_page_width_forced.page-width {
    width: 100% !important;
    max-width: calc(var(--page-padding) * 2 + var(--page-width)) !important;
    padding-inline: var(--page-padding) !important;
    margin-inline: auto !important;
}
body::after {
    content: '';
    position: fixed;
    inset: 0;
    background: repeating-linear-gradient(0deg, transparent, transparent 2px, rgba(255, 255, 255, 0.015) 2px, rgba(255, 255, 255, 0.015) 4px);
    pointer-events: none;
    z-index: 9999;
}
body {
    --ease-out-expo: cubic-bezier(0.16, 1, 0.3, 1);
    --color-neon-cyan: #f0b535;
}
@media(min-width: 750px){
    .mobile_image {
        display: none;
    }
}
@media(max-width: 749px) {
    .desktop_image {
        display: none;
    }
    .dashed_heading {
        margin-bottom: 50px;
    }
    .dashed_heading::after {
        bottom: -20px;
    }
}

/* Footer CSS */


.footer__menu-item a {
    font-size: 14px;
    transition: all 0.3s;
}
.footer__menu-item a:hover {
    color: #f0b535;
    padding-left: 8px;
}
.footer__copyright {
    border-top: 1px solid rgba(255, 255, 255, 0.06);
}
.footer__menu-title {
    width: 100%;
}
.footer_social_media_content_item {
    display: flex;
    gap: 12px;
    margin-top: 24px;
}
.footer_social_media_content_item li {
    width: 44px;
    height: 44px;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s var(--ease-out-expo);
}
.footer_social_media_content_item li:hover {
    color: var(--color-neon-cyan);
    border-color: var(--color-neon-cyan);
    background: rgba(240, 181, 53, 0.1);
    box-shadow: 0 0 20px rgba(240, 181, 53, 0.2);
    transform: translateY(-3px);
}
.footer_social_media_content_item li a {
    line-height: 0;
}
.footer .footer__copyright-menu a, .footer__copyright-text {
    transition: all 0.3s;
    color: #919394;
}
.footer .footer__copyright-menu a:hover {
    color: var(--color-neon-cyan);
}
@media(min-width: 960px){
    .footer .footer__copyright-text {
        text-align: left;
    }

    .footer .footer__copyright-menu {
        justify-content: flex-end;
        display: flex;
    }

    theme-footer-menu.footer__menu {
        max-width: 220px;
    }

    .footer__custom-text {
        max-width: 320px;
        margin-right: auto;
    }
}

/* Custom Tag Card CSS */

.sg-badge {
    position: absolute;
    top: 0;
    left: 0;
    writing-mode: vertical-lr;
    transform: rotate(180deg);
    padding: 10px 6px;
    font-size: 10px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    color: #fff;
    z-index: 2 !important;
    line-height: 1;
}
.sg-badge--exclusive {
    background: #f5c518;
    color: #000000;
}
.sg-badge--preorder {
    background: #0091d5;
    color: #fff;
}
.sg-card-shipdate {
    font-family: var(--font-display);
    font-size: 11px;
    font-weight: 700;
    color: #d32f2f;
    text-align: center;
    margin-bottom: 8px;
    line-height: 1.4;
}

/* Product Page CSS */


.product-detail__media-gallery .media-gallery__media {
    background: #111118 !important;
}
.product-detail__media-gallery .media-gallery__thumbnail {
    background: #111118 !important;
}
.block-breadcrumb li {
    font-size: 12px !important;
    font-weight: 400 !important;
}
.block-breadcrumb li span {
    font-size: 12px !important;
    font-weight: 400 !important;
    color: #f0b535;
}
.block-breadcrumb li a:hover {
    color: #f0b535;
}
.block-breadcrumb li a {
    transition: color 0.3s;
}
.product-tag {
    display: inline-flex;
    align-items: center;
    padding: 4px 10px;
    border-radius: 3px;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.5px;
    background: transparent;
    color: #dcdfdc;
    border: 1px solid rgba(255, 255, 255, 0.2);
}
.product-tags-right {
    display: flex;
    align-items: center;
    gap: 8px;
}
theme-product-inventory.product-inventory {
    display: flex;
    gap: 10px;
    justify-content: space-between;
    align-items: center;
}
.sku_prefix {
    margin-right: 6px;
}
theme-product-variant-sku.product-variant-sku {
    font-size: 12px;
    color: #919394;
    letter-spacing: 0.3px;
    margin-bottom: 12px;
    margin-top: -15px;
}
.product-share-btn {
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: none;
    border: none;
    color: #919394 !important;
    transition: color 0.3s;
    padding: 0;
    cursor: pointer;
}
.product-share {
    display: flex;
    align-items: center;
    gap: 10px;
}
.product-share-btn svg {
    width: 18px;
    height: 18px;
}
.product-share-btn:hover {
    color: #F3F5F3 !important;
}
theme-product-price.block-product-price {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
theme-product-inventory.product-inventory span {
    font-weight: 400 !important;
}
.block-product-buy-button,
.block-product-buy-button::after,
.shopline-payment-button-wrapper .btn {
    border-radius: 50px !important;
    font-weight: 600 !important;
}
.shopline-payment-button-wrapper .btn {
    color: #fff;
    background: #3b82f6;
}
.shopline-payment-button-wrapper .btn:hover {
    background: #2563eb;
    transform: translateY(-1px);
    box-shadow: 0 8px 24px rgba(59, 130, 246, 0.3);
}
.sell-info .sell-info__text {
    font-weight: 400 !important;
    opacity: .7;
}
.product-detail__additional .additional__trigger .additional__title {
    font-size: 15px !important;
    font-weight: 600 !important;
}
.product-detail__additional .additional__content,
.product-detail__additional .additional__content p {
    font-size: 14px;
    line-height: 1.75;
    color: rgba(255, 255, 255, 0.6);
}
.product-price__item.product-price__sale {
    font-size: 22px;
}
@media(max-width: 768px){
    theme-product-variant-sku.product-variant-sku {
        margin-top: -5px;
        margin-bottom: 0px;
    }
    .product-detail__title.mobile-title3 {
        font-size: 22px;
        font-weight: 700;
    }
    theme-product-inventory.product-inventory {
        margin-bottom: 5px;
    }
    theme-product-variant-sku.product-variant-sku {
        margin-top: -2px;
        margin-bottom: 5px;
    }
    theme-product-price.block-product-price {
        margin-bottom: 5px;
    }
    .product-detail__info .product-price__item.product-price__sale {
        font-size: 22px;
    }
    .product-detail__buy-button-group {
        margin-top: 15px;
    }
}
.sticky-bar-product {
    display: flex;
    align-items: center;
    gap: 12px;
    min-width: 0;
    flex: 1;
}

.sticky-bar-img {
    width: 48px;
    height: 48px;
    min-width: 48px;
    border-radius: 6px;
    background: rgba(255, 255, 255, 0.06);
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sticky-bar-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.sticky-bar-info {
    min-width: 0;
}

.sticky-bar-title {
    font-size: 13px;
    font-weight: 600;
    color: #fff;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 300px;
}

.sticky-bar-price {
    font-size: 15px;
    font-weight: 700;
    color: #f0b535;
    margin-top: 2px;
}
.is-sticky .product-detail__buy-button-group {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    background: rgba(15, 15, 15, 0.95) !important;
    backdrop-filter: blur(12px);
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    padding: 10px 20px;
    transition: transform 0.35s cubic-bezier(0.16, 1, 0.3, 1);
}
.sticky-bar-product {
    display: none;
}

.is-sticky .sticky-bar-product {
    display: flex;
}
.custom_product_buttons_wrapper {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 14px;
    row-gap: 14px;
}
.is-sticky .custom_product_buttons_wrapper {
    flex-direction: row;
    width: auto;
    max-width: 370px;
    align-items: center;
    column-gap: 8px;
    row-gap: 8px;
}
.is-sticky .block-product-buy-button {
    padding: 11px 18px;
    white-space: nowrap !important;
    letter-spacing: 1px;
    text-transform: capitalize;
    
}
.is-sticky theme-input-number {
    max-width: 100px;
}
.is-sticky theme-input-number {
    max-width: 100px;
    background: transparent;
    max-height: 36px;
    margin-top: auto;
    margin-bottom: auto;
}
.product-detail__main[data-desktop-direction="row"] .product-detail__info--sticky {
    z-index: 3 !important;
}
.shopline-payment-button-wrapper button span {
    text-transform: capitalize;
}
@media(max-width: 768px){
    .is-sticky theme-input-number {
        display: none;
    }
    .is-sticky .product-detail__buy-button-group {
        flex-direction: column;
    }
    .is-sticky .custom_product_buttons_wrapper {
        width: 100%;
    }
}