.catalog-product-view .header-content .logo img {
    max-width: 540px;
}
.catalog-product-view .header-content .logo {
    top: -16px;
}
.catalog-product-view .good-vibe {
    clear: both;
}
.bloque1 {
    background-color: var(--verde-color);
	color: var(--primary-color);
}
.bloque-container {
    max-width: 1780px;
    padding: 50px 30px;
    margin: auto;
    display: grid;
}
.bloque1 h2 {
    font-size: 40px;
    font-weight: 700;
    line-height: 45px;
    margin-bottom: 30px;
}
.bloque1 h3 {
    font-size: 25px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
    margin-bottom: 5px;
}
.bloque1 .content-info {
    display: flex;
    gap: 40px 90px;
    align-items: center;
}
.bloque1 p {
    font-size: 20px;
    line-height: 25px;
}
.bloque1 .content-right {
    display: flex;
    gap: 10px 40px;
    align-items: center;
    flex-basis: calc(40% - 45px);
}
.bloque1 .content-left {
    flex-basis: calc(60% - 45px);
}
.bloque1 .subtitle {
    font-size: 25px;
    line-height: 30px;
    margin-bottom: 15px;
    font-weight: 700;
    display: flex;
    column-gap: 13px;
}
.bloque1 .grid {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 10px;
    margin-top: 30px;
}
.bloque1 .grid > div {
    padding: 14px 30px;
    border-radius: 5px;
    border: 1px solid var(--primary-color);
}
.bloque1 .grid p:not(.subtitle) {
    font-size: 16px;
    line-height: 20px;
}
.bloque1 .ico-drop::before {
    content: '';
    background: url('../img/icons/ico-drop.svg') no-repeat center;
    width: 18px;
    height: 26px;
    flex-shrink: 0;
}
.bloque1 .ico-flower::before {
    content: '';
    background: url('../img/icons/ico-flower.svg') no-repeat center;
    width: 26px;
    height: 26px;
    flex-shrink: 0;
}
.bloque1 .ico-trash::before {
    content: '';
    background: url('../img/icons/ico-trash.svg') no-repeat center;
    width: 20px;
    height: 26px;
    flex-shrink: 0;
}
.bloque1 .ico-reciclable::before {
    content: '';
    background: url('../img/icons/ico-reciclable.svg') no-repeat center;
    width: 22px;
    height: 23px;
    flex-shrink: 0;
}


.product-info-detailed {
    font-size: 20px;
    line-height: 25px;
    padding: 50px 30px 40px;
}
.product-info-detailed .data-item-content#description {
    scroll-margin-top: 50px;
}
.product-info-detailed .data-item-content {
    display: none;
    max-width: 1468px;
    padding: 100px 0px 80px;
    margin: auto;
    float: right;
    margin-left: -100%;
    width: 100%;
}
.product-info-detailed .data-item-content.active {
    display: block;
}
.product-info-detailed .content-tab-title {
    max-width: 1468px;
    margin: auto;
    
    /* display: flex; */
}
.product-info-detailed .content-tab-title::before {
    content: "";
    position: absolute;
    border-bottom: 3px solid var(--claro-color);
    padding-top: 51px;
    width: 100%;
    z-index: 0;
    left: 0;
}
.product-info-detailed .tab-title {
    padding: 15px 50px 12px;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    font-weight: 700;
    cursor: pointer;
    position: relative;
    float: left;
    width: auto;
}

.product-info-detailed .tab-title.active::after {
    content: '';
    width: 100%;
    border-bottom: 3px solid var(--verde-color);
    position: absolute;
    bottom: -3px;
    left: 0;
}

