.wrapper-margin {
    margin-top: 20px;
}

.preview {
    padding: 0px;
    display: flex;
    flex-direction: column;
    margin-bottom: 30px;
    background: #fff;
    max-width: 580px;
}

.product-image-pic {
    position: relative;
    width: 100%;
    aspect-ratio: 1 / 1;
    overflow: hidden;
    background: linear-gradient(90deg, #eee 0, #ddd 50%, #eee 100%);
    background-size: auto;
    background-size: 150% 100%;
    animation: loading 2s infinite linear;
}

.product-image-pic {
    width: 100%;
    max-width: 580px;
    margin-inline: auto;
    position: relative;
}

#bigPicture {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
    opacity: 1 !important;
    visibility: visible !important;
    transition: none !important;
}

.product-image-pic.img-loading #bigPicture {
    opacity: .35 !important;
    transition: opacity .15s ease !important;
}

.product-image-pic.img-loading::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 42px;
    height: 42px;
    margin: -21px 0 0 -21px;
    border: 3px solid rgba(0, 0, 0, .12);
    border-top-color: #d90429;
    border-radius: 50%;
    animation: img-pic-spin .7s linear infinite;
    z-index: 5;
    pointer-events: none;
}

@keyframes img-pic-spin {
    to {
        transform: rotate(360deg);
    }
}

.product-image img,
.product-image-pic img {
    display: block;
    opacity: 0;
    transition: opacity .5s ease-in-out;
}

.tab-content img {
    width: 100%;
    height: 100%;
    -webkit-animation-name: opacity;
    animation-name: opacity;
    -webkit-animation-duration: .3s;
    animation-duration: .3s;
}

.preview-thumbnail.nav-tabs {
    border: none;
    margin: 10px 0;
    display: flex;
    flex-direction: row;
}

.preview-thumbnail .con-img img {
    border: 2px solid transparent;
    border-radius: 4px;
    transition: border 0.2s;
}

.preview-thumbnail .con-img img.selected,
.preview-thumbnail .con-img img:hover {
    border-color: #d90429;
}

.con-img {
    height: 70px;
    width: 70px;
    cursor: pointer;
    margin-left: 15px;
}

.tab-content {
    background-color: #fff;
    min-height: 330px;
    overflow: hidden;
}

.product-title {
    margin: 8px 0;
    color: #333;
    font-size: 2.6rem;
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
}

.ranking {
    background-color: transparent;
    text-align: left;
    padding-left: 0;
    border: none;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 6px;
}

.review-block-rate {
    display: inline-flex;
    align-items: center;
    margin-right: 4px;
}

.rating-value {
    font-size: 1.4rem;
    font-weight: 600;
    color: #2c303f;
}

.rating-sep {
    color: #d9d9d9;
}

.sold_amount {
    font-size: 1.2rem;
    color: #515151;
}

.rate span {
    color: #999;
}

.star_full {
    background: url(../img/icon/star.svg?v=2) center/18px no-repeat;
}

.star_half {
    background: url(../img/icon/star_half.svg?v=2) center/18px no-repeat;
}

.star_empty {
    background: url(../img/icon/star_border.svg?v=2) center/18px no-repeat;
}

.str {
    display: inline-block;
    width: 18px;
    height: 18px;
}

.review_amount {
    font-size: 1.2rem;
    color: #515151;
    line-height: 25px;
}

[itemprop="offers"] {
    margin-top: 10px;
}

[itemprop="priceCurrency"],
[itemprop="price"] {
    color: #e63946;
    font-size: 3.5rem;
    font-weight: 700;
}

