/* ========================================
   SHOP ACCESSORIES PAGE STYLES
   ======================================== */

/* ----------------------------------------
   Hero Section
   ---------------------------------------- */
.shop-hero-container {
    min-height: 380px;
    background-image: url('/imgs/shop/CONTAINER.png');
    width: 100%;
    max-width: 100%;
    height: 656px;
    padding-top: 120px;
    padding-left: 112px;
    padding-right: 112px;
    /* background: radial-gradient(50% 50% at 50% 50%,
            rgba(0, 0, 0, 0.6) 0%,
            rgba(0, 0, 0, 0.4) 100%),
        url("/imgs/shop/CONTAINER.png") lightgray 50% / cover no-repeat; */
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 60px;
    margin-top: -230px;
    background-size: cover;
    background-position: center;
    z-index: -1;

}

/* .shop-hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(8, 8, 8, 0.6);
    z-index: 1;
} */

.shop-hero-content {
    position: relative;
    z-index: 2;
    width: 100%;
    max-width: 900px;
    padding: 60px 20px 120px;
    text-align: center;
    transform-style: preserve-3d;
}

.shop-hero-title {
    font-family: 'Open Sans', sans-serif;
    font-size: 80px;
    font-weight: 800;
    color: #ffffff;
    text-transform: uppercase;
    line-height: 88px;
    margin-bottom: 30px;
    text-shadow: -4px 4px 14px rgba(0, 0, 0, 1.00);
    text-align: center;
    padding-top: 70px;
}

/* Filter Bar (Year / Make / Model + Button) */
.shop-filter-bar {
    display: flex;
    align-items: stretch;
    background: #ffffff;
    border-radius: 20px;
    overflow: visible;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
    backdrop-filter: blur(6.5px);
    height: 60px;
    position: relative;
    z-index: 100;
}

.shop-filter-field {
    flex: 1;
    min-width: 0;
    position: relative;
    background: rgba(255, 255, 255, 0.10);
    outline: 1px solid rgba(0, 0, 0, 0.10);
    outline-offset: -0.5px;
    display: flex;
    align-items: center;
    padding: 16px;
    overflow: visible;
    isolation: isolate;
}

.shop-filter-field.shop-filter-year {
    width: 155px;
    flex: 0 0 155px;
    padding-left: 24px;
    padding-right: 16px;
}

.shop-filter-field select {
    width: 100%;
    height: 100%;
    border: none;
    padding: 0;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    color: #000000;
    background: transparent;
    outline: none;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    cursor: pointer;
    padding-right: 30px;
    position: relative;
    transform: translateZ(0);
}

.shop-filter-field select option {
    color: rgba(0, 0, 0, 0.70);
    padding: 10px;
}

.shop-dropdown-icon {
    position: absolute;
    right: 16px;
    top: 50%;
    transform: translateY(-50%);
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: none;
}

.shop-filter-btn {
    background: #BD1F3F;
    color: #ffffff;
    border: none;
    padding: 20px;
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 22px;
    cursor: pointer;
    white-space: nowrap;
    transition: background 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    height: 60px;
    outline: 1px solid rgba(255, 255, 255, 0.50);
    outline-offset: -0.5px;
    border-radius: 0 20px 20px 0;
}

.shop-filter-btn:hover {
    background: #9a1832;
}

.shop-filter-btn .btn-icon {
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Or Separator */
.shop-or-separator {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 16px 0;
}

.shop-or-separator span {
    color: #ffffff;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: 400;
    text-transform: lowercase;
    opacity: 0.8;
}

/* Search Bar */
.shop-search-form {
    width: 100%;
}

.shop-search-bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: rgb(255 255 255 / 20%);
    border-radius: 154px;
    outline: 3px solid rgba(255, 255, 255, 0.30);
    outline-offset: -1.5px;
    backdrop-filter: blur(7.68px);
    padding: 8px 31px;
    gap: 15px;
    height: auto;
    min-height: 60px;
}

.shop-search-keyword {
    flex: 1;
    display: flex;
    align-items: center;
}

.shop-search-keyword input {
    width: 100%;
    height: 100%;
    border: none;
    padding: 0;
    font-family: 'Open Sans', sans-serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 28px;
    color: #ffffff;
    background: transparent;
    outline: none;
}

