/** Shopify CDN: Minification failed

Line 1336:25 Expected ":"
Line 1460:0 Expected "}" to go with "{"

**/
.product #MainContent {
    padding-top: 0;
}

.product {
    margin: 0;
    clear: both;
    width: 100%;
}

.productGallery {
    position: relative;
    width: 50%;
    height: auto;
    z-index:0;
}

.productGallery ul {
    list-style: none;
}

.productGallery ul .hide {
    display: none;
}
.productImage  video {
    position: relative !important;
}

.productImage {
    position: relative;
}

.productGallery picture,
.productGallery img,
.productGallery video {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.productGallery img,
.productGallery video {
    object-fit: cover;
}

.productInfo {
    padding: 6.5vw 5vw;
    margin-top: -100vh;
    position: -webkit-sticky;
    position: sticky;
    width: 50%;
    height: 100vh;
    bottom: 0;
    left: 50%;
}

.productInfo.absolute {
    position: absolute;
    margin-top: 0;
    top: 0;
}

.productMainInfo {
    width: 100%;
    max-width: 420px;
    transition-property: opacity;
    transition-duration: 0.2s;
}

.productInfo .relatedProducts.hidden,
.productMainInfo.hidden {
    opacity: 0;
    pointer-events: none;
}

.productDescription {
    margin-bottom: 30px;
}

.productDescription a {
    color: var(--color-black);
}

variant-radios fieldset {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

variant-radios fieldset>* {
    display: inline-block;
}

.mobileSelectSize,
.closeSelectSize {
    display: none;
}

.variantOption {
    display: inline-block;
    margin-left: 10px;
    color: var(--color-black-unselected);
}

.variantOption.available {
    color: var(--color-black);
}

.variantOption input[type='radio'] {
    width: 0;
    height: 0;
    position: absolute;
    opacity: 0;
}

.variantOption label {
    cursor: pointer;
    position: relative;
}

.variantOption label span {
    position: absolute;
    width: 0;
    height: 1px;
    text-align: center;
    background-color: var(--color-black-unselected);
    display: block;
    -webkit-transition: width 0.4s ease;
    transition: width 0.4s ease;
    left: 50%;
    transform: translateX(-50%);
}

.variantOption.available label span {
    background-color: var(--color-black);
}

.variantOption label span {
    display: none;
}

.variantOption input[type='radio']:checked+label span {
    width: 100%;
    display: block;
}

.colorVariations {
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
}

.colorVariations .products a {
    display: inline-block;
    margin-left: 5px;
    width: 10px;
    height: 10px;
    position: relative;
}

.colorVariations .products a span {
    display: block;
    width: 10px;
    height: 10px;
    border-radius: 0%;
    position: absolute;
    transition-duration: .2s;
    top: 0;
    left: 0;
}

.colorVariations .products a:hover span,
.colorVariations .products a.current span {
    width: 10px;
    height: 10px;

    
    top: 0;
    left: 0;
}
.colorVariations .products a span,
.colorVariations .products a:hover span,
.colorVariations .products a.current span {
    position: relative; /* necesario para que bottom funcione */
    display: inline-block !important; /* asegura que el span pueda contener el ::after */
}
.colorVariations .products a span::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -5px; /* separación hacia abajo */
    border-bottom: 1px solid transparent;
}
.colorVariations .products a:hover span::after,
.colorVariations .products a.current span::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -5px; /* separación hacia abajo */
    border-bottom: 1px solid var(--color-black);
}

.colorVariations .products a.current {
    pointer-events: none;
}

.colorVariations .products a span[data-color="red"] {
    background-color: #C02934;
}

.colorVariations .products a span[data-color="blue"] {
    background-color: #3271CC;
}

.colorVariations .products a span[data-color="pink"] {
    background-color: #f2a5e4;
}

.colorVariations .products a span[data-color="yellow"] {
    background-color: #f9ee9d;
}

.colorVariations .products a span[data-color="brown"] {
    background-color: #4e3504;
}

