@charset "utf-8";  /* ByYU 19 de febrero del 2025 */
@import url('https://fonts.googleapis.com/css?family=Montserrat:300,400,500,600,700,800,900|Rubik:300,400,500,700,900');

:root {
    --primary-color: #16B709;
    --text-dark: #2c3e50;
    --text-light: #7f8c8d;
    --background-light: #f8f9fa;
    --white: #ffffff;
    --shadow-light: 0 2px 10px rgba(0,0,0,0.03);
}

.breadcrumb-item+.breadcrumb-item::before {
    content: ">"
}

.breadcrumb {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: .1rem 0rem !important;
    margin-bottom: 0rem;
    list-style: none;
    background-color: #ffffff;
    border-radius: .25rem
}

.single_product {
    padding-top: 66px;
    padding-bottom: 140px;
    background-color: #fbfbfb;
    margin-top: 0px;
    padding: 17px
}

.product_name {
    font-size: 16px;
    font-weight: 400;
    margin-top: 0px
}

.badge {
    display: inline-block;
    padding: 0.50em .4em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25rem
}

.product-rating {
    margin-top: 10px
}

.rating-review {
    color: #5b5b5b
}

.product_price {
    display: inline-block;
    font-size: 24px; 
    font-weight: 500;
    margin-top: 9px;
    clear: left
}

.product_discount {
    display: inline-block;
    font-size: 17px;
    font-weight: 300;
    margin-top: 9px;
    clear: left;
    margin-left: 10px;
    color: red
}

.product_saved {
    display: inline-block;
    font-size: 15px;
    font-weight: 200;
    color: #999999;
    clear: left
}

.singleline {
    margin-top: 1rem;
    margin-bottom: .40rem;
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, .1)
}

.product_info {
    color: #4d4d4d;
    display: inline-block
}

.product_options {
    margin-bottom: 10px
}

.product_description {
    padding-left: 0px
}

.product_quantity {
    width: 104px;
    height: 47px;
    border: solid 1px #e5e5e5;
    border-radius: 3px;
    overflow: hidden;
    padding-left: 8px;
    padding-top: -4px;
    padding-bottom: 44px;
    float: left;
    margin-right: 22px;
    margin-bottom: 11px
}

.order_info {
    margin-top: 18px
}

.shop-button {
    height: 47px
}

.product_fav i {
    line-height: 44px;
    color: #cccccc
}

.product_fav {
    display: inline-block;
    width: 52px;
    height: 46px;
    background: #FFFFFF;
    box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.1);
    border-radius: 11%;
    text-align: center;
    cursor: pointer;
    margin-left: 3px;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease
}

.br-dashed {
    border-radius: 5px;
    border: 1px dashed #dddddd;
    margin-top: 6px
}

.pr-info {
    margin-top: 2px;
    padding-left: 2px;
    margin-left: -14px;
    padding-left: 0px
}

.break-all {
    color: #5e5e5e
}

.image_selected {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: calc(100% + 15px);
    height: 525px;
    -webkit-transform: translateX(-15px);
    -moz-transform: translateX(-15px);
    -ms-transform: translateX(-15px);
    -o-transform: translateX(-15px);
    transform: translateX(-15px);
    border: solid 1px #e8e8e8;
    box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    padding: 15px
}

.image_list li {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 165px;
    border: solid 1px #e8e8e8;
    box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.1) !important;
    margin-bottom: 15px;
    cursor: pointer;
    padding: 15px;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
    overflow: hidden
}

@media (max-width: 390px) {
    .product_fav {
        display: none
    }
}

.bbb_combo {
    width: 100%;
    margin-right: 7%;
    padding-top: 21px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 24px;
    border-radius: 5px;
    margin-top: 0px;
    text-align: -webkit-center
}

.bbb_combo_image {
    width: 170px;
    height: 170px;
    margin-bottom: 15px
}

.fs-10 {
    font-size: 10px
}

.step {
    background: #167af6;
    border-radius: 0.8em;
    -moz-border-radius: 0.8em;
    -webkit-border-radius: 6.8em;
    color: #ffffff;
    display: inline-block;
    font-weight: bold;
    line-height: 3.6em;
    margin-right: 5px;
    text-align: center;
    width: 3.6em;
    margin-top: 116px
}

