.pd-page {
    font-family: inherit;
}

.pd-page * {
    box-sizing: border-box
}

.pd-main {
    padding: 32px 0px
}

.pd-section {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 32px;
    margin-bottom: 20px;
}

.pd-stats-row {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 15px;
    margin-top: 5px;
    flex-wrap: wrap;
}

.pd-stat-item {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 14px;
    color: #695b55;
    font-weight: 500;
}

.pd-stat-value {
    font-weight: 700;
    color: #706159;
    text-decoration: underline;
}

.pd-stat-sku {
    margin-left: auto;
}

.pd-stat-sku .pd-stat-sku-value {
    font-weight: 600;
    color: #111827;
    text-decoration: none;
}

.pd-stat-divider {
    width: 1px;
    height: 14px;
    background-color: #d1d5db;
}

.pd-star-rating {
    position: relative;
    display: inline-flex;
    color: #e5e7eb;
}

.pd-star-rating .stars-bg {
    display: flex;
}

.pd-star-rating .stars-active {
    position: absolute;
    top: 0;
    left: 0;
    white-space: nowrap;
    overflow: hidden;
    color: #facc15;
    display: flex;
}

.pd-star-rating svg {
    width: 16px;
    height: 16px;
    fill: currentColor;
}

.pd-perks li img {
    width: 48px;
    height: 48px;
    object-fit: contain;
}

@media (min-width:768px) {
    .pd-main {
        padding: 30px 0;
        background: #f9f6f1;
    }

    .pd-section {
        flex-direction: row;
        gap: 25px;
        align-items: flex-start;
        background: #FFF;
        padding: 25px;
        border-radius: 16px;
    }
}

.pd-gallery {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 0;
}

.pd-rating-summary {
    padding: 5px 0
}

@media (min-width:768px) {
    .pd-gallery {
        flex-direction: column;
        width: 45%;
        position: sticky;
        top: 120px
    }
}

.pd-thumbnails {
    width: 100%;
    flex-shrink: 0;
    margin-top: 10px;
    padding: 0 5px;
}

@media (min-width:768px) {
    .pd-thumbnails {
        width: 100%
    }
}

.pd-thumbnails .slick-list {
    margin: 0 -4px;
}

.pd-thumbnails .slick-slide {
    margin: 4px;
    border-radius: 8px;
    overflow: hidden;
}

@media (max-width:767px) {
    .pd-stat-sku {
        margin-left: unset;
    }
}

.pd-thumbnail {
    border: 2px solid #e5e7eb;
    padding: 4px;
    background-color: #fff;
    cursor: pointer;
    transition: border-color 0.2s;
    outline: none
}

.pd-thumbnail:hover {
    border-color: #9ca3af
}

.pd-thumbnail.slick-current {
    border-color: #3f462d;
}

.pd-thumbnail img {
    width: 100%;
    height: auto;
    object-fit: cover;
    display: block;
    aspect-ratio: 1 / 0.7;
}

.pd-main-image-wrap {
    position: relative;
    width: 100%;
    border-radius: 15px;
    overflow: hidden;
}

/* 1. Tag Bán chạy */
.pd-badge-hot {
    position: absolute;
    top: 14px;
    left: 14px;
    z-index: 5;
    background-color: #ab4e1f;
    color: #ffffff;
    font-size: 14px;
    font-weight: 600;
    line-height: 1;
    padding: 7px 14px 7px 11px;
    border-radius: 9999px;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    box-shadow: 0 3px 10px rgba(171, 78, 31, 0.35);
    pointer-events: none;
    user-select: none;
}

.pd-badge-hot svg {
    color: #ffffff;
    flex-shrink: 0;
}

/* 3. Nút next / prev */
.pd-gallery-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 5;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.06);
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.14);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    color: #222222;
    transition: all 0.25s ease;
    padding: 0;
    outline: none;
}

.pd-gallery-btn:hover {
    background: #ffffff;
    color: #ab4e1f;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2);
    transform: translateY(-50%) scale(1.06);
}

.pd-gallery-btn:active {
    transform: translateY(-50%) scale(0.96);
}

.pd-gallery-btn--prev {
    left: 14px;
}

.pd-gallery-btn--next {
    right: 14px;
}

/* 4. Icon phóng to góc dưới */
.pd-gallery-zoom {
    position: absolute;
    bottom: 14px;
    right: 14px;
    z-index: 5;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.4);
    border: 1px solid rgba(255, 255, 255, 1);
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.25s ease;
    padding: 0;
    outline: none;
}

.pd-gallery-zoom:active {
    transform: scale(0.95);
}

.pd-gallery-zoom svg {
    width: 25px;
    height: 25px;
}

@media (max-width: 576px) {
    .pd-badge-hot {
        top: 10px;
        left: 10px;
        padding: 6px 11px 6px 9px;
        font-size: 12px;
    }

    .pd-gallery-btn {
        width: 36px;
        height: 36px;
    }

    .pd-gallery-btn--prev {
        left: 8px;
    }

    .pd-gallery-btn--next {
        right: 8px;
    }

    .pd-gallery-zoom {
        bottom: 10px;
        right: 10px;
        width: 36px;
        height: 36px;
    }
}

.pd-main-image-area {
    flex-grow: 1;
    position: relative;
    overflow: hidden;
    min-width: 0;
    width: 100%;
}

.pd-main-image {
    outline: none
}

.pd-main-image a {
    display: block;
    cursor: zoom-in;
}

.pd-main-image img {
    width: 100%;
    height: auto;
    object-fit: cover;
    display: block;
    border: solid 1px #eee;
    border-radius: 15px;
    aspect-ratio: 1.25 / 1;
}

.pd-info {
    width: 100%;
    display: flex;
    flex-direction: column;
    padding-top: 8px
}

