:root {
    --primary-color: #e62168;
    --secondary-color: #1d1d1b;
    --tertiary-color: white;
}

.primary-color {
    color: var(--primary-color);
}

.primary-bg {
    background: var(--primary-color);
}

.secondary-bg {
    background: var(--secondary-color);
}

.form-control {
    height: 45px;
}

.page-container {
    position: relative;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

.page-content {
    flex: 1 0 auto;
}

.page-footer {
    position: relative;
    width: 100%;
    height: auto;
    flex-shrink: 0;
}

.top-header {
    color: white;
}

.top-header a {
    color: white;
}

.navigation-shadow {
    -webkit-box-shadow: 0px 6px 6px -6px rgb(0 0 0 / 18%);
    box-shadow: 0px 6px 6px -6px rgb(0 0 0 / 18%);
}

.w-100 {
    width: 100%;
}

.mb-0 {
    margin-bottom: 0;
}

.mt-2 {
    margin-top: 1rem;
}

.mt-3 {
    margin-top: 1.5rem;
}

.mt-4 {
    margin-top: 2rem;
}

.mt-5 {
    margin-top: 2.5rem;
}

.mt-6 {
    margin-top: 3rem;
}

.mt-7 {
    margin-top: 3.5rem;
}

.mt-8 {
    margin-top: 4rem;
}

.justify-center {
    display: flex;
    justify-content: center;
    align-items: center;
}

.justify-end {
    display: flex;
    justify-content: end;
    align-items: center;
    gap: 2rem;
}

#navigation {
    background-color: #fff;
}

#breadcrumb {
    box-shadow: none;
}

.menu-nav .menu-list>li>a {
    color: #616161;
}

.menu-nav .menu-list>li>a:hover,
.menu.banner-img-fit-nav .menu-list>li>a:focus,
.menu-nav .menu-list>li.dropdown.open>a {
    font-weight: bold;
    color: var(--primary-color);
}

.nav-img-fit {
    height: 300px;
    object-fit: cover;
}

.header-logo {
    margin-right: 0;
}

.header-logo .logo>img {
    width: 100%;
}

.container-banner {
    padding: 5px;
}

.banner {
    margin: 0;
}

.banner h1 {
    background: #fff;
    padding: 13px;
    transform: skew(-10deg);
}

.banner h3 {
    background: #000;
    padding: 8px;
}

.banner-img-fit {
    height: auto;
    object-fit: cover;
}

.banner-img-fit-complements {
    width: 100%;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
    background: #ffffff;
    color: #30323A;
}

.slick-prev:before,
.slick-next:before {
    line-height: inherit;
    top: 50%;
    position: absolute;
    left: 25%;
}

.product .product-label>span.sale {
    background-color: #c7e690;
    border-radius: 8px;
    opacity: 0.7;
    color: black;
}

/* .primary-btn {
    background-color: var(--primary-color);
} */

.primary-btn {
    background-color: var(--primary-color);
    border-radius: 9999px !important;
    text-transform: none !important;
    color: white;
}

.primary-btn:hover {
    background-color: var(--secondary-color);
    color: white;
}

.secondary-btn {
    background-color: var(--secondary-color);
    border-radius: 9999px !important;
    text-transform: none !important;
    color: white;
}

.secondary-btn:hover {
    background-color: var(--secondary-color);
    opacity: 0.8;
    color: white;
}

.tertiary-btn {
    background-color: var(--tertiary-color);
    border-radius: 9999px !important;
    text-transform: none !important;
    color: black;
}

.tertiary-btn:hover {
    background-color: var(--tertiary-color);
    opacity: 0.8;
    color: black;
}

/* .secondary-btn {
    background-color: white;
    border-color: var(--primary-color);
    -webkit-box-shadow: 0px 0px 0px 1px var(--primary-color) inset, 0px 0px 0px 6px transparent;
    box-shadow: 0px 0px 0px 1px var(--primary-color) inset, 0px 0px 0px 6px transparent;
    text-align: center;
}

.secondary-btn:hover {
    background-color: var(--primary-color);
    border-color: var(--primary-color);
    -webkit-box-shadow: 0px 0px 0px 1px var(--primary-color) inset, 0px 0px 0px 6px transparent;
    box-shadow: 0px 0px 0px 1px var(--primary-color) inset, 0px 0px 0px 6px transparent;
    color: white;
} */

.product .product-old-price {
    font-size: 70%;
}

.slick-dots li.slick-active button:before {
    background-color: var(--primary-color);
}

.h2-what {
    background: var(--primary-color);
    padding: 20px;
    margin: 0;
    box-shadow: 2px 2px 6px 1px #0000004f;
}

.img-fit-what {
    height: 300px;
    object-fit: cover;
}

.boxes {
    padding: 25px 15px 25px 15px;
}

.justify-left-boxes {
    display: flex;
    justify-content: left;
}

.fig-text-boxes {
    padding: 10px 0 0 15px;
}

.footer-logo .logo>img {
    width: 200px;
}

.list-links li>a {
    text-transform: inherit;
}

.footer-copyright {
    text-transform: inherit;
}

.header-cart .header-btns-icon .qty {
    background: var(--primary-color);
}

.product-section {
    font-size: 18px;
}

.main-btn:hover,
.main-btn:focus {
    color: var(--primary-color);
    -webkit-box-shadow: 0px 0px 0px 1px var(--primary-color) inset, 0px 0px 0px 0px var(--primary-color);
    box-shadow: 0px 0px 0px 1px var(--primary-color) inset, 0px 0px 0px 0px var(--primary-color);
}

.section-title:after {
    background-color: var(--primary-color);
    ;
}

.menu-nav .menu-list>li>a {
    font-weight: bold;
}

.nav-featured {
    color: var(--primary-color);
}

.header-btns>li .header-btns-icon {
    font-size: 21px;
}

.header-search>form .search-input {
    padding: 15px;
    border-radius: 25px;
    background: #f9f9f9;
}

.header-search {
    max-width: 100%;
}

.justify-logo {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 70px;
}

