.san-pham-template-default .suki-content-inner.suki-section-inner, .single-product .suki-content-inner.suki-section-inner {
    padding-top: 20px;
}

/* =====================================================
   AKT Product Details Page Layout Customization Styles
   ===================================================== */

/* Full-width breadcrumbs wrapper bar */
.dk-breadcrumb-wrapper {
    background-color: #f1f5f9 !important; /* light grayish blue like contact page */
    width: 100%;
    padding: 8px 0 !important; /* thin padding */
    margin-bottom: 1.5rem !important;
    box-sizing: border-box;
}
.dk-breadcrumb-wrapper .dk-breadcrumb {
    margin: 0;
    font-size: 13px !important;
    color: #64748b !important; /* slate/gray */
    font-weight: 500 !important;
}
.dk-breadcrumb-wrapper .dk-breadcrumb a {
    color: #64748b !important;
    text-decoration: none !important;
    font-weight: 500 !important;
}
.dk-breadcrumb-wrapper .dk-breadcrumb a:hover {
    color: #005877 !important;
    text-decoration: none !important;
}
.dk-breadcrumb-wrapper .dk-breadcrumb-current,
.dk-breadcrumb-wrapper .dk-breadcrumb span {
    color: #1e293b !important; /* dark slate for current */
    font-weight: 500 !important;
}

/* Category label above product title */
.dk-product-category-label {
    font-size: 12px;
    color: #73777a;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    display: block;
    margin-bottom: 6px;
    font-weight: 600;
}

/* Product title matching mockup sizes */
.dk-product__summary .dk-product__title {
    font-size: 26px !important;
    font-weight: 700 !important;
    color: #191c1e !important;
    line-height: 1.3 !important;
    margin: 0 0 10px 0 !important;
}

/* Custom pricing layout (sale and regular price side-by-side) */
.dk-product__summary .dk-product__price .price {
    display: flex !important;
    align-items: baseline !important;
    gap: 12px !important;
    margin: 16px 0 !important;
}
.dk-product__summary .dk-product__price ins,
.dk-product__summary .dk-product__price .woocommerce-Price-amount {
    color: #005877 !important;
    font-size: 29px !important;
    font-weight: 700 !important;
    text-decoration: none !important;
}
.dk-product__summary .dk-product__price del,
.dk-product__summary .dk-product__price del .woocommerce-Price-amount {
    color: #73777a !important;
    font-size: 15px !important;
    font-weight: 400 !important;
}

/* WooCommerce vertical product gallery thumbnails on the left side of main slider */
.dk-product__media .woocommerce-product-gallery {
    display: flex !important;
    flex-direction: row !important;
    gap: 16px !important;
    width: 100% !important;
}
.dk-product__media .woocommerce-product-gallery .woocommerce-product-gallery__wrapper {
    flex: 1 !important;
    order: 2 !important;
    border-radius: 15px !important;
    overflow: hidden !important;
}
.dk-product__media .woocommerce-product-gallery .flex-control-thumbs {
    display: flex !important;
    flex-direction: column !important;
    gap: 10px !important;
    width: 72px !important;
    order: 1 !important;
    list-style: none !important;
    padding: 0 !important;
    margin: 0 !important;
    position: static !important;
    flex-shrink: 0 !important;
}
.dk-product__media .woocommerce-product-gallery .flex-control-thumbs li {
    width: 100% !important;
    margin: 0 !important;
    float: none !important;
}
.dk-product__media .woocommerce-product-gallery .flex-control-thumbs li img {
    width: 100% !important;
    height: auto !important;
    border: 1px solid #e2e8f0 !important;
    border-radius: 6px !important;
    cursor: pointer !important;
    transition: border-color 0.2s, opacity 0.2s !important;
    opacity: 0.6 !important;
}
.dk-product__media .woocommerce-product-gallery .flex-control-thumbs li img.flex-active {
    border-color: #005877 !important;
    opacity: 1 !important;
}

