/* ==========================================================
   TUIXACHDA MODERN COMMERCE UI v1.0
   Owner: snssimen-child
   Scope:
   - product grid / carousel
   - product section headings
   - single product summary
   - product trust panel
   - readmore toggle states
   ========================================================== */

:root {
    --txd-text: #242424;
    --txd-muted: #727272;
    --txd-border: #e8e6e1;
    --txd-soft: #f7f6f3;
    --txd-accent: #e34444;
    --txd-brand: #887839;
}


/* ==========================================================
   PRODUCT GRID — MODERN CLEAN LAYOUT
   ========================================================== */

#sns_content .product_list.grid {
    margin-left: -11px !important;
    margin-right: -11px !important;
}

#sns_content .product_list.grid > li {
    box-sizing: border-box !important;
    padding-left: 11px !important;
    padding-right: 11px !important;
    padding-bottom: 0 !important;
    margin-bottom: 36px !important;
    vertical-align: top !important;
}

#sns_content .product_list.grid .block-product-inner {
    overflow: visible !important;
    position: relative !important;
    background: transparent !important;
    text-align: left !important;
    box-shadow: none !important;
}

/* Không còn chiếc hộp lớn bao toàn card */
#sns_content .product_list.grid .item-inner {
    display: block !important;
    height: auto !important;
    min-height: 0 !important;
    background: transparent !important;
    border: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
}

/* Image canvas đồng nhất */
#sns_content .product_list.grid .item-img {
    position: relative !important;
    overflow: visible !important;
}

#sns_content .product_list.grid .item-img .item-img-info {
    position: relative !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    aspect-ratio: 1 / 1 !important;
    overflow: hidden !important;
    background: var(--txd-soft) !important;
    border-radius: 6px !important;
}

#sns_content .product_list.grid .item-img .item-img-info .product-image {
    display: flex !important;
    width: 100% !important;
    height: 100% !important;
    align-items: center !important;
    justify-content: center !important;
}

#sns_content .product_list.grid .item-img .item-img-info img {
    display: block !important;
    width: 100% !important;
    height: 100% !important;
    max-width: 100% !important;
    object-fit: contain !important;
    margin: 0 auto !important;
    transform: scale(1) !important;
    transition: transform .24s ease !important;
}

#sns_content .product_list.grid .block-product-inner:hover
.item-img .item-img-info img {
    transform: scale(1.018) !important;
}


/* Sale badge: bỏ ribbon chéo kiểu cũ */
#sns_content .product_list.grid .block-product-inner .onsale {
    top: 10px !important;
    left: 10px !important;
    right: auto !important;
    bottom: auto !important;

    padding: 5px 8px !important;

    background: var(--txd-accent) !important;
    color: #fff !important;

    border-radius: 3px !important;

    font-size: 11px !important;
    line-height: 16px !important;
    font-weight: 600 !important;

    transform: none !important;
    text-transform: none !important;
}


/* Product information */
#sns_content .product_list.grid .item-info {
    text-align: left !important;
    border: 0 !important;
    background: transparent !important;
}

#sns_content .product_list.grid .item-info .info-inner {
    padding: 0 2px 0 !important;
}


/* Title: tối đa 2 dòng */
#sns_content .product_list.grid .item-title {
    display: block !important;

    min-height: 44px !important;
    height: auto !important;
    max-height: 44px !important;

    margin: 12px 0 0 !important;
    padding: 0 !important;

    overflow: hidden !important;
    white-space: normal !important;

    font-size: 14.5px !important;
    line-height: 22px !important;
    font-weight: 400 !important;

    text-align: left !important;
}

#sns_content .product_list.grid .item-title a {
    display: -webkit-box !important;

    -webkit-box-orient: vertical !important;
    -webkit-line-clamp: 2 !important;

    overflow: hidden !important;

    color: #343434 !important;
    text-decoration: none !important;

    transition: color .18s ease !important;
}

#sns_content .product_list.grid .item-title a:hover {
    color: var(--txd-accent) !important;
}


/* Không tạo rating giả khi trống */
#sns_content .product_list.grid .item-rating:empty {
    display: none !important;
}

#sns_content .product_list.grid .item-rating:empty:before {
    display: none !important;
    content: none !important;
}


/* Price hierarchy */
#sns_content .product_list.grid .item-content {
    display: block !important;
    min-height: 47px !important;

    margin: 8px 0 0 !important;
    padding: 0 !important;

    text-align: left !important;
}

#sns_content .product_list.grid .price,
#sns_content .product_list.grid .item-price {
    display: flex !important;
    flex-wrap: wrap !important;

    align-items: baseline !important;
    justify-content: flex-start !important;

    gap: 3px 7px !important;

    width: 100% !important;

    margin: 0 !important;
    padding: 0 !important;

    white-space: normal !important;

    color: var(--txd-text) !important;

    line-height: 1.35 !important;
}

#sns_content .product_list.grid .price > .amount,
#sns_content .product_list.grid .price ins .amount {
    font-size: 18px !important;
    font-weight: 700 !important;
    color: #252525 !important;
}

#sns_content .product_list.grid .price ins {
    display: inline-block !important;

    margin: 0 !important;

    text-decoration: none !important;
    white-space: nowrap !important;
}

#sns_content .product_list.grid .price del {
    display: inline-block !important;

    margin: 0 !important;

    color: #8b8b8b !important;

    font-size: 13px !important;
    font-weight: 400 !important;

    opacity: 1 !important;
    white-space: nowrap !important;
}


/* Hover actions kiểu hiện đại */
#sns_content .product_list.grid .item-box-hover {
    bottom: 12px !important;

    opacity: 0 !important;
    visibility: hidden !important;

    transform: translateY(6px) !important;

    transition:
        opacity .2s ease,
        transform .2s ease,
        visibility .2s ease !important;
}

#sns_content .product_list.grid .block-product-inner:hover .item-box-hover {
    opacity: 1 !important;
    visibility: visible !important;
    transform: translateY(0) !important;
}

#sns_content .product_list.grid .item-box-hover .box-inner {
    display: inline-flex !important;

    width: auto !important;

    overflow: hidden !important;

    background: rgba(255,255,255,.96) !important;

    border: 1px solid rgba(0,0,0,.08) !important;
    border-radius: 5px !important;

    box-shadow: 0 6px 20px rgba(0,0,0,.10) !important;

    transform: none !important;
}

#sns_content .product_list.grid .item-box-hover .box-inner > a,
#sns_content .product_list.grid .item-box-hover .box-inner > div {
    width: 38px !important;
    height: 38px !important;

    line-height: 38px !important;

    border: 0 !important;
    border-right: 1px solid #ececec !important;

    background: transparent !important;
}

