@font-face {
    font-family: Oswald;
    src: url(oswald.woff2) format("woff");
    font-style: normal;
    font-weight: 500;
    text-rendering: optimizeLegibility;
    font-display: swap
}

.c-breadcrumb {
    font-family: spartan, sans-serif;
    font-size: .75rem;
    margin-bottom: 7.5px
}

@media (min-width: 768px) {
    .c-breadcrumb {
        margin-top: 15px
    }
}

.c-breadcrumb__list {
    margin-bottom: 7.5px;
    margin-top: 10px;
    flex-wrap: wrap
}

@media (min-width: 992px) {
    .c-breadcrumb__list {
        margin-top: 0
    }
}

.c-breadcrumb__list-item {
    color: #000;
    font-weight: 500;
    flex-shrink: 0
}

@media (min-width: 768px) {
    .c-breadcrumb__list-item {
        padding-right: .5em;
        color: #969696
    }
}

.c-breadcrumb__list-item:last-of-type .c-breadcrumb__text, .c-breadcrumb__list-item:last-of-type .c-breadcrumb__link:link, .c-breadcrumb__list-item:last-of-type .c-breadcrumb__link:visited {
    color: #000
}

.c-breadcrumb__sep {
    display: inline-block;
    padding-right: .5em
}

.c-breadcrumb__link:link, .c-breadcrumb__link:visited {
    color: #969696
}

.c-breadcrumb__link:hover {
    text-decoration: underline
}

.c-breadcrumb__back {
    margin-right: .5em;
    margin-bottom: .2em;
    color: #000;
    font-size: 1.3em;
    flex-shrink: 0
}

.l-details-main-content {
    display: grid;
    /*grid-gap: .5em;*/
    /*grid-template-columns: 100%;*/
    width: 100%;
    grid-template-areas: "bcrumb" "info1" "image" "contentactions" "look" "banner" "desc" "promo";
    align-items: flex-start
}

@media (min-width: 992px) {
    .l-details-main-content {
        margin-bottom: 15px;
        margin-top: 30px;
        grid-column-gap: 45px;
        grid-template-columns: repeat(5, 1fr);
        grid-template-rows: auto auto 50px 1fr auto auto auto
    }
}

.l-details-main-content__spacing {
    padding-bottom: 15px;
    margin-bottom: 15px
}

.l-details-main-content__image {
    grid-area: image
}

@media (min-width: 992px) {
    .l-details-main-content__image{
        grid-column:1/4;grid-row:2/5;
        position: sticky;
        top: 200px;
    }
}

.l-details-main-content__actions {
    grid-area: contentactions;
    position: relative
}

@media (min-width: 992px) {
    .l-details-main-content__actions {
        height: 100%;
        grid-area: unset;
        grid-column: 4/6;
        grid-row: 3/5
    }
}

.l-details-main-content__info {
    grid-area: info1
}

@media (min-width: 992px) {
    .l-details-main-content__info {
        grid-area: unset;
        grid-column: 4/6;
        grid-row: 2
    }
}

.l-details-main-content__specs {
    grid-area: specs
}

@media (min-width: 992px) {
    .l-details-main-content__specs {
        grid-column: 4/6;
        grid-row: 4/6
    }
}

.l-details-main-content__look {
    grid-area: look
}

@media (min-width: 992px) {
    .l-details-main-content__look {
        grid-area: none;
        grid-column: 1/6;
        grid-row: 5;
        margin-top: 60px;
        max-width: 100%
    }
}

.l-details-main-content__promo {
    grid-area: promo
}

@media (min-width: 992px) {
    .l-details-main-content__promo {
        grid-area: unset;
        grid-column: 1/6;
        grid-row: 6
    }
}

.l-details-main-content__promo .cb-promo {
    margin: 0
}

@media (min-width: 768px) {
    .l-details-main-content__promo .cb-promo {
        margin: 45px 0 30px
    }
}

.l-details-main-content__short-description {
    grid-area: desc
}

@media (min-width: 992px) {
    .l-details-main-content__short-description {
        grid-area: unset;
        grid-column: 2/5;
        grid-row: 7
    }
}

.l-details-main-content__description {
    grid-area: desc
}

@media (min-width: 992px) {
    .l-details-main-content__description {
        grid-area: unset;
        grid-column: 1/6;
        grid-row: 7
    }
}

.l-details-main-content__banner {
    grid-area: banner
}

@media (min-width: 992px) {
    .l-details-main-content__banner {
        grid-column: 4/6;
        grid-row: 5
    }
}

.l-details-main-content__breadcrumb {
    grid-area: bcrumb
}

@media (min-width: 992px) {
    .l-details-main-content__breadcrumb {
        grid-area: unset;
        grid-column: 1/6;
        grid-row: 1
    }
}

.l-details-main-content__btn-more {
    margin-left: auto;
    margin-right: auto;
    font-size: 1.2em
}

.l-details-main-content__zoom {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    display: block;
    pointer-events: none
}

.l-details-main-content__zoom .l-details-main-content__zoom-inner {
    position: -webkit-sticky;
    position: sticky;
    top: 100px;
    width: 100%;
    height: 49vh
}

.l-details-main-content__zoom .drift-zoom-pane {
    outline: 6px solid #fff;
    z-index: 1030
}

@supports (display:grid) {
    .l-details-main-content__spacing {
        padding-top: 0;
        margin-bottom: 0;
        padding-bottom: 0
    }
}

.l-details-info {
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-direction: column
}

.l-details-info__main {
    width: 100%
}

@media (min-width: 768px) {
    .l-details-info__main {
        flex-grow: 1
    }
}

.l-details-info__secondary {
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 90px
}

@media (min-width: 768px) {
    .l-details-info__secondary .c-section {
        width: 50%;
        padding-left: 15px;
        padding-right: 15px
    }
}

.c-espacios {
    font-size: 1rem;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 30px;
    padding-bottom: 30px;
    max-width: var(--site__max-width, 1200px);
    margin-left: auto;
    margin-right: auto;
    width: 100%
}

@media (min-width: 768px) {
    .c-espacios {
        padding-left: 30px;
        padding-right: 30px
    }
}

.c-espacios__wrapper {
    display: flex;
    width: 100%;
    flex-direction: column
}

@media (min-width: 768px) {
    .c-espacios__wrapper {
        flex-direction: row
    }
}

.c-espacios__article {
    width: 100%;
    padding-bottom: 15px;
    display: flex;
    flex-direction: column;
    row-gap: 30px
}

@media (min-width: 768px) {
    .c-espacios__article {
        width: 65%
    }
}

@media (min-width: 1200px) {
    .c-espacios__article {
        width: 50%
    }
}

.c-espacios__title {
    margin: 0;
    padding-bottom: 15px;
    font-size: 1em;
    font-weight: 500;
    line-height: 1;
    letter-spacing: normal;
    text-transform: uppercase;
    color: #000
}

@media (min-width: 992px) {
    .c-espacios__title {
        padding-top: 20px;
        padding-bottom: 20px
    }
}

.c-espacios__title-img {
    display: block;
    margin-right: auto
}

.c-espacios__text {
    width: 100%;
    color: #000;
    overflow: hidden;
    word-break: break-word
}

@media (min-width: 768px) {
    .c-espacios__text {
        padding-right: 30px;
        margin-bottom: 0
    }
}

@media (min-width: 1200px) {
    .c-espacios__text {
        margin-top: 10px;
        margin-bottom: 0
    }
}

.c-espacios__text:not(:last-of-type) {
    margin-bottom: 20px
}

@media (max-width: 767px) {
    .c-espacios__link {
        position: absolute;
        bottom: 15px;
        left: 50%;
        transform: translateX(-50%);
        width: 100%;
        max-width: 85vw
    }
}

