body, html, * {
    box-sizing: border-box !important;
}

:root {
    --blue-ecamisetas: #0d6efd;
    --grey-ecamisetas: #212529;
}

/* General */

@media (min-width: 1200px) {
    .container {
        width: 1400px;
        max-width: 100%;
    }
}

@media (min-width: 992px) {
    .container {
        width: 1400px;
        max-width: 100%;
    }
}

[class^="col-"],
[class*=" col-"] {
    padding-left: 10px !important;
    padding-right: 10px !important;
}

.container, .row, .col-md-3, .col-md-9 {
    overflow: visible !important;
}

/* Clearfix clásico sin overflow hidden */
.row::after {
    content: "";
    display: table;
    clear: both;
}


body, html, main {
    background: #fff;
    overflow-x: hidden;
}

.carousel {
    margin-left: -15px;
    margin-right: -15px;
}

* {
    font-family: "Outfit", sans-serif;
    box-sizing: border-box;
}

.btn-primary, .btn-secondary, .btn-tertiary {
    text-transform: none;
}

#index #wrapper {
    margin-top: 0;
}

a:hover {
    color: #000;
}


#wrapper {
    margin-top: 35px;
    padding: 0;
    box-shadow: none;
    background: #fff;
    min-height: 50vh;
}

.header-regalo-title p {
    font-size: 16px;
    line-height: 18px;
}

.btn-regalo,
.btn {
    text-align: center;
    display: inline-block;
    padding: 8px 23px;
    text-transform: uppercase;
    font-weight: 900;
    color: #000;
    letter-spacing: 1px;
    border-radius: 0;
    border: 3px solid #000;
    font-size: 12px;
}

.btn-regalo.btn-regalo-big {
    padding: 10px 30px;
    height: auto;
}

.btn-regalo.btn-regalo-outline {
    background: transparent;
}

.btn-regalo.btn-regalo-primary,
.btn-primary {
    background: #000;
    color: #fff;
}

.btn-regalo.btn-regalo-primary:hover,
.btn-primary:hover {
    background: #1e1e1e;
}


.owl-carousel .owl-nav button {
    position: absolute;
    top: 50%;
    margin-top: -17px;
    width: 35px;
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 2px solid #000 !important;
    border-radius: 6px;

}

@media screen and (max-width: 1024px){
    .owl-carousel .owl-nav button {
        display: none;
    }
}

.owl-carousel .owl-nav button span {
    font-size: 31px;
    margin-top: -6px;
}

.owl-carousel .owl-nav button.owl-prev {
    left: -45px;
}

.owl-carousel .owl-nav button.owl-next {
    right: -45px;
}

.container-regalo {
    max-width: 1820px;
    width: 100%;
    margin: 0 auto;
    padding: 0 20px;
}

#contact .container-regalo {
    max-width: 1024px;
}

.container-small {
    max-width: 1024px;
    width: 100%;
    margin: 0 auto;
    padding: 0 20px;
}


.card-block {
    padding: 0;
    border: 0;
    box-shadow: none;
}

/* Header */

.header-regalo-title * {
    color: #000;
}

.header-regalo-title h2 {
    font-size: 30px;
    line-height: 35px;
    margin: 0 0 10px 0;
}

@media screen and (max-width: 1024px){

    .header-regalo-title h2 {
        font-size: 20px;
        line-height: 25px;
        margin: 0 0 10px 0;
    }
}

#header {
    box-shadow: none;
    border-bottom: 2px solid #f1f1f1;
    border-top: 10px solid #Deedf9;
    background: #fff !important;
}

#header .header-top {
    background: #fff;
}

#header .top-menu {
    margin: 15px 0 0 0;
}



#header .logo {
    width: 250px;
}

@media (max-width: 991px) {
    #header .logo {
        width: 150px;
    }
}

#header .header-top {
    padding: 20px 0;
}

#header .header-top .menu {
    width: 100%;
}

#header .header-top .menu ul {
    width: 100%;
    display: flex;
    justify-content: center;
}

#header .header-top .menu-icon-image {
    font-size: 15px;
    font-weight: 300;
    text-align: center;
    padding: 10px 15px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

#header .header-top .menu-icon-image img {
    width: 30px;
    aspect-ratio: 1 / 1;
    height: auto;
    margin-bottom: 8px;
}

#header .header-top .menu-icon-image:hover {
    color: #000;
}

#header .header-top .position-static {
    display: flex;
    justify-content: space-between;
    padding: 0;
}

#header #_desktop_cart,
#header #_desktop_user_info,
#header #_desktop_contact,
#header #_desktop_budget {
    margin-left: 15px;
}

