:root {
    --grey5: var(--grey4);
}

i,
/* #produt-details, */
.material-icons,
.product-additional-info {
    display: none;
}
.product-additional-info #openSizeGuide{
    display: none !important;
}
.product-cover {
    position: relative;
    cursor: pointer;
}
#product #topHeader.top .gender{
    display: none;
}
.product-cover img {
    width: 100%;
    height: auto;
}

.product-manufacturer img {
    width: 100%;
}

#main {
    background: var(--white1);
}

#topHeader+.categories {
    display: none;
}

/************************/
/* header */
header a {
    color: var(--black1);
}

header svg {
    color: var(--black1);
}
/* DEV-Alejandro */
.product-container{
    background-color: #fdfdfd;
}
/************************/
/* Letter slider  */
/************************/
#letterSlider {
    z-index: 999;
    font-weight: 400;
    background: var(--black1);
    color: var(--white);
    display: flex;
    white-space: nowrap;
    overflow: hidden;
    width: 100%;
    text-transform: uppercase;
    position: fixed;
    top: var(--headerHeight);
    width: 100%;
    z-index: 2;
    transition: all cubic-bezier(0, 0, 0.18, 1) 0.5s;
}

#letterSlider .closeSlider {
    margin: 0;
}

.closeSlider {
    position: absolute;
    top: 0;
    right: 0;
    background: var(--black1);
    cursor: pointer;
    display: flex;
    height: 100%;
    flex-direction: column;
    justify-content: center;
}

/*************************/
.finance {
    background: var(--black1);
    color: var(--white);
    box-sizing: border-box;
    display: flex;
    white-space: nowrap;
    overflow: hidden;
    position: relative;
}

.finance .container>* {
    display: inline-block;
    color: var(--Text-text-on-color, #FDFDFD);
    /* font-family: Text-font; */
}

.finance .container {
    display: flex;
}

.finance .closeSlider {
    z-index: 0 !important;
}



/*************************/
/* alerta si no selecciona talla */
#selectorTalla.alert {
    border-color: var(--colors-green-green-40);
    color: var(--colors-green-green-40);
}

.product-add-to-cart button[type='button'],
.product-add-to-cart button.disabled {
    background: #9C9B9C;
    color: #444344;
    border: 2px solid #9C9B9C;
}
.product-add-to-cart button[type='button'],
.product-add-to-cart button.disabled span{
    color: #444344 !important;
}
.product-add-to-cart button.disabled::before{
    opacity: 0.7;
}

.product-add-to-cart .alert {
    display: none;
}
.product-actions{
    cursor: pointer;
}
.product-actions .message * {
    display: none;
    text-align: center;
}

.product-actions.selected .message .after {
    display: block;
}

.product-actions.selected .before {
    color: var(--colors-green-green-40);
}

.product-actions.selected .before, 
.product-actions.selected .finance {
    display: none;
}


/*************************/
/* Product cover */
#main-image {
    position: relative;
}

.layer {
    position: absolute;
    top: 3rem;
    right: 0.8rem;
    color: var(--black1);
    cursor: pointer;
}

.layer * {
    transition: all ease .1s;
}

.layer:hover .bottom {
    transform: translate(-3px, 3px);
}

.layer:hover .top {
    transform: translate(3px, -3px);
}

.product-data .product-title {
    margin-bottom: 0.5rem;
    color: #040404;
}
.product-data .product-accessories .arrows .swiper-button-next,
.product-data .product-accessories .arrows .swiper-button-prev {
    top: 50%;
    transform: translateY(-50%);
}
.product-prices {
    display: flex;
    gap: 0.6rem;
    color: #444344;
}

.regular-price{
    color: #444344;
}
.current-price {
    font-weight: 700;
    color: #040404;
}