@media (min-width: 768px) {
    .c-espacios__link {
        margin-top: auto;
        margin-right: auto;
        margin-bottom: 0
    }
}

.c-espacios__img-wrapper {
    width: 100%;
    display: block;
    position: relative
}

@media (min-width: 768px) {
    .c-espacios__img-wrapper {
        width: 35%
    }
}

@media (min-width: 1200px) {
    .c-espacios__img-wrapper {
        width: 50%
    }
}

.c-espacios__img {
    display: block;
    max-width: 100%;
    margin: auto
}

.c-espacios--nordico, .c-espacios--natural {
    background-color: #f6f6f6
}

.c-espacios--industrial, .c-espacios--mediterraneo {
    background-color: #fff
}

.c-espacios--eclectico {
    background-color: #ffdbdb
}

.c-espacios--vintage {
    background-color: #fff5ec
}

.c-espacios--boho {
    background-color: #dcc2b0
}

.c-product-quantity {
    /*width: 100%;*/
    /*height: 100%;*/
    /*font-size: 1em;*/
    /*display: flex;*/
    /*align-items: center;*/
    /*justify-content: space-between*/
    width: 100%;
    height: 100%;
    font-size: 1em;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    align-content: flex-start;
}

.c-product-quantity--centered {
    align-items: center;
    justify-content: center
}

.c-product-quantity__btn {
    width: 34px;
    height: 34px;
    margin-top: 0;
    margin-bottom: 0;
    padding: 0;
    color: #fff;
    background-color: #000;
    outline: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-grow: 0;
    flex-shrink: 1
}

.c-product-quantity__btn:hover {
    color: black;
    border: 1px solid #001231;
}

.c-product-quantity__btn:disabled, .c-product-quantity__btn.is-disabled {
    background-color: #d1d1d1;
    color: #fff
}

@media (min-width: 768px) {
    .c-product-quantity__btn {
        width: 40px;
        height: 40px
    }
}

.c-product-addtocart__wrapper--inside .c-product-quantity__btn {
    width: 35px;
    height: 35px
}

.c-product-quantity__btn--sm {
    width: 25px;
    height: 25px
}

.c-product-quantity__icon {
    font-size: .7em
}

.c-product-quantity__buttonset {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    flex-shrink: 0
}

.c-product-quantity__input {
    max-width: 2.4em;
    margin-right: 5px;
    margin-left: 5px;
    padding-left: 2px;
    padding-right: 2px;
    font-size: .9em;
    text-align: center;
    padding-top: .3em;
    background: 0 0;
    border: none;
    -moz-appearance: textfield;
    flex-grow: 1;
    flex-shrink: 1
}

.c-product-quantity__input::-webkit-outer-spin-button, .c-product-quantity__input::-webkit-inner-spin-button {
    -webkit-appearance: none
}

.c-product-quantity__input--small {
    font-size: 1.2em
}

.c-product-summary {
    display: flex;
    flex-direction: column;
    justify-content: center
}

.c-product-summary__text {
    margin-bottom: 0;
    line-height: 1.4em
}

.c-product-summary {
    width: 100%;
    height: 100% !important;
    padding: 0.5em;
    white-space: nowrap;
    background-color: #e0e0e0;
    flex-direction: row;
    justify-content: center;
    align-items: center
}

.c-product-summary__text {
    margin-top: .2em;
    white-space: nowrap;
    line-height: 1;
    color: #5a5a5a;
    font-size: 1.4rem
}

.c-product-finance {
    position: relative;
    color: #252a32;
    padding: 1.1em 1.6em;
    font-size: 1em;
    border-top: 1px solid #45505e;
    border-bottom: 1px solid #45505e
}

@media (min-width: 768px) {
    .c-product-finance {
        border: 1px solid #45505e;
        border-radius: 3px
    }
}

.c-product-finance.is-open .o-icon-chevron-right--dropdown {
    transform: rotate(-90deg)
}

.c-product-finance__icon {
    font-size: 2em;
    color: #e74c40
}

.c-product-finance__content {
    text-align: left
}

.c-product-finance__title {
    margin-bottom: 0;
    font-weight: 700
}

.c-product-finance__text {
    margin-bottom: 5px;
    color: #45505e
}

.c-product-finance__text strong {
    color: #252a32
}

.c-product-finance {
    width: 100%;
    background: 0 0;
    border-radius: 0;
    border-color: #e0e0e0;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
    padding-left: 0
}

.c-product-finance__wrapper {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    float: right;
    padding: 10px 0
}

@media (min-width: 992px) {
    .c-product-finance__wrapper {
        justify-content: space-between
    }
}

.c-product-finance__title {
    margin-right: 15px;
    font-weight: 400
}

.c-product-finance__content {
    display: flex;
    flex-grow: 0
}

@media (min-width: 992px) {
    .c-product-finance__content {
        flex-grow: 1
    }
}

.c-product-finance__img {
    margin-right: 7.5px;
    display: flex
}

.c-product-finance__icon {
    color: #000;
    cursor: pointer;
    font-size: 1.5em;
    margin-left: 7.5px
}

.c-product-finance__icon--small {
    font-size: 1em;
    color: rgba(37, 42, 50, .5)
}

.c-product-finance__text {
    color: #999;
    font-weight: 300;
    font-family: spartan, sans-serif;
    font-size: 13px
}

.c-product-finance__text:last-child {
    margin-bottom: 0
}

.c-product-finance__text strong {
    color: #999
}

.c-product-addtocart {
    padding-top: 5px;
    padding-bottom: 5px;
    display: flex;
    flex-direction: column;
    justify-content: space-between
}

.c-product-addtocart--card {
    padding-right: 0;
    height: 100%;
    background-color: #fff
}

@media (min-width: 768px) {
    .c-product-addtocart--card {
        padding: 0 15px
    }
}

.c-product-addtocart__section {
    position: relative;
    width: calc(100% + 30px);
    margin-left: -15px;
    margin-right: -15px;
    padding-left: 15px;
    padding-right: 15px
}

.c-product-addtocart__section--selector {
    padding-bottom: 15px
}

@media (min-width: 992px) {
    .c-product-addtocart__section--selector {
        padding-top: 15px
    }
}

@media (min-width: 768px) {
    .c-product-addtocart__section--price-info {
        border-bottom: none;
        margin-bottom: 0;
        padding-bottom: 0
    }
}

@media (max-width: 767px) {
    .c-product-addtocart__section--custombanner {
        border-bottom: none;
        padding-bottom: 0;
        margin-bottom: 0;
        display: flex;
        justify-content: center;
        order: 4
    }
}

.c-product-addtocart__disclaimer {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    padding-right: 15px;
    z-index: 1010
}

.c-product-addtocart__disclaimer-btn {
    float: right;
    padding: 0;
    font-size: 1.5em;
    line-height: 0;
    padding-left: 7.5px
}

.c-product-addtocart__disclaimer .popover {
    margin-top: 10px
}

.c-product-addtocart__disclaimer .popover-content {
    font-size: 11px !important;
    font-style: italic !important;
    padding-top: 7px;
    line-height: 1.2em
}

.c-product-addtocart__title {
    margin-bottom: 7.5px;
    color: #040506;
    font-size: 15px
}

.c-product-addtocart__btn {
    align-self: flex-start
}

.c-product-addtocart__wrapper {
    display: flex;
    justify-content: space-between
}

@media (min-width: 992px) {
    .c-product-addtocart__wrapper {
        flex-wrap: wrap
    }
}

