@font-face {
    font-family: "LG Smart Light";
    font-style: normal;
    font-weight: 300;
    font-display: block;
    src: url("LG_Smart/LG_Smart_Light.eot");
    src: local("LG Smart Light"),url("LG_Smart/LG_Smart_Light.eot") format("embedded-opentype"),url("LG_Smart/LG_Smart_Light.woff2") format("woff2"),url("LG_Smart/LG_Smart_Light.woff") format("woff"),url("LG_Smart/LG_Smart_Light.ttf") format("truetype")
}

@font-face {
    font-family: "LG Smart Regular";
    font-style: normal;
    font-weight: 400;
    font-display: block;
    src: url("LG_Smart/LG_Smart_Regular.eot");
    src: local("LG Smart Regular"),url("LG_Smart/LG_Smart_Regular.eot") format("embedded-opentype"),url("LG_Smart/LG_Smart_Regular.woff2") format("woff2"),url("LG_Smart/LG_Smart_Regular.woff") format("woff"),url("LG_Smart/LG_Smart_Regular.ttf") format("truetype")
}

@font-face {
    font-family: "LG Smart Regular Italic";
    font-style: italic;
    font-weight: 400;
    font-display: block;
    src: url("LG_Smart/LG_Smart_Regular_Italic.eot");
    src: local("LG Smart Regular Italic"),url("LG_Smart/LG_Smart_Regular_Italic.eot") format("embedded-opentype"),url("LG_Smart/LG_Smart_Regular_Italic.woff") format("woff"),url("LG_Smart/LG_Smart_Regular_Italic.ttf") format("truetype")
}

@font-face {
    font-family: "LG Smart SemiBold";
    font-style: normal;
    font-weight: 600;
    font-display: block;
    src: url("LG_Smart/LG_Smart_SemiBold.eot");
    src: local("LG Smart SemiBold"),url("LG_Smart/LG_Smart_SemiBold.eot") format("embedded-opentype"),url("LG_Smart/LG_Smart_SemiBold.woff2") format("woff2"),url("LG_Smart/LG_Smart_SemiBold.woff") format("woff"),url("LG_Smart/LG_Smart_SemiBold.ttf") format("truetype")
}

@font-face {
    font-family: "LG Smart Bold";
    font-style: normal;
    font-weight: 700;
    font-display: block;
    src: url("LG_Smart/LG_Smart_Bold.eot");
    src: local("LG Smart Bold"),url("LG_Smart/LG_Smart_Bold.eot") format("embedded-opentype"),url("LG_Smart/LG_Smart_Bold.woff2") format("woff2"),url("LG_Smart/LG_Smart_Bold.woff") format("woff"),url("LG_Smart/LG_Smart_Bold.ttf") format("truetype")
}

@font-face {
    font-family: "lg-icon2";
    src: url("LG_Icon/LG_Icon.eot") format("embedded-opentype"),url("LG_Icon/LG_Icon.woff") format("woff"),url("LG_Icon/LG_Icon.ttf") format("truetype"),url("LG_Icon/LG_Icon.svg") format("svg");
    font-weight: 400;
    font-style: normal
}

:root {
    --transition-color: color 200ms cubic-bezier(.215,.61,.355,1);
    --transition-opacity: opacity 200ms cubic-bezier(.215,.61,.355,1);
}

.h1,h1 {
    font-family: "LG Smart SemiBold",sans-serif;
    font-size: 3.25rem;
    line-height: 3.875rem;
    font-weight: 500
}

.h2,h2 {
    font-family: "LG Smart SemiBold",sans-serif;
    font-size: 3rem;
    line-height: 3.5rem;
    font-weight: 500
}

.h3,h3 {
    font-family: "LG Smart Regular",sans-serif;
    font-size: 2rem;
    line-height: 2.5rem;
    font-weight: 400
}

.h4,h4 {
    font-family: "LG Smart SemiBold",sans-serif;
    font-size: 1.5rem;
    line-height: 1.875rem;
    font-weight: 500
}

.h5,h5 {
    font-family: "LG Smart Regular",sans-serif;
    font-size: 1.25rem;
    line-height: 1.625rem;
    font-weight: 400
}

.h6,h6 {
    font-family: "LG Smart Regular",sans-serif;
    font-size: 1rem;
    line-height: 1.625rem;
    font-weight: 400
}

@media only all and (max-width: 47.99rem) {
    .h1,h1 {
        font-size:2.25rem !important;
        line-height: 2.875rem 
    }

    .h2,h2 {
        font-size: 2rem !important;
        line-height: 2.5rem
    }

    .h3,h3 {
        font-size: 1.75rem !important;
        line-height: 2rem
    }

    .h4,h4 {
        font-size: 1.25rem !important;
        line-height: 1.5rem
    }

    .h5,h5 {
        font-size: 1.125rem !important;
        line-height: 1.5rem
    }

    .h6,h6 {
        font-size: 1rem !important;
        line-height: 1.25rem
    }
}

.btn{
    text-align: center;
    padding: .875rem 2rem;
    border-radius: 40px;
    border: 1px solid;
    -webkit-transition: 200ms all ease-out;
    transition: 200ms all ease-out;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;

    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    gap: .75rem;
}

.gap-sm{
    gap: 1rem;
}

.btn-primary {
    background-color: #FD312E;
    border-color: #FD312E;
    color: #FFF;
}

.btn-primary:hover,.btn-primary:not(:disabled):not(.disabled):active,.btn-primary:focus {
    background: #fd6361;
    border-color: #fd6361;
    color: #FFF;
}

.btn-sm {
    padding: .625rem 1.5rem;
}