.discount {
    padding: 0;
    margin-right: 0.5rem;
    color:  #61AF62;
    /* font-family: Text-font; */
}
.content-information{
    background-color: #FDFDFD;
}
.tax-shipping-delivery-label {
    .tax-label{
        color: var(--colors-green-green-50, #319732);
        border-radius: 8px;
        border: 2px solid var(--colors-green-green-50, #319732);
        font-size: 12px;
        letter-spacing: 0.42px;
        font-weight: 700;
        line-height: 12px;
        padding: 0.2rem 0.4rem;
    }
}

.product-add-to-cart {
    margin-bottom: 1rem;
    margin-top: 1.5rem;
}

.product-add-to-cart button {
    position: relative;
    width: 100%;
    padding: 0.5rem 4rem 0.5rem 1rem;
    background: #FDFDFD;
}
.product-add-to-cart button::before{
    content: "";
    background-image: url("/themes/wb-theme/assets/img/plus-card.svg");
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
}


.add-to-cart span {
    pointer-events: none;
}

/* thumbnails */
/*************************/

.product-data+.product-images {
    display: grid;
    grid-template-columns: 50% 50%;
    transition: ease all .4s;
}

/* .product-data+.product-images img.odd {
    grid-column: 1/3;
} */

.product-thumbnail img {
    width: 100%;
    height: auto;
}
.product-actions.selected .product-variants-item span{
    text-transform: uppercase;
    color: #040404;
}
.product-variants-item span{
    color: #9C9B9C;
    text-transform: inherit;
}

.product-accessories .colours,
.currentColor {
    color: #040404;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.1rem; 
}

.currentColor {
    display: inline-block;
    margin-right: 1rem;
    margin-bottom: 10px;
}

#product-availability {
    display: none;
}

.product-quantity {
    display: none;
}

#quantity_wanted {
    font-size: 1rem;
    line-height: 1rem;
    width: 4rem;
    margin-bottom: 1rem;
}

.social-sharing {
    display: none;
    opacity: 0;
    transition: all ease .2s;
}

.shareButton {
    padding: 0;
    display: flex;
    align-items: center;
    gap: 10px;
    order: 2;
}

.social-sharing ul {
    display: flex;
    padding: 0;
    margin: 0;
    list-style: none;
}

.social-sharing li {
    display: inline-flex;
}

.social-sharing a {
    display: inline-block;
    width: 1.5rem;
    height: 1.5rem;
    background-position: center;
    margin-right: 0.5rem;
    font-size: 0;
    background-size: cover;
}

.social-sharing ul svg {
    width: 100%;
    height: 100%;
}

.social-sharing .facebook a {
    background-image: url(facebook.svg);
}

.social-sharing .twitter a {
    background-image: url(twitter.svg);
}

.social-sharing .pinterest a {
    background-image: url(pinterest.svg);
}

.shareButton.active .social-sharing {
    display: block;
    opacity: 1;
}

.product-additional-info button {
    display: none;
    /* padding: 0;
    text-transform: none;
    color: #040404; */
    /* font-family: Text-font; */
}

.shareButton span,
.shareButton svg {
    transition: all ease .2s;
    font-family: "SF Pro Display";
}

.shareButton.active>svg,
.shareButton.active>span {
    display: none;
    opacity: 0;
}

/* .thumbnail-container button, */
#thumbSlider {
    --swiper-navigation-top-offset: 2.25rem;
    --swiper-navigation-sides-offset: -1.5rem;
}

#thumbSlider .product-thumbnail {
    padding: 0;
}

.sliderBox {
    overflow: hidden;
}

#thumbSlider [class^="swiper-button"] {
    color: var(--black1);
    transition: all ease .2s;
    width: 1.5rem;

}

#thumbSlider .swiper-button-disabled {
    opacity: 0;
}

#thumbSlider .wishlist-button-add {
    display: none;
}

#thumbSlider .current img {
    border-radius: var(--radius);
    border: 2px solid var(--black);
    box-sizing: border-box;
}

.product-add-to-cart svg {
    display: none;
    margin: 12px auto;
}