.justify-mic {
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.justify-mic:hover {
    color: var(--primary-color);
}

.menu-nav .menu-list>li>a:hover,
.menu-nav .menu-list>li>a:focus,
.menu-nav .menu-list>li.dropdown.open>a {
    color: var(--primary-color);
}

a:hover,
a:focus {
    color: var(--primary-color);
}

.product.product-single {
    /*box-shadow: 1px 1px 7px 2px #f5f5f5;*/
}

.categories-img {
    height: 300px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 15px;
    color: #fff;
    font-size: 28px;
}

.categories-text-strong {
    color: #fff;
    text-shadow: 1px 1px 1px #000;
}

.categories-text-span {
    text-shadow: 1px 1px 4px #000;
}

.categories-button {
    width: fit-content;
    height: 50px;
    font-size: 20px;
}

.mega-dropdown {
    z-index: 10;
}

@media (min-width: 768px) {
    .dropdown.mega-dropdown:hover .custom-menu {
        opacity: 1;
        visibility: visible;
    }
}

.dropdown.mega-dropdown>.custom-menu {
    margin-top: -15px;
}

.overlay-mega-menu {
    background-color: rgba(0, 0, 0, 0.75);
    height: 100%;
    opacity: 0;
    position: absolute;
    width: 100%;
    z-index: -1;
}

.overlay-mega-menu.visible {
    visibility: visible;
    transition: opacity 0.3s linear;
    opacity: 1;
    z-index: 9;
}

.list-links li>a:hover,
.list-links li>a:focus,
.list-links li.active>a {
    color: var(--primary-color);
}

.header-btns>li .header-btns-icon {
    border-radius: 50%;
}

.categories-img:hover {}

.pagination-color .active a {
    background-color: var(--secondary-color);
    border-color: var(--secondary-color);
}

.pagination-color .active a:hover {
    background-color: var(--secondary-color);
    border-color: var(--secondary-color);
    cursor: pointer;
}

.pagination-color li a {
    color: var(--secondary-color);
}

.justify-content-center {
    justify-content: center;
}

.yape-plin-card {
    justify-content: center !important;
}

.payment-card {
    width: 100%;
    display: flex;
    justify-content: start;
    justify-content: start;
    padding: 15px !important;
    margin-bottom: 15px !important;
}

.payment-card .payment-title {
    margin-top: 1rem;
    margin-left: 5px;
}

.bs-wizard {
    margin-top: 40px;
}

/*Form Wizard*/
.bs-wizard {
    border-bottom: solid 1px #e0e0e0;
    padding: 0 0 10px 0;
}

.bs-wizard>.bs-wizard-step {
    padding: 0;
    position: relative;
}

.bs-wizard>.bs-wizard-step+.bs-wizard-step {}

.bs-wizard>.bs-wizard-step .bs-wizard-stepnum {
    color: #595959;
    font-size: 16px;
    margin-bottom: 5px;
}

.bs-wizard>.bs-wizard-step .bs-wizard-info {
    color: #999;
    font-size: 14px;
}

.bs-wizard>.bs-wizard-step>.bs-wizard-dot {
    position: absolute;
    width: 30px;
    height: 30px;
    display: block;
    background: #ee506382;
    top: 45px;
    left: 50%;
    margin-top: -15px;
    margin-left: -15px;
    border-radius: 50%;
}

.bs-wizard>.bs-wizard-step>.bs-wizard-dot:after {
    content: ' ';
    width: 14px;
    height: 14px;
    background: var(--primary-color);
    border-radius: 50px;
    position: absolute;
    top: 8px;
    left: 8px;
}

.bs-wizard>.bs-wizard-step>.progress {
    position: relative;
    border-radius: 0px;
    height: 8px;
    box-shadow: none;
    margin: 20px 0;
}

.bs-wizard>.bs-wizard-step>.progress>.progress-bar {
    width: 0px;
    box-shadow: none;
    background: #ee506382;
}

.bs-wizard>.bs-wizard-step.complete>.progress>.progress-bar {
    width: 100%;
}

.bs-wizard>.bs-wizard-step.active>.progress>.progress-bar {
    width: 50%;
}

.bs-wizard>.bs-wizard-step:first-child.active>.progress>.progress-bar {
    width: 0%;
}

.bs-wizard>.bs-wizard-step:last-child.active>.progress>.progress-bar {
    width: 100%;
}

.bs-wizard>.bs-wizard-step.disabled>.bs-wizard-dot {
    background-color: #f5f5f5;
}

.bs-wizard>.bs-wizard-step.disabled>.bs-wizard-dot:after {
    opacity: 0;
}

.bs-wizard>.bs-wizard-step:first-child>.progress {
    left: 50%;
    width: 50%;
}

.bs-wizard>.bs-wizard-step:last-child>.progress {
    width: 50%;
}

.bs-wizard>.bs-wizard-step.disabled a.bs-wizard-dot {
    pointer-events: none;
}

/*END Form Wizard*/

/*Backgrounds */
.bg-gray {
    background-color: #ededed;
}

/*Cards */
.m-card h1 {
    color: #88B04B;
    font-family: "Nunito Sans", "Helvetica Neue", sans-serif;
    font-weight: 900;
    font-size: 40px;
    margin-bottom: 10px;
}

.m-card p {
    color: #404F5E;
    font-family: "Nunito Sans", "Helvetica Neue", sans-serif;
    font-size: 14px;
    margin: 0;
}

.m-card i {
    color: #9ABC66;
    font-size: 100px;
    line-height: 200px;
    margin-left: -15px;
}

.m-card .circle {
    border-radius: 200px;
    height: 200px;
    width: 200px;
    background: #F8FAF5;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

.m-card {
    background: white;
    padding: 60px;
    border-radius: 4px;
    box-shadow: 0 2px 3px #C8D0D8;
    display: flex;
    margin: 0 auto;
}

/*Cards order */
.order-card h1 {
    color: #88B04B;
    font-family: "Nunito Sans", "Helvetica Neue", sans-serif;
    font-weight: 900;
    font-size: 40px;
    margin-bottom: 10px;
}

.order-card .order-state {
    padding: 5px 10px;
    font-size: 16px;
}

.order-card i {
    color: #9ABC66;
    font-size: 100px;
    line-height: 200px;
    margin-left: -15px;
}

.order-card {
    background-color: #fff;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    border-radius: 6px;
    -webkit-filter: drop-shadow(0 0 1px rgba(0, 0, 0, .12));
    filter: drop-shadow(0 0 1px rgba(0, 0, 0, .12));
    margin: 10px 0;
}

.order-card .order-header {
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    padding: 10px 24px;
    margin: 0;
    color: rgba(0, 0, 0, .8);
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.order-header .order-title {
    margin: 0;
}

.order-card .order-content {
    padding: 24px;
}

.order-card .order-button {
    align-items: center;
    display: flex;
    justify-content: center;
    min-height: 65px;
}

.order-card .order-description {
    color: inherit;
}

.order-card .order-invoices-container {
    display: flex;
}

.order-card .order-upload-invoice-container {
    padding: 9px 24px 24px;
}

.order-upload-invoice-container .order-upload-invoice-names {
    font-weight: bold;
}

/*Calendar product*/
.calendar-buttons {
    width: 100%;
    padding: 10px;
    margin-bottom: 10px;
    border: 1px solid #ddd;
    border-radius: 5px;
    background: white;
    text-align: left;
    transition: all 0.3s ease;
    position: relative;
    display: flex;
    align-items: center;
    gap: 10px;
}

.calendar-buttons i {
    color: var(--secondary-color);
    font-size: 1.1rem;
    flex-shrink: 0;
}

.calendar-buttons span {
    flex-grow: 1;
}

.calendar-buttons:hover {
    background: var(--secondary-color);
    color: white;
}

.calendar-buttons-selected {
    background: var(--secondary-color);
    color: white;
    border-color: var(--secondary-color);
}

.calendar-buttons-selected i {
    color: white;
}

.calendar-buttons-selected:hover {
    background: var(--secondary-color);
    color: white;
}

.calendar-buttons.special-hour {
    border-left: 4px solid var(--secondary-color);
}

.special-badge {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    background: var(--secondary-color);
    color: white;
    padding: 2px 8px;
    border-radius: 12px;
    font-size: 0.8em;
}

.calendar-buttons-selected .special-badge {
    background: white;
    color: var(--secondary-color);
}

.calendar-buttons-disabled {
    pointer-events: none;
    background: #f7f7f7;
    color: #a5a5a5;
}

/*Login */
.access-login {
    display: flex;
    justify-content: center;
    align-items: center;
}

.btn-login:after {
    content: "/";
    padding: 0 5px;
}

/*Calendar card */
.calendar-card {
    background-color: #fff;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    border-radius: 3px;
    -webkit-filter: drop-shadow(0 0 1px rgba(0, 0, 0, .12));
    filter: drop-shadow(0 0 1px rgba(0, 0, 0, .12));
    border-top: none;
    width: 100%;
    border-left: none;
    border-right: none;
    padding: 10px;
}

/* Product main image gallery */
#product-main-view,
#product-main-view .slick-list,
#product-main-view .product-view {
    overflow: hidden;
    max-width: 100%;
}

#product-main-view .product-view img {
    max-width: 100%;
    cursor: zoom-in;
}

/* Miniaturas (imágenes secundarias): indicar que son clickeables */
#product-view .product-view {
    cursor: pointer;
}