.product-info-detailed #description > div {
    display: flex;
    gap: 20px 60px;
    justify-content: space-between;
    align-items: flex-start;
}
/* .product-info-detailed .description-info {
    max-width: 844px;
} */
.product-info-detailed .description-info p:not(:last-child) {
    margin-bottom: 20px;
}
.product-info-detailed .content-yellow {
    padding: 15px;
    background-color: var(--claro-color);
    width: 100%;
    max-width: 524px;
    font-size: 18px;
    line-height: 25px;
}
.product-info-detailed .content-yellow .subtitle {
    margin-bottom: 13px !important;
}
.product-info-detailed .content-yellow p {
    display: flex;
    column-gap: 10px;
    align-items: flex-end;
}
.product-info-detailed .content-yellow p:not(:last-child){
    margin-bottom: 5px;
}
.product-info-detailed .content-yellow .ico-plancha::before {
    content: '';
    background: url('../img/icons/ico-plancha.svg') no-repeat center;
    width: 30px;
    height: 30px;
    flex-shrink: 0;
}
.product-info-detailed .content-yellow .ico-lejia::before {
    content: '';
    background: url('../img/icons/ico-lejia.svg') no-repeat center;
    width: 30px;
    height: 30px;
    flex-shrink: 0;
}
.product-info-detailed .content-yellow .ico-secadora::before {
    content: '';
    background: url('../img/icons/ico-secadora.svg') no-repeat center;
    width: 30px;
    height: 30px;
    flex-shrink: 0;
}
.product-info-detailed .content-yellow .ico-washmachine::before {
    content: '';
    background: url('../img/icons/ico-washmachine.svg') no-repeat center;
    width: 30px;
    height: 30px;
    flex-shrink: 0;
}
.product-info-detailed ul li:not(:last-child) {
    margin-bottom: 30px;
}

.product-info-detailed ul li {
    list-style: disc none inside;
}

.product-info-wrapper {
    max-width: 1780px;
    margin: auto;
    padding: 30px 30px 0px;
    display: flex;
    justify-content: space-between;
    width: 100%;
    column-gap: 20px;
}
.product-info-wrapper .product-media {
    max-width: 990px;
    width: calc(67% - 10px);
    display: flex;
    column-gap: 30px;
    margin-top: 160px;
}
.thumbs-gallery .swiper-slide-thumb-active {
    border: 1px solid var(--black);
}
.thumbs-gallery .swiper-slide {
    height: 116px !important;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}
.product-info-wrapper .gallery {
    width: 100%;
    max-width: 845px;
}
.product-info-wrapper .thumbs-gallery {
    width: 30%;
    max-width: 116px;
}
.product-info-wrapper .product-info-main {
    max-width: 555px;
    width: calc(33% - 10px);
    padding-bottom: 20px;
}
.product-info-wrapper h1 {
    margin-top: 30px;
    font-size: 50px;
    line-height: 54px;
}
.product-info-wrapper .stock {
    margin: 0;
    border-radius: 30px;
    background-color: var(--claro-color);
    color: var(--verde-color);
    font-size: 18px;
    font-weight: 700;
    line-height: 18px;
    text-transform: uppercase;
    padding: 6px 10px;
    height: 26px;
    display: inline-block;
}
.product-info-wrapper .short-description {
    margin-top: 30px;
    margin-bottom: 25px;
    font-size: 20px;
    line-height: 25px;
}

.link-content {
    text-decoration: underline;
    display: inline-block;
    margin-top: 10px;
    font-size: 16px;
    line-height: 20px;
}
.link-content:hover {
    text-decoration: underline;
}
.product-info-wrapper .size-guide {
    border-top: 1px solid var(--claro-color);
    padding-top: 25px;
    padding-bottom: 30px;
    display: grid;
    grid-template-columns: repeat(2,1fr);
    column-gap: 20px;
}
.product-info-wrapper .size-guide p {
    font-size: 20px;
    line-height: 25px; 
}
.size-content {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    column-gap: 10px;
    grid-column: 1 / span 2;
    margin-top: 10px;
}
.size-content > div {
    border-radius: 5px;
    border: 1px solid var(--verde-claro);
    background: var(--primary-color);
    text-align: center;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    cursor: pointer;
    padding: 12px 29px;
}

.size-content > div:hover {
    background-color: var(--claro-color);
}
.size-content > div.selected {
    background-color: var(--claro-color);
    outline: 1px solid var(--verde-claro);
}