/**********************/
/* selector de talla */
.input-radio {
    appearance: none;
}

.product-variants .input-container {
    line-height: 0;
}

.product-variants-item .input-container:hover {
    background: var(--grey3);
}

.product-variants-item {
    position: relative;
}

.input-radio {
    appearance: none;
    position: absolute;
    width: 100%;
    display: block;
}

.input-radio:checked+label {
    border: 1px solid var(--black);
}

.product-variants-item label {
    padding: 13px 19.5px 11px;
    display: flex;
    justify-content: space-between;
    cursor: pointer;
    line-height: 1rem;
}

span.stock {
    color: var(--colors-green-green-40) !important;
}

#selectorTalla {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #FFF;
}

/* #selectorTalla.active {
    background: var(--white1);
    color: var(--grey3);
    border: 1px solid var(--white1);
} */

#selectorTalla+div {
    display: none;
    position: absolute;
    background: var(--white);
    z-index: 1;
    width: 100%;
    box-shadow: 0px 4px 64px -16px rgba(0, 0, 0, 0.08);
}

#selectorTalla.active+div {
    display: block;
    animation: growDown 300ms ease-in-out forwards;
    transform-origin: top center;
    max-height: 30vh;
    overflow-y: scroll;
    scroll-margin: 1rem;
    overflow-x: hidden;
}
.product-variants .input-container{
    margin-top: 2px;
    border-radius: 0.5rem;
    overflow: hidden;
}
.input-radio{
    margin: 0;
}
.product-variants-item span.radio-label{
    text-transform: uppercase;
}
#selectorTalla.active+svg {
    transform: rotateX(180deg);
}

@keyframes growDown {
    0% {
        transform: scaleY(0);
    }

    80% {
        transform: scaleY(1.1);
    }

    100% {
        transform: scaleY(1);
    }
}

/*********************/
/* product description */
.customFields>h2 {
    font-size: 4rem;
    line-height: 4rem;
}

/* tabs */
.nav-tabs {
    list-style: none;
    padding: 0;
    display: flex;
}

.nav-link {
    font-weight: 400;
    font-size: 1.25rem;
    line-height: 2rem;
    color: var(--grey5);
    text-decoration: none;
    margin-right: 43px;
}

.nav-link.active {
    font-weight: 700;
    font-size: 1.125rem;
    line-height: 2rem;
    color: var(--black1);
    border-bottom: 2px solid var(--black);

}

.product-description strong {
    font-weight: 700;
    color: var(--black1);
    margin-top: 2.5rem;
    display: block;
    text-transform: uppercase;

}

.reference strong {
    display: inline-block;
    text-transform: none;
}

.product-description p {
    font-weight: 400;
    font-size: 1.125rem;
    line-height: 2rem;
}

.description_short {
    margin-top: 1rem;
}

.description_short strong {
    display: inline;
}

/******************/
/* player */
#size h3,
#player h3 {
    font-size: 1.125rem;
    line-height: 2rem;
    color: var(--colors-green-green-40);
    margin-bottom: 1.5rem;
}

.player {
    width: 20%;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
}

#player span {
    line-height: 1rem;
    color: var(--black1);
}

#player .active span {
    color: var(--colors-green-green-40);
    font-weight: 700;
}

#player svg {
    color: var(--grey1)
}

#player .active svg {
    color: var(--lightRed)
}

/******************/
/* talla & horma */
#size h3 {
    margin-bottom: 1rem;
}

#size span {
    width: 20%;
    background: var(--white1);
    line-height: 1rem;
    text-align: center;
}

#size>div>span:nth-of-type(odd) {
    background: var(--white2);
}

#size>div>span.selected {
    font-weight: 700;
    background: var(--colors-green-green-40);
    color: var(--white);
}

/******************/
/* tecnologia */
#technologies {
    text-transform: uppercase;
    padding-bottom: 30px;
}