input[type=email], input[type=number], input[type=password], input[type=tel], input[type=text], input[type=textarea] {
    border: 1px solid #7B7B7B;
    border-radius: 8px;
    font-size: 1.125rem;
    padding: .5rem .825rem;
    color: #7B7B7B;
    -webkit-transition: 0.2s all ease-out;
    transition: 0.2s all ease-out;
}

.header-top{
    display: flex;
    width: 100%;
    align-items: center;
    height: 78px;
    background-color: #FFF;
}

#desktop-header-container{
    padding: unset;
    margin: unset;
    width: 100%;
    max-width: 100%;
}

#desktop-header-container .row.align-items-center{
    width: 100%;
    margin: 0;
}

/* #cbp-hrmenu ul{
    justify-content: center;
    display: flex;
} */

/* Estilos para campos requeridos - Asterisco */
.required-asterisk {
    color: #FD312E;
}

.custom-checkbox label.required {
    position: relative;
}

.custom-checkbox label.required .required-asterisk {
    color: #FD312E;
}

#header .header-nav{
    display: none;
}

.cbp-horizontal .cbp-tab-title:after{
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -5px;
    height: 1px;
    background-color: #FD312E;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: -webkit-transform 0.25s cubic-bezier(0.215,0.61,0.355,1);
    transition: -webkit-transform 0.25s cubic-bezier(0.215,0.61,0.355,1);
    transition: transform 0.25s cubic-bezier(0.215,0.61,0.355,1);
    transition: transform 0.25s cubic-bezier(0.215,0.61,0.355,1), -webkit-transform 0.25s cubic-bezier(0.215,0.61,0.355,1);
}

li.cbp-hropen:hover .cbp-tab-title:after {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}

.col-header-menu{
    overflow: hidden;
    padding: 0;
    display: flex;
    justify-content: center;
}

.cbp-hrmenu-tab .nav-link{
    padding:  0 10px;
}

/* Mejora del menu para diferentes tamaños de pantalla */
@media (min-width: 1025px) and (max-width: 1524px) {
    .cbp-horizontal .cbp-tab-title {
        white-space: nowrap;
    }
}

@media (min-width: 1025px) {
    .cbp-horizontal .cbp-tab-title {
        font-size: 1.143rem;
        padding: 0 10px;
    }
}

#desktop_logo .logo{
    width: 200px;
}

.col-mobile-logo .logo{
    width: 105px;
}

.col-mobile-menu-push #_mobile_iqitmegamenu-mobile{
    width: 100%;
}

.ps-shoppingcart .cart-products-count-btn {
    display: none;
    text-align: center;
    line-height: 15px;
    border-radius: 30px;
    min-width: 18px;
    height: 18px;
    font-size: 12px;
    position: absolute;
    top: -6px;
    right: -6px;
    padding: 2px 6px;
}

/* @media (max-width: 575.98px) {
    #mobile-header .m-nav-btn>i {
        font-size: 2rem;
    }
} */

#mobile-header .m-nav-btn{
    color: #000;
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 4px;
    width: 40px;
    height: 2px;
    border-radius: 2px;
    transition: 200ms all ease-in-out;
    cursor: pointer;
    opacity: 1;
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet-active {
    background: #FD312E;
}

.swiper-arrows-inside .swiper-button-prev, .swiper-arrows-inside.swiper-container-rtl .swiper-button-next{
    background: #fd5f5d;
    opacity: 1;
    border-radius: 50%;
    width: 40px;
    height: 40px;
}

.swiper-arrows-inside .swiper-button-next, .swiper-arrows-inside.swiper-container-rtl .swiper-button-prev{
    background: #fd5f5d;
    opacity: 1;
    border-radius: 50%;
    width: 40px;
    height: 40px;
}

.swiper-arrows-inside .swiper-button-prev:after,
.swiper-arrows-inside .swiper-button-next:after{
    font-size: 20px;
}

.prom-ofers{
    border-radius: 1.75rem;
    overflow: hidden;
}

.prom-ofers::after{
    content: "";
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, .2)), color-stop(70%, transparent));
    background: linear-gradient(0deg, rgba(0, 0, 0, .2), transparent 70%);
    display: block;
    position: absolute;
    z-index: 2;
    left: 0;
    top: 0;
}
.block-links ul>li a:before{
    content: "" !important;
}

.flex-space-between {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.flex-center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

#footer-copyrights{
    color: #5C5C5C;
}

#footer-copyrights .pay-cards img {
    max-height: 2rem;
}

#footer-copyrights .pay-cards {
    gap: .5rem;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

#footer-copyrights .copyright-txt .container{
    padding-left: 2.5rem;
    padding-right: 2.5rem;
    margin: auto;
    align-items: center;
}

.footer-top {
    border-top: 1px solid #CBC8C2;
    border-bottom: 1px solid #CBC8C2;
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.footer-top .footer-logo img {
    max-height: 50px;
}

.footer-social-icons {
    gap: .625rem;
}

.footer-top .container {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
    margin: auto;
}

.block-links ul>li a{
    padding-left: 0;
}

#footer .block-title{
    margin-bottom: 0;
}

.block-iqitlinksmanager .block-content li a{
    font-size: 14px;
}

.block-iqitlinksmanager .block-content li p.grey-light-2-regular{
    color: #333;
    font-size: 14px;
    line-height: 18px;
}

.block-iqitlinksmanager .block-content ul li>:not(i){
    color: #333;
    font-size: 14px;
    line-height: 18px;
}