.c-product-addtocart__wrapper--inside {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100vw;
    padding: 7.5px 15px;
    background-color: var(--color__body-bg, white);
    box-shadow: 0 -3px 6px rgba(33, 33, 33, .1);
    z-index: 1050;
    column-gap: 5px;
    max-height: 50px
}

@media (min-width: 992px) {
    .c-product-addtocart__wrapper--inside {
        display: none
    }
}

@media only screen and (max-width: 360px) {
    .c-product-addtocart__wrapper--inside {
        padding: 5px
    }
}

@media (min-width: 992px) {
    .c-product-addtocart__wrapper--inside {
        margin-top: 30px;
        margin-bottom: 15px
    }
}

.c-product-addtocart__action {
    --display-only-app: flex;
    display: flex;
    justify-content: space-around;
    font-size: 12px
}

.c-product-addtocart__action-item {
    display: flex
}

.c-product-addtocart__action-item:not(:last-child) {
    margin-right: 15px
}

.c-product-addtocart__action-qty {
    width: 40%
}

.c-product-addtocart__action-btn {
    width: 60%
}

.c-product-addtocart__buy-btn {
    width: 100%;
    font-family: spartan, sans-serif;
    font-weight: 500;
    font-size: 1.4em;
    justify-content: start
}

.c-product-addtocart__wrapper--inside .c-product-addtocart__buy-btn {
    height: 100%;
    padding: 0
}

.c-product-addtocart__buy-btn-text {
    line-height: 1.175
}

@media (min-width: 768px) {
    .c-product-addtocart__buy-btn-text {
        line-height: 1.45
    }
}

.c-product-addtocart__wrapper--inside .c-product-addtocart__buy-btn-text {
    display: none
}

.c-product-addtocart__buy-btn-icon {
    display: none
}

.c-product-addtocart__wrapper--inside .c-product-addtocart__buy-btn-icon {
    display: inline-block
}

.c-product-addtocart__section--action {
    /*--display-only-app: grid;*/
    /*border-bottom: none;*/
    /*font-size: 12px;*/
    /*display: grid;*/
    /*grid-template-columns: repeat(2, 1fr);*/
    /*grid-template-rows: repeat(auto-fit, 34px);*/
    /*gap: 5px;*/
    /*margin-top: 10px*/

    --display-only-app: flex;
    border-bottom: none;
    font-size: 12px;
    display: flex;
    flex-flow: column;
    /* grid-template-columns: repeat(2, 1fr); */
    /* grid-template-rows: repeat(auto-fit, 34px); */
    gap: 5px;
    margin-top: 10px;
    flex-wrap: wrap;
    flex-direction: row;
}

@media (min-width: 768px) {
    .c-product-addtocart__section--action {
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: repeat(auto-fit, 40px);
        font-size: 14px
    }
}

@media (min-width: 992px) {
    .c-product-addtocart__section--action {
        grid-template-columns: repeat(2, 1fr);
        margin-top: 10px
    }
}

.c-product-addtocart__banner, .c-product-addtocart__info {
    grid-column: 1/end
}

@media (min-width: 768px) {
    .c-product-addtocart__banner > *, .c-product-addtocart__info > * {
        height: 35px
    }
}

.c-product-addtocart__info_delivery_date {
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px
}

.c-product-addtocart__cta-btn {
    /*grid-column: 1/end*/
    width: 100%;
}

@media (min-width: 768px)and (max-width: 991px) {
    .c-product-addtocart__cta-btn {
        /*grid-row: 2;*/
        /*grid-column: 1/end;*/
    }
}

.c-product-addtocart__qty {
    /*grid-column: 1/2;*/
    font-size: 1.5em;
    /*grid-row: 1*/
}

@media (min-width: 992px) {
    .c-product-addtocart__qty {
        font-size: 1.3em
    }
}

.c-product-addtocart__qty .js-productQuantitySelect {
    outline: none;
    border: 1px solid #000;
    background-position: calc(100% - 15px) .9em, calc(100% - 10px) .9em;
    padding-top: 9px;
    padding-bottom: 2px
}

@media (min-width: 992px) {
    .c-product-addtocart__qty .js-productQuantitySelect {
        padding-left: 15px;
        padding-top: 10px;
        padding-bottom: 7px
    }
}

.c-product-addtocart__summary {
    /*grid-column: 2/2;*/
    /*grid-row: 1;*/
    font-size: 1em
}

@media (min-width: 992px) {
    .c-product-addtocart__summary {
        font-size: 1em
    }
}

.c-product-addtocart__element {
    flex-grow: 1;
    max-width: 135px
}

.c-product-addtocart__element:last-child {
    flex-grow: 2;
    max-width: 100%
}

.c-product-addtocart__user-fn {
    font-size: .8rem;
    grid-column: 3/5;
    grid-row: 1;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 5px;
    color: #000
}

@media (min-width: 768px) {
    .c-product-addtocart__user-fn {
        grid-column: 6/8
    }
}

@media (min-width: 992px) {
    .c-product-addtocart__user-fn {
        grid-column: 3/7
    }
}

.c-product-addtocart__user-fn .o-icon {
    font-size: 1.3em
}

.c-product-addtocart__fav-wrapper {
    font-size: 2em
}

.c-product-addtocart__info {
    display: flex;
    flex-direction: column
}

@media (min-width: 992px) {
    .c-product-addtocart__info .c-stock-msg {
        width: 100%
    }
}

.c-product-addtocart__another {
    max-height: 100%;
    line-height: .7;
    padding: 1em;
    color: #252a32;
    background-color: transparent;
    border: 1px solid #252a32
}

.c-product-addtocart__another:link, .c-product-addtocart__another:visited {
    color: #252a32
}

.c-product-addtocart__another:hover {
    color: #fff;
    background-color: #252a32
}

@media (min-width: 768px) {
    .c-product-addtocart__another {
        line-height: 1.175
    }
}

.c-product-addtocart .message-units {
    display: flex;
    align-items: center;
    color: #000;
    line-height: 2px;
    margin-top: 15px
}

@media (min-width: 768px) {
    .c-product-addtocart .message-units {
        margin-bottom: unset
    }
}

.c-product-addtocart .message-units .c-product-info__icon {
    font-size: 1.2em;
    color: #000;
    margin-right: 5px
}

@media (min-width: 768px) {
    .c-product-addtocart .message-units .c-product-info__icon {
        font-size: 1.4em
    }
}

.c-product-addtocart .message-units .message-text {
    font-size: 12px;
    line-height: initial;
    padding-top: 5px
}

@media (min-width: 768px) {
    .c-product-addtocart .message-units .message-text {
        font-size: 14px
    }
}

.c-table-specs {
    width: 100%;
    font-size: .9em;
    border: none;
    border-collapse: collapse
}

@media (min-width: 992px) {
    .c-table-specs {
        font-size: 1em
    }
}

.c-table-specs__row {
    border: none
}

.c-table-specs__row:nth-child(odd) {
    background-color: #f2f2f2
}

.c-table-specs__row--flex-wrap {
    width: 50%;
    display: flex;
    justify-content: space-between
}

.c-table-specs__pro {
    background-color: unset;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000
}

.c-table-specs__pro.has-active {
    background-color: #ffbfbf;
    font-weight: 700
}

.c-table-specs__pro.has-active span {
    font-weight: 700
}

.c-table-specs__cell {
    padding: 5px;
    color: #000;
    font-size: 1em
}

@media (min-width: 768px)and (max-width: 991px) {
    .c-table-specs__cell {
        width: 50%
    }
}

@media (min-width: 768px) {
    .c-table-specs__cell {
        white-space: nowrap
    }
}

.c-table-specs__cell--spec {
    font-weight: 500
}

@media (min-width: 768px) {
    .c-table-specs__cell--spec {
        padding-left: .5em;
        width: 100%
    }
}