.price-line {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

[itemprop="offers"]>.previous {
    display: block;
    margin-left: 0;
}

.savings-note {
    display: block;
    color: #333333;
    font-size: 1.4rem;
    margin: 4px 0;
}

.instock,
.outstock {
    font-size: 1.4rem;
}

.stock-info {
    display: flex;
    align-items: baseline;
    flex-wrap: wrap;
    gap: 10px;
    margin: 10px 0;
    color: #0b9c30;
}

.stock-dot {
    width: 9px;
    height: 9px;
    border-radius: 50%;
    flex-shrink: 0;
    align-self: center;
}

.stock-dot.instock {
    background-color: #0b9c30;
}

.stock-dot.outstock {
    background-color: #0b9c30;
}

.stock-info.outstock {
    color: #e63946;
}

.stock-info.outstock .stock-dot {
    background-color: #e63946;
}

.stock-note {
    font-size: 1.4rem;
}

.description-title {
    text-align: left;
    margin-right: 10px;
    font-size: 1.4rem;
    color: #2c303f;
    font-weight: 600;
    margin-bottom: 5px;
}

.cfg {
    margin-bottom: 20px;
}

.btn.active {
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.selector.active,
.selector:active,
.selector:focus {
    border-color: #3a78b4;
    color: #3a78b4;
    font-weight: 600;
}

.caja {
    width: 135px;
    margin: 2px;
    vertical-align: top;
}

.selector {
    color: #5c5c5c;
    border-color: #d9d9d9;
    background-color: #fff;
}

#actions {
    margin: 30px 0 10px 0;
}

#actions>div[data-uuid] {
    display: flex;
    align-items: center;
    gap: 8px;
}

#actions>div[data-uuid] button[data-action="add"] {
    flex: 1;
}

#actions>div[data-uuid] .plus-label {
    display: inline;
    font-weight: 600;
    font-family: var(--font-poppins);
}

#actions>div[data-uuid] .icon-add-cart {
    display: inline-block;
}

#actions>div[data-uuid] .icon-add-plus {
    display: none;
}

#actions .cant {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 34px;
    cursor: default;
    font-size: 1.8rem;
    font-weight: 600;
}

#actions .add-to-cart {
    display: flex;
    width: 100%;
}

#actions .add-to-cart-label-desktop {
    display: none;
}

#actions .add-to-cart-label-mobile {
    display: inline;
    font-weight: 600;
    font-family: var(--font-poppins);
}

.product-help-whatsapp {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: 100%;
    margin: 0 0 20px;
    padding: 10px 12px;
    border: 1px solid #d9d9d9;
    border-radius: 6px;
    background-color: #fff;
    color: #088728;
    border-color: #088728;
    font-size: 1.4rem;
}

.product-help-whatsapp svg {
    flex-shrink: 0;
}

.descripcion-container {
    margin-bottom: 40px;
    margin: 0px;
}

.container-score-bar {
    width: 100%;
}

.title-description {
    line-height: 23px;
    font-size: 1.8rem;
    font-weight: 700;
    color: #333333;
    margin: 16px 0px;
}

#description-text {
    text-align: justify;
    line-height: 23px;
    font-size: 1.6rem;
    font-weight: 500;
    color: #5a5855;
}

.description-colap {
    max-height: 113px;
    overflow: hidden;
    position: relative;
    transition: max-height 0.4s ease;
}

.description-exp {
    max-height: 1000px;
}

.description-colap p {
    margin: 0 0 10px;
}

.toggle-link {
    margin-top: 20px;
    color: #015297;
    cursor: pointer;
    display: inline-block;
    font-size: 1.6rem;
    text-decoration: underline;
}

.producto-info-tabs {
    border: 1px solid #e3e3e3;
    border-radius: 8px;
    margin: 20px 0 40px;
    overflow: hidden;
    background-color: #fff;
}

.info-tabs-nav {
    display: flex;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    border-bottom: 1px solid #e3e3e3;
    scrollbar-width: none;
}

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

.info-tab {
    flex: 0 0 auto;
    white-space: nowrap;
    background: transparent;
    border: none;
    border-bottom: 3px solid transparent;
    padding: 15px 20px;
    font-family: var(--font-poppins);
    font-size: 1.5rem;
    font-weight: 500;
    color: #5a5855;
    cursor: pointer;
    transition: color 0.2s ease, border-color 0.2s ease;
}

.info-tab:hover {
    color: #333333;
}

.info-tab.active {
    color: #d90429;
    font-weight: 700;
    border-bottom-color: #d90429;
}

.info-tab-panel {
    padding: 20px;
}

.info-tab-panel[hidden] {
    display: none;
}

.tab-section-title {
    font-family: var(--font-poppins);
    font-size: 1.6rem;
    font-weight: 700;
    color: #333333;
    margin: 20px 0 10px;
}

.tab-section-title:first-child {
    margin-top: 0;
}

.caracteristicas-list {
    margin: 0 0 10px;
}