#sns_content .product_list.grid .item-box-hover .box-inner > *:last-child {
    border-right: 0 !important;
}


/* Owl cards cùng hàng giữ nhịp đều */
#sns_content .related .owl-stage,
#sns_content .upsells .owl-stage,
#sns_content .cross-sells .owl-stage,
#sns_content .sns-product-tabs .owl-stage {
    display: flex !important;
    align-items: stretch !important;
}

#sns_content .related .owl-item,
#sns_content .upsells .owl-item,
#sns_content .cross-sells .owl-item,
#sns_content .sns-product-tabs .owl-item {
    float: none !important;
    height: auto !important;
}


/* ==========================================================
   PRODUCT BLOCK HEADERS
   H2 + category tabs trở lại normal document flow
   ========================================================== */

#sns_content .sns-product-tabs .sns-nav-tabs-warpper {
    position: relative !important;

    display: flex !important;

    align-items: baseline !important;
    justify-content: space-between !important;

    gap: 18px !important;

    min-height: 0 !important;

    margin: 0 0 22px !important;
    padding: 0 !important;
}

#sns_content .sns-product-tabs h2.wpb_heading {
    position: static !important;

    flex: 1 1 auto !important;

    top: auto !important;
    left: auto !important;
    right: auto !important;

    margin: 0 !important;
    padding: 0 !important;

    color: #262626 !important;

    font-size: 24px !important;
    line-height: 30px !important;
    font-weight: 700 !important;

    user-select: text !important;
    -webkit-user-select: text !important;
}

#sns_content .sns-product-tabs ul.nav-tabs {
    position: static !important;

    flex: 0 0 auto !important;

    top: auto !important;
    right: auto !important;
    left: auto !important;

    margin: 0 !important;
    padding: 0 !important;
}

#sns_content .sns-product-tabs .nav-tabs > li {
    position: static !important;

    user-select: text !important;
    -webkit-user-select: text !important;
}

#sns_content .sns-product-tabs .nav-tabs > li > a {
    position: static !important;

    padding: 3px 0 3px 16px !important;

    color: #777 !important;

    font-size: 13px !important;
    line-height: 24px !important;
    font-weight: 500 !important;

    background: transparent !important;

    border: 0 !important;

    user-select: text !important;
    -webkit-user-select: text !important;
}

#sns_content .sns-product-tabs .nav-tabs > li.active > a,
#sns_content .sns-product-tabs .nav-tabs > li > a:hover {
    color: var(--txd-accent) !important;
}

#sns_content .sns-product-tabs .tab-content {
    padding-top: 0 !important;
}


/* Related / upsell headings */
#sns_content .related.products > h2,
#sns_content .upsells.products > h2,
#sns_content .cross-sells > h2 {
    margin: 0 0 22px !important;

    color: #262626 !important;

    font-size: 24px !important;
    line-height: 30px !important;
    font-weight: 700 !important;

    user-select: text !important;
    -webkit-user-select: text !important;
}


/* ==========================================================
   SINGLE PRODUCT SUMMARY — RIGHT OF GALLERY
   Structure inspired by lano.vn / tuidanam.org
   ========================================================== */

body.single-product .woocommerce .primary_block .entry-summary {
    color: var(--txd-text) !important;
}

body.single-product .woocommerce .primary_block
.entry-summary .product_title {
    margin: 0 0 8px !important;

    padding: 0 !important;

    color: #252525 !important;

    font-size: 30px !important;
    line-height: 1.25 !important;
    font-weight: 600 !important;

    letter-spacing: -.3px !important;
}


/* SKU ngay dưới tên */
body.single-product .txd-product-sku {
    display: block !important;

    margin: 0 0 17px !important;

    color: #838383 !important;

    font-size: 12.5px !important;
    line-height: 20px !important;
}

body.single-product .txd-product-sku strong {
    color: #555 !important;
    font-weight: 600 !important;
}


/* Price */
body.single-product .woocommerce .primary_block
.entry-summary > .price {
    display: flex !important;
    flex-wrap: wrap !important;

    align-items: baseline !important;

    gap: 6px 10px !important;

    margin: 0 0 18px !important;
    padding: 0 0 18px !important;

    border-bottom: 1px solid var(--txd-border) !important;

    white-space: normal !important;
}

body.single-product .woocommerce .primary_block
.entry-summary > .price > .amount,
body.single-product .woocommerce .primary_block
.entry-summary > .price ins .amount {
    color: #252525 !important;

    font-size: 27px !important;
    line-height: 32px !important;
    font-weight: 700 !important;
}

body.single-product .woocommerce .primary_block
.entry-summary > .price del {
    color: #8a8a8a !important;

    font-size: 14px !important;

    opacity: 1 !important;
}

body.single-product .woocommerce .primary_block
.entry-summary > .price ins {
    text-decoration: none !important;
}


/* Short description becomes structured specification area */
body.single-product .woocommerce .primary_block .description,
body.single-product .woocommerce .primary_block
.woocommerce-product-details__short-description {
    margin: 0 0 20px !important;

    padding: 16px 18px !important;

    background: var(--txd-soft) !important;

    border: 0 !important;
    border-radius: 5px !important;

    color: #555 !important;

    font-size: 14px !important;
    line-height: 1.7 !important;
}

body.single-product .woocommerce .primary_block .description p:last-child,
body.single-product .woocommerce .primary_block
.woocommerce-product-details__short-description p:last-child {
    margin-bottom: 0 !important;
}


/* Variation table */
body.single-product .woocommerce .primary_block table.variations {
    width: 100% !important;

    margin: 0 0 17px !important;

    border: 0 !important;
}

body.single-product .woocommerce .primary_block table.variations td,
body.single-product .woocommerce .primary_block table.variations th {
    padding: 6px 0 !important;

    border: 0 !important;

    vertical-align: middle !important;
}

body.single-product .woocommerce .primary_block table.variations label {
    color: #333 !important;

    font-size: 13px !important;
    font-weight: 600 !important;
}


/* Cart controls */
body.single-product .woocommerce .primary_block .cart {
    display: flex !important;
    flex-wrap: wrap !important;

    align-items: center !important;

    gap: 10px !important;

    margin: 0 0 18px !important;
    padding: 0 !important;

    border: 0 !important;
}

body.single-product .woocommerce .primary_block .cart .quantity {
    float: none !important;

    margin: 0 !important;
}