#header #_desktop_cart .blockcart {
    position: relative;
    display: inline-block;
}

#header #_desktop_cart .blockcart img {
    width: 21px;
    height: auto;
}

#header #_desktop_cart .blockcart .cart-products-count {
    position: absolute;
    top: -10px;
    right: -10px;
    width: 20px;
    height: 20px;
    border-radius: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 8px;
    color: #fff;
    font-weight: bold;
    background: darkred;
}

#header .header-top-right-content img {
    width: 20px;
    height: auto;
}

#header #search_widget {
    max-width: calc(100% - 90px);
    float: none;
    min-width: calc(100% - 90px);
    display: flex;
    justify-content: center;
    align-items: center;
}

#header #search_widget form {
    width: 100%;
    max-width: 700px;
    position: relative;
}

#header #search_widget form {
    position: relative;
    z-index: 6;
}

#header #search_widget form input {
    width: 100%;
    border: none;
    background: aliceblue;
    border-radius: 50px;
    padding: 10px 25px 10px 60px;
    height: 45px;
    box-shadow: 0 0 15px 0 rgba(0,0,0,.2);
}

#header #search_widget form input:focus {
    outline: none !important;
    border: none !important;
}

#header #search_widget form button[type=submit] {
    position: absolute;
    padding: 0;
    top: 0px;
    bottom: 0px;
    left: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: transparent;
    border: none;
    outline: none;
}

#header #search_widget form button[type=submit] img {
    width: 20px;
    height: auto;
}

#header .regalo-search-overlay {
    background-color: rgba(0, 0, 0, .4);
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: -1;
}

#header .regalo-search-overlay.active {
    z-index: 4 !important;
}


#header .header-top-right-content {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    min-width: 90px;
}


#header .menu > ul > li.link {
    position: relative;
    flex: 1;
}

#header .top-menu[data-depth="1"] {
    display: flex;
    flex-direction: column;
}

#header .menu > ul > li.link .link-submenu {
    z-index: -21;
    position: fixed;
    top: 170px;
    left: 0;
    width: 100%;
    background: #fff;
    padding: 50px 0;
    border-top: 2px solid #f1f1f1;
    box-shadow: 0 3px 3px -3px #0000001a;
    -webkit-transition: top 0.3s;
    transition: top 0.3s;
}

#header .menu > ul > li.link:hover .link-submenu {
    z-index: 999;
    display: block;
    top: 115px;
}

#header .menu > ul > li.link .link-submenu .container-small ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}

#header .menu > ul > li.link .link-submenu .container-small ul li {
    flex-basis: 33%;
    width: 33%;
    padding: 10px 0;
    text-align: left;
}

#header .menu > ul > li.link .link-submenu .container-small ul li a {
    font-size: 14px;
    line-height: 16px;
}

#header .menu > ul > li.link .link-submenu .container-small ul li a:hover {
    color: #000;
    text-decoration: underline;
}

#header .menu > ul > li.link .link-submenu .container-small img {
    width: 100%;
    border-radius: 6px;
}


#header .header-menu-header-items {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

#header .header-menu-header-items .header-menu-header-right {
    margin-top: 15px;
    margin-right: -0.625rem;
}

#header .header-menu-header-items .header-menu-header-right a {
    font-weight: 600;
    text-transform: capitalize;
    font-size: 15px;
    padding: 0.625rem;
    border-radius: 8px;
}


.top-menu a.dropdown-submenu {
    text-transform: none;
}