.block-iqitlinksmanager .block-content ul li:has(.icons-link)+li:not(:has(.icons-link)) {
    margin-top: .625rem;
}

.block-iqitlinksmanager .block-content ul li:has(.icons-link) {
    font-family: "LG Smart SemiBold", sans-serif;
    margin-bottom: .125rem;
}

.row-mid-menu{
    margin-bottom: 4rem;
    margin-top: 3rem;
}

.product-reference{
    color: #646464;
    margin-bottom: .375rem;
}

.copy-to-clipboard {
    color: #000;
    margin: 0 .5rem;
    cursor: pointer;
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
}

.copy-to-clipboard:hover {
    color: #FD312E;
}

.product-price-and-shipping{
    margin-bottom: 1.25rem;
}

.product-miniature-default .product-add-cart .input-group-add-cart {
    gap: .5rem;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.products-grid .product-miniature-layout-2 .btn-product-list {
    white-space: nowrap;
}

.products-grid .product-miniature-layout-2 .regular-price{
    display: initial;
    color: #646464;
}

.product-miniature-default .product-thumbnail img{

}

.product-flags .discount{
    display: none;
}

.pagination{
    margin-bottom: 1rem;
}

.pagination .page-list{
    display: flex;
    gap: 1rem;
}

.pagination .page-list a{
    font-weight: 600;
    font-size: 14px;
}

.pagination .page-list li:not(.spacer) {
    border-radius: 40px;
    width: 2.25rem;
    background-color: #fff;
    height: 2.25rem;
}

.pagination .page-list li:not(.spacer):hover {
    border-color: #FD312E;
}

.pagination .page-list li:hover a {
    color: #FD312E;
}

.pagination .page-list li.current{
    border-color: #FD312E;
    color: #FD312E;
}

.pagination .page-list li.current a:hover {
    color: #FD312E;
}

.products-grid .product-miniature-layout-2 .btn-product-list{
    display: inline-flex;
    border-radius: 40px;
    border: 1px solid;
    transition: 200ms all ease-out;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    gap: .75rem;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: .875rem;
    padding-left: .5rem;
    padding-right: .5rem;
}

.d-grid {
    display: -ms-grid;
    display: grid;
    grid-gap: 1.5rem;
}

.d-grid.grid-col-5 {
    -ms-grid-columns: minmax(0,1fr) 1.5rem minmax(0,1fr) 1.5rem minmax(0,1fr) 1.5rem minmax(0,1fr) 1.5rem minmax(0,1fr);
    grid-template-columns: repeat(5, minmax(0, 1fr));
}

.benefits a {
    font-family: "LG Smart Light", sans-serif;
    gap: 1.5rem;
    text-align: left;
}

.flex-direction-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.benefit-item a span:hover{
    color: #FD312E;
}

.products-grid .product-add-cart{
    margin: inherit;
}

.products-grid .product-miniature-default{
    background: #FFF;
    border-radius: 1.75rem;
    padding: 1.5rem;
}

.ellipsis {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.product-miniature .product-title {
    font-family: "LG Smart Regular", sans-serif;
    margin-bottom: .5rem !important;
}

.product-miniature .thumbnail-container .product-thumbnail-second{
    transition: all 500ms ease 0s;
    -webkit-transition: all 500ms ease 0s;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
}

.product-miniature .product-thumbnail:hover:has(.product-thumbnail-second) img.product-thumbnail-second {
    opacity: 1;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}

.product-title a:hover {
    color: #FD312E !important;
    text-decoration: none;
}

.btn-product-list.add-to-cart:hover{
    opacity: .8;
}

.btn-product-list.view{
    background-color: #FFF;
    border-color: #000;
    color: #000;
}

.btn-product-list.view:hover{
    background-color: #1a1a1a;
    border-color: #1a1a1a;
    color: #FFF;
}

#content-wrapper .product_header_container .page-title {
    font-family: "LG Smart Bold", sans-serif;
    font-size: 2.25rem;
    line-height: 3rem;
    margin-bottom: .375rem;
}

#product .product-cover img{
    border-radius: 1.75rem;
    overflow: hidden;
    cursor: pointer;
    padding: 0;
    aspect-ratio: 1 / 1;
}

#product-availability{
    display: none;
}

.tax-shipping-delivery-label{
    display: none;
}

.product_header_container {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: none;
}

.product_p_price_container{
    border-top: none;
    border-bottom: 1px solid rgba(160, 160, 160, .25);
}

.product-discount .regular-price {
    color: #646464;
}

.current-price-value.product-price {
    font-family: "LG Smart SemiBold", sans-serif;
}

#col-product-info {
    position: -webkit-static;
    position: static;
}

.product-quantity .qty{
    width: 100%;
}

.col-add-btn .add-to-cart{
    font-size: 1.2rem;
    width: 100%;
    text-align: center;
    border-radius: 40px;
    border: 1px solid;
    background-color: #FD312E;
    border-color: #FD312E;
    color: #FFF;
    -webkit-transition: 200ms all ease-out;
    transition: 200ms all ease-out;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    gap: .75rem;
}

.col-add-btn .add-to-cart:hover{
    background-color: #fd6361;
    border-color: #fd6361;
    color: #FFF;
}

.iqit-accordion .content,.iqit-accordion .title{
    padding-top: 1.875rem;
    padding-bottom: 1.875rem;
    border-bottom: none;
}

.iqit-accordion .card{
    border-bottom: 1px solid #CBC8C2;
}

a[data-parent="#productdaas-accordion"]:hover{
    color: #FD312E !important;
}

