html,
body {
    overflow-x: hidden;
}

.store-page-main {
    width: 100%;
    min-height: 100vh;
    padding: 0 !important;
    margin: 0 !important;
    background-image: none !important;
    overflow: hidden;
}

.store-page-main.theme-default {
    background-color: #ffffff !important;
}

.store-page-main.theme-template1 {
    background-color: #07101f !important;
}

.store-page-main.theme-template2 {
    background-color: #f4f1ed !important;
}

.store-page-main.theme-template3 {
    background-color: #f8f9fb !important;
}

.store-page-main.theme-template4 {
    background-color: #3f655d !important;
}

.store-page-main.theme-template5 {
    background-color: #f8f8f9 !important;
}

.store-page-main .store-page-container {
    max-width: 1180px;
    width: 100%;
    margin: 0 auto;
    padding-left: 18px;
    padding-right: 18px;
}

.store-banner-section {
    width: 100%;
    min-height: 520px;
    position: relative;
    background-size: cover !important;
    background-position: center top !important;
    background-repeat: no-repeat !important;
    background-color: transparent !important;
    background-attachment: scroll !important;
    overflow: hidden;
    display: block;
}

.store-banner-section.store-banner-default {
    background-image: none !important;
    background-color: #ffffff !important;
    min-height: 420px;
}

.store-banner-section::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 0;
    pointer-events: none;
}

.store-banner-template1::before {
    background: linear-gradient(90deg, rgba(5, 11, 24, 0.96) 0%, rgba(5, 11, 24, 0.84) 45%, rgba(5, 11, 24, 0.56) 100%);
}

.store-banner-template2::before {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.76) 0%, rgba(255, 255, 255, 0.86) 55%, rgba(244, 241, 237, 0.98) 100%);
}

.store-banner-template3::before {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.72) 0%, rgba(255, 255, 255, 0.86) 54%, rgba(248, 249, 251, 0.98) 100%);
}

.store-banner-template4::before {
    background: linear-gradient(90deg, rgba(47, 91, 82, 0.92) 0%, rgba(47, 91, 82, 0.82) 48%, rgba(47, 91, 82, 0.62) 100%);
}

.store-banner-template5::before {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.72) 0%, rgba(255, 255, 255, 0.86) 54%, rgba(248, 248, 249, 0.98) 100%);
}

.store-banner-section .store-page-container {
    position: relative;
    z-index: 3;
}

.store-hero {
    min-height: 520px;
    padding: 74px 0 52px !important;
    margin: 0 !important;
    display: flex !important;
    align-items: center;
    background: transparent !important;
    background-image: none !important;
    box-shadow: none !important;
    border-radius: 0 !important;
    overflow: visible !important;
    position: relative;
}

.store-hero-overlay {
    display: none !important;
}

.store-hero-content {
    width: 100%;
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) 390px;
    gap: 80px;
    align-items: end;
}

.store-main-info {
    max-width: 620px;
}

.store-logo-row {
    display: flex !important;
    align-items: center;
    gap: 14px;
    margin-bottom: 14px;
}

.store-logo-card {
    width: 70px !important;
    height: 70px !important;
    min-width: 70px !important;
    border-radius: 12px !important;
    background: #ffffff !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    overflow: hidden !important;
    box-shadow: none !important;
}

.store-logo-card img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
}

.store-share-count {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    min-height: 34px;
    border-radius: 999px !important;
    padding: 8px 16px !important;
    font-size: 13px !important;
    line-height: 1 !important;
    white-space: nowrap;
    margin: 0 !important;
}

.store-working-time {
    display: flex !important;
    align-items: center;
    gap: 8px;
    margin: 0 0 18px !important;
    padding: 0 !important;
    font-size: 15px !important;
    line-height: 1.4 !important;
    background: transparent !important;
}

.store-main-info h1 {
    font-size: 46px !important;
    line-height: 1.08 !important;
    font-weight: 800 !important;
    margin: 0 0 22px !important;
    letter-spacing: -1.5px !important;
}

.verified-badge {
    width: 18px !important;
    height: 18px !important;
    font-size: 10px !important;
    vertical-align: middle;
}

.store-about {
    background: transparent !important;
    margin: 0 0 28px !important;
    padding: 0 !important;
    max-width: 560px;
}

.store-about span {
    display: block;
    font-size: 14px !important;
    margin-bottom: 10px !important;
    opacity: .72;
}

.store-about p {
    font-size: 15px !important;
    line-height: 1.65 !important;
    margin: 0 !important;
    max-width: 560px;
}

