.yahoo-detail-page {
    padding-top: 30px;
}

.yahoo-detail-discovery {
    margin-bottom: 20px;
    padding: 14px 16px 11px;
    border: 1px solid rgba(151, 119, 76, 0.28);
    border-radius: 13px;
    background: rgba(255, 252, 245, 0.94);
    box-shadow: 0 8px 24px rgba(74, 55, 32, 0.07);
}

.yahoo-detail-discovery__top {
    display: flex;
    align-items: center;
    gap: 12px;
}

.yahoo-detail-discovery__search {
    display: flex;
    flex: 1;
    align-items: stretch;
    min-width: 0;
    height: 42px;
    overflow: hidden;
    border: 1px solid #c9af87;
    border-radius: 9px;
    background: #fff;
}

.yahoo-detail-discovery__field {
    display: flex;
    flex: 1;
    align-items: center;
    min-width: 0;
    margin: 0;
    padding-left: 13px;
    color: #97774c;
}

.yahoo-detail-discovery__field input {
    width: 100%;
    height: 100%;
    min-width: 0;
    padding: 0 12px;
    border: 0;
    outline: 0;
    background: transparent;
    color: #3e3429;
    font: inherit;
    font-size: 14px;
}

.yahoo-detail-discovery__field input::placeholder {
    color: #9b9388;
}

.yahoo-detail-discovery__scope {
    display: inline-flex;
    align-items: center;
    padding: 0 13px;
    border-left: 1px solid #eadfce;
    background: #f7f2e9;
    color: #6d5b43;
    font-size: 12px;
    white-space: nowrap;
}

.yahoo-detail-discovery__search button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    min-width: 96px;
    padding: 0 16px;
    border: 0;
    background: linear-gradient(135deg, #bc694e, #9e4e3c);
    color: #fff;
    font: inherit;
    font-size: 13px;
    font-weight: 700;
    cursor: pointer;
    transition: filter 0.2s ease, transform 0.2s ease;
}

.yahoo-detail-discovery__search button:hover {
    filter: brightness(1.07);
}

.yahoo-detail-discovery__search button:active {
    transform: scale(0.98);
}

.yahoo-detail-discovery__back {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    min-height: 42px;
    padding: 0 13px;
    border: 1px solid rgba(91, 108, 69, 0.26);
    border-radius: 9px;
    color: #596b48;
    font-size: 12px;
    font-weight: 700;
    white-space: nowrap;
}

.yahoo-detail-discovery__back:hover {
    background: #f1f4eb;
    color: #3f5132;
    text-decoration: none;
}

.yahoo-detail-discovery__breadcrumb {
    display: flex;
    align-items: center;
    gap: 8px;
    min-width: 0;
    margin-top: 10px;
    color: #8a7d6c;
    font-size: 11px;
}

.yahoo-detail-discovery__breadcrumb a {
    color: #a2543f;
    font-weight: 700;
}

.yahoo-detail-discovery__breadcrumb i {
    color: #c8b9a4;
    font-size: 8px;
}