/* Customized Add to Cart block: quantity selectors and split CTA buttons */
.dk-product__cta form.cart {
    display: flex !important;
    flex-wrap: wrap !important;
    align-items: center !important;
    gap: 14px !important;
    margin-top: 20px !important;
}
/* Style WooCommerce default variation selectors clean */
.dk-product__cta form.cart .variations {
    width: 100% !important;
    margin-bottom: 12px !important;
    border: none !important;
}
.dk-product__cta form.cart .variations td.label {
    padding: 0 0 6px 0 !important;
    font-size: 13px !important;
    font-weight: 600 !important;
    color: #73777a !important;
    text-transform: uppercase !important;
}
.dk-product__cta form.cart .variations td.value select {
    border: 1px solid #c3c7ca !important;
    border-radius: 4px !important;
    padding: 8px 12px !important;
    font-size: 14px !important;
    color: #191c1e !important;
    background-color: #ffffff !important;
    outline: none !important;
    width: auto !important;
    min-width: 160px !important;
}

/* Quantity input box wrapper styling */
.dk-product__cta form.cart .quantity {
    display: flex !important;
    align-items: center !important;
    border: 1px solid #c3c7ca !important;
    border-radius: 4px !important;
    overflow: hidden !important;
    height: 40px !important;
    padding: 0 !important;
    margin: 0 !important;
}
.dk-product__cta form.cart .quantity input.qty {
    width: 44px !important;
    height: 100% !important;
    border: none !important;
    text-align: center !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    color: #191c1e !important;
    background: #ffffff !important;
    padding: 0 !important;
    margin: 0 !important;
    outline: none !important;
}

/* MUA NGAY button: Pill shape blue button */
.buy-now-pill-btn {
    flex-grow: 1 !important;
    max-width: 320px !important;
    height: 48px !important;
    border-radius: 24px !important;
    background-color: #007ba7 !important;
    color: #ffffff !important;
    font-size: 15px !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    padding: 0 36px !important;
    border: none !important;
    cursor: pointer !important;
    transition: background-color 0.2s, transform 0.15s !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    box-shadow: 0 2px 8px rgba(0,123,167,0.25) !important;
}
.buy-now-pill-btn:hover {
    background-color: #008cc0 !important;
}
.buy-now-pill-btn:active {
    transform: scale(0.98) !important;
}

/* Square Cart Icon Button */
.square-cart-btn {
    width: 48px !important;
    height: 48px !important;
    border-radius: 8px !important;
    background-color: #ffffff !important;
    color: #005877 !important;
    border: 1px solid #c3c7ca !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    cursor: pointer !important;
    padding: 0 !important;
    margin: 0 !important;
    transition: background-color 0.2s, color 0.2s, border-color 0.2s !important;
    flex-shrink: 0 !important;
}
.square-cart-btn:hover {
    background-color: #005877 !important;
    color: #ffffff !important;
    border-color: #005877 !important;
}
.square-cart-btn svg {
    display: block !important;
}

/* Hide added_to_cart link next to cart buttons */
.added_to_cart.wc-forward {
    display: none !important;
}

/* Layout Wrappers matching mockup */
.dk-quantity-wrapper {
    display: flex !important;
    flex-direction: column !important;
    gap: 8px !important;
    margin-bottom: 16px !important;
    width: 100% !important;
}
.dk-quantity-label {
    font-size: 13px !important;
    color: #73777a !important;
    font-weight: 600 !important;
    text-transform: uppercase !important;
}
.dk-buttons-wrapper {
    display: flex !important;
    align-items: center !important;
    gap: 12px !important;
    width: 100% !important;
}
.dk-product__cta form.cart {
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-start !important;
    gap: 16px !important;
    margin-top: 20px !important;
    width: 100% !important;
}
.dk-product__cta form.cart .quantity {
    display: inline-flex !important;
    align-items: center !important;
    border: 1px solid #c3c7ca !important;
    border-radius: 4px !important;
    width: 120px !important;
    height: 40px !important;
}