#wrapper .breadcrumb li:not(:last-child)::after {
    content: "";
    display: inline-block;
    width: 6px;
    height: 6px;
    border-color: #000;
    border-style: solid;
    border-width: 1px 1px 0 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    margin-bottom: 1px;
    margin-left: 6px;
    margin-right: 12px;
    opacity: 1;
}

#wrapper .breadcrumb a:hover{
    color: #FD312E;
    opacity: 1;
}

.breadcrumb {
    border-top: 1px solid #CBC8C2;
    border-bottom: 1px solid #CBC8C2;
}

#wrapper .block-title{
    border-top: 1px solid #CBC8C2;
    padding-top: 0.8rem;
    border-bottom: none;
    font-size: 1rem;
    line-height: 1.625rem;
    font-weight: 400;
    color: #000;
    font-family: "LG Smart Regular", sans-serif;
}

#wrapper .block-title:hover {
    color: #FD312E;
    cursor: pointer;
    -webkit-transition: var(--transition-color), var(--transition-opacity);
    transition: var(--transition-color), var(--transition-opacity);
}

.searcher-header {
    gap: .5rem;
    margin-bottom: .75rem;
    padding-top: .5rem;
    padding-bottom: .5rem;
    align-items: center;
}

#header-search-btn .dropdown-menu, #search-widget-mobile {
    display: none !important;
}

.custom-checkbox input[type=checkbox] + span:not(.color), .custom-radio {
    background: #ffffff;
    color: #000000;
    border-color: #e3e3e3;
    width: 1.5rem;
    height: 1.5rem;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 1.5rem;
    flex: 0 0 1.5rem;
    border-radius: 6px;
    vertical-align: middle;
    border: 1px solid #7B7B7B;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
    cursor: pointer;
    -webkit-transition: 0.2s all ease-out;
    transition: 0.2s all ease-out;
    overflow: hidden;
    background-color: #FFF;
}

.custom-checkbox input[type=checkbox] + span:not(.color):hover, .custom-radio:hover {
    border-color: #FD312E;
}

.custom-checkbox:hover input[type=checkbox] + span:not(.color), 
.custom-radio-container:hover .custom-radio {
    border-color: #FD312E;
}

.custom-checkbox input[type=checkbox]:checked + span:not(.color) {
    border-color: #FD312E;
}

.custom-checkbox input[type=checkbox]:checked + span:not(.color)::before {
    content: "";
    width: 1.5rem;
    height: 1.5rem;
    display: block;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGZpbGw9Im5vbmUiIHZpZXdCb3g9IjAgMCAyNCAyNCIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2U9IiNGRkYiIGNsYXNzPSJzaXplLTYiPgogICAgPHBhdGggc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIiBkPSJtNC41IDEyLjc1IDYgNiA5LTEzLjUiIC8+Cjwvc3ZnPg==);
    background-size: contain;
    background-position: center center;
    background-color: #FD312E;
    margin-left: -1px;
    margin-top: -1px;
    border-radius: 6px;
}

.custom-checkbox input[type=checkbox]:checked + span .checkbox-checked {
    display: none;
}

.noUi-connects{
    height: 18px;
}

.noUi-touch-area, .noUi-connects{
    border: solid 1px #7B7B7B;
    border-radius: 3px;
    background: #FAFAFA;
}

#search_filters .noUi-connect{
    background: #FAFAFA;
    border-radius: 4px;
    box-shadow: inset 0 1px 1px #F0F0F0, 0 3px 6px -5px #BBB;
}

#search_filters .noUi-horizontal{
    height: auto;
    margin: 0 2.5rem;

}

#search_filters .noUi-horizontal .noUi-handle{
    height: 28px;
    top: -6px;
    width: 34px;
    height: 28px;
}

.noUi-touch-area:after, .noUi-touch-area:before {
    content: "";
    display: block;
    position: absolute;
    height: 14px;
    width: 1px;
    background: #7B7B7B;
    left: 14px;
    top: 6px;
}

.noUi-touch-area:after {
    left: 17px;
}

.price-controller .input-group-addon,.price-controller .input-group-btn {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle;
}

.price-controller .input-group-addon {
    padding: .5rem .75rem;
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.25;
    color: #acaaa6;
    text-align: center;
    background-color: #f6f6f6;
    border: 1px solid #7B7B7B;
    border-radius: 8px;
}

.price-controller{
    gap: 1rem;
}

.price-controller .input-group input{
    border: 1px solid #7B7B7B;
    border-radius: 8px;
    padding: .5rem .825rem;
    color: #7B7B7B;
    -webkit-transition: 0.2s all ease-out;
    transition: 0.2s all ease-out;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}

.filter-options-content.price input {
    padding-left: .5rem;
    padding-right: .5rem;
}

.price-controller .input-group-addon:not(:last-child){
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}

.price-controller .input-group-addon:not(:last-child) {
    align-items: center;
    border-right: 0;
}

.block-categories [data-depth="0"]{
    border-top: 1px solid #CBC8C2;
    padding: .875rem 0;
}

.block-categories .collapse-icons{
    top: inherit;
    font-size: 1.5rem;
}

.block-categories li ul{
    font-size: 1rem;
}

.block-categories .block-title span a,.block-categories ul>li,.block-categories ul>li a {
    color: #000 !important;
    padding-top: 5px;
}

.block-categories .block-title span a:hover,.block-categories ul>li:hover,.block-categories ul>li a:hover {
    color: #FD312E !important;
    cursor: pointer;
    -webkit-transition: var(--transition-color), var(--transition-opacity);
    transition: var(--transition-color), var(--transition-opacity);
}