.information>h3,
#history h3,
#technologies h3 {
    font-family: "SF Pro Display";
    color: var(--black1);
    text-transform: uppercase;
}

#technologies .imageBox {
    position: relative;
    display: flex;
    justify-content: center;
    max-width: 600px;
    margin: 0 auto;
}

#technologies .imageBox img {
    position: absolute;
    top: -17%;
    left: -23%;
    width: 150%;
}

#technologies p {
    font-weight: 700;
}

#technologies strong {
    font-family: "SF Pro Display";
    color: var(--black1);
    display: block;
    font-weight: 100;
}

/******************/
/* history */
#history h3 {
    margin-bottom: 2rem;
}

#history p:not(.title) {
    font-weight: 400;
}

#history .title {
    font-weight: 700;
    line-height: 1.5rem;
}

#history .title:not(:first-child) {
    margin-top: 2.5rem;
}

/******************/
/* envios */
#contentEnviosDevoluciones h2 {
    font-size: 2rem;
    line-height: 3rem;
}

#contentEnviosDevoluciones p {
    font-size: 1rem;
    line-height: 1.5rem;
    color: var(--black1);
    font-weight: 400;
    margin-bottom: 2rem;
}

#contentEnviosDevoluciones strong {
    font-weight: 400;
}

/* community */
#community {
    background-color: var(--grey3);
    --swiper-navigation-color: var(--black2);
    --swiper-navigation-sides-offset: 0px;
}

#community h2 {
    font-family: "SF Pro Display";
    text-transform: uppercase;
}

#selectedForYou .sliderBox,
#community .sliderBox {
    position: relative;
}

#community .item-rrss p {

    color: var(--black1);
}

#community .item-rrss img {
    width: 100%;
}

#community > p {
    text-align: center;
    font-weight: 400;
}

#selectedForYou .arrows svg,
#community .arrows svg {
    width: 2rem;
    height: 2rem;
}

/* product modal */
#product-modal {
    display: none;
}

#product-modal.in {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: var(--white);
    z-index: 11;
    text-align: center;
    --swiper-navigation-sides-offset: 2rem;
}

#modalSlider {
    height: 80%;
    padding: 5% 0;
}

#modalThumbsSwiper {
    height: 20%;
}

#modalThumbsSwiper .swiper-slide {
    width: 25%;
}

#product-modal .modal-content {
    height: 100vh;
}
#product-modal .swiper-button-prev,
#product-modal .swiper-button-next {
    transform: translateY(-50%);
}
#modalThumbsSwiper img {
    width: 100%;
    height: auto;

}

#modalSlider img {
    width: 100%;
    max-width: 1000px;
    margin: auto;
}

#modalSlider .swiper-slide {
    display: flex;
}

#modalThumbsSwiper img {
    border-top: 2px solid transparent;
    padding-top: 4px;
}

#modalThumbsSwiper .swiper-slide-thumb-active img {
    border-color: var(--colors-green-green-40);
}

#closeModal {
    position: absolute;
    top: 2rem;
    right: 2rem;
    cursor: pointer;
    z-index: 3;
    transition: all ease .2s;
}

#closeModal:hover {
    transform: scale(1);
}

[data-target="#product-modal"] {
    cursor: pointer;
}

#product-modal.in #modalThumbsSwiper {
    height: min-content;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: min-content;
}

#modalThumbsSwiper .swiper-slide {
    cursor: pointer;
}

#modalThumbsSwiper:hover .swiper-slide {
    transform: translateY(0) !important;
}

#newIn-slider+.row {
    justify-content: center;
}

/* overflow sliders */
#letterSlider,
#banner,
#newIn,
#slider {
    /* overflow-x: hidden; */
}
#newIn > h2{
    color: #040404;
    text-align: center;
    /* font-family: Text-font; */
}
/*****************************/
/* breadcrumb */
.breadcrumb ul {
    display: flex;
    list-style: none;
    padding: 0;
    color: var(--grey5);
    font-weight: 400;
    flex-wrap: wrap;
}
.breadcrumb li svg path{
    color: #040404;
}
.breadcrumb li:last-of-type svg {
    display: none;
}