@media (min-width: 768px) {
    .c-table-specs__cell--value {
        padding-right: .5em
    }
}

.c-table-specs__wrapper--flex-wrap {
    width: 70%
}

.c-table-specs__tbody--flex-wrap {
    display: flex;
    flex-wrap: wrap
}

.c-table-specs--shipping {
    font-size: .85em
}

@media (min-width: 992px) {
    .c-table-specs--shipping {
        font-size: .9em
    }
}

.c-options-selector {
    position: relative
}

.c-options-selector__wrapper:not(:last-child) {
    margin-bottom: 15px
}

.c-options-selector__title {
    margin-bottom: 7.5px;
    font-size: 15px
}

.c-options-selector__optgroup {
    position: absolute;
    width: 100%;
    box-shadow: 0 0 10px rgba(97, 97, 97, .8);
    overflow: auto;
    z-index: 1030
}

.c-options-selector__optgroup.is-closed {
    display: none
}

.c-options-selector__optgroup.is-open {
    display: block
}

.c-options-selector__container {
    display: flex;
    justify-content: flex-start;
    flex-direction: row;
    flex-wrap: wrap
}

.c-options-selector__select {
    position: relative;
    border: 1px solid #e0e0e0
}

.c-options-selector__select::after {
    content: "";
    position: absolute;
    display: block;
    width: 10px;
    height: 10px;
    right: 15px;
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
    transition: .1s all ease-in-out;
    border-right: 1px solid #616161;
    border-bottom: 1px solid #616161;
    pointer-events: none;
    z-index: 1010
}

.c-options-selector__select.is-open::after {
    transform: translateY(calc(-50% + 5px)) rotate(225deg)
}

.c-options-selector__dropdown-menu {
    width: 100%;
    border-radius: 0;
    padding: 0
}

.c-options-selector__option {
    margin-bottom: 0;
    padding: 10px 15px;
    background-color: #fff;
    border: 1px solid transparent;
    display: flex;
    align-items: center
}

.c-options-selector__option:hover {
    border: 1px solid #e0e0e0;
    cursor: pointer
}

.c-options-selector__option--radiocheck {
    padding: 10px;
    /*padding-left: 15px;*/
    border: 1px solid #e0e0e0;
    border-radius: 3px
}

.c-options-selector__option--radiocheck:not(:last-child) {
    margin-bottom: 10px
}

.c-options-selector__option--selected {
    border: 1px solid #e0e0e0
}

.c-options-selector__content {
    margin-bottom: 0;
    color: #616161;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    justify-content: center
}

.c-options-selector__name {
    font-size: 14px;
    line-height: 1.3em
}

.c-options-selector__name:last-of-type {
    margin-bottom: 5px
}

.c-options-selector__description {
    display: flex
}

.c-options-selector__icon {
    font-size: 13px;
    margin-right: 6px
}

.c-options-selector__text {
    font-size: 14px;
    line-height: 1.4em;
    font-family: oswald, sans-serif;
    margin-bottom: 0
}

.c-options-selector__btn-wrap {
    position: relative
}

.c-options-selector__btn-wrap:not(:last-child) {
    margin-right: 7.5px;
    margin-bottom: 7.5px
}

.c-options-selector__btn-check {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
    overflow: hidden;
    clip: rect(0 0 0 0)
}

.c-options-selector__btn-check ~ label {
    border: 1px solid #45505e;
    color: #252a32;
    background-color: transparent
}

.c-options-selector__btn-check:checked ~ label {
    background-color: #45505e;
    color: #fff
}

.c-options-selector__img-check {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
    overflow: hidden;
    clip: rect(0 0 0 0)
}

.c-options-selector__img-check ~ label {
    display: inline-block;
    cursor: pointer;
    margin-bottom: 0
}

.c-options-selector__img-check ~ label .c-options-selector__img-check-image {
    border: 2px solid rgba(0, 0, 0, .1)
}

.c-options-selector__img-check:checked ~ label .c-options-selector__img-check-image {
    box-shadow: 0 0 3px 0 #000
}

.c-options-selector__img-check--circle ~ label .c-options-selector__img-check-image {
    border-radius: 100%
}

.disabled-combination .c-options-selector__img-check ~ label .c-options-selector__img-check-image {
    opacity: .6;
    border: 2px solid red
}

.c-options-selector--color-picker {
    width: calc(100% + 15px);
    margin-left: -7.5px;
    margin-right: -7.5px
}

.c-options-selector--select {
    top: 74px;
    position: absolute;
    width: 100%;
    max-height: calc(5 * 47px);
    overflow: auto;
    border: 1px solid #c4c4c4;
    background: #fff;
    z-index: 1
}

.c-options-selector__btn-check ~ label {
    border: 1px solid #000
}

.c-options-selector__btn-check:checked ~ label {
    background-color: #000
}

.c-options-selector__title {
    text-align: left;
    font-size: 1em;
    font-weight: 400;
    color: #000
}

.c-options-selector__title > span:first-of-type {
    text-transform: uppercase;
    font-weight: 600
}

.c-options-selector__attr {
    padding-left: .3em
}

.c-options-selector__img-check ~ label {
    position: relative;
    display: inline-block;
    cursor: pointer;
    margin-bottom: 0
}


.c-options-selector__img-check ~ label .c-options-selector__img-check-image {
    border: none;
    box-shadow: 0 0 0 -2px #fff, 0 0 3px -6px rgba(0, 0, 0, .8);
    box-shadow: 0 0 0 -2px var(--color__body-bg), 0 0 3px -6px rgba(0, 0, 0, .8);
    transition: .2s box-shadow ease-in-out
}

.c-options-selector__img-check:checked ~ label .c-options-selector__img-check-image {
    box-shadow: 0 0 0 2px #fff, 0 0 3px 2px rgba(0, 0, 0, .7);
    box-shadow: 0 0 0 2px var(--color__body-bg), 0 0 3px 2px rgba(0, 0, 0, .7)
}

.c-options-selector__option {
    background: 0 0;
    justify-content: flex-start
}

.c-color-picker__wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: center
}

.c-color-picker__wrapper > label {
    margin-bottom: 0;
    position: relative
}

.c-color-picker__wrapper--card {
    margin-top: 15px;
    margin-bottom: 15px
}

.c-color-picker__item {
    position: relative;
    width: 37px;
    height: 37px;
    margin: 3px;
    border: 1px solid #fff;
    border-radius: 50%;
    overflow: hidden
}

.c-color-picker__item--small {
    width: 25px;
    height: 25px;
    margin: 3px;
    border: 1px solid #fff;
    box-shadow: 0 0 0 1px #d1d1d1
}

.c-color-picker__item--small:hover {
    box-shadow: 0 0 0 1px #616161
}

.c-color-picker__item--square {
    border-radius: 0
}

.c-color-picker__img {
    display: block;
    width: 100%;
    max-width: 100%;
    height: 100%;
    border-radius: 50%
}

.c-color-picker__label-group {
    display: flex;
    justify-content: center;
    margin-bottom: 15px
}

.c-color-picker__label {
    font-size: 13px
}

.c-color-picker__label--selected {
    font-weight: 700;
    text-transform: uppercase
}

.c-color-picker__wrapper {
    justify-content: center
}

.c-color-picker__wrapper > label {
    margin: 5px 7.5px
}

.c-color-picker__wrapper--left-aligned {
    justify-content: flex-start
}

.c-color-picker__wrapper--card {
    margin-top: 7.5px;
    margin-bottom: 5px
}

.c-color-picker__wrapper--card .c-color-picker__item {
    margin: 3px;
    padding: 0
}