.viewed-products h4.section-title{
    border-bottom: none !important;
    font-family: "LG Smart Bold", sans-serif !important;
    font-size: 2.25rem !important;
    margin-bottom: 0 !important;
}

.col-add-qty{
    border: 1px solid #646464;
    border-radius: 5px;
    visibility: visible;
    opacity: 1;
    -webkit-transition: 300ms all ease-out;
    transition: 300ms all ease-out;
}

.col-add-qty .qty .bootstrap-touchspin input#quantity_wanted {
    background-color: unset;
    border: 0;
    text-align: center;
    font-family: "LG Smart SemiBold", sans-serif;
    color: #000;
}

.col-add-qty .qty .input-group.bootstrap-touchspin{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: .375rem 1.55rem;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.col-add-qty .input-group .input-group-btn>.btn{
    width: 1rem;
    padding: .5rem 1rem;
    line-height: 1rem;
    border-radius: 0;
    border: 0;
    font-size: 2.5rem;
    font-family: "LG Smart Light", sans-serif;
    background-color: unset;
    justify-content: center;
    display: flex;
    align-items: center;
}

.col-add-qty .input-group .input-group-btn>.btn:hover{
    color: #FD312E;
    -webkit-transition: var(--transition-color), var(--transition-opacity);
    transition: var(--transition-color), var(--transition-opacity);
}

.d-grid.grid-col-3 {
    -ms-grid-columns: minmax(0,1fr) 1.5rem minmax(0,1fr) 1.5rem minmax(0,1fr);
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.d-grid .grid-item {
    background: #FFF;
    border-radius: 1.75rem;
    padding: 1.5rem;
}

.block.services .grid-item {
    gap: 3rem;
}

.block.services .grid-item h3 {
    font-family: "LG Smart Light", sans-serif;
}

.block.services .grid-item .d-flex img {
    margin-left: 1rem;
}

.block.services .grid-item a {
    width: 4rem;
    height: 4rem;
    border-radius: 50%;
    padding: 0;
    margin-top: auto;
}

.block.services .btn-secondary.btn-outline {
    text-align: center;
    background-color: #FFF;
    border-color: #000;
    color: #000;
    border: 1px solid;
    -webkit-transition: 200ms all ease-out;
    transition: 200ms all ease-out;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    gap: .75rem;
}

.block.services .btn-secondary.btn-outline:hover {
    background-color: #1a1a1a !important;
    border-color: #1a1a1a !important;
    color: #FFF !important;
}

.btn-secondary.btn-outline:hover svg path {
    stroke: #FFF !important;
    fill: #FFF !important;
}

.cbp-hrmenu .cbp-hrsub-inner{
    visibility: hidden;
    pointer-events: none;
    opacity: 0;
    -webkit-transition: opacity 0.2s cubic-bezier(.215,.61,.355,1), visibility 0s 0.2s;
    transition: opacity 0.2s cubic-bezier(.215,.61,.355,1), visibility 0s 0.2s;
    height: 400px;
    overflow: auto;
}

.cbp-hropen .cbp-hrsub .cbp-hrsub-inner{
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
}

.overlay-menu{
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
    position: fixed;
    top: 78px;
    left: 0;
    width: 100vw;
    height: calc(100vh - 78px);
    background-color: rgba(0, 0, 0, .8);
    -webkit-backdrop-filter: blur(2px);
    backdrop-filter: blur(2px);
    -webkit-transition: 200ms opacity ease-out;
    transition: 200ms opacity ease-out;
    z-index: 1;
}

.cbp-hrmenu:has(.cbp-hropen) .overlay-menu{
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
}

.cbp-hrmenu .cbp-hrsub-inner .cbp-column-title{
    padding-left: 0;
}

.cbp-hrmenu .cbp-hrsub-inner .cbp-column-title:hover{
    color: #FD312E;
}

.cbp-links.cbp-valinks li a{
    line-height: 1.625rem;
}

.carusel-home .swiper-button-next,.carusel-home .swiper-button-prev{
    color: #fff;
}

.mobile-menu__header-wrapper{
    background-color: #fff;
}

.text-container-legal {
    width: 100%;
    padding: 20px 35px;
    position: relative;
    padding-right: 80px;
    border-bottom: 1px solid #CBC8C2;
}

.text-container-legal button {
    margin-top: 10px;
    padding: 5px;
    background-color: transparent;
    border: none;
    cursor: pointer;
    font-size: 16px;
    text-decoration: underline;
    font-weight: 700;
    position: absolute;
    right: 35px;
    top: 5px;
}

.text-container-legal .text-content {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: block;
    height: 1.2em;
    padding-right: 80px;
    margin: 0;
}

#cart #content-wrapper .page-title{
    border-bottom: none;
}

.cart-item {
    border-bottom: 1px solid #000;
    padding: 1rem 0;
}

li.cart-item:last-child {
    border-bottom: 0;
}

#cart .product-price{
    font-family: "LG Smart SemiBold", sans-serif;
    font-size: 1.5rem;
    line-height: 1.875rem;
    font-weight: 500;
}

#cart .col-md.qty{
    border: 1px solid #646464;
    border-radius: 5px;
    visibility: visible;
    opacity: 1;
    -webkit-transition: 300ms all ease-out;
    transition: 300ms all ease-out;
}

#cart .col-md.qty .bootstrap-touchspin .js-cart-line-product-quantity {
    background-color: unset;
    border: 0;
    text-align: center;
    font-family: "LG Smart SemiBold", sans-serif;
    color: #000;
    padding: 0;
}

#cart .col-md.qty .input-group.bootstrap-touchspin{
    padding: 0.625rem 0.325rem;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