.shop-search-keyword input::placeholder {
    color: rgba(255, 255, 255, 0.90);
}

.shop-search-btn {
    width: 42px;
    height: 42px;
    min-width: 42px;
    min-height: 42px;
    border-radius: 50%;
    background: #ffffff;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    flex-shrink: 0;
}

.shop-search-btn:hover {
    transform: scale(1.05);
    box-shadow: 0 2px 8px rgba(255, 255, 255, 0.3);
}

.shop-search-btn i {
    color: #BD1F3F;
    font-size: 18px;
}

/* ----------------------------------------
   Banner Slider Section
   ---------------------------------------- */
.shop-banner-section {
    max-width: 1200px;
    margin: 40px auto;
    padding: 0 20px;
}

.shop-banner-section .mid-search-inner {
    border-radius: 8px;
    overflow: hidden;
}

.shop-banner-section .mid-search-inner-slide img {
    border-radius: 8px;
}

/* ----------------------------------------
   Shop by Type Section
   ---------------------------------------- */
.shop-by-type-section {
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
    padding: 40px 100px 120px 100px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 60px;
}

.shop-by-type-heading {
    font-family: 'Open Sans', sans-serif;
    font-size: 28px;
    font-weight: 700;
    line-height: 34px;
    color: #000000;
    text-align: center;
    margin: 0;
}

.shop-by-type-grid {
    width: 100%;
    max-width: 1240px;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 30px;
    flex-wrap: wrap;
    align-content: flex-start;
}

.shop-type-card {
    width: 100%;
    max-width: 393px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 20px;
}

.shop-type-image {
    align-self: stretch;
    flex: 1 1 0;
    padding: 20px;
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    gap: 10px;
    min-height: 157px;
    border-radius: 8px;
}

.shop-type-image img {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.shop-type-card:hover .shop-type-image img {
    transform: scale(1.05);
}

.shop-type-title {
    font-family: 'Open Sans', sans-serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 28px;
    color: #000000;
    margin: 0;
}

.shop-type-list {
    align-self: stretch;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 12px;
    list-style: none;
    padding: 0;
    margin: 0;
}

.shop-type-list-item {
    align-self: stretch;
}

.shop-type-list-item a {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
    text-decoration: none;
    transition: opacity 0.2s ease;
}

.shop-type-list-item a:hover {
    opacity: 0.8;
}

.shop-type-icon {
    width: 20px;
    height: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
}

.shop-type-icon svg {
    width: 20px;
    height: 20px;
}

.shop-type-text {
    flex: 1 1 0;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    color: rgba(0, 0, 0, 0.70);
}

.shop-type-divider {
    align-self: stretch;
    height: 0px;
    outline: 1px rgba(0, 0, 0, 0.10) solid;
    outline-offset: -0.50px;
}

/* ----------------------------------------
   CTA Cards (Yamaha / Kawasaki)
   ---------------------------------------- */
.shop-cta-cards-container {
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
    padding: 60px 100px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
}

.shop-cta-card {
    width: 100%;
    max-width: 610px;
    height: 364px;
    padding: 60px;
    position: relative;
    overflow: hidden;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    text-decoration: none;
    transition: transform 0.3s ease;
}

.shop-cta-card::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 39%, rgba(0, 0, 0, 1) 100%);
    z-index: 1;
    pointer-events: none;
}

.shop-cta-card:hover {
    transform: translateY(-4px);
}

.shop-cta-bg {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    object-fit: cover;
    z-index: 0;
}

.shop-cta-logo {
    width: 200px;
    height: auto;
    position: relative;
    z-index: 2;
    background: #0000001c;
    padding: 8px;
    border-radius: 4px;
}

.shop-cta-text {
    align-self: stretch;
    position: relative;
    z-index: 2;
    color: #ffffff;
    font-family: 'Open Sans', sans-serif;
    font-size: 40px;
    font-weight: 700;
    line-height: 48px;
    word-wrap: break-word;
    text-shadow: 0px 8px 24px rgba(16, 24, 40, 0.10);
}

/* ----------------------------------------
   Shop by Brand Section
   ---------------------------------------- */
.shop-by-brand {
    max-width: 1200px;
    margin: 50px auto;
    padding: 0 20px;
    text-align: center;
}