.colorVariations .products a span[data-color="purple"] {
    background-color: #643689;
}

.colorVariations .products a span[data-color="black"] {
    background-color: #211915;
}

.colorVariations .products a span[data-color="white"] {
    background-color: #F7F7F5;
    border: 1px solid var(--color-black)
}

.colorVariations .products a span[data-color="green"] {
    background-color: #2e8743;
}

.colorVariations .products a span[data-color="orange"] {
    background-color: #df8838;
}

.colorVariations .products a span[data-color="silver"] {
    background-color: #cccccc;
}

.colorVariations .products a span[data-color="beige"] {
    background-color: #CAB189;
}

.productForm {
    margin-top: 30px;
}

.productForm button {
    -webkit-appearance: none;
    border: 0;
    border-bottom: 1px solid var(--color-gray);
    background-color: transparent;
    cursor: pointer;
    width: 100%;
    text-transform: uppercase;
    padding: 10px 0;
    position: relative;
    font-size: 10px;
}

.productForm button:disabled {
    opacity: 0.2;
    pointer-events: none;
    display: none;
}

.productForm button:after {
    width: 0%;
    height: 1px;
    background-color: var(--color-black);
    display: block;
    content: '';
    -webkit-transition: width 0.4s ease;
    transition: width 0.4s ease;
    bottom: -1px;
    left: 0;
    position: absolute;
}

.productForm button:hover:after {
    width: 100%;
}

.product-form__error-message-wrapper {
    margin-bottom: 20px;
    color: #f75252;
}

.productMetaPanels {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
}

.productMetaPanels .metaPanel {
    width: 100%;
    padding: 8vw 5vw 20vw 5vw;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    pointer-events: none;
    transition-property: opacity;
    transition-duration: 0.2s;
}

.productMetaPanels .metaPanel.show {
    opacity: 1;
    pointer-events: initial;
}