.row-underline {
    content: "";
    display: block;
    border-bottom: 2px solid #3798db;
    margin: 0px 0px;
    margin-bottom: 20px;
    margin-top: 15px
}

.deal-text {
    margin-left: -10px;
    font-size: 25px;
    margin-bottom: 10px;
    color: #000;
    font-weight: 700
}

.padding-0 {
    padding-left: 0;
    padding-right: 0
}

.padding-2 {
    margin-right: 2px;
    margin-left: 2px
}

.vertical-line {
    display: inline-block;
    border-left: 3px solid #167af6;
    margin: 0 10px;
    height: 364px;
    margin-top: 4px
}

.p-rating {
    color: green
}

.combo-pricing-item {
    display: flex;
    flex-direction: column
}

.boxo-pricing-items {
    display: inline-flex
}

.combo-plus {
    margin-left: 10px;
    margin-right: 18px;
    margin-top: 10px
}

.add-both-cart-button {
    margin-left: 36px
}

.items_text {
    color: #b0b0b0
}

.combo_item_price {
    font-size: 18px
}

.p_specification {
    font-weight: 500;
    margin-left: 22px
}

.mt-10 {
    margin-top: 10px
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
}

body {
    font-family: 'Rubik', sans-serif;
    font-size: 14px;
    background: var(--white);
    color: #000000;
}

div {
    display: block;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

ul {
    list-style: none;
    margin-bottom: 0px
}

.single_product {
    padding-top: 16px;
    padding-bottom: 140px
}

.image_list li {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 165px;
    border: solid 1px #e8e8e8;
    box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.1);
    margin-bottom: 15px;
    cursor: pointer;
    padding: 15px;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
    overflow: hidden
}

.image_list li:last-child {
    margin-bottom: 0
}

.image_list li:hover {
    box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.3)
}

.image_list li img {
    max-width: 100%
}

.image_selected {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: calc(100% + 15px);
    height: 525px;
    -webkit-transform: translateX(-15px);
    -moz-transform: translateX(-15px);
    -ms-transform: translateX(-15px);
    -o-transform: translateX(-15px);
    transform: translateX(-15px);
    border: solid 1px #e8e8e8;
    box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    padding: 15px
}

.image_selected img {
    max-width: 100%
}

.product_category {
    font-size: 12px;
    color: rgba(0, 0, 0, 0.5)
}

.product_rating {
    margin-top: 7px
}

.product_rating i {
    margin-right: 4px
}

.product_rating i::before {
    font-size: 13px
}

.product_text {
    margin-top: 27px
}

.product_text p:last-child {
    margin-bottom: 0px
}

.order_info {
    margin-top: 16px
}

.product_quantity {
    width: 182px;
    height: 50px;
    border: solid 1px #e5e5e5;
    border-radius: 5px;
    overflow: hidden;
    padding-left: 25px;
    float: left;
    margin-right: 30px
}

.product_quantity span {
    display: block;
    height: 50px;
    font-size: 16px;
    font-weight: 300;
    color: rgba(0, 0, 0, 0.5);
    line-height: 50px;
    float: left
}

.product_quantity input {
    display: block;
    width: 30px;
    height: 50px;
    border: none;
    outline: none;
    font-size: 16px;
    font-weight: 300;
    color: rgba(0, 0, 0, 0.5);
    text-align: left;
    padding-left: 9px;
    line-height: 50px;
    float: left
}

.quantity_buttons {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 29px;
    border-left: solid 1px #e5e5e5
}

.quantity_inc,
.quantity_dec {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    height: 50%;
    cursor: pointer
}

.quantity_control i {
    font-size: 11px;
    color: rgba(0, 0, 0, 0.3);
    pointer-events: none
}

.quantity_control:active {
    border: solid 1px rgba(14, 140, 228, 0.2)
}

.quantity_inc {
    padding-bottom: 2px;
    justify-content: flex-end;
    border-top-right-radius: 5px
}

.quantity_dec {
    padding-top: 2px;
    justify-content: flex-start;
    border-bottom-right-radius: 5px
}

/* De aqui para bajo ByYU 26 de febrero del 2025 */
  /* Estilos modernos para la página de detalle de producto */
  .super_container {
        background: var(--background-light);
        min-height: 100vh;
    }