.caracteristica-item {
    display: flex;
    gap: 10px;
    padding: 8px 0;
    border-bottom: 1px solid #f0f0f0;
    font-size: 1.4rem;
}

.caracteristica-item dt {
    flex: 0 0 140px;
    color: #5a5855;
    font-weight: 600;
    margin: 0;
}

.caracteristica-item dd {
    margin: 0;
    color: #333333;
}

.beneficios-content {
    font-size: 1.6rem;
    line-height: 23px;
    color: #5a5855;
}

.envios-resumen-list {
    margin: 0 0 15px;
    padding-left: 20px;
    font-size: 1.5rem;
    line-height: 1.6;
    color: #5a5855;
}

.envios-resumen-list li {
    margin-bottom: 8px;
}

.envios-links a {
    color: #015297;
    text-decoration: underline;
}

@media (max-width: 767px) {
    .info-tab {
        padding: 12px 15px;
        font-size: 1.3rem;
    }

    .caracteristica-item dt {
        flex: 0 0 110px;
    }
}

h3.title-detail {
    margin: 0 10px 15px;
    color: #d90429;
    font-family: Poppins, sans-serif;
    font-size: 2.8rem;
    font-weight: 600;
    padding-bottom: 0;
}

#ver-mas {
    display: block;
    margin: 0 auto 40px auto;
    padding: 10px 20px;
    font-size: 1.6rem;
    cursor: pointer;
}

#ver-mas:disabled {
    color: #666;
}

.fade.in {
    opacity: 1;
}

.modal.in {
    opacity: 1;
}

.modal {
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    outline: 0;
}

.modal-dialog {
    max-width: 600px;
    height: 90%;
    margin: auto
}

.general-rating-container {
    margin-bottom: 20px;
}

.general-rating {
    margin: 10px 0;
    line-height: 1;
}

.score-bar {
    min-width: 45%;
}

.modal-content {
    position: relative;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 6px;
    outline: 0;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
    margin: 10px;
    height: 100%;
    overflow-y: auto;
}

.modal-header {
    height: 35px;
    padding: 0;
}

.modal-body {
    position: relative;
    padding: 0 15px;
}

.progress {
    height: 9px;
    margin-top: 8px;
    overflow: hidden;
    background-color: #f5f5f5;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
}

.progress-bar {
    float: left;
    width: 0;
    height: 100%;
    font-size: 1.2rem;
    line-height: 20px;
    color: #fff;
    text-align: center;
    background-color: #23547e;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
    -webkit-transition: width .6s ease;
    -o-transition: width .6s ease;
    transition: width .6s ease;
}

button.close {
    -webkit-appearance: none;
    padding: 0;
    cursor: pointer;
    background: 0 0;
    border: 0;
}

.close {
    float: right;
    font-size: 3.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .2;
    margin: 0 10px;
}

.padding-bottom-7 {
    margin-left: 5px;
    font-size: 4.0rem;
    margin: 0px;
}

.bold {
    font-weight: 700;
}

.padding-bottom-7 small {
    font-weight: 400;
    line-height: 1;
    color: #777;
}

.center25 {
    width: 45%;
    line-height: 25px;
    color: #999;
}

.number-score {
    width: 10%;
    color: #999;
    line-height: 1.8;
}

.reviews {
    color: #313131;
    font-size: 2.0rem;
    font-weight: 600;
    margin-bottom: 18px;
}

.img-rounded {
    border-radius: 6px;
}

.review-block-name {
    font-size: 1.2rem;
    margin: 10px 0;
    color: #8a2be2;
}

.star_full_big {
    background: url(../img/icon/star.svg?v=2) center/30px no-repeat;
}

.star_half_big {
    background: url(../img/icon/star_half.svg?v=2) center/30px no-repeat;
}

.star_empty_big {
    background: url(../img/icon/star_border.svg?v=2) center/30px no-repeat;
}

.str_big {
    padding-left: 30px;
}

.rating-star span {
    font-size: 3.0rem;
}

.pull-left {
    float: left !important;
}

.pull-right {
    float: right !important;
}

.modal-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: black;
    opacity: 0;
    z-index: 1040;
    transition: opacity 0.3s ease;
}

.modal-backdrop.in {
    opacity: .5;
}

