/* 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%;
    }
}


/* REvisions */

.block-product-image__layer-image-wrapper .block-product-image__image-wrapper {
    background: transparent;
}

.collection_list_outter_no_swiper #collectNext,
.collection_list_outter_no_swiper #collectPrev {
    display: none;
}

body.color-scheme-1 {
    background: black;
}

.featured-collection__button {
    z-index: 2;
    border-radius: 50px !important;
    border: 1px solid rgba(255, 255, 255, 0.15) !important;
    backdrop-filter: blur(10px);
    transition: all 0.3s var(--ease-out-expo);
    background: transparent;
}

.featured-collection__button:hover {
    background: rgba(240, 181, 53, 0.15) !important;
    border-color: #f0b535 !important;
    color: #f0b535;
    box-shadow: 0 0 20px rgba(240, 181, 53, 0.2);
}

.live-card-media>.live-img-primary:first-child {
    display: none;
}

.block-main-collection__banner {
    height: auto !important;
    line-height: 0;
}

.facets-mobile__modals {
    border: none;
}
.header-nav__menu-item {
    text-transform: uppercase;
}
@media(max-width: 750px){
    .gallery-badges {
        display: none;
    }
}


/* Menu Code */


.header-nav-dropdown-panel {
    background: #0a0a0f;
}
.header-nav__underline::after {
    max-width: 80%;
    margin: auto;
    bottom: 5px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}
.header-nav__ellipsis::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: linear-gradient(135deg, #f0b535 0%, #e8a020 50%, #c08 100%);
    opacity: 0;
    transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}
.header-nav__ellipsis:hover::before {
    opacity: .1;
}
.header-nav__ellipsis {
    border-radius: 8px;
    padding: 12px 16px !important;
    position: relative;
    transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}
.header-nav__ellipsis {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    gap: 5px;
}
.nav-link-arrow {
    width: 12px;
    height: 12px;
    transition: all .3s ease;
}
.header-nav__menu-item:hover .nav-link-arrow {
    transform: rotate(180deg);
}
.header-nav-dropdown-panel_custom_inner {
    display: grid;
    gap: 24px;
    max-width: 1200px;
    padding: 20px 30px;
    width: 100%;
    padding-bottom: 60px;
}
.header-nav-dropdown-panel_custom_inner .header-super-nav-dropdown-panel__item {
    width: 100%;
    aspect-ratio: unset !important;
}
.header-nav-dropdown-panel_custom_inner.three_per_row {
    grid-template-columns: repeat(3, 1fr);
}
.header-nav-dropdown-panel_custom_inner.four_per_row {
    grid-template-columns: repeat(4, 1fr);
}
.header-nav-dropdown-panel_custom_inner.six_per_row {
    grid-template-columns: repeat(6, 1fr);
}
.header-nav-dropdown-panel_custom_inner img {
    position: unset !important;
    border-radius: 10px;
    transition: transform 0.5s cubic-bezier(0.16, 1, 0.3, 1);
    transform-origin: center;
}
.menu_image_wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.three_per_row .menu_image_wrapper {
    aspect-ratio: 16/9;
}
.menu_image_wrapper {
    width: 100%;
    height: auto !important;
    overflow: hidden;
    border-radius: 10px;
    transform: unset !important;
}
.header-super-nav-dropdown-panel__item:hover img {
    transform: scale(1.05);
}
.three_per_row .header-super-nav-dropdown-panel__item {
    flex-direction: column;
    text-align: left;
    gap: 10px;
}
.header-super-nav-dropdown-panel__item {
    width: 100%;
    aspect-ratio: unset;
}
.header-super-nav-dropdown-panel__item-inner {
    position: unset !important;
    display: block !important;
    height: unset !important;
    margin-top: 10px;
    transform: unset !important;
    padding: 0 !important;
}
.header-super-nav-dropdown-panel__title {
    font-size: 13px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 1.2px;
    color: #F3F5F3;
    padding-left: 2px;
}




.six_per_row .header-super-nav-dropdown-panel__item {
    flex-direction: column;
    text-align: center;
}
.six_per_row .menu_image_wrapper {
    aspect-ratio: 1/1;
}
.header-nav__underline::after {
    content: none;
}


.four_per_row .menu_image_wrapper {
    aspect-ratio: 1/1;
}
.four_per_row .header-super-nav-dropdown-panel__item{
    transition: background 0.3s;
    padding: 14px 18px;
    border-radius: 10px;
    align-items: center;
    gap: 12px;
}
.four_per_row .header-super-nav-dropdown-panel__item:hover {
    background: rgba(255, 255, 255, 0.04);
}
.four_per_row .header-super-nav-dropdown-panel__title {
    font-size: 18px;
}
.header-nav__ellipsis {
    border-radius: 8px;
    padding: 12px 16px !important;
    position: relative;
    transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}

/* MObile Menu Drawer */

.three_per_row_drawer .nav-drawer-super-gallery__row {
  flex-direction: column;
  gap: 16px;
    margin-bottom: 16px;
}
.nav-drawer-super-gallery__item {
  flex-direction: column;
}
.nav-drawer-super-gallery__menu.header-nav-drawer__submenu {
    padding: 0 20px;
}
.nav-drawer-super-gallery__menu.header-nav-drawer__submenu:not(.six_per_row_drawer) .nav-drawer-super-gallery__row:first-child {
    padding-top: 10px;
}
.nav-drawer-super-gallery__menu.header-nav-drawer__submenu:not(.six_per_row_drawer) .nav-drawer-super-gallery__row:last-child {
    padding-bottom: 20px;
}
.nav-drawer-super-gallery details[open=""]+.nav-drawer-super-gallery__menu {
    max-height: unset !important;
    justify-content: flex-start;
}
.menu_image_wrapper img {
    transition: transform 0.5s cubic-bezier(0.16, 1, 0.3, 1);
    transform-origin: center;
}
.three_per_row_drawer img {
    aspect-ratio: 16/9;
    object-fit: cover !important;
    border-radius: 10px;
}
.three_per_row_drawer .menu_image_wrapper {
    aspect-ratio: 16/9;
    overflow: hidden !important;
    border-radius: 10px;
}