@media (min-width:768px) {
    .pd-info {
        width: 55%;
    }
}

.pd-info h2 {
    font-size: 24px;
    font-weight: 600;
    color: #1f2937;
    margin-bottom: 13px;
    margin-top: 15px;
}

@media (min-width:768px) {
    .pd-info h2 {
        font-size: 28px
    }
}

.pd-brand {
    font-size: 14px;
    color: rgb(0 0 0 / 87%);
    text-transform: capitalize;
    letter-spacing: 0.5px;
    margin-bottom: 16px;
    cursor: pointer;
    transition: text-decoration 0.2s;
}

.pd-brand:hover {
    text-decoration: underline
}

.short-desc {
    margin-bottom: 20px;
    /* font-size: 15px; */
    color: #333;
    text-align: justify;
}

.short-desc p {
    margin-bottom: 10px;
}

.short-desc ul {
    margin-left: 20px;
}

/* Product Highlights / Badges */
.pd-highlights {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
    margin-bottom: 20px;
}

.pd-highlight-item {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    padding: 6px 13px;
    background-color: #FAF4EE;
    border: 1px solid #F0E6D8;
    border-radius: 9999px;
    font-size: 13.5px;
    font-weight: 500;
    color: #382A20;
    white-space: nowrap;
    transition: all 0.2s ease;
    user-select: none;
}

.pd-highlight-item:hover {
    background-color: #F4ECE3;
    border-color: #E7D7C4;
}

.pd-highlight-icon {
    width: 17px !important;
    height: 17px !important;
    flex-shrink: 0;
    stroke: #80481E;
}

.pd-highlight-text {
    line-height: 1.2;
}

@media (max-width: 576px) {
    .pd-highlights {
        gap: 8px;
        margin-bottom: 16px;
    }

    .pd-highlight-item {
        padding: 5px 12px;
        font-size: 12.5px;
        gap: 6px;
    }

    .pd-highlight-icon {
        width: 15px;
        height: 15px;
    }
}

.pd-price-box {
    margin-bottom: 16px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
}

.pd-price-label {
    color: #666;
    font-size: 14px;
}

.pd-price-row {
    display: flex;
    align-items: flex-end;
    gap: 15px;
}

.pd-price-compare {
    text-decoration: line-through;
    color: #a49f9b;
    font-size: 18px;
}

.pd-price-discount {
    background-color: #fef2f2;
    color: #ef4444;
    padding: 2px 8px;
    border-radius: 4px;
    font-size: 16px;
    font-weight: 600;
}

.pd-price {
    font-size: 18px;
    font-weight: 700;
    color: #d84a1b;
    display: inline-flex;
    align-items: baseline;
    gap: 4px;
    background: linear-gradient(90deg, #d84a1b 0%, #6f260f 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.pd-price .js-pd-current-price {
    background: linear-gradient(90deg, #d84a1b 0%, #6f260f 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.pd-price u,
.pd-price .js-pd-current-price u {
    text-decoration: underline;
    text-decoration-color: #6f260f;
}

@media (min-width:768px) {
    .pd-price {
        font-size: 28px;
    }
}

.pd-price-unit {
    font-size: 14px;
    font-weight: 400;
    color: #6b7280;
    -webkit-text-fill-color: #6b7280;
    background: none;
    -webkit-background-clip: border-box;
    background-clip: border-box;
}

.pd-rewards {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 24px;
    font-size: 14px;
    color: #4b5563;
    background-color: rgba(239, 246, 255, 0.5);
    padding: 8px;
    border-radius: 6px
}

.pd-rewards i {
    color: #3f462d
}

.pd-rewards strong {
    color: #3f462d
}

.pd-rewards a {
    color: #9bbcec;
    text-decoration: underline;
    font-size: 12px;
    margin-left: 4px
}

.pd-promotions {
    background: #f8fafc;
    border: 1px dashed #cbd5e1;
    border-radius: 8px;
    padding: 14px 16px;
    margin-bottom: 20px
}

.pd-promotions-title {
    font-size: 14px;
    font-weight: 600;
    color: #1e293b;
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 10px
}

.pd-promotions-title svg {
    color: #3b82f6;
    flex-shrink: 0
}

.pd-promotions-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 8px
}

.pd-promo-item {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    font-size: 13px;
    color: #475569
}

.pd-promo-icon {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: #e0e7ff;
    color: #4338ca;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 11px;
    font-weight: 600;
    flex-shrink: 0;
    margin-top: 1px
}

.pd-promo-date {
    display: block;
    font-size: 12px;
    color: #94a3b8;
    margin-top: 2px
}

.pd-tiers-section {
    margin-bottom: 20px
}

.pd-tiers-title {
    font-size: 14px;
    font-weight: 600;
    color: #1e293b;
    margin-bottom: 8px
}

.pd-tier-list {
    display: flex;
    flex-direction: column;
    gap: 8px
}

.pd-tier-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 14px;
    border: 1px solid #e2e8f0;
    border-radius: 6px;
    font-size: 14px;
    cursor: pointer;
    transition: all 0.2s ease;
    background: #fff
}

.pd-tier-item:hover {
    border-color: #3f462d;
    background-color: #f8fafc
}

.pd-tier-item.active {
    border-color: #3f462d;
    background-color: #f0f7ff;
    position: relative;
    box-shadow: 0 0 0 1px #3f462d
}

.pd-tier-item.active::before {
    content: "âœ“";
    position: absolute;
    top: -8px;
    left: -8px;
    background: #3f462d;
    color: white;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 11px;
    font-weight: bold
}

.pd-tier-name {
    display: flex;
    align-items: center;
    gap: 8px;
    font-weight: 500;
    color: #334155
}

.pd-tier-badge {
    font-size: 11px;
    color: #e11d48;
    background: #ffe4e6;
    padding: 2px 6px;
    border-radius: 4px;
    display: inline-flex;
    align-items: center;
    gap: 3px;
    font-weight: 600
}

.pd-tier-price {
    font-weight: 600;
    color: #1e293b
}

.pd-wholesale-banner {
    background: #f0f7ff;
    border: 1px solid #3f462d;
    border-radius: 8px;
    padding: 14px 16px;
    margin-bottom: 20px;
    display: flex;
    flex-direction: column;
    gap: 12px
}

.pd-wholesale-banner__content {
    display: flex;
    align-items: center;
    gap: 12px
}

.pd-wholesale-banner__icon {
    width: 28px;
    height: 28px;
    color: #3b82f6;
    flex-shrink: 0
}

.pd-wholesale-banner__info {
    flex: 1
}

.pd-wholesale-banner__title {
    font-size: 14px;
    font-weight: 600;
    color: #1e293b;
    margin: 0 0 2px 0
}

.pd-wholesale-banner__desc {
    font-size: 13px;
    color: #64748b;
    margin: 0;
    line-height: 1.4
}

.pd-wholesale-banner__btn {
    width: 100%;
    background-color: #3f462d;
    color: #ffffff;
    font-weight: 600;
    font-size: 14px;
    padding: 9px 16px;
    border-radius: 6px;
    border: none;
    cursor: pointer;
    text-align: center;
    transition: background-color 0.2s;
    line-height: 1.4
}

.pd-wholesale-banner__btn:hover {
    background-color: #383e36;
    color: #ffffff
}

.pd-cart-section {
    margin-bottom: 24px;
    background: #fafafa;
    border: 1px solid #eee;
    border-radius: 8px;
    padding: 16px
}

.pd-subtotal-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 14px;
    font-size: 14px;
    color: #475569
}