@media screen and (max-width: 1200px){

    #header #_mobile_menu {
        cursor: pointer;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        width: 25px;
        min-width: 25px;
        height: 19px;
        margin-left: 18px;
    }

    #header #_mobile_menu span {
        display: inline-block;
        width: 100%;
        height: 2px;
        background: #000;
        margin-top: 3px;
        -webkit-transition: 0.3s;
        transition: 0.3s;
    }

    #header #_mobile_menu.change span:nth-child(1) {
        transform: translate(0, 7px) rotate(-45deg);
    }

    #header #_mobile_menu.change span:nth-child(2) {
        opacity: 0;
    }

    #header #_mobile_menu.change span:nth-child(3) {
        transform: translate(0, -8px) rotate(45deg);
    }

    #header #header-regalo-menu .menu {
        position: fixed;
        top: 75px;
        left: -200vw;
        padding: 0;
        height: calc(100vh - 70px);
        background-color: #fff;
        z-index: 999;
        -webkit-transition: 0.3s;
        transition: 0.3s;
    }

    #header #header-regalo-menu .menu ul {
        flex-direction: column;
        justify-content: flex-start;
    }

    #header .menu > ul > li.link {
        width: 100%;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: flex-start;
        border-top: 2px solid #f1f1f1;
    }

    #header .header-top .menu-icon-image img {
        margin-bottom: 0;
        margin-right: 15px;
    }

    #header #header-regalo-menu .menu.change {
        left: 0;
    }

    #header .header-top .menu-icon-image {
        flex-direction: row;
        width: 100%;
        justify-content: flex-start;
        position: relative;
    }

    #header .header-top .menu-icon-image:after {
        content: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><path d='M9 18l6-6-6-6'/></svg>");
        position: absolute;
        top: 50%;
        right: 15px;
        width: 30px;
        height: 30px;
        margin-top: -15px;
        font-size: 16px;
        color: #000;
        font-weight: bold;
        -webkit-transition: 0.3s;
        transition: 0.3s;
    }

    #header .header-top .menu-icon-image.active:after {
        transform: rotate(90deg);
    }

    #header .menu > ul > li.link .link-submenu,
    #header .menu > ul > li.link:hover .link-submenu {
        display: none;
        position: absolute;

    }

    #header .menu > ul > li.link .link-submenu.active {
        display: block;
        top: 49px;
        padding: 10px 0;
    }

    #header #search_widget {
        max-width: 100%;
        width: 100%;
    }

    #header #search_widget form {
        max-width: 100%;
    }

    #header .header-menu-header-items {
       padding-top: 20px;
    }

    #header .header-top-right-content {
        margin-top: 7px;
    }

}


/* Carousel */

.carousel {
    box-shadow: none;
    width: 100%;
}

.carousel .carousel-inner {
    height: auto;
}

.carousel .carousel-item {
    width: 100%;
    height: auto;
    position: relative;
    min-height: 600px;
    padding: 0 20px;
}

.carousel .carousel-item .carousel-item-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.carousel .carousel-item .carousel-item-content * {
    max-width: 500px;
}

.carousel .carousel-item .carousel-item-content span {
    display: inline-block;
    padding: 8px 25px;
    background: rgba(119, 191, 138, 0.19);
    margin-bottom: 20px;
    border-radius: 50px;
    color: #77bf8a;
}

.carousel .carousel-item .carousel-item-content .carousel-item-content-title {
    font-size: 46px;
    line-height: 49px;
    font-weight: 700;
    text-align: center;
    color: #000;
    margin-bottom: 25px;
}

.carousel .carousel-item .carousel-item-content .carousel-item-content-description,
.carousel .carousel-item .carousel-item-content .carousel-item-content-description * {
    text-align: center;
    font-size: 16px;
    line-height: 23px;
}

.carousel .carousel-item .carousel-item-content .carousel-item-content-description {
    margin-bottom: 20px;
}

.carousel .carousel-item .carousel-item-content a {
    display: inline-block;
    padding: 10px 30px;
    text-transform: uppercase;
    font-weight: 900;
    color: #fff;
    letter-spacing: 1px;
    border-radius: 8px;
    border: 3px solid #77bf8a;
    background: #77bf8a;
    font-size: 12px;
}

.carousel .carousel-item .caption {
    width: 100%;
}

.carousel .carousel-item .caption * {
    text-align: center;
}

.carousel .carousel-control .icon-next:hover i, .carousel .carousel-control .icon-prev:hover i {
    color: var(--grey-ecamisetas);
}

@media screen and (max-width: 1024px){

    .carousel .carousel-item .carousel-item-content {
        padding: 0 25px;
        left: 25px;
    }

    .carousel .carousel-item .carousel-item-content .carousel-item-content-title {
        font-size: 30px;
        line-height: 35px;
    }

    .carousel .carousel-item .carousel-item-content .carousel-item-content-description,
    .carousel .carousel-item .carousel-item-content .carousel-item-content-description * {
        font-size: 14px;
        line-height: 20px;
    }

    .container {
        padding: 0 25px;
    }

}

/* Home text */

.home-products-banner {
    width: 100%;
    display: flex;
    margin: 60px 0;
}

.home-products-banner .home-products-banner-content {
    position: relative;
    flex-basis: 50%;
    width: 50%;
    padding: 10px;
    min-height: 620px;
}


.home-products-banner .home-products-banner-content .home-products-banner-text {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 50px;
}

.home-products-banner .home-products-banner-content .home-products-banner-text p:first-child {
    color: #000;
    font-size: 30px;
    line-height: 35px;
    font-weight: 700;
    margin: 0 0 20px 0;
}