body.single-product .woocommerce .primary_block .cart .quantity .qty {
    width: 58px !important;
    height: 46px !important;

    padding: 8px !important;

    border: 1px solid #dcd9d2 !important;
    border-radius: 4px !important;

    background: #fff !important;

    font-size: 14px !important;

    text-align: center !important;
}


/* Add to cart */
body.single-product .woocommerce .primary_block
.cart .single_add_to_cart_button {
    position: static !important;

    display: inline-flex !important;

    align-items: center !important;
    justify-content: center !important;

    height: 46px !important;

    padding: 0 23px !important;

    overflow: visible !important;

    background: #262626 !important;
    color: #fff !important;

    border: 1px solid #262626 !important;
    border-radius: 4px !important;

    font-size: 13px !important;
    line-height: 44px !important;
    font-weight: 600 !important;

    text-transform: uppercase !important;

    box-shadow: none !important;

    transition:
        background .18s ease,
        border-color .18s ease !important;
}

body.single-product .woocommerce .primary_block
.cart .single_add_to_cart_button:after {
    display: none !important;
    content: none !important;
}

body.single-product .woocommerce .primary_block
.cart .single_add_to_cart_button:hover {
    padding-left: 23px !important;
    padding-right: 23px !important;

    background: var(--txd-brand) !important;
    border-color: var(--txd-brand) !important;
}


/* Quick Buy becomes second clean CTA */
body.single-product .woocommerce .primary_block .quick_buy {
    position: static !important;

    display: inline-flex !important;

    align-items: center !important;
    justify-content: center !important;

    min-width: 120px !important;
    height: 46px !important;

    margin: 0 !important;
    padding: 0 22px !important;

    overflow: hidden !important;

    background: var(--txd-accent) !important;
    color: #fff !important;

    border: 1px solid var(--txd-accent) !important;
    border-radius: 4px !important;

    font-size: 13px !important;
    line-height: 44px !important;
    font-weight: 600 !important;

    text-transform: uppercase !important;

    opacity: 1 !important;

    transition:
        background .18s ease,
        border-color .18s ease !important;
}

body.single-product .woocommerce .primary_block .quick_buy:hover {
    background: #c93636 !important;
    border-color: #c93636 !important;
}


/* Bỏ animation parrot cũ */
body.single-product .woocommerce .primary_block .quick_buy .parrot,
body.single-product .woocommerce .primary_block .show-icon {
    display: none !important;
}


/* Product meta */
body.single-product .woocommerce .primary_block .product_meta {
    margin: 18px 0 0 !important;
    padding: 14px 0 0 !important;

    border-top: 1px solid var(--txd-border) !important;

    color: #777 !important;

    font-size: 12.5px !important;
    line-height: 1.7 !important;
}

/* SKU đã chuyển lên trên */
body.single-product .woocommerce .primary_block
.product_meta .sku_wrapper {
    display: none !important;
}

body.single-product .woocommerce .primary_block
.product_meta .posted_in,
body.single-product .woocommerce .primary_block
.product_meta .tagged_as {
    font-weight: 500 !important;
}


/* Assurance panel */
body.single-product .txd-product-assurance {
    display: grid !important;

    grid-template-columns: 1fr 1fr !important;

    gap: 1px !important;

    overflow: hidden !important;

    margin: 8px 0 0 !important;

    background: var(--txd-border) !important;

    border: 1px solid var(--txd-border) !important;
    border-radius: 5px !important;
}

body.single-product .txd-assurance-item {
    display: flex !important;

    align-items: center !important;

    min-height: 57px !important;

    padding: 10px 12px !important;

    background: #fff !important;
}

body.single-product .txd-assurance-icon {
    flex: 0 0 30px !important;

    color: var(--txd-brand) !important;

    font-size: 16px !important;
}

body.single-product .txd-assurance-copy {
    min-width: 0 !important;

    color: #777 !important;

    font-size: 11.5px !important;
    line-height: 16px !important;
}

body.single-product .txd-assurance-copy strong {
    display: block !important;

    margin-bottom: 1px !important;

    color: #333 !important;

    font-size: 12.5px !important;
    line-height: 17px !important;
    font-weight: 600 !important;
}


/* ==========================================================
   READ MORE / COLLAPSE
   ========================================================== */

.rm_wrapper {
    z-index: 8 !important;
}

.rm_wrapper.is-expanded {
    position: relative !important;

    left: auto !important;
    right: auto !important;
    bottom: auto !important;

    width: 100% !important;

    padding: 20px 0 5px !important;

    background: transparent !important;

    box-shadow: none !important;
}

.rm_wrapper a.readmore {
    justify-content: center !important;

    min-width: 245px !important;
}

.rm_wrapper a.readmore i {
    transition: transform .2s ease !important;
}

.rm_wrapper.is-expanded a.readmore i {
    transform: rotate(180deg) !important;
}


/* ==========================================================
   RESPONSIVE
   ========================================================== */

@media (max-width: 991px) {

    #sns_content .sns-product-tabs .sns-nav-tabs-warpper {
        display: block !important;

        margin-bottom: 18px !important;
    }

    #sns_content .sns-product-tabs h2.wpb_heading {
        margin-bottom: 8px !important;

        font-size: 21px !important;
        line-height: 28px !important;
    }

    #sns_content .sns-product-tabs ul.nav-tabs {
        display: block !important;
    }

    #sns_content .sns-product-tabs .nav-tabs > li > a {
        padding-left: 0 !important;
        padding-right: 14px !important;
    }
}


@media (max-width: 767px) {

    #sns_content .product_list.grid {
        margin-left: -6px !important;
        margin-right: -6px !important;
    }

    #sns_content .product_list.grid > li {
        padding-left: 6px !important;
        padding-right: 6px !important;

        margin-bottom: 28px !important;
    }

    #sns_content .product_list.grid .item-title {
        min-height: 40px !important;
        max-height: 40px !important;

        margin-top: 9px !important;

        font-size: 13px !important;
        line-height: 20px !important;
    }

    #sns_content .product_list.grid .item-title a {
        height: 40px !important;
    }

    #sns_content .product_list.grid .price > .amount,
    #sns_content .product_list.grid .price ins .amount {
        font-size: 16px !important;
    }

    #sns_content .product_list.grid .price del {
        font-size: 11.5px !important;
    }


    body.single-product .woocommerce .primary_block
    .entry-summary .product_title {
        font-size: 24px !important;
        line-height: 1.3 !important;
    }

    body.single-product .woocommerce .primary_block
    .entry-summary > .price > .amount,
    body.single-product .woocommerce .primary_block
    .entry-summary > .price ins .amount {
        font-size: 23px !important;
    }

    body.single-product .woocommerce .primary_block .cart {
        align-items: stretch !important;
    }

    body.single-product .woocommerce .primary_block
    .cart .single_add_to_cart_button,
    body.single-product .woocommerce .primary_block .quick_buy {
        flex: 1 1 calc(50% - 5px) !important;

        min-width: 0 !important;

        padding-left: 10px !important;
        padding-right: 10px !important;
    }

    body.single-product .txd-product-assurance {
        grid-template-columns: 1fr !important;
    }
}


