.default_page .page_head_block .large_title,
.default_page .page_head_block .standard_text {
    max-width: 100% !important;
}

.default_page .page_head_block p {
    margin: 0 !important;
}

.default_page p {
    margin: 0 !important;
}

@media screen and (min-width: 768px) {
    .default_page .page_head_block p {
        font-size: 140%;
        line-height: 23px;
    }
}

@media screen and (max-width: 767px) {
    .default_page .page_head_block p {
        font-size: 120%;
        line-height: 20px;
    }
}

/* Phone in burger menu — right of language flags (mobile/tablet) */
@media screen and (min-width: 768px) {
    .header .header_top_tools {
        margin: 0 0 0 auto;
        display: flex;
        align-items: flex-start;
        position: relative;
        z-index: 20;
    }

    .header .header_top_tools .lg_list {
        margin: 0;
    }

    .header .header_phone--menu {
        display: none !important;
    }
}

@media screen and (max-width: 767px) {
    .header_top .header_top_tools {
        display: flex;
        align-items: center;
        padding: 23px 10px;
        color: #666666;
    }

    .header_top .header_top_tools .lg_list {
        padding: 0;
        margin: 0;
    }

    .header .header_phone--menu {
        display: flex !important;
        align-items: center;
        gap: 10px;
        margin-left: auto;
        color: #333333;
        font-family: "montserrat-medium", "montserratarm-medium";
        font-size: 145%;
        font-weight: 700;
        line-height: 1.2;
        white-space: nowrap;
    }

    .header .header_phone--menu .header_phone_icon {
        width: 24px;
        height: 24px;
    }

    .header .header_phone--main {
        display: none !important;
    }
}

/* Hide FAQ (ՀՏՀ) in top bar only */
.header_top .website_menu a[href*="faq"],
.header_top .website_menu a[href*="FAQ"] {
    display: none !important;
}
.header_top .website_menu li:has(a[href*="faq"]),
.header_top .website_menu li:has(a[href*="FAQ"]) {
    display: none !important;
}

/* Homepage product section titles */
.products_section > .section_head {
  display: block;
  width: 100%;
  margin-bottom: 4px;
}

.products_section > .section_head > .page_title,
.products_section .tab_block.selected > .section_head > .page_title,
.products_section .tab_block.selected > h2.page_title {
  display: block;
  color: #1a1a1a;
  flex: 0 0 100%;
  width: 100%;
}

/* Homepage playstation block: products only, no section title */
.products_section.products_section--no-heading .section_head,
.products_section.products_section--no-heading .page_title,
.products_section.products_section--no-heading > h2 {
  display: none !important;
}

/* Homepage discount tab only — keep Accessories/Others in markup, hide in UI */
.products_section.tab_section .tab_buttons li.tab_buttons__item--hidden,
.products_section.tab_section .tab_buttons li:has(a[data-tab="accessories_tab"]),
.products_section.tab_section .tab_buttons li:has(a[data-tab="others_tab"]) {
  display: none !important;
}
.products_section.tab_section > .section_head > .tab_buttons {
  display: none !important;
}