.pd-subtotal-val {
    font-size: 18px;
    font-weight: 700;
    color: #0f172a
}

.pd-subtotal-val u {
    text-decoration: underline
}

.pd-cart-actions {
    display: flex;
    align-items: center;
    gap: 12px
}

/* Quantity and Stock Status Row */
.pd-qty-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 22px;
    flex-wrap: wrap;
}

.pd-qty-group {
    display: flex;
    align-items: center;
    gap: 12px;
}

.pd-qty-label {
    font-size: 15px;
    font-weight: 500;
    color: #374151;
    margin: 0;
    user-select: none;
}

.pd-qty-wrap {
    display: inline-flex;
    align-items: center;
    border: 1px solid #e2e8f0;
    border-radius: 6px;
    overflow: hidden;
    height: 44px;
    background: #fff;
    flex-shrink: 0;
    /* margin-bottom: 25px; */
    width: max-content;
}

.pd-qty-btn {
    background: #f8fafc;
    border: none;
    width: 36px;
    height: 100%;
    cursor: pointer;
    font-size: 16px;
    color: #475569;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background-color 0.2s
}

.pd-qty-btn:hover {
    background-color: #e2e8f0
}

.pd-qty-input {
    width: 48px;
    height: 100%;
    border: none;
    border-left: 1px solid #e2e8f0;
    border-right: 1px solid #e2e8f0;
    text-align: center;
    font-size: 15px;
    font-weight: 600;
    color: #1e293b;
    outline: none;
    appearance: textfield;
    -moz-appearance: textfield
}

.pd-qty-input::-webkit-outer-spin-button,
.pd-qty-input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0
}

.pd-cart-actions .pd-btn-add {
    flex: 1;
    margin-bottom: 0;
    height: 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none
}

.pd-btn-add {
    width: 100%;
    background-color: #4a5248;
    color: #fff;
    font-weight: 600;
    padding: 12px 16px;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    transition: background-color 0.2s;
    margin-bottom: 24px;
    font-size: 15px;
    text-transform: uppercase
}

.pd-btn-add:hover {
    background-color: #d19096;
}

.pd-aff-box {
    margin-top: 16px;
    margin-bottom: 24px;
    padding: 16px;
    border: 1px dashed #3f462d;
    border-radius: 8px;
    background-color: #eff6ff
}

.pd-aff-box__header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 12px;
    font-size: 14px
}

/* Stock Status */
.pd-stock-status {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-left: auto;
}

