@charset "UTF-8";

.mobile-search-page {
  display: none;
}

@media (max-width: 768px) {
    /* Hide the headphone hero image inside the Headphones section on phones/tablets. */
    .product-showcase__hero {
        display: none !important;
    }
    /* Keep the new-products gaming banner at a consistent ratio on mobile. */
    a[href*="gaming-consoles"] > div {
        aspect-ratio: 16 / 9;
        min-height: auto;
        background-size: cover !important;
    }
    /* Center footer content on mobile screens. */
    footer {
        text-align: center;
    }
    footer .bg-primary .row,
    footer .bg-gray-13 .row {
        justify-content: center;
    }
    footer .bg-primary .row > [class*="col-"],
    footer .bg-gray-13 .row > [class*="col-"] {
        width: 100% !important;
        max-width: none !important;
    }
    footer .bg-primary .row > [class*="col-"] {
        margin-bottom: 1rem;
    }
    footer .bg-gray-13 .row {
        flex-direction: column;
        align-items: center;
    }
    footer .bg-gray-13 .col-lg-5 {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .py-2.bg-primary-down-lg .row.align-items-center {
        justify-content: center;
        position: relative;
    }

    .py-2.bg-primary-down-lg .col-auto:first-child {
        flex: 0 0 auto;
    }

    .u-header.u-header-left-aligned-nav .u-header__navbar {
        width: 100%;
        max-width: none;
        justify-content: center;
        position: relative;
    }

    .u-header.u-header-left-aligned-nav .navbar-brand {
        position: relative;
        margin: 0 auto;
        text-align: center;
        padding: 0;
    }

    .u-header.u-header-left-aligned-nav .navbar-brand img {
        display: inline-block;
        max-width: 55vw;
        height: auto;
    }

    .u-header.u-header-left-aligned-nav .navbar-toggler {
        position: absolute;
        left: 1rem;
        top: 50%;
        transform: translate(-1.5rem, -50%);
        z-index: 5;
    }

    .py-2.bg-primary-down-lg .col.col-xl-auto {
        position: absolute !important;
        right: 1rem !important;
        top: 50% !important;
        transform: translateY(-50%) !important;
    }

    .py-2.bg-primary-down-lg {
        position: relative;
        left: 50%;
        right: 50%;
        margin-left: -50vw;
        margin-right: -50vw;
        width: 100vw;
        border-radius: 0;
        overflow: hidden;
    }

    .py-2.bg-primary-down-lg .container {
        width: 100%;
        max-width: 100%;
        padding-left: 1rem;
        padding-right: 1rem;
    }
}
@media (max-width: 767px) {
  #Jpills-two-example1 .row[data-product-desc-row] .col-md-6 {
    float: none;
    width: 100%;
    margin: 0 auto;
    text-align: center !important;
    padding-left: 0;
    padding-right: 0;
  }

  #Jpills-two-example1 .row[data-product-desc-row] .img-fluid {
    margin: 0 auto;
    display: block;
    max-width: 80vw;
    width: auto;
  }
  #Jpills-two-example1 .row[data-product-desc-row] .text-right,
  #Jpills-two-example1 .row[data-product-desc-row] .text-left {
    text-align: center !important;
  }

  #Jpills-two-example1 .row[data-product-desc-row] > .col-md-6 > div {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  #Jpills-two-example1 .row[data-product-desc-row] {
    margin-left: 0;
    margin-right: 0;
    justify-content: center;
  }
  #Jpills-two-example1 .row[data-product-desc-row] > .col-md-6:nth-child(3) {
    order: 4;
  }
  #Jpills-two-example1 .row[data-product-desc-row] > .col-md-6:nth-child(4) {
    order: 3;
  }
}

@media (max-width: 991.98px) {
  #header .u-header__navbar {
    max-width: none !important;
    min-width: auto !important;
    display: grid;
    grid-template-columns: 80px 1fr 80px;
    align-items: center;
    justify-items: center;
    width: 100% !important;
    padding: 0 1rem;
  }

  #header .u-header__navbar.max-width-270,
  #header .u-header__navbar.min-width-270 {
    max-width: none !important;
    min-width: auto !important;
  }

  #header .u-header__navbar .navbar-toggler {
    grid-column: 1;
    justify-self: start;
  }

  #header .u-header__navbar .navbar-brand {
    grid-column: 2;
    justify-self: center;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  #header .u-header__navbar .navbar-brand img {
    display: block;
    margin: 0 auto;
  }

  #header .u-header__navbar .d-inline-flex ul {
    justify-content: center;
    align-items: center;
  }

  #header .u-header__navbar .d-inline-flex ul > li {
    width: auto !important;
    flex: 0 0 auto;
    margin: 0 0.25rem;
  }

  #header .u-header__navbar .d-inline-flex ul > li .ec {
    margin: 0;
  }
}