.store-about a {
    display: inline-block;
    margin-top: 8px;
    font-size: 13px;
    font-weight: 700;
    text-decoration: none !important;
}

.store-search-form {
    width: 260px !important;
    height: 42px !important;
    min-height: 42px !important;
    border-radius: 999px !important;
    display: flex !important;
    align-items: center !important;
    gap: 10px;
    padding: 0 16px !important;
    margin: 0 !important;
    border: none !important;
}

.store-search-form input {
    background: transparent !important;
    border: none !important;
    outline: none !important;
    font-size: 13px !important;
    width: 100% !important;
    height: 100% !important;
    padding: 0 !important;
}

.store-contact-info {
    align-self: end;
    padding-left: 34px !important;
    margin: 0 0 34px !important;
    background: transparent !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 14px !important;
}

.store-contact-info div {
    display: flex !important;
    align-items: center !important;
    gap: 8px !important;
    font-size: 15px !important;
    line-height: 1.4 !important;
}

.store-contact-info i {
    width: 18px !important;
    text-align: center !important;
}

.store-hero-nav,
.store-owner-actions {
    display: none !important;
}

.store-banner-text-light,
.store-banner-text-light h1,
.store-banner-text-light .store-working-time,
.store-banner-text-light .store-about,
.store-banner-text-light .store-about span,
.store-banner-text-light .store-about p,
.store-banner-text-light .store-contact-info,
.store-banner-text-light .store-contact-info div,
.store-banner-text-light .store-contact-info span,
.store-banner-text-light .store-contact-info b,
.store-banner-text-light .store-working-time i,
.store-banner-text-light .store-contact-info i,
.store-banner-text-light .store-search-form i,
.store-banner-text-light .store-search-form input,
.store-banner-text-light .store-search-form input::placeholder,
.store-banner-text-light .store-share-count {
    color: #ffffff !important;
}

.store-banner-text-dark,
.store-banner-text-dark h1,
.store-banner-text-dark .store-working-time,
.store-banner-text-dark .store-about,
.store-banner-text-dark .store-about span,
.store-banner-text-dark .store-about p,
.store-banner-text-dark .store-contact-info,
.store-banner-text-dark .store-contact-info div,
.store-banner-text-dark .store-contact-info span,
.store-banner-text-dark .store-contact-info b,
.store-banner-text-dark .store-working-time i,
.store-banner-text-dark .store-contact-info i,
.store-banner-text-dark .store-search-form i,
.store-banner-text-dark .store-search-form input,
.store-banner-text-dark .store-search-form input::placeholder,
.store-banner-text-dark .store-share-count {
    color: #101828 !important;
}

.store-banner-text-light .store-share-count,
.store-banner-text-light .store-search-form {
    background: rgba(255, 255, 255, .14) !important;
    border: 1px solid rgba(255, 255, 255, .14) !important;
    backdrop-filter: blur(8px);
}

.store-banner-text-dark .store-share-count,
.store-banner-text-dark .store-search-form {
    background: rgba(255, 255, 255, .72) !important;
    border: 1px solid rgba(17, 24, 39, .06) !important;
    backdrop-filter: blur(8px);
}

.store-banner-text-light .store-contact-info {
    border-left: 1px solid rgba(255, 255, 255, .38) !important;
}

.store-banner-text-dark .store-contact-info {
    border-left: 1px solid rgba(17, 24, 39, .22) !important;
}

.theme-template1 .store-about a,
.theme-template4 .store-about a,
.theme-default .store-about a {
    color: #ff4f6d !important;
}

.theme-template2 .store-about a {
    color: #e46e5e !important;
}

.theme-template3 .store-about a {
    color: #506ad4 !important;
}

.theme-template5 .store-about a {
    color: #ff4f6d !important;
}

.store-products-section {
    width: 100%;
    display: block;
    position: relative;
    z-index: 5;
    padding: 34px 0 76px !important;
    margin-top: 0 !important;
    margin: 0 !important;
    background-image: none !important;
    border-top: 0 !important;
}

.theme-template1 .store-products-section {
    background: #07101f !important;
    color: #ffffff !important;
}

.theme-template2 .store-products-section {
    background: #f4f1ed !important;
    color: #101828 !important;
}

.theme-template3 .store-products-section {
    background: #f8f9fb !important;
    color: #101828 !important;
}

.theme-template4 .store-products-section {
    background: #3f655d !important;
    color: #ffffff !important;
}

.theme-template5 .store-products-section {
    background: #f8f8f9 !important;
    color: #101828 !important;
}