.yahoo-detail-discovery__breadcrumb strong {
    overflow: hidden;
    color: #615443;
    font-weight: 600;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.yahoo-detail-shortcuts {
    position: fixed;
    z-index: 850;
    top: 50%;
    right: 13px;
    width: 104px;
    overflow: hidden;
    border: 1px solid rgba(151, 119, 76, 0.35);
    border-radius: 16px;
    background: rgba(255, 252, 245, 0.97);
    box-shadow: 0 14px 38px rgba(58, 43, 25, 0.18);
    transform: translateY(-50%);
    backdrop-filter: blur(8px);
}

.yahoo-detail-shortcuts__title {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    height: 31px;
    background: #637451;
    color: #fff;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.03em;
}

.yahoo-detail-shortcuts__wallet,
.yahoo-detail-shortcuts__item {
    box-sizing: border-box;
    width: 100%;
    color: #554836;
    text-decoration: none;
}

.yahoo-detail-shortcuts__wallet {
    display: flex;
    align-items: center;
    flex-direction: column;
    padding: 12px 5px 11px;
    background: linear-gradient(145deg, #fff8e7, #f5ead7);
    text-align: center;
}

.yahoo-detail-shortcuts__wallet:hover,
.yahoo-detail-shortcuts__item:hover {
    color: #9e4e3c;
    text-decoration: none;
}

.yahoo-detail-shortcuts__wallet strong {
    display: block;
    max-width: 94px;
    overflow: hidden;
    margin-top: 3px;
    color: #a7523f;
    font-size: 12px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.yahoo-detail-shortcuts__label {
    margin-top: 5px;
    color: #7d6d58;
    font-size: 9px;
}

.yahoo-detail-shortcuts__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 27px;
    height: 27px;
    border-radius: 50%;
    background: rgba(175, 91, 66, 0.11);
    color: #aa5a43;
    font-size: 12px;
}

.yahoo-detail-shortcuts__item {
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 5px;
    min-height: 61px;
    padding: 8px 4px 7px;
    border: 0;
    border-top: 1px solid rgba(151, 119, 76, 0.18);
    background: transparent;
    font: inherit;
    font-size: 9px;
    font-weight: 700;
    cursor: pointer;
}

.yahoo-detail-shortcuts__item--bid {
    background: rgba(178, 88, 63, 0.055);
    color: #9e4e3c;
}

.yahoo-detail-shortcuts__item--bid .yahoo-detail-shortcuts__icon {
    background: #b45c45;
    color: #fff;
}

.yahoo-detail-alert,
.yahoo-detail-card,
.yahoo-detail-section,
.yahoo-detail-note {
    border-radius: 12px;
}

.yahoo-detail-alert {
    padding: 28px;
}

.yahoo-detail-card,
.yahoo-detail-section {
    padding: 28px;
    background: #fff;
    box-shadow: 0 8px 30px rgba(20, 31, 56, 0.08);
}

.yahoo-detail-unified-card {
    padding: 28px;
    border-radius: 12px;
    background: #fff;
    box-shadow: 0 8px 30px rgba(20, 31, 56, 0.08);
}

.yahoo-detail-unified-card .yahoo-detail-card,
.yahoo-detail-unified-card .yahoo-detail-section {
    padding: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
}

.yahoo-detail-unified-card .yahoo-detail-section {
    margin-top: 28px;
    padding-top: 28px;
    border-top: 1px solid #e8ebef;
}

.yahoo-detail-gallery .uk-slideshow-items,
.yahoo-detail-no-image {
    overflow: hidden;
    border: 1px solid #eceff4;
    border-radius: 10px;
    background: #f7f8fa;
}

.yahoo-detail-gallery .uk-slideshow-items img {
    object-fit: contain;
}

.yahoo-detail-no-image img {
    display: block;
    width: 100%;
    aspect-ratio: 1;
    object-fit: contain;
}

.yahoo-detail-thumbs {
    flex-wrap: wrap;
}

.yahoo-detail-thumbs img {
    width: 72px;
    height: 72px;
    border-radius: 6px;
    object-fit: cover;
}

.yahoo-detail-id {
    color: #7b8497;
    font-size: 13px;
}

.yahoo-detail-title {
    margin: 10px 0 22px;
    color: #202738;
    font-size: clamp(22px, 2vw, 32px);
    line-height: 1.45;
}

.yahoo-detail-price-box {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    margin-bottom: 22px;
}

.yahoo-detail-price-box > div {
    padding: 0;
    background: transparent;
}

.yahoo-detail-price-box > div + div {
    padding-left: 16px;
    border-left: 1px solid #e4e7eb;
}

.yahoo-detail-price-box span,
.yahoo-detail-price-box strong {
    display: block;
}

.yahoo-detail-price-box span {
    margin-bottom: 4px;
    color: #6e7482;
    font-size: 13px;
}

.yahoo-detail-price-box strong {
    color: #20242b;
    font-size: 28px;
}

.yahoo-detail-market {
    position: relative;
    scroll-margin-top: 24px;
}

.yahoo-detail-anchor {
    position: absolute;
    top: -24px;
}

.yahoo-detail-primary-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 9px;
}

.yahoo-detail-bid-hint {
    margin: 7px 0 20px;
    color: #7a695d;
    font-size: 12px;
    line-height: 1.55;
}

.yahoo-detail-bid-button {
    min-height: 40px;
    padding: 0 17px;
    border: 0;
    border-radius: 8px;
    background: linear-gradient(135deg, #ef6b32, #d84925);
    box-shadow: 0 5px 13px rgba(216, 73, 37, 0.2);
    color: #fff !important;
    font-size: 14px;
    font-weight: 800;
    text-transform: none;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.yahoo-detail-bid-button:hover,
.yahoo-detail-bid-button:focus {
    background: linear-gradient(135deg, #f47b45, #cf3e1d);
    box-shadow: 0 7px 16px rgba(216, 73, 37, 0.25);
    color: #fff;
    transform: translateY(-1px);
}

.yahoo-detail-bid-button i {
    margin-right: 8px;
    color: inherit !important;
}

.yahoo-detail-bid-button span {
    color: inherit !important;
}

.yahoo-bid-status {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin: 0 0 24px;
    padding: 13px 15px;
    border: 1px solid #dfe3e8;
    border-radius: 10px;
    background: #f7f8fa;
}

.yahoo-bid-status__icon {
    display: grid;
    width: 38px;
    height: 38px;
    flex: 0 0 38px;
    place-items: center;
    border-radius: 50%;
    background: #e6e9ed;
    color: #69717b;
}

.yahoo-bid-status__label,
.yahoo-bid-status strong,
.yahoo-bid-status small {
    display: block;
}

.yahoo-bid-status__label {
    color: #7c828b;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.04em;
}

.yahoo-bid-status strong {
    margin-top: 1px;
    color: #353a42;
    font-size: 15px;
}

.yahoo-bid-status small {
    margin-top: 2px;
    color: #747b85;
    line-height: 1.45;
}

.yahoo-bid-status.is-leading,
.yahoo-bid-status.is-won {
    border-color: #9dd5ae;
    background: #eef9f1;
}

.yahoo-bid-status.is-leading .yahoo-bid-status__icon,
.yahoo-bid-status.is-won .yahoo-bid-status__icon {
    background: #d6f1de;
    color: #238247;
}

.yahoo-bid-status.is-leading strong,
.yahoo-bid-status.is-won strong {
    color: #1f733f;
}

.yahoo-bid-status.is-outbid {
    border-color: #efc47e;
    background: #fff8e9;
}

.yahoo-bid-status.is-outbid .yahoo-bid-status__icon {
    background: #ffedca;
    color: #bc7415;
}

.yahoo-bid-status.is-outbid strong {
    color: #a8620c;
}

.yahoo-bid-status.is-lost {
    border-color: #e8aaa4;
    background: #fff0ef;
}

.yahoo-bid-status.is-lost .yahoo-bid-status__icon {
    background: #f9d8d5;
    color: #b43d33;
}

.yahoo-bid-status.is-lost strong {
    color: #a7332b;
}

.yahoo-bid-modal__dialog {
    position: relative;
    width: min(620px, calc(100vw - 30px));
    padding: 30px;
    border: 1px solid #ead8c1;
    border-radius: 18px;
    background: #fffdf9;
    box-shadow: 0 24px 70px rgba(48, 34, 22, 0.22);
}

.yahoo-bid-modal__heading {
    display: flex;
    align-items: center;
    gap: 14px;
    padding-right: 28px;
}

.yahoo-bid-modal__heading h2 {
    margin: 2px 0 0;
    color: #2b2927;
    font-size: 25px;
}

.yahoo-bid-modal__icon {
    display: grid;
    width: 48px;
    height: 48px;
    flex: 0 0 48px;
    place-items: center;
    border-radius: 13px;
    background: #fff0e8;
    color: #df542b;
    font-size: 21px;
}

.yahoo-bid-modal__eyebrow {
    color: #a36948;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.yahoo-bid-modal__product {
    display: flex;
    align-items: center;
    gap: 13px;
    margin: 20px 0 14px;
    padding: 12px;
    border-radius: 11px;
    background: #f7f3ed;
}

.yahoo-bid-modal__product img {
    width: 58px;
    height: 58px;
    flex: 0 0 58px;
    border-radius: 8px;
    object-fit: cover;
}

.yahoo-bid-modal__product strong,
.yahoo-bid-modal__product span {
    display: block;
}

.yahoo-bid-modal__product strong {
    display: -webkit-box;
    overflow: hidden;
    color: #34302d;
    line-height: 1.45;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.yahoo-bid-modal__product span {
    margin-top: 4px;
    color: #8a8178;
    font-size: 12px;
}

.yahoo-bid-modal__facts {
    margin-bottom: 18px;
    padding: 13px 17px;
    border: 2px solid #f06b43;
    border-radius: 11px;
    background: #fff;
}

.yahoo-bid-modal__facts > div {
    display: grid;
    grid-template-columns: minmax(130px, 42%) 1fr;
    align-items: baseline;
    gap: 12px;
    padding: 5px 0;
}

.yahoo-bid-modal__facts dt,
.yahoo-bid-modal__facts dd {
    margin: 0;
}

.yahoo-bid-modal__facts dt {
    color: #554f49;
}

.yahoo-bid-modal__facts dd {
    color: #25211f;
    font-weight: 700;
    text-align: right;
    overflow-wrap: anywhere;
}

.yahoo-bid-modal__facts a {
    color: #1769aa;
    text-decoration: underline;
}

.yahoo-bid-modal__facts-time {
    padding-bottom: 9px !important;
    border-bottom: 1px solid #f1e4dc;
}

.yahoo-bid-modal__facts-time i {
    margin-right: 4px;
}

.yahoo-bid-modal__facts-time dd,
.yahoo-bid-modal__facts-price {
    color: #d74721 !important;
}

.yahoo-bid-modal__facts-time dd {
    font-variant-numeric: tabular-nums;
}

.yahoo-bid-modal__facts-time dd.is-ended {
    color: #8b3329 !important;
}

.yahoo-bid-modal__facts-minimum {
    margin-top: 5px;
    padding-top: 10px !important;
    border-top: 1px dashed #e6d4c8;
}

.yahoo-bid-modal__facts-minimum dt {
    padding-top: 12px;
    font-weight: 700;
}

.yahoo-bid-modal__facts-minimum dd {
    width: 100%;
}

.yahoo-bid-modal__facts-input {
    display: flex;
    align-items: center;
    width: 180px;
    max-width: 100%;
    margin-left: auto;
    overflow: hidden;
    border: 2px solid #ddd3c8;
    border-radius: 9px;
    background: #fff;
}

.yahoo-bid-modal__facts-input:focus-within {
    border-color: #e8683f;
    box-shadow: 0 0 0 4px rgba(232, 104, 63, 0.11);
}

.yahoo-bid-modal__facts-input b {
    padding-left: 11px;
    color: #dd542d;
    font-size: 18px;
}

.yahoo-bid-modal__facts-input input {
    width: 100%;
    min-width: 0;
    height: 38px;
    border: 0;
    outline: 0;
    padding: 0 11px 0 7px;
    background: transparent;
    color: #2d2926;
    font-size: 17px;
    font-weight: 700;
    text-align: right;
}

.yahoo-bid-modal__facts-minimum small {
    display: block;
    margin-top: 5px;
    color: #9a5a42;
    font-size: 11px;
    font-weight: 500;
    text-align: right;
}

.yahoo-bid-modal__estimate {
    margin-top: 18px;
    padding: 15px 17px;
    border-radius: 11px;
    background: #f5f6f8;
}

.yahoo-bid-modal__estimate > div {
    display: flex;
    justify-content: space-between;
    gap: 18px;
    padding: 5px 0;
    color: #5f626a;
}

.yahoo-bid-modal__estimate strong {
    color: #2e3035;
    text-align: right;
}

.yahoo-bid-modal__estimate .yahoo-bid-modal__total {
    margin-top: 7px;
    padding-top: 12px;
    border-top: 1px solid #dfe1e5;
    color: #292b30;
    font-weight: 700;
}

.yahoo-bid-modal__total strong {
    color: #d84d27;
    font-size: 20px;
}

.yahoo-bid-modal__rate {
    margin: 8px 2px 16px;
    color: #84786e;
    font-size: 12px;
}

.yahoo-bid-modal__accept {
    display: flex;
    align-items: flex-start;
    gap: 9px;
    color: #615b55;
    font-size: 13px;
    line-height: 1.55;
}

.yahoo-bid-modal__accept input {
    margin-top: 3px;
    flex: 0 0 auto;
}

.yahoo-bid-modal__mock-scenario {
    display: block;
    margin-top: 15px;
    padding: 12px;
    border: 1px dashed #dfad87;
    border-radius: 9px;
    background: #fff8f1;
}

.yahoo-bid-modal__mock-scenario > span,
.yahoo-bid-modal__mock-scenario > small {
    display: block;
}

.yahoo-bid-modal__mock-scenario > span {
    margin-bottom: 7px;
    color: #8e4d2f;
    font-size: 13px;
    font-weight: 700;
}

.yahoo-bid-modal__mock-scenario select {
    border-color: #e1c9b6;
    border-radius: 7px;
    background-color: #fff;
}

.yahoo-bid-modal__mock-scenario > small {
    margin-top: 6px;
    color: #967f70;
    font-size: 11px;
}

.yahoo-bid-modal__review-button {
    width: 100%;
    min-height: 52px;
    margin-top: 18px;
    font-size: 17px;
}

.yahoo-bid-modal__error {
    margin: 12px 0 0;
    padding: 9px 12px;
    border-radius: 7px;
    background: #fff0ed;
    color: #b63125;
    font-size: 13px;
}

.yahoo-bid-page-loading {
    position: fixed;
    z-index: 99999;
    inset: 0;
    display: grid;
    place-items: center;
    padding: 24px;
    background: rgba(48, 36, 29, 0.48);
    backdrop-filter: blur(3px);
}

.yahoo-bid-page-loading[hidden] {
    display: none;
}

.joy-auction-loader {
    min-width: 280px;
    max-width: calc(100vw - 32px);
    padding: 12px 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 2px 15px rgba(33, 22, 16, 0.32);
}

.joy-auction-loader h2 {
    margin: 18px 0 5px;
    color: #fff;
    font: 700 25px/1.25 Georgia, "Leelawadee UI", sans-serif;
}

.joy-auction-loader p {
    margin: 0;
    color: rgba(255, 255, 255, 0.88);
    font-size: 12px;
    line-height: 1.55;
}

.joy-auction-rabbit {
    position: relative;
    width: 142px;
    height: 112px;
    margin: 0 auto;
    filter: drop-shadow(0 13px 13px rgba(39, 25, 17, 0.25));
    animation: joy-auction-bounce 1.25s infinite ease-in-out;
}

.joy-auction-face {
    position: absolute;
    z-index: 2;
    top: 29px;
    left: 21px;
    display: block;
    width: 72px;
    height: 66px;
    border: 2px solid #79563a;
    border-radius: 46% 46% 49% 49%;
    background: #e7c892;
    box-shadow: inset 0 -6px 0 rgba(121, 86, 58, 0.08);
}

.joy-auction-face > i {
    position: absolute;
    top: 28px;
    width: 4px;
    height: 5px;
    border-radius: 50%;
    background: #725039;
}

.joy-auction-face > i:first-child {
    left: 22px;
}

.joy-auction-face > i:nth-child(2) {
    right: 22px;
}

.joy-auction-face > b {
    position: absolute;
    top: 38px;
    left: 50%;
    width: 12px;
    height: 7px;
    border-bottom: 2px solid #725039;
    border-radius: 50%;
    transform: translateX(-50%);
}

.joy-auction-ear {
    position: absolute;
    z-index: 1;
    top: 0;
    width: 22px;
    height: 53px;
    border: 2px solid #79563a;
    border-radius: 70% 70% 20% 20%;
    background: #e7c892;
}

.joy-auction-ear::after {
    position: absolute;
    inset: 8px 6px 7px;
    border-radius: inherit;
    background: rgba(184, 110, 99, 0.28);
    content: "";
}

.joy-auction-ear--left {
    left: 31px;
    transform: rotate(-13deg);
}

.joy-auction-ear--right {
    left: 65px;
    transform: rotate(15deg);
}

.joy-auction-hammer {
    position: absolute;
    z-index: 4;
    top: 30px;
    right: 14px;
    width: 9px;
    height: 63px;
    border: 1px solid #70452b;
    border-radius: 5px;
    background: #b9783f;
    transform: rotate(-34deg);
    transform-origin: 50% 90%;
    animation: joy-auction-strike 0.72s infinite ease-in-out;
}

.joy-auction-hammer > i {
    position: absolute;
    top: -10px;
    left: 50%;
    width: 39px;
    height: 19px;
    border: 2px solid #5f3c28;
    border-radius: 5px;
    background: #9f6840;
    box-shadow: inset 0 -4px 0 rgba(77, 43, 24, 0.16);
    transform: translateX(-50%);
}

.joy-auction-block {
    position: absolute;
    z-index: 3;
    right: 0;
    bottom: 4px;
    display: grid;
    width: 49px;
    height: 18px;
    place-items: center;
    border: 2px solid #744729;
    border-radius: 50%;
    background: #cf914e;
    color: #fff4df;
    font: 800 8px/1 Arial, sans-serif;
    letter-spacing: 0.08em;
    text-shadow: none;
}

.joy-auction-dots {
    display: flex;
    justify-content: center;
    gap: 7px;
    margin-top: 18px;
}

.joy-auction-dots i {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #e6c58f;
    box-shadow: 0 2px 8px rgba(39, 25, 17, 0.2);
    animation: joy-auction-dot 1.15s infinite ease-in-out;
}

.joy-auction-dots i:nth-child(2) {
    animation-delay: 0.15s;
}

.joy-auction-dots i:nth-child(3) {
    animation-delay: 0.3s;
}

@keyframes joy-auction-bounce {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-5px); }
}

@keyframes joy-auction-strike {
    0%, 100% { transform: rotate(-34deg); }
    48%, 62% { transform: rotate(18deg); }
}

@keyframes joy-auction-dot {
    0%, 60%, 100% { opacity: 0.45; transform: translateY(0); }
    30% { opacity: 1; transform: translateY(-7px); }
}

.yahoo-detail-summary,
.yahoo-detail-attributes {
    margin: 0;
}

.yahoo-detail-summary > div,
.yahoo-detail-attributes > div {
    display: grid;
    grid-template-columns: minmax(130px, 35%) 1fr;
    gap: 16px;
    padding: 11px 0;
    border-bottom: 1px solid #edf0f4;
}

.yahoo-detail-summary dt,
.yahoo-detail-attributes dt {
    color: #70798c;
}

.yahoo-detail-summary dd,
.yahoo-detail-attributes dd {
    margin: 0;
    color: #252b38;
}

.yahoo-detail-baht {
    display: inline-block;
    margin-left: 5px;
    color: #69717d;
    font-size: 12px;
    font-weight: 500;
}

.yahoo-detail-seller {
    display: flex;
    align-items: center;
    gap: 13px;
    margin-top: 22px;
    padding: 14px;
    border: 1px solid #dfe3e8;
    border-radius: 2px;
    background: #fff;
}

.yahoo-detail-seller__avatar {
    display: inline-flex;
    flex: 0 0 56px;
    align-items: center;
    justify-content: center;
    width: 56px;
    height: 56px;
    overflow: hidden;
    border-radius: 50%;
    background: #d5d7da;
    color: #fff;
    font-size: 32px;
}

.yahoo-detail-seller__avatar i {
    margin-top: 12px;
}

.yahoo-detail-seller__content {
    min-width: 0;
}

.yahoo-detail-seller__name {
    margin-bottom: 5px;
    color: #252b38;
    font-weight: 600;
}

.yahoo-detail-seller__name a {
    color: #075bc7;
    font-weight: 700;
}

.yahoo-detail-seller__name span {
    margin-left: 3px;
}

.yahoo-detail-seller__meta {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 5px 8px;
    font-size: 12px;
}

.yahoo-detail-seller__stars {
    display: inline-flex;
    gap: 2px;
    color: #ffc928;
    font-size: 13px;
}

.yahoo-detail-seller__score {
    color: #252b38;
}

.yahoo-detail-verified {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    color: #075bc7;
    font-size: 12px;
}

.yahoo-detail-verified i {
    color: #7e8793;
}

.yahoo-detail-section {
    margin-top: 22px;
}

.yahoo-detail-section h2 {
    margin-bottom: 18px;
    font-size: 22px;
}

.yahoo-detail-description {
    overflow-wrap: anywhere;
    color: #3c4352;
    line-height: 1.8;
    white-space: pre-line;
}

.yahoo-description-translation__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    margin-bottom: 18px;
}

.yahoo-description-translation__header h2 {
    margin: 0;
}

.yahoo-description-translation__actions {
    display: inline-flex;
    flex-wrap: wrap;
    gap: 5px;
    padding: 4px;
    border-radius: 8px;
    background: #f0f1f3;
}

.yahoo-description-translation__actions button {
    min-height: 31px;
    padding: 0 11px;
    border: 0;
    border-radius: 6px;
    background: transparent;
    color: #626873;
    cursor: pointer;
    font-size: 12px;
    font-weight: 700;
}

.yahoo-description-translation__actions button:hover,
.yahoo-description-translation__actions button.is-active {
    background: #fff;
    box-shadow: 0 2px 7px rgba(28, 35, 45, 0.1);
    color: #d9502b;
}

.yahoo-description-translation__actions button:disabled {
    cursor: wait;
    opacity: 0.58;
}

.yahoo-description-translation__body {
    position: relative;
    min-height: 42px;
}

.yahoo-detail-description.is-loading {
    opacity: 0.25;
}

.yahoo-description-translation__loading {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    color: #bf4e2d;
    font-size: 13px;
    font-weight: 700;
}

.yahoo-description-translation__loading[hidden] {
    display: none;
}

.yahoo-description-translation__error {
    margin: 12px 0 0;
    padding: 9px 12px;
    border-radius: 7px;
    background: #fff0ed;
    color: #a9362c;
    font-size: 12px;
}

.yahoo-description-translation__error[hidden] {
    display: none;
}

.yahoo-bid-modal__uat-note {
    display: flex;
    align-items: flex-start;
    gap: 11px;
    margin: 15px 0;
    padding: 12px 14px;
    border: 1px solid #ead2a7;
    border-radius: 9px;
    background: #fff8e9;
    color: #705a35;
}

.yahoo-bid-modal__uat-note > i {
    margin-top: 3px;
    color: #b26b3e;
}

.yahoo-bid-modal__uat-note strong,
.yahoo-bid-modal__uat-note span {
    display: block;
}

.yahoo-bid-modal__uat-note strong {
    margin-bottom: 2px;
    font-size: 12px;
}

.yahoo-bid-modal__uat-note span {
    font-size: 11px;
    line-height: 1.55;
}

.yahoo-detail-note {
    margin-top: 20px;
    padding: 15px 18px;
    background: #fff9df;
    color: #6e5b15;
}

@media (max-width: 640px) {
    .yahoo-detail-discovery {
        padding: 11px;
    }

    .yahoo-detail-discovery__top {
        align-items: stretch;
        flex-direction: column;
        gap: 8px;
    }

    .yahoo-detail-discovery__search {
        flex: none;
        height: 44px;
    }

    .yahoo-detail-discovery__field {
        padding-left: 11px;
    }

    .yahoo-detail-discovery__scope {
        display: none;
    }

    .yahoo-detail-discovery__search button {
        min-width: 48px;
        padding: 0 14px;
    }

    .yahoo-detail-discovery__search button span {
        display: none;
    }

    .yahoo-detail-discovery__back {
        align-self: flex-start;
        min-height: 34px;
        padding: 0 4px;
        border: 0;
    }

    .yahoo-detail-discovery__breadcrumb {
        overflow: hidden;
        margin-top: 7px;
        white-space: nowrap;
    }

    .page-auctionthai {
        padding-bottom: 73px;
    }

    .yahoo-detail-shortcuts {
        top: auto;
        right: 8px;
        bottom: 8px;
        left: 8px;
        display: grid;
        grid-template-columns: 1.25fr repeat(3, 1fr);
        width: auto;
        border-radius: 14px;
        transform: none;
    }

    .yahoo-detail-shortcuts__title {
        display: none;
    }

    .yahoo-detail-shortcuts__wallet,
    .yahoo-detail-shortcuts__item {
        min-width: 0;
        min-height: 59px;
        padding: 6px 3px;
        border-top: 0;
        border-left: 1px solid rgba(151, 119, 76, 0.18);
    }

    .yahoo-detail-shortcuts__wallet {
        justify-content: center;
        border-left: 0;
    }

    .yahoo-detail-shortcuts__wallet .yahoo-detail-shortcuts__icon {
        display: none;
    }

    .yahoo-detail-shortcuts__wallet strong {
        max-width: 100%;
        font-size: 11px;
    }

    .yahoo-detail-shortcuts__icon {
        width: 25px;
        height: 25px;
    }

    .yahoo-detail-unified-card {
        padding: 18px;
    }

    .yahoo-detail-card,
    .yahoo-detail-section {
        padding: 18px;
    }

    .yahoo-detail-price-box {
        grid-template-columns: 1fr;
    }

    .yahoo-detail-price-box > div + div {
        padding-top: 12px;
        padding-left: 0;
        border-top: 1px solid #e4e7eb;
        border-left: 0;
    }

    .yahoo-detail-summary > div,
    .yahoo-detail-attributes > div {
        grid-template-columns: 1fr;
        gap: 3px;
    }

    .yahoo-description-translation__header {
        align-items: flex-start;
        flex-direction: column;
    }

    .yahoo-bid-modal__dialog {
        padding: 22px 17px;
        border-radius: 14px;
    }

    .yahoo-bid-modal__heading h2 {
        font-size: 21px;
    }

    .yahoo-bid-modal__facts > div {
        grid-template-columns: 1fr;
        gap: 2px;
    }

    .yahoo-bid-modal__facts dd {
        text-align: left;
    }

    .yahoo-bid-modal__facts-minimum dt {
        padding-top: 0;
    }

    .yahoo-bid-modal__facts-input {
        width: 100%;
        margin-left: 0;
    }

    .yahoo-bid-modal__facts-minimum small {
        text-align: left;
    }
}

.yahoo-detail-loading__card {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 38px;
    padding: 28px;
    border: 1px solid #d4bea0;
    border-radius: 12px;
    background: #fffaf1;
    box-shadow: 0 9px 28px rgba(73, 57, 38, 0.09);
}

.yahoo-detail-loading__image,
.yahoo-detail-loading__line,
.yahoo-detail-loading__prices span,
.yahoo-detail-loading__section {
    position: relative;
    overflow: hidden;
    border-radius: 8px;
    background: #e8ddca;
}

.yahoo-detail-loading__image::after,
.yahoo-detail-loading__line::after,
.yahoo-detail-loading__prices span::after,
.yahoo-detail-loading__section::after {
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.6), transparent);
    content: "";
    transform: translateX(-100%);
    animation: yahoo-detail-shimmer 1.45s infinite;
}