.four_per_row_drawer .nav-drawer-super-gallery__item {
    flex-direction: row;
    gap: 10px;
    align-items: center;
    width: 100%;
}
.four_per_row_drawer .nav-drawer-super-gallery__item .menu_image_wrapper {
    aspect-ratio: 1;
    max-width: 70px;
}
.four_per_row_drawer .nav-drawer-super-gallery__row {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    gap: 15px;
    margin-bottom: 15px;
}


.six_per_row_drawer .nav-drawer-super-gallery__item {
    flex-direction: column;
    text-align: center;
    gap: 0;
}
.six_per_row_drawer .nav-drawer-super-gallery__row {
    gap: 16px;
}
.six_per_row_drawer {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
}
.six_per_row_drawer .menu_image_wrapper {
    aspect-ratio: 1 !important;
    line-height: 0;
}
.header-nav-drawer__header-container {
    border-bottom: 1px solid #272727 !important;
    margin-bottom: 10px !important;
    padding-bottom: 10px !important;
}

.footer__menu-item--active a {
  text-decoration: none !important;
}
.field__label_outter {
    display: none !important;
}
.sign-up-and-save__container .field__label_outter {
    display: block !important;
}
.sign-up-and-save__container .field__label_inner {
    display: none !important;
}
.facets-loading {
    background: transparent !important;
}
body[data-page-type="product"] {
    padding-bottom: 40px;
}
body[data-page-type="product"]::after {
    background: transparent;
}
.predictive-search__more.button {
    background: rgb(240, 181, 53);
    border-color: rgb(240, 181, 53);
    text-align: center;
    white-space: normal !important;
}
.predictive-search__more.button:after {
    box-shadow: none !important;
    border-color: rgb(240, 181, 53);
}
.predictive-search__more.button:hover {
    background: rgb(240, 181, 53);
    transform: translateY(-3px);
    box-shadow: 0 10px 30px rgba(240, 181, 53, 0.4);
}
@media(max-width: 768px){
    .footer__copyright-menu {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        row-gap: 6px;
    }
    .custom_floating_button.button {
        left: 50%;
        transform: translateX(-50%) !important;
    }
}

/* .plugin-product-comment-singleCommentWrap * {
    color: white !important;
} */
#plugin-product-comment {
    --plugin-product-comment-color_text: #fff !important;
}

.facets-filtering__checkbox-wrapper input:checked~span:nth-of-type(1)::before {
    background-color: #f0b535 !important;
    border-color: #f0b535 !important;
    box-shadow: unset !important;
}
.facets-filtering__checkbox-wrapper input:checked~span:nth-of-type(1)::after {
    background-image: url('https://img-va.myshopline.com/image/store/1768984426340/check.png?w=512&h=512') !important;
    content: "";
    position: absolute;
    width: 14px;
    height: 14px;
    z-index: 2;
    background-size: contain;
    left: 2px;
}
.facets-filtering__checkbox-wrapper>span:nth-of-type(1)::before {
    width: 18px !important;
    height: 18px !important;
    border-radius: 4px;
}
.product-detail__info .custom_button_bg_colors {
    background-color: var(--color-button-background);
}
.product-detail__info .custom_button_bg_colors:hover {
    box-shadow: unset !important;
    background-color: var(--color-button-background);
}
.block-product-card-info {
    height: 100% !important;
}
.block-product-image__layer-image-wrapper {
    height: 100%;
}
.block-product-card-info .block-product-title span {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    /* number of lines */
    -webkit-box-orient: vertical;
    overflow: hidden;
    min-height: 40px;
    /* adjust based on font-size */
}
.block-product-card-info .block-product-title {
    margin-bottom: 0 !important;
}
.block-product-card-info .block-product-title+div {
    min-height: 33px;
}
@media(min-width: 960px) and (max-width: 1200px){
    .grid.main-collection__list {
        --desktop-columns: 3 !important;
    }
}
@media(min-width: 680px) and (max-width: 960px) {
    .grid.main-collection__list {
        --mobile-columns: 3 !important;
    }
}
@media(max-width: 960px){
    .block-product-card-info {
        height: auto !important;
    }
    .block-product-image__layer-image-wrapper {
        height: auto;
    }
    .block-product-card-info .block-product-title span {
        min-height: 40px;
    }
}

.header-nav__menu-item .header-nav__ellipsis {
    font-family: 'D-DIN-PRO', Arial, sans-serif;
    font-weight: 600;
    letter-spacing: 1px;
}
.announcement-bar__group-item-inner {
    font-family: 'D-DIN-PRO', Arial, sans-serif;
    font-weight: 600; 
    letter-spacing: 1px;
}
.announcement-bar__group-item-inner a {
    font-family: 'D-DIN-PRO', Arial, sans-serif;
    font-weight: 400;
    letter-spacing: 1px;
}
.collection_list_header h2 {
    font-weight: 900;
}
.dashed_heading {
    font-weight: 900 !important;
}
.count-down__content .block-heading {
    font-weight: 900;
}
.product-detail__title {
    font-weight: 900;
}
.product-video-title {
    font-weight: 900;
}
.plugin-product-comment-title {
    font-weight: 900 !important;
}
.section-recommended-product .block-heading {
    font-weight: 900;
}
.sticky-bar-title {
    font-weight: 700;
}