.size-guide a {
    text-decoration: underline;
    font-size: 16px;
    line-height: 20px;
    text-align: right;
}
.box-tocart {
    background-color: var(--verde-color);
    border-radius: 0px 5px 5px 0px;
    padding: 14px 30px;
    text-transform: uppercase;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.5px;
    font-weight: 700;
    border: 0;
    color: var(--white);
}
.box-tocart:hover {
    background-color: var(--verde-claro);
    color: var(--white);
}
.product-add-form {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    padding-bottom: 20px;
    border-bottom: 1px solid var(--claro-color);
}
.product-info-price {
    color: var(--verde-color);
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 45px;
}
.towhislist {
    justify-self: flex-end;
}
.towhislist::before {
    content: '';
    cursor: pointer;
    width: 35px;
    height: 35px;
    background: url('../img/icons/ico-heart.svg') no-repeat center;
    display: block;
}
.tocart-wrapper {
    grid-column: 1 / span 2;
    display: grid;
    margin-top: 10px;
    grid-template-columns: 96px auto;
}
.tocart-wrapper .field-qty {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px;
    gap: 15px;
    background-color: var(--claro-color);
    border-radius: 3px 0px 0px 3px;
    font-size: 18px;
    line-height: 25px;
}
.tocart-wrapper .qty {
    font-weight: 700;
}
.block-certified {
    padding-top: 20px;
    font-size: 16px;
    line-height: 20px;
}
.certified-content {
    display: flex;
    column-gap: 15px;
    align-items: center;
    margin-bottom: 10px;
}
.ico-certified {
    flex-shrink: 0;
}
.ico-certified::before {
    content: '';
    width: 60px;
    height: 60px;
    background: url('../img/icons/ico-certified.svg') no-repeat center;
    display: block;
}
.related-product-custom {
    border-radius: 5px;
    border: 1px solid var(--verde-claro);
    padding: 0 20px;
    display: flex;
    column-gap: 10px;
    align-items: center;
    margin-top: 20px;
    cursor: pointer;
}
.related-product-custom:hover {
    background-color: var(--claro-color);
}
.related-product-custom .product-name {
    font-size: 20px;
    line-height: 25px;
    margin-bottom: 10px;
}
.related-product-custom .product-price {
    color: var(--verde-color);
    font-size: 25px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
}
.size-modal .modal-content {
    border-radius: 0;
    border: 0;
    background-color: var(--black);
    color: var(--white);
}
.size-modal .modal-content table {
    width: 100%;
    border: 1px solid var(--white);
    margin-top: 30px;
}
.size-modal .modal-body {
    padding: 30px 50px;
}
.size-modal .modal-body h2 {
    color: var(--primary-color);
    text-align: center;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 45px;
    margin-top: 10px;
}
.size-modal .modal-body p {
    font-size: 20px;
    line-height: 25px;
    color: var(--claro-color);
    text-align: center;
}
.size-modal .modal-content th,
.size-modal .modal-content td {
    border-left: 1px solid var(--white);
    border-right: 1px solid var(--white);
}
.size-modal .modal-content tbody th {
    font-size: 18px;
    line-height: 25px;
    padding: 0 20px 18px;
}
.size-modal .modal-content tbody td {
    font-size: 16px;
    line-height: 20px;
    padding: 5px 20px 27px;
}
.size-modal .modal-content thead th {
    color: var(--primary-color);
    font-size: 20px;
    line-height: 25px;
    padding: 40px 19px 9px;
}
.size-modal.modal-inner .btn-close {
    top: 15px;
    right: 15px;
    width: 35px;
    height: 35px;
    background-size: 15px;
    padding: 0;
    z-index: 1;
    background-color: var(--primary-color);
}