.c-color-picker__wrapper--card-left {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(20px, 1fr));
    gap: 4px;
    align-items: center;
    margin-bottom: 5px
}

.c-color-picker__wrapper--card-left .c-color-picker__item {
    margin: 0;
    padding: 0
}

@media (min-width: 768px) {
    .c-color-picker__wrapper--card-left {
        gap: 8px
    }
}

.c-color-picker__item {
    display: block;
    margin: unset;
    border: 2px solid var(--color__body-bg, white);
    box-shadow: 0 0 1px 2px transparent;
    width: 30px;
    height: 30px;
    position: relative;
    padding: 0
}

.c-color-picker__item:hover {
    border-color: var(--color__body-bg, white);
    box-shadow: 0 0 1px 2px rgba(37, 42, 50, .1)
}

.c-color-picker__item--small {
    position: relative;
    width: 20px;
    height: 20px;
    margin: 4px;
    border: none;
    box-shadow: 0 0 0 -1px var(--color__body-bg, white), 0 0 3px -2px rgba(0, 0, 0, .8);
    transition: .1s box-shadow ease-in-out
}

@media (min-width: 992px) {
    .c-color-picker__item--small {
        width: 22px;
        height: 22px
    }
}

.c-color-picker__item--small::before {
    content: "";
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 2px solid rgba(0, 0, 0, .1)
}

.c-color-picker__item--small:hover {
    box-shadow: 0 0 0 1px var(--color__body-bg, white), 0 0 2px 3px rgba(37, 42, 50, .2)
}

.c-color-picker__item--more {
    border: 1px solid currentColor
}

.c-color-picker__item--more span {
    position: absolute;
    height: 100%;
    width: 100%
}

.c-color-picker__item--more span:after, .c-color-picker__item--more span:before {
    content: "";
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #000;
    top: 50%
}

.c-color-picker__item--more span:before {
    width: 1px;
    height: 9px
}

.c-color-picker__item--more span:after {
    height: 1px;
    width: 9px
}

.c-color-picker__item--more:link, .c-color-picker__item--more:visited {
    color: #000;
    text-decoration: none
}

.c-color-picker__item--more:hover {
    box-shadow: none;
    border: 1px solid currentColor;
    background-color: rgba(37, 42, 50, .05)
}

.c-color-picker__item--more::before {
    content: none
}

.c-product-card__content .c-color-picker__item:first-child {
    margin-left: 0
}

.c-color-picker__img {
    display: block;
    width: 100%;
    max-width: 100%;
    height: 100%;
    border-radius: 50%
}

.c-more-colors__wrapper {
    display: flex;
    justify-content: center;
    margin-bottom: 5px;
    font-weight: 500
}

.c-more-combis__wrapper {
    font-weight: 500
}

.c-feature-info__wrapper {
    margin-top: 10px;
    padding: 0 0 15px;
    font-size: 1em
}

@media (min-width: 1200px) {
    .c-feature-info__wrapper {
        margin-bottom: 30px;
        padding: unset
    }
}

.c-feature-info__list {
    border-top: 1px solid #000;
    display: flex;
    flex-direction: column;
    justify-content: space-between
}

@media (min-width: 768px)and (max-width: 991px) {
    .c-feature-info__list {
        padding-top: 15px;
        flex-direction: row;
        flex-wrap: wrap;
        gap: 15px
    }
}

.c-feature-info__list-item {
    width: 100%;
    border-bottom: 1px solid #000;
    display: flex;
    position: relative;
    justify-content: start;
    flex-direction: column
}

@media (min-width: 768px)and (max-width: 991px) {
    .c-feature-info__list-item {
        width: calc(50% - 15px / 2)
    }
}

.c-feature-info__btn {
    width: 100%;
    padding: 15px 5px 12px;
    outline: 0;
    color: #000;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start
}

@media (max-width: 767px) {
    .c-feature-info__btn {
        padding: 15px 5px
    }
}

@media (min-width: 992px) {
    .c-feature-info__btn {
        padding: 10px 5px 7px
    }
}

.c-feature-info__btn:link, .c-feature-info__btn:visited {
    color: #000
}

.c-feature-info__btn:hover .c-feature-info__link {
    text-decoration: underline
}

.c-feature-info__btn::before, .c-feature-info__btn::after {
    content: none
}

.c-feature-info__btn-content {
    text-align: left;
    display: block
}

.c-feature-info__btn-arrow {
    margin-left: auto;
    font-size: 2em;
    opacity: .7;
    transition: .2s all ease-in-out
}

.c-feature-info__btn-arrow.is-open {
    transform: rotate(-180deg)
}

.c-feature-info__btn-arrow--goto {
    font-size: 1.3em;
    margin-right: 5px;
    height: .85em;
    margin-top: 10px
}

.c-feature-info__icon {
    margin-right: .3em;
    flex-shrink: 0;
    display: inline-block;
    vertical-align: middle
}

.c-feature-info__icon--variation {
    margin-top: .2em;
    margin-left: .2em;
    margin-right: .3em
}

.c-feature-info__title {
    font-size: 1em;
    margin-bottom: 0;
    font-weight: 600;
    display: block;
    text-transform: uppercase
}

.c-feature-info__text {
    font-size: 12px;
    line-height: 1.4;
    margin-bottom: 0;
    color: #000
}

.c-feature-info__price {
    font-weight: 500
}

.c-feature-info__link {
    font-size: 14px;
    cursor: pointer;
    color: #e74c40
}

.c-feature-info__tooltip {
    display: none
}

.c-feature-info__tooltip.is-open {
    display: block
}

.c-feature-info__tooltip-container-text {
    line-height: 1.5;
    padding-left: 5px;
    padding-right: 5px
}

.c-feature-info__tooltip-title {
    font-size: 14px;
    margin-bottom: 5px
}

@media (min-width: 768px) {
    .c-feature-info__tooltip-title {
        font-size: 18px;
        font-weight: 500
    }
}

.c-feature-info__tooltip-text {
    font-size: .9em;
    display: block;
    color: #000
}

@media (max-width: 767px) {
    .c-size-picture__horizontal {
        margin-top: 20px;
        margin-bottom: 40px;
        margin-left: 20px;
        margin-right: 20px
    }

    .c-size-picture__horizontal--margin-bottom-20 {
        margin-bottom: 20px
    }
}

@media (min-width: 768px) {
    .c-size-picture__horizontal {
        margin-top: 15px
    }
}

.c-size-picture__horizontal-img {
    width: 100%;
    max-width: 100%;
    object-fit: cover;
    display: block;
    height: auto
}

@media (min-width: 768px) {
    .c-size-picture__horizontal-img {
        max-height: 250px
    }
}

@media (min-width: 992px) {
    .c-size-picture__horizontal-img {
        max-height: 350px
    }
}

.c-size-picture__horizontal-grid {
    grid-column: 1/4
}

.c-size-picture__vertical {
    display: flex;
    justify-content: space-between;
    padding-top: 30px;
    padding-bottom: 30px;
    flex-wrap: wrap;
    margin: auto
}

@media (max-width: 767px) {
    .c-size-picture__vertical {
        flex-direction: column
    }
}

.c-size-picture__vertical-one {
    width: 100%;
    max-width: 550px;
    margin-left: auto;
    margin-right: auto
}

@media (min-width: 768px) {
    .c-size-picture__vertical-one {
        margin-top: 40px
    }
}

.c-size-picture__vertical-img {
    width: 100%;
    max-width: 100%;
    height: auto;
    display: inline-block
}

@media (min-width: 768px) {
    .c-size-picture__vertical-img--par {
        width: 48%
    }
}

@media (max-width: 991px) {
    .c-size-picture__vertical-img:not(:last-child) {
        margin-bottom: 10px
    }
}