.pd-stock-status__icon {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.pd-stock-status__text {
    display: flex;
    flex-direction: column;
    text-align: left;
    line-height: 1.25;
}

.pd-stock-status__title {
    font-size: 14.5px;
    font-weight: 700;
    color: #16a34a;
}

.pd-stock-status__desc {
    font-size: 12px;
    color: #6b7280;
    margin-top: 2px;
}

@media (max-width:480px) {
    .pd-aff-box__header {
        flex-direction: column;
        align-items: flex-start;
        gap: 8px
    }
}

.pd-aff-box__rate,
.pd-aff-box__earn {
    display: flex;
    align-items: center;
    gap: 6px
}

.pd-aff-box__label {
    color: #4b5563
}

.pd-aff-box__value--highlight {
    font-weight: 700;
    color: #1a73e8
}

.pd-aff-box .pd-btn-copy-aff {
    margin-top: 0
}

.pd-btn-copy-aff {
    margin-bottom: 20px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    border: 1px dashed #1a73e8;
    color: #1a73e8;
    padding: 12px;
    border-radius: 4px;
    font-weight: 500;
    cursor: pointer;
    background: #f4f8ff;
    transition: all 0.3s ease
}

.pd-btn-copy-aff:hover {
    background: #e4eeff
}

.pd-btn-copy-aff--success {
    background-color: #1a73e8 !important;
    color: #fff !important
}

.pd-perks {
    list-style: none;
    padding: 0;
    margin: 0 0 20px 0;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
}

.pd-perks li {
    display: flex;
    align-items: center;
    gap: 12px;
    background: #ffffff;
    border: 1px solid #ebecef;
    border-radius: 12px;
    padding: 12px 14px;
    text-align: left;
    box-sizing: border-box;
}

.pd-perks__icon {
    flex-shrink: 0;
    width: 55px;
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pd-perks__icon img,
.pd-perks li img {
    width: 55px;
    height: 55px;
    max-width: 55px;
    max-height: 55px;
    object-fit: contain;
    display: block;
}

.pd-perks__content {
    flex: 1;
    min-width: 0;
}

.pd-perks__title,
.pd-perks li>div:not(.pd-perks__icon):not(.pd-perks__content) {
    font-size: 13.5px;
    font-weight: 700;
    color: #111827;
    line-height: 1.35;
    margin-bottom: 4px;
}

.pd-perks__description,
.pd-perks li p {
    font-size: 12px;
    font-weight: 400;
    color: #6b7280;
    line-height: 1.4;
    margin: 0;
}

.pd-perks li:has(> p) {
    display: grid;
    grid-template-columns: 48px 1fr;
    grid-template-rows: auto auto;
    column-gap: 12px;
    row-gap: 3px;
    align-items: center;
}

.pd-perks li:has(.pd-perks__content) {
    display: flex;
}

.pd-perks li>.pd-perks__icon {
    grid-column: 1;
    grid-row: 1 / span 2;
}

.pd-perks li>div:not(.pd-perks__icon):not(.pd-perks__content) {
    grid-column: 2;
    grid-row: 1;
}

.pd-perks li>p {
    grid-column: 2;
    grid-row: 2;
}

.pd-perks li i {
    color: #9ca3af;
    width: 20px;
    text-align: center;
}

.pd-accordions {
    border-top: 1px solid #e5e7eb
}

.pd-accordion {
    border-bottom: 1px solid #e5e7eb
}

.pd-accordion-header {
    padding: 16px 0;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center
}

.pd-accordion-header span {
    font-weight: 700;
    font-size: 16px;
    color: #4b5563;
    transition: color 0.2s
}

.pd-accordion-header:hover span,
.pd-accordion-header.active span {
    color: #1f2937
}

.pd-accordion-header .pd-accordion-icon {
    color: #6b7280;
    transition: transform 0.3s ease
}

.pd-accordion-header.active .pd-accordion-icon {
    transform: rotate(180deg)
}

.pd-accordion-inner {
    padding-bottom: 24px;
    font-size: 14px;
    line-height: 1.6;
    color: #4b5563
}

.pd-accordion-inner p {
    margin-bottom: 16px
}

.pd-accordion-inner p:last-child {
    margin-bottom: 0
}

.pd-copyright {
    margin-top: 32px;
    font-size: 12px;
    color: #9ca3af
}

.pd-reviews {
    width: 100%;
    border: 1px solid #e5e7eb;
    padding: 24px;
    background-color: #fff;
    margin: 0 auto
}

@media (min-width:768px) {
    .pd-reviews {
        padding: 32px
    }
}

.pd-reviews-header {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    gap: 16px
}

@media (min-width:768px) {
    .pd-reviews-header {
        flex-direction: row;
        align-items: center
    }
}

.pd-accordion-inner.content-post h2 {
    margin-bottom: 10px
}

.pd-accordion-content ul {
    margin-left: 25px
}

.pd-accordion-content ul li {
    padding-bottom: 6px
}

.pd-reviews-header h2 {
    font-size: 23px;
    font-weight: 500;
    color: #55443a;
    margin-bottom: 10px
}

.pd-reviews-rating {
    display: flex;
    align-items: center;
    gap: 8px;
    padding-bottom: 10px
}

.pd-stars {
    color: #3f462d;
    display: flex;
    align-items: center;
    gap: 2px
}

.pd-reviews-rating span {
    font-size: 13px;
    color: #888
}

.pd-btn-toggle-review {
    border: 1px solid #d1d5db;
    color: #4b5563;
    background: transparent;
    font-size: 16px;
    padding: 8px 16px;
    border-radius: 2px;
    cursor: pointer;
    transition: background-color 0.2s
}

.pd-btn-toggle-review:hover {
    background-color: #f9fafb
}

.pd-review-form {
    display: none;
    flex-direction: column;
    gap: 24px;
    margin-top: 30px;
}

.pd-form-required {
    color: #ef4444;
}

.pd-star-icon {
    cursor: pointer;
}

.pd-form-group label {
    display: block;
    font-size: 14px;
    font-weight: 500;
    color: #374151;
    margin-bottom: 4px
}

.pd-hint {
    font-size: 12px;
    color: #6b7280;
    font-weight: 400;
    margin-left: 4px
}

.pd-form-group select {
    font-size: 12px;
    border: none;
    background: transparent;
    padding: 0;
    color: #6b7280;
    cursor: pointer;
    outline: none
}

.pd-form-group input,
.pd-form-group textarea {
    width: 100%;
    border: 1px solid #d1d5db;
    border-radius: 6px;
    padding: 10px;
    font-size: 14px;
    color: #374151;
    outline: none;
    transition: border-color 0.2s, box-shadow 0.2s
}

.pd-form-group input::placeholder,
.pd-form-group textarea::placeholder {
    color: #d1d5db
}

.pd-form-group input:focus,
.pd-form-group textarea:focus {
    border-color: #3f462d;
    box-shadow: 0 0 0 1px #3f462d
}

.pd-form-group textarea {
    resize: vertical
}

.pd-form-stars {
    color: #facc15;
    font-size: 18px;
    cursor: pointer
}

.pd-form-group {
    margin-bottom: 20px;
}

.pd-form-group label {
    font-size: 16px;
    margin-bottom: 6px;
}

.pd-upload-box {
    width: 140px;
    height: 120px;
    border: 1px dashed #d1d5db;
    border-radius: 4px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 8px;
    color: #9ca3af;
    cursor: pointer;
    transition: background-color 0.2s, color 0.2s;
    text-align: center;
    padding: 8px
}

.pd-upload-box:hover {
    background-color: #f9fafb;
    color: #9ca3af
}

.pd-upload-box span {
    font-size: 12px;
    line-height: 1.4
}

.pd-privacy-note {
    font-size: 12px;
    color: #6b7280;
    line-height: 1.4;
    margin-bottom: 12px
}

.pd-btn-submit-review {
    background-color: #3f462d;
    color: #fff;
    font-weight: 500;
    font-size: 14px;
    padding: 10px 24px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    transition: background-color 0.2s;
    align-self: flex-start
}

.pd-btn-submit-review:hover {
    background-color: #383e36
}

.pd-reviews-list {
    margin-top: 32px
}

.rcl__empty {
    text-align: center;
    padding: 20px 0px;
    color: #9ca3af
}

.rcl__empty .material-symbols-outlined {
    font-size: 48px;
    display: block;
    margin-bottom: 12px
}

.rcl__empty p {
    font-size: 15px;
    margin: 0
}

.rcl__item {
    padding: 20px 0;
    border-bottom: 1px solid #f0f0f0;
}

.rcl__item:first-child {
    border-top: 1px solid #f0f0f0;
}

.rcl__item-header {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 12px;
}

.rcl__item-avatar {
    flex-shrink: 0;
    width: 44px;
    height: 44px;
    background-color: #ebebeb;
    color: #222222;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-weight: 700;
}

.rcl__item-meta {
    flex: 1;
    min-width: 0;
}

.rcl__item-top-row {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
    margin-bottom: 4px;
}

.rcl__item-name {
    font-size: 15px;
    font-weight: 700;
    color: #111827;
}

.rcl__item-verified {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    font-size: 11.5px;
    font-weight: 500;
    color: #059669;
    background: #ecfdf5;
    border: 1px solid #a7f3d0;
    border-radius: 20px;
    padding: 2px 8px;
    line-height: 1.2;
}

.rcl__item-verified svg {
    color: #059669;
    flex-shrink: 0;
}

.rcl__item-stars {
    display: flex;
    gap: 3px;
    align-items: center;
}

.rcl__star-svg {
    width: 15px;
    height: 15px;
    color: #e5e7eb;
}

.rcl__star-svg--filled {
    color: #f59e0b;
}

.rcl__item-time {
    font-size: 12.5px;
    color: #9ca3af;
    flex-shrink: 0;
    white-space: nowrap;
}

.pd-reviews-header svg {
    stroke: #9bbcec;
    fill: #9bbcec;
}

.rcl__item-body {
    margin-bottom: 6px;
}

.rcl__item-title {
    font-size: 15px;
    font-weight: 700;
    color: #1e293b;
    margin-bottom: 6px;
    line-height: 1.4;
}

.rcl__item-desc {
    font-size: 14px;
    line-height: 1.65;
    color: #4b5563;
}

.rcl__read-more {
    display: inline-block;
    margin-top: 6px;
    font-size: 13px;
    color: #9ab4db;
    text-decoration: underline;
    cursor: pointer
}

.rcl__replies {
    margin-top: 16px;
    padding-left: 16px;
    border-left: 3px solid #e8eef7;
    display: flex;
    flex-direction: column;
    gap: 12px
}

.rcl__reply {
    background: #f8fafc;
    border-radius: 8px;
    padding: 14px 16px
}

.rcl__reply-header {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 8px;
    flex-wrap: wrap
}

.rcl__reply-author {
    font-size: 13px;
    font-weight: 600;
    color: #374151
}

.rcl__reply-badge {
    display: inline-block;
    background-color: #3f462d;
    color: #fff;
    font-size: 10px;
    font-weight: 600;
    padding: 2px 8px;
    border-radius: 20px;
    text-transform: uppercase;
    letter-spacing: 0.5px
}

.rcl__reply-time {
    font-size: 11px;
    color: #9ca3af;
    margin-left: auto
}

.rcl__reply-content {
    font-size: 13px;
    color: #4b5563;
    line-height: 1.6
}

@media(max-width:990px) {
    .pd-section {
        margin-bottom: 15px
    }
}

.pd-related-products {
    margin-top: 40px;
    width: 100%
}

.pd-related-products__header {
    margin-bottom: 24px;
    display: flex;
    align-items: center;
    border-bottom: 2px solid #f3f4f6;
    padding-bottom: 12px
}

.pd-related-products__title {
    font-size: 20px;
    font-weight: 700;
    color: #1f2937;
    margin: 0;
    text-transform: uppercase;
    position: relative;
    letter-spacing: 0.5px
}

.pd-related-products__title::after {
    content: '';
    position: absolute;
    bottom: -14px;
    left: 0;
    width: 60px;
    height: 2px;
    background-color: #3f462d;
}

.pd-rating-stars svg {
    width: 20px;
    height: 20px
}

@media (min-width:768px) {
    .pd-related-products {
        margin-top: 64px
    }

    .pd-related-products__header {
        margin-bottom: 32px
    }

    .pd-related-products__title {
        font-size: 21px
    }
}

/* Related products slick slider */
.pd-related-slider {
    position: relative;
    margin: 0 -8px;
}

.pd-related-slider .slick-list {
    padding: 6px 0;
}

.pd-related-slide {
    padding: 0 8px;
    height: 100%;
    box-sizing: border-box;
}

.pd-related-slide .home-products__card {
    height: 100%;
}

.pd-related-slider .slick-track {
    display: flex !important;
    align-items: stretch;
}

.pd-related-slider .slick-slide {
    height: inherit !important;
    display: flex !important;
    flex-direction: column;
}

.pd-related-slider .slick-slide>div {
    display: flex;
    flex-direction: column;
    height: 100%;
    width: 100%;
}

/* Slick arrows */
.pd-related-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: #ffffff;
    border: 1px solid #e5e7eb;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.12);
    display: flex !important;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    color: #374151;
    transition: all 0.25s ease;
    padding: 0;
}

.pd-related-arrow:hover {
    background: #3f462d;
    border-color: #3f462d;
    color: #ffffff;
    box-shadow: 0 4px 14px rgba(120, 78, 47, 0.35);
}

.pd-related-arrow--prev {
    left: -16px;
}

.pd-related-arrow--next {
    right: -16px;
}

.pd-related-arrow.slick-disabled {
    opacity: 0.25;
    cursor: not-allowed;
    pointer-events: none;
}

@media (max-width: 1200px) {
    .pd-related-arrow--prev {
        left: -6px;
    }

    .pd-related-arrow--next {
        right: -6px;
    }
}

@media (max-width: 767px) {
    .pd-related-slider {
        margin: 0 -5px;
    }

    .pd-related-slide {
        padding: 0 5px;
    }

    .pd-related-arrow {
        width: 32px;
        height: 32px;
    }

    .pd-related-arrow--prev {
        left: 2px;
    }

    .pd-related-arrow--next {
        right: 2px;
    }
}

.custom-product-fancybox .fancybox__toolbar {
    top: auto !important;
    bottom: 30px !important;
    left: 50% !important;
    right: auto !important;
    transform: translateX(-50%) !important;
    background: transparent !important;
    padding: 0 !important;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
    text-shadow: none !important
}

.custom-product-fancybox .fancybox__toolbar .carousel__button.is-close {
    background: #fff !important;
    color: #333 !important;
    border-radius: 50% !important;
    width: 44px !important;
    height: 44px !important;
    margin: 0 10px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    opacity: 1 !important
}

.custom-product-fancybox .fancybox__nav .carousel__button.is-prev,
.custom-product-fancybox .fancybox__nav .carousel__button.is-next {
    top: auto !important;
    bottom: 30px !important;
    transform: none !important;
    background: #fff !important;
    color: #333 !important;
    border-radius: 50% !important;
    width: 44px !important;
    height: 44px !important;
    position: fixed !important;
    z-index: 9999;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    opacity: 1 !important
}

.custom-product-fancybox .fancybox__nav .carousel__button.is-prev {
    left: calc(50% - 70px) !important
}

.custom-product-fancybox .fancybox__nav .carousel__button.is-next {
    right: calc(50% - 70px) !important
}

.custom-product-fancybox .carousel__button svg {
    filter: none !important;
    stroke-width: 1.5px
}

.pd-reviews-header-v2 {
    margin-bottom: 30px
}

.pd-reviews-title {
    font-size: 24px;
    font-weight: 600;
    color: #333;
    margin-bottom: 20px
}

.pd-reviews-stats-wrap {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    border-bottom: 1px solid #eaeaea;
    padding-bottom: 20px;
    margin-bottom: 20px
}

.pd-reviews-summary {
    flex: 0 0 auto;
    width: 200px;
    border-right: 1px solid #eaeaea;
    padding-right: 20px
}

.pd-rating-stars--large {
    display: flex;
    gap: 4px
}

.pd-rating-stars--large svg {
    width: 22px;
    height: 22px
}

.pd-reviews-based-on {
    color: #6b7280;
    font-size: 14px;
    margin-top: 8px;
    margin-bottom: 0
}

.pd-reviews-breakdown {
    flex: 1;
    padding-left: 30px;
    min-width: 250px
}

.pd-breakdown-row {
    display: flex;
    align-items: center;
    margin-bottom: 6px;
    font-size: 13px;
    color: #6b7280
}

.pd-breakdown-stars {
    display: flex;
    width: 85px
}

.pd-breakdown-stars svg {
    width: 13px;
    height: 13px;
    margin-right: 2px
}

.pd-breakdown-bar {
    flex: 1;
    max-width: 200px;
    height: 12px;
    background-color: #fff;
    margin: 0 15px;
    position: relative;
    border: 1px solid #e5e7eb
}

.pd-breakdown-bar-fill {
    height: 100%;
    background-color: #facc15;
    position: absolute;
    top: 0;
    left: 0
}

.pd-breakdown-pct {
    width: 65px;
    text-align: right;
    font-size: 12px
}

.pd-reviews-action {
    flex: 0 0 auto;
    margin-left: auto;
    padding-left: 20px
}

.pd-btn-outline {
    background: #fff;
    border: 1px solid #666;
    color: #333;
    padding: 8px 16px;
    font-size: 14px;
    cursor: pointer;
    transition: all 0.3s
}

.pd-btn-outline:hover {
    background: #f9f9f9
}

.pd-reviews-sort {
    margin-top: 15px;
    display: flex;
    justify-content: flex-start
}

.pd-reviews-select {
    padding: 8px 30px 8px 12px;
    border: 1px solid #e5e7eb;
    background: #fff;
    color: #666;
    font-size: 13px;
    appearance: none;
    background-image: url('data:image/svg+xml;utf8,<svg fill="%23000" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M7 10l5 5 5-5z"/></svg>');
    background-repeat: no-repeat;
    background-position: right 8px center;
    background-size: 16px;
    outline: none;
    cursor: pointer
}

@media (max-width:768px) {
    .pd-reviews-stats-wrap {
        flex-direction: column
    }

    .pd-reviews-summary {
        border-right: none;
        border-bottom: 1px solid #eaeaea;
        padding-right: 0;
        padding-bottom: 20px;
        margin-bottom: 20px;
        width: 100%
    }

    .pd-reviews-breakdown {
        padding-left: 0;
        width: 100%;
        margin-bottom: 20px
    }

    .pd-reviews-action {
        margin-left: 0;
        padding-left: 0
    }

    .pd-price-compare,
    .pd-price-discount {
        font-size: 14px;
    }

    .pd-stock-status {
        margin-left: unset;
    }
}

/* ==========================================================================
   Product Details Tabs & Content Section
   ========================================================================== */
.pd-details-box {
    display: flex;
    gap: 36px;
    background: #ffffff;
    border: 1px solid #edf0f5;
    border-radius: 16px;
    padding: 32px;
    margin-bottom: 50px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.02);
    align-items: flex-start;
}