/* Recent Views giữ layout compact cũ */
.product_recent_views .product_list.grid .item-img .item-img-info {
    aspect-ratio: auto !important;
    background: transparent !important;
}

.product_recent_views .product_list.grid .item-title,
.product_recent_views .product_list.grid .item-content {
    min-height: 0 !important;
    max-height: none !important;
}


/* TUIXACHDA COMMERCE SCOPE FIX v1 */
#sns_content .sns-product-tabs h2.wpb_heading,
#sns_content .sns-products.woocommerce h2.wpb_heading,
#sns_content .related.products > h2,
#sns_content .upsells.products > h2,
#sns_content .cross-sells > h2 {
  margin:0 0 22px !important;
  padding:0 !important;
  font-size:24px !important;
  line-height:30px !important;
  font-weight:700 !important;
  color:#262626 !important;
  text-decoration:none !important;
}
#sns_content .sns-product-tabs .nav-tabs > li:first-child > a {
  font-size:22px !important;
  line-height:28px !important;
  font-weight:700 !important;
  color:#262626 !important;
  padding-left:0 !important;
  text-decoration:none !important;
}
#sns_content .sns-product-tabs .nav-tabs > li:not(:first-child) > a {
  font-size:13px !important;
  line-height:24px !important;
  font-weight:500 !important;
}

/* SIDEBAR PRODUCT WIDGET - EXCLUDED FROM MAIN GRID */
#sns_content .sns-widget-products.sns-products-style-two .product_list.grid {
  margin:0 !important;
  padding:0 !important;
}
#sns_content .sns-widget-products.sns-products-style-two .item.product {
  padding:0 !important;
  margin:0 !important;
}
#sns_content .sns-widget-products.sns-products-style-two .item_product {
  display:block !important;
  margin:0 0 14px !important;
  padding:0 0 14px !important;
  border-bottom:1px solid #ececec !important;
}
#sns_content .sns-widget-products.sns-products-style-two .item-info {
  display:grid !important;
  grid-template-columns:82px minmax(0,1fr) !important;
  gap:12px !important;
  align-items:start !important;
  text-align:left !important;
  border:0 !important;
}
#sns_content .sns-widget-products.sns-products-style-two .item-img-info-left {
  width:auto !important;
  padding:0 !important;
  margin:0 !important;
}
#sns_content .sns-widget-products.sns-products-style-two .item-img-info-left img {
  display:block !important;
  width:82px !important;
  height:82px !important;
  object-fit:cover !important;
  border-radius:4px !important;
}
#sns_content .sns-widget-products.sns-products-style-two .item-info-right {
  min-width:0 !important;
}
#sns_content .sns-widget-products.sns-products-style-two .item-title {
  height:auto !important;
  min-height:0 !important;
  max-height:40px !important;
  margin:0 0 7px !important;
  padding:0 !important;
  font-size:14px !important;
  line-height:20px !important;
  font-weight:500 !important;
  white-space:normal !important;
  text-align:left !important;
  overflow:hidden !important;
}
#sns_content .sns-widget-products.sns-products-style-two .item-title a {
  display:-webkit-box !important;
  -webkit-box-orient:vertical !important;
  -webkit-line-clamp:2 !important;
  color:#333 !important;
}
#sns_content .sns-widget-products.sns-products-style-two .item-content {
  min-height:0 !important;
  margin:0 !important;
  padding:0 !important;
  text-align:left !important;
}
#sns_content .sns-widget-products.sns-products-style-two .price {
  display:flex !important;
  flex-wrap:wrap !important;
  justify-content:flex-start !important;
  gap:2px 6px !important;
  min-height:0 !important;
  margin:0 !important;
  padding:0 !important;
  line-height:1.3 !important;
}
#sns_content .sns-widget-products.sns-products-style-two .price .amount {
  font-size:16px !important;
  font-weight:700 !important;
}
#sns_content .sns-widget-products.sns-products-style-two .price del {
  display:inline-block !important;
  font-size:12px !important;
  color:#888 !important;
}
#sns_content .sns-widget-products.sns-products-style-two .cart-wrap,
#sns_content .sns-widget-products.sns-products-style-two .add_to_cart_button,
#sns_content .sns-widget-products.sns-products-style-two .added_to_cart {
  display:none !important;
}
#sns-product-sidebar .widget-title {
  font-size:22px !important;
  line-height:28px !important;
  font-weight:700 !important;
}

/* ===== MODERN MAIN PRODUCT GRID FINAL ===== */
#sns_content .sns-product-tabs .product_list.grid > li,
#sns_content .products-grid .product_list.grid > li,
#sns_content .related.products .product_list.grid > li,
#sns_content .upsells.products .product_list.grid > li,
#sns_content .cross-sells .product_list.grid > li {
  box-sizing:border-box !important;
  padding-left:11px !important;
  padding-right:11px !important;
  margin-bottom:34px !important;
}
#sns_content .sns-product-tabs .product_list.grid .block-product-inner,
#sns_content .products-grid .product_list.grid .block-product-inner,
#sns_content .related.products .product_list.grid .block-product-inner,
#sns_content .upsells.products .product_list.grid .block-product-inner {
  border:0 !important;
  border-radius:0 !important;
  background:transparent !important;
  box-shadow:none !important;
  overflow:visible !important;
}
#sns_content .sns-product-tabs .product_list.grid .item-inner,
#sns_content .products-grid .product_list.grid .item-inner,
#sns_content .related.products .product_list.grid .item-inner,
#sns_content .upsells.products .product_list.grid .item-inner {
  display:block !important;
  height:auto !important;
  min-height:0 !important;
  border:0 !important;
  border-radius:0 !important;
  background:transparent !important;
  box-shadow:none !important;
  overflow:visible !important;
}
#sns_content .sns-product-tabs .product_list.grid .item-img-info,
#sns_content .products-grid .product_list.grid .item-img-info,
#sns_content .related.products .product_list.grid .item-img-info,
#sns_content .upsells.products .product_list.grid .item-img-info {
  overflow:hidden !important;
  border-radius:4px !important;
  background:#f7f7f5 !important;
}
#sns_content .product_list.grid .item-title {
  height:44px !important;
  min-height:44px !important;
  max-height:44px !important;
  margin:11px 0 0 !important;
  padding:0 !important;
  font-size:14px !important;
  line-height:22px !important;
  font-weight:400 !important;
  text-align:left !important;
}
#sns_content .product_list.grid .item-title a {
  color:#303030 !important;
  display:-webkit-box !important;
  -webkit-line-clamp:2 !important;
  -webkit-box-orient:vertical !important;
  overflow:hidden !important;
}
#sns_content .product_list.grid .item-content {
  min-height:43px !important;
  margin:7px 0 0 !important;
  padding:0 !important;
  text-align:left !important;
}
#sns_content .product_list.grid .price {
  justify-content:flex-start !important;
  text-align:left !important;
  min-height:0 !important;
  padding:0 !important;
}
#sns_content .product_list.grid .price ins .amount,
#sns_content .product_list.grid .price > .amount {
  font-size:17px !important;
  font-weight:700 !important;
}
#sns_content .product_list.grid .price del {
  font-size:12px !important;
  color:#8a8a8a !important;
}