#product-view .product-view.slick-slide {
    transition: opacity 0.25s ease;
}

#product-view .product-view.slick-slide:hover {
    opacity: 0.7;
}

#product-view .product-view.slick-slide.slick-current:hover {
    opacity: 1;
}

/* Flechas de la imagen principal (mismo estilo que el carrusel de adicionales) */
#product-main-view .slick-prev,
#product-main-view .slick-next {
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: var(--primary-color);
    z-index: 5;
    transition: opacity 0.25s ease, background-color 0.25s ease;
}

#product-main-view .slick-prev {
    left: 12px;
}

#product-main-view .slick-next {
    right: 12px;
}

#product-main-view .slick-prev:hover,
#product-main-view .slick-next:hover {
    background: #30323A;
}

#product-main-view .slick-prev:before,
#product-main-view .slick-next:before {
    font-family: 'FontAwesome';
    font-size: 18px;
    line-height: 1;
    position: static;
    left: auto;
    top: auto;
    opacity: 1;
    color: #fff;
}

#product-main-view .slick-prev:before {
    content: '\f104';
}

#product-main-view .slick-next:before {
    content: '\f105';
}

/* Modal de imagen ampliada */
.product-image-modal-dialog {
    display: flex;
    align-items: center;
    min-height: calc(100% - 60px);
}

.product-image-modal-content {
    background: transparent;
    border: none;
    box-shadow: none;
    text-align: center;
}

.product-image-modal-content img {
    max-width: 100%;
    max-height: 85vh;
    border-radius: 8px;
    margin: 0 auto;
}

.product-image-modal-close {
    position: absolute;
    top: -10px;
    right: 0;
    color: #fff;
    opacity: 0.9;
    font-size: 32px;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.6);
    z-index: 10;
}

/*Complements carousel (horizontal scroll with right fade) */
.complements-carousel {
    position: relative;
}

