.pdp {
}

.pdp-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
}

/* Gallery */
.pdp-main-image {
    position: relative;
    background: rgba(220, 220, 217, 1);
    border-radius: 2rem;
    padding: 4rem;
    height: 39.375rem;
    border: 1px solid rgba(0, 0, 0, 1);
}
.pdp-main-image img {
    width: 100%;
    display: block;
    height: 100%;
    object-fit: contain;
}
.pdp-thumbs {
    margin-top: 1.6rem;
}
.thumb {
    border-radius: 1rem;
    padding: 0;
    border: 0.1rem solid transparent;
    width: 6.875rem;
    height: 6.875rem;
    overflow: hidden;
    margin: 0 .5rem;
    cursor: pointer;
}
.thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.thumb.is-selected {
    border-color: rgba(66, 78, 97, 1);
}
.pdp-thumbs .flickity-prev-next-button,
.pdp-gallery ol.flickity-page-dots {
    display: none;
}

.pdp-gallery .flickity-prev-next-button.previous {
    left: 1rem;
}
.pdp-gallery .flickity-prev-next-button.next {
    right: 1rem;
}
/* Info */
.pdp-title {
    font-size: 2.438rem;
    line-height: 1.3;
}
.pdp-meta, .product_meta {
    font-size: .813rem;
    margin: 1rem 0 2.4rem;
}
.product_meta span.posted_in a {
    color: #000;
}
a.reset_variations {
    display: block;
    margin-top: 10px;
    /* text-align: center; */
    font-size: 14px;
    color: #b44800;
}
.pdp-option h4, .woo-variation-swatches.wvs-show-label .variations td .woo-selected-variation-item-name, .woo-variation-swatches.wvs-show-label .variations td label, .woo-variation-swatches.wvs-show-label .variations th .woo-selected-variation-item-name, .woo-variation-swatches.wvs-show-label .variations th label {
    font-size: 1.25rem;
    font-weight: 500;
    margin-top: 1.25rem;
    margin-bottom: 1.5rem;
}
.pdp-option {
    margin-bottom: 2.4rem;
}
.nt-pack-swatch-price * {
    font-size: 1rem;
    font-weight: normal !important;
    margin: 3px 0px;
}
ul.variable-items-wrapper[data-attribute_name="attribute_pa_nt_pack"] .variable-item-span.variable-item-span-button {
    justify-content: flex-start !important;
    gap: 0px !important;
}
.option-group {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
}

.option small {
    font-size: 1rem;
}
.woo-variation-swatches .wvs-style-squared.variable-items-wrapper .variable-item:not(.radio-variable-item).button-variable-item {
    padding: .5rem 1.5rem;
    border: 0.1rem solid #ccc;
    border-radius: 0.8rem;
    background: #fff;
    font-size: 1.25rem;
    text-align: left;    height: auto;
    font-weight: 500;
}
.option.is-active, .woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).button-variable-item.selected:not(.no-stock) {
    background: rgba(27, 42, 65, 1);
    color: #fff;
    border-color: rgba(27, 42, 65, 1);
}
button.btn.btn-outline {
    color: rgba(19, 29, 46, 1);
    background-color: transparent;
    border: 1px solid rgba(180, 72, 0, 1);

}
button.btn.btn-outline.btn.buy-now-button {
    width: 50%;
    cursor: pointer;
}
.pdp-actions > .btn, .single_add_to_cart_button {
    min-width: auto;
    width: 100%;
    padding: 0;
    cursor: pointer;
}
.pdp-actions > .btn img {
    margin-right: .5rem;
}p.price-single-tr.price {
    display: none;
}
.pdp-price, .woocommerce-variation-price {
    font-size: 3rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
}
.pdp-price h4{
    font-size: 1.25rem;
    font-weight: 500;
}
.pdp-actions {
    display: flex;
    gap: 1.6rem;
}
.pdp-gallery {
    position: relative;
}
.related-products .product-grid {
    margin-top: 3rem;
    padding-bottom: 0;
}
.related-products .product-item:nth-child(even) {
    margin-top: 0;
}
.related-products {
    border-top: 1px solid #000;
    padding-top: 4rem;
}
.product-tabs {
    padding: 4rem 0;
  }
  
  .tabs-container {
    max-width: 120rem;
    margin: auto;
  }
  
  .tabs-head, ul.tabs.wc-tabs {
    display: flex;
    gap: 0;
    margin-bottom: 3rem;
    justify-content: center;
    margin-top: 3rem;
    list-style: none;
}
  ul.tabs.wc-tabs li{
     font-size: 1.5rem;
     height: 4rem;
    line-height: 4rem;
     border: .1rem solid rgba(19, 29, 46, 1);
      padding: 0 1.25rem;
    border-radius: 0;
   margin: 0 1rem;
    background: transparent;
  } 