/* ===== PRODUCT SECTION HEADER + NAV FINAL ===== */
#sns_content .sns-product-tabs {
  position:relative !important;
}
#sns_content .sns-product-tabs .sns-nav-tabs-warpper {
  position:relative !important;
  display:flex !important;
  align-items:center !important;
  justify-content:space-between !important;
  min-height:36px !important;
  margin:0 0 24px !important;
  padding:0 90px 0 0 !important;
  border:0 !important;
}
#sns_content .sns-product-tabs .sns-nav-tabs-warpper:before,
#sns_content .sns-product-tabs .sns-nav-tabs-warpper:after,
#sns_content .sns-product-tabs ul.nav-tabs:before,
#sns_content .sns-product-tabs ul.nav-tabs:after {
  display:none !important;
  content:none !important;
  border:0 !important;
}
#sns_content .sns-product-tabs h2.wpb_heading {
  position:static !important;
  flex:1 1 auto !important;
  margin:0 !important;
  padding:0 !important;
  font-size:25px !important;
  line-height:32px !important;
  font-weight:700 !important;
  color:#262626 !important;
}
#sns_content .sns-product-tabs ul.nav-tabs {
  position:static !important;
  display:flex !important;
  align-items:center !important;
  gap:18px !important;
  margin:0 !important;
  padding:0 !important;
  border:0 !important;
}
#sns_content .sns-product-tabs ul.nav-tabs > li > a,
#sns_content .sns-product-tabs ul.nav-tabs > li:first-child > a {
  position:static !important;
  margin:0 !important;
  padding:3px 0 !important;
  border:0 !important;
  background:transparent !important;
  color:#707070 !important;
  font-size:13px !important;
  line-height:24px !important;
  font-weight:600 !important;
  text-decoration:none !important;
}
#sns_content .sns-product-tabs ul.nav-tabs > li.active > a,
#sns_content .sns-product-tabs ul.nav-tabs > li > a:hover {
  color:#e34444 !important;
}
#sns_content .related.products,
#sns_content .upsells.products {
  position:relative !important;
}
#sns_content .navslider {
  display:flex !important;
  align-items:center !important;
  gap:7px !important;
  position:absolute !important;
  top:0 !important;
  right:0 !important;
  z-index:20 !important;
  opacity:1 !important;
  visibility:visible !important;
}
#sns_content .navslider .prev,
#sns_content .navslider .next {
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  width:34px !important;
  height:34px !important;
  margin:0 !important;
  padding:0 !important;
  border:1px solid #dedede !important;
  background:#fff !important;
  color:#555 !important;
  cursor:pointer !important;
  transition:border-color .18s ease,color .18s ease !important;
}
#sns_content .navslider .prev:hover,
#sns_content .navslider .next:hover {
  border-color:#333 !important;
  color:#222 !important;
}
#sns_content .related.products > h2,
#sns_content .upsells.products > h2 {
  margin:0 90px 24px 0 !important;
  font-size:25px !important;
  line-height:34px !important;
  font-weight:700 !important;
}

/* ===== BEST SELLER SIDEBAR FINAL RESET ===== */
#sns-product-sidebar .sns-widget-products.sns-products-style-two {
  width:100% !important;
}
#sns-product-sidebar .sns-widget-products.sns-products-style-two .product_list.grid {
  display:block !important;
  width:100% !important;
  margin:0 !important;
  padding:0 !important;
}
#sns-product-sidebar .sns-widget-products.sns-products-style-two li.item,
#sns-product-sidebar .sns-widget-products.sns-products-style-two .item_product {
  display:block !important;
  float:none !important;
  width:100% !important;
  height:auto !important;
  margin:0 !important;
  padding:14px 0 !important;
  border:0 !important;
  border-bottom:1px solid #ededed !important;
  background:transparent !important;
  box-shadow:none !important;
}
#sns-product-sidebar .sns-widget-products.sns-products-style-two .item-inner,
#sns-product-sidebar .sns-widget-products.sns-products-style-two .block-product-inner {
  display:block !important;
  width:100% !important;
  height:auto !important;
  min-height:0 !important;
  margin:0 !important;
  padding:0 !important;
  border:0 !important;
  border-radius:0 !important;
  box-shadow:none !important;
  background:transparent !important;
}
#sns-product-sidebar .sns-widget-products.sns-products-style-two .item-info {
  display:flex !important;
  flex-direction:row !important;
  align-items:flex-start !important;
  justify-content:flex-start !important;
  gap:12px !important;
  width:100% !important;
  height:auto !important;
  margin:0 !important;
  padding:0 !important;
  text-align:left !important;
}
#sns-product-sidebar .sns-widget-products.sns-products-style-two .item-img-info-left {
  display:block !important;
  flex:0 0 78px !important;
  width:78px !important;
  height:78px !important;
  margin:0 !important;
  padding:0 !important;
}
#sns-product-sidebar .sns-widget-products.sns-products-style-two .item-img-info-left a {
  display:block !important;
  width:78px !important;
  height:78px !important;
}
#sns-product-sidebar .sns-widget-products.sns-products-style-two .item-img-info-left img {
  display:block !important;
  width:78px !important;
  height:78px !important;
  max-width:78px !important;
  object-fit:cover !important;
  margin:0 !important;
  border-radius:3px !important;
}
#sns-product-sidebar .sns-widget-products.sns-products-style-two .item-info-right {
  display:block !important;
  flex:1 1 auto !important;
  width:auto !important;
  min-width:0 !important;
  margin:0 !important;
  padding:0 !important;
  overflow:hidden !important;
}
#sns-product-sidebar .sns-widget-products.sns-products-style-two .item-title {
  display:block !important;
  width:100% !important;
  height:40px !important;
  min-height:0 !important;
  max-height:40px !important;
  margin:0 0 6px !important;
  padding:0 !important;
  overflow:hidden !important;
  font-size:13.5px !important;
  line-height:20px !important;
  font-weight:500 !important;
  text-align:left !important;
}
#sns-product-sidebar .sns-widget-products.sns-products-style-two .item-title a {
  display:-webkit-box !important;
  -webkit-box-orient:vertical !important;
  -webkit-line-clamp:2 !important;
  color:#333 !important;
}
#sns-product-sidebar .sns-widget-products.sns-products-style-two .item-content {
  display:block !important;
  width:100% !important;
  height:auto !important;
  min-height:0 !important;
  margin:0 !important;
  padding:0 !important;
}
#sns-product-sidebar .sns-widget-products.sns-products-style-two .price {
  display:flex !important;
  flex-wrap:wrap !important;
  justify-content:flex-start !important;
  gap:2px 5px !important;
  min-height:0 !important;
  margin:0 !important;
  padding:0 !important;
  text-align:left !important;
}
#sns-product-sidebar .sns-widget-products.sns-products-style-two .price .amount {
  font-size:15px !important;
  font-weight:700 !important;
}
#sns-product-sidebar .sns-widget-products.sns-products-style-two .price del {
  font-size:11px !important;
  color:#888 !important;
}
#sns-product-sidebar .sns-widget-products.sns-products-style-two .cart-wrap,
#sns-product-sidebar .sns-widget-products.sns-products-style-two .add_to_cart_button,
#sns-product-sidebar .sns-widget-products.sns-products-style-two .added_to_cart {
  display:none !important;
}
/* Hide now-empty SNS diagnostic container. */
#sns-product-sidebar > div[style*="color: red"]:empty { display:none !important; }
/* Hide now-empty SNS diagnostic container. */
#sns-product-sidebar > div[style*="color: red"]:empty { display:none !important; }