.productMetaPanels .metaPanel.metaPanel-fitting-advice {
    height: calc(100vh - 200px);
    overflow-y: scroll;
    padding-bottom: 0;
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.productMetaPanels .metaPanel.metaPanel-fitting-advice::-webkit-scrollbar {
    display: none;
}

.metaPanel.metaPanel-fitting-advice .table-button.current,
.tables-body-measurements .measure-cm.current,
.tables-body-measurements .measure-inches.current {
    text-decoration: underline;
    font-family: 'MessinaSansWeb-Regular';
}

.metaPanel.metaPanel-fitting-advice .table-button,
.tables-body-measurements .measure-cm,
.tables-body-measurements .measure-inches {
    cursor: pointer;
}

.tables-size-converter,
.tables-body-measurements,
.body-measurement-table {
    display: none;
}

.tables-size-converter.show,
.tables-body-measurements.show,
.body-measurement-table.current {
    display: block;
}

.productMeta {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 1vw 5vw;
    background-color: var(--color-white-almost);
}

.productMetaMenu {
    border-top: 1px solid var(--color-black);
    padding-top: 20px;
    display: flex;
    justify-content: space-between;
}

.metaPanel .textBlock {
    margin-top: 40px;
}

.productMetaMenu button,
.metaPanel button {
    -webkit-appearance: none;
    appearance: none;
    border: 0;
    background-color: transparent;
    font-size:10px !important;
    cursor: pointer;
    padding: 0;
}

.productMetaMenu button.unselected,
.metaPanel button {
    color: var(--color-black-unselected);
}

.productMetaMenu button:before {
    height: 8px;
    width: 0;
    display: inline-block;
    content: "";
    opacity: 0;
    background-image: url(cross.svg);
    background-size: contain;
    background-repeat: no-repeat;
    transform: scale(0);
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.productMetaMenu button.current:before {
    width: 8px;
    height: 8px;
    opacity: 1;
    margin-right: 5px;
    transform: scale(1);
}

.productMeta .tail {
    margin-top: 50px;
}

.productMeta a {
    color: var(--color-black);
}

.metaPanel.mobile {
    display: none;
}

.metaPanel table {
    text-align: left;
}

.metaPanel th,
.metaPanel td {
    padding: 15px 20px;
    text-align: center;
}

.metaPanel th {
    font-weight: normal;
    border-bottom: 1px solid var(--color-black);
    padding-top: 0;
}

.metaPanel th {
    text-align: center;
    vertical-align: bottom;
}

.metaPanel th:first-child {
    text-align: left;
}

.productMetaPanels .metaPanel.metaPanel-size-chart {
    display: flex;
    justify-content: space-between;
    align-items: center;
    top: 50%;
    transform: translateY(-50%);
    padding-bottom: 8vw;
}

.productMetaPanels .metaPanel.metaPanel-size-chart img {
    width: 35%;
    height: auto;
    display: block;
}

.productMetaMenu .metaPanel.metaPanel-size-chart.mobile img {
    width: 50%;
    height: auto;
    display: block;
    margin: 0 auto 30px;
}

.productMetaPanels .metaPanel.metaPanel-size-chart .size-table {
    width: 65%;
}

.productMetaPanels .metaPanel.metaPanel-size-chart .tables,
.productMetaPanels .metaPanel.metaPanel-size-chart .tables table,
.productMetaPanels .metaPanel.metaPanel-size-chart table {
    width: 100%;
}

.table-selector {
    display: block;
    margin-bottom: 10px;
}

.table-selector span {
    color: var(--color-black-unselected);
    cursor: pointer;
}

.metaPanel-size-chart .tables>div {
    display: none;
}

.metaPanel-size-chart .tables>div.current {
    display: block;
}
.metaPanel-size-chart .tables>div.current {
    overflow-x:auto;
}

.table-selector span.current {
    color: var(--color-black);
}

.metaPanel td {
    border-bottom: 1px solid var(--color-gray);
}

.metaPanel th,
.metaPanel td {
    border-right: 0 !important;
    border-top: 0 !important;
    border-left: 0 !important;
}

.metaPanel th:first-child,
.metaPanel td:first-child {
    min-width: 180px;
    padding-left: 0;
    text-align: left;
}

.metaPanel th:last-child,
.metaPanel td:last-child {
    padding-right: 0;
}

.metaPanel .sizeBtn {
    color: var(--color-black-unselected);
    cursor: pointer;
}

.metaPanel .sizeBtn.current {
    color: var(--color-black);
}

.metaPanel td .cm,
.metaPanel td .inches {
    display: none;
}

.metaPanel td .cm.show,
.metaPanel td .inches.show {
    display: block;
}

.metaPanel button {
    text-transform: none;
    margin-right: 20px;
    transition-property: color;
}

.sizeGuideMenu {
    margin-bottom: 40px;
}

.metaPanel button.current {
    color: var(--color-black);
}

.metaPanel-size-guide {
    max-width: 100% !important;
}

.metaPanel-size-guide table {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.metaPanel-size-guide.show table.current {
    opacity: 1;
    pointer-events: initial;
}

.relatedProducts {
    width: 100%;
    text-align: center;
    margin: 4.8vw 0 6.4vw;
}

.productInfo .relatedProducts {
    padding: 0;
    margin-top: 2vw;
}

.productInfo .relatedProducts h2 {
    text-align: left;
    margin-bottom: 10px;
}

.productInfo .relatedProducts .productThumbnail .content .left,
.productInfo .relatedProducts .productThumbnail .metaInfo {
    width: 100% !important;
    text-align: left !important;
}

/* STYLED WITH */
.product-related.related-style {
    display: none;
}

.relatedProducts h2 {
    margin-bottom: 30px;
}

.relatedProducts ul {
    width: 100%;
    display: grid;
    -webkit-grid-gap: 10px;
    grid-gap: 10px;
    -webkit-grid-template-columns: repeat(4, 1fr);
    grid-template-columns: repeat(4, 1fr);
    list-style: none;
}

.relatedProducts ul li {
    width: 100%;
    -webkit-grid-column: span 1;
    grid-column: span 1;
}

body .restockify-form {
    border-radius: 0 !important;
    border: 0 !important;
    padding: 0 !important;
    display: none !important;
}

body .restockify-form-title {
    font-family: 'MessinaSansWeb-Regular';
    opacity: 0.7;
    color: var(--color-black) !important;
    font-weight: normal !important;
    font-size: 10px !important;
    margin-bottom: 10px !important;
}

body .restockify-email-channel-form>div,
body .restockify-variant-select {
    opacity: 0;
    pointer-events: none;
    position: absolute;
}

body .restockify-email-input {
    font-size: 12px;
    font-family: 'MessinaSansWeb-Light';
    padding: 5px 5px 7px !important;
    border: 0 !important;
    border-radius: 0 !important;
    background-color: transparent !important;
    border-bottom: 1px solid var(--color-black) !important;
    height: auto !important;
}

body .restockify-toast {
    bottom: 0 !important;
    background-color: var(--color-white-almost) !important;
    color: var(--color-black) !important;
    width: 100% !important;
    text-align: center;
    border: 0 !important;
    border-top: 1px solid var(--color-black) !important;
    padding: 20px var(--general-padding) !important;
    right: 0 !important;
}

body .restockify-email-error {
    font-size: 10px !important;
    margin-top: 10px !important;
}

.productMainInfo .private {
    color: red;
    text-transform: uppercase;
    margin-right: 10px;
    float: left;
}

.privateProduct {
    width: 100%;
    min-height: 60vh;
    margin-top: 100px;
    text-align: center;
    text-transform: uppercase;
}


/*** Custom Quantity input ***/

.productInfo .quantity {
    display: flex;
    padding: 10px 0;
}

.custom__quantity-input {
    appearance: none;
    padding: 0;
    width: 100%;
    border: 0;
    border-bottom: 1px solid var(--color-black);
    border-radius: 0;
    color: var(--color-black);
    background-color: transparent;
    font-family: MessinaSansWeb-Light, sans-serif;
    font-size: 12px;
    line-height: 30px;
    letter-spacing: .1px;
    max-width: 300px;
}

#quantity-confirm {
    cursor: pointer;
    border-bottom: 1px solid var(--color-black);
    line-height: 30px;
}

/***************************/


.after-add-to-bag {
    margin-top: 30px;
}

.arrowWrapperMobile {
    display: none;
}

/* POPUP PREORDER WARNING */
.popup-preoder-warning {
    position: fixed;
    background-color: rgba(0, 0, 0, 0.75);
    opacity: 0;
    pointer-events: none;
    z-index: 9999;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.popup-preoder-warning .inner {
    transform: translate(-50%, -50%);
    background-color: var(--color-white);
    padding: 40px 20px 20px;
    top: 50%;
    left: 50%;
    width: 90%;
    max-width: 340px;
    position: absolute;
}

.preorder-popup-opened .popup-preoder-warning {
    opacity: 1;
    pointer-events: initial;
}

.popup-preoder-warning a {
    color: var(--color-black);
}

.popup-preoder-warning .close {
    position: absolute;
    display: block;
    background-image: url(cross.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
    z-index: 3;
    right: 7px;
    top: 7px;
    background-color: var(--color-white);
    padding: 5px;
    width: 16px;
    height: 16px;
    background-size: 10px 10px;

}


@media only screen and (max-width: 2200px) {

    .metaPanel th,
    .metaPanel td {
        padding: 15px 15px;
    }

    .metaPanel th:first-child,
    .metaPanel td:first-child {
        min-width: 150px;
    }
}

@media only screen and (max-width: 1920px) {

    .metaPanel th,
    .metaPanel td {
        padding: 15px 10px;
    }
}

@media only screen and (max-width: 1800px) {

    .metaPanel th,
    .metaPanel td {
        padding: 12px 7.5px;
    }
}

@media only screen and (max-width: 1680px) {

    .metaPanel th,
    .metaPanel td {
        font-size: 13px;
    }

    .metaPanel th:first-child,
    .metaPanel td:first-child {
        min-width: 100px;
    }

    .productInfo .relatedProducts h2 {
        font-size: 10px;
    }

    .productThumbnail .content {
        font-size: 10px;
        line-height: 14px;
    }

    #wishlisthero-product-page-button-container {
        margin-top: 5px;
    }

    .relatedProducts ul {
        -webkit-grid-template-columns: repeat(5, 1fr);
        grid-template-columns: repeat(5, 1fr);
    }
}

@media only screen and (max-width: 1440px) {

    .productInfo,
    .productMetaPanels .metaPanel {
        padding-top: 100px;
    }

    .productMetaPanels .metaPanel.metaPanel-size-chart {
        padding-top: 100px;
    }

    .metaPanel th:first-child,
    .metaPanel td:first-child {
        min-width: 0;
    }

    .metaPanel-size-guide table {
        font-size: 12px;
    }

    .metaPanel-size-guide table th:first-child,
    .metaPanel-size-guide table td:first-child {
        min-width: 60px;
    }

    .metaPanel-size-guide table.size-denim td {
        font-size: 10px;
    }
}

@media only screen and (max-width: 1100px) {

    .metaPanel th,
    .metaPanel td {
        padding: 10px 5px;
    }
}

@media only screen and (max-width: 960px) {


    .productGallery {
        width: 100%;
        height: 80vh;
        overflow-x: hidden;
        overflow-y: scroll;
    }

    .productInfo {
        position: relative;
        margin-top: 0;
        width: 100%;
        height: auto;
        left: 0;
        padding: 15px 20px;
    }

    .aditionalDataContainer {
        display: flex;
        flex-direction: column-reverse;
    }

    .productInfo .relatedProducts.hidden,
    .productMainInfo.hidden {
        opacity: 1;
    }

    .iwishAddWrap {
        margin-bottom: 25px;
    }

    .productMainInfo {
        max-width: 100%;
        opacity: 1 !important;
        pointer-events: initial !important;
    }

    .productMeta {
        position: relative
    }

    .arrowWrapperMobile {
        display: none;
        float: right;
        margin-top: 5px;
        width: 10px;
        height: 10px;
        transform: rotate(90deg);
    }

    .sizes-opened .productForm {
        display: block;
        padding: 20px 40px;
        border-top: 0;
        background-color: transparent;
        z-index: 11;
    }

    .productForm,
    .mobileSelectSize {
        position: relative;
    }

    .variantOption {
        text-align: center;
        margin-left: 0;
        padding: 10px 10px;
        font-size: 10px;
        color: var(--color-black-unselected);
    }

    variant-radios fieldset {
        font-size: 10px;
        justify-content: flex-start;
    }

    .product-variable .productForm {
        display: block;
    }

    .optionsName {
        display: none;
    }

    .productForm button:after {
        width: 0%;
        height: 1px;
        background-color: var(--color-black);
        display: block;
        content: "";
        -webkit-transition: width .4s ease;
        transition: width .4s ease;
        bottom: -1px;
        left: 0;
        position: absolute;
    }

    fieldset div:not(.variantOptions) {
        padding: 10px;
    }


    .variantOption input[type='radio']:checked+label span {
        display: block;
    }


    .variantOption.available {
        color: var(--color-black);
    }

    .colorVariations {
        margin: 40px 0;
        
    }

    .colorVariations label {
        display: none;
    }

    .colorVariations .products {
        width: 100%;
        /* justify-content: center; */
        justify-content: flex-start;
        display: flex;
        margin-right:10px;
    }

    .colorVariations .products a {
        margin: 0 10px;
    }

    .colorVariations .products a span {
        width: 18px;
        height: 18px;
        top: 0;
        left: 0;
    }

    .colorVariations .products a.current span {
        width: 18px;
        height: 18px;
        top: 0px;
        left: 0px;
    }


    .product-simple .productForm {
        display: block;
        padding: 7px 10px;
    }


    .productForm button[disabled] {
        border-color: var(--color-gray);
    }


    .productMeta {
        padding: 0;
    }

    .productMetaMenu {
        padding: 0;
        border-top: 0;
        display: block;
        overflow: hidden;
    }

    .productMetaMenu>button {
        width: 100%;
        padding: 10px 0 20px;
        border-top: 1px solid var(--color-black);
        text-align: left;
        font-size: 12px;
    }

    .metaPanel.desktop {
        display: none !important;
    }

    .productMetaMenu .metaPanel {
        overflow: hidden;
    }

    .productMetaMenu .metaPanel-size-guide {
        overflow-x: scroll;
        -ms-overflow-style: none;
        scrollbar-width: none;
    }

    .productMetaMenu .metaPanel-size-guide::-webkit-scrollbar {
        display: none;
    }

    .productMetaMenu .metaPanel-size-guide .sizeGuideMenu {
        width: 700px;
        margin-bottom: 20px;
    }

    .productMetaMenu .metaPanel-size-guide .sizeGuideMenu.man {
        width: 500px;
    }

    .productMetaMenu .metaPanel-size-guide table.size-clothing {
        min-width: 500px;
    }

    .productMetaMenu .metaPanel-size-guide table.size-clothing.man {
        min-width: 380px;
    }

    .productMetaMenu .metaPanel-size-guide table.size-denim {
        min-width: 660px;
    }

    .productMetaMenu .metaPanel-size-guide table.size-denim.man {
        min-width: 370px;
    }

    .productMetaMenu .metaPanel-size-guide table.size-swimwear {
        min-width: 460px;
    }

    .productMetaMenu .metaPanel-size-guide table.size-jewelry {
        min-width: 400px;
    }

    .productMetaMenu .metaPanel-size-guide table.size-accessories {
        min-width: 260px;
    }

    .productMetaMenu .metaPanel-size-guide table.size-clothing-converter,
    .productMetaMenu .metaPanel-size-guide table.size-shoes-converter {
        min-width: 550px;
    }

    .productMetaMenu .metaPanel-size-guide table.size-clothing-converter.man {
        min-width: 400px;
    }

    .productMetaMenu .metaPanel.show {
        display: block;
        padding-bottom: 40px;
    }

    .productMeta .tail {
        font-size: 14px;
        line-height: 19px;
        letter-spacing: 0.1px;
        margin-top: 40px;
    }

    .metaPanel table {
        min-width: 100%;
    }

    .metaPanel-size-guide table {
        position: relative;
        display: none;
    }

    .metaPanel-size-guide.show table.current {
        display: table;
    }

    .metaPanel th,
    .metaPanel td {
        max-width: 40px;
        padding: 10px 5px;
    }

    .metaPanel th:first-child,
    .metaPanel td:first-child {
        width: 100px;
        min-width: 100px;
        padding-left: 0;
    }

    .metaPanel-size-guide table th:first-child,
    .metaPanel-size-guide table td:first-child {
        min-width: 100px;
    }

    .metaPanel-size-guide table.size-denim td {
        font-size: 13px;
    }

    .productMetaMenu .sizeGuideMenu button:before {
        display: none;
    }

    .productInfo .relatedProducts {
        margin: 70px 0;
        padding-right: 0;
        text-align: left;
    }

    .relatedProducts h2 {
        margin-bottom: 15px;
    }

    .relatedProducts ul {
        display: none;
    }

    .relatedProducts .product-related {
        display: block;
    }

    /* STYLED */
    .relatedProducts .product-related.related-style {
        display: block;
    }

    .relatedProducts .product-related .swiper-slide {
        width: 80%;
    }

    .relatedProducts .product-related .swiper-slide {
        padding-right: 10px;
    }

    body .restockify-form {
        position: absolute !important;
        opacity: 0 !important;
        pointer-events: none !important;
    }

    body.sizes-opened .restockify-form {
        position: relative !important;
        opacity: 1 !important;
        pointer-events: initial !important;
    }

    body .restockify-form-title,
    body .restockify-email-input {
        text-align: center;
    }

    body .restockify-email-input {
        width: auto !important;
        min-width: 200px;
        ;
        margin: 0 auto !important;
        display: block;
    }

    body .restockify-email-error {
        text-align: center;
    }

    .restockify-email-channel-form {
        display: flex;
        justify-content: center;
    }

    #BIS_trigger {
        max-width: 320px;
        margin: 0 auto;
        display: block;
    }

    .productMetaMenu .desktop-separation {
        display: none;
    }
}


@media screen and (min-aspect-ratio: 3/2) {
    .archive .productMainInfo {
        max-width: 400px;
    }

    .productInfo,
    .productMetaPanels .metaPanel {
        padding-top: 80px;
    }

    .productMetaPanels .metaPanel.metaPanel-size-chart {
        padding-top: 80px;
    }

    .productPrice {
        margin-bottom: 20px !important;
    }

    .productMeta .tail {
        margin-top: 20px;
    }

    .productMetaMenu {
        padding-top: 10px;
    }

    .productForm button {
        padding: 7px 0;
    }

    .productInfo .relatedProducts .card__badge {
        display: none;
    }

    .productInfo .relatedProducts {
        margin-top: 1.5vw;
    }

    .productInfo .relatedProducts ul {
        width: 90%;
    }

    #wishlisthero-product-page-button-container button {
        height: 30px !important;
    }
}


@media (min-width:981px) {
    .productMeta {
        bottom:5%;
    }
   .productInfo  {
            display: flex !important;
    align-items: center;
    justify-content: center;
    }
}

 .productGallery {
                overflow-x: hidden !important;
                height:auto !important;
                max-width.100%;
                    margin-top: 80px !important;

    }
    .productGallerySwiper .swiper-slide {
        max-width:100% !important;
    }
     .productGallery ul {
        display:flex;
     }
     .productGallery picture,
         .productImage img, 
    .productImage {position:relative !important; padding-top:0px !important; 
    max-width:100%;   }

@media (max-width:980px) {

   .productGallery {
      
                    margin-top: 60px !important;

    }

   
  .productGallery ul {
    display: flex !importnat;
    overflow-x: auto !important;
    scroll-snap-type: x mandatory !important;
    -webkit-overflow-scrolling: touch !important; /* suavidad en iOS */
  }

  .productGallery li {
    flex: 0 0 100% !important; /* cada slide ocupa el ancho completo */
    scroll-snap-align: start !important;
  }

  /* opcional: ocultar scrollbar */
  .productGallery ul::-webkit-scrollbar {
    display: none;
  }



}




@media screen and (min-aspect-ratio: 2/1) {
    .archive .productMainInfo {
        max-width: 500px;
    }

    .productMeta {
        padding-bottom: 1vw;
    }

    #shopify-section-announcement-bar {
     /*   display: none;*
    }

    .productMeta .tail {
        margin-top: 15px;
    }

    .productInfo .relatedProducts ul {
        width: 70%;
    }

    .productInfo .relatedProducts .productThumbnail .content .title {
        margin-bottom: 0;
    }

    .productInfo .relatedProducts .price__regular .price-item--regular {
        display: none;
    }
}


@media screen and (min-aspect-ratio: 7/3) {

    .productInfo,
    .productMetaPanels .metaPanel {
        padding-top: 70px;
    }

    .productForm {
        margin-top: 20px;
    }

    .productMeta .tail {
        margin-top: 10px;
    }

    .productInfo .relatedProducts ul {
        width: 60%;
    }

    .colorVariations {
        margin-top: 5px;
    }

    .productInfo .relatedProducts h2 {
        display: none;
    }
}



@media only screen and (max-width: 740px) {
    .productMetaMenu .metaPanel.metaPanel-fitting-advice {
        overflow-x: scroll;
    }

    .productMetaMenu .metaPanel.metaPanel-fitting-advice th,
    .productMetaMenu .metaPanel.metaPanel-fitting-advice td {
        max-width: 100%;
    }

    .metaPanel-fitting-advice table {
        min-width: 100%;
    }
}
*/