.home-products-banner .home-products-banner-content .home-products-banner-text p:nth-child(2) {
    max-width: 400px;
    font-size: 16px;
    line-height: 23px;
    margin: 0 0 20px 0;
}

.home-products-banner .home-products-banner-content .home-products-banner-text a {
    display: inline-block;
    padding: 10px 30px;
    text-transform: uppercase;
    font-weight: 900;
    color: #fff;
    letter-spacing: 1px;
    border-radius: 8px;
    border: 3px solid #77bf8a;
    background: #77bf8a;
    font-size: 12px;
}

@media screen and (max-width: 768px){
    .home-products-banner {
       flex-wrap: wrap;
        margin: 30px 0;
    }

    .home-products-banner .home-products-banner-content {
        flex-basis: 100%;
        width: 100%;
        min-height: auto;
        padding-top: 40px;
        margin-bottom: 20px;
    }

    .home-products-banner .home-products-banner-content .home-products-banner-text {
        position: relative;
        padding: 0 15px 15px 15px;
    }

    .home-products-banner .home-products-banner-content .home-products-banner-text p:first-child {
        font-size: 20px;
        line-height: 25px;
    }
}


.regalonline-banner-home {
    margin: 80px 0;
    width: 100%;
    background-color: #77bf8a;
    color: #fff;
    padding-top: 40px;
    padding-bottom: 40px;
}

.regalonline-banner-home .container {
    display: flex;
    justify-content: center;
    align-items: center;
}

.regalonline-banner-home .container img {
    width: 45px;
    height: auto;
    margin-right: 10px;
}

.regalonline-banner-home .container p {
    color: #fff;
    font-size: 30px;
    line-height: 35px;
    margin: 0 20px 0 0;
}

/* Home Banner Professional */

.banner-professional-home {
    margin: 40px 0;
    width: 100%;
    padding: 80px 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.banner-professional-home p:nth-child(1) {
    font-size: 30px;
    line-height: 35px;
    color: #000;
    font-weight: 700;
    margin: 0;
}

.banner-professional-home p:nth-child(2) {
    font-size: 16px;
    line-height: 23px;
    margin: 20px 0;
}

.banner-professional-home a {
    margin-top: 25px;
    display: inline-block;
    padding: 10px 30px;
    text-transform: uppercase;
    font-weight: 900;
    color: #fff;
    letter-spacing: 1px;
    border-radius: 8px;
    border: 3px solid #77bf8a;
    background: #77bf8a;
    font-size: 12px;
}

/* Home Categories */

.general-categories-section {
    margin-top: 80px;
    margin-bottom: 80px;
}

@media screen and (max-width: 1024px){
    .general-categories-section {
        margin-top: 50px;
        margin-bottom: 50px;
    }
}

.general-categories-section #home-categories {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 15px;
    align-items: center;
}

.general-categories-section #home-categories .category-miniature-home {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #f7f7f7;
    padding: 25px;
    color: #000;
}

.general-categories-section #home-categories .category-miniature-home img {
    width: 40px;
    aspect-ratio: 1/1;
    height: auto;
}

.general-categories-section #home-categories .category-miniature-home h2 {
    font-size: 16px;
    width: 100%;
    font-weight: 500;
    text-align: center;
    margin: 0 0 0 25px;
}

.general-categories-section #home-categories .category-miniature-home:hover {
    cursor: pointer;
}

.general-categories-section #home-categories .category-miniature-home:hover h2 {
    text-decoration: underline;
}

@media screen and (max-width: 1200px) {
    .general-categories-section #home-categories {
        grid-template-columns: repeat(4, 1fr);
    }
}

@media screen and (max-width: 1024px) {
    .general-categories-section #home-categories {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media screen and (max-width: 768px) {
    .general-categories-section #home-categories {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        gap: 0;
    }

    .general-categories-section #home-categories .category-miniature-home {
        flex-basis: calc(50% - 7px);
        width: calc(50% - 7px);
        height: auto;
        padding: 15px;
        margin-bottom: 14px;
    }

    .general-categories-section #home-categories .category-miniature-home h2 {
        font-size: 0.8rem;
    }
}

/* Features product */

.features-products-home {
    margin-top: 80px;
}

.home-top-products-category {
    margin-top: 100px;
    margin-bottom: 100px;
}

.home-top-products-category h2  {
   text-align: center;
}


/* Category */

#category .block-category.card {
    background: transparent;
}

#category .block-categories {
    padding: 0;
    box-shadow: none;
}

#category .block-categories * {
    font-weight: 300;
    text-transform: uppercase;
    font-size: 13px;
}

