.wy-home.blog-container {
    max-width: 1120px;
    margin: 8px auto 48px;
    padding: 0 18px;
}

.wy-home-shell {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.wy-notice-card-hero {
    padding: 16px 18px 16px;
}

.wy-home-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 308px;
    gap: 18px;
    align-items: start;
}

.wy-home-main,
.wy-home-side {
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.wy-notice-card,
.wy-categories-card,
.wy-products-card,
.wy-side-card {
    background: rgba(255, 255, 255, 0.94);
    border: 1px solid rgba(230, 209, 246, 0.9);
    border-radius: 28px;
    box-shadow: 0 10px 24px rgba(203, 153, 233, 0.09);
}

.wy-notice-card,
.wy-categories-card,
.wy-products-card {
    padding: 18px;
}

.wy-side-card {
    padding: 16px;
}

.wy-section-eyebrow {
    display: flex;
    flex-direction: column;
    gap: 6px;
    margin-bottom: 10px;
}

.wy-section-eyebrow-slim {
    margin-bottom: 16px;
}

.wy-section-kicker {
    display: inline-flex;
    align-items: center;
    width: fit-content;
    font-size: 12px;
    font-weight: 700;
    color: #9c87b5;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

.wy-section-title,
.wy-products-title,
.wy-side-card-title {
    margin: 0;
    color: #2d2742;
    font-size: 18px;
    line-height: 1.35;
    font-weight: 700;
}

.wy-notice-text {
    color: #2f2b3f;
    font-size: 15px;
    line-height: 1.52;
}

.wy-notice-text > * {
    margin: 0 0 2px;
}

.wy-notice-text > *:last-child {
    margin-bottom: 0;
}

.wy-categories-card {
    padding-bottom: 10px;
}

.wy-category-grid {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 10px 8px;
}

.wy-category-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 7px;
    padding: 8px 6px 4px;
    text-align: center;
    border-radius: 14px;
    transition: transform 0.22s ease, background 0.22s ease;
}

.wy-category-card:hover,
.wy-category-card.is-active {
    transform: translateY(-2px);
    background: rgba(255, 244, 252, 0.9);
}

.wy-category-figure {
    width: 84px;
    max-width: 100%;
    aspect-ratio: 1 / 1;
    overflow: hidden;
    border-radius: 18px;
    background: linear-gradient(180deg, #fff7fc, #f9e9ff);
    border: 1px solid rgba(241, 204, 236, 0.92);
}

.wy-category-figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.wy-category-label {
    color: #3f3456;
    font-size: 13px;
    font-weight: 600;
    line-height: 1.3;
}

.wy-subtabs-wrap {
    margin-top: 14px;
}

.wy-subtabs-wrap.is-hidden {
    display: none;
}

.wy-subtabs {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.wy-subtab-chip {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 34px;
    padding: 0 14px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.9);
    border: 1px solid rgba(230, 209, 246, 1);
    color: #695b87;
    font-size: 12px;
    font-weight: 700;
    transition: background 0.18s ease, border-color 0.18s ease, color 0.18s ease;
}

.wy-subtab-chip.is-active,
.wy-subtab-chip:hover {
    background: linear-gradient(135deg, #df5ebd, #b973ff);
    border-color: transparent;
    color: #ffffff;
}

.wy-products-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 16px;
}

.wy-product-search {
    display: flex;
    align-items: center;
    width: min(100%, 330px);
    min-height: 40px;
    padding-left: 13px;
    overflow: hidden;
    border: 1px solid rgba(224, 202, 239, 0.95);
    border-radius: 12px;
    background: #ffffff;
    color: #8c789f;
    transition: border-color 0.18s ease, box-shadow 0.18s ease;
}

.wy-product-search:focus-within {
    border-color: #ce65ad;
    box-shadow: 0 0 0 3px rgba(206, 101, 173, 0.12);
}

.wy-product-search-input {
    min-width: 0;
    flex: 1;
    height: 38px;
    padding: 0 8px;
    border: 0;
    outline: 0;
    background: transparent;
    color: #352b45;
    font-size: 14px;
}

.wy-product-search-clear,
.wy-product-search-submit {
    flex: 0 0 auto;
    border: 0;
    cursor: pointer;
}

.wy-product-search-clear {
    width: 32px;
    height: 38px;
    background: transparent;
    color: #9a8aa8;
}

.wy-product-search-clear.is-hidden {
    display: none;
}

.wy-product-search-submit {
    align-self: stretch;
    min-width: 62px;
    padding: 0 14px;
    background: #3f354c;
    color: #ffffff;
    font-size: 13px;
    font-weight: 700;
}

#goods-list-wrapper {
    transition: opacity 0.24s ease, transform 0.24s ease;
}

#goods-list-wrapper.is-loading {
    opacity: 0.62;
    transform: translateY(4px);
}

#goods-list-wrapper.is-loaded {
    animation: wyFadeIn 0.35s ease;
}

.wy-products-grid {
    width: 100%;
}