/* Accordion sections content spacing */
.dk-accordion__item {
    border-bottom: 1px solid #e2e8f0 !important;
    margin-bottom: 1rem !important;
}
.dk-accordion__toggle {
    font-size: 18px !important;
    font-weight: 700 !important;
    color: #191c1e !important;
    padding: 16px 0 !important;
    border-bottom: 2px solid #005877 !important; /* Add thin blue border under header as template */
    width: 100% !important;
    text-align: left !important;
    background: none !important;
    border-top: none !important;
    border-left: none !important;
    border-right: none !important;
    cursor: pointer !important;
}
/* White/transparent background for content panel */
.dk-accordion__panel {
    background-color: transparent !important;
    color: #191c1e !important;
    padding: 24px 0 !important;
    margin-top: 12px !important;
    margin-bottom: 12px !important;
    font-size: 15px !important;
    line-height: 1.7 !important;
    box-sizing: border-box !important;
    overflow: hidden !important;
}
.dk-accordion__panel p,
.dk-accordion__panel div,
.dk-accordion__panel span,
.dk-accordion__panel li {
    color: #475569 !important;
}
.dk-accordion__panel h1,
.dk-accordion__panel h2,
.dk-accordion__panel h3,
.dk-accordion__panel h4,
.dk-accordion__panel h5,
.dk-accordion__panel h6 {
    color: #191c1e !important;
    font-weight: 700 !important;
    margin-top: 1.5rem !important;
    margin-bottom: 0.5rem !important;
}
/* Style specifications attributes table cleanly matching screenshot */
.dk-accordion__panel table.shop_attributes {
    width: 100% !important;
    border-collapse: collapse !important;
    margin-top: 16px !important;
    border: 1px solid #e2e8f0 !important;
}
.dk-accordion__panel table.shop_attributes tr {
    border-bottom: 1px solid #e2e8f0 !important;
}
.dk-accordion__panel table.shop_attributes tr:nth-child(even) {
    background-color: #f8fafc !important;
}
.dk-accordion__panel table.shop_attributes th {
    font-weight: 600 !important;
    color: #191c1e !important;
    padding: 12px 16px !important;
    text-align: left !important;
    width: 250px !important;
    background-color: #f1f5f9 !important;
    border-right: 1px solid #e2e8f0 !important;
    border-top: none !important;
    border-left: none !important;
    border-bottom: none !important;
}
.dk-accordion__panel table.shop_attributes td {
    padding: 12px 16px !important;
    color: #475569 !important;
    border: none !important;
}

/* Hide WooCommerce native breadcrumbs and duplicate sale badges */
.single-product .woocommerce-breadcrumb,
.single-product span.onsale {
    display: none !important;
}

/* Fix main gallery padding and alignment */
.dk-product__media {
    padding-top: 0 !important;
}

/* Hide WooCommerce native breadcrumbs, sale badges, and zoom trigger */
.single-product .woocommerce-breadcrumb,
.single-product .suki-breadcrumb-native,
.single-product span.onsale,
.single-product .woocommerce-product-gallery__trigger {
    display: none !important;
}

/* Quantity increment/decrement buttons */
.dk-product__cta form.cart .quantity .qty-btn {
    width: 32px !important;
    height: 100% !important;
    background-color: #ffffff !important;
    color: #73777a !important;
    border: none !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    cursor: pointer !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 0 !important;
    margin: 0 !important;
    user-select: none !important;
    transition: background-color 0.2s !important;
}
.dk-product__cta form.cart .quantity .qty-btn:hover {
    background-color: #f1f5f9 !important;
}