#cart .col-md.qty .input-group .input-group-btn>.btn{
    width: 1rem;
    padding: .5rem 1rem;
    line-height: 1rem;
    border-radius: 0;
    border: 0;
    font-size: 2.5rem;
    font-family: "LG Smart Light", sans-serif;
    background-color: unset;
    justify-content: center;
    display: flex;
    align-items: center;
}

#cart .col-md.qty .input-group .input-group-btn>.btn:hover{
    color: #FD312E;
    -webkit-transition: var(--transition-color), var(--transition-opacity);
    transition: var(--transition-color), var(--transition-opacity);
}

.cart-item .bootstrap-touchspin {
    max-width: fit-content;
    margin: 0 auto;
    min-height: 40px;
}

.cart-grid .cart-grid-right, .cart-summary.js-cart  {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 400px;
    flex-basis: 400px;
    background-color: #E6E1D6;
    padding: 1rem;
    border-radius: 1.75rem;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
}

.js-cart-detailed-actions div .btn-primary{
    text-align: center;
    padding: .875rem 2rem;
    border-radius: 40px;
    border: 1px solid;
    -webkit-transition: 200ms all ease-out;
    transition: 200ms all ease-out;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    gap: .75rem;
    background-color: #FD312E;
    border-color: #FD312E;
    color: #FFF;
}

.js-cart-detailed-actions div .btn-primary:hover {
    background-color: #fd6361;
    border-color: #fd6361;
    color: #FFF;
}

.checkout.cart-detailed-actions{
    text-align: center;
}

.cart-grid-right .cart-summary{
    border: 0;
}

.cart-detailed-subtotals{
    border-bottom: 1px solid #000;
}

.cart-summary-totals{
    border-bottom: 1px solid #000;
}

.cart-summary-line.cart-total{
    font-family: "LG Smart Regular", sans-serif;
    font-size: 1.25rem;
    line-height: 1.625rem;
}

.block-promo .cart-voucher-area{
    background: transparent;
}

.discount_name{
    border: 1px solid #7B7B7B;
    border-radius: 8px !important;
    font-size: 1.125rem;
    padding: .5rem .825rem;
    color: #7B7B7B;
    -webkit-transition: 0.2s all ease-out;
    transition: 0.2s all ease-out;
}

body#checkout section.checkout-step{
    border-radius: 1.75rem;
    padding: 1.5rem;
    background-color: #FFF;
    border: 0;
}

body#checkout section.checkout-step .step-title {
    border-bottom: 0;
    margin-bottom: 1rem;
    text-transform: uppercase;
    cursor: pointer;
    font-size: 16px;
    margin-bottom: 0;
    font-weight: 600;
}

body#checkout section.checkout-step.-current .step-title{
    border-bottom: 0;
}

.qty-cart{
    border: 1px solid #646464;
    border-radius: 5px;
    visibility: visible;
    opacity: 1;
    -webkit-transition: 300ms all ease-out;
    transition: 300ms all ease-out;
}

.qty-cart .input-group.bootstrap-touchspin {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    max-width: fit-content;
    margin: 0 auto;
    min-height: 40px;
}

.qty-cart .input-group .input-group-btn>.btn {
    width: 1rem;
    padding: .5rem 1rem;
    line-height: 1rem;
    border-radius: 0;
    border: 0;
    font-size: 1.5rem;
    font-family: "LG Smart Light", sans-serif;
    background-color: unset;
    justify-content: center;
    display: flex;
    align-items: center;
}

.qty-cart .input-group .block-cart-product-quantity{
    background-color: unset;
    border: 0;
    text-align: center;
    font-family: "LG Smart SemiBold", sans-serif;
    color: #000;
    padding: 0;
    font-size: 1rem;
}

.qty-cart .input-group .input-group-btn>.btn:hover{
    color: #FD312E;
    -webkit-transition: var(--transition-color), var(--transition-opacity);
    transition: var(--transition-color), var(--transition-opacity);
}

#blockcart-content .cart-totals{
    font-size: 1.25rem;
}

label[for="ff_psgdpr"] a{
    text-decoration: underline;
}

@media only all and (min-width: 62rem) {
    .d-none-desktop {
        display:none
    }

    .block {
        padding-top: 3rem;
        padding-bottom: 3rem
    }

    .benefits {
        grid-gap: 3rem
    }

    .benefits a {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        height: 100%
    }

    .benefits .benefit-item {
        position: relative
    }

    .benefits .benefit-item:not(:last-child):after {
        content: "";
        display: block;
        width: 1px;
        height: 100%;
        position: absolute;
        top: 0;
        right: -1.5rem;
        background-color: #CBC8C2
    }
}

@media only all and (max-width: 61.99rem) {

    .d-grid {
        grid-gap: .75rem
    }

    .d-grid.grid-col-2,.d-grid.grid-col-3,.d-grid.grid-col-4,.d-grid.grid-col-5 {
        -ms-grid-columns: 1fr .75rem 1fr;
        grid-template-columns: 1fr 1fr
    }

    .d-grid.grid-col-6 {
        -ms-grid-columns: 1fr .75rem 1fr .75rem 1fr;
        grid-template-columns: 1fr 1fr 1fr
    }
    
    .benefits a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }


    .benefits img {
        margin-left: auto
    }
}

@media only all and (max-width: 47.99rem) {
    .d-grid.grid-col-2,.d-grid.grid-col-3,.d-grid.grid-col-4,.d-grid.grid-col-5,.d-grid.grid-col-6 {
        -ms-grid-columns:100%;
        grid-template-columns: 100%;
    }
}