.complements-carousel-wrapper {
    position: relative;
    -webkit-mask-image: linear-gradient(to right, #000 82%, transparent 100%);
    mask-image: linear-gradient(to right, #000 82%, transparent 100%);
}

.complements-arrow {
    position: absolute;
    top: calc(50% - 30px);
    transform: translateY(-50%);
    z-index: 5;
    width: 36px;
    height: 36px;
    border: none;
    border-radius: 50%;
    background: var(--primary-color);
    color: #fff;
    font-size: 18px;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.25s ease, background-color 0.25s ease;
}

.complements-arrow:hover {
    background-color: #30323A;
}

.complements-arrow-left {
    left: -6px;
}

.complements-arrow-right {
    right: -6px;
}

.complements-carousel:hover.can-scroll-left .complements-arrow-left,
.complements-carousel:hover.can-scroll-right .complements-arrow-right {
    opacity: 1;
    pointer-events: auto;
}

.complements-scroll {
    display: flex;
    gap: 12px;
    overflow-x: auto;
    scroll-snap-type: x proximity;
    -webkit-overflow-scrolling: touch;
    padding: 5px 0;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.complements-scroll::-webkit-scrollbar {
    display: none;
}

.complement-item {
    flex: 0 0 calc((100% - 24px) / 3);
    scroll-snap-align: start;
}

.see-more-complements-btn {
    display: block;
    width: 100%;
    margin-top: 12px;
    padding: 12px;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.125);
    border-radius: 6px;
    color: #212122;
    font-weight: 600;
    text-align: center;
    cursor: pointer;
    transition: all 0.3s ease;
}

.see-more-complements-btn:hover {
    background-color: var(--primary-color);
    border-color: var(--primary-color);
    color: #fff;
}

/*Complements card */
.complements-slick .slick-arrow {
    border-radius: 50%;
    background: var(--primary-color);
}

.complements-slick .slick-arrow:hover {
    background-color: #30323A;
}

.complements-slick .slick-prev {
    left: -16px;
}

.complements-slick .slick-next {
    right: -20px;
}

.complement-button .primary-btn {
    font-size: 11px;
    padding: 7px 12px;
}

.see-more-complement {
    height: 185px;
    margin-top: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media (max-width: 1199px) {
    .see-more-complement {
        height: 162px;
    }
}

.complement-card {
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.125);
    border-radius: 6px;
    -webkit-filter: drop-shadow(0 0 1px rgba(0, 0, 0, .12));
    filter: drop-shadow(0 0 1px rgba(0, 0, 0, .12));
    position: relative;
    cursor: pointer;
    transition: all 0.3s ease;
}

.complement-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.complement-card.selected::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(40, 167, 69, 0.1);
    z-index: 1;
    border-radius: 6px;
}

.complement-card.selected::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 60px;
    height: 60px;
    background-image: url('/assets/img/icons/check.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 2;
    filter: invert(48%) sepia(79%) saturate(2476%) hue-rotate(86deg) brightness(90%) contrast(119%);
}

.complement-card.selected .complement-content {
    opacity: 0.2;
}

.complement-footer {
    border-top: 1px solid rgba(0, 0, 0, .1);
    color: #212122;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 5px;
    height: 60px;
}

.complement-content-read-more {
    padding-top: 15px;
}

.complement-footer .complement-title {
    margin-bottom: 0;
    font-size: 13px;
}

.complement-footer .complement-price {
    margin-bottom: 0;
}

.complement-content .complement-img {
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}

.complement-content .complement-img {
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}

.complement-plus {
    width: 30px;
}

.complement-plus-link {
    justify-content: center;
    display: flex;
    align-items: center;
    flex-direction: column;
    cursor: pointer;
}

.complement-category-btn-container {
    padding: 5px;
}

.complement-category-btn {
    display: flex;
    justify-content: space-between;
}

/*Steps card */
.steps-card {
    background: white;
    padding: 20px;
    border-radius: 4px;
    box-shadow: 0 2px 3px #c8d0d8;
    display: inline-block;
    margin: 0 auto;
}

.steps-card h1 {
    color: var(--primary-color);
    font-family: "Nunito Sans", "Helvetica Neue", sans-serif;
    font-weight: 900;
    font-size: 40px;
    margin-bottom: 10px;
}

.steps-card p {
    color: #404F5E;
    font-family: "Nunito Sans", "Helvetica Neue", sans-serif;
    font-size: 20px;
    margin: 0;
}

/*Dedicatory step */
.form-dedicatory {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.textarea-paper {
    width: 500px;
    overflow: hidden;
    margin: 20px 0;
    font-family: Courier, monospace;
    font-weight: normal;
    font-size: 15px;
    resize: none;
    line-height: 21px;
    height: 150px;
    background-image: url(https://static.tumblr.com/maopbtg/nBUmgtogx/paper.png);
    background-repeat: repeat-y, repeat;
    border-top: 1px solid #FFF;
    border-bottom: 1px solid #FFF;
    border: 1px dashed #e9e9e9;
    padding: 10px;
    outline: none;
}

/*Shipment step */
.form-shipment {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin: 20px 0;
}

.form-shipment label {
    margin-top: 10px;
    margin-bottom: 0px;
}

.form-shipment button {
    margin-top: 10px;
}

/*Payment step*/
.payment-step {
    margin-top: 20px;
}

/*MAP*/
.map-container {
    margin: 20px 0;
}


/*PRODUCTS NAVBAR FILTER*/
.products-left-navbar {
    border: 1px solid #ededed;
    padding: 10px;
    margin-top: 15px;
    border-radius: 5px;
}

.products-left-navbar-prices {
    display: flex;
    align-items: center;
}

.products-left-navbar-checkboxes {
    display: block;
}

.products-left-navbar-checkbox-item {
    display: flex;
    align-items: center;
    margin-top: 1rem;
}

.products-left-navbar-checkboxes label {
    margin: 0 0 0 5px;
    font-size: 15px;
}

.products-left-navbar-checkboxes input {
    margin: 0;
    height: 20px;
    width: 20px;
}

.products-left-navbar-accordion {
    color: #4A4E5A;
    background-color: #fff;
    padding: 10px 15px;
}

.products-left-navbar-accordion-a {
    display: flex;
    justify-content: space-between;
    color: #5e5e5e;
}

.products-left-navbar-accordion-content {
    border-top: 1px solid #ddd;
}

/*DISPLAYS*/
.flex {
    display: flex;
}

/* Cart Styles */
.cart {
    position: relative;
    display: inline-block;
    margin-right: 20px;
}

.cart a {
    color: #333;
    font-size: 18px;
    text-decoration: none;
}

.cart-count {
    position: absolute;
    top: -8px;
    right: -8px;
    background: #D10024;
    color: #FFF;
    border-radius: 50%;
    padding: 2px 6px;
    font-size: 12px;
}

.cart-sidebar {
    position: fixed;
    top: 0;
    right: -400px;
    width: 400px;
    height: 100vh;
    background: #fff;
    box-shadow: -2px 0 5px rgba(0, 0, 0, 0.1);
    z-index: 1000;
    transition: right 0.3s ease;
    display: flex;
    flex-direction: column;
}

.cart-sidebar.active {
    right: 0;
    display: flex;
}

.cart-sidebar-header {
    padding: 20px;
    border-bottom: 1px solid #eee;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.cart-sidebar-header h3 {
    margin: 0;
    color: #333;
    font-size: 1.5em;
}

.close-cart {
    background: none;
    border: none;
    font-size: 1.5em;
    cursor: pointer;
    color: #666;
    padding: 5px;
}

.cart-sidebar-content {
    flex: 1;
    overflow-y: auto;
    padding: 20px;
}

.cart-items {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.cart-item {
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
    padding: 15px;
    position: relative;
    display: flex;
    gap: 15px;
    border: 1px solid #eee;
}

.cart-item-image {
    width: 80px;
    height: 80px;
    flex-shrink: 0;
}

.cart-item-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 4px;
}

.cart-item-details {
    flex: 1;
}

.cart-item-title {
    font-weight: 600;
    color: #333;
    margin-bottom: 8px;
}

.cart-item-complements {
    font-size: 0.9em;
    color: #666;
    margin-bottom: 8px;
}

.cart-item-complements ul {
    list-style: none;
    padding: 0;
    margin: 5px 0 0 0;
}

.cart-item-complements li {
    margin-bottom: 3px;
}

.cart-item-price {
    font-weight: 600;
    color: #D10024;
    display: flex;
    align-items: center;
    gap: 8px;
}

.quantity {
    color: #666;
    font-size: 0.9em;
    font-weight: normal;
}

.price-details {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.product-price {
    font-size: 0.9em;
    color: #666;
}

.complements-total {
    font-size: 0.85em;
    color: #666;
    font-weight: normal;
}

.item-total {
    font-size: 1.1em;
    color: #D10024;
    font-weight: 600;
    margin-top: 2px;
}

.remove-item {
    position: absolute;
    top: 10px;
    right: 10px;
    background: none;
    border: none;
    color: #999;
    cursor: pointer;
    padding: 5px;
    transition: color 0.2s;
}

.remove-item:hover {
    color: #e44e42;
}

.cart-delivery-cost {
    padding: 20px;
    border-top: 1px solid #eee;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: 600;
    font-size: 1em;
}

.cart-total {
    padding: 20px;
    border-top: 1px solid #eee;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: 600;
    font-size: 1.2em;
}

.cart-buttons {
    padding: 20px;
    border-top: 1px solid #eee;
}

.quantity-controls {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 8px;
}

.quantity-btn {
    background: #f5f5f5;
    border: 1px solid #ddd;
    border-radius: 4px;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.2s;
}

.quantity-btn:hover {
    background: #e9e9e9;
}

.quantity-input {
    width: 40px;
    text-align: center;
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 5px;
}

/* Eliminar flechas del input de cantidad */
.quantity-input::-webkit-inner-spin-button,
.quantity-input::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.quantity-input {
    -moz-appearance: textfield;
    /* Firefox */
}

.empty-cart {
    text-align: center;
    padding: 40px 20px;
    color: #666;
    font-size: 1.1em;
}

.cart-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 999;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
}

.cart-overlay.active {
    opacity: 1;
    visibility: visible;
}

.continue-shopping {
    display: block;
    text-align: center;
    color: #666;
    text-decoration: underline;
    margin-top: 10px;
    font-size: 14px;
}

.continue-shopping:hover {
    color: #333;
}

.cart-notification {
    position: fixed;
    top: 20px;
    right: 20px;
    background: #4CAF50;
    color: white;
    padding: 15px 25px;
    border-radius: 4px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    z-index: 1001;
    display: flex;
    align-items: center;
    gap: 10px;
    transform: translateX(120%);
    transition: transform 0.3s ease;
}

.cart-notification.show {
    transform: translateX(0);
}

.cart-notification i {
    font-size: 20px;
}

/* Estilos base del carrito */
.cart-sidebar {
    position: fixed;
    top: 0;
    right: -400px;
    display: none;
    width: 400px;
    height: 100vh;
    background: #fff;
    box-shadow: -2px 0 5px rgba(0, 0, 0, 0.1);
    z-index: 1000;
    transition: right 0.3s ease;
    flex-direction: column;
}

/* Modificación para el carrito en checkout */
.checkout-layout .cart-sidebar {
    right: 0;
    width: 350px;
    position: fixed;
    top: 0;
    height: 100vh;
    background: #fff;
    box-shadow: -2px 0 5px rgba(0, 0, 0, 0.1);
    z-index: 1000;
    display: flex;
    flex-direction: column;
}

.checkout-layout .cart-sidebar-header {
    padding: 20px;
    border-bottom: 1px solid #eee;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.checkout-layout .cart-sidebar-content {
    flex: 1;
    overflow-y: auto;
    padding: 20px;
}

.checkout-layout .cart-buttons {
    padding: 20px;
    border-top: 1px solid #eee;
}

.checkout-layout .cart-buttons .order-submit {
    display: none;
    /* Ocultamos el botón de proceder al pago en checkout */
}

.checkout-layout .cart-buttons .continue-shopping {
    display: none;
    /* Ocultamos el botón de continuar comprando en checkout */
}

.checkout-layout .container {
    max-width: calc(100% - 350px);
    /* Ajustamos el ancho máximo del contenedor */
}

/* Ajuste para el footer en checkout */
.checkout-layout .page-footer {
    padding: 20px 0;
    background: #fff;
    border-top: 1px solid #eee;
    position: relative;
    height: auto;
    margin-top: auto;
}

.checkout-layout .footer-copyright {
    font-size: 14px;
    color: #666;
}

.checkout-layout .footer-copyright a {
    color: #666;
    text-decoration: none;
    margin: 0 5px;
}

.checkout-layout .footer-copyright a:hover {
    color: var(--primary-color);
    text-decoration: underline;
}

/* Ajuste del contenedor principal en checkout */
.checkout-layout .page-container {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

.checkout-layout .page-footer {
    position: relative;
    height: auto;
    margin-top: auto;
}

/* Estilos para el header en checkout */
.checkout-layout #header {
    padding: 10px 0;
    background: #fff;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.checkout-layout .header-logo {
    margin: 0;
}

.checkout-layout .header-logo .logo>img {
    max-height: 30px;
    width: 100%;
}

.checkout-layout .justify-logo {
    height: 20px;
    padding: 20px;
}

/* Ajuste del contenido principal para el layout de checkout */
.checkout-layout .page-content {
    padding: 20px;
}

/* Ajuste del contenedor principal en checkout */
.checkout-layout .page-container {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

.checkout-layout .page-footer {
    position: relative;
    height: auto;
    margin-top: auto;
}

/* Estilos para el formulario de login */
.login-card {
    background: #fff;
    border-radius: 8px;
    border: 1px solid rgba(0, 0, 0, 0.125);
    overflow: hidden;
    margin: 20px 0;
}

.login-header {
    padding: 30px;
    text-align: center;
    background: #f8f9fa;
    border-bottom: 1px solid #eee;
}

.login-header h2 {
    color: #333;
    margin: 0;
    font-size: 24px;
    font-weight: 600;
}

.login-subtitle {
    color: #666;
    margin: 10px 0 0;
    font-size: 14px;
}

.login-body {
    padding: 30px;
}

.login-body .form-group {
    margin-bottom: 20px;
}

.login-body label {
    display: block;
    margin-bottom: 8px;
    color: #555;
    font-weight: 500;
}

.login-body .input-group {
    position: relative;
    display: flex;
    align-items: center;
}

.login-body .input-group-addon {
    position: absolute;
    left: 15px;
    color: #999;
}

.login-body .form-control {
    height: 45px;
    border: 1px solid #ddd;
    border-radius: 4px;
    transition: all 0.3s;
}

.login-body .form-control:focus {
    border-color: var(--primary-color);
    box-shadow: 0 0 0 2px rgba(251, 55, 100, 0.1);
}

.login-body .error-message {
    display: block;
    color: #dc3545;
    font-size: 12px;
    margin-top: 5px;
}

.login-body .error-message i {
    margin-right: 5px;
}

.remember-me {
    display: flex;
    align-items: center;
}

.checkbox-container {
    display: flex;
    align-items: center;
    cursor: pointer;
    user-select: none;
}

.checkbox-container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.checkmark {
    position: relative;
    display: inline-block;
    height: 18px;
    width: 18px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 3px;
    margin-right: 10px;
}

.checkbox-container input:checked~.checkmark {
    background-color: var(--primary-color);
    border-color: var(--primary-color);
}

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
    left: 6px;
    top: 2px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.checkbox-container input:checked~.checkmark:after {
    display: block;
}

.forgot-password {
    color: #666;
    text-decoration: none;
    font-size: 14px;
    transition: color 0.3s;
}

.forgot-password:hover {
    color: var(--primary-color);
    text-decoration: underline;
}

.login-body .primary-btn,
.login-body .secondary-btn {
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.login-body .primary-btn i,
.login-body .secondary-btn i {
    font-size: 16px;
}

/* Estilos para el checkout */
.checkout-container {
    margin: 0 auto;
    padding: 40px 20px;
}

.checkout-stepper {
    display: flex;
    justify-content: space-between;
    margin-bottom: 40px;
    position: relative;
}

.stepper-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    flex: 1;
    position: relative;
}

.stepper-number {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #f0f0f0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    color: #999;
    margin-bottom: 10px;
    z-index: 1;
}

.stepper-label {
    font-size: 14px;
    color: #999;
    text-align: center;
    max-width: 120px;
}

.stepper-line {
    position: absolute;
    top: 20px;
    left: 50%;
    width: 100%;
    height: 2px;
    background: #f0f0f0;
    z-index: 0;
}

.stepper-item:last-child .stepper-line {
    display: none;
}

.stepper-item.active .stepper-number {
    background: var(--primary-color);
    color: white;
}

.stepper-item.active .stepper-label {
    color: var(--primary-color);
    font-weight: 500;
}

.stepper-item.completed .stepper-number {
    background: var(--secondary-color);
    color: white;
}

.stepper-item.completed .stepper-label {
    color: var(--secondary-color);
}

.checkout-content {
    background: white;
}

.checkout-border {
    border-radius: 8px;
    border: 1px solid rgba(0, 0, 0, 0.125);
    padding: 15px;
    background-color: #f7f7f7;
}

.checkout-header {
    margin-bottom: 5px;
}

.checkout-header h1 {
    color: #333;
    font-size: 24px;
    margin-bottom: 10px;
}

.checkout-description {
    color: #666;
    font-size: 16px;
    margin: 0;
}

.dedicatory-form-container {
    margin: 0 auto;
}

.dedicatory-textarea {
    width: 100%;
    min-height: 200px;
    padding: 20px;
    border: 1px solid #ddd;
    border-radius: 8px;
    font-size: 16px;
    line-height: 1.6;
    resize: vertical;
    transition: all 0.3s;
    background: #f9f9f9;
    font-family: inherit;
}

.dedicatory-textarea:focus {
    outline: none;
    border-color: var(--primary-color);
    box-shadow: 0 0 0 2px rgba(251, 55, 100, 0.1);
    background: white;
}

.dedicatory-textarea::placeholder {
    color: #999;
}

.form-actions {
    margin-top: 30px;
    text-align: right;
}

.form-actions .primary-btn {
    min-width: 200px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.form-actions .primary-btn i {
    font-size: 14px;
}

/* Estilos para el formulario de dedicatoria */
.dedicatory-form .form-group {
    margin-bottom: 0;
}

.dedicatory-form label {
    display: block;
    color: #555;
    font-weight: 500;
    font-size: 14px;
}

.dedicatory-form select.form-control,
.dedicatory-form input.form-control,
.dedicatory-form .dedicatory-textarea {
    width: 100%;
    padding: 12px 15px;
    border: 1px solid #ddd;
    border-radius: 12px;
    font-size: 14px;
    background-color: #fff;
    transition: all 0.3s ease;
}

.dedicatory-form select.form-control,
.dedicatory-form input.form-control {
    height: 45px;
}

.dedicatory-form .dedicatory-textarea {
    min-height: 120px;
    resize: vertical;
}

.dedicatory-form select.form-control:focus,
.dedicatory-form input.form-control:focus,
.dedicatory-form .dedicatory-textarea:focus {
    outline: none;
    border-color: var(--primary-color);
    box-shadow: 0 0 0 2px rgba(251, 55, 100, 0.1);
}

.dedicatory-form .form-text {
    display: block;
    margin-top: 5px;
    color: #666;
    font-size: 12px;
}

.extra-cost-message {
    margin-top: 8px;
    padding: 8px 12px;
    background-color: #f8f9fa;
    border-radius: 8px;
    display: flex;
    align-items: center;
    gap: 8px;
    color: #666;
    font-size: 14px;
    border: 1px solid #e9ecef;
}

.extra-cost-message i {
    color: var(--primary-color);
}

.extra-cost-message span {
    font-weight: 500;
}

.shipping-cost-message {
    margin-top: 8px;
    padding: 10px 15px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 14px;
    transition: all 0.3s ease;
}

.shipping-cost-message i {
    font-size: 18px;
}

.shipping-cost-message.free {
    background-color: #e8f5e9;
    border: 1px solid #c8e6c9;
    color: #2e7d32;
}

.shipping-cost-message.free i {
    color: #2e7d32;
}

.shipping-cost-message.free #shipping-cost {
    font-weight: 600;
    color: #2e7d32;
}

.shipping-cost-message.paid {
    background-color: #fff3e0;
    border: 1px solid #ffe0b2;
    color: #ef6c00;
}

.shipping-cost-message.paid i {
    color: #ef6c00;
}

.shipping-cost-message.paid #shipping-cost {
    font-weight: 600;
    color: #ef6c00;
}

.shipping-text {
    display: flex;
    gap: 4px;
    align-items: center;
}

.select-container {
    position: relative;
    width: 100%;
}

.shipping-cost-badge {
    position: absolute;
    right: 23px;
    top: 50%;
    transform: translateY(-50%);
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 4px 8px;
    border-radius: 20px;
    font-size: 13px;
    font-weight: 500;
    z-index: 2;
}

.shipping-cost-badge.free {
    background-color: #e8f5e9;
    color: #2e7d32;
}

.shipping-cost-badge.paid {
    background-color: #fff3e0;
    color: #ef6c00;
}

.shipping-cost-badge i {
    font-size: 14px;
}

.select-container select {
    padding-right: 100px !important;
}

.custom-control {
    position: relative;
    display: block;
    min-height: 1.5rem;
    padding-left: 1.5rem;
}

.custom-control-input {
    position: absolute;
    left: 0;
    z-index: -1;
    width: 1.5rem;
    height: 1.5rem;
    margin-top: 0.25rem;
    opacity: 0;
}

.custom-control-label {
    position: relative;
    margin-bottom: 0;
    vertical-align: top;
    padding-left: 0.5rem;
    font-size: 1.1rem;
    line-height: 1.5;
    cursor: pointer;
}

.custom-control-label::before {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1.5rem;
    height: 1.5rem;
    pointer-events: none;
    content: "";
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 0.25rem;
}

.custom-control-label::after {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1.5rem;
    height: 1.5rem;
    content: "";
    background: no-repeat 50% / 50% 50%;
}

.custom-checkbox .custom-control-label::before {
    border-radius: 0.25rem;
}

.custom-checkbox .custom-control-input:checked~.custom-control-label::before {
    background-color: var(--secondary-color);
    border-color: var(--secondary-color);
}

.custom-checkbox .custom-control-input:checked~.custom-control-label::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e");
}

.custom-checkbox .custom-control-input:focus~.custom-control-label::before {
    box-shadow: 0 0 0 0.2rem rgba(239, 108, 0, 0.25);
}

.invoice-checkbox {
    gap: 1.5rem;
    padding: 1rem;
}

.map-container {
    margin-top: 20px;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

/* Date Picker Styles */
.date-picker-2 {
    width: 100%;
    margin-bottom: 20px;
}

.ui-datepicker {
    width: 100%;
    background: white;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    padding: 10px;
}

.ui-datepicker-header {
    background: var(--primary-color);
    color: white;
    border: none;
    border-radius: 4px;
    padding: 10px;
}

.ui-datepicker-title {
    text-align: center;
    font-weight: 500;
}

.ui-datepicker-prev,
.ui-datepicker-next {
    cursor: pointer;
    color: white;
}

.ui-datepicker-calendar {
    width: 100%;
    margin-top: 10px;
}

.ui-datepicker-calendar th {
    padding: 5px;
    color: #666;
}

.ui-datepicker-calendar td {
    padding: 5px;
    text-align: center;
}

.ui-datepicker-calendar a {
    display: block;
    padding: 5px;
    color: #333;
    text-decoration: none;
    border-radius: 4px;
}

.ui-datepicker-calendar a:hover {
    background: #f0f0f0;
}

.ui-datepicker-calendar .ui-state-active {
    background: var(--primary-color);
    color: white;
}

.ui-datepicker-calendar .ui-state-disabled {
    color: #ccc;
}

/* Time Selection Buttons */
.calendar-buttons {
    width: 100%;
    padding: 10px;
    margin: 5px 0;
    border: 1px solid #ddd;
    border-radius: 8px;
    background: white;
    color: #333;
    text-align: left;
    cursor: pointer;
    transition: all 0.3s ease;
}

.calendar-buttons:hover {
    border-color: var(--secondary-color);
}

.calendar-buttons-selected {
    background: var(--secondary-color);
    color: white;
    border-color: var(--secondary-color);
}

/* Time Selection Sections */
#hour-buttons,
#hour-buttons-special {
    margin-top: 10px;
}

#hour-buttons-special span {
    color: #666;
    font-size: 14px;
    margin-bottom: 10px;
    display: block;
}

.payment-methods-container {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    padding: 1rem;
}

.payment-method-card {
    background: white;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    transition: transform 0.2s ease;
}

.payment-method-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
}

