body {
    margin: 0;
}

.page-header {
    margin-bottom: 0;
    border-bottom: 0;
    background: #241f1f;
}

.page-header .panel.wrapper,
.page-header .header.panel,
.page-header .header.content {
    display: none;
}

.page-header .lab-header-container {
    width: 100%;
}

.page-header .lab-header-top-container {
    max-width: 1640px;
    margin: 0 auto;
    padding: 28px 48px 32px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
    background: #241f1f;
    box-sizing: border-box;
}

.page-header .lab-header-top-left-container,
.page-header .lab-header-top-center-container,
.page-header .lab-header-top-right-container,
.page-header .lab-header-top-right-main-container,
.page-header .lab-header-top-right-language-container {
    display: flex;
    align-items: center;
}

.page-header .lab-header-top-left-container {
    flex: 0 0 270px;
    justify-content: flex-start;
}

.page-header .lab-header-top-center-container {
    flex: 1 1 auto;
    justify-content: center;
    min-width: 320px;
}

.page-header .lab-header-top-right-container {
    flex: 0 0 auto;
    justify-content: flex-end;
    gap: 40px;
}

.page-header .lab-header-top-right-main-container {
    gap: 28px;
}

.page-header .lab-header-top-right-language-container {
    justify-content: flex-end;
}

.page-header .logo {
    float: none;
    margin: 0;
    max-width: 210px;
}

.page-header .logo img {
    display: block;
    width: 100%;
    height: auto;
}

.page-header .block-search {
    width: 100%;
    max-width: 920px;
    margin: 0;
}

.page-header .block-search .block-title,
.page-header .block-search .label,
.page-header .block-search .nested {
    display: none;
}

.page-header .block-search .block-content,
.page-header .block-search .form.minisearch,
.page-header .block-search .field.search,
.page-header .block-search .control {
    margin: 0;
    position: relative;
}

.page-header .block-search .actions {
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    z-index: 3;
}

.page-header .block-search input[type="text"] {
    height: 72px;
    padding: 0 82px 0 36px;
    border-radius: 999px;
    border: 2px solid #151515;
    box-shadow: 0 0 0 2px #ef7f45;
    background: #ffffff;
    color: #8a8a8a;
    font-size: 20px;
    line-height: 1;
}

.page-header .block-search input[type="text"]::placeholder {
    color: #8a8a8a;
    opacity: 1;
}

.page-header .block-search .action.search {
    width: 48px;
    height: 48px;
    min-width: 48px;
    padding: 0;
    border: 0;
    border-radius: 50%;
    background: transparent;
    color: #ef7f45;
    box-shadow: none;
    position: relative;
}

.page-header .block-search .action.search:before {
    content: "\f002";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 26px;
    line-height: 48px;
    display: block;
}

.page-header .block-search .action.search span {
    display: none;
}

.page-header .lab-header-top-right-main-container .header.links {
    display: flex;
    align-items: center;
    gap: 24px;
    margin: 0;
    padding: 0;
    list-style: none;
    float: none;
}

.page-header .lab-header-top-right-main-container .header.links > li {
    margin: 0;
    position: relative;
}

.page-header .lab-header-top-right-main-container > .header.links > li.register-link,
.page-header .lab-header-top-right-main-container > .header.links > li.my-account-link,
.page-header .lab-header-top-right-main-container > .header.links > li.authorization-link {
    display: none;
}

.page-header .lab-header-top-right-main-container > .header.links > li > a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    font-size: 0;
    color: #ffffff;
    text-decoration: none;
}

.page-header .lab-header-top-right-main-container > .header.links > li.authorization-link > a:before,
.page-header .lab-header-top-right-main-container > .header.links > li.wishlist > a:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 22px;
    line-height: 1;
    color: #ffffff;
}

.page-header .lab-header-top-right-main-container > .header.links > li.authorization-link > a:before {
    content: "\f007";
}

.page-header .lab-header-top-right-main-container > .header.links > li.wishlist > a:before {
    content: "\f004";
}