.pd-details-box__nav {
    width: 230px;
    flex-shrink: 0;
    position: -webkit-sticky;
    position: sticky;
    top: 80px;
    align-self: flex-start;
    z-index: 10;
}

.pd-tabs-nav {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.pd-tabs-nav__item {
    margin: 0;
}

.pd-tabs-nav__link {
    display: block;
    padding: 10px 16px;
    border-radius: 8px;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.5;
    color: #374151;
    text-decoration: none;
    transition: all 0.2s ease;
    background: transparent;
    cursor: pointer;
}

.pd-tabs-nav__link:hover {
    background-color: #f3f4f6;
    color: #111827;
}

.pd-tabs-nav__link.active {
    background-color: #4a52481f;
    color: #4a5248;
    font-weight: 600;
}

.pd-details-box__main {
    flex: 1;
    min-width: 0;
}

.pd-details-box__content-wrap {
    position: relative;
    transition: max-height 0.4s ease;
}

.pd-details-box__content-wrap.is-collapsed {
    max-height: 380px;
    overflow: hidden;
}

.pd-details-box__fade {
    display: none;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 120px;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.92) 75%, #ffffff 100%);
    pointer-events: none;
}

.pd-details-box__content-wrap.is-collapsed .pd-details-box__fade {
    display: block;
}