.theme-default .store-products-section {
    background: #ffffff !important;
    color: #101828 !important;
}

.store-content-area {
    padding: 0 !important;
    margin: 0 !important;
    background: transparent !important;
    background-image: none !important;
    border-radius: 0 !important;
}

.store-products-head {
    margin-bottom: 24px !important;
}

.store-products-title {
    font-size: 13px;
    font-weight: 500;
    opacity: .88;
    margin-bottom: 22px;
    color: inherit !important;
}

.store-products-tabs {
    display: flex;
    align-items: center;
    gap: 22px;
    flex-wrap: wrap;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(255, 255, 255, .18);
}

.store-products-section.store-products-text-dark .store-products-tabs {
    border-bottom-color: rgba(17, 24, 39, .10);
}

.store-products-tab {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    min-height: 30px;
    font-size: 12px;
    font-weight: 500;
    opacity: .72;
    color: inherit !important;
    text-decoration: none !important;
    border-bottom: 2px solid transparent;
    margin-bottom: -11px;
    padding-bottom: 11px;
}

.store-products-tab.active {
    opacity: 1;
    color: #ff4f6d !important;
    border-bottom-color: #ff4f6d;
}

.store-products-grid {
    display: grid !important;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 22px;
    margin-top: 16px;
}

.store-products-grid > [class*="col-"],
.store-product-grid-item {
    width: 100% !important;
    max-width: 100% !important;
    flex: none !important;
    padding: 0 !important;
    margin: 0 !important;
}

.store-empty-products {
    width: 100%;
    padding: 22px;
    border-radius: 14px;
    text-align: center;
    font-size: 16px;
}

.theme-template1 .store-empty-products,
.theme-template4 .store-empty-products {
    background: rgba(255, 255, 255, .10) !important;
    color: #ffffff !important;
    border: 1px solid rgba(255, 255, 255, .12) !important;
}

.theme-template2 .store-empty-products,
.theme-template3 .store-empty-products,
.theme-template5 .store-empty-products,
.theme-default .store-empty-products {
    background: #ffffff !important;
    color: #667085 !important;
    border: 1px solid rgba(17, 24, 39, .06) !important;
}

.theme-template1 .featured__item,
.theme-template4 .featured__item,
.theme-template1 .featured__item h6,
.theme-template1 .featured__item h5,
.theme-template1 .featured__item p,
.theme-template1 .featured__item span,
.theme-template4 .featured__item h6,
.theme-template4 .featured__item h5,
.theme-template4 .featured__item p,
.theme-template4 .featured__item span {
    color: #ffffff !important;
}

.theme-template2 .featured__item h6,
.theme-template2 .featured__item h5,
.theme-template2 .featured__item p,
.theme-template2 .featured__item span,
.theme-template3 .featured__item h6,
.theme-template3 .featured__item h5,
.theme-template3 .featured__item p,
.theme-template3 .featured__item span,
.theme-template5 .featured__item h6,
.theme-template5 .featured__item h5,
.theme-template5 .featured__item p,
.theme-template5 .featured__item span,
.theme-default .featured__item h6,
.theme-default .featured__item h5,
.theme-default .featured__item p,
.theme-default .featured__item span {
    color: #101828 !important;
}

.featured__item__pic,
.gallery-item {
    border-radius: 14px !important;
    overflow: hidden !important;
}

body.ownership-template-page .header .header_menu_toggle,
body.ownership-template-page .header .header__menu {
    display: none !important;
}

body.ownership-template-page .header {
    background: transparent !important;
    box-shadow: none !important;
    border: none !important;
}

body.ownership-template-light-header .header .header-right,
body.ownership-template-light-header .header .header-right *,
body.ownership-template-light-header .header .header__cart a,
body.ownership-template-light-header .header .header__cart i,
body.ownership-template-light-header .header .header-user-name,
body.ownership-template-light-header .header .header-user-email,
body.ownership-template-light-header .header .user-name,
body.ownership-template-light-header .header .user-email {
    color: #101828 !important;
}

body.ownership-template-light-header .header .header__cart svg path,
body.ownership-template-light-header .header svg path {
    stroke: #101828 !important;
}

body.ownership-template-dark-header .header .header-right,
body.ownership-template-dark-header .header .header-right *,
body.ownership-template-dark-header .header .header__cart a,
body.ownership-template-dark-header .header .header__cart i,
body.ownership-template-dark-header .header .header-user-name,
body.ownership-template-dark-header .header .header-user-email,
body.ownership-template-dark-header .header .user-name,
body.ownership-template-dark-header .header .user-email {
    color: #ffffff !important;
}