.breadcrumb a {
    text-decoration: none;
    color: #040404;
}

/*****************************/
/* add to cart modal */



#blockcart-modal {
    position: fixed;
    z-index: 3;
    box-shadow: 0px 4px 64px -16px rgba(0, 0, 0, 0.05);
    width: 100%;

}

#blockcart-modal svg {
    color: var(--black1);
}


#blockcart-modal .modal-header button {
    padding: 0;
    border: 0;
}

#blockcart-modal .buttons {
    justify-content: center;
}

#blockcart-modal .buttons button {
    box-shadow: 0px 4px 20px -16px rgba(0, 0, 0, 0.04);
    text-transform: none;
    padding: 0.75rem 0;
    width: 100%;
    border-radius: 0.5rem;
    border: 2px solid #191819;
    background-color: var(--black1);
}
#blockcart-modal .buttons a{
    box-shadow: 0px 4px 20px -16px rgba(0, 0, 0, 0.04);
    text-transform: none;
    padding: 0.75rem 0;
    width: 100%;
    border-radius: 0.5rem;
    border: 2px solid #191819;
    background-color: var(--black1);
    color: var(--white);
    text-align: center;
    font-weight: 400;
    font-size: 1rem;
    line-height: 1rem;
    text-decoration: none;
}
    
#blockcart-modal .buttons button a {
    text-decoration: none;
    color: var(--white);
}
#blockcart-modal .buttons button.continue {
    color: var(--black1);
    background-color: var(--white);
}
#blockcart-modal .compare {
    display: none;
}

#blockcart-modal .attributes span strong{
    text-transform: uppercase;
}
.sequra-promotion-widget {
    display: none;
}

.eco {
    color: var(--green);
}
.customer-support {
    display: none;
}

#openSizeGuide {
    color: #040404;
}
#selectorTalla,
#add-to-cart-or-refresh select,
.product-add-to-cart button,
.product-data+.product-images img{
    border-radius: 0.5rem;
    border: 2px solid #191819;
}
#newIn {
    background-color: #fdfdfd;
}
#infoSection .product-description-short strong{
    font-weight: 700;
}
#openSizeGuide{
    display: flex;
}
#openSizeGuide i {
  display: block !important;
  margin: 0 1rem;
  font-size: 2rem;
  line-height: 0.25rem;
}
#product-details{
    display: none;
}

/* wishlist */
#product .wishlist-modal .modal-footer button {
    font-size: 1rem;
    line-height: 1rem;
    font-weight: 400;
    padding: 1rem;
    width: 100%;
    text-transform: none;
    border-radius: 0.5rem;
    border: 2px solid var(--black);
    box-shadow: 0px 4px 20px -16px rgba(0, 0, 0, 0.04);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
}
#product .wishlist-modal .modal-footer button:hover{
    background-color: var(--white);
    color: var(--black);
}
#product .wishlist-modal .modal-footer a {
    font-size: 1rem;
    line-height: 1rem;
    font-weight: 400;
    padding: 1rem;
    width: 100%;
    text-transform: none;
    border-radius: 0.5rem;
    color: var(--black);
    border: 2px solid var(--black);
    background-color: var(--white);
    box-shadow: 0px 4px 20px -16px rgba(0, 0, 0, 0.04);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
}
#product .wishlist-modal .modal-footer a{
    transform: none !important;
}
#product .wishlist-modal.fade .modal-dialog{
    border-radius: 0.5rem;
    border: 2px solid var(--black);
}
#product .swiper-button-next, .swiper-button-prev{
    color: var(--black);
}

.wb-value-size-guide #openSizeGuide{
    display: none;
}
.wb-value-size-guide.wb-value-true #openSizeGuide{
    display: block;
}