@media (max-width: 767px) {
  #header .py-2.bg-primary-down-lg .container {
    padding-left: 0;
    padding-right: 0;
  }

  #header .u-header__navbar {
    max-width: 360px !important;
    margin: 0 auto;
  }
}

@media (max-width: 768px) {
  .u-header.u-header-left-aligned-nav .u-header__section {
    position: relative !important;
    display: flex !important;
    align-items: center !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    min-height: 56px !important;
  }

  #searchClassic,
  #searchClassic,
  #searchClassic.dropdown-menu {
    display: none !important;
  }

  .u-header.u-header-left-aligned-nav .u-header__nav,
  .u-header.u-header-left-aligned-nav .u-header__navbar-nav,
  .u-header.u-header-left-aligned-nav .u-header__navbar-nav-last-item,
  .u-header.u-header-left-aligned-nav .u-header__nav-item {
    display: flex !important;
    align-items: center !important;
  }
  #header .u-header__navbar .d-inline-flex {
    height: 56px !important;
    align-items: center;
  }
  #header .u-header__navbar .d-inline-flex ul {
    align-items: center;
  }
  #header .u-header__navbar .d-inline-flex ul > li a,
  #header .u-header__navbar .d-inline-flex ul > li button {
    line-height: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }

  body.product-page #header .u-header__navbar .d-inline-flex {
    padding-left: 1.25rem;
  }

  body.product-page #header .u-header__navbar .d-inline-flex ul {
    justify-content: flex-start;
  }

  body.product-page #header .u-header__navbar .d-inline-flex ul > li {
    margin: 0 0.45rem;
  }
}

@media (max-width: 768px) {
.mobile-search-page {
    position: fixed;
    inset: 0;
    display: none;
    align-items: flex-start;
    justify-content: center;
    padding: 1rem;
    background: rgba(0, 0, 0, 0.65);
    z-index: 1200;
  }

  .mobile-search-page.mobile-search-page--visible {
    display: flex;
  }

  .mobile-search-page__card {
    background: #fff;
    width: 100%;
    max-width: 520px;
    border-radius: 20px;
    box-shadow: 0 25px 60px rgba(15, 23, 42, 0.25);
    padding: 1.5rem;
    margin-top: 1rem;
  }

  .mobile-search-page__input {
    position: relative;
    display: flex;
    align-items: center;
    background: #fefefe;
    border-radius: 999px;
    padding: 0.25rem 0.75rem;
    border: 1px solid rgba(15, 23, 42, 0.1);
  }

  .mobile-search-page__input input {
    flex: 1;
    border: none;
    outline: none;
    background: transparent;
    min-height: 48px;
    margin-right: 0.5rem;
    font-size: 1rem;
  }

  .mobile-search-page__submit {
    border: none;
    background: #f7d303;
    color: #111;
    border-radius: 50%;
    width: 42px;
    height: 42px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1.25rem;
  }

  .mobile-search-page__results {
    margin-top: 1rem;
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    max-height: 48vh;
    overflow-y: auto;
  }

  .mobile-search-page__result {
    border: 1px solid rgba(15, 23, 42, 0.1);
    background: #fff;
    border-radius: 12px;
    padding: 0.85rem 1rem;
    text-align: right;
    font-weight: 600;
    font-size: 1rem;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-decoration: none;
    color: inherit;
  }

  .mobile-search-page__result:hover {
    background: #f7f7f7;
  }

  .mobile-search-page__result-price {
    font-weight: 500;
    color: #3a3a3a;
    font-size: 0.95rem;
  }

  .mobile-search-page__helper {
    margin: 0;
    font-size: 0.95rem;
  }

  .mobile-search-page__result-thumb {
    width: 48px;
    height: 48px;
    flex-shrink: 0;
    border-radius: 12px;
    overflow: hidden;
    margin-left: 0.75rem;
  }

  .mobile-search-page__result-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }
}