@media(max-width: 840px) {
    .product-info-wrapper {
        display: block;
        padding-left: 0;
        padding-right: 0;
        padding-top: 45px;
    }
    .product-info-wrapper .product-media {
        width: 100%;
        margin-top: 0;
        border-bottom: 1px solid var(--black);
    }
    .product-info-wrapper .product-info-main {
        width: 100%;
        max-width: initial;
    }
    .product-info-wrapper .thumbs-gallery {
        display: none;
    }
    .product-info-wrapper h1 {
        margin-top: 20px;
    }
    .product-info-wrapper h1,
    .product-info-wrapper .stock,
    .product-info-wrapper .short-description {
        margin-left: 30px;
        margin-right: 30px;
    }
    .product-info-wrapper .size-guide {
        padding: 20px 30px 25px;
    }
    .product-add-form,
    .block-certified {
        padding-left: 30px;
        padding-right: 30px;
    }
    .bloque1 .content-info {
        flex-direction: column;
    }
    .bloque1 .content-right {
        order: -1;
        flex-direction: column-reverse;
    }
    .product-info-detailed {
        padding: 20px 0px;
    }
    .product-info-detailed .content-tab-title {
        display: flex;
        flex-direction: column;
        width: 100%;
    }
    .product-info-detailed .content-tab-title::before {
        content: none;
    }
    .product-info-detailed .tab-title.active {
        background-color: var(--claro-color);
    }
    .product-info-detailed .tab-title.active::after {
        content: '';
        background: url('../img/icons/ico-arrow-down.svg') no-repeat center;
        width: 30px;
        height: 30px;
        border: 0;
        transform: rotate(180deg);
        bottom: initial;
        position: relative;
    }
    .product-info-detailed .tab-title {
        width: 100%;
        padding: 10px 15px 10px 30px;
        border-bottom: 1px solid var(--black);
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .product-info-detailed .tab-title::after {
        content: '';
        background: url('../img/icons/ico-arrow-down.svg') no-repeat center;
        width: 30px;
        height: 30px;
        border: 0;
        bottom: initial;
        position: relative;
    }
    .product-info-detailed .data-item-content {
        margin: 0;
        padding: 20px 30px;
    }
    .product-info-detailed #description > div {
        flex-direction: column;
    }
    .product-info-detailed .content-yellow {
        max-width: 100%;
    }
}
@media(max-width: 640px) {
    .product-info-wrapper h1 {
        font-size: 30px;
        line-height: 35px;
        margin-bottom: 5px;
    }
    .product-info-wrapper .short-description {
        margin-top: 20px;
        margin-bottom: 20px;
        font-size: 18px;
    }
    .link-content {
        font-size: 14px;
        line-height: 18px;
    }
    .product-info-wrapper .size-guide p {
        font-size: 18px;
    }
    .size-guide a {
        font-size: 14px;
        line-height: 18px;
        align-self: center;
    }
    .size-content {
        margin-top: 5px;
    }
    .size-content > div {
        line-height: 16px;
    }
    .product-info-price {
        font-size: 26px;
        line-height: 30px;
    }
    .towhislist::before {
        width: 28px;
        height: 28px;
    }
    .block-certified {
        font-size: 14px;
        line-height: 18px;
        padding-left: 20px;
        padding-right: 20px;
    }
    .ico-certified::before {
        width: 50px;
        background-size: contain;
        height: 50px;
    }
    .related-product-custom {
        padding-left: 10px;
        padding-right: 10px;
    }
    .related-product-custom .content-img {
        max-width: 85px;
    }
    .related-product-custom .product-name {
        font-size: 18px;
        margin-bottom: 0;
        line-height: 20px;
    }
    .related-product-custom .product-price {
        font-size: 20px;
    }
    .block-certified .certified-content,
    .block-certified .subtitle,
    .block-certified .link-content {
        padding-left: 10px;
        padding-right: 10px;
    }
    .product-info-wrapper .product-info-main {
        padding-bottom: 30px;
    }
    .bloque1 .grid {
        grid-template-columns: repeat(1,1fr);
        margin-top: 20px;
    }
    .bloque-container {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .bloque1 h2 {
        font-size: 26px;
        line-height: 30px;
        margin-bottom: 20px;
    }
    .bloque1 p {
        font-size: 18px;
    }
    .bloque1 h3 {
        font-size: 20px;
        line-height: 25px;
        margin-bottom: 10px;
    }
    .bloque1 .subtitle {
        font-size: 20px;
        line-height: 25px;
        margin-bottom: 10px;
    }
    .bloque1 .grid p:not(.subtitle) {
        font-size: 14px;
        line-height: 18px;
    }
    .bloque1 .grid > div {
        padding: 14px;
    }
    .product-info-detailed .description-info p:not(:last-child) {
        margin-bottom: 13px;
    }
    .product-info-detailed {
        font-size: 18px;
    }
    .size-modal .modal-body {
        padding: 20px 30px;
    }
    .size-modal .modal-body h2 {
        font-size: 26px;
        line-height: 30px;
        text-align: left;
    }
    .size-modal .modal-body p {
        font-size: 18px;
        text-align: left;
    }
    .size-modal .modal-content table {
        margin-top: 18px;
    }
    .size-modal .modal-content thead th {
        padding: 30px 9px 9px;
        font-size: 18px;
    }
    .size-modal .modal-content tbody th {
        padding: 0 9px 15px;
        font-size: 14px;
        line-height: 18px;
        text-align: center;
    }
    .size-modal .modal-content tbody td {
        font-size: 14px;
        line-height: 18px;
        padding: 5px 9px 20px;
    }
}