#category .block-categories .text-uppercase.h6 {
    text-transform: capitalize !important;
    font-weight: 600;
    font-size: 17px;
}

#category .block-categories .category-sub-menu li[data-depth="0"] > a {
    border-bottom: none;
    width: 100%;
    display: inline-block;
    margin: .3125rem 0 0;
    padding-bottom: .3125rem;
}

#category .block-categories .category-sub-menu li[data-depth="0"] ul.category-sub-menu {
    margin-left: 30px;
    padding-left: 15px;
    border-left: 2px solid #ebebeb;
}


#category #search_filters,
#category #search_filters_brands,
#category #search_filters_suppliers {
    box-shadow: none;
    border: none;
    padding: 0;
}

#category #search_filters {
    padding: 0 25px 0 0;
}

#category #search_filters .regalo-filter-title {
    font-size: 14px;
    text-transform: uppercase;
    line-height: 23px;
    font-weight: 600;
    color: #000;
}

#category #search_filters .custom-checkbox input[type=checkbox]+span {
    border: 1px solid #000;
}

#category .color-item-facet {
    display: inline-block;
    width: 35px;
    float: left;
}

#category .color-item-facet a {
    display: none !important;
}

#category .color-item-facet .color {
    border-radius: 80px;
    border: 1px solid #d1d1d1 !important;
}

#category #search_filters .facet-regalo {
    border-top: 1px solid #d1d1d1;
    padding-top: 20px;
}

#category .custom-checkbox input[type=checkbox]:checked + span {
    background: #000;
}

#category .custom-checkbox input[type=checkbox]:checked+span .checkbox-checked {
    color: #fff;
    font-size: 15px;
    margin: -2px 0px;
}

#category .clear-all-regalo {
    margin-bottom: 20px;
}

#category .clear-all-regalo button{
    display: inline-block;
    padding: 10px 30px;
    text-transform: uppercase;
    font-weight: 900;
    color: #000;
    letter-spacing: 1px;
    border-radius: 8px;
    border: 2px solid #000;
    background: transparent;
    font-size: 12px;
}

#category .active_filters {
    margin: 30px 0;
    padding: 15px 0;
    background: transparent;
    border-top: 1px solid #d1d1d1;
    border-bottom: 1px solid #d1d1d1;
}

#category .active_filters .active-filters-regalo-title {
    color: #777777;
    font-weight: 600;
}

#category .active_filters .filter-block {
    box-shadow: none;
    border: 1px solid #777777;
    border-radius: 8px;
    font-weight: 400;
    color: #777777;
}

.products-sort-order .select-title {
    box-shadow: none;
}

.products-sort-order .select-list:hover {
    background: #84b47f;
}


/* Product Miniature */

.ecamisetas-product-miniature {
    position: relative;
    margin-bottom: 15px;
}


.ecamisetas-product-miniature .discount-product {
    position: absolute;
    z-index: 3;
    top: 15px;
    right: 25px;
    padding: 5px 15px;
    border-radius: 5px;
    background: #0d6efd;
    font-weight: 600;
    color: #fff
}


.ecamisetas-product-miniature .ecamisetas-product-image-content {
    position: relative;
}

