/* Shopee Affiliate styles ported from 9chaichana theme-9chai.css */

/* extracted lines 250-600 from theme-9chai.css */
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 50px;
    padding: 12px 22px;
    border-radius: 999px;
    font-size: 15px;
    font-weight: 600;
    text-decoration: none;
    transition: 0.25s;
}
.home-btn-primary { background: var(--home-gold); color: var(--brand-dark); }
.home-btn-primary:hover { background: #f0b020; color: var(--brand-dark); }
.home-btn-outline { border: 2px solid rgba(255,255,255,0.85); color: #fff; }
.home-btn-outline:hover { background: rgba(255,255,255,0.12); color: #fff; }
.home-btn-line { background: #06c755; color: #fff; }
.home-btn-line:hover { background: #05a847; color: #fff; }
.home-btn-shopee { background: #ee4d2d; color: #fff; }
.home-btn-shopee:hover { background: #d73211; color: #fff; }

.home-product-card__badge--shopee {
    background: #ee4d2d;
}
.shopee-aff-card__price {
    font-weight: 700;
    color: #D83607;
    margin-bottom: 0.35rem;
}
.shopee-aff-card__shop {
    font-size: 0.85rem;
    color: var(--home-muted);
    margin-bottom: 0.5rem;
}
.shopee-aff-page .entry-content ul,
.shopee-aff-page .entry-content ol,
.shopee-aff-page ul,
.shopee-aff-page ol {
    list-style: none;
    padding-left: 0;
    margin-left: 0;
}
.shopee-aff-card__actions {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-top: auto;
}
.shopee-aff-card__buy {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 40px;
    padding: 8px 12px;
    border-radius: 10px;
    background: linear-gradient(135deg, #ee4d2d 0%, #ff6b35 100%);
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
    box-shadow: 0 4px 14px rgba(238, 77, 45, 0.28);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.shopee-aff-card__buy:hover {
    transform: translateY(-1px);
    box-shadow: 0 6px 18px rgba(238, 77, 45, 0.36);
    color: #fff;
}
.shopee-aff-card__buy img {
    flex-shrink: 0;
    width: 18px;
    height: 18px;
}
.shopee-aff-card__detail {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    min-height: 36px;
    padding: 6px 10px;
    border-radius: 8px;
    border: 1px solid rgba(139, 109, 63, 0.25);
    background: #fff;
    color: var(--brand);
    font-size: 13px;
    font-weight: 600;
    text-decoration: none;
    transition: background 0.2s ease, border-color 0.2s ease;
}
.shopee-aff-card__detail:hover {
    background: rgba(139, 109, 63, 0.06);
    border-color: rgba(139, 109, 63, 0.4);
    color: var(--brand-dark);
}
.shopee-aff-card__placeholder {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    font-size: 2rem;
    color: #ccc;
}
.shopee-aff-view__meta {
    max-width: 640px;
    margin: 0 0 1rem;
    padding: 0;
    background: transparent;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    text-align: left;
}
.shopee-aff-view__meta-row {
    margin: 0.25rem 0;
    text-align: left;
    line-height: 1.6;
}
.shopee-aff-view__meta-label {
    font-weight: 700;
    color: var(--home-text);
}
.shopee-aff-view__meta-label::after {
    content: ":";
}
.shopee-aff-view .entry-content ul,
.shopee-aff-view .entry-content ol {
    list-style: none;
    padding-left: 0;
    margin: 0 0 1rem;
}
.shopee-aff-view .entry-content ul li,
.shopee-aff-view .entry-content ol li {
    list-style: none;
    margin-bottom: 0.35rem;
}
.shopee-aff-view .entry-content ul li::marker,
.shopee-aff-view .entry-content ol li::marker {
    content: none;
}
.shopee-aff-view__description-body {
    line-height: 1.75;
}
.shopee-aff-view__note {
    text-align: center;
    font-size: 0.9rem;
    color: var(--home-muted);
    margin-top: 1rem;
}

/* Shopee-style product gallery (aff view) */
.shopee-aff-gallery {
    width: min(100%, var(--entry-media-max, 560px));
    max-width: 100%;
    margin: 0 auto 1rem;
}
.shopee-aff-gallery__stage {
    position: relative;
    aspect-ratio: 1 / 1;
    background: #f5f5f5;
    border-radius: 4px;
    overflow: hidden;
    touch-action: pan-y pinch-zoom;
}
.shopee-aff-gallery__main {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    padding: 0;
    border: 0;
    background: transparent;
    cursor: zoom-in;
}
.shopee-aff-gallery__main img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
    user-select: none;
    -webkit-user-drag: none;
}
.shopee-aff-gallery__nav {
    position: absolute;
    top: 50%;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    padding: 0;
    border: 0;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.35);
    color: #fff;
    font-size: 1.1rem;
    line-height: 1;
    cursor: pointer;
    transform: translateY(-50%);
    transition: background 0.15s ease;
}
.shopee-aff-gallery__nav:hover,
.shopee-aff-gallery__nav:focus-visible {
    background: rgba(0, 0, 0, 0.55);
    outline: none;
}
.shopee-aff-gallery__nav--prev { left: 8px; }
.shopee-aff-gallery__nav--next { right: 8px; }
.shopee-aff-gallery__counter {
    position: absolute;
    right: 10px;
    bottom: 10px;
    z-index: 2;
    padding: 2px 8px;
    border-radius: 12px;
    background: rgba(0, 0, 0, 0.55);
    color: #fff;
    font-size: 12px;
    line-height: 1.4;
    pointer-events: none;
}
.shopee-aff-gallery__thumbs {
    display: flex;
    gap: 8px;
    margin-top: 10px;
    padding-bottom: 4px;
    overflow-x: auto;
    scrollbar-width: thin;
    -webkit-overflow-scrolling: touch;
}
.shopee-aff-gallery__thumbs::-webkit-scrollbar {
    height: 4px;
}
.shopee-aff-gallery__thumbs::-webkit-scrollbar-thumb {
    background: #ddd;
    border-radius: 4px;
}
.shopee-aff-gallery__thumb {
    flex: 0 0 64px;
    width: 64px;
    height: 64px;
    padding: 0;
    border: 2px solid transparent;
    border-radius: 2px;
    background: #f5f5f5;
    overflow: hidden;
    cursor: pointer;
    transition: border-color 0.15s ease;
}
.shopee-aff-gallery__thumb.is-active {
    border-color: #ee4d2d;
}
.shopee-aff-gallery__thumb img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
@media (min-width: 768px) {
    .shopee-aff-gallery__thumb {
        flex-basis: 72px;
        width: 72px;
        height: 72px;
    }
}

.shopee-aff-card .home-product-card__image {
    display: flex;
    align-items: center;
    justify-content: center;
}

.shopee-aff-card .home-product-card__image img {
    object-fit: contain;
    object-position: center;
}

.shopee-aff-aggregate {
    max-width: 720px;
    margin: 0 auto;
    padding: 1.5rem;
    background: #fff;
    border-radius: 14px;
    box-shadow: var(--home-shadow);
    text-align: center;
}
.shopee-aff-aggregate__badge {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    margin: 0 0 0.75rem;
    padding: 0.35rem 0.75rem;
    border-radius: 999px;
    background: #fff3ef;
    color: #c2410c;
    font-size: 0.85rem;
    font-weight: 600;
}
.shopee-aff-aggregate__title {
    margin: 0 0 0.5rem;
    font-size: 1.35rem;
    color: var(--home-text);
}
.shopee-aff-aggregate__lead {
    margin: 0 0 1.25rem;
    color: var(--home-muted);
    line-height: 1.6;
}
.shopee-aff-aggregate__cta {
    margin: 0 auto;
    max-width: 560px;
}
.shopee-aff-aggregate__shop {
    margin: 1rem 0 0;
    font-size: 0.95rem;
}
.shopee-aff-aggregate__shop a {
    color: #D83607;
    font-weight: 600;
}
.shopee-aff-aggregate__chips {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.5rem;
    margin-top: 1.25rem;
}
.shopee-aff-aggregate__chip {
    display: inline-block;
    padding: 0.4rem 0.85rem;
    border-radius: 999px;
    background: #f8f4ef;
    color: #6b4e16;
    font-size: 0.85rem;
    text-decoration: none;
    border: 1px solid #eadfce;
}
.shopee-aff-aggregate__chip:hover {
    background: #ee4d2d;
    border-color: #ee4d2d;
    color: #fff;
}

/* Catalog hero */
.catalog-hero {
    position: relative;
    padding: 88px 0 36px;
    background:


/* extracted lines 1680-1750 from theme-9chai.css */
    --entry-media-max: 560px;
}
.entry-content img:not(.view-product-media img):not(.shopee-aff-gallery img),
.catalog-detail.entry-content .catalog-content-img {
    display: block;
    width: auto;
    max-width: min(100%, var(--entry-media-max));
    height: auto !important;
    margin: 12px auto;
    border-radius: 8px;
}
.entry-content p > img:only-child,
.entry-content div[style*="text-align"] img,
.catalog-detail.entry-content p > img:only-child,
.catalog-detail.entry-content div[style*="text-align"] img {
    margin-left: auto;
    margin-right: auto;
}

/* รูปสินค้า + iframe ให้กว้างเท่ากัน */
.ViewProduct .entry-content .view-product-media {
    display: block;
    width: min(100%, var(--entry-media-max, 560px));
    max-width: 100%;
    margin: 12px auto 8px;
}
.ViewProduct .entry-content .view-product-media a {
    display: block;
}
.ViewProduct .entry-content .view-product-media img {
    display: block;
    width: 100%;
    max-width: 100%;
    height: auto;
    margin: 0;
    border-radius: 8px;
}
.ViewProduct .entry-content .view-product-media--hero img {
    aspect-ratio: 1 / 1;
    object-fit: contain;
}
.ViewProduct .entry-content .shopee-aff-gallery,
.shopee-aff-view .entry-content .shopee-aff-gallery {
    display: block;
    width: min(100%, var(--entry-media-max, 560px));
    max-width: 100%;
    margin: 12px auto 8px;
}
.ViewProduct .entry-content .shopee-aff-gallery img,
.shopee-aff-view .entry-content .shopee-aff-gallery img {
    display: block;
    margin: 0;
    border-radius: 0;
    max-width: none;
}
.ViewProduct .entry-content .shopee-aff-gallery__main img,
.shopee-aff-view .entry-content .shopee-aff-gallery__main img {
    width: 100%;
    height: 100%;
    max-width: 100%;
    object-fit: contain;
    object-position: center;
}
.ViewProduct .entry-content .shopee-aff-gallery__thumb img,
.shopee-aff-view .entry-content .shopee-aff-gallery__thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.ViewProduct .entry-content .txtpic {
    font-size: 14px;


/* extracted lines 1960-1990 from theme-9chai.css */
    .catalog-detail {
        margin-bottom: 16px;
    }
    .catalog-detail.entry-content {
        font-size: 15px;
        line-height: 1.75;
    }
    .entry-content img:not(.view-product-media img):not(.shopee-aff-gallery img),
    .catalog-detail.entry-content .catalog-content-img,
    .entry-content .view-embed,
    .catalog-detail.entry-content .view-embed {
        max-width: 100%;
        margin: 10px auto;
    }
    .ViewProduct .entry-content .shopee-aff-gallery,
    .shopee-aff-view .entry-content .shopee-aff-gallery {
        width: 100%;
        max-width: 100%;
        margin: 0 auto 12px;
    }
    .shopee-aff-gallery__stage {
        border-radius: 8px;
    }
    .ViewProduct .entry-content .shopee-aff-gallery__main img,
    .shopee-aff-view .entry-content .shopee-aff-gallery__main img {
        width: 100%;
        height: 100%;
        max-width: 100%;
        object-fit: contain;
    }
    .catalog-meta {