.page-header .lab-header-top-right-main-container > .header.links > li.wishlist .counter.qty {
    position: absolute;
    top: -8px;
    right: -8px;
    min-width: 16px;
    height: 16px;
    padding: 0 4px;
    border-radius: 999px;
    background: #ef7f45;
    color: #ffffff;
    font-size: 10px;
    line-height: 16px;
    text-align: center;
}

.page-header .customer-welcome {
    display: inline-block;
    position: relative;
    list-style: none;
}

.page-header .customer-welcome.active {
    overflow: visible;
}

.page-header .customer-welcome > .customer-name {
    display: flex;
    align-items: center;
    cursor: pointer;
    color: #ffffff;
    outline: 0;
}

.page-header .customer-welcome > .customer-name svg {
    display: block;
    width: 23px;
    height: 30px;
}

.page-header .customer-welcome > .customer-name svg path {
    fill: #ffffff;
}

.page-header .customer-welcome > .customer-name:focus,
.page-header .customer-welcome > .customer-name:hover {
    opacity: 0.85;
}

.page-header .customer-welcome .customer-menu {
    display: none;
}

.page-header .customer-welcome.active .customer-menu {
    display: block;
}

.page-header .customer-welcome .header.links {
    position: absolute;
    top: calc(100% + 15px);
    right: 0;
    display: flex;
    flex-direction: column;
    width: 210px;
    max-width: 210px;
    margin: 0;
    padding: 20px !important;
    list-style: none;
    background: #000000;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    z-index: 1000;
}

.page-header .customer-welcome .header.links:before {
    content: "";
    position: absolute;
    top: -5px;
    right: 8px;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid #000000;
}

.page-header .customer-welcome .header.links > li {
    margin: 0 0 10px;
    width: 100%;
    position: static;
}

.page-header .customer-welcome .header.links > li.greet.welcome {
    order: 1;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #ffffff;
}

.page-header .customer-welcome .header.links > li:last-child {
    margin-bottom: 0;
}

.page-header .customer-welcome .header.links > li.authorization-link,
.page-header .customer-welcome .header.links > li.my-account-link,
.page-header .customer-welcome .header.links > li.register-link,
.page-header .customer-welcome .header.links > li.greet.welcome {
    display: block;
}

.page-header .customer-welcome .header.links > li > a,
.page-header .customer-welcome .header.links > li > span {
    width: auto;
    height: auto;
    justify-content: flex-start;
    align-items: flex-start;
    font-size: 14px;
    line-height: 18px;
    color: #ffffff;
    text-decoration: none;
}

.page-header .customer-welcome .header.links > li > a:before,
.page-header .customer-welcome .header.links > li > span:before {
    display: none;
}

.page-header .customer-welcome .header.links > li > a:hover {
    opacity: 0.5;
}

.page-header .minicart-wrapper {
    float: none;
    margin: 0;
}

.page-header .minicart-wrapper .action.showcart {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    color: #ffffff;
    text-decoration: none;
    position: relative;
}

.page-header .minicart-wrapper .action.showcart:before {
    content: none !important;
    display: none !important;
}

.page-header .minicart-wrapper .action.showcart:after {
    content: "\f07a";
    display: block;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 22px;
    line-height: 1;
    color: #ffffff;
}

.page-header .minicart-wrapper .action.showcart .text,
.page-header .minicart-wrapper .action.showcart .counter-label {
    display: none;
}

.page-header .minicart-wrapper .action.showcart svg {
    width: 24px;
    height: 24px;
}

.page-header .minicart-wrapper .action.showcart svg path {
    fill: #ffffff;
}

.page-header .minicart-wrapper .action.showcart .counter.qty {
    position: absolute;
    top: -8px;
    right: -10px;
    min-width: 16px;
    height: 16px;
    padding: 0 4px;
    border-radius: 999px;
    background: #ef7f45;
    color: #ffffff;
    font-size: 10px;
    line-height: 16px;
    text-align: center;
}

.page-header .switcher-language {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    padding: 5px 10px;
    color: #ffffff;
    background: transparent;
}

.page-header #switcher-language {
    padding: 0;
    margin: 0;
}

.page-header .switcher-language .switcher-options {
    display: flex !important;
    align-items: center;
    gap: 0;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.5;
}

.page-header .switcher-language .switcher-trigger {
    padding: 0;
    color: #ffffff;
    cursor: pointer;
    line-height: 1;
    margin-right: 0;
}