.shop-by-brand-title {
    font-family: 'Open Sans', sans-serif;
    font-size: 28px;
    font-weight: 700;
    line-height: 34px;
    color: #000000;
    text-align: center;
    margin-bottom: 30px;
}

.shop-brand-slider .brand-card {
    display: flex !important;
    align-items: center;
    justify-content: center;
    height: 65px;
    padding: 6px 10px;
}

.shop-brand-slider .brand-card img {
    max-width: 120px;
    max-height: 100%;
    object-fit: contain;
    filter: grayscale(20%);
    transition: filter 0.3s ease;
}

.shop-brand-slider .brand-card:hover img {
    filter: grayscale(0%);
}

/* ----------------------------------------
   Social Section
   ---------------------------------------- */
.shop-social-section {
    background: #000000;
    padding: 80px 100px;
    margin-top: 40px;
}

.shop-social-section .social-ui {
    max-width: 1440px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 40px;
}

.shop-social-section .social-ui-connect {
    color: #ffffff;
    font-family: 'Open Sans', sans-serif;
    font-size: 40px;
    font-weight: 700;
    line-height: 48px;
    text-align: center;
    margin: 0;
}

.shop-social-section .social-ui-icons {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 20px;
}

.shop-social-section .social-icon-link {
    display: flex;
    align-items: center;
    justify-content: center;
    transition: opacity 0.3s ease;
    text-decoration: none;
}

.shop-social-section .social-icon-link:hover {
    opacity: 0.7;
}

.shop-social-section .social-icon-wrapper {
    width: 36px;
    height: 36px;
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}
.social-ui {
    padding: 0;
}
/* ========================================
   RESPONSIVE STYLES
   ======================================== */

@media (max-width: 1200px) {
    .shop-hero-title {
        font-size: 64px;
        line-height: 72px;
    }

    .shop-by-type-section {
        padding: 40px 60px 100px 60px;
    }

    .shop-by-type-grid {
        max-width: 100%;
    }

    .shop-type-card {
        max-width: calc(50% - 15px);
    }
}

@media (max-width: 992px) {
    .shop-hero-container {
        min-height: 320px;
    }

    .shop-hero-title {
        font-size: 52px;
        line-height: 60px;
    }

    .shop-filter-bar {
        flex-wrap: wrap;
        height: auto;
    }

    .shop-filter-field {
        flex: 1 1 calc(33.33% - 1px);
        min-height: 60px;
    }

    .shop-filter-field.shop-filter-year {
        width: auto;
        flex: 1 1 calc(33.33% - 1px);
    }

    .shop-filter-btn {
        flex: 1 1 100%;
        justify-content: center;
        padding: 20px;
        border-radius: 0 0 20px 20px;
    }

    .shop-cta-cards-container {
        padding: 40px 60px;
        flex-direction: column;
    }

    .shop-cta-card {
        max-width: 100%;
        height: 320px;
        padding: 50px;
    }

    .shop-cta-logo {
        width: 180px;
    }

    .shop-cta-text {
        font-size: 36px;
        line-height: 44px;
    }

    .shop-by-type-section {
        padding: 40px 40px 80px 40px;
        gap: 50px;
    }

    .shop-by-type-heading {
        font-size: 26px;
        line-height: 32px;
    }

    .shop-type-card {
        max-width: calc(50% - 15px);
    }
}

