body {
    background:
        radial-gradient(circle at top left, rgba(21, 58, 138, 0.08), transparent 32%),
        linear-gradient(180deg, #f4f7fb 0, #f9fbfd 360px, #f4f7fb 100%);
    color: var(--eesl-ink);
    font-family: var(--primary-font);
}

.ps-container,
.container,
.container-fluid {
    max-width: 1360px;
}

h1,
h2,
h3,
h4,
h5,
h6,
.widget-title,
.ps-section__header h3,
.slider-item-title {
    color: var(--eesl-ink);
    font-family: var(--display-font);
    letter-spacing: -0.03em;
}

a {
    color: inherit;
    transition: color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
}

a:hover {
    color: var(--eesl-primary);
}

.ps-btn,
button[type='submit'],
.ps-btn.ps-btn--black {
    border: 0;
    border-radius: 999px;
    background: linear-gradient(135deg, var(--eesl-primary), #ff8a3d);
    box-shadow: 0 18px 30px rgba(242, 106, 33, 0.18);
    color: #fff;
    font-weight: 700;
    letter-spacing: 0.01em;
    min-height: 48px;
    padding: 0 24px;
}

.ps-btn:hover,
button[type='submit']:hover,
.ps-btn.ps-btn--black:hover {
    background: linear-gradient(135deg, var(--eesl-primary-dark), var(--eesl-primary));
    color: #fff;
    transform: translateY(-1px);
}

.ps-btn.ps-btn--outline {
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.3);
    box-shadow: none;
}

.ps-breadcrumb {
    background: transparent;
    padding: 18px 0 0;
}

.ps-breadcrumb .ps-container {
    background: rgba(255, 255, 255, 0.75);
    border: 1px solid rgba(217, 227, 240, 0.8);
    border-radius: 999px;
    box-shadow: var(--eesl-shadow-soft);
    padding: 12px 24px;
}

.eesl-topbar {
    background: linear-gradient(90deg, #0f2b66 0%, #153a8a 100%);
    color: rgba(255, 255, 255, 0.86);
    font-size: 13px;
    position: relative;
    z-index: 25;
}

.eesl-topbar__inner,
.eesl-topbar__meta,
.eesl-topbar__links {
    align-items: center;
    display: flex;
    gap: 14px;
}

.eesl-topbar__inner {
    justify-content: space-between;
    min-height: 42px;
}

.eesl-topbar__meta a,
.eesl-topbar__links a {
    color: #fff;
}

.eesl-topbar__meta i,
.eesl-topbar__links i {
    margin-right: 6px;
}

.header.header--1 {
    background: transparent;
    box-shadow: none;
    padding: 16px 0 0;
}

.header.header--1.header--sticky,
.header.header--1.active {
    background: rgba(244, 247, 251, 0.94);
    backdrop-filter: blur(18px);
    box-shadow: 0 14px 40px rgba(19, 34, 56, 0.08);
}

.header .header__top {
    background: transparent !important;
    border-bottom: none !important;
    padding: 0 !important;
}

.header .header__top .ps-container {
    display: block !important;
}

.header .header__actions > * {
    margin: 0 !important;
}

.eesl-header-shell {
    align-items: center;
    background: rgba(255, 255, 255, 0.9);
    border: 1px solid rgba(217, 227, 240, 0.92);
    border-radius: var(--eesl-radius-lg);
    box-shadow: var(--eesl-shadow);
    display: grid !important;
    gap: 14px 20px;
    grid-template-areas:
        'left right'
        'center center';
    grid-template-columns: minmax(220px, 1fr) auto;
    padding: 18px 24px 20px;
    width: 100%;
}

.eesl-header-shell > .header__left,
.eesl-header-shell > .header__center,
.eesl-header-shell > .header__right {
    float: none;
    max-width: none !important;
    min-width: 0;
    width: auto !important;
}

.eesl-header-shell > .header__left {
    align-items: center;
    display: flex;
    gap: 14px;
    grid-area: left;
}

.eesl-header-shell > .header__center {
    grid-area: center;
    min-width: 0;
}

.eesl-header-shell > .header__right {
    display: flex;
    grid-area: right;
    justify-content: flex-end;
    min-width: 0;
}

.ps-logo {
    align-items: center;
    display: inline-flex;
    flex-shrink: 0;
}

.eesl-header-brandcopy {
    color: var(--eesl-muted);
    display: grid;
    gap: 2px;
    line-height: 1.3;
    max-width: 260px;
}

.eesl-header-brandcopy strong {
    color: var(--eesl-ink);
    font-size: 13px;
    font-weight: 700;
}

.eesl-header-brandcopy__eyebrow,
.eesl-section__eyebrow,
.eesl-footer-cta__eyebrow,
.eesl-footer-label {
    color: var(--eesl-secondary);
    display: inline-flex;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.ps-form--quick-search {
    background: #fff;
    border: 1px solid rgba(217, 227, 240, 0.9);
    border-radius: 999px;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.4), 0 18px 36px rgba(19, 34, 56, 0.08);
    display: grid;
    grid-template-columns: minmax(170px, 0.9fr) minmax(0, 1fr) auto;
    min-height: 60px;
    overflow: hidden;
    padding: 7px;
    position: relative;
}

.ps-form--quick-search .form-group--icon {
    align-items: center;
    background: var(--eesl-surface);
    border: 0;
    border-radius: 999px;
    color: var(--eesl-muted);
    display: flex;
    min-width: 0;
    padding: 0 20px;
}

.ps-form--quick-search .product-cat-label {
    color: var(--eesl-ink);
    font-size: 13px;
    font-weight: 700;
    margin-right: 10px;
}

.ps-form--quick-search .form-control {
    border: 0;
    border-radius: 999px;
    box-shadow: none;
    color: var(--eesl-ink);
    font-size: 15px;
    min-width: 0;
}

.ps-form--quick-search > .form-control {
    padding: 0 20px;
}

.ps-form--quick-search .spinner-icon {
    color: var(--eesl-secondary);
    position: absolute;
    right: 148px;
    top: 22px;
}

.ps-form--quick-search button {
    align-self: stretch;
    min-width: 124px;
}

.eesl-header-tags {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 10px;
}

.eesl-header-tags span,
.eesl-header-tags a {
    align-items: center;
    background: rgba(21, 58, 138, 0.06);
    border-radius: 999px;
    color: var(--eesl-muted);
    display: inline-flex;
    font-size: 12px;
    font-weight: 700;
    min-height: 34px;
    padding: 0 14px;
}

.eesl-header-tags a:hover {
    background: rgba(242, 106, 33, 0.12);
    color: var(--eesl-primary);
}

.header__actions {
    align-items: center;
    display: flex;
    flex-wrap: nowrap;
    gap: 10px;
    justify-content: flex-end;
    max-width: 100%;
}

.header__extra,
.ps-block--user-header,
.eesl-header-cta {
    background: #fff;
    border: 1px solid rgba(217, 227, 240, 0.95);
    border-radius: 20px;
    box-shadow: var(--eesl-shadow-soft);
    flex-shrink: 0;
    min-height: 52px;
}

.header__actions .ps-cart--mini {
    flex-shrink: 0;
}

.header__extra {
    align-items: center;
    display: inline-flex;
    justify-content: center;
    min-width: 50px;
}

.header__extra i,
.ps-block--user-header i {
    color: var(--eesl-secondary);
}

.header__extra span {
    right: 10px;
    top: 8px;
}

.header__extra span i {
    background: var(--eesl-primary);
    border: 2px solid #fff;
    color: #fff;
    height: 22px;
    line-height: 18px;
    min-width: 22px;
    width: 22px;
}

.ps-block--user-header {
    align-items: center;
    display: flex;
    gap: 10px;
    padding: 7px 12px;
}

.ps-block--user-header .ps-block__left {
    background: rgba(21, 58, 138, 0.08);
    border-radius: 14px;
    height: 38px;
    width: 38px;
}

.ps-block--user-header .ps-block__left i {
    line-height: 38px;
}

.ps-block--user-header .ps-block__right a {
    display: block;
    font-size: 12px;
    line-height: 1.35;
}

.ps-block--user-header .customer-name,
.ps-block--user-header .ps-block__right a:first-child {
    color: var(--eesl-ink);
    font-weight: 700;
}

.eesl-header-cta {
    align-items: center;
    background: linear-gradient(135deg, var(--eesl-secondary), #2253bd);
    border-radius: 999px;
    box-shadow: 0 20px 36px rgba(21, 58, 138, 0.22);
    color: #fff;
    display: inline-flex;
    font-size: 12px;
    font-weight: 800;
    min-height: 50px;
    padding: 0 16px;
    white-space: nowrap;
}

.eesl-header-cta:hover {
    color: #fff;
    transform: translateY(-1px);
}

.navigation {
    background: transparent;
    padding: 14px 0 0;
}

.navigation .ps-container {
    align-items: center;
    background: rgba(255, 255, 255, 0.78);
    border: 1px solid rgba(217, 227, 240, 0.8);
    border-radius: 999px;
    display: flex !important;
    gap: 24px;
    justify-content: space-between;
    padding: 10px 18px;
}

.navigation .navigation__left,
.navigation .navigation__right {
    float: none;
    max-width: none !important;
}

.navigation .navigation__right {
    padding-left: 0 !important;
}

.menu--product-categories .menu__toggle {
    align-items: center;
    background: linear-gradient(135deg, rgba(242, 106, 33, 0.12), rgba(21, 58, 138, 0.08));
    border: 1px solid rgba(242, 106, 33, 0.16);
    border-radius: 999px;
    color: var(--eesl-ink);
    display: inline-flex;
    font-size: 14px;
    font-weight: 700;
    gap: 10px;
    min-height: 46px;
    padding: 0 18px;
}

.menu--product-categories .menu__content,
.menu--product-categories .mega-menu {
    border: 1px solid rgba(217, 227, 240, 0.92);
    border-radius: 24px;
    box-shadow: 0 24px 52px rgba(19, 34, 56, 0.14);
    margin-top: 14px;
    overflow: hidden;
}

.menu--product-categories .menu--dropdown,
.menu--product-categories .mega-menu-wrapper {
    background: #fff;
}

.navigation .menu {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.navigation .menu > li > a,
.navigation__extra > li > a,
.navigation__extra .ps-dropdown > a {
    align-items: center;
    border-radius: 999px;
    color: var(--eesl-ink);
    display: inline-flex;
    font-size: 14px;
    font-weight: 700;
    min-height: 42px;
    padding: 0 16px;
}

.navigation .menu > li.current-menu-item > a,
.navigation .menu > li > a:hover,
.navigation__extra > li > a:hover,
.navigation__extra .ps-dropdown > a:hover,
.navigation__extra .sell-on-marketplace-link a {
    background: rgba(21, 58, 138, 0.07);
    color: var(--eesl-secondary);
}

.navigation__extra {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
}

.simple-slider-wrapper {
    margin: 26px auto 12px;
    max-width: 1360px;
    padding: 0 15px;
}

.simple-slider-wrapper .owl-carousel .owl-stage-outer {
    border-radius: 36px;
    box-shadow: var(--eesl-shadow);
}

.slider-item {
    min-height: 520px;
    overflow: hidden;
    position: relative;
}

.slider-item::before {
    background:
        linear-gradient(90deg, rgba(14, 25, 44, 0.82) 0%, rgba(14, 25, 44, 0.52) 42%, rgba(14, 25, 44, 0.18) 100%),
        linear-gradient(180deg, rgba(21, 58, 138, 0.1) 0%, rgba(242, 106, 33, 0.16) 100%);
    content: '';
    inset: 0;
    position: absolute;
    z-index: 1;
}

.slider-item img {
    height: 520px;
    object-fit: cover;
    width: 100%;
}

.slider-item-header {
    color: #fff;
    display: grid;
    gap: 18px;
    left: 0;
    max-width: 720px;
    padding: 64px;
    position: absolute;
    top: 0;
    z-index: 2;
}

.slider-item-title {
    color: #fff;
    font-size: clamp(2.4rem, 5vw, 4.6rem);
    line-height: 0.96;
    margin: 0;
}

.slider-item-description {
    color: rgba(255, 255, 255, 0.84);
    display: block;
    font-size: 18px;
    line-height: 1.6;
    max-width: 620px;
}

.eesl-hero-search {
    display: grid;
    gap: 14px;
    margin-top: 10px;
}

.eesl-hero-search__form {
    background: rgba(255, 255, 255, 0.94);
    border-radius: 999px;
    box-shadow: 0 24px 50px rgba(9, 17, 31, 0.22);
    display: grid;
    gap: 8px;
    grid-template-columns: minmax(0, 1fr) auto;
    min-height: 66px;
    padding: 8px;
    position: relative;
}

.eesl-hero-search__form .form-control {
    background: transparent;
    border: 0;
    box-shadow: none;
    color: var(--eesl-ink);
    font-size: 16px;
    padding: 0 18px;
}

.eesl-hero-search__form .spinner-icon {
    color: var(--eesl-secondary);
    position: absolute;
    right: 142px;
    top: 22px;
}

.eesl-hero-search__chips {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.eesl-hero-search__chips a {
    align-items: center;
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 999px;
    color: #fff;
    display: inline-flex;
    font-size: 13px;
    font-weight: 700;
    min-height: 38px;
    padding: 0 14px;
}

.eesl-hero-search__chips a:hover {
    background: rgba(255, 255, 255, 0.22);
    color: #fff;
}

.simple-slider-wrapper .owl-dots {
    bottom: 26px;
    left: 64px;
    position: absolute;
    width: auto;
    z-index: 3;
}

.simple-slider-wrapper .owl-theme .owl-dots .owl-dot span {
    background: rgba(255, 255, 255, 0.26);
    height: 10px;
    margin: 0 6px 0 0;
    width: 28px;
}

.simple-slider-wrapper .owl-theme .owl-dots .owl-dot.active span {
    background: #fff;
}

.ps-site-features,
.ps-top-categories,
.ps-product-list,
.ps-section--default,
.ps-page--shop .ps-block--shop-features,
.ps-shop-brand,
.widget-testimonials {
    margin-top: 40px;
}

.ps-site-features .ps-container,
.ps-top-categories .ps-container,
.ps-product-list .ps-container,
.ps-section--default .ps-container,
.ps-page--shop .ps-block--shop-features,
.ps-page--vendor .container,
.ps-page--product .ps-container > .ps-page__container,
.ps-page--single .container {
    background: rgba(255, 255, 255, 0.74);
    border: 1px solid rgba(217, 227, 240, 0.82);
    border-radius: 32px;
    box-shadow: var(--eesl-shadow-soft);
}

.ps-site-features .ps-container,
.ps-top-categories .ps-container,
.ps-product-list .ps-container,
.ps-section--default .ps-container,
.ps-page--shop .ps-block--shop-features,
.ps-page--vendor .container,
.ps-page--single .container {
    padding: 32px;
}

.ps-page--shop .ps-block--shop-features {
    padding: 28px;
}

.ps-section__header,
.ps-block__header {
    align-items: center;
    display: flex;
    gap: 20px;
    justify-content: space-between;
    margin-bottom: 26px;
}

.ps-section__header h3,
.ps-block__header h3 {
    font-size: clamp(1.8rem, 3vw, 2.4rem);
    margin: 0;
}

.ps-block__navigation {
    display: flex;
    gap: 10px;
}

.ps-block__navigation a,
.owl-nav > * {
    align-items: center;
    background: rgba(21, 58, 138, 0.07);
    border-radius: 999px;
    color: var(--eesl-secondary);
    display: inline-flex;
    height: 44px;
    justify-content: center;
    width: 44px;
}

.ps-block__navigation a:hover,
.owl-nav > *:hover {
    background: rgba(242, 106, 33, 0.12);
    color: var(--eesl-primary-dark);
}

.ps-section__subtext {
    color: var(--eesl-muted);
    font-size: 15px;
    line-height: 1.6;
    margin: 10px 0 0;
    max-width: 640px;
}

.ps-section__links,
.ps-section__links li {
    margin: 0;
}

.ps-section__links {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.ps-section__links a {
    align-items: center;
    background: rgba(21, 58, 138, 0.06);
    border-radius: 999px;
    color: var(--eesl-secondary);
    display: inline-flex;
    font-size: 13px;
    font-weight: 700;
    min-height: 40px;
    padding: 0 16px;
}

.ps-block--site-features {
    display: grid;
    gap: 16px;
    grid-template-columns: repeat(5, minmax(0, 1fr));
}

.ps-block--site-features .ps-block__item {
    align-items: flex-start;
    background: linear-gradient(180deg, #fff 0%, #f7fafe 100%);
    border: 1px solid rgba(217, 227, 240, 0.88);
    border-radius: 24px;
    box-shadow: 0 14px 30px rgba(19, 34, 56, 0.05);
    display: flex;
    gap: 14px;
    min-height: 138px;
    padding: 20px 18px;
}

.ps-block--site-features .ps-block__left {
    align-items: center;
    background: linear-gradient(135deg, rgba(21, 58, 138, 0.12), rgba(242, 106, 33, 0.14));
    border-radius: 18px;
    color: var(--eesl-secondary);
    display: inline-flex;
    font-size: 22px;
    flex-shrink: 0;
    height: 52px;
    justify-content: center;
    min-width: 52px;
}

.ps-block--site-features .ps-block__right {
    flex: 1;
    min-width: 0;
    padding: 0 !important;
}

.ps-block--site-features h4 {
    font-size: 16px;
    margin: 0 0 6px;
}

.ps-block--site-features p {
    color: var(--eesl-muted);
    font-size: 13px;
    line-height: 1.5;
    margin: 0;
}

.ps-top-categories .row {
    row-gap: 18px;
}

.ps-block--category {
    background: linear-gradient(180deg, #fff 0%, #f8fbff 100%);
    border: 1px solid rgba(217, 227, 240, 0.88);
    border-radius: 26px;
    box-shadow: 0 18px 32px rgba(19, 34, 56, 0.05);
    min-height: 100%;
    overflow: hidden;
    padding: 22px 18px 20px;
    position: relative;
    text-align: left;
}

.ps-block--category img {
    border-radius: 18px;
    display: block;
    height: 150px;
    margin-bottom: 16px;
    object-fit: cover;
    width: 100%;
}

.ps-block--category p {
    color: var(--eesl-ink);
    font-size: 16px;
    font-weight: 800;
    margin: 0;
}

.ps-product,
.ps-product.ps-product--wide {
    background: transparent;
    border: 0;
    padding: 0;
}

.ps-product .ps-product__thumbnail {
    background: linear-gradient(180deg, #fff 0%, #f7fafe 100%);
    border: 1px solid rgba(217, 227, 240, 0.88);
    border-radius: 26px;
    overflow: hidden;
    padding: 18px;
    position: relative;
}

.ps-product .ps-product__thumbnail img {
    aspect-ratio: 1 / 1;
    border-radius: 18px;
    object-fit: cover;
    width: 100%;
}

.ps-product__badges {
    left: 28px;
    top: 28px;
}

.ps-product__badge {
    background: rgba(242, 106, 33, 0.12);
    border-radius: 999px;
    color: var(--eesl-primary-dark);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.08em;
    min-height: 30px;
    padding: 0 12px;
    text-transform: uppercase;
}

.ps-product__badge.out-stock {
    background: rgba(239, 68, 68, 0.12);
    color: #dc2626;
}

.ps-product__actions {
    align-items: center;
    background: rgba(255, 255, 255, 0.96);
    border: 1px solid rgba(217, 227, 240, 0.86);
    border-radius: 999px;
    bottom: 22px;
    box-shadow: 0 16px 26px rgba(19, 34, 56, 0.12);
    display: flex;
    gap: 4px;
    justify-content: center;
    left: 50%;
    padding: 6px;
    position: absolute;
    transform: translateX(-50%);
    width: auto;
}

.ps-product__actions li {
    margin: 0;
}

.ps-product__actions a {
    align-items: center;
    background: transparent;
    border-radius: 999px;
    color: var(--eesl-secondary);
    display: inline-flex;
    height: 42px;
    justify-content: center;
    width: 42px;
}

.ps-product__actions a:hover {
    background: rgba(21, 58, 138, 0.08);
}

.ps-product__container {
    background: rgba(255, 255, 255, 0.88);
    border: 1px solid rgba(217, 227, 240, 0.82);
    border-radius: 24px;
    box-shadow: 0 16px 28px rgba(19, 34, 56, 0.05);
    display: grid;
    gap: 16px;
    margin-top: 14px;
    padding: 18px 18px 20px;
}

.ps-product__vendor {
    color: var(--eesl-secondary);
    display: inline-flex;
    font-size: 12px;
    font-weight: 800;
    gap: 6px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.ps-product__vendor a {
    text-transform: none;
}

.ps-product__title {
    color: var(--eesl-ink);
    display: block;
    font-size: 18px;
    font-weight: 800;
    line-height: 1.45;
    margin-bottom: 8px;
}

.ps-product__title:hover {
    color: var(--eesl-secondary);
}

.ps-product__subtitle,
.ps-product__desc {
    color: var(--eesl-muted);
    font-size: 14px;
    line-height: 1.6;
    margin-top: 10px;
}

.rating_wrap {
    align-items: center;
    display: inline-flex;
    gap: 8px;
}

.rating {
    background: rgba(21, 58, 138, 0.08);
    border-radius: 999px;
    height: 8px;
    overflow: hidden;
    width: 82px;
}

.product_rate {
    background: linear-gradient(90deg, var(--eesl-primary), #ffae59);
    border-radius: inherit;
}

.rating_num {
    color: var(--eesl-muted);
    font-size: 13px;
    font-weight: 700;
}

.ps-product__price {
    align-items: flex-end;
    color: var(--eesl-secondary);
    display: flex;
    flex-wrap: wrap;
    font-size: 24px;
    font-weight: 800;
    gap: 8px;
    line-height: 1.1;
    margin: 0;
}

.ps-product__price del {
    color: #94a3b8;
    font-size: 16px;
    font-weight: 700;
}

.ps-product__footer,
.ps-product__shopping-footer {
    align-items: center;
    display: flex;
    gap: 12px;
    justify-content: space-between;
}

.ps-product__quote {
    align-items: center;
    background: rgba(21, 58, 138, 0.07);
    border-radius: 999px;
    color: var(--eesl-secondary);
    display: inline-flex;
    font-size: 13px;
    font-weight: 800;
    min-height: 42px;
    padding: 0 16px;
}

.ps-product__quote:hover {
    background: rgba(242, 106, 33, 0.12);
    color: var(--eesl-primary);
}

.ps-product--wide {
    background: rgba(255, 255, 255, 0.88);
    border: 1px solid rgba(217, 227, 240, 0.82);
    border-radius: 28px;
    box-shadow: 0 18px 32px rgba(19, 34, 56, 0.05);
    overflow: hidden;
    padding: 18px;
}

.ps-product--wide .ps-product__container {
    background: transparent;
    border: 0;
    box-shadow: none;
    grid-template-columns: minmax(0, 1fr) auto;
    margin-top: 0;
    padding: 6px 0 0 24px;
}

.ps-product--wide .ps-product__thumbnail {
    margin: 0;
}

.ps-product--wide .ps-product__shopping {
    display: grid;
    gap: 16px;
    min-width: 220px;
}

.ps-product--wide .ps-product__actions {
    background: transparent;
    border: 0;
    box-shadow: none;
    justify-content: flex-start;
    left: 0;
    padding: 0;
    position: relative;
    transform: none;
    width: auto;
}

.ps-product--wide .ps-btn {
    min-width: 170px;
}

.ps-deal-of-day .owl-item {
    display: flex;
}

.ps-deal-of-day .owl-item .ps-product.ps-product--inner {
    max-width: none;
    width: 100%;
}

.ps-shop-brand {
    background: rgba(255, 255, 255, 0.82);
    border: 1px solid rgba(217, 227, 240, 0.76);
    border-radius: 30px;
    box-shadow: var(--eesl-shadow-soft);
    padding: 22px;
}

.ps-page--shop .ps-layout--shop,
.ps-page--vendor .ps-layout--shop,
.ps-page--product .ps-page__container {
    display: grid;
    gap: 24px;
    grid-template-columns: minmax(280px, 300px) minmax(0, 1fr);
}

.ps-page--shop .ps-layout__left,
.ps-page--vendor .ps-layout__left,
.ps-page--product .ps-page__right {
    width: auto;
}

.ps-page--shop .ps-layout__right,
.ps-page--vendor .ps-layout__right,
.ps-page--product .ps-page__left {
    max-width: none;
    width: auto;
}

.bb-shop-sidebar,
.widget_features,
.store-contact-form,
.ps-page__right .widget {
    background: rgba(255, 255, 255, 0.88);
    border: 1px solid rgba(217, 227, 240, 0.86);
    border-radius: 28px;
    box-shadow: 0 18px 30px rgba(19, 34, 56, 0.05);
    padding: 24px;
}

.bb-product-filter + .bb-product-filter {
    border-top: 1px solid rgba(217, 227, 240, 0.82);
    margin-top: 20px;
    padding-top: 20px;
}

.bb-product-filter-title {
    font-family: var(--display-font);
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 14px;
}

.bb-product-filter-items,
.bb-product-filter-item {
    list-style: none;
    margin: 0;
    padding: 0;
}

.bb-product-filter-item + .bb-product-filter-item {
    margin-top: 10px;
}

.bb-product-filter-link,
.bb-product-filter-content label {
    color: var(--eesl-muted);
    font-size: 14px;
    font-weight: 600;
}

.bb-product-filter-link.active,
.bb-product-filter-link:hover,
.bb-product-filter-content label:hover {
    color: var(--eesl-secondary);
}

.ps-shopping {
    background: rgba(255, 255, 255, 0.82);
    border: 1px solid rgba(217, 227, 240, 0.8);
    border-radius: 28px;
    box-shadow: var(--eesl-shadow-soft);
    padding: 20px;
}

.ps-shopping > .bg-light {
    background: linear-gradient(180deg, #fff 0%, #f8fbff 100%) !important;
    border: 1px solid rgba(217, 227, 240, 0.88);
    border-radius: 22px;
    margin-bottom: 22px !important;
    padding: 12px 14px !important;
}

.products-found {
    color: var(--eesl-muted);
    font-size: 14px;
}

.products-found strong {
    color: var(--eesl-ink);
    font-size: 22px;
}

.ps-select,
.select2-container--default .select2-selection--single,
.ps-search--mobile .form-control,
.store-contact-form .form-control,
.ps-page--vendor input.form-control,
.ps-page--product .form-control,
.ps-popup .form-control {
    background: #fff;
    border: 1px solid rgba(196, 210, 228, 0.95);
    border-radius: 16px;
    box-shadow: none;
    min-height: 48px;
}

.ps-shopping__view .products-layout {
    background: rgba(21, 58, 138, 0.06);
    border-radius: 999px;
    display: inline-flex;
    gap: 6px;
    padding: 6px;
}

.ps-shopping__view .products-layout li a {
    align-items: center;
    border-radius: 999px;
    color: var(--eesl-muted);
    display: inline-flex;
    height: 40px;
    justify-content: center;
    width: 40px;
}

.ps-shopping__view .products-layout li.active a {
    background: #fff;
    box-shadow: 0 8px 18px rgba(19, 34, 56, 0.12);
    color: var(--eesl-secondary);
}

.ps-pagination {
    margin-top: 28px;
}

.ps-pagination .pagination {
    gap: 10px;
}

.ps-pagination .pagination li a,
.ps-pagination .pagination li span {
    background: rgba(255, 255, 255, 0.96);
    border: 1px solid rgba(217, 227, 240, 0.9);
    border-radius: 14px;
    box-shadow: 0 10px 18px rgba(19, 34, 56, 0.04);
    color: var(--eesl-muted);
    min-width: 46px;
}

.ps-pagination .pagination li.active span,
.ps-pagination .pagination li a:hover {
    background: var(--eesl-secondary);
    color: #fff;
}

.ps-page--product .ps-container > .ps-page__container {
    padding: 28px;
}

.ps-product--detail {
    background: transparent;
    border: 0;
}

.ps-product__header,
.ps-product__content.ps-tab-root {
    background: rgba(255, 255, 255, 0.92);
    border: 1px solid rgba(217, 227, 240, 0.88);
    border-radius: 30px;
    box-shadow: var(--eesl-shadow-soft);
    margin-bottom: 24px;
    padding: 28px;
}

.ps-product__header {
    display: grid;
    gap: 28px;
    grid-template-columns: minmax(320px, 1fr) minmax(0, 1fr);
}

.ps-product__thumbnail,
.ps-product__info {
    width: auto;
}

.ps-product__info h1 {
    font-size: clamp(2rem, 4vw, 3.3rem);
    margin-bottom: 12px;
}

.ps-product__meta {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-bottom: 18px;
}

.ps-product__meta p {
    align-items: center;
    background: rgba(21, 58, 138, 0.06);
    border-radius: 999px;
    color: var(--eesl-muted);
    display: inline-flex;
    font-size: 13px;
    font-weight: 700;
    margin: 0;
    min-height: 36px;
    padding: 0 14px;
}

.ps-product__desc,
.ps-product__specification p,
.ps-product__sharing {
    color: var(--eesl-muted);
}

.ps-product__shopping {
    align-items: flex-end;
    background: linear-gradient(180deg, #fff 0%, #f8fbff 100%);
    border: 1px solid rgba(217, 227, 240, 0.82);
    border-radius: 24px;
    display: flex;
    flex-wrap: wrap;
    gap: 18px;
    margin-top: 24px;
    padding: 20px;
}

.product__qty {
    background: #fff;
    border: 1px solid rgba(196, 210, 228, 0.95);
    border-radius: 16px;
    min-width: 150px;
    overflow: hidden;
}

.product__qty .form-control {
    border: 0;
    min-height: 48px;
}

.ps-product__shopping figure {
    margin: 0;
}

.ps-product__shopping figcaption {
    color: var(--eesl-muted);
    font-size: 13px;
    font-weight: 700;
    margin-bottom: 8px;
}

.ps-tab-list {
    align-items: center;
    border-bottom: 1px solid rgba(217, 227, 240, 0.9);
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 22px;
    padding-bottom: 16px;
}

.ps-tab-list li {
    margin: 0;
}

.ps-tab-list li a {
    align-items: center;
    background: rgba(21, 58, 138, 0.06);
    border-radius: 999px;
    color: var(--eesl-muted);
    display: inline-flex;
    font-size: 14px;
    font-weight: 700;
    min-height: 42px;
    padding: 0 16px;
}

.ps-tab-list li.active a,
.ps-tab-list li a:hover {
    background: rgba(242, 106, 33, 0.12);
    color: var(--eesl-primary-dark);
}

.ps-block--store-2,
.ps-block--store-banner {
    background: rgba(255, 255, 255, 0.92);
    border: 1px solid rgba(217, 227, 240, 0.88);
    border-radius: 28px;
    box-shadow: var(--eesl-shadow-soft);
    overflow: hidden;
}

.ps-block--store-2 .ps-block__content {
    background:
        linear-gradient(135deg, rgba(21, 58, 138, 0.9), rgba(34, 83, 189, 0.72)),
        linear-gradient(180deg, rgba(242, 106, 33, 0.16), transparent);
    min-height: 240px;
    padding: 28px;
}

.ps-block--store-2 h4,
.ps-block--store-2 p,
.ps-block--store-2 a,
.ps-block--store-banner h3,
.ps-block--store-banner p,
.ps-block--store-banner a {
    color: #fff;
}

.ps-block--store-2 .ps-block__author {
    align-items: center;
    display: flex;
    gap: 16px;
    justify-content: space-between;
    padding: 0 28px 28px;
    transform: translateY(-28px);
}

.ps-block--store-2 .ps-block__user img,
.ps-block--store-banner .ps-block__user-avatar img {
    background: #fff;
    border: 4px solid #fff;
    border-radius: 24px;
    box-shadow: 0 18px 28px rgba(19, 34, 56, 0.16);
    height: 84px;
    object-fit: cover;
    width: 84px;
}

.ps-footer {
    background: linear-gradient(180deg, #10244b 0%, #0a1832 100%);
    margin-top: 70px;
    padding-top: 0;
}

.eesl-footer-cta {
    align-items: center;
    background: linear-gradient(135deg, var(--eesl-primary), #ff9154);
    border-radius: 34px;
    box-shadow: 0 30px 60px rgba(242, 106, 33, 0.25);
    color: #fff;
    display: flex;
    gap: 24px;
    justify-content: space-between;
    margin-bottom: -36px;
    padding: 28px 32px;
    position: relative;
    z-index: 2;
}

.eesl-footer-cta h3 {
    color: #fff;
    font-size: clamp(1.8rem, 3vw, 2.5rem);
    margin: 8px 0 0;
    max-width: 720px;
}

.eesl-footer-cta__eyebrow {
    color: rgba(255, 255, 255, 0.78);
}

.eesl-footer-cta__actions {
    display: flex;
    gap: 12px;
}

.ps-footer__widgets {
    align-items: flex-start;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    display: grid;
    gap: 24px;
    grid-template-columns: minmax(280px, 1.1fr) minmax(0, 2fr);
    padding: 96px 0 28px;
}

.ps-footer .widget {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 24px;
    color: rgba(255, 255, 255, 0.74);
    padding: 24px;
}

.ps-footer .widget-title,
.ps-footer a,
.ps-footer h3,
.ps-footer h4 {
    color: #fff;
}

.ps-footer__links {
    padding: 24px 0;
}

.ps-footer__copyright {
    align-items: center;
    color: rgba(255, 255, 255, 0.76);
    display: flex;
    gap: 24px;
    justify-content: space-between;
    padding: 22px 0 34px;
}

.site-copyright,
.eesl-footer-copy,
.payment-method-title {
    color: rgba(255, 255, 255, 0.72);
}

.footer-payments span img {
    background: #fff;
    border-radius: 10px;
    margin: 0 6px;
    padding: 4px;
}

.header--mobile {
    background: rgba(255, 255, 255, 0.94);
    border-bottom: 1px solid rgba(217, 227, 240, 0.88);
    box-shadow: 0 14px 28px rgba(19, 34, 56, 0.08);
}

.navigation--mobile,
.ps-search--mobile {
    background: transparent;
}

.eesl-mobile-badge {
    align-items: center;
    background: rgba(242, 106, 33, 0.14);
    border-radius: 999px;
    color: var(--eesl-primary-dark);
    display: inline-flex;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.08em;
    margin-left: 10px;
    min-height: 28px;
    padding: 0 10px;
    text-transform: uppercase;
}

.navigation--list {
    background: rgba(255, 255, 255, 0.94);
    border-top: 1px solid rgba(217, 227, 240, 0.88);
    box-shadow: 0 -18px 32px rgba(19, 34, 56, 0.08);
}

.navigation--list .navigation__item {
    color: var(--eesl-muted);
}

.navigation--list .navigation__item i {
    color: var(--eesl-secondary);
}

#back2top {
    background: linear-gradient(135deg, var(--eesl-secondary), #2253bd);
    box-shadow: 0 18px 30px rgba(21, 58, 138, 0.22);
}

@media (max-width: 1279px) {
    .eesl-header-shell {
        grid-template-areas:
            'left'
            'center'
            'right';
        grid-template-columns: 1fr;
        padding: 20px;
    }

    .header__actions {
        flex-wrap: wrap;
        justify-content: flex-start;
    }

    .eesl-header-shell > .header__right {
        justify-content: flex-start;
    }
}

@media (max-width: 1199px) {
    .navigation .ps-container,
    .eesl-topbar__inner,
    .eesl-topbar__meta,
    .eesl-topbar__links {
        flex-wrap: wrap;
    }

    .ps-block--site-features {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .ps-page--shop .ps-layout--shop,
    .ps-page--vendor .ps-layout--shop,
    .ps-page--product .ps-page__container {
        grid-template-columns: 1fr;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .header.header--1 {
        display: block !important;
    }

    .header.header--mobile,
    .navigation--list {
        display: none !important;
    }
}

@media (max-width: 991px) {
    .simple-slider-wrapper .owl-carousel .owl-stage-outer {
        border-radius: 28px;
    }

    .slider-item,
    .slider-item img {
        height: 620px;
    }

    .slider-item-header {
        max-width: none;
        padding: 36px 28px 72px;
    }

    .ps-product__header {
        grid-template-columns: 1fr;
    }

    .ps-product--wide .ps-product__container {
        grid-template-columns: 1fr;
        padding-left: 0;
    }

    .eesl-footer-cta,
    .ps-footer__copyright {
        align-items: flex-start;
        flex-direction: column;
    }

    .ps-footer__widgets {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 767px) {
    .eesl-topbar {
        display: none;
    }

    .simple-slider-wrapper {
        margin-top: 18px;
    }

    .slider-item,
    .slider-item img {
        height: 560px;
    }

    .slider-item-title {
        font-size: 2.2rem;
    }

    .slider-item-description {
        font-size: 15px;
    }

    .eesl-hero-search__form,
    .ps-form--quick-search {
        grid-template-columns: 1fr;
        border-radius: 24px;
    }

    .ps-form--quick-search {
        padding: 12px;
    }

    .ps-form--quick-search .spinner-icon,
    .eesl-hero-search__form .spinner-icon {
        right: 18px;
        top: 16px;
    }

    .ps-form--quick-search .form-group--icon,
    .ps-form--quick-search .form-control,
    .ps-form--quick-search button {
        min-height: 52px;
    }

    .ps-block--site-features,
    .ps-section__header,
    .ps-block__header {
        align-items: flex-start;
        flex-direction: column;
    }

    .ps-site-features .ps-container,
    .ps-top-categories .ps-container,
    .ps-product-list .ps-container,
    .ps-section--default .ps-container,
    .ps-page--shop .ps-block--shop-features,
    .ps-page--vendor .container,
    .ps-page--single .container,
    .ps-page--product .ps-container > .ps-page__container,
    .ps-shopping,
    .bb-shop-sidebar,
    .widget_features,
    .store-contact-form {
        border-radius: 24px;
        padding: 20px;
    }

    .ps-product__container {
        padding: 16px;
    }

    .ps-product__title {
        font-size: 16px;
    }

    .ps-footer {
        margin-top: 56px;
    }

    .eesl-footer-cta {
        border-radius: 26px;
        margin-bottom: -24px;
        padding: 24px;
    }

    .ps-footer__widgets {
        padding-top: 72px;
    }
}