/* =========================================================
   TUIXACHDA PRODUCT TABS STABLE v1
   Heading | Tabs | Prev/Next all in normal flow
   ========================================================= */

#sns_content .sns-product-tabs .sns-nav-tabs-warpper {
    position:relative !important;
    display:grid !important;
    grid-template-columns:minmax(0,1fr) auto auto !important;
    align-items:center !important;
    column-gap:24px !important;

    width:100% !important;
    min-height:40px !important;

    margin:0 0 24px !important;
    padding:0 !important;

    border:0 !important;
    background:transparent !important;
}

/* Xóa toàn bộ line/pseudo decoration cũ */
#sns_content .sns-product-tabs .sns-nav-tabs-warpper:before,
#sns_content .sns-product-tabs .sns-nav-tabs-warpper:after,
#sns_content .sns-product-tabs .nav-tabs:before,
#sns_content .sns-product-tabs .nav-tabs:after {
    display:none !important;
    content:none !important;
    border:0 !important;
    width:0 !important;
    height:0 !important;
}

/* H2 trái */
#sns_content .sns-product-tabs h2.wpb_heading {
    position:static !important;
    grid-column:1 !important;

    margin:0 !important;
    padding:0 !important;

    font-size:25px !important;
    line-height:34px !important;
    font-weight:700 !important;

    color:#262626 !important;

    user-select:text !important;
    -webkit-user-select:text !important;
}

/* Các tab ở giữa/phải */
#sns_content .sns-product-tabs ul.nav-tabs {
    position:static !important;
    grid-column:2 !important;

    display:flex !important;
    align-items:center !important;

    gap:22px !important;

    margin:0 !important;
    padding:0 !important;

    border:0 !important;
    background:transparent !important;
}

#sns_content .sns-product-tabs ul.nav-tabs > li {
    position:static !important;
    float:none !important;
    margin:0 !important;
    padding:0 !important;
    border:0 !important;
}

#sns_content .sns-product-tabs ul.nav-tabs > li > a,
#sns_content .sns-product-tabs ul.nav-tabs > li:first-child > a {
    position:static !important;

    display:block !important;

    margin:0 !important;
    padding:4px 0 !important;

    border:0 !important;
    background:transparent !important;

    color:#555 !important;

    font-size:13px !important;
    line-height:22px !important;
    font-weight:600 !important;

    text-decoration:none !important;
    white-space:nowrap !important;
}

#sns_content .sns-product-tabs ul.nav-tabs > li.active > a,
#sns_content .sns-product-tabs ul.nav-tabs > li > a:hover {
    color:#e34444 !important;
}

/* Prev / Next nằm trong cột thứ 3, KHÔNG absolute */
#sns_content .sns-product-tabs .sns-nav-tabs-warpper .navslider {
    position:static !important;

    grid-column:3 !important;

    display:flex !important;
    align-items:center !important;

    gap:7px !important;

    width:auto !important;
    height:auto !important;

    margin:0 !important;
    padding:0 !important;

    opacity:1 !important;
    visibility:visible !important;

    transform:none !important;

    z-index:auto !important;
}

#sns_content .sns-product-tabs .sns-nav-tabs-warpper .navslider .prev,
#sns_content .sns-product-tabs .sns-nav-tabs-warpper .navslider .next {
    position:static !important;

    display:inline-flex !important;
    align-items:center !important;
    justify-content:center !important;

    width:34px !important;
    height:34px !important;

    margin:0 !important;
    padding:0 !important;

    border:1px solid #ddd !important;
    border-radius:2px !important;

    background:#fff !important;
    color:#555 !important;

    cursor:pointer !important;

    opacity:1 !important;
    visibility:visible !important;
}

#sns_content .sns-product-tabs .sns-nav-tabs-warpper .navslider .prev:hover,
#sns_content .sns-product-tabs .sns-nav-tabs-warpper .navslider .next:hover {
    border-color:#333 !important;
    color:#222 !important;
}

/* Sản phẩm bắt đầu SAU header */
#sns_content .sns-product-tabs .tab-content {
    clear:both !important;
    position:relative !important;
    padding-top:0 !important;
    margin-top:0 !important;
}