.ecamisetas-product-miniature .ecamisetas-product-image-content .variant-links-regalo {
    opacity: 0;
    position: absolute;
    bottom: 8px;
    left: 8px;
    padding: 5px;
    background: #fff;
    width: calc(100% - 16px);
    display: flex;
    flex-wrap: wrap;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.ecamisetas-product-miniature:hover .ecamisetas-product-image-content .variant-links-regalo {
    opacity: 1;
}

.color, .custom-checkbox input[type=checkbox]+span.color {
    box-shadow: none;
}

.ecamisetas-product-miniature .ecamisetas-product-image {
    background-color: #f2f3f5; /* gris claro */
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 10px;
}

.ecamisetas-product-miniature .ecamisetas-product-image  picture {
    width: 70%;
    height: auto;
}

.ecamisetas-product-miniature .ecamisetas-product-image img {
    width: 70%;
    height: auto;
    mix-blend-mode: multiply;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}


.ecamisetas-product-miniature a {
    color: var(--grey-ecamisetas);
}

.ecamisetas-product-miniature .ecamisetas-product-image-price {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
}

.ecamisetas-product-miniature .ecamisetas-product-image-price p {
    margin: 0;
}


.ecamisetas-product-miniature .ecamisetas-product-image-price .ecamisetas-product-title {
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: -0.01em;
    color: #000;
    font-size: 16px;
}

.ecamisetas-product-miniature .variant-links-ecamisetas {
    display: flex;
    align-items: center;
    margin: 10px 0;
}

.ecamisetas-product-miniature .variant-links-ecamisetas a {
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-right: 10px;
    border: 1px solid var(--grey-ecamisetas);
}

.ecamisetas-product-miniature .product-price-and-shipping {
    margin-left: 10px;
}

.ecamisetas-product-miniature .product-price-and-shipping .price {
    display: block;
    font-size: 14px;
    padding: 5px;
    border: 2px solid #000;
    border-radius: 4px;
    color: #000;
    font-weight: bold;
}

.ecamisetas-product-miniature .ecamisetas-product-description {
    display: -webkit-box;
    -webkit-line-clamp: 2; /* número de líneas */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.ecamisetas-product-miniature .ecamisetas-product-description,
.ecamisetas-product-miniature .ecamisetas-product-description * {
    font-size: 12px;
    font-weight: 300;
    color: grey;
}

@media screen and (max-width: 768px){

    .ecamisetas-product-miniature .ecamisetas-product-image-price {
        flex-wrap: wrap;
    }

    .ecamisetas-product-miniature .ecamisetas-product-image-price .ecamisetas-product-title {
        flex: 100%;
        width: 100%;
        margin: 0 0 5px 0;
    }
    .ecamisetas-product-miniature .product-price-and-shipping {
        margin: 0;
    }
}

/* Category */

#search_filters > .h6, #search_filters_brands > .h6, #search_filters_suppliers > .h6 {
    text-transform: capitalize !important;
    font-weight: 600;
}

.block-category {
    min-height: auto;
}

.subcategories-segmentation {
    padding: 0 1.25rem 0.5rem;
}

.subcategories-segmentation .category-segmentation-content {
    display: grid;
    grid-template-columns: auto auto auto auto auto auto;
    gap: 15px;
    align-items: center;
    margin: 15px 0 25px 0;
}

.subcategories-segmentation .category-segmentation-content .subcategory-section {
    height: 280px;
    position: relative;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.subcategories-segmentation .category-segmentation-content .subcategory-section:hover {
    cursor: pointer;
    transform: scale(1.05);
}

.subcategories-segmentation .category-segmentation-content .subcategory-section .category-miniature-image {
    display: block;
    width: 100%;
    height: 100%;
}

.subcategories-segmentation .category-segmentation-content .subcategory-section .category-minuature-name {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 10px;
    left: 15%;
    right: 15%;
    max-width: 85%;
    padding: 10px;
    border-radius: 50px;
    background: #fff;
    text-align: center;
    color: #121212;
}

.subcategories-segmentation .category-segmentation-content .subcategory-section .category-minuature-name h3 {
    font-size: 14px;
    margin: 0;
}

@media screen and (max-width: 768px){
    .subcategories-segmentation .category-segmentation-content {
        grid-template-columns: auto auto auto;
    }
    .subcategories-segmentation .category-segmentation-content .subcategory-section {
        height: 180px;
    }
}

#search_filters .facet .facet-label a, #search_filters_brands .facet .facet-label a, #search_filters_suppliers .facet .facet-label a {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 200;
    color: #222;
    margin-left: 6px;
}

#products {
    padding: 0 1.25rem 0.5rem;
}

/* ^Product */


.product-actions .control-label {
    font-weight: 600;
    font-size: 18px;
    line-height: 20px;
}

#product .input-color,
label .color, .variant-links .color, .custom-checkbox input[type="checkbox"]+span.color {
    width: 26px;
    height: 28px;
}


#product .resume-regalo-table {
    margin: 20px 0;
    width: 100%;
}

#product .resume-regalo-table table {
    width: 100%;
    max-width: 650px;
}

#product .resume-regalo-table table td {
    border: 2px solid #000;
    padding: 8px;
}

#product .ecamisetas-product-images picture {
    background-color: #f0f0f0;
    margin-bottom: 20px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

#product .ecamisetas-product-images picture img {
    width: 80%;
    height: auto;
    mix-blend-mode: multiply;
}

.product-price {
    color: #000;
}

#product .position-sticky-product h1 {
    font-size: 35px;
    text-transform: none !important;
}

#product .position-sticky-product .bootstrap-touchspin {
    box-shadow: none;
    letter-spacing: 1px;
    border: 2px solid #000;
    color: #000;
    font-size: 12px;
    outline: none !important;
    font-weight: 900;
}

.bootstrap-touchspin .btn-touchspin {
    background: transparent;
    border: none;
    color: #000;
}