@media (max-width: 768px) {
    .shop-hero-container {
        min-height: 280px;
        padding-left: 20px;
        padding-right: 20px;
    }

    .shop-hero-title {
        font-size: 42px;
        line-height: 48px;
        margin-bottom: 20px;
    }

    .shop-hero-content {
        padding: 40px 15px;
    }

    .shop-filter-bar {
        border-radius: 20px;
    }

    .shop-filter-field {
        flex: 1 1 100%;
        padding: 16px 20px;
    }

    .shop-filter-field.shop-filter-year {
        width: auto;
        flex: 1 1 100%;
        padding-left: 20px;
    }

    .shop-filter-btn {
        font-size: 16px;
        padding: 18px 20px;
    }

    .shop-search-bar {
        padding: 14px 24px;
        min-height: 60px;
    }

    .shop-search-keyword input {
        font-size: 18px;
        line-height: 26px;
    }

    .shop-search-btn {
        width: 40px;
        height: 40px;
        min-width: 40px;
        min-height: 40px;
    }

    .shop-search-btn i {
        font-size: 16px;
    }

    .shop-by-type-heading {
        font-size: 24px;
        line-height: 30px;
    }

    .shop-by-brand-title {
        font-size: 24px;
        line-height: 30px;
    }

    .shop-by-type-section {
        padding: 30px 30px 60px 30px;
        gap: 40px;
    }

    .shop-by-type-grid {
        gap: 25px;
    }

    .shop-type-card {
        max-width: 100%;
    }

    .shop-type-image {
        min-height: 140px;
    }

    .shop-cta-cards-container {
        padding: 30px;
    }

    .shop-cta-card {
        height: 280px;
        padding: 40px;
    }

    .shop-cta-logo {
        width: 150px;
    }

    .shop-cta-text {
        font-size: 28px;
        line-height: 36px;
    }

    .shop-social-section {
        padding: 80px 60px;
    }

    .shop-social-section .social-ui {
        gap: 30px;
    }

    .shop-social-section .social-ui-connect {
        font-size: 32px;
        line-height: 40px;
    }
}

@media (max-width: 550px) {
    .shop-hero-container {
        min-height: 240px;
        padding-left: 15px;
        padding-right: 15px;
    }

    .shop-hero-title {
        font-size: 32px;
        line-height: 38px;
    }

    .shop-filter-bar {
        border-radius: 15px;
    }

    .shop-filter-field {
        padding: 14px 16px;
        min-height: 50px;
    }

    .shop-filter-field.shop-filter-year {
        padding-left: 16px;
    }

    .shop-filter-field select {
        font-size: 13px;
    }

    .shop-filter-btn {
        font-size: 14px;
        padding: 14px 16px;
        height: 50px;
        border-radius: 0 0 15px 15px;
    }

    .shop-filter-btn .btn-text {
        font-size: 14px;
    }

    .shop-search-bar {
        border-radius: 100px;
        padding: 12px 20px;
        min-height: 50px;
    }

    .shop-search-keyword input {
        font-size: 14px;
        line-height: 20px;
        font-weight: 600;
    }

    .shop-search-btn {
        width: 36px;
        height: 36px;
        min-width: 36px;
        min-height: 36px;
    }

    .shop-search-btn i {
        font-size: 14px;
    }

    .shop-by-type-section {
        padding: 30px 20px 50px 20px;
        gap: 30px;
    }

    .shop-by-type-heading {
        font-size: 22px;
        line-height: 28px;
    }

    .shop-by-brand-title {
        font-size: 20px;
        line-height: 26px;
    }

    .shop-by-type-grid {
        gap: 20px;
    }

    .shop-type-card {
        max-width: 100%;
        gap: 16px;
    }

    .shop-type-image {
        min-height: 120px;
        padding: 15px;
    }

    .shop-type-title {
        font-size: 18px;
        line-height: 26px;
    }

    .shop-type-list {
        gap: 10px;
    }

    .shop-type-text {
        font-size: 13px;
        line-height: 20px;
    }

    .shop-by-brand {
        margin-top: 30px;
        margin-bottom: 30px;
    }

    .shop-cta-cards-container {
        padding: 30px 20px;
    }

    .shop-cta-card {
        height: 240px;
        padding: 30px;
    }

    .shop-cta-logo {
        width: 120px;
    }

    .shop-cta-text {
        font-size: 22px;
        line-height: 28px;
    }

    .shop-social-section {
        padding: 60px 20px;
    }

    .shop-social-section .social-ui {
        flex-direction: column;
        gap: 30px;
    }

    .shop-social-section .social-ui-connect {
        font-size: 28px;
        line-height: 36px;
    }

    .shop-social-section .social-ui-icons {
        gap: 16px;
    }

    .shop-social-section .social-icon-wrapper {
        width: 32px;
        height: 32px;
    }
}

@media (max-width: 550px) {
    .shop-social-section {
        padding: 50px 15px;
    }

    .shop-social-section .social-ui {
        gap: 24px;
    }

    .shop-social-section .social-ui-connect {
        font-size: 24px;
        line-height: 32px;
    }

    .shop-social-section .social-ui-icons {
        gap: 14px;
    }

    .shop-social-section .social-icon-wrapper {
        width: 28px;
        height: 28px;
    }
}