/* Fix WooCommerce Flexslider slides and layout sizing */
.woocommerce-product-gallery__wrapper {
    margin: 0 !important;
    padding: 0 !important;
}
.woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image {
    width: 100% !important;
}
.woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image img {
    width: 100% !important;
    height: auto !important;
    object-fit: contain !important;
    border-radius: 15px !important;
}

/* Price sale and regular order reverse flex */
.dk-product__summary .dk-product__price .price {
    display: flex !important;
    flex-direction: row-reverse !important;
    justify-content: flex-end !important;
    align-items: baseline !important;
    gap: 12px !important;
    margin: 16px 0 !important;
}
.dk-product__summary .dk-product-category-label {
    text-transform: capitalize !important;
    font-weight: 500 !important;
}


/* =====================================================
   AKT Single Product - Flat Description Content
   ===================================================== */

/* Media 60% / Summary 40% tỉ lệ */
.single-product .dk-product__media {
    flex: 0 0 60% !important;
    max-width: 60% !important;
    padding-top: 0 !important;
}

.single-product .dk-product__summary {
    flex: 0 0 calc(40% - 2.5rem) !important;
    max-width: calc(40% - 2.5rem) !important;
}

@media (max-width: 900px) {
    .single-product .dk-product__media,
    .single-product .dk-product__summary {
        flex: 0 0 100% !important;
        max-width: 100% !important;
    }
}

.single-product .dk-product__content {
    margin-top: 0 !important;
}

/* ── Accordion ─────────────────────────────────────────────────── */
.single-product .dk-product__accordion {
    width: 100% !important;
    margin: 36px 0 0 0 !important;
}

.single-product .dk-acc__item {
    border-top: 1px solid #0089bd !important;
}

.single-product .dk-acc__item:last-child {
    border-bottom: 1px solid #0089bd !important;
}

.single-product .dk-acc__header {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    width: 100% !important;
    padding: 16px 0 !important;
    background: transparent !important;
    border: none !important;
    cursor: pointer !important;
    font-size: 15px !important;
    font-weight: 500 !important;
    color: #191c1e !important;
    text-align: left !important;
    outline: none !important;
}

.single-product .dk-acc__header:hover {
    color: #005877 !important;
}

.single-product .dk-acc__chevron {
    width: 20px !important;
    height: 20px !important;
    flex-shrink: 0 !important;
    color: #0089bd !important;
    transition: transform 0.25s ease !important;
    transform: rotate(0deg) !important;
}

.single-product .dk-acc__item.is-open .dk-acc__chevron {
    transform: rotate(180deg) !important;
}

.single-product .dk-acc__panel {
    overflow: hidden !important;
}

.single-product .dk-acc__panel[hidden] {
    display: none !important;
}

.single-product .dk-acc__body {
    padding: 0 0 28px 0 !important;
}

/* Vùng mô tả sản phẩm phẳng */
.single-product .dk-product-description,
.single-product .dk-product-specs {
    width: 100% !important;
    max-width: 100% !important;
    background: transparent !important;
    margin: 0 !important;
    padding: 0 !important;
}

/* Nội dung accordion body (dùng chung cho cả mô tả lẫn thông số) */
.single-product .dk-acc__body {
    width: 100% !important;
    max-width: 100% !important;
    color: #191c1e !important;
    font-size: 16px !important;
    line-height: 1.75 !important;
}

.single-product .dk-acc__body h1,
.single-product .dk-acc__body h2,
.single-product .dk-acc__body h3 {
    color: #191c1e !important;
    font-weight: 700 !important;
    line-height: 1.25 !important;
    margin: 0 0 16px 0 !important;
}

.single-product .dk-acc__body h2 {
    font-size: 24px !important;
    margin-top: 28px !important;
}

.single-product .dk-acc__body h3 {
    font-size: 18px !important;
    margin-top: 20px !important;
}

.single-product .dk-acc__body h2:first-child,
.single-product .dk-acc__body h3:first-child {
    margin-top: 0 !important;
}