.product-quantity #quantity_wanted {
    height: 48px !important;
    width: 6rem;
}
.bootstrap-touchspin input.form-control, .bootstrap-touchspin input.input-group {
    border: none;
}

#product .product-prices {
    margin-top: 0;
}

#product .current-price {
    font-size: 34px;
    color: var(--grey-ecamisetas);
}

#product .product-variants {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 15px;
}

#product  .product-variants>.product-variants-item {
    width: 100%;
    margin: 0;
}

#product .product-variants>.product-variants-item select {
    box-shadow: none;
    letter-spacing: 1px;
    border-radius:0;
    width: 100%;
    max-width: 350px;
    border: 2px solid #000;
    color: #000;
    font-size: 12px;
    outline: none !important;
    font-weight: 900;
}

#product .product-customization-regalo {
    padding: 20px;
    background: #f0f0f0;
    border-radius: 8px;
}

#product .product-customization-regalo .product-customization-regalo-title {
    color: #000;
    font-weight: 900;
    font-size: 20px;
}


#product .product-customization .custom-file {
    background: #fff;
    border-radius: 8px;
    height: 50px;
}

#product .product-customization .btn-regalo-line {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 20px;
    height: 50px;
    text-transform: uppercase;
    font-weight: 900;
    color: #000;
    letter-spacing: 1px;
    border: none;
    border-bottom: 3px solid #000;
    font-size: 12px;
}

.product-accordion {
    overflow: hidden;
    margin-top: 20px;
}

.accordion-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    font-weight: 700;
    font-size: 18px;
    padding: 23px 0px;
    color: #000;
    text-align: left;
    border-top: 1px solid #e1e1ee;
    margin: 0;
}

.accordion-title img {
    width: 25px;
    height: auto;
}

.accordion-content {
    max-height: 0;
    overflow: hidden;
    padding: 0 16px;
    transition: max-height 0.3s ease, padding 0.3s ease;
}

.accordion-item input:checked + .accordion-title + .accordion-content {
    max-height: 1000px; /* suficientemente alto */
    padding: 12px 16px;
}



.modal-add-to-card-regalo p {
    margin-bottom: 8px;
}

.modal-add-to-card-regalo table {
    width: 100%;
    margin-bottom: 30px;
}

.modal-add-to-card-regalo table tr {
    border-bottom: 1px solid #c2c2c2;
}

.modal-add-to-card-regalo table tr td {
    padding: 8px 0;
    font-size: .9375rem;
    color: #7a7a7a;
    font-weight: 400;
}

/* Contact */

.block-contact-regalo .block-contact-regalo-title {
    font-size: 1.375rem;
    line-height: 26px;
    font-weight: 600;
    padding-bottom: 10px;
    text-transform: capitalize !important;
    color: #000;
}

#contact .form-fields {
    display: flex;
    flex-direction: column;
}

#contact .form-fields label {
    text-align: left;
    font-size: 16px !important;
    line-height: 20px !important;
    font-weight: 300;
    color: #000;
    margin-bottom: 15px;
}

#contact .form-fields span {
    display: block;
    margin-bottom: 5px;
}

body#contact .custom-checkbox {
    display: flex;
}

.form-group-check {
    display: flex;
}

.form-group-check .custom-checkbox {
    margin: 5px 8px 0 0;
}

    /* Other pages */

.input-group.focus {
    outline: none !important;
}

.input-group .input-group-btn>.btn[data-action=show-password] {
    padding: 14px;
}

.form-control {
    background: #fff;
    border-radius: 0;
    border: 1px solid #000;
    outline: none;
    padding: 10px 15px;
    min-height: auto;
    height: auto !important;
}

.form-control:focus {
    outline: none;
    border: 1px solid #000;
}
#main .page-content, #main .page-header * {
    text-align: center;
}

a {
    color: #000;
}
a:hover {
    color: #000;
    text-decoration: underline;
}

.page-addresses .address, .page-authentication #content {
    box-shadow: none;
    border: none;
}

.custom-radio input[type=radio]:checked+span {
    background: #000;
}

.input-group .input-group-btn>.btn[data-action=show-password] {
    background: #000;
}

.form-control-label {
    padding-top: 0;
}

.form-control-valign {
    padding-top: 0;
    display: flex;
    align-items: center;
}

#authentication .radio-inline, #identity .radio-inline {
    padding-right: 15px;
}

/* Footer */

#footer {
    padding: 0;
    margin: 0;
    background: #f7f7f7;
}

.footer-container {
    margin: 0;
    background: #f7f7f7;
    padding: 70px 0;
    box-shadow: none;
}