.pd-tab-panel {
    margin-bottom: 28px;
}

.pd-tab-panel:last-child {
    margin-bottom: 0;
}

.pd-tab-panel__title {
    font-size: 24px;
    font-weight: 700;
    color: #333;
    margin: 0 0 16px 0;
    line-height: 1.3;
}

.pd-tab-panel__body {
    font-size: 14px;
    line-height: 1.75;
    color: #374151;
}

.pd-tab-panel__body p {
    margin: 0 0 14px 0;
}

.pd-tab-panel__body p:last-child {
    margin-bottom: 0;
}

.pd-tab-panel__body ul {
    margin: 0 0 14px 0;
    padding-left: 20px;
}

.pd-tab-panel__body li {
    margin-bottom: 8px;
}

.pd-tab-panel__body strong {
    color: #111827;
}

.pd-details-box__footer {
    display: flex;
    justify-content: center;
    margin-top: 16px;
    padding-top: 10px;
}

.pd-details-box__toggle-btn {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: none;
    border: none;
    color: #1e293b;
    font-size: 13.5px;
    font-weight: 600;
    cursor: pointer;
    padding: 6px 16px;
    border-radius: 9999px;
    transition: all 0.2s ease;
    outline: none;
}

.pd-details-box__toggle-btn:hover {
    color: #0284c7;
    background-color: #f0f9ff;
}