.single-product .dk-acc__body p {
    color: #191c1e !important;
    font-size: 16px !important;
    line-height: 1.75 !important;
    margin: 0 0 18px 0 !important;
}

.single-product .dk-acc__body ul,
.single-product .dk-acc__body ol {
    margin: 0 0 20px 22px !important;
    padding: 0 !important;
}

.single-product .dk-acc__body li {
    color: #191c1e !important;
    font-size: 16px !important;
    line-height: 1.7 !important;
    margin-bottom: 6px !important;
}

.single-product .dk-product-description__image {
    width: 100% !important;
    margin: 28px 0 32px 0 !important;
    padding: 0 !important;
}

.single-product .dk-product-description__image img,
.single-product .dk-acc__body img {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    height: auto !important;
    border-radius: 6px !important;
    object-fit: cover !important;
}

/* Ẩn các block placeholder xanh còn sót nếu content cũ có Gutenberg Cover */
.single-product .dk-acc__body .wp-block-cover:has(.wp-block-cover__inner-container),
.single-product .dk-acc__body .wp-block-cover {
    display: none !important;
}

.single-product .dk-acc__body .dk-empty {
    color: #64748b !important;
    font-style: italic !important;
}

/* Bảng thông số kỹ thuật phẳng giống phối cảnh */
.single-product .dk-product-specs {
    margin-top: 28px !important;
}

.single-product .dk-product-specs table,
.single-product .dk-product-specs table.shop_attributes {
    width: 100% !important;
    border-collapse: collapse !important;
    border: none !important;
    margin: 8px 0 0 0 !important;
    font-size: 15px !important;
}

.single-product .dk-product-specs table tr,
.single-product .dk-product-specs table.shop_attributes tr {
    border-bottom: 1px solid #e2e8f0 !important;
    background: transparent !important;
}

.single-product .dk-product-specs table th,
.single-product .dk-product-specs table.shop_attributes th {
    width: 46% !important;
    padding: 9px 12px !important;
    color: #191c1e !important;
    font-weight: 500 !important;
    text-align: left !important;
    background: transparent !important;
    border: none !important;
    vertical-align: top !important;
}

.single-product .dk-product-specs table td,
.single-product .dk-product-specs table.shop_attributes td {
    width: 54% !important;
    padding: 9px 12px !important;
    color: #191c1e !important;
    text-align: left !important;
    background: transparent !important;
    border: none !important;
    vertical-align: top !important;
}

.single-product .dk-product-specs table td p,
.single-product .dk-product-specs table.shop_attributes td p {
    margin: 0 !important;
    padding: 0 !important;
    color: #191c1e !important;
}

/* Tắt style accordion cũ trong trang sản phẩm */
.single-product .dk-accordion,
.single-product .dk-accordion__item,
.single-product .dk-accordion__toggle,
.single-product .dk-accordion__panel {
    all: unset;
}

/* Mobile */
@media (max-width: 767px) {
    .single-product .dk-product-detail-tabs {
        margin-top: 28px !important;
    }

    .single-product .dk-product__content {
        margin-top: 0 !important;
    }

    .single-product .dk-product-description__body h2,
    .single-product .dk-product-specs h2 {
        font-size: 22px !important;
    }

    .single-product .dk-product-description__body,
    .single-product .dk-product-description__body p,
    .single-product .dk-product-description__body li {
        font-size: 15px !important;
    }

    .single-product .dk-product-specs table th,
    .single-product .dk-product-specs table td,
    .single-product .dk-product-specs table.shop_attributes th,
    .single-product .dk-product-specs table.shop_attributes td {
        display: block !important;
        width: 100% !important;
        padding: 8px 0 !important;
    }

    .single-product .dk-product-specs table th,
    .single-product .dk-product-specs table.shop_attributes th {
        padding-bottom: 2px !important;
        font-weight: 700 !important;
    }

    .single-product .dk-product-specs table td,
    .single-product .dk-product-specs table.shop_attributes td {
        padding-top: 0 !important;
    }
}