.footer-container li {
    margin-bottom: 15px;
}

.footer-container div:not(.wishlist-login) *,
.footer-container #block_myaccount_infos .myaccount-title a {
    color: #000;
}

.footer-container .h3 {
    font-size: 18px;
    line-height: 22px;
    padding-bottom: 10px;
    text-transform: capitalize !important;
}

.footer-container a {
    font-size: 16px !important;
    line-height: 20px !important;
    font-weight: 300;
    color: #414141 !important;
}

.footer-container a:hover {
    color: #414141;
    text-decoration: underline;
}

#footer .contact-item-footer .logo-footer {
    width: 150px;
    height: auto;
    margin-bottom: 20px;
}

#footer .contact-item-footer p {
    font-size: 16px;
    line-height: 20px;
    font-weight: 300;
    color: #414141;
    margin: 0 0 10px 0;
}

#footer .contact-item-footer p img {
    width: 16px;
    height: auto;
    margin-right: 5px;
}

#footer .social-links .social-links-content {
    width: 100%;
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

#footer .social-links .social-links-content a {
    display: inline-block;
    margin-right: 15px;
    padding: 12px;
}

#footer .social-links .social-links-content a:hover {
    text-decoration: none;
}

#footer .social-links .social-links-content img {
    width: 22px;
    height: auto;
}

#footer .social-links a {
    font-size: 13px;
    line-height: 16px;
    color: #414141;

}

.regalo-card-summary-table table {
    width: 100%;
}

.regalo-card-summary-table table tr {
    border-bottom: 1px solid #c2c2c2;
}

.regalo-card-summary-table table tr td {
    padding: 10px 0;
    font-size: .9375rem;
    color: #7a7a7a;
    font-weight: 400;
}

body#checkout #footer {
    padding: 0;
    box-shadow: none;
    border: none;
}

body#checkout section.checkout-step {
    box-shadow: none;
}

body#checkout section.checkout-step .step-title {
    text-transform: none;
}

.bootstrap-touchspin {
    box-shadow: none;
    border: 2px solid #000;
}

.bootstrap-touchspin input.form-control, .bootstrap-touchspin input.input-group {
    padding: 10px 15px;
}

@media screen and (max-width: 768px) {
    .cart-content-btn .btn-regalo{
        width: 100%;
        margin-bottom: 8px;
    }
}

#regalo-catalogs .regalo-catalogs-card {
    width: 100%;
    padding: 30px 15px;
    border: 2px solid #e1e1e1;
    margin-bottom: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

#regalo-catalogs .regalo-catalogs-card h4 {
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 20px;
}

.products-sort-order .select-title {
    padding: 6px;
}


/* Custom Accorsion */

#my-accordion {
    width: 100%;
    border: none;
    border-radius: 6px;
    overflow: hidden;
    font-family: Arial, sans-serif;
    margin: 20px 0;
}

#my-accordion .my-accordion-item {
   border: none;
    border-top: 1px solid #000;
}

#my-accordion .my-accordion-header {
    position: relative;
    width: 100%;
    background: #fff;
    padding: 12px 16px;
    text-align: left;
    font-size: 16px;
    font-weight: bold;
    border: none;
    outline: none;
    cursor: pointer;
    transition: background 0.3s ease;
    display: block;
    -webkit-appearance: none;
}

#my-accordion .my-accordion-header:after {
    content: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><path d='M9 18l6-6-6-6'/></svg>");
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 50%;
    right: 0px;
    width: 30px;
    height: 30px;
    margin-top: -15px;
    font-size: 16px;
    color: #000;
    font-weight: bold;
    transform: rotate(90deg);
    -webkit-transition: 0.3s;
    transition: 0.3s;
}



#my-accordion .my-accordion-header:hover {
    background: #ececec;
}

#my-accordion .my-accordion-content {
    max-height: 0;
    overflow: hidden;
    padding: 0 16px;
    background: #fff;
    transition: max-height 0.3s ease, padding 0.3s ease;
}

#my-accordion .my-accordion-content * {
   text-align: left;
}

#my-accordion .my-accordion-item.active .my-accordion-content {
    max-height: 300px; /* Ajusta según contenido */
    padding: 12px 16px;
}

#my-accordion .my-accordion-item.active .my-accordion-header:after {
    transform: rotate(-90deg);
}


.product-line-grid-body>.product-line-info>.label,
.product-line-grid-body>.product-line-info>.value {
    font-size: 13px;
}

#cart .bootstrap-touchspin {
    width: 100%;
}

#cart .bootstrap-touchspin input.form-control {
    width: calc(100% - 20px);
}