.payment-method-content {
    display: flex;
    align-items: center;
    padding: 1.5rem;
    gap: 1.5rem;
}

.payment-method-icon {
    flex-shrink: 0;
}

.payment-method-info {
    flex-grow: 1;
}

.payment-method-title {
    color: var(--secondary-color);
    margin-bottom: 0.5rem;
    font-size: 1.2rem;
}

.payment-method-description {
    color: #666;
    margin-bottom: 0;
    font-size: 0.9rem;
}

.payment-method-btn {
    flex-shrink: 0;
    min-width: 120px;
    text-align: center;
}

#paypal-button-container {
    min-width: 200px;
}

.input-group-text {
    background-color: var(--secondary-color);
    border: none;
    color: white;
    padding: 0.75rem 1rem;
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
}

.input-group-text i {
    font-size: 1.1rem;
}

.input-group .form-control {
    padding-right: 0.75rem;
}

.input-group .form-control:focus {
    border-color: #ced4da;
    box-shadow: none;
}

.input-group .form-control:focus+.input-group-append .input-group-text {
    border-color: #ced4da;
}

.time-slots {
    background-color: white;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    padding: 0.375rem 0.75rem;
    min-height: 38px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.input-icon-wrapper {
    position: relative;
    width: 100%;
}

.input-icon {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    color: var(--secondary-color);
    font-size: 1.1rem;
    pointer-events: none;
}

.input-icon-wrapper .form-control {
    padding-right: 45px;
}

.time-slots {
    padding-right: 45px;
    min-height: 38px;
}

.position-relative {
    position: relative;
}

/* Estilos solo para las listas dentro del contenedor .product-content */
.product-content ul {
    list-style-type: none;
    /* Eliminar puntos tradicionales */
    padding-left: 20px;
    /* Espacio a la izquierda */
    margin-bottom: 1rem;
}

.product-content ul li {
    position: relative;
    padding-left: 15px;
    /* Añadir espacio para el bullet */
}

/* Bullet personalizado con un punto o ícono */
.product-content ul li::before {
    content: '\2022';
    /* Código unicode para el punto */
    position: absolute;
    left: 0;
    top: 0;
}

/* Estilo para listas ordenadas (ol) */
.product-content ol {
    padding-left: 20px;
    /* Espacio para los números */
    margin-bottom: 1rem;
}

.product-content ol li {
    padding-left: 30px;
    /* Espacio para los números */
    margin-bottom: 10px;
    /* Separación entre los elementos */
}

/* Estilo para los números de la lista ordenada */
.product-content ol li::before {
    content: counter(list-item) '. ';
    /* Crear el número */
    counter-increment: list-item;
    /* Incrementar el contador */
}

.product-body .product-total-box {
    display: flex;
    justify-content: space-between;
    border: 1px solid #ccc;
    border-radius: 8px;
    padding: 5px;
    align-items: center;
    background: #f0f0f0;
}

.product-total-box h3 {
    margin: 0;
    padding: 12px;
    border-radius: 25px;
    color: inherit;
}

.my-order-complements {
    margin-left: 20px;
    list-style: initial
}

@media (max-width: 767px) {
    .product-single {
        padding: 35px;
    }

    .container-auth {
        max-width: 100% !important;
    }

    .cart-sidebar {
        width: 100%;
    }

    .checkout-stepper {
        display: block;
    }

    .stepper-line {
        display: none;
    }

    .payment-method-content {
        display: block;
    }

    .payment-method-btn {
        margin-top: 10px;
    }

    .info-icons {
        display: none;
    }
}

@media only screen and (max-width: 767px) {
    .banner h1 {
        font-size: 22px;
    }

    .banner h3 {
        font-size: 20px;
    }
}

@media only screen and (max-width: 473px) {
    .banner h1 {
        font-size: 15px;
    }

    .banner h3 {
        font-size: 14px;
    }
}

.dropdown-backdrop {
    position: unset !important;
}

.whatsapp-float {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 90px;
    right: 2.4rem;
    background-color: #25d366;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 35px;
    box-shadow: 2px 2px 3px #999;
    z-index: 1000;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

.whatsapp-float:hover {
    text-decoration: none;
    color: #FFF;
    background-color: #128C7E;
    transform: scale(1.1);
}

/* Ajuste para móviles si es necesario */
@media screen and (max-width: 767px) {
    .whatsapp-float {
        right: 2.9rem;
    }
}

/* Animación del botón micrófono */
.mic-active {
    background-color: #ff4b4b !important;
    /* Rojo vibrante */
    color: white !important;
    animation: pulse-mic 1.5s infinite;
    border-radius: 50%;
    /* Para que el pulso sea circular */
}

@keyframes pulse-mic {
    0% {
        box-shadow: 0 0 0 0 rgba(255, 75, 75, 0.7);
    }

    70% {
        box-shadow: 0 0 0 15px rgba(255, 75, 75, 0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(255, 75, 75, 0);
    }
}

/* Opcional: que el input cambie de color cuando escucha */
.input-listening::placeholder {
    color: #ff4b4b;
    font-weight: bold;
}

/* ── QR Blog Page ───────────────────────────────────────────────── */
.qr-blog {
    font-family: 'Hind', sans-serif;
    color: #4A4E5A;
}

/* Hero */
.qr-hero {
    background: linear-gradient(135deg, #fff0f4 0%, #fce4ec 60%, #fff 100%);
    padding: 60px 20px 40px;
    text-align: center;
    border-bottom: 3px solid #fb3764;
}

.qr-hero .brand-logo {
    max-width: 180px;
    margin-bottom: 24px;
}

.qr-hero h1 {
    font-size: 4rem;
    color: #30323A;
    font-weight: 700;
    margin-bottom: 12px;
    line-height: 1.2;
}

.qr-hero h1 span {
    color: #fb3764;
}

.qr-hero .thank-you-badge {
    display: inline-block;
    background: #fb3764;
    color: #fff;
    font-size: 2rem;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    padding: 6px 20px;
    border-radius: 30px;
    margin-bottom: 20px;
}

.qr-hero .hero-subtitle {
    font-size: 1.75rem;
    color: #616161;
    max-width: 620px;
    margin: 0 auto 10px;
    line-height: 1.7;
}

.qr-hero .thank-you-msg {
    font-size: 1.5rem;
    color: #fb3764;
    font-style: italic;
    margin-top: 16px;
    max-width: 580px;
    margin-left: auto;
    margin-right: auto;
}

/* Intro */
.qr-intro {
    background: #fff;
    padding: 50px 20px 30px;
    text-align: center;
}

.qr-intro h2 {
    font-size: 1.7rem;
    color: #30323A;
    font-weight: 700;
    margin-bottom: 14px;
}

.qr-intro p {
    font-size: 1rem;
    color: #616161;
    max-width: 680px;
    margin: 0 auto;
    line-height: 1.8;
}

/* General tips banner */
.general-tips-banner {
    background: #30323A;
    color: #fff;
    text-align: center;
    padding: 18px 20px;
    font-size: 1.5rem;
    letter-spacing: 0.5px;
}

.general-tips-banner i {
    color: #fb3764;
    margin-right: 6px;
}

@media screen and (max-width: 767px) {

    .section-general,
    .flower-section {
        margin: 0 1rem;
    }
}

/* QR Page flexbox layout */
.qr-row {
    display: flex;
    gap: 30px;
    align-items: flex-start;
}

.qr-col-4 {
    flex: 0 0 30%;
}

.qr-col-5 {
    flex: 0 0 38%;
}

.qr-col-7,
.qr-col-8 {
    flex: 1;
    min-width: 0;
}

.qr-tips-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
}

.qr-tips-grid>.tip-card {
    flex: 0 0 calc(50% - 8px);
    margin-bottom: 0;
}

@media (max-width: 767px) {
    .qr-row {
        flex-direction: column;
    }

    .qr-col-4,
    .qr-col-5 {
        flex: 0 0 100%;
    }

    .qr-tips-grid>.tip-card {
        flex: 0 0 100%;
    }
}

/* Section headers */
.flower-section {
    padding: 50px 0;
}

.flower-section:nth-child(even) {
    background: #fafafa;
}

.flower-section-header {
    text-align: center;
    margin-bottom: 40px;
}

.flower-section-header .flower-icon {
    font-size: 2.5rem;
    margin-bottom: 10px;
}

.flower-section-header h2 {
    font-size: 3rem;
    font-weight: 700;
    color: #30323A;
    margin-bottom: 8px;
}

.flower-section-header .divider {
    width: 60px;
    height: 3px;
    background: #fb3764;
    margin: 0 auto 14px;
    border-radius: 2px;
}

.flower-section-header p {
    color: #616161;
    font-size: 1.5rem;
    max-width: 500px;
    margin: 0 auto;
    line-height: 1.7;
}

/* Tip cards */
.tip-card {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 2px 16px rgba(0, 0, 0, 0.07);
    padding: 24px 26px;
    margin-bottom: 18px;
    display: flex;
    align-items: flex-start;
    gap: 18px;
    border-left: 4px solid #fb3764;
    transition: box-shadow 0.2s;
}

.tip-card:hover {
    box-shadow: 0 6px 24px rgba(251, 55, 100, 0.13);
}

.tip-card .tip-number {
    background: #fb3764;
    color: #fff;
    font-size: 1rem;
    font-weight: 700;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    margin-top: 2px;
}

.tip-card .tip-number.tip-star {
    background: #fb3764;
    font-size: 1.1rem;
}

.tip-card .tip-text {
    font-size: 1.5rem;
    color: #4A4E5A;
    line-height: 1.75;
    margin: 0;
}

.tip-card .tip-text strong {
    color: #30323A;
}

/* Flower image placeholder */
.flower-img-wrap {
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    height: 100%;
    position: relative;
}

.flower-img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.flower-img-placeholder {
    width: 100%;
    height: 320px;
    background: linear-gradient(135deg, #fce4ec, #f8bbd0);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #fb3764;
    font-size: 1rem;
    font-style: italic;
    border-radius: 14px;
    gap: 10px;
}

.flower-img-placeholder i {
    font-size: 3rem;
    opacity: 0.5;
}

/* Extra tip (estrella) */
.tip-card.tip-extra {
    border-left-color: #e91e63;
    background: #fff0f4;
}

.tip-card.tip-extra .tip-number.tip-star {
    background: #e91e63;
}

/* General tips section */
.section-general {
    background: linear-gradient(135deg, #fff 0%, #fce4ec22 100%);
    padding: 50px 0 40px;
}

/* Closing CTA */
.qr-cta {
    background: #30323A;
    color: #fff;
    text-align: center;
    padding: 50px 20px;
}

.qr-cta h3 {
    font-size: 3rem;
    font-weight: 700;
    color: #fff;
    margin-bottom: 12px;
}

.qr-cta p {
    color: #c0c0c0;
    font-size: 1.5rem;
    max-width: 520px;
    margin: 0 auto 24px;
    line-height: 1.7;
}

.qr-cta .contact-pills {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px;
    margin-top: 16px;
}

.qr-cta .contact-pill {
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.2);
    color: #fff;
    padding: 8px 20px;
    border-radius: 30px;
    font-size: 1.5rem;
    text-decoration: none;
    transition: background 0.2s;
}

.qr-cta .contact-pill:hover {
    background: #fb3764;
    border-color: #fb3764;
    color: #fff;
    text-decoration: none;
}

.qr-cta .contact-pill i {
    margin-right: 6px;
}

.qr-cta .shop-btn {
    display: inline-block;
    background: #fb3764;
    color: #fff;
    padding: 12px 32px;
    border-radius: 30px;
    font-weight: 700;
    font-size: 1.5rem;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    text-decoration: none;
    transition: background 0.2s;
    margin-top: 24px;
}

.qr-cta .shop-btn:hover {
    background: #fb3764cc;
    color: #fff;
    text-decoration: none;
}

/* Responsive */
@media (max-width: 767px) {
    .qr-hero h1 {
        font-size: 1.7rem;
    }

    .flower-img-wrap img,
    .flower-img-placeholder {
        height: 220px;
    }

    .tip-card {
        padding: 18px;
    }

    .flower-section-header h2 {
        font-size: 1.5rem;
    }
}

/* ===== Footer responsive (mobile) ===== */
@media (max-width: 767px) {
    #footer.page-footer {
        padding-top: 20px;
        padding-bottom: 10px;
    }

    /* Apilar las columnas en lugar de flotarlas (evita huecos por alturas desiguales) */
    #footer .row>[class*="col-"] {
        float: none;
        width: 100%;
    }

    #footer .footer {
        margin: 0;
        text-align: center;
    }

    /* Separador claro entre secciones apiladas (encabezado con línea superior) */
    #footer .footer-header {
        margin: 0 0 14px;
        padding-top: 18px;
        border-top: 1px solid rgba(0, 0, 0, 0.1);
    }

    #footer .footer-logo {
        margin-bottom: 14px;
        padding-top: 6px;
    }

    /* La primera sección (logo + redes) no necesita línea arriba */
    #footer .row:first-child>[class*="col-"]:first-child .footer-header {
        border-top: none;
    }

    /* Los clearfix entre columnas ya no aplican al apilar */
    #footer .clearfix.visible-xs,
    #footer .clearfix.visible-sm {
        display: none !important;
    }

    /* Evitar desbordes con correos/textos largos */
    #footer .list-links li>a {
        white-space: normal;
        word-break: break-word;
    }

    #footer hr {
        margin: 12px 0;
    }
}