/* Custom styling for Single Product Page quantity selector using Suki's native increment buttons */
.dk-product__cta form.cart .dk-quantity-wrapper .quantity {
	display: inline-flex !important;
	align-items: stretch !important;
	border: 1px solid #7ea1c4 !important;
	border-radius: 8px !important;
	overflow: hidden !important;
	width: 140px !important;
	height: 40px !important;
	padding: 0 !important;
	position: relative !important;
}

.dk-product__cta form.cart .dk-quantity-wrapper .quantity .suki-qty-minus,
.dk-product__cta form.cart .dk-quantity-wrapper .quantity .suki-qty-plus {
	position: static !important;
	transform: none !important;
	opacity: 1 !important;
	display: flex !important;
	align-items: center !important;
	justify-content: center !important;
	width: 40px !important;
	height: 100% !important;
	cursor: pointer !important;
	margin: 0 !important;
	background: #f5f5f5 !important;
	color: #333 !important;
	font-size: 20px !important;
	flex-shrink: 0 !important;
	border: none !important;
	box-shadow: none !important;
	outline: none !important;
}

.dk-product__cta form.cart .dk-quantity-wrapper .quantity .suki-qty-increment:hover {
	background-color: #e8e8e8 !important;
}

.dk-product__cta form.cart .dk-quantity-wrapper .quantity .suki-qty-minus {
	order: 1 !important;
	border-right: 1px solid #7ea1c4 !important;
}

.dk-product__cta form.cart .dk-quantity-wrapper .quantity input.qty {
	order: 2 !important;
	display: block !important;
	width: 60px !important;
	height: 100% !important;
	border: none !important;
	border-right: 1px solid #7ea1c4 !important;
	border-radius: 0 !important;
	text-align: center !important;
	padding: 0 !important;
	margin: 0 !important;
	background: none !important;
	position: static !important;
	flex-shrink: 0 !important;
	box-shadow: none !important;
	outline: none !important;
}

.dk-product__cta form.cart .dk-quantity-wrapper .quantity .suki-qty-plus {
	order: 3 !important;
}

/* Remove default browser styling */
.quantity input.qty::-webkit-outer-spin-button,
.quantity input.qty::-webkit-inner-spin-button {
    -webkit-appearance: none !important;
    margin: 0 !important;
}
.quantity input[type=number] {
    -moz-appearance: textfield !important;
}

/* Shimmer Effect for Add to Cart and Buy Now loading states */
@keyframes futureShimmer {
    0% {
        background-position: -200% 0;
    }
    100% {
        background-position: 200% 0;
    }
}

/* Hide default loading wheel icons */
.single_add_to_cart_button.loading::after,
.buy-now-pill-btn.loading::after,
.square-cart-btn.loading::after,
.button.loading::after {
    display: none !important;
    content: "" !important;
}

/* Blue Shimmer for Buy Now / Main Button loading state */
.buy-now-pill-btn.loading {
    position: relative !important;
    overflow: hidden !important;
    background: linear-gradient(90deg, #005877 25%, #007ba7 50%, #005877 75%) !important;
    background-size: 200% 100% !important;
    animation: futureShimmer 1.5s infinite linear !important;
    color: transparent !important;
    pointer-events: none !important;
}

/* White Shimmer for Cart Icon Button loading state */
.square-cart-btn.loading {
    position: relative !important;
    overflow: hidden !important;
    background: linear-gradient(90deg, #ffffff 25%, #f1f5f9 50%, #ffffff 75%) !important;
    background-size: 200% 100% !important;
    animation: futureShimmer 1.5s infinite linear !important;
    color: transparent !important;
    border-color: #cbd5e1 !important;
    pointer-events: none !important;
}
.square-cart-btn.loading svg {
    visibility: hidden !important;
}