@media (min-width: 768px) {
    .row-mid-menu{
        padding-left: 2.5rem;
        padding-right: 2.5rem;
    }
}

/* Media query para dispositivos móviles */
@media (max-width: 767px) {
  /* Contenedor principal */
  .row-prom-offers .elementor-container {
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none; 
    scroll-snap-type: x mandatory; 
    padding-bottom: 15px;
  }
  
  .row-prom-offers .elementor-container::-webkit-scrollbar {
    display: none;
  }
  
  .row-prom-offers .elementor-row {
    display: flex;
    flex-wrap: nowrap;
    width: auto;
    min-width: 100%;
  }
  
  .row-prom-offers .elementor-column {
    flex: 0 0 80%; 
    width: 80%;
    max-width: 80%;
    margin-right: 15px; 
    scroll-snap-align: center; 
  }
  
  .row-prom-offers .elementor-column:last-child {
    margin-right: 0;
  }
  
  .row-prom-offers .elementor-image img {
    width: 100%;
    height: auto;
    object-fit: cover;
  }
  
  .row-prom-offers .elementor-container::after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 20%;
    height: 100%;
    background: linear-gradient(to right, rgba(255,255,255,0), rgba(255,255,255,0.3));
    pointer-events: none;
  }

    .row-prom-offers .elementor-container {
    scroll-behavior: smooth;
  }

    .copyright-txt>.d-flex {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    #footer-copyrights .copyright-txt .container{
        padding-left: 0;
        padding-right: 0;
        margin: auto;
    }
    #footer-copyrights .copyright-txt .pay-cards {
        margin-bottom: .75rem;
    }

    .footer-top .container{
        padding-left: 0.75rem;
        padding-right: 0.75rem;
    }

    #footer .block-toggle > .block-title span::after{
        float: right;
        /* content: "\f106"; */
    }

    #cart .cart-item .product-line-grid-right > .justify-content-end {
        justify-content: center !important;
    }

    #cart .col-md.hooks-col {
        display: flex;
        width: 100%;
        justify-content: space-evenly;
        align-items: center;
        margin: 15px 0;
    }

    #cart .col-md.qty {
        max-width: 126px;
    }
}

/* Estilos para el acordeón de privacidad */
.privacy-accordion-container {
  margin-bottom: 1rem;
}

.privacy-accordion-header {
  margin-bottom: 10px;
}

.ver-acordeon-registro {
  color: #a50034;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 5px;
}

.ver-acordeon-registro:hover {
  color: #8a0029;
  text-decoration: none;
}

.red-semibold {
  color: #a50034;
}


.texto_legal_pc {
  display: block;
}

.texto_legal_movil {
  display: none;
}

.texto_legal_pc .table {
  width: 100%;
  margin-bottom: 0;
  background-color: transparent;
}

.texto_legal_pc .table th {
  border-top: none;
  border-bottom: 1px solid #dee2e6;
  padding: 12px 8px;
  font-weight: 600;
  color: #333;
  width: 25%;
  vertical-align: top;
}

.texto_legal_pc .table td {
  border-top: none;
  border-bottom: 1px solid #dee2e6;
  padding: 12px 8px;
  color: #666;
  line-height: 1.5;
}

.texto_legal_pc .table a {
  color: rgba(165, 0, 52, 0.9);
  text-decoration: none;
}

.texto_legal_pc .table a:hover {
  text-decoration: underline;
}

/* Estilos para móvil */
@media (max-width: 767px) {
  .texto_legal_pc {
    display: none;
  }
  
  .texto_legal_movil {
    display: block;
  }
  
  .texto_legal_movil strong {
    color: #333;
    display: block;
    margin-bottom: 5px;
    margin-top: 15px;
  }
  
  .texto_legal_movil strong:first-of-type {
    margin-top: 0;
  }
  
  .texto_legal_movil a {
    color: rgba(165, 0, 52, 0.9);
    text-decoration: none;
  }
  
  .texto_legal_movil a:hover {
    text-decoration: underline;
  }
}

/* ===== ESTILOS PARA MÉTODOS DE PAGO ===== */

/* Form Layout */
.form-group {
  display: flex;
  margin-bottom: 1rem;
  gap: .5rem;
}

.form-group input {
  flex: 1;
}

.form-control {
  font-size: 1.125rem;
}

.form-control + .form-control {
  margin-top: 1em;
}

/* Input Fields */
input[type="text"],
input[type="tel"],
input[type="number"],
input[type="email"],
input[type="password"],
input[type="textarea"] {
  border: 1px solid #7B7B7B;
  border-radius: 8px;
  font-size: 1.125rem;
  padding: .5rem .825rem;
  color: #7B7B7B;
  transition: .2s all ease-out;
}

input[type="text"]::placeholder,
input[type="tel"]::placeholder,
input[type="number"]::placeholder,
input[type="email"]::placeholder,
input[type="password"]::placeholder,
input[type="textarea"]::placeholder {
  color: #7B7B7B;
}

input[type="text"]:not([disabled]):not(.disabled):active,
input[type="text"]:not([disabled]):not(.disabled):hover,
input[type="text"]:not([disabled]):not(.disabled):focus,
input[type="tel"]:not([disabled]):not(.disabled):active,
input[type="tel"]:not([disabled]):not(.disabled):hover,
input[type="tel"]:not([disabled]):not(.disabled):focus,
input[type="number"]:not([disabled]):not(.disabled):active,
input[type="number"]:not([disabled]):not(.disabled):hover,
input[type="number"]:not([disabled]):not(.disabled):focus,
input[type="email"]:not([disabled]):not(.disabled):active,
input[type="email"]:not([disabled]):not(.disabled):hover,
input[type="email"]:not([disabled]):not(.disabled):focus,
input[type="password"]:not([disabled]):not(.disabled):active,
input[type="password"]:not([disabled]):not(.disabled):hover,
input[type="password"]:not([disabled]):not(.disabled):focus,
input[type="textarea"]:not([disabled]):not(.disabled):active,
input[type="textarea"]:not([disabled]):not(.disabled):hover,
input[type="textarea"]:not([disabled]):not(.disabled):focus {
  border-color: #000;
}