.page-header .switcher-language .switcher-trigger strong {
    display: inline-flex;
    align-items: center;
    gap: 0;
    color: #ffffff;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    font-family: "ZonaPro", sans-serif;
}

.page-header .switcher-language .switcher-dropdown {
    position: static;
    display: flex;
    align-items: center;
    min-width: 0;
    margin: 0;
    padding: 0;
    border: 0;
    background: transparent;
    box-shadow: none;
}

.page-header .switcher-language .switcher-dropdown,
.page-header .switcher-language .switcher-dropdown li {
    list-style: none !important;
}

.page-header .switcher-language .switcher-dropdown li::marker {
    content: "";
}

.page-header .switcher-language .switcher-dropdown:before,
.page-header .switcher-language .switcher-dropdown:after {
    display: none;
}

.page-header .switcher-language .switcher-dropdown a {
    display: block;
    padding: 0;
    color: #ffffff;
    text-decoration: none;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    font-family: "ZonaPro", sans-serif;
}

.page-header .switcher-language .switcher-dropdown .switcher-option {
    margin: 0;
}

.page-header .switcher-language .language-separator {
    margin: 0 5px;
    color: #ffffff;
    list-style: none;
}

.page-header .switcher-language .switcher-dropdown .switcher-option + .switcher-option {
    border-top: 0;
}

.page-header .lab-header-bottom-container {
    background: #ffffff;
    border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.page-header .lab-header-bottom-container .nav-sections {
    margin: 0;
    background: transparent;
}

.page-header .lab-header-bottom-container .nav-sections .navigation {
    max-width: 1640px;
    margin: 0 auto;
    padding: 0 48px;
    background: transparent;
    box-sizing: border-box;
}

.page-header .lab-header-bottom-container .nav-sections .navigation > ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    margin: 0;
    padding: 0;
}

.page-header .lab-header-bottom-container .nav-sections .navigation .level0 {
    margin: 0;
}

.page-header .lab-header-bottom-container .nav-sections .navigation .level0 > .level-top {
    padding: 22px 0;
    color: #102a57;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.1;
    text-transform: uppercase;
    white-space: nowrap;
}

.page-header .lab-header-bottom-container .nav-sections .navigation .level0.parent > .level-top:after {
    display: none;
}

.page-footer {
    background: #ffffff;
    border-top: 0;
    margin-top: 0;
}

.footer.content {
    border-top: 0;
    max-width: 1280px;
    padding: 56px 32px 20px;
}

.lab-footer {
    color: #0d1531;
    font-family: 'ZonaPro', sans-serif;
}

.lab-footer__inner {
    align-items: flex-start;
    display: grid;
    gap: 48px;
    grid-template-columns: 1.15fr 1fr 1fr 1.15fr;
}

.lab-footer__column {
    min-width: 0;
}

.lab-footer__column--brand {
    text-align: center;
}

.lab-footer__logo {
    display: inline-block;
    margin-bottom: 30px;
    max-width: 220px;
}

.lab-footer__logo img {
    display: block;
    height: auto;
    max-width: 100%;
}

.lab-footer__social-title {
    color: #ff7f50;
    font-size: 21px;
    font-weight: 300;
    line-height: 1.3;
    margin-bottom: 18px;
}

.lab-footer__social {
    align-items: center;
    display: flex;
    gap: 26px;
    justify-content: center;
}

.lab-footer__social a {
    color: #000000;
    font-size: 48px;
    line-height: 1;
    text-decoration: none;
    transition: color .2s ease;
}

.lab-footer__social a svg {
    display: block;
    fill: currentColor;
    height: 1em;
    width: 1em;
}

.lab-footer__social a:hover {
    color: #ff7f50;
}

.lab-footer__links {
    display: flex;
    flex-direction: column;
    gap: 24px;
    padding-top: 26px;
}

.lab-footer__links a,
.lab-footer__contact-text a,
.lab-footer__contact-text span {
    color: #0d1531;
    font-size: 21px;
    font-weight: 300;
    line-height: 1.35;
    text-decoration: none;
}