/* Tablet/mobile */
@media (max-width:991px) {

    #sns_content .sns-product-tabs .sns-nav-tabs-warpper {
        grid-template-columns:minmax(0,1fr) auto !important;
        row-gap:10px !important;
        column-gap:12px !important;

        margin-bottom:18px !important;
    }

    #sns_content .sns-product-tabs h2.wpb_heading {
        grid-column:1 !important;
        font-size:21px !important;
        line-height:29px !important;
    }

    #sns_content .sns-product-tabs .sns-nav-tabs-warpper .navslider {
        grid-column:2 !important;
        grid-row:1 !important;
    }

    #sns_content .sns-product-tabs ul.nav-tabs {
        grid-column:1 / -1 !important;
        grid-row:2 !important;

        justify-content:flex-start !important;
        flex-wrap:wrap !important;

        gap:8px 18px !important;
    }
}


/* =========================================================
   TUIXACHDA SIDEBAR PRODUCT WIDGET FINAL
   Applies to product/category/archive sidebars.
   Main commerce grid rules must NOT leak into this widget.
   ========================================================= */

.sns-widget-products.sns-products-style-two,
.sns-widget-products.sns-products-style-two * {
    box-sizing:border-box;
}

/* Widget container */
.sns-widget-products.sns-products-style-two {
    width:100% !important;
}

/* Product list is NOT a commerce grid */
.sns-widget-products.sns-products-style-two .product_list.grid {
    display:block !important;
    width:100% !important;

    margin:0 !important;
    padding:0 !important;

    transform:none !important;
}

/* Every item */
.sns-widget-products.sns-products-style-two .product_list.grid > li,
.sns-widget-products.sns-products-style-two li.item,
.sns-widget-products.sns-products-style-two .item_product {
    display:block !important;
    float:none !important;

    width:100% !important;
    height:auto !important;
    min-height:0 !important;

    margin:0 !important;
    padding:14px 0 !important;

    border:0 !important;
    border-bottom:1px solid #ededed !important;

    border-radius:0 !important;

    background:transparent !important;

    box-shadow:none !important;

    overflow:visible !important;
}

/* Kill main-grid card treatment */
.sns-widget-products.sns-products-style-two .block-product-inner,
.sns-widget-products.sns-products-style-two .item-inner {
    display:block !important;

    width:100% !important;
    height:auto !important;
    min-height:0 !important;
    max-height:none !important;

    margin:0 !important;
    padding:0 !important;

    border:0 !important;
    border-radius:0 !important;

    background:transparent !important;

    box-shadow:none !important;

    overflow:visible !important;
}

/* Sidebar item = image left + content right */
.sns-widget-products.sns-products-style-two .item-info {
    display:flex !important;
    flex-direction:row !important;

    align-items:flex-start !important;
    justify-content:flex-start !important;

    gap:12px !important;

    width:100% !important;
    height:auto !important;
    min-height:0 !important;

    margin:0 !important;
    padding:0 !important;

    text-align:left !important;

    border:0 !important;
    background:transparent !important;
}

/* IMAGE */
.sns-widget-products.sns-products-style-two .item-img-info-left,
.sns-widget-products.sns-products-style-two .item-img,
.sns-widget-products.sns-products-style-two .item-img-info {
    position:relative !important;

    display:block !important;

    flex:0 0 78px !important;

    width:78px !important;
    height:78px !important;
    min-height:78px !important;

    margin:0 !important;
    padding:0 !important;

    overflow:hidden !important;

    border:0 !important;
    border-radius:4px !important;

    background:#f7f7f5 !important;
}

.sns-widget-products.sns-products-style-two .item-img-info-left a,
.sns-widget-products.sns-products-style-two .item-img a,
.sns-widget-products.sns-products-style-two .product-image {
    display:block !important;

    width:78px !important;
    height:78px !important;

    margin:0 !important;
    padding:0 !important;
}

.sns-widget-products.sns-products-style-two img {
    display:block !important;

    width:78px !important;
    height:78px !important;
    max-width:78px !important;
    max-height:78px !important;

    margin:0 !important;
    padding:0 !important;

    object-fit:cover !important;

    transform:none !important;

    border-radius:4px !important;
}

/* INFORMATION */
.sns-widget-products.sns-products-style-two .item-info-right,
.sns-widget-products.sns-products-style-two .info-inner {
    display:block !important;

    flex:1 1 auto !important;

    width:auto !important;
    min-width:0 !important;
    height:auto !important;
    min-height:0 !important;

    margin:0 !important;
    padding:0 !important;

    text-align:left !important;
}

/* Product title */
.sns-widget-products.sns-products-style-two .item-title {
    display:block !important;

    width:100% !important;

    height:auto !important;
    min-height:0 !important;
    max-height:40px !important;

    margin:0 0 7px !important;
    padding:0 !important;

    overflow:hidden !important;

    white-space:normal !important;

    font-size:13.5px !important;
    line-height:20px !important;
    font-weight:500 !important;

    text-align:left !important;
}

.sns-widget-products.sns-products-style-two .item-title a {
    display:-webkit-box !important;

    width:100% !important;

    -webkit-box-orient:vertical !important;
    -webkit-line-clamp:2 !important;

    overflow:hidden !important;

    color:#333 !important;
    text-decoration:none !important;

    white-space:normal !important;
}

/* Remove garbage spacing from item content */
.sns-widget-products.sns-products-style-two .item-content {
    display:block !important;

    width:100% !important;
    height:auto !important;
    min-height:0 !important;

    margin:0 !important;
    padding:0 !important;

    text-align:left !important;
}

/* Price */
.sns-widget-products.sns-products-style-two .price {
    display:flex !important;
    flex-wrap:wrap !important;

    align-items:baseline !important;
    justify-content:flex-start !important;

    gap:2px 6px !important;

    width:100% !important;
    height:auto !important;
    min-height:0 !important;

    margin:0 !important;
    padding:0 !important;

    text-align:left !important;
    white-space:normal !important;
}

.sns-widget-products.sns-products-style-two .price .amount,
.sns-widget-products.sns-products-style-two .price ins .amount {
    font-size:15px !important;
    line-height:20px !important;
    font-weight:700 !important;

    color:#272727 !important;
}

.sns-widget-products.sns-products-style-two .price del {
    display:inline-block !important;

    margin:0 !important;

    font-size:11px !important;
    line-height:17px !important;

    color:#888 !important;

    white-space:nowrap !important;
}

.sns-widget-products.sns-products-style-two .price ins {
    display:inline-block !important;

    margin:0 !important;

    text-decoration:none !important;

    white-space:nowrap !important;
}

/* Sidebar does not need cart CTA */
.sns-widget-products.sns-products-style-two .cart-wrap,
.sns-widget-products.sns-products-style-two .add_to_cart_button,
.sns-widget-products.sns-products-style-two .added_to_cart,
.sns-widget-products.sns-products-style-two .item-box-hover {
    display:none !important;
}