.single_product {
    padding: 2rem 0;
}

.product-container {
    background: var(--white);
    border-radius: 0.5rem;
    box-shadow: var(--shadow-light);
    padding: 2rem;
    margin-bottom: 2rem;
}

/* Ajustes para el contenedor principal del zoom */
.xzoom-container {
    background: var(--white);
    padding: 1rem;
    border-radius: 0.5rem;
    box-shadow: var(--shadow-light);
    position: relative;
    width: 100%;
    overflow: hidden;
}

/* Ajustes para la imagen principal */
.xzoom5 {
    width: 100%;
    height: auto;
    max-height: 400px;
    object-fit: contain;
    display: block;
    margin: 0 auto;
}

/* Mejoras para el contenedor de miniaturas */
.xzoom-thumbs {
    display: flex;
    gap: 0.5rem;
    overflow-x: auto;
    padding: 0.5rem 0;
    scrollbar-width: thin;
    scrollbar-color: var(--primary-color) #f0f0f0;
    scroll-behavior: smooth;
}

/* Estilo para la barra de desplazamiento */
.xzoom-thumbs::-webkit-scrollbar {
    height: 6px;
}

.xzoom-thumbs::-webkit-scrollbar-track {
    background: #f0f0f0;
    border-radius: 3px;
}

.xzoom-thumbs::-webkit-scrollbar-thumb {
    background-color: var(--primary-color);
    border-radius: 3px;
}

/* Ajustes para las miniaturas */
.xzoom-thumbs a {
    flex: 0 0 auto;
    width: 60px;
    height: 60px;
    border-radius: 0.25rem;
    overflow: hidden;
    border: 2px solid transparent;
    transition: all 0.3s ease;
}

.xzoom-thumbs a:hover,
.xzoom-thumbs a.xactive {
    border-color: var(--primary-color);
    transform: translateY(-2px);
}

.xzoom-thumbs a img {
    object-fit: cover;
    border-radius: 0.25rem;
    margin: 0;
}

/* Estilos para la lente y la vista previa */
.xzoom-lens {
    border: 1px solid #16B709;
    border-radius: 0.25rem;
}

.xzoom-preview {
    border-radius: 0.5rem;
    box-shadow: 0 5px 25px rgba(0,0,0,0.1);
    background: white;
}

/* Descripción del producto */
.product-description {
    margin-top: 2rem;
}

.description-content {
    color: #666;
    line-height: 1.6;
    font-size: 1rem;
    padding: 1rem;
    background: #f8f9fa;
    border-radius: 0.5rem;
}

/* Información del producto */
.product_name {
    font-size: 1.75rem;
    font-weight: 600;
    color: var(--text-dark);
    margin-bottom: 1rem;
    line-height: 1.3;
}

.product_price {
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--primary-color);
    display: inline-block;
    margin-right: 1rem;
}

.product_discount {
    font-size: 1.1rem;
    color: #95a5a6;
}

.product-rating {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin: 1rem 0;
}

.rating-review {
    color: var(--text-light);
    font-size: 0.9rem;
}


/* Botones de cantidad */
.btn_option_unit {
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--background-light);
    border-radius: 2rem;
    padding: 0.5rem 1rem;
    margin: 1rem 0;
    box-shadow: 0 2px 5px rgba(0,0,0,0.05);
}

.quantity-btn {
    width: 2.5rem;
    height: 2.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: var(--white);
    cursor: pointer;
    transition: all 0.3s ease;
    color: var(--primary-color);
    border: 1px solid #e0e0e0;
    user-select: none;
}

.quantity-btn:hover {
    background: var(--primary-color);
    color: var(--white);
    transform: scale(1.05);
}

.quantity-btn:active {
    transform: scale(0.95);
}

#quantity_input {
    font-size: 1.2rem;
    font-weight: 600;
    color: var(--text-dark);
    width: 3rem;
    text-align: center;
    user-select: none;
}

/* Botón de agregar al carrito */
#btn_add_product_to_car {
    background: var(--primary-color);
    color: var(--white);
    border: none;
    border-radius: 2rem;
    font-weight: 600;
    font-size: 1.1rem;
    transition: all 0.3s ease;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    box-shadow: 0 4px 15px rgba(22, 183, 9, 0.2);
}