.color {
    border-radius: 50%;
    margin: 5px;
    height: 32px;
    width: 32px;
    border-width: 2px;
    border-color: #ccc;
}

.color:hover,
.color.active,
.color:active,
.open>.color.dropdown-toggle {
    color: #fff;
    border-color: #333;
    border-width: 2px
}

[itemprop=discount] {
    color: #fff;
    background: #e63946;
    font-weight: bold;
    font-size: 1.4rem;
    padding: 4px 8px;
    border-radius: 6px;
    margin-left: 18px;
}

.productslist {
    margin-bottom: 20px;
}

hr {
    border: none;
    height: 1px;
    background: linear-gradient(to right, transparent, #a0a0a0ff, transparent);
    margin: 10px 0;
}

.free-shipping {
    background: #64a15b;
    color: #fff;
    padding: 4px 8px;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 8px;
    width: fit-content;
    margin: 10px 0;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}

.secure-payments {
    color: #64a15b;
    padding: 4px 0px;
    border-radius: 8px;
    font-size: 1.4rem;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 8px;
    margin: 10px 0;
}

.secure-payments:hover {
    text-decoration: underline !important;
}

:root {
    --bg: #f8fafc;
    --accent: #0f7b6c;
    --text: #0f172a;
    --muted: #535354;
    --radius: 12px;
    --shadow: 0 6px 18px rgba(15, 23, 42, 0.06);
}

.notice-img {
    margin: 12px 12px;
    display: flex;
    gap: 12px;
    align-items: flex-start;
    min-height: 72px;
    box-sizing: border-box;
    background: #f6f5f5;
    border-radius: var(--radius);
    padding: 10px 8px;
    box-shadow: var(--shadow);
    border: 2px solid #e3e3e3;
    font-family: Inter, system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial;
}

.notice__icon {
    width: 44px;
    min-width: 44px;
    height: 44px;
    flex: 0 0 44px;
    display: grid;
    place-items: center;
    border-radius: 10px;
    flex-shrink: 0;
    box-shadow: inset 0 -2px 6px rgba(15, 23, 42, 0.02);
}

.notice__content {
    display: flex;
    flex-direction: column;
    gap: 4px;
    flex: 1 1 auto;
    min-width: 0;
}

.notice__text {
    font-size: 1.3rem;
    color: var(--muted);
    line-height: 1.4;
    margin: 0;
    overflow-wrap: anywhere;
}

.notice--small {
    padding: 10px;
    gap: 10px;
}

.notice--small .notice__icon {
    width: 38px;
    min-width: 38px;
    height: 38px;
    flex: 0 0 38px;
}

@media (max-width:520px) {
    .notice-img {
        max-width: 100%;
        min-height: 64px;
        padding: 10px;
        gap: 10px;
    }

    .notice__text {
        font-size: 1.2rem
    }
}

body.dark .notice-img {
    background: linear-gradient(180deg, #071225, #071827);
    border: 1px solid rgba(255, 255, 255, 0.04);
    box-shadow: 0 6px 18px rgba(2, 6, 23, 0.6);
}

body.dark .notice__icon {
    background: rgba(255, 255, 255, 0.03);
}

body.dark {
    color: #e6eef3
}

body.dark .notice__text {
    color: #a9c1ca
}

.promo-limit {
    background: #fdf7e6;
    color: #313131;
    padding: 10px 8px;
    border-radius: 10px;
    font-size: 1.2rem;
    display: flex;
    align-items: center;
    gap: 8px;
    width: fit-content;
    margin: 10px 0;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.04);
}

.promo-limit svg,
.free-shipping svg {
    flex-shrink: 0;
}

@media (max-width: 698px) {
    .products-scroller {
        display: flex;
        flex-wrap: nowrap;
        overflow-x: auto;
        overflow-y: hidden;
        -webkit-overflow-scrolling: touch;
        scroll-snap-type: x proximity;
        overscroll-behavior-x: contain;
        scrollbar-width: none;
        -ms-overflow-style: none;
    }

    .products-scroller::-webkit-scrollbar {
        display: none;
    }

    .products-scroller>.articulos {
        display: block;
        float: none;
        width: 180px;
        flex: 0 0 180px;
        padding: 12px 5px;
        scroll-snap-align: start;
    }
}