.tab-btn, ul.tabs.wc-tabs li a {
   
    color: rgba(19, 29, 46, 1);
    
    cursor: pointer;
    text-decoration: none;
}
.tab-btn:hover,
  .tab-btn.is-active, ul.tabs.wc-tabs li.active, ul.tabs.wc-tabs li.active a, ul.tabs.wc-tabs li:hover, ul.tabs.wc-tabs li:hover a {
    background: rgba(27, 42, 65, 1);
    color: #fff;
  }
  
  .tabs-body {
    max-width: 80rem;
  }
  
  .tab-panel, .woocommerce-Tabs-panel {
    display: none;
    font-size: 1.6rem;
    line-height: 1.6;
  }
  
  .tab-panel, .woocommerce-Tabs-panel.is-active {
    display: block;
  }
  
  .tab-panel, .woocommerce-Tabs-panel h4 {
    font-size: 1.8rem;
    margin: 2.4rem 0 1.2rem;
  }
  
  .tab-panel, .woocommerce-Tabs-panel ul {
    padding-left: 2rem;
  }
  
  .tab-panel, .woocommerce-Tabs-panel img {
    margin-top: 2.4rem;
    max-width: 100%;
    border-radius: 1.2rem;
  }
  .tabs-body h4 {
    font-size: 1.25rem;
    text-transform: uppercase;
    margin-bottom: 1.25rem;
}
.tabs-body img{
    margin-bottom: 1.25rem;
    margin-left: 1.25rem;
}
.tabs-body ol,
.tabs-body ul{
    padding-left: 15px;
}
.tabs-body li,
.tabs-body p, .woocommerce-Tabs-panel  li, .woocommerce-Tabs-panel  p{
    font-size: 1rem;
    line-height: 1.5;
}

.related-products span.woocommerce-Price-amount.amount {
    color: rgba(15, 23, 36, 1);
    font-family: var(--heading-font);
    font-size: 1.225rem;
    font-weight: 700;
}
.woocommerce #review_form #respond textarea {
    border: 1px solid #ccc;
    padding: 13px;
    border-radius: 10px;
}.woocommerce-message {
    border-top: 4px solid #b44800 !important;
    background: #1b2a41 !important;
    color: #fff !important;
    font-size: 18px;
}
.woocommerce #review_form #respond .form-submit input {
    background: #b44800;
    color: #fff;
    padding: 16px 20px;
    width: 200px;
    border-radius: 50px;
}
.woocommerce-message>a {
    background: #b44800 !important;
    color: #fff !important;
    border-radius: 50px !important;
    font-size: 14px !important;
    padding: 22px 40px !important;
}
label#comment-form-rating-label {
    font-size: 16px;
}
span#reply-title {
    font-size: 14px;
}
p.stars a {
    color: #eb8f00;
}
/* variable product cũng chỉ icon */
.nt-card__cart a.product_type_variable{
  font-size:0;
}
span.yith-wcwl-add-to-wishlist-button__label {
    display: none;
}
@media (max-width: 1199px) {
    .pdp-main-image {
        height: 30rem;
        padding: 2rem;
    }

    .tab-btn {
        font-size: 1.8rem;
        margin: 0 0.5rem;
    }
}

@media (max-width: 991px) {
    .pdp-container {
        grid-template-columns: 1fr;
        gap: 3rem;
    }

    .pdp-info {
        text-align: left;
    }

    .pdp-main-image {
        height: auto;
        aspect-ratio: 1/1;
    }

    .tabs-head {
        flex-wrap: wrap;
        gap: 10px;
    }

    .tab-btn {
        font-size: 1.25rem;
        height: 3.5rem;
        line-height: 3.5rem;
        flex: 1;
        min-width: 150px;
        text-align: center;
        margin: 0;
    }
}

@media (max-width: 767px) {
    .pdp-title {
        font-size: 1.8rem;
    }
    section.related-products.featured-products > .container {
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .pdp-price {
        font-size: 2.2rem;
    }

    .pdp-actions {
        flex-direction: column;
    }

    .pdp-actions .btn {
        height: 3.5rem;
    }

    .tabs-body {
        max-width: 100%;
    }

    .tab-panel, .woocommerce-Tabs-panel img {
        margin-left: 0;
        width: 100%;
    }

    .breadcrumb {
        font-size: 0.875rem;
        margin-bottom: 1.5rem;
    }

    .pdp-thumbs .thumb {
        width: 25%;
        height: 10rem;
    }
}

@media (max-width: 480px) {
    .pdp-main-image {
        padding: 1rem;
        border-radius: 1rem;
    }

    .option {
        width: auto;
        font-size: 1rem;
    }

    .option small {
        font-size: 0.875rem;
    }

    .tab-btn {
        font-size: 1rem;
        min-width: 100%;
        margin: 0;
    }

    .tabs-head {
        flex-direction: column;
    }
}