#btn_add_product_to_car:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(22, 183, 9, 0.25);
}

/* Iconos de compartir */
.share-container {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin: 1.5rem 0;
    padding: 1rem;
    background: var(--background-light);
    border-radius: 0.5rem;
}

.share_icons {
    width: 2.5rem;
    height: 2.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: var(--white);
    color: #95a5a6;
    transition: all 0.3s ease;
    font-size: 1.2rem;
    box-shadow: 0 2px 5px rgba(0,0,0,0.05);
}

.share_icons:hover {
    color: var(--white);
    transform: translateY(-2px);
}

.share_icons.whatsapp:hover { background: #25D366; }
.share_icons.facebook:hover { background: #1877F2; }
.share_icons.twitter:hover { background: #1DA1F2; }
.share_icons.linkedin:hover { background: #0A66C2; }
.share_icons.instagram:hover { 
    background: linear-gradient(45deg, #405DE6, #5851DB, #833AB4, #C13584, #E1306C, #FD1D1D);
}

/* Descripción y detalles */
.product-details {
    margin-top: 2rem;
    padding: 1.5rem;
    background: var(--white);
    border-radius: 0.5rem;
    box-shadow: var(--shadow-light);
}

.product-details h3 {
    font-size: 1.2rem;
    font-weight: 600;
    color: var(--text-dark);
    margin-bottom: 1rem;
}

.product-info {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 1rem;
    margin-top: 1rem;
}

.info-item {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    color: var(--text-light);
}

.info-item strong {
    color: var(--text-dark);
}

/* Ajustes responsive */
@media (max-width: 768px) {
    .product-container {
        padding: 1rem;
    }

    .product_name {
        font-size: 1.5rem;
    }

    .btn_option_unit {
        width: 100%;
    }

    .xzoom5 {
        max-height: 300px;
    }

    .xzoom-thumbs a {
        width: 50px;
        height: 50px;
    }
    
    .xzoom-preview {
        display: none !important; /* Desactivar preview en móviles */
    }
    .container {
        padding-right: 0px !important;
        padding-left: 0px !important;
    }
    
    
}
 /* Estilos adicionales */
 .section-title {
    color: var(--text-dark);
    font-weight: 600;
    position: relative;
    padding-bottom: 0.5rem;
}

.section-title:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 60px;
    height: 3px;
    border-radius: 3px;
}

.product-card {
    background: var(--white);
    border-radius: 0.5rem;
    overflow: hidden;
    transition: all 0.3s ease;
    cursor: pointer;
    box-shadow: var(--shadow-light);
    height: 100%;
}

.product-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 5px 20px rgba(0,0,0,0.08);
}

.product-image {
    position: relative;
    padding-top: 100%;
    overflow: hidden;
}

.product-image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.product-rating-small {
    position: absolute;
    bottom: 10px;
    right: 10px;
    background: rgba(255,255,255,0.9);
    padding: 5px 10px;
    border-radius: 20px;
    font-size: 0.8rem;
}

.product-rating-small i {
    color: #FFD700;
}

.product-title {
    font-size: 1rem;
    font-weight: 600;
    color: var(--text-dark);
    margin-bottom: 0.5rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.product-category {
    font-size: 0.9rem;
    color: var(--text-light);
    margin-bottom: 0.5rem;
}

.product-description {
    font-size: 0.9rem;
    color: var(--text-light);
    margin-bottom: 0.5rem;
}

.product-price {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.original-price {
    color: #95a5a6;
    font-size: 0.9rem;
}

.final-price {
    color: var(--primary-color);
    font-weight: 600;
}

@media (max-width: 768px) {
    .related-products {
        padding: 0;
        margin: 0;
    }

    .product-card {
        margin-bottom: 1rem;
        height: auto;
    }
}
/* Carrusel de métodos de pago */
.payment-methods-container {
    background-color: var(--white);
    padding: 30px 0;
    border-radius: 10px;
    box-shadow: 0 4px 6px rgba(0,0,0,0.05);
    position: relative;
    margin: 20px auto;
    max-width: 100%;
}

.payment-methods-wrapper {
    position: relative;
    overflow: hidden;
    width: 100%;
    margin: 0 auto;
    padding: 10px 0;
}

.payment-methods-carousel {
    display: flex;
    align-items: center;
    transition: left 0.3s ease;
    position: relative;
    left: 0;
}

.payment-method-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 0 15px;
    text-align: center;
    padding: 15px;
    transition: transform 0.3s ease;
    flex: 0 0 auto;
    width: 120px; /* Ancho fijo para cada item */
    background-color: white;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.05);
}

.payment-method-item:hover {
    transform: scale(1.05);
    cursor: pointer;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
}

.payment-method-icon {
    font-size: 2rem;
    color: #007bff;
    margin-bottom: 12px;
}

.payment-method-name {
    font-size: 0.8rem;
    color: #333;
    white-space: nowrap;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* Estilos para los botones de navegación */
.nav-button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #fff;
    border: 1px solid #ddd;
    color: #333;
    font-size: 18px;
    cursor: pointer;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
    transition: all 0.3s ease;
}

.nav-button:hover {
    background-color: #007bff;
    color: white;
    box-shadow: 0 4px 8px rgba(0,0,0,0.15);
}

.prev-button {
    left: 10px;
}

.next-button {
    right: 10px;
}

/* Estilos responsivos */
@media (max-width: 768px) {
    .payment-methods-wrapper {
        width: 70%;
    }
    
    .payment-method-item {
        width: 100px;
        margin: 0 10px;
    }
    
    .payment-method-icon {
        font-size: 1.5rem;
    }
    
    .payment-method-name {
        font-size: 0.7rem;
    }
}

@media (max-width: 480px) {
    .payment-methods-wrapper {
        width: 90%;
    }
    
    .payment-method-item {
        width: 80px;
        margin: 0 8px;
    }
    
    .nav-button {
        width: 30px;
        height: 30px;
        font-size: 14px;
    }
}

/* ---------- Product Detail Refinement (Storefront Legacy Safe) ---------- */
.product-detail-container {
    padding-right: 0 !important;
    padding-left: 0 !important;
    font-size: 0.94rem;
}

.product-main-header {
    padding: 6px 8px 2px;
}

.product-main-header__row {
    gap: 0.75rem;
}

.product-main-header .product_name {
    font-family: 'Montserrat', 'Rubik', sans-serif;
    font-size: 1.42rem;
    font-weight: 700;
    line-height: 1.2;
    color: #1f2937;
    letter-spacing: -0.02em;
}

.product-main-header__star {
    color: #f5b301;
    font-size: 1.06rem;
}

.product-main-header__star--empty {
    opacity: 0.75;
}

.product-main-header__reviews {
    color: #6b7280;
    font-size: 0.86rem;
    font-weight: 500;
}

.product-section-title {
    font-family: 'Montserrat', 'Rubik', sans-serif;
    font-size: 0.98rem;
    font-weight: 700;
    color: #243142;
    margin-bottom: 1rem;
    line-height: 1.25;
}

.product-subsection-title {
    font-family: 'Montserrat', 'Rubik', sans-serif;
    font-size: 0.9rem;
    font-weight: 700;
    color: #374151;
    margin-bottom: 0.8rem;
    line-height: 1.25;
}

.product-section-title__icon {
    margin-right: 8px;
    color: #667085;
}

.product-container {
    border: 1px solid #e9edf3;
    border-radius: 12px;
    box-shadow: 0 2px 10px rgba(15, 23, 42, 0.04);
    padding: 1.2rem;
}

.product-container--compact {
    padding: 1rem;
}

.description-content {
    font-size: 0.92rem;
    color: #485466;
    line-height: 1.56;
}

.description-content p,
.description-content li {
    font-size: 0.9rem;
}

.product-price-old {
    font-size: 1rem;
    color: #8c97a8;
}

.product-price-current {
    font-size: 1.45rem;
    line-height: 1.1;
    font-weight: 800;
    color: #138f5a;
}

.product-add-total {
    position: static;
    font-size: 0.9rem;
    font-weight: 700;
}

.product-detail-container .quantity-selector .btn_option_unit {
    padding: 0.3rem 0.7rem;
    margin: 0.35rem 0 0.8rem;
    border-radius: 14px;
    gap: 0.4rem;
}

.product-detail-container .quantity-selector .quantity-btn {
    width: 1.85rem;
    height: 1.85rem;
    font-size: 0.8rem;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.08);
}

.product-detail-container .quantity-selector .quantity-input {
    width: 62px;
    font-size: 0.92rem;
    font-weight: 600;
    text-align: center;
}

.product-detail-container #btn_add_product_to_car.btn.btn-success.btn-lg {
    min-height: 40px;
    padding: 0.5rem 0.8rem;
    border-radius: 12px;
    font-size: 0.88rem;
    letter-spacing: 0.02em;
}

.share-list {
    display: flex;
    list-style: none;
    padding: 0;
    gap: 10px;
    margin: 0;
}

.related-products--detail {
    margin-top: 2.3rem !important;
}

.related-products__header {
    border-bottom: 1px solid #dbe3ed;
    padding-bottom: 0.85rem;
    margin-bottom: 1rem !important;
}

.related-products__title {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-family: 'Montserrat', 'Rubik', sans-serif;
    font-size: 1.35rem;
    font-weight: 700;
    color: #273447;
    margin-bottom: 0.35rem !important;
}

.related-products__title:after {
    display: none;
}

.related-products__title-icon {
    color: #2f7a5f;
    font-size: 1.2rem;
}

.related-products__title-text {
    border: 0;
    padding-bottom: 0;
}

.related-products__subtitle {
    font-size: 0.95rem;
    color: #667085;
}

.related-products__grid {
    margin-left: -7px;
    margin-right: -7px;
}

.related-products__col {
    padding-left: 7px;
    padding-right: 7px;
}

.related-product-card {
    background: #fff;
    width: 100%;
    border: 1px solid #e3e8ef !important;
    border-radius: 12px !important;
    box-shadow: 0 2px 8px rgba(16, 24, 40, 0.05);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.related-product-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 18px rgba(16, 24, 40, 0.11);
}

.related-product-card__media {
    min-height: 160px;
    border-radius: 12px 12px 0 0;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f8fafc;
    border-bottom: 1px solid #e7edf4;
    padding: 10px;
}

.related-product-card__image {
    max-height: 140px;
    width: auto;
    object-fit: contain;
}

.related-product-card__discount {
    font-size: 0.74rem;
    font-weight: 700;
    border-radius: 999px !important;
    letter-spacing: 0.02em;
}

.related-product-card__body {
    padding: 12px !important;
}

.related-product-card__title {
    font-size: 0.95rem;
    font-weight: 700;
    line-height: 1.34;
    color: #202b3a;
    min-height: 2.55em;
    white-space: normal !important;
    overflow: hidden;
    text-overflow: unset;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.related-product-card__category {
    font-size: 0.83rem;
    color: #7a8698;
    margin-bottom: 0.55rem !important;
}

.related-product-card__old-price {
    display: block;
    font-size: 0.82rem;
    color: #98a2b3;
    margin-bottom: 0.15rem;
}

.related-product-card__price {
    font-size: 1.02rem;
    font-weight: 800;
    color: #1b8f62;
}

@media (max-width: 991px) {
    .product-main-header .product_name {
        font-size: 1.34rem;
    }

    .product-price-current {
        font-size: 1.36rem;
    }

    .product-section-title {
        font-size: 1.02rem;
    }

    .related-products__title {
        font-size: 1.16rem;
    }
}

@media (max-width: 767px) {
    .product-main-header {
        text-align: left !important;
        padding: 6px 6px 2px;
    }

    .product-main-header .product_name {
        font-size: 1.2rem;
        line-height: 1.24;
    }

    .product-main-header__reviews {
        font-size: 0.8rem;
    }

    .product-container {
        border-radius: 10px;
        padding: 0.95rem;
    }

    .product-section-title {
        font-size: 0.96rem;
    }

    .product-subsection-title {
        font-size: 0.88rem;
    }

    .product-price-current {
        font-size: 1.26rem;
    }

    .related-products__grid {
        margin-left: -4px;
        margin-right: -4px;
    }

    .related-products__col {
        padding-left: 4px;
        padding-right: 4px;
    }

    .related-product-card__media {
        min-height: 128px;
        padding: 8px;
    }

    .related-product-card__image {
        max-height: 112px;
    }

    .related-product-card__title {
        font-size: 0.88rem;
        min-height: 2.48em;
    }

    .related-product-card__price {
        font-size: 0.95rem;
    }
}