body.ownership-template-dark-header .header .header__cart svg path,
body.ownership-template-dark-header .header svg path {
    stroke: #ffffff !important;
}

.store-page-main.theme-template1 {
    background-color: #07101f !important;
}

.store-page-main.theme-template2 {
    background-color: #f4f1ed !important;
}

.store-page-main.theme-template3 {
    background-color: #f8f9fb !important;
}

.store-page-main.theme-template4 {
    background-color: #315f57 !important;
}

.store-page-main.theme-template5 {
    background-color: #f8f8f9 !important;
}

.store-banner-template1 {
    background-color: #07101f !important;
}

.store-banner-template2 {
    background-color: #f4f1ed !important;
}

.store-banner-template3 {
    background-color: #f8f9fb !important;
}

.store-banner-template4 {
    background-color: #315f57 !important;
}

.store-banner-template5 {
    background-color: #f8f8f9 !important;
}

.store-banner-template1::before {
    background: linear-gradient(90deg, rgba(5, 11, 24, 0.96) 0%, rgba(5, 11, 24, 0.86) 45%, rgba(5, 11, 24, 0.62) 100%) !important;
}

.store-banner-template2::before {
    background: linear-gradient(180deg, rgba(244, 241, 237, 0.72) 0%, rgba(244, 241, 237, 0.82) 55%, rgba(244, 241, 237, 1) 100%) !important;
}

.store-banner-template3::before {
    background: linear-gradient(180deg, rgba(248, 249, 251, 0.72) 0%, rgba(248, 249, 251, 0.84) 54%, rgba(248, 249, 251, 1) 100%) !important;
}

.store-banner-template4::before {
    background: linear-gradient(90deg, rgba(49, 95, 87, 0.94) 0%, rgba(49, 95, 87, 0.86) 48%, rgba(49, 95, 87, 0.72) 100%) !important;
}

.store-banner-template5::before {
    background: linear-gradient(180deg, rgba(248, 248, 249, 0.72) 0%, rgba(248, 248, 249, 0.84) 54%, rgba(248, 248, 249, 1) 100%) !important;
}

.store-banner-section::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -1px;
    height: 130px;
    z-index: 1;
    pointer-events: none;
}

.store-banner-template1::after {
    background: linear-gradient(180deg, rgba(7, 16, 31, 0) 0%, #07101f 100%) !important;
}

.store-banner-template2::after {
    background: linear-gradient(180deg, rgba(244, 241, 237, 0) 0%, #f4f1ed 100%) !important;
}

.store-banner-template3::after {
    background: linear-gradient(180deg, rgba(248, 249, 251, 0) 0%, #f8f9fb 100%) !important;
}

.store-banner-template4::after {
    background: linear-gradient(180deg, rgba(49, 95, 87, 0) 0%, #315f57 100%) !important;
}

.store-banner-template5::after {
    background: linear-gradient(180deg, rgba(248, 248, 249, 0) 0%, #f8f8f9 100%) !important;
}

.theme-template1 .store-products-section {
    background: #07101f !important;
    color: #ffffff !important;
}

.theme-template2 .store-products-section {
    background: #f4f1ed !important;
    color: #101828 !important;
}

.theme-template3 .store-products-section {
    background: #f8f9fb !important;
    color: #101828 !important;
}

.theme-template4 .store-products-section {
    background: #315f57 !important;
    color: #ffffff !important;
}

.theme-template5 .store-products-section {
    background: #f8f8f9 !important;
    color: #101828 !important;
}

@media (max-width: 1200px) {
    .store-products-grid {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }

    .store-hero-content {
        grid-template-columns: minmax(0, 1fr) 320px;
        gap: 40px;
    }
}

@media (max-width: 991px) {
    .store-banner-section,
    .store-hero {
        min-height: auto;
    }

    .store-hero {
        padding: 48px 0 42px !important;
    }

    .store-hero-content {
        grid-template-columns: 1fr;
        gap: 28px;
    }

    .store-contact-info {
        margin-bottom: 0 !important;
        padding-left: 0 !important;
        border-left: none !important;
    }

    .store-main-info h1 {
        font-size: 36px !important;
    }

    .store-products-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 767px) {
    .store-products-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 16px;
    }

    .store-search-form {
        width: 100% !important;
    }
}

@media (max-width: 480px) {
    .store-products-grid {
        grid-template-columns: 1fr;
    }

    .store-main-info h1 {
        font-size: 30px !important;
    }
}