.pd-details-box__toggle-icon {
    transition: transform 0.3s ease;
}

.pd-details-box__toggle-btn.is-expanded .pd-details-box__toggle-icon {
    transform: rotate(180deg);
}

.pd-brand a {
    text-transform: uppercase;
    color: #4a5248;
    text-decoration: underline;
}

@media (max-width: 992px) {
    .pd-details-box {
        flex-direction: column;
        gap: 20px;
        padding: 20px;
    }

    .pd-details-box__nav {
        width: 100%;
        position: -webkit-sticky;
        position: sticky;
        top: 65px;
        background: #ffffff;
        z-index: 90;
        padding: 8px 0;
        border-bottom: 1px solid #edf0f5;
        margin-bottom: 8px;
    }

    .pd-tabs-nav {
        flex-direction: row;
        overflow-x: auto;
        white-space: nowrap;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
        gap: 8px;
        padding: 4px 0;
    }

    .pd-tabs-nav::-webkit-scrollbar {
        display: none;
    }

    .pd-tab-panel__title {
        font-size: 20px;
    }
}

@media (max-width: 576px) {
    .pd-details-box {
        padding: 16px;
        border-radius: 12px;
    }

    .pd-tab-panel__title {
        font-size: 18px;
    }

    .pd-tab-panel__body {
        font-size: 13.5px;
    }

    .pd-perks {
        grid-template-columns: 1fr;
        gap: 10px;
    }

    .pd-perks li {
        padding: 10px 12px;
        gap: 10px;
    }

    .pd-perks__icon {
        width: 42px;
        height: 42px;
    }

    .pd-perks__icon img,
    .pd-perks li img {
        width: 42px;
        height: 42px;
        max-width: 42px;
        max-height: 42px;
    }

    .pd-perks__title,
    .pd-perks li>div:not(.pd-perks__icon):not(.pd-perks__content) {
        font-size: 13px;
    }

    .pd-perks__description,
    .pd-perks li p {
        font-size: 11.5px;
    }
}

.pd-related-products .home-bestsellers__name a {
    height: 40.5px;
}

/* Out of Stock Alert */
.pd-out-of-stock-alert {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 16px;
    background-color: #fef2f2;
    border: 1px solid #fecaca;
    border-radius: 8px;
    margin-bottom: 15px;
}