.yahoo-detail-loading__image {
    aspect-ratio: 1;
}

.yahoo-detail-loading__content {
    padding-top: 8px;
}

.yahoo-detail-loading__line {
    display: block;
    height: 13px;
    margin-bottom: 12px;
}

.yahoo-detail-loading__line--id {
    width: 36%;
    height: 8px;
}

.yahoo-detail-loading__line--title {
    width: 96%;
    height: 26px;
    margin-top: 18px;
}

.yahoo-detail-loading__line--title-short {
    width: 72%;
    height: 26px;
}

.yahoo-detail-loading__prices {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    margin: 26px 0;
}

.yahoo-detail-loading__prices span {
    height: 82px;
}

.yahoo-detail-loading__line--row {
    width: 100%;
    height: 15px;
    margin-bottom: 16px;
}

.yahoo-detail-loading__section {
    height: 210px;
    margin-top: 22px;
    border: 1px solid #d4bea0;
}

.yahoo-detail-loading__section--short {
    height: 150px;
}

@keyframes yahoo-detail-shimmer {
    100% {
        transform: translateX(100%);
    }
}

@media (max-width: 767px) {
    .yahoo-detail-loading__card {
        grid-template-columns: 1fr;
        gap: 20px;
        padding: 18px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .joy-auction-rabbit,
    .joy-auction-hammer,
    .joy-auction-dots i,
    .yahoo-detail-loading__image::after,
    .yahoo-detail-loading__line::after,
    .yahoo-detail-loading__prices span::after,
    .yahoo-detail-loading__section::after {
        animation: none;
    }
}