@media (min-width: 992px) {
    .c-size-picture__vertical-img--duo {
        max-width: 330px;
        margin: auto
    }
}

.c-size-picture__vertical-grid {
    grid-column-end: span 2
}

.c-size-picture__vertical-grid-single {
    grid-column-end: span 3;
    margin-left: auto;
    margin-right: auto;
    max-width: 64.5%
}

.c-size-picture__vertical-grid-two {
    grid-column: 1/4;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-column-gap: 45px
}

.c-product-detail__menu {
    width: 100%;
    margin-bottom: 30px;
    border-bottom: 1px solid #b1b0b2;
    display: flex;
    justify-content: space-around
}

@media (min-width: 992px) {
    .c-product-detail__menu {
        justify-content: center
    }
}

.c-product-detail__menu-item {
    height: 100%;
    margin-bottom: -1px;
    padding: 10px 7.5px;
    font-size: 14px;
    display: flex;
    flex-direction: column
}

@media (min-width: 992px) {
    .c-product-detail__menu-item {
        font-size: 20px;
        padding: 10px
    }
}

.c-product-detail__menu-item:after {
    content: "";
    display: block;
    width: 90%;
    height: 2px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 5px;
    margin-bottom: -10px
}

@media (min-width: 992px) {
    .c-product-detail__menu-item:after {
        font-size: 80%
    }
}

.c-product-detail__menu-item:link, .c-product-detail__menu-item:visited {
    color: #b1b0b2;
    text-decoration: none
}

.c-product-detail__menu-item:hover, .c-product-detail__menu-item.is-active {
    color: #e74c40
}

.c-product-detail__menu-item:hover:after, .c-product-detail__menu-item.is-active:after {
    background-color: #e74c40
}

.c-product-detail__more-info {
    width: 100%;
    margin-bottom: 15px;
    background-color: #aea298;
    color: #fff;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px
}

@media (min-width: 992px) {
    .c-product-detail__more-info {
        width: auto;
        position: absolute;
        right: 0;
        top: -60px
    }
}

.c-product-detail__more-info:link, .c-product-detail__more-info:visited {
    color: #fff
}

.c-product-detail__more-info:hover, .c-product-detail__more-info:focus {
    background-color: #98897c
}

.c-product-detail__more-info:active {
    background-color: #7e6f63
}

.c-product-detail__section {
    margin-top: 15px;
    margin-bottom: 30px
}

.c-product-detail__section:after {
    content: "";
    display: table;
    clear: both
}

.c-product-detail__section-title {
    margin-bottom: 15px
}

.c-image-carousel__main-img {
    min-height: 360px
}

@media (min-width: 768px) {
    .c-image-carousel__main-img {
        min-height: 210px
    }
}

@media (min-width: 992px) {
    .c-image-carousel__main-img {
        width: 720px;
        min-height: 489px
    }
}

.c-product-detail-info {
    position: relative;
    font-size: 1rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 10px
}

@media (min-width: 768px) {
    .c-product-detail-info {
        align-items: flex-start
    }
}

@media (min-width: 992px) {
    .c-product-detail-info {
        flex-wrap: nowrap;
        font-size: 1.2rem
    }
}

.c-product-detail-info__section {
    width: 100%;
    text-align: left
}

@media (min-width: 992px) {
    .c-product-detail-info__section {
        width: auto
    }
}

.c-product-detail-info__title {
    font-weight: 500;
    text-rendering: optimizeLegibility;
    text-transform: uppercase;
    font-size: 1.3rem;
    color: #000;
    line-height: 1.2;
    margin-bottom: 15px;
    letter-spacing: -0.5px;
}

.c-product-detail-info__finance--klarna {
    height: auto;
}

.c-product-detail-description {
    padding-left: 5px;
    padding-right: 5px
}

@media (min-width: 768px) {
    .c-product-detail-description {
        padding-bottom: 15px;
        margin-top: 15px
    }
}

@media (min-width: 992px) {
    .c-product-detail-description {
        margin-top: 30px;
        padding-top: 0;
        display: flex;
        flex-direction: column;
        gap: 50px
    }
}

.c-product-detail-description__wrapper {
    width: 100%;
    grid-gap: 30px;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(0, 1fr))
}

@media (min-width: 992px) {
    .c-product-detail-description__wrapper {
        grid-gap: 50px
    }
}

.c-product-detail-description__column {
    width: 100%;
    flex-grow: 1;
    flex-shrink: 1;
    font-size: .8rem
}

@media (min-width: 992px) {
    .c-product-detail-description__column {
        font-size: 1rem
    }
}

.c-product-detail-description__column--no-measures {
    display: none
}

@media (min-width: 768px) {
    .c-product-detail-description__column--no-measures + .c-product-detail-description__column .t-cms-content--description {
        column-count: 2;
        column-gap: 30px
    }
}

@media (min-width: 992px) {
    .c-product-detail-description__column--no-measures + .c-product-detail-description__column .t-cms-content--description {
        column-gap: 50px
    }
}

.c-product-detail-description__noimg {
    display: flex;
    justify-content: center
}

.c-product-detail-description__list-item {
    display: flex;
    align-items: center;
    margin-bottom: 7.5px
}

.c-product-detail-description__list-icon {
    font-size: 1.2em;
    margin-right: 5px
}

.c-product-detail-description__list-link {
    display: flex;
    align-items: center;
    margin-bottom: 7.5px
}

.c-product-detail-description__list-link:link, .c-product-detail-description__list-link:visited {
    color: #040506
}

.c-product-detail-description__list-link:hover {
    text-decoration: underline
}

.c-product-detail-description__title {
    text-align: left;
    font-weight: 700;
    font-size: 1em;
    color: #000
}

.c-product-detail-description__title span, .c-product-detail-description__title--specs {
    font-size: 1.2em;
    display: block;
    margin-bottom: .75em;
    text-transform: uppercase
}

@media (min-width: 992px) {
    .c-product-detail-description__title span, .c-product-detail-description__title--specs {
        margin-bottom: 1.5em
    }
}

.c-product-detail-description__title--labels {
    text-align: center;
    width: 100%;
    font-size: 20px
}

@media (min-width: 768px) {
    .c-product-detail-description__title--labels {
        text-align: left;
        font-size: 24px
    }
}

.c-product-detail-description__banner {
    grid-column-start: 1;
    grid-column-end: -1;
    margin-top: 15px;
    margin-bottom: 15px;
    width: 100%;
    order: 1
}

.c-product-detail-description__info {
    order: 2;
    line-height: 1;
    margin-bottom: 15px
}

.c-product-detail-description__text {
    line-height: 1.4;
    overflow: auto;
    font-size: 12px;
    height: auto
}

@media (min-width: 992px) {
    .c-product-detail-description__text {
        font-size: 18px
    }
}

.c-product-detail-description__text--truncated {
    position: relative;
    display: block;
    display: -webkit-box;
    font-size: 12px;
    height: 134.4px;
    line-height: 1.4;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 8
}

@media (min-width: 992px) {
    .c-product-detail-description__text--truncated {
        display: block;
        display: -webkit-box;
        font-size: 18px;
        height: 378px;
        line-height: 1.4;
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 15
    }
}

.c-product-detail-description__text--truncated p {
    margin-bottom: 0
}

.c-product-detail-description__text-toggle {
    padding: 0;
    display: inline-block;
    font-weight: 700;
    padding-left: .5em;
    text-decoration: underline
}

.c-product-detail-description__text > p {
    text-align: left !important
}

.c-product-detail-price {
    margin-top: 10px;
    margin-bottom: 10px;
    padding-left: 0;
    font-size: .86rem;
    color: #000;
    display: flex;
    justify-content: flex-start;
    align-items: baseline
}