.pd-out-of-stock-content {
    display: flex;
    align-items: center;
    gap: 12px;
}

.pd-out-of-stock-badge {
    flex-shrink: 0;
    width: 36px;
    height: 36px;
    background-color: #ef4444;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-weight: bold;
    font-size: 20px;
}

.pd-out-of-stock-text {
    display: flex;
    flex-direction: column;
    text-align: left;
}

.pd-out-of-stock-title {
    color: #dc2626;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.4;
}

.pd-out-of-stock-desc {
    color: #4b5563;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.4;
}

.pd-out-of-stock-icons {
    flex-shrink: 0;
    margin-left: 10px;
    position: relative;
    color: #fca5a5;
}

.pd-out-of-stock-ban-icon {
    position: absolute;
    bottom: -2px;
    right: -6px;
    background-color: #fef2f2;
    border-radius: 50%;
}

.pd-action-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 25px;
}

.btn-action {
    flex: 1 1 calc(50% - 5px);
    min-height: 48px;
    padding: 12px 14px;
    border: none;
    border-radius: 6px;
    color: #fff;
    font-weight: 700;
    font-size: 14px;
    cursor: pointer;
    text-align: center;
    text-transform: uppercase;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    transition: all 0.25s ease;
    text-decoration: none;
    white-space: nowrap;
    box-sizing: border-box;
}

.btn-action:hover {
    opacity: 0.9;
    color: #fff;
    transform: translateY(-1px);
}

.btn-action:active {
    transform: translateY(0);
}

.btn-action svg {
    flex-shrink: 0;
}

.btn-add-cart {
    background-color: #3f462d;
}

.btn-buy-now {
    background-color: #b74c20;
}

.btn-zalo {
    background-color: #0068ff;
}

.btn-action--consult {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 18px;
    background: linear-gradient(90deg, #ff7e36 0%, #f44336 100%);
    color: #fff;
    border: none;
    border-radius: 6px;
    font-weight: 700;
    font-size: 15px;
    flex: 1 1 100%;
    width: 100%;
    min-height: 48px;
    cursor: pointer;
}

.btn-action--zalo {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 18px;
    background: #f2f6ff;
    color: #0d5de8 !important;
    border: none;
    border-radius: 6px;
    font-weight: 700;
    font-size: 15px;
    flex: 1 1 100%;
    width: 100%;
    min-height: 48px;
    text-decoration: none;
    cursor: pointer;
    border: 2px solid #315ba5;
}

.btn-action__center {
    display: flex;
    align-items: center;
    gap: 8px;
    margin: 0 auto;
}

.btn-action__arrow {
    flex-shrink: 0;
}

.btn-action__zalo-icon {
    width: 24px;
    height: 24px;
    object-fit: contain;
    flex-shrink: 0;
}

/* PC / Desktop: Cả 3 nút nằm trên cùng 1 hàng */
@media (min-width: 768px) {
    .pd-action-buttons {
        flex-wrap: nowrap;
        gap: 8px;
    }

    .pd-action-buttons .btn-action {
        flex: 1 1 0;
        min-width: 0;
        width: auto;
        padding: 12px 6px;
        font-size: 13px;
        gap: 6px;
    }

    .pd-action-buttons .btn-action svg {
        width: 18px;
        height: 18px;
    }

    .pd-action-buttons .btn-action--consult,
    .pd-action-buttons .btn-action--zalo {
        flex: 1 1 0;
        width: auto;
        min-width: 0;
        justify-content: center;
        padding: 12px 6px;
        font-size: 13px;
    }

    .pd-action-buttons .btn-action--consult .btn-action__center,
    .pd-action-buttons .btn-action--zalo .btn-action__center {
        margin: 0;
        gap: 6px;
    }

    .pd-action-buttons .btn-action--consult .btn-action__arrow,
    .pd-action-buttons .btn-action--zalo .btn-action__arrow {
        display: none;
    }

    .pd-action-buttons .btn-action__zalo-icon {
        width: 20px;
        height: 20px;
    }
}

/* Màn hình máy tính lớn (>= 1200px) */
@media (min-width: 1200px) {
    .pd-action-buttons {
        gap: 10px;
    }

    .pd-action-buttons .btn-action {
        padding: 12px 10px;
        font-size: 14px;
        gap: 8px;
    }

    .pd-action-buttons .btn-action svg {
        width: 20px;
        height: 20px;
    }

    .pd-action-buttons .btn-action--consult,
    .pd-action-buttons .btn-action--zalo {
        padding: 12px 10px;
        font-size: 14px;
    }

    .pd-action-buttons .btn-action__zalo-icon {
        width: 22px;
        height: 22px;
    }
}

/* Mobile & Tablet dọc: Dưới 768px */
@media (max-width: 767px) {
    .pd-action-buttons {
        gap: 8px;
        margin-bottom: 20px;
    }

    .btn-action {
        font-size: 13.5px;
        padding: 11px 8px;
        gap: 6px;
        min-height: 44px;
        border-radius: 6px;
    }

    .btn-action svg {
        width: 18px;
        height: 18px;
    }

    .btn-action--consult,
    .btn-action--zalo {
        padding: 11px 14px;
        font-size: 14px;
        min-height: 44px;
        border-radius: 6px;
    }

    .btn-action__zalo-icon {
        width: 20px;
        height: 20px;
    }
}

/* Mobile nhỏ (<= 360px): Nút full chiều rộng xếp dọc */
@media (max-width: 360px) {
    .pd-action-buttons .btn-action {
        flex: 1 1 100%;
        width: 100%;
    }
}

.breadcrumb-default {
    padding: 0;
    background: transparent;
}

.breadcrumb-default .ctnr {
    padding: 0;
}