.lab-footer__links a:hover,
.lab-footer__contact-text a:hover {
    color: #ff7f50;
    text-decoration: none;
}

.lab-footer__column--contact {
    padding-top: 22px;
}

.lab-footer__contact-title {
    color: #000000;
    font-size: 21px;
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 8px;
    text-transform: uppercase;
}

.lab-footer__contact-text {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.lab-footer__contact-text a,
.lab-footer__contact-text span {
    color: #ff7f50;
}

.copyright {
    color: #666666;
    display: block;
    font-family: 'ZonaPro', sans-serif;
    font-size: 13px;
    margin-top: 28px;
    text-align: center;
}
.footer.content {
    display: flex;
    flex-direction: column;
}
.block.newsletter.newsletter-hero {
    width: 100%;
    max-width: 100%;
}
.newsletter-hero__inner {
    display: flex;
    justify-content: space-around;
}
.image-wishlist-container {
    position: relative;
}
.actions-secondary {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 10;
}
.product-options-wrapper .field .control .options-list.nested {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    align-items: center;
}

.product-options-wrapper .field .control .options-list.nested .field.choice {
    margin: 0;
}

.product-options-wrapper .field .control .options-list.nested .radio.admin__control-radio {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.product-options-wrapper .field .control .options-list.nested .radio.admin__control-radio + .label,
.product-options-wrapper .field .control .options-list.nested .radio.admin__control-radio + label {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10px 18px;
    margin: 0;
    border: 1px solid #999;
    border-radius: 6px;
    background: #fff;
    cursor: pointer;
    transition: all .2s ease;
}

.product-options-wrapper .field .control .options-list.nested .radio.admin__control-radio:checked + .label,
.product-options-wrapper .field .control .options-list.nested .radio.admin__control-radio:checked + label {
    background: #222;
    color: #fff;
    border-color: #222;
}

.product-options-wrapper .field .control .options-list.nested .radio.admin__control-radio + .label:hover,
.product-options-wrapper .field .control .options-list.nested .radio.admin__control-radio + label:hover {
    border-color: #222;
}

.lab-product-purchase-main {
    display: flex!important;
    align-items: baseline!important;
    gap: 20px!important;
}

.catalog-product-view .product-info-main .product-info-stock-sku .product.attribute.name {
    display: inline-block;
    margin: 0 12px 3px 0;
    vertical-align: top;
}

.catalog-product-view .product-info-main .product-info-stock-sku .product.attribute.name .value {
    font-weight: 700;
}

.catalog-product-view .product-info-main .product-info-stock-sku {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 10px 18px;
}

.catalog-product-view .product-info-main .product-info-stock-sku .product.attribute.sku {
    margin: 0;
    padding: 0;
}

.catalog-product-view .product-info-main .lab-product-switcher {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 8px;
}

.catalog-product-view .product-info-main .lab-product-switcher__item {
    min-width: 110px;
    padding: 10px 22px;
    border: 2px solid #ef7f45;
    border-radius: 12px 12px 0 0;
    background: #ffffff;
    color: #1f1f1f;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.1;
    text-align: center;
    text-decoration: none;
    box-sizing: border-box;
}

.catalog-product-view .product-info-main .lab-product-switcher__item.is-active {
    background: #ef7f45;
    color: #ffffff;
}

.catalog-product-view .product.media {
    position: relative;
}

.catalog-product-view .product.media .product-addto-links {
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 20;
}

.catalog-product-view .product.media .product-addto-links .action.towishlist {
    width: 52px;
    height: 52px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #2d2d2d;
    border-radius: 50%;
    background: rgba(255, 255, 255, .96);
    color: #2d2d2d;
    text-decoration: none;
    box-shadow: 0 8px 20px rgba(0, 0, 0, .12);
}

.catalog-product-view .product.media .product-addto-links .action.towishlist:before {
    content: "\f004";
    font-family: "Font Awesome 5 Free";
    font-weight: 400;
    font-size: 24px;
    line-height: 1;
}

.catalog-product-view .product.media .product-addto-links .action.towishlist span {
    display: none;
}

.catalog-product-view .product.media .product-addto-links .action.towishlist:hover {
    background: #ffffff;
    transform: translateY(-1px);
}

.catalog-product-view .product-info-main .lab-product-purchase-qty .field.qty .control.qty {
    display: flex;
    align-items: center;
    gap: 8px;
}

.catalog-product-view .product-info-main .lab-product-purchase-qty .custom-qty {
    width: 40px;
    height: 40px;
    border: 1px solid #d5d5d5;
    background: #fff;
    color: #222;
    font-size: 24px;
    line-height: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    padding: 0;
}

.catalog-product-view .product-info-main .lab-product-purchase-qty .input-text.qty {
    width: 72px;
    text-align: center;
}

.catalog-product-view .product-info-main .lab-product-purchase-qty .custom-qty:hover {
    border-color: #222;
}

@media (max-width: 767px) {
    .catalog-product-view .product.media .product-addto-links {
        top: 12px;
        right: 12px;
    }

    .catalog-product-view .product-info-main .lab-product-purchase-qty,
    .catalog-product-view .product-info-main .lab-product-purchase-main,
    .catalog-product-view .product-info-main .lab-product-purchase-main .actions {
        width: 100%;
    }

    .catalog-product-view .product-info-main .lab-product-purchase-main {
        align-items: stretch;
        gap: 12px;
    }
}

@media (max-width: 1399px) {
    .page-header .lab-header-top-container {
        padding-left: 32px;
        padding-right: 32px;
        gap: 28px;
    }

    .page-header .lab-header-top-left-container {
        flex-basis: 220px;
    }

    .page-header .block-search input[type="text"] {
        height: 64px;
        font-size: 18px;
    }

    .page-header .lab-header-bottom-container .nav-sections .navigation {
        padding-left: 32px;
        padding-right: 32px;
    }

    .page-header .lab-header-bottom-container .nav-sections .navigation .level0 > .level-top {
        font-size: 20px;
    }

    .footer.content {
        padding-left: 32px;
        padding-right: 32px;
    }
}

@media (max-width: 1024px) {
    .page-header .lab-header-top-container {
        flex-wrap: wrap;
        justify-content: center;
    }

    .page-header .lab-header-top-left-container,
    .page-header .lab-header-top-center-container,
    .page-header .lab-header-top-right-container {
        flex: 1 1 100%;
        justify-content: center;
    }

    .page-header .lab-header-top-right-container {
        gap: 28px;
    }

    .page-header .lab-header-bottom-container .nav-sections .navigation > ul {
        flex-wrap: wrap;
        justify-content: center;
    }

    .lab-footer__inner {
        gap: 36px 28px;
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .lab-footer__column--brand {
        text-align: left;
    }

    .lab-footer__logo {
        margin-bottom: 24px;
    }

    .lab-footer__social {
        justify-content: flex-start;
    }

    .lab-footer__links,
    .lab-footer__column--contact {
        padding-top: 0;
    }
}

@media (max-width: 767px) {
    .page-header .lab-header-top-container {
        padding: 20px 16px 24px;
        gap: 20px;
    }

    .page-header .lab-header-top-right-container {
        flex-direction: column;
        gap: 16px;
    }

    .page-header .lab-header-top-right-main-container {
        gap: 20px;
    }

    .page-header .block-search input[type="text"] {
        height: 56px;
        padding-left: 22px;
        padding-right: 62px;
        font-size: 16px;
    }

    .page-header .block-search .actions {
        right: 14px;
    }

    .page-header .block-search .action.search:before {
        font-size: 22px;
    }

    .page-header .lab-header-bottom-container .nav-sections .navigation {
        padding: 0 16px;
    }

    .page-header .lab-header-bottom-container .nav-sections .navigation .level0 > .level-top {
        padding: 14px 0;
        font-size: 16px;
    }

    .footer.content {
        padding: 40px 20px 18px;
    }

    .lab-footer__inner {
        gap: 28px;
        grid-template-columns: minmax(0, 1fr);
    }

    .lab-footer__social-title,
    .lab-footer__links a,
    .lab-footer__contact-title,
    .lab-footer__contact-text a,
    .lab-footer__contact-text span {
        font-size: 18px;
    }

    .lab-footer__social a {
        font-size: 40px;
    }

    .lab-footer__links {
        gap: 18px;
    }
}