/* ===== Header responsive (mobile / tablet) ===== */
@media (max-width: 991px) {

    /* Logo centrado y a un tamaño razonable */
    #header .justify-logo {
        justify-content: center;
        height: auto;
        padding: 8px 0;
    }

    #header .header-logo .logo>img {
        width: auto;
        max-width: 100%;
        max-height: 56px;
    }

    /* Barra de acciones: centrada, con buen espaciado y sin solaparse */
    #header .justify-end {
        justify-content: space-between;
        flex-wrap: wrap;
        gap: 18px;
        margin-top: 6px;
    }

    #header .header-ctn,
    #header .my-orders-btn {
        margin: 0;
    }

    #header .header-btns {
        margin: 0;
    }

    #header .header-btns>li {
        padding: 0;
    }

    #header .header-btns>li+li {
        margin-left: 0;
    }

    /* Separar el menú hamburguesa del nombre de usuario */
    #header .nav-toggle {
        display: inline-flex;
        align-items: center;
        margin-left: 4px;
    }

    /* Botón hamburguesa más moderno */
    #header .nav-toggle-btn.main-btn {
        background-color: var(--primary-color);
        color: #fff;
        border-radius: 8px;
        box-shadow: none;
    }

    #header .nav-toggle-btn.main-btn:hover,
    #header .nav-toggle-btn.main-btn:focus {
        background-color: #30323A;
        color: #fff;
        box-shadow: none;
    }

    /* Ocultar el texto redundante "Mis compras" (ya está en el menú de la cuenta) */
    #header .my-orders-btn {
        display: none;
    }
}