/* Never show main-grid sale badge geometry here */
.sns-widget-products.sns-products-style-two .onsale {
    display:none !important;
}

/* Sidebar title */
.sns-widget-products.sns-products-style-two .widget-title,
.sns-widget-products.sns-products-style-two h3.widget-title,
.sns-widget-products.sns-products-style-two h2 {
    margin-bottom:14px !important;

    font-size:22px !important;
    line-height:28px !important;
    font-weight:700 !important;
}

/* Sidebar carousel controls stay in its header */
.sns-widget-products.sns-products-style-two .navslider {
    position:absolute !important;

    top:0 !important;
    right:0 !important;

    display:flex !important;
    gap:7px !important;

    width:auto !important;
    height:auto !important;

    margin:0 !important;

    z-index:10 !important;
}

.sns-widget-products.sns-products-style-two .navslider .prev,
.sns-widget-products.sns-products-style-two .navslider .next {
    display:inline-flex !important;

    align-items:center !important;
    justify-content:center !important;

    width:34px !important;
    height:34px !important;

    margin:0 !important;

    border:1px solid #dedede !important;

    background:#fff !important;
    color:#555 !important;
}


/* ===== NAVSLIDER SCOPE FIX ===== */

/* Tuyệt đối không đặt nav lên product image/main category grid */
body.archive.woocommerce #sns_content .products .navslider,
body.tax-product_cat #sns_content .products .navslider,
body.post-type-archive-product #sns_content .products .navslider {
    display:none !important;
}

/* BÁN CHẠY: arrows chỉ nằm ở header widget */
.sns-widget-products.sns-products-style-two {
    position:relative !important;
}

.sns-widget-products.sns-products-style-two > .navslider,
.sns-widget-products.sns-products-style-two .widget-title + .navslider {
    position:absolute !important;
    top:0 !important;
    right:0 !important;
    left:auto !important;

    display:flex !important;
    align-items:center !important;
    gap:7px !important;

    margin:0 !important;
    padding:0 !important;

    z-index:5 !important;
}

/* Nếu navslider bị sinh bên trong item/card thì không cho hiện */
.sns-widget-products.sns-products-style-two .item_product .navslider,
.sns-widget-products.sns-products-style-two .item-inner .navslider,
.sns-widget-products.sns-products-style-two .item-img .navslider,
.product_list.grid > li .navslider {
    display:none !important;
}

/* Product Tabs homepage: nav chỉ được ở header */
.sns-product-tabs > .navslider {
    display:none !important;
}

.sns-product-tabs .sns-nav-tabs-warpper > .navslider {
    position:static !important;
    display:flex !important;
}

/* ===== NAVSLIDER FINAL CONTAINMENT 20260825 ===== */
#sns_content .navslider {
  display:none !important;
}

/* Không bao giờ hiện arrows trong product card / image / sidebar */
#sns_content .product_list .navslider,
#sns_content .item_product .navslider,
#sns_content .item-inner .navslider,
#sns_content .item-img .navslider,
#sns_content .item-img-info .navslider,
#sns_content .sns-widget-products .navslider,
#sns-product-sidebar .navslider {
  display:none !important;
}

/* Chỉ Product Tabs được phép có Prev / Next trong HEADER */
#sns_content .sns-product-tabs .sns-nav-tabs-warpper > .navslider {
  display:flex !important;
  position:static !important;
  top:auto !important;
  right:auto !important;
  bottom:auto !important;
  left:auto !important;
  width:auto !important;
  height:auto !important;
  margin:0 !important;
  padding:0 !important;
  align-items:center !important;
  gap:7px !important;
  transform:none !important;
  z-index:auto !important;
}
#sns_content .sns-product-tabs .sns-nav-tabs-warpper > .navslider .prev,
#sns_content .sns-product-tabs .sns-nav-tabs-warpper > .navslider .next {
  display:inline-flex !important;
  position:static !important;
  align-items:center !important;
  justify-content:center !important;
  width:34px !important;
  height:34px !important;
  margin:0 !important;
  padding:0 !important;
  border:1px solid #ddd !important;
  background:#fff !important;
  transform:none !important;
}

/* ===== PRODUCT TABS HEADER FINAL ===== */
#sns_content .sns-product-tabs.template-carousel .sns-nav-tabs-warpper {
  position:relative !important;
  display:flex !important;
  flex-wrap:nowrap !important;
  align-items:center !important;
  justify-content:flex-start !important;
  gap:18px !important;
  width:100% !important;
  min-height:38px !important;
  margin:0 0 22px !important;
  padding:0 !important;
  border:0 !important;
}
#sns_content .sns-product-tabs.template-carousel .sns-nav-tabs-warpper h2.wpb_heading {
  position:static !important;
  flex:1 1 auto !important;
  min-width:0 !important;
  margin:0 !important;
  padding:0 !important;
  font-size:27px !important;
  line-height:36px !important;
  font-weight:700 !important;
  color:#262626 !important;
}
#sns_content .sns-product-tabs.template-carousel .sns-nav-tabs-warpper ul.nav-tabs {
  position:static !important;
  flex:0 0 auto !important;
  display:flex !important;
  flex-wrap:nowrap !important;
  align-items:center !important;
  gap:18px !important;
  margin:0 !important;
  padding:0 !important;
  border:0 !important;
}
#sns_content .sns-product-tabs.template-carousel .sns-nav-tabs-warpper ul.nav-tabs > li {
  float:none !important;
  margin:0 !important;
}
#sns_content .sns-product-tabs.template-carousel .sns-nav-tabs-warpper ul.nav-tabs > li > a {
  display:block !important;
  margin:0 !important;
  padding:4px 0 !important;
  border:0 !important;
  background:transparent !important;
  font-size:13px !important;
  line-height:24px !important;
  font-weight:600 !important;
  white-space:nowrap !important;
}
#sns_content .sns-product-tabs.template-carousel .sns-nav-tabs-warpper > .navslider {
  position:static !important;
  flex:0 0 auto !important;
  display:flex !important;
  align-items:center !important;
  gap:7px !important;
  width:auto !important;
  height:auto !important;
  margin:0 !important;
  padding:0 !important;
  transform:none !important;
}
#sns_content .sns-product-tabs.template-carousel .sns-nav-tabs-warpper:before,
#sns_content .sns-product-tabs.template-carousel .sns-nav-tabs-warpper:after,
#sns_content .sns-product-tabs.template-carousel ul.nav-tabs:before,
#sns_content .sns-product-tabs.template-carousel ul.nav-tabs:after {
  display:none !important;
  content:none !important;
}