input[type="text"].error,
input[type="tel"].error,
input[type="number"].error,
input[type="email"].error,
input[type="password"].error,
input[type="textarea"].error {
  border-color: #FD312E;
}

/* Checkbox Styles */
input[type="checkbox"] {
  width: 1.5rem;
  height: 1.5rem;
  flex: 0 0 1.5rem;
  border-radius: 6px;
  vertical-align: middle;
  border: 1px solid #7B7B7B;
  appearance: none;
  outline: none;
  cursor: pointer;
  transition: .2s all ease-out;
  overflow: hidden;
  background-color: #FFF;
}

input[type="checkbox"]:before {
  transition: inherit;
}

input[type="checkbox"]:checked {
  border-color: #FD312E;
}

input[type="checkbox"]:checked:before {
  content: '';
  width: 1.5rem;
  height: 1.5rem;
  display: block;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGZpbGw9Im5vbmUiIHZpZXdCb3g9IjAgMCAyNCAyNCIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2U9IiNGRkYiIGNsYXNzPSJzaXplLTYiPgogICAgPHBhdGggc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIiBkPSJtNC41IDEyLjc1IDYgNiA5LTEzLjUiIC8+Cjwvc3ZnPg==");
  background-size: contain;
  background-position: center center;
  background-color: #FD312E;
  margin-left: -1px;
  margin-top: -1px;
}

input[type="checkbox"]:hover {
  border-color: #FD312E;
}

input[type="checkbox"]:checked:hover:before {
  opacity: .8;
}

input[type="checkbox"].compare {
  border-radius: 50%;
}

input[type="checkbox"].compare:checked:before {
  background-size: 75%;
}

/* Radio Button Styles */
input[type="radio"] {
  appearance: none;
  background-color: #fff;
  margin: 0;
  color: #FD312E;
  width: 1.5rem;
  height: 1.5rem;
  border: 1px solid #000;
  border-radius: 50%;
  display: grid;
  place-content: center;
  cursor: pointer;
  transition: 200ms all ease-out;
  flex: 0 0 1.5rem;
}

input[type="radio"]:before {
  content: "";
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  transition: inherit;
  transform: scale(0);
  box-shadow: inset 1em 1em #FD312E;
}

input[type="radio"]:hover {
  border-color: #FD312E;
}

input[type="radio"]:checked {
  border-color: #FD312E;
}

input[type="radio"]:checked:before {
  transform: scale(1);
}

/* Payment Methods Styles */
.payment-border {
  border: none;
  border-radius: 8px;
  padding: 1rem;
  margin-bottom: 1rem;
  background-color: #FFF;
  transition: 200ms all ease-out;
}

.payment-border:hover {
  border-color: transparent;
}

.payment-option {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.payment-option label {
  display: flex;
  align-items: center;
  gap: 1rem;
  cursor: pointer;
  margin: 0;
  font-family: "LG Smart Regular", sans-serif;
  font-size: 1rem;
  color: #000;
}

.payment-option label img {
    max-height: 80px;
    max-width: 80px;
}

.payment-option label span {
  font-weight: 500;
}

/* Gap utilities */
.gap-sm {
  gap: 1rem;
}

.d-flex {
  display: flex;
}

/* Conditions to approve styles */
.condition-label {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  margin-bottom: 1rem;
}

.condition-label label {
  font-family: "LG Smart Regular", sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  color: #000;
  margin: 0;
}

.condition-label a {
  color: #FD312E;
  text-decoration: none;
}

.condition-label a:hover {
  text-decoration: underline;
}

.black-regular {
  color: #000;
  font-family: "LG Smart Regular", sans-serif;
}

.red-regular {
  color: #FD312E;
  font-family: "LG Smart Regular", sans-serif;
}

.grey-regular {
  color: #7B7B7B;
  font-family: "LG Smart Regular", sans-serif;
}

/* Payment confirmation button */
#payment-confirmation .btn-primary {
  background-color: #FD312E;
  border-color: #FD312E;
  color: #FFF;
  font-family: "LG Smart SemiBold", sans-serif;
  font-weight: 600;
  padding: .875rem 2rem;
  border-radius: 40px;
  transition: 200ms all ease-out;
}

#payment-confirmation .btn-primary:hover {
  background-color: #fd6361;
  border-color: #fd6361;
  color: #FFF;
}

#payment-confirmation .btn-primary:disabled {
  background-color: #fd6361;
  border-color: #fd6361;
  cursor: not-allowed;
}

.my-account-side-links .material-icons {
    font-size: inherit;
    width: 1.28571429em;
    text-align: center;
}

/* Mobile responsive */
@media (max-width: 767px) {
  .form-group:not(:has(input[type="radio"],input[type="checkbox"])) {
    flex-direction: column;
  }
  
  .payment-option {
    flex-direction: column;
    align-items: flex-start;
    gap: .75rem;
  }
  
  .payment-option label {
    flex-direction: column;
    align-items: flex-start;
    gap: .5rem;
  }
}

[paypal-mark-container]{
    display: none !important;
}