@media (min-width: 992px) {
    .c-product-detail-price {
        font-size: .9rem
    }
}

.c-product-detail-price__final-price {
    font-weight: 500
}

@media (min-width: 992px) {
    .c-product-detail-price__final-price {
        font-weight: 600
    }
}

.c-product-detail-price__taxes {
    font-weight: 400;
    padding-left: .3em
}

.c-product-detail-price__old-price {
    color: #999;
    font-weight: 300
}

.c-product-detail-price__text {
    margin-left: 3em;
    display: flex
}

.c-product-detail-price__save {
    display: block;
    font-family: spartan, sans-serif;
    margin-bottom: .4em;
    padding-bottom: .2em;
    padding-top: .35em;
    color: #fff;
    font-size: .85em;
    background-color: #000;
    font-weight: 400
}

.c-product-detail-price--simple {
    margin-bottom: 7.5px;
    justify-content: flex-start;
    align-items: flex-end;
    flex-wrap: wrap
}

.c-product-detail-price__wrapper {
    flex-direction: column;
    justify-content: center
}

@media (min-width: 768px) {
    .c-product-detail-price__wrapper {
        align-items: flex-end
    }
}

.c-product-detail-price__section-small {
    margin-right: 5px;
    white-space: nowrap
}

.c-product-detail-price__section {
    width: 50%;
    text-align: center;
    line-height: 2em;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center
}

@media (min-width: 768px) {
    .c-product-detail-price__section--single {
        align-items: flex-start;
        margin-right: auto;
        text-align: left
    }
}

.c-product-detail-section__hgroup {
    position: relative;
    width: 100%;
    margin-bottom: 15px;
    padding-left: 5px;
    text-transform: uppercase;
    font-size: 1rem;
    color: #000;
    display: flex;
    justify-content: flex-start;
    align-items: baseline
}

.c-product-detail-section__title {
    font-size: 1em;
    margin-bottom: 0;
    font-weight: 500
}

@media (max-width: 991px) {
    .productcore .c-goto-link {
        display: none !important
    }

    .productcore .oct8ne-btn {
        display: none !important
    }
}

.t-product-detail__description {
    color: #616161;
    font-size: 14px;
    border-bottom: 1px solid #e0e0e0;
    padding-bottom: unset
}

@media (min-width: 768px) {
    .t-product-detail__description {
        padding-bottom: 15px
    }
}

.t-product-detail__info-text {
    color: #4d4d4d;
    font-size: 14px
}

.t-product-detail__summary {
    color: #616161;
    font-size: 1rem;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    height: 100%
}

.t-product-detail__summary-price {
    color: #000;
    font-weight: 300;
    font-size: 1.55em;
    font-family: oswald, sans-serif
}

.t-product-detail__summary-text {
    font-size: .95em
}

.t-product-detail__summary-tax {
    color: #000;
    font-size: .95em;
    font-family: spartan, sans-serif;
    font-weight: 400
}

.t-product-detail__stock {
    font-family: spartan, sans-serif;
    line-height: 1.4em;
    text-align: left;
    font-weight: 400
}