.wy-load-more-sentinel {
    width: 100%;
    height: 1px;
}

.wy-product-card,
.wy-skeleton-card {
    display: flex;
    flex-direction: column;
    min-height: 100%;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.96);
    border: 1px solid rgba(236, 218, 247, 0.95);
    border-radius: 22px;
    box-shadow: 0 8px 18px rgba(201, 161, 225, 0.1);
    width: 100%;
}

.wy-product-card {
    content-visibility: auto;
    contain-intrinsic-size: 360px 420px;
    transition: transform 0.18s ease;
}

.wy-product-card:hover {
    transform: translateY(-3px);
}

.wy-product-media {
    position: relative;
    aspect-ratio: 1 / 0.9;
    overflow: hidden;
    background: linear-gradient(180deg, #fff8fd, #f8eaff);
}

.wy-product-media > img {
    display: block;
    width: 100% !important;
    height: 100% !important;
    max-width: none;
    object-fit: fill !important;
    object-position: center;
}

.wy-product-badge {
    position: absolute;
    top: 10px;
    right: 10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 44px;
    height: 26px;
    padding: 0 10px;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 700;
    color: #ffffff;
    z-index: 10;
    box-shadow: 0 10px 18px rgba(0, 0, 0, 0.08);
}

.wy-badge-auto {
    background: linear-gradient(135deg, #3ad29f, #0db77a);
}

.wy-badge-manual {
    background: linear-gradient(135deg, #f88ba0, #f06292);
}

.wy-product-body {
    display: flex;
    flex-direction: column;
    gap: 10px;
    flex: 1 1 auto;
    padding: 14px 14px 16px;
}

.wy-product-name {
    overflow: hidden;
    color: #312948;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.55;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-clamp: 2;
    text-overflow: ellipsis;
}

.wy-product-meta {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.wy-product-stats {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    align-items: center;
    font-size: 12px;
    color: #86759f;
}

.wy-stat-item {
    display: inline-flex;
    align-items: center;
}

.wy-product-bottom {
    margin-top: auto;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    gap: 10px;
}

.wy-product-price-wrap {
    min-width: 0;
    flex: 1;
}

.wy-product-price-row {
    display: flex;
    align-items: center;
    gap: 8px;
}

.wy-product-price {
    color: #ef4d87;
    font-size: 22px;
    font-weight: 700;
    line-height: 1;
}

.wy-product-market {
    color: #b7adc8;
    font-size: 12px;
    text-decoration: line-through;
}

.wy-side-card-title {
    margin-bottom: 14px;
}

.wy-account-shell {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.wy-account-profile {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px;
    border-radius: 18px;
    background: linear-gradient(135deg, rgba(255, 240, 248, 0.88), rgba(245, 240, 255, 0.96));
    border: 1px solid rgba(237, 204, 232, 0.9);
}

.wy-account-avatar {
    width: 52px;
    height: 52px;
    flex: 0 0 52px;
    border-radius: 18px;
    overflow: hidden;
    background: linear-gradient(135deg, #f0d6ff, #fbe3ef);
    color: #6f4ba4;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    font-weight: 700;
}

.wy-account-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.wy-account-meta {
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.wy-account-name {
    color: #302744;
    font-size: 18px;
    font-weight: 700;
}

.wy-account-desc {
    color: #87779c;
    font-size: 13px;
    line-height: 1.6;
}

.wy-account-actions {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
}

.wy-account-actions.single {
    grid-template-columns: 1fr;
}

.wy-side-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    padding: 0 16px;
    border-radius: 999px;
    font-size: 14px;
    font-weight: 700;
    transition: transform 0.18s ease, background 0.18s ease, color 0.18s ease;
}

.wy-side-btn.primary {
    background: linear-gradient(135deg, #d44da7, #9f6dff);
    color: #ffffff;
    box-shadow: 0 14px 26px rgba(180, 110, 221, 0.22);
}

.wy-side-btn.primary:hover {
    transform: translateY(-1px);
}

.wy-side-btn.ghost {
    border: 1px solid rgba(228, 204, 243, 1);
    background: rgba(255, 255, 255, 0.86);
    color: #6d5b86;
}

.wy-latest-list {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.wy-side-widget-list,
.wy-side-category-list {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.wy-side-widget-item {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    padding: 10px;
    border: 1px solid rgba(239, 228, 247, 0.92);
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.9);
}

.wy-side-widget-item:last-child {
    padding-bottom: 10px;
}

.wy-side-widget-thumb {
    width: 62px;
    height: 62px;
    flex: 0 0 62px;
    overflow: hidden;
    border-radius: 16px;
    background: linear-gradient(180deg, #fff7fc, #f6e8ff);
}

.wy-side-widget-thumb img {
    width: 100%;
    height: 100%;
    object-fit: fill;
}

.wy-side-widget-copy {
    display: flex;
    flex-direction: column;
    gap: 4px;
    min-width: 0;
}

.wy-side-widget-name {
    color: #302744;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.5;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-clamp: 2;
    overflow: hidden;
}

.wy-side-widget-meta {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    align-items: center;
}

.wy-side-widget-price {
    color: #ef4d87;
    font-size: 12px;
    font-weight: 700;
}

.wy-side-widget-sales {
    color: #887b9b;
    font-size: 12px;
}

.wy-side-category-list {
    gap: 10px;
}

.wy-side-category-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 42px;
    padding: 0 14px;
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.82);
    border: 1px solid rgba(233, 220, 244, 0.92);
    color: #5f5575;
    font-size: 13px;
    font-weight: 700;
    transition: transform 0.18s ease, border-color 0.18s ease, color 0.18s ease;
}

.wy-side-category-item:hover {
    transform: translateY(-1px);
    border-color: rgba(215, 184, 240, 0.98);
    color: #8a4fd0;
}

.wy-latest-item {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 10px;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.88);
    border: 1px solid rgba(240, 227, 247, 0.95);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.wy-latest-item:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 24px rgba(202, 168, 224, 0.14);
}

.wy-latest-thumb {
    width: 60px;
    height: 60px;
    flex: 0 0 60px;
    overflow: hidden;
    border-radius: 16px;
    background: linear-gradient(180deg, #fff7fc, #f6e8ff);
}

.wy-latest-thumb img {
    width: 100%;
    height: 100%;
    object-fit: fill;
}

.wy-latest-copy {
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.wy-latest-name {
    color: #32294a;
    font-size: 13px;
    font-weight: 600;
    line-height: 1.5;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-clamp: 2;
    overflow: hidden;
}

.wy-latest-meta {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}

.wy-latest-price {
    color: #ef4d87;
    font-size: 15px;
    font-weight: 700;
}

.wy-latest-sales,
.wy-side-empty {
    color: #8a7b9f;
    font-size: 12px;
}

.wy-empty-state {
    padding: 54px 20px;
    text-align: center;
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.96);
    border: 1px dashed rgba(229, 209, 244, 1);
}

.wy-empty-state i {
    color: #d6cbe5;
    font-size: 52px;
}

.wy-empty-state h3 {
    margin: 14px 0 8px;
    color: #312948;
    font-size: 24px;
    font-weight: 700;
}

.wy-empty-state p {
    max-width: 420px;
    margin: 0 auto 18px;
    color: #7d7194;
    font-size: 14px;
    line-height: 1.8;
}

.wy-action-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    min-height: 40px;
    padding: 0 18px;
    border-radius: 999px;
    border: 0;
    background: linear-gradient(135deg, #d44da7, #9f6dff);
    color: #ffffff;
    font-size: 13px;
    font-weight: 700;
    transition: transform 0.18s ease;
}

.wy-action-button:hover {
    transform: translateY(-1px);
}

.wy-skeleton-thumb,
.wy-skeleton-line {
    position: relative;
    overflow: hidden;
    background: #f2e8fb;
}

.wy-skeleton-thumb {
    aspect-ratio: 1 / 0.9;
}

.wy-skeleton-body {
    padding: 12px;
}

.wy-skeleton-line {
    height: 12px;
    border-radius: 999px;
}

.wy-skeleton-line + .wy-skeleton-line {
    margin-top: 10px;
}

.wy-skeleton-line.short {
    width: 50%;
}

.wy-skeleton-line.price {
    width: 42%;
    margin-top: 18px;
}

.wy-skeleton-thumb::after,
.wy-skeleton-line::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.76), rgba(255, 255, 255, 0));
    transform: translateX(-100%);
    animation: wyShimmer 1.2s infinite;
}

@keyframes wyShimmer {
    100% {
        transform: translateX(100%);
    }
}

@keyframes wyFadeIn {
    from {
        opacity: 0;
        transform: translateY(8px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@media (max-width: 1100px) {
    .wy-home-grid {
        grid-template-columns: 1fr;
    }

    .wy-home-side {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 18px;
    }
}

@media (max-width: 900px) {
    .wy-home.blog-container {
        padding: 0 14px;
    }

    .wy-category-grid {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
}

@media (max-width: 768px) {
    .wy-home.blog-container {
        margin-top: 20px;
        padding: 0 12px;
    }

    .wy-home-side {
        grid-template-columns: 1fr;
    }

    .wy-category-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 12px;
    }

    .wy-products-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }

    .wy-skeleton-thumb::after,
    .wy-skeleton-line::after {
        animation: none;
    }
}

@media (max-width: 520px) {
    .wy-products-header {
        align-items: stretch;
        flex-direction: column;
        gap: 10px;
    }

    .wy-product-search {
        width: 100%;
    }
    .wy-home.blog-container {
        padding: 0 10px;
    }

    .wy-notice-card,
    .wy-categories-card,
    .wy-products-card,
    .wy-side-card {
        border-radius: 22px;
    }

    .wy-category-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .wy-account-actions {
        grid-template-columns: 1fr;
    }

}