@keyframes lightbox-animation {
    from {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

.c-lightbox {
    overflow: hidden;
    width: 0;
    height: 0;
    left: 0;
    top: 0;
    opacity: 0;
    display: none;
    position: fixed;
    text-align: center;
    background: rgba(0, 0, 0, .8);
    transition: opacity 1.2s cubic-bezier(0, 0, 0, 1)
}

.c-lightbox:target {
    display: flex;
    justify-content: center;
    align-items: center;
    outline: none;
    z-index: 99999;
    width: 100%;
    height: 100%;
    opacity: 1;
    animation: .2s lightbox-animation
}

.c-lightbox__img {
    max-width: 95vw;
    max-height: 95vh
}

.c-lightbox__img-container {
    position: relative;
    animation: supersize .8s cubic-bezier(0, 0, 0, 1);
    max-height: 100%;
    max-width: 100%
}

.c-lightbox__arrow {
    position: absolute;
    top: 50%;
    background: rgba(255, 255, 255, .3);
    width: 35px;
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #000;
    animation: 1.2s lightbox-animation
}

.c-lightbox__arrow:hover, .c-lightbox__arrow:link {
    text-decoration: none;
    color: #000
}

.c-lightbox__arrow:after {
    width: 100%;
    height: 100%;
    font-size: 2.5em;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #000;
    animation: 1.2s lightbox-animation
}

.c-lightbox__arrow--prev:after {
    content: "â€¹"
}

.c-lightbox__arrow--next {
    right: 0
}

.c-lightbox__arrow--next:after {
    content: "â€º"
}

.c-lightbox__close {
    position: absolute;
    top: 15px;
    right: 15px;
    font-size: 2em;
    text-decoration: none;
    display: flex
}

.c-lightbox__close:before {
    content: "âœ•";
    display: block;
    color: #fff
}

.c-lightbox__close:hover, .c-lightbox__close:link {
    text-decoration: none
}

.c-lightbox__zoom {
    position: relative;
    display: flex
}

.c-lightbox__zoom > img {
    height: 100%
}

.c-share {
    color: #000;
    padding-top: 15px;
    padding-bottom: 15px
}

.c-share__title {
    font-size: 2em;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 15px
}

.c-share__img {
    max-width: 100%;
    display: block;
    max-height: 60vh;
    margin-left: auto;
    margin-right: auto;
    object-fit: cover
}

@media (min-width: 768px) {
    .c-share__img {
        max-height: unset
    }
}

.c-share__info {
    text-align: center;
    max-width: 265px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    color: #616161
}

@media (min-width: 768px) {
    .c-share__info {
        text-align: left;
        flex-direction: row;
        max-width: 100%
    }
}

.c-share__price {
    white-space: nowrap
}

@media (min-width: 768px) {
    .c-share__price {
        margin-left: 15px
    }
}

.c-share__icons {
    display: flex;
    justify-content: space-between;
    margin-top: 30px
}

.c-share__icon {
    font-size: 2.5em;
    color: #000
}

.c-share__icon:link, .c-share__icon:hover, .c-share__icon:visited, .c-share__icon:focus {
    text-decoration: none;
    color: #000
}

.c-share__clip {
    width: 100%;
    background-color: #f2efec;
    margin-top: 15px
}

.c-share__btn {
    font-size: 2em;
    padding: 0;
    transition: .2s all ease-in-out
}

.c-share__btn:hover {
    transform: scale(1.15)
}

.c-share__btn--thm {
    position: absolute;
    top: 30px;
    right: 0;
    font-size: 1.2rem
}

.c-share__btn--abs {
    position: absolute;
    right: 15px;
    bottom: 0;
    z-index: 1000
}

.c-stock-msg {
    padding: 10px 15px;
    padding-top: 12px;
    text-align: center;
    font-size: 1em;
    line-height: 1;
    font-weight: 500
}

.c-stock-reminder {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 15px;
    padding: 15px
}

@media (min-width: 992px) {
    .c-stock-reminder {
        margin-top: 15px;
        padding: 15px
    }
}

.c-stock-reminder__title {
    width: 100%;
    text-align: center;
    padding: 10px;
    margin-bottom: 20px;
    font-weight: 700;
    font-size: 18px;
    color: #000;
    display: flex;
    justify-content: center;
    align-items: center
}

.c-stock-reminder__title--gray {
    background: #e5e5e5
}

.c-stock-reminder__title-btn {
    text-decoration: underline;
    outline: none;
    font-size: 14px;
    line-height: normal;
    width: 100%
}

@media (min-width: 768px) {
    .c-stock-reminder__title-btn {
        width: unset
    }
}

.c-stock-reminder__description {
    font-weight: 500;
    font-size: 17px;
    text-align: center;
    margin-bottom: 30px;
    color: #000
}

@media (min-width: 992px) {
    .c-stock-reminder__description {
        padding: 0 40px
    }
}

.c-stock-reminder__email {
    border: 2px solid #000;
    padding: 10px;
    border-radius: 3px
}

.c-stock-reminder__email::placeholder {
    font-style: unset;
    color: #616161;
    font-size: 14px
}

.c-stock-reminder__text-checkbox {
    font-size: 14px;
    color: #000;
    margin-bottom: 15px;
    font-weight: 500
}

.c-stock-reminder__btn {
    padding: 10px;
    font-size: 20px;
    background-color: #000;
    color: #fff
}

.c-stock-reminder__wrapper-success {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 15px;
    padding: 45px 25px;
    text-align: center
}

@media (min-width: 992px) {
    .c-stock-reminder__wrapper-success {
        margin-top: 50px;
        margin-bottom: 50px;
        padding: 50px
    }
}

.c-stock-reminder__success-title {
    margin-top: 15px;
    margin-bottom: 15px;
    color: #000;
    display: block;
    font-size: 18px
}

@media (max-width: 767px) {
    .c-stock-reminder__success-title {
        font-size: 17px;
        margin-bottom: 15px
    }
}

.c-stock-reminder__success-description {
    color: #000;
    margin-bottom: 15px;
    display: block
}

@media (max-width: 767px) {
    .c-stock-reminder__success-description {
        font-size: 15px
    }
}

.c-stock-reminder__wrapper-mobile {
    width: 50%;
    display: flex
}

@media (min-width: 768px) {
    .c-stock-reminder__wrapper-mobile {
        width: unset
    }
}

.c-stock-reminder__btn-mobile {
    background-color: #000;
    color: #fff
}

.c-stock-reminder__btn-icon {
    margin-left: 10px;
    fill: #00000061
}

.c-oney-simulator {
    width: 100%;
    font-size: 1rem;
    text-align: center;
    display: flex;
    flex-direction: column
}

.c-oney-simulator__btn {
    font-size: .9em;
    font-weight: 700;
    background-color: #f2f2f2
}

.c-oney-simulator__logo {
    width: 114px;
    margin-top: 52.5px;
    margin-right: auto;
    margin-bottom: 15px;
    margin-left: auto
}

.c-oney-simulator__title {
    margin-bottom: 15px;
    font-size: 1.125em;
    text-align: center;
    font-weight: 400
}

.c-oney-simulator__subtitle {
    margin-bottom: 30px;
    padding-left: 15px;
    padding-right: 15px;
    font-size: .9em;
    font-weight: 300;
    text-align: center;
    color: #6f6f6f
}

.c-oney-simulator__content {
    width: 80%;
    max-width: 33em;
    font-size: .9em;
    margin-bottom: 30px;
    text-align: left;
    margin-left: auto;
    margin-right: auto
}

@media (max-width: 767px) {
    .c-oney-simulator__content {
        display: none
    }
}

.c-oney-simulator__list {
    padding: 0;
    counter-reset: item
}

.c-oney-simulator__list-item {
    margin: 0;
    padding: 0 0 0 2em;
    list-style-type: none;
    counter-increment: item
}

.c-oney-simulator__list-item::before {
    content: counter(item) ".";
    display: inline-block;
    width: 1em;
    padding-right: .5em;
    font-weight: 700;
    text-align: right
}

.c-oney-simulator__terms {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: stretch;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 15px
}

@media (min-width: 768px) {
    .c-oney-simulator__terms {
        width: calc(80% + 30px);
        flex-direction: row
    }
}

.c-oney-simulator__disclaimer {
    font-size: .75em;
    color: #6f6f6f
}

.c-oney-term {
    width: calc(60%);
    margin-bottom: 15px;
    padding: 5px;
    padding-bottom: 15px;
    background-color: #f2f2f2;
    display: flex;
    flex-shrink: 0;
    flex-grow: 0;
    flex-direction: column;
    justify-content: center;
    align-items: center
}

@media (min-width: 768px) {
    .c-oney-term {
        width: calc(100% / 2 - 30px);
        margin-right: 7.5px;
        margin-left: 7.5px
    }
}

@media (min-width: 992px) {
    .c-oney-term {
        width: calc(100% / 3 - 30px);
        margin-right: 15px;
        margin-left: 15px;
        margin-bottom: 30px
    }
}

.c-oney-term__terms {
    width: 60px;
    height: 60px;
    margin-top: 20px;
    margin-bottom: 10px;
    color: #252a32;
    font-size: 1.5em;
    font-weight: 500;
    border: 1px solid #252a32;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center
}

.c-oney-term__line {
    display: inline-block;
    font-size: .75em;
    font-weight: 500;
    line-height: 1.2
}

@media (min-width: 768px) {
    .c-oney-term__line {
        font-size: .9em
    }
}

.c-oney-term__line--secondary {
    color: #616161
}

.c-oney-term__line--secondary:first-of-type {
    margin-top: 15px
}

.c-oney-term__amount {
    white-space: nowrap
}

.c-oney-payment__text {
    font-weight: 500
}

.c-oney-payment__text--tae {
    color: gray;
    font-weight: 700
}

.swiper-vertical-vista-producto {
    width: 120px;
    /*height: 500px;*/
    float: left;
    cursor: pointer;
}

.swiper-slide-vertical-vista-producto-imp {
    height: auto !important;
    margin-bottom: 15px;
}

.swiper-pagination-vertical.swiper-pagination-bullets, .swiper-vertical > .swiper-pagination-bullets {
    right: 10px;
    top: auto;
    transform: translate3d(0px, -50%, 0);
}

.rte {
    margin-top: 5px;
    margin-bottom: 5px;
    font-family: Helvetica, Arial, Lucida Grande, sans-serif;
    font-size: 11px;
    line-height: 1.4em;
    letter-spacing: .04em;
    font-weight: 500;
}

.rte > ul {
    list-style: none;
    padding: 0;
}

.rte > ul > li {
    display: inline;
}

.rte > ul > li .spec-class, .rte > ul > li strong {
    text-transform: uppercase;
    font-weight: 900;
}

.rte > ul > li:not(.stones):after {
    content: ".";
}

.c-product-addtocart__summary {
    width: 39% !important;
}

.flex-full-colum {
    /*grid-column: 1/end;*/
    flex: auto;
    width: 100%;
}

.bfcm_single_product {
    padding-top: 8px;
    border-top: 1px solid #B1B1B1;
    margin-top: 8px;
}

.bfcm_single_product .trust-symbols {
    list-style: none;
    display: flex;
    flex-flow: column;
    padding: 0;
    margin: 0;
    text-transform: uppercase;
}

.bfcm_single_product .trust-symbols li {
    color: #000;
    justify-content: flex-start;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    font-size: 0.8rem;
}

.bfcm_single_product .trust-symbols li {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.bfcm_single_product .trust-symbols li a {
    display: flex;
    align-items: center;
}

.bfcm_single_product .trust-symbols li svg {
    margin-right: 14px;
}

.alert {
    padding: 15px;
    border-radius: 5px !important;
}

.caja-seleccionada-especial {
    background: black;
    color: white;
}

.color-seleccionado-especial {
    border-bottom: 1px solid var(--color_personalizado_general);
}


.t-btn-add-cart {
    border: 1px solid #252a32;
}

.t-btn-add-cart:hover {
    background-color: white !important;
    color: var(--color_personalizado_general) !important;
    border: 1px solid var(--color_personalizado_general) !important;
}