body.velox-product-redesign-preview .card-item {
    padding: 20px 0 0 !important;
    background: #fff !important;
}

body.velox-product-redesign-preview main > .cards-carousel {
    display: none !important;
}

body.velox-product-redesign-preview .velox-product-redesign,
body.velox-product-redesign-preview .velox-product-redesign * {
    box-sizing: border-box;
}

body.velox-product-redesign-preview .velox-product-redesign {
    width: 100%;
    color: #202832;
    font-family: "Roboto", Arial, sans-serif;
}

body.velox-product-redesign-preview .vpr-breadcrumbs {
    margin: 0 0 22px;
    color: #737f8c;
    font-size: 14px;
    line-height: 1.4;
}

body.velox-product-redesign-preview .vpr-breadcrumbs .woocommerce-breadcrumb,
body.velox-product-redesign-preview .vpr-breadcrumbs a {
    color: #737f8c !important;
    text-decoration: none !important;
}

body.velox-product-redesign-preview .vpr-main {
    display: grid;
    grid-template-columns: minmax(0, 1.24fr) minmax(390px, .76fr);
    gap: 30px;
    align-items: start;
}

body.velox-product-redesign-preview .vpr-gallery {
    position: relative;
    min-width: 0;
}

body.velox-product-redesign-preview .vpr-sale-badge {
    position: absolute;
    z-index: 3;
    top: 10px;
    left: 0;
    display: inline-flex;
    min-width: 48px;
    height: 34px;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    background: #ff2630;
    color: #fff;
    font-size: 16px;
    font-weight: 800;
    line-height: 1;
}

body.velox-product-redesign-preview .vpr-main-image {
    position: relative;
    display: flex;
    min-height: 456px;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    border-radius: 8px;
    background: #fff;
}

body.velox-product-redesign-preview .vpr-main-image__img {
    display: block !important;
    width: 100% !important;
    max-width: 640px !important;
    height: auto !important;
    max-height: 520px !important;
    margin: 0 auto !important;
    object-fit: contain !important;
}

body.velox-product-redesign-preview .vpr-gallery-arrow {
    position: absolute;
    z-index: 4;
    top: 42%;
    width: 44px;
    height: 44px;
    border: 0;
    border-radius: 50%;
    background: #f0f3f7;
    cursor: pointer;
}

body.velox-product-redesign-preview .vpr-gallery-arrow::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 10px;
    height: 10px;
    border-top: 2px solid #6f7882;
    border-left: 2px solid #6f7882;
}

body.velox-product-redesign-preview .vpr-gallery-arrow--prev {
    left: 0;
}

body.velox-product-redesign-preview .vpr-gallery-arrow--prev::before {
    transform: translate(-35%, -50%) rotate(-45deg);
}

body.velox-product-redesign-preview .vpr-gallery-arrow--next {
    right: 0;
}

body.velox-product-redesign-preview .vpr-gallery-arrow--next::before {
    transform: translate(-65%, -50%) rotate(135deg);
}

body.velox-product-redesign-preview .vpr-thumbs {
    display: grid;
    grid-template-columns: repeat(5, minmax(76px, 1fr));
    gap: 26px;
    margin-top: 20px;
}

body.velox-product-redesign-preview .vpr-thumb {
    display: flex;
    height: 76px;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    padding: 5px;
    border: 1px solid #dfe5ed;
    border-radius: 6px;
    background: #fff;
    cursor: pointer;
}

body.velox-product-redesign-preview .vpr-thumb.is-active {
    border-color: #128cf0;
    box-shadow: 0 0 0 1px #128cf0;
}

body.velox-product-redesign-preview .vpr-thumb img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

body.velox-product-redesign-preview .vpr-summary {
    min-width: 0;
    padding-top: 22px;
}

body.velox-product-redesign-preview .vpr-title {
    margin: 0 0 16px !important;
    color: #111820 !important;
    font-family: "Oswald", Arial, sans-serif !important;
    font-size: 32px !important;
    font-weight: 700 !important;
    line-height: 1.14 !important;
    letter-spacing: 0 !important;
}

body.velox-product-redesign-preview .vpr-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 16px 28px;
    align-items: center;
    margin-bottom: 18px;
    color: #66717e;
    font-size: 13px;
}

body.velox-product-redesign-preview .vpr-meta b {
    color: #4d5965;
    font-weight: 600;
}

body.velox-product-redesign-preview .vpr-stock {
    position: relative;
    padding-left: 18px;
    font-weight: 700;
}

body.velox-product-redesign-preview .vpr-stock::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    transform: translateY(-50%);
}

body.velox-product-redesign-preview .vpr-stock.is-in-stock {
    color: #21a33a;
}

body.velox-product-redesign-preview .vpr-stock.is-in-stock::before {
    background: #21c44b;
}

body.velox-product-redesign-preview .vpr-stock.is-out-of-stock {
    color: #d8292f;
}

body.velox-product-redesign-preview .vpr-stock.is-out-of-stock::before {
    background: #d8292f;
}

body.velox-product-redesign-preview .vpr-price {
    margin: 0 0 22px !important;
}

body.velox-product-redesign-preview .vpr-price .woocommerce-variation-price {
    display: flex;
    flex-wrap: wrap;
    gap: 14px 20px;
    align-items: center;
}

body.velox-product-redesign-preview .vpr-price .price,
body.velox-product-redesign-preview .vpr-price .price ins {
    color: #ff121b !important;
    font-family: "Oswald", Arial, sans-serif !important;
    font-size: 34px !important;
    font-weight: 700 !important;
    line-height: 1 !important;
    text-decoration: none !important;
}

body.velox-product-redesign-preview .vpr-price .price del {
    margin-left: 16px;
    color: #68717c !important;
    font-size: 20px !important;
    font-weight: 600 !important;
    opacity: 1 !important;
}

body.velox-product-redesign-preview .vpr-saving {
    display: inline-flex;
    min-height: 28px;
    align-items: center;
    justify-content: center;
    padding: 7px 12px;
    border-radius: 4px;
    background: #dff7e4;
    color: #29a947;
    font-size: 12px;
    font-weight: 800;
    line-height: 1.1;
}

body.velox-product-redesign-preview .vpr-cart .card-item-description__select > label,
body.velox-product-redesign-preview .vpr-cart .select > br,
body.velox-product-redesign-preview .vpr-cart .woocommerce-variation-price {
    display: none !important;
}

body.velox-product-redesign-preview .vpr-cart table.variations {
    display: block !important;
    width: 100% !important;
    margin: 0 0 18px !important;
    border: 0 !important;
}

body.velox-product-redesign-preview .vpr-cart table.variations tbody,
body.velox-product-redesign-preview .vpr-cart table.variations tr,
body.velox-product-redesign-preview .vpr-cart table.variations td {
    display: block !important;
    width: 100% !important;
    padding: 0 !important;
    border: 0 !important;
}

body.velox-product-redesign-preview .vpr-cart table.variations tr {
    margin-bottom: 18px !important;
}

body.velox-product-redesign-preview .vpr-cart table.variations .label label {
    display: block !important;
    margin: 0 0 8px !important;
    color: #25313c !important;
    font-size: 14px !important;
    font-weight: 800 !important;
    line-height: 1.25 !important;
}

body.velox-product-redesign-preview .vpr-cart .variable-items-wrapper {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 10px !important;
    margin: 0 !important;
    padding: 0 !important;
}

body.velox-product-redesign-preview .vpr-cart .button-variable-item {
    min-width: 64px !important;
    height: 36px !important;
    margin: 0 !important;
    border: 1px solid #cfd7e2 !important;
    border-radius: 4px !important;
    box-shadow: none !important;
    background: #fff !important;
    color: #42505d !important;
    font-size: 14px !important;
    font-weight: 700 !important;
}

body.velox-product-redesign-preview .vpr-cart .button-variable-item.selected,
body.velox-product-redesign-preview .vpr-cart .button-variable-item[aria-checked="true"] {
    border-color: #128cf0 !important;
    box-shadow: 0 0 0 1px #128cf0 !important;
    color: #128cf0 !important;
}

body.velox-product-redesign-preview .vpr-cart .color-variable-item {
    width: 30px !important;
    height: 30px !important;
    margin: 0 8px 0 0 !important;
    padding: 0 !important;
    border: 2px solid #fff !important;
    border-radius: 50% !important;
    box-shadow: 0 0 0 1px #ccd5df !important;
}

body.velox-product-redesign-preview .vpr-cart .color-variable-item.selected,
body.velox-product-redesign-preview .vpr-cart .color-variable-item[aria-checked="true"] {
    box-shadow: 0 0 0 2px #128cf0 !important;
}

body.velox-product-redesign-preview .vpr-cart .variable-item-span-color {
    width: 100% !important;
    height: 100% !important;
    border-radius: 50% !important;
}

body.velox-product-redesign-preview .vpr-cart .reset_variations {
    display: inline-flex !important;
    margin-top: 8px !important;
    color: #7c8792 !important;
    font-size: 12px !important;
    text-decoration: none !important;
}

body.velox-product-redesign-preview .vpr-cart .card-item-description__shop {
    display: grid !important;
    grid-template-columns: 120px minmax(0, 1fr);
    gap: 16px;
    align-items: stretch;
    margin: 0 0 16px !important;
}

body.velox-product-redesign-preview .vpr-cart .quantity-block {
    display: grid !important;
    grid-template-columns: 34px 1fr 34px;
    width: 120px !important;
    height: 52px !important;
    overflow: hidden;
    border: 1px solid #d9e0e8;
    border-radius: 5px;
    background: #fff;
}

body.velox-product-redesign-preview .vpr-cart .quantity-num {
    grid-column: 2;
    width: 100% !important;
    height: 100% !important;
    padding: 0 !important;
    border: 0 !important;
    color: #2b3743 !important;
    font-size: 18px !important;
    text-align: center !important;
    -moz-appearance: textfield;
}

body.velox-product-redesign-preview .vpr-cart .quantity-num::-webkit-outer-spin-button,
body.velox-product-redesign-preview .vpr-cart .quantity-num::-webkit-inner-spin-button {
    margin: 0;
    -webkit-appearance: none;
}

body.velox-product-redesign-preview .vpr-cart .quantity-arrows {
    display: contents !important;
}

body.velox-product-redesign-preview .vpr-cart .quantity-arrow {
    position: relative !important;
    display: flex !important;
    width: auto !important;
    height: 100% !important;
    align-items: center;
    justify-content: center;
    border: 0 !important;
    background: transparent !important;
    color: transparent !important;
    cursor: pointer;
}

body.velox-product-redesign-preview .vpr-cart .quantity-arrow-plus {
    grid-column: 3;
}

body.velox-product-redesign-preview .vpr-cart .quantity-arrow-minus {
    grid-column: 1;
    grid-row: 1;
}

body.velox-product-redesign-preview .vpr-cart .quantity-arrow::before {
    color: #52606e;
    font-size: 18px;
    font-weight: 600;
}

body.velox-product-redesign-preview .vpr-cart .quantity-arrow-plus::before {
    content: "+";
}

body.velox-product-redesign-preview .vpr-cart .quantity-arrow-minus::before {
    content: "-";
}

body.velox-product-redesign-preview .vpr-cart .cards-item-buttons {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) 52px;
    gap: 12px;
    min-width: 0;
}

body.velox-product-redesign-preview .vpr-cart .single_add_to_cart_button {
    display: inline-flex !important;
    width: 100% !important;
    min-height: 52px !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 10px;
    margin: 0 !important;
    border: 0 !important;
    border-radius: 5px !important;
    background: linear-gradient(180deg, #1dc24a 0%, #13a638 100%) !important;
    color: #fff !important;
    font-size: 18px !important;
    font-weight: 800 !important;
    line-height: 1 !important;
    text-decoration: none !important;
}

body.velox-product-redesign-preview .vpr-cart .single_add_to_cart_button::before {
    content: "";
    width: 22px;
    height: 22px;
    background: url("data:image/svg+xml,%3Csvg width='22' height='22' viewBox='0 0 22 22' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' stroke='%23fff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='8' cy='18' r='1.6'/%3E%3Ccircle cx='17' cy='18' r='1.6'/%3E%3Cpath d='M2 3h3l2.4 10.5h9.8L20 7H7'/%3E%3C/g%3E%3C/svg%3E") center / contain no-repeat;
}

body.velox-product-redesign-preview .vpr-cart .single_add_to_cart_button .icon {
    display: none !important;
}

body.velox-product-redesign-preview .vpr-cart .yith-wcwl-add-to-wishlist {
    display: flex !important;
    width: 52px !important;
    height: 52px !important;
    align-items: center;
    justify-content: center;
    margin: 0 !important;
    border: 1px solid #d9e0e8;
    border-radius: 8px;
    background: #fff;
}

body.velox-product-redesign-preview .vpr-one-click {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 176px;
    gap: 12px;
    margin: 0 0 22px;
}

body.velox-product-redesign-preview .vpr-one-click input[type="tel"] {
    width: 100% !important;
    height: 48px !important;
    padding: 0 18px !important;
    border: 1px solid #dce4ee !important;
    border-radius: 5px !important;
    color: #2a3540 !important;
    font-size: 16px !important;
}

body.velox-product-redesign-preview .vpr-one-click button {
    width: 100% !important;
    height: 48px !important;
    border: 0 !important;
    border-radius: 5px !important;
    background: #128cf0 !important;
    color: #fff !important;
    font-size: 15px !important;
    font-weight: 800 !important;
}

body.velox-product-redesign-preview .vpr-benefits {
    display: grid;
    gap: 18px;
    padding: 24px 22px;
    border-radius: 8px;
    background: #eef7ff;
}

body.velox-product-redesign-preview .vpr-benefit {
    display: grid;
    grid-template-columns: 42px minmax(0, 1fr);
    gap: 16px;
    align-items: start;
}

body.velox-product-redesign-preview .vpr-benefit__icon {
    width: 36px;
    height: 36px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

body.velox-product-redesign-preview .vpr-benefit--delivery .vpr-benefit__icon {
    background-image: url("data:image/svg+xml,%3Csvg width='36' height='36' viewBox='0 0 36 36' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' stroke='%23128cf0' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M4 10h18v16H4zM22 16h6l4 5v5H22z'/%3E%3Ccircle cx='11' cy='28' r='3'/%3E%3Ccircle cx='27' cy='28' r='3'/%3E%3C/g%3E%3C/svg%3E");
}

body.velox-product-redesign-preview .vpr-benefit--speed .vpr-benefit__icon {
    background-image: url("data:image/svg+xml,%3Csvg width='36' height='36' viewBox='0 0 36 36' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M20 2 8 20h9l-2 14 13-20h-9l1-12Z' fill='none' stroke='%23128cf0' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

body.velox-product-redesign-preview .vpr-benefit--shield .vpr-benefit__icon {
    background-image: url("data:image/svg+xml,%3Csvg width='36' height='36' viewBox='0 0 36 36' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' stroke='%23128cf0' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M18 3 7 8v9c0 8 4.8 13 11 16 6.2-3 11-8 11-16V8L18 3Z'/%3E%3Cpath d='m12 18 4 4 8-9'/%3E%3C/g%3E%3C/svg%3E");
}

body.velox-product-redesign-preview .vpr-benefit--return .vpr-benefit__icon {
    background-image: url("data:image/svg+xml,%3Csvg width='36' height='36' viewBox='0 0 36 36' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' stroke='%23128cf0' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M30 18a12 12 0 1 1-4-9'/%3E%3Cpath d='M30 6v9h-9'/%3E%3Cpath d='m13 18 4 4 8-9'/%3E%3C/g%3E%3C/svg%3E");
}

body.velox-product-redesign-preview .vpr-benefit strong {
    display: block;
    margin-bottom: 5px;
    color: #1b2733;
    font-size: 16px;
    font-weight: 800;
    line-height: 1.2;
}

body.velox-product-redesign-preview .vpr-benefit p {
    margin: 0;
    color: #4e5b67;
    font-size: 14px;
    line-height: 1.45;
}

body.velox-product-redesign-preview .vpr-specs {
    max-width: calc((100% - 30px) * .62);
    margin: 24px 0 22px;
    padding: 22px 24px 24px;
    border: 1px solid #e2e8ef;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 8px 24px rgba(20, 40, 60, .06);
}

body.velox-product-redesign-preview .vpr-specs h2,
body.velox-product-redesign-preview .vpr-section-header h2 {
    margin: 0 0 18px !important;
    color: #111820 !important;
    font-size: 22px !important;
    font-weight: 800 !important;
    line-height: 1.2 !important;
}

body.velox-product-redesign-preview .vpr-specs__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px 34px;
}

body.velox-product-redesign-preview .vpr-spec {
    display: grid;
    grid-template-columns: max-content minmax(72px, 1fr);
    gap: 10px;
    align-items: end;
    color: #4c5966;
    font-size: 14px;
    line-height: 1.3;
}

body.velox-product-redesign-preview .vpr-spec::after {
    content: "";
    grid-column: 1 / -1;
    grid-row: 1;
    align-self: end;
    border-bottom: 1px dotted #cfd7e2;
}

body.velox-product-redesign-preview .vpr-spec span,
body.velox-product-redesign-preview .vpr-spec b {
    position: relative;
    z-index: 1;
    background: #fff;
}

body.velox-product-redesign-preview .vpr-spec span {
    padding-right: 4px;
}

body.velox-product-redesign-preview .vpr-spec b {
    justify-self: end;
    padding-left: 4px;
    color: #2a3540;
    font-weight: 600;
    text-align: right;
}

body.velox-product-redesign-preview .vpr-tabs {
    max-width: calc((100% - 30px) * .62);
    margin: 0 0 26px;
}

body.velox-product-redesign-preview .vpr-tabs__nav {
    display: flex;
    gap: 26px;
    border-bottom: 1px solid #dbe3ec;
}

body.velox-product-redesign-preview .vpr-tabs__nav a {
    position: relative;
    display: inline-flex;
    padding: 0 0 12px;
    color: #1d2833;
    font-size: 15px;
    font-weight: 800;
    text-decoration: none !important;
}

body.velox-product-redesign-preview .vpr-tabs__nav a.is-active {
    color: #128cf0;
}

body.velox-product-redesign-preview .vpr-tabs__nav a.is-active::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: -1px;
    left: 0;
    height: 2px;
    background: #128cf0;
}

body.velox-product-redesign-preview .vpr-description {
    padding-top: 18px;
    color: #4b5865;
    font-size: 15px;
    line-height: 1.65;
}

body.velox-product-redesign-preview .vpr-description p {
    margin: 0 0 14px;
}

body.velox-product-redesign-preview .vpr-products {
    margin: 24px 0 0;
}

body.velox-product-redesign-preview .vpr-products__grid {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 24px;
}

body.velox-product-redesign-preview .vpr-product-card {
    position: relative;
    display: grid;
    min-height: 210px;
    padding: 16px 16px 14px;
    border: 1px solid #dfe6ee;
    border-radius: 8px;
    background: #fff;
}

body.velox-product-redesign-preview .vpr-product-card__image {
    display: flex;
    height: 116px;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
}

body.velox-product-redesign-preview .vpr-product-card__image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

body.velox-product-redesign-preview .vpr-product-card__title {
    display: -webkit-box;
    overflow: hidden;
    color: #384551 !important;
    font-size: 13px;
    line-height: 1.3;
    text-decoration: none !important;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

body.velox-product-redesign-preview .vpr-product-card__price {
    margin-top: 8px;
    color: #111820;
    font-size: 15px;
    font-weight: 800;
}

body.velox-product-redesign-preview .vpr-product-card__price del {
    margin-left: 6px;
    color: #8b95a1;
    font-size: 12px;
    font-weight: 600;
}

body.velox-product-redesign-preview .vpr-product-card__price ins {
    color: #111820;
    text-decoration: none;
}

@media (max-width: 1199px) {
    body.velox-product-redesign-preview .vpr-main {
        grid-template-columns: minmax(0, 1fr) minmax(340px, .85fr);
    }

    body.velox-product-redesign-preview .vpr-thumbs {
        gap: 14px;
    }

    body.velox-product-redesign-preview .vpr-products__grid {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
}

@media (max-width: 991px) {
    body.velox-product-redesign-preview .vpr-main {
        grid-template-columns: 1fr;
    }

    body.velox-product-redesign-preview .vpr-summary {
        padding-top: 0;
    }

    body.velox-product-redesign-preview .vpr-specs,
    body.velox-product-redesign-preview .vpr-tabs {
        max-width: none;
    }

    body.velox-product-redesign-preview .vpr-products__grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 767px) {
    body.velox-product-redesign-preview .card-item {
        padding-top: 14px !important;
    }

    body.velox-product-redesign-preview .vpr-main-image {
        min-height: 330px;
    }

    body.velox-product-redesign-preview .vpr-title {
        font-size: 28px !important;
    }

    body.velox-product-redesign-preview .vpr-thumbs {
        grid-template-columns: repeat(4, minmax(64px, 1fr));
        gap: 10px;
    }

    body.velox-product-redesign-preview .vpr-thumb {
        height: 68px;
    }

    body.velox-product-redesign-preview .vpr-cart .card-item-description__shop,
    body.velox-product-redesign-preview .vpr-one-click {
        grid-template-columns: 1fr;
    }

    body.velox-product-redesign-preview .vpr-cart .quantity-block {
        width: 100% !important;
    }

    body.velox-product-redesign-preview .vpr-cart .cards-item-buttons {
        grid-template-columns: minmax(0, 1fr) 52px;
    }

    body.velox-product-redesign-preview .vpr-specs__grid,
    body.velox-product-redesign-preview .vpr-products__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 480px) {
    body.velox-product-redesign-preview .vpr-main {
        gap: 20px;
    }

    body.velox-product-redesign-preview .vpr-main-image {
        min-height: 270px;
    }

    body.velox-product-redesign-preview .vpr-gallery-arrow {
        width: 38px;
        height: 38px;
    }

    body.velox-product-redesign-preview .vpr-thumbs {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    body.velox-product-redesign-preview .vpr-price .price,
    body.velox-product-redesign-preview .vpr-price .price ins {
        font-size: 30px !important;
    }

    body.velox-product-redesign-preview .vpr-benefits {
        padding: 18px 16px;
    }

    body.velox-product-redesign-preview .vpr-specs {
        padding: 18px 16px;
    }

    body.velox-product-redesign-preview .vpr-specs__grid,
    body.velox-product-redesign-preview .vpr-products__grid {
        grid-template-columns: 1fr;
    }
}

/* Preview hardening: keep the redesign isolated from old Woo/plugin styles. */
body.velox-product-redesign-preview .velox-product-redesign .vpr-main-image {
    padding: 0;
}

body.velox-product-redesign-preview .velox-product-redesign .vpr-main-image__button {
    display: flex;
    width: 100%;
    min-height: inherit;
    align-items: center;
    justify-content: center;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    cursor: zoom-in;
}

body.velox-product-redesign-preview .velox-product-redesign .vpr-main-image__button img {
    display: block;
    width: 100%;
    max-width: 590px;
    height: auto;
    max-height: 570px;
    object-fit: contain;
}

body.velox-product-redesign-preview .velox-product-redesign .vpr-lightbox[hidden] {
    display: none !important;
}

body.vpr-lightbox-open {
    overflow: hidden;
}

body.velox-product-redesign-preview .velox-product-redesign .vpr-lightbox {
    position: fixed;
    z-index: 99999;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 54px 78px;
    background: rgba(8, 18, 30, .84);
}

body.velox-product-redesign-preview .velox-product-redesign .vpr-lightbox img {
    display: block;
    width: auto;
    max-width: min(1100px, 100%);
    height: auto;
    max-height: calc(100vh - 120px);
    object-fit: contain;
}

body.velox-product-redesign-preview .velox-product-redesign .vpr-lightbox__close,
body.velox-product-redesign-preview .velox-product-redesign .vpr-lightbox__arrow {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 0;
    border-radius: 999px;
    background: #fff;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .22);
    cursor: pointer;
}

body.velox-product-redesign-preview .velox-product-redesign .vpr-lightbox__close {
    top: 24px;
    right: 24px;
    width: 44px;
    height: 44px;
}

body.velox-product-redesign-preview .velox-product-redesign .vpr-lightbox__close::before,
body.velox-product-redesign-preview .velox-product-redesign .vpr-lightbox__close::after {
    content: "";
    position: absolute;
    width: 18px;
    height: 2px;
    border-radius: 2px;
    background: #13202c;
}

body.velox-product-redesign-preview .velox-product-redesign .vpr-lightbox__close::before {
    transform: rotate(45deg);
}

body.velox-product-redesign-preview .velox-product-redesign .vpr-lightbox__close::after {
    transform: rotate(-45deg);
}

body.velox-product-redesign-preview .velox-product-redesign .vpr-lightbox__arrow {
    top: 50%;
    width: 52px;
    height: 52px;
    transform: translateY(-50%);
}

body.velox-product-redesign-preview .velox-product-redesign .vpr-lightbox__arrow--prev {
    left: 22px;
}

body.velox-product-redesign-preview .velox-product-redesign .vpr-lightbox__arrow--next {
    right: 22px;
}

body.velox-product-redesign-preview .velox-product-redesign .vpr-lightbox__arrow::before {
    content: "";
    width: 11px;
    height: 11px;
    border-top: 2px solid #142231;
    border-right: 2px solid #142231;
}

body.velox-product-redesign-preview .velox-product-redesign .vpr-lightbox__arrow--prev::before {
    transform: rotate(-135deg);
}

body.velox-product-redesign-preview .velox-product-redesign .vpr-lightbox__arrow--next::before {
    transform: rotate(45deg);
}

body.velox-product-redesign-preview .velox-product-redesign .vpr-price .woocommerce-variation-price {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 12px 24px;
}

body.velox-product-redesign-preview .velox-product-redesign .vpr-price .price {
    display: inline-flex !important;
    flex-wrap: wrap;
    align-items: baseline;
    gap: 0 22px;
    margin: 0 !important;
}

body.velox-product-redesign-preview .velox-product-redesign .vpr-price .price ins,
body.velox-product-redesign-preview .velox-product-redesign .vpr-price .price > .amount,
body.velox-product-redesign-preview .velox-product-redesign .vpr-price .price > bdi {
    order: 1;
    color: #f11818 !important;
    text-decoration: none !important;
}

body.velox-product-redesign-preview .velox-product-redesign .vpr-price .price del {
    order: 2;
    margin-left: 0 !important;
    color: #7c8793 !important;
    font-size: 20px !important;
    font-weight: 700 !important;
    text-decoration-thickness: 1px;
}

body.velox-product-redesign-preview .velox-product-redesign .vpr-saving {
    display: inline-flex;
    align-items: center;
    min-height: 28px;
    padding: 6px 14px;
    border-radius: 6px;
    background: #d7f9d9;
    color: #1b9a32;
    font-size: 12px;
    font-weight: 800;
    line-height: 1;
}

body.velox-product-redesign-preview .velox-product-redesign .vpr-saving.is-empty {
    display: none !important;
}

body.velox-product-redesign-preview .velox-product-redesign .vpr-cart form.cart,
body.velox-product-redesign-preview .velox-product-redesign .vpr-cart .variations_form,
body.velox-product-redesign-preview .velox-product-redesign .vpr-cart .card-item-description__select {
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
}

body.velox-product-redesign-preview .velox-product-redesign .vpr-cart .card-item-description__select {
    display: block !important;
}

body.velox-product-redesign-preview .velox-product-redesign .vpr-cart table.variations,
body.velox-product-redesign-preview .velox-product-redesign .vpr-cart table.variations tbody,
body.velox-product-redesign-preview .velox-product-redesign .vpr-cart table.variations tr,
body.velox-product-redesign-preview .velox-product-redesign .vpr-cart table.variations td,
body.velox-product-redesign-preview .velox-product-redesign .vpr-cart table.variations th {
    display: block !important;
    width: auto !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    background: transparent !important;
}

body.velox-product-redesign-preview .velox-product-redesign .vpr-cart table.variations tr {
    margin: 0 0 18px !important;
}

body.velox-product-redesign-preview .velox-product-redesign .vpr-cart .label,
body.velox-product-redesign-preview .velox-product-redesign .vpr-cart .label label {
    display: block !important;
    margin: 0 0 10px !important;
    padding: 0 !important;
    background: transparent !important;
    color: #13202c !important;
    font-size: 13px !important;
    font-weight: 800 !important;
    line-height: 1.2 !important;
    text-align: left !important;
    white-space: normal !important;
}

body.velox-product-redesign-preview .velox-product-redesign .vpr-cart .variable-items-wrapper {
    display: flex !important;
    flex-wrap: wrap;
    gap: 12px;
    margin: 0 !important;
    padding: 0 !important;
    background: transparent !important;
}

body.velox-product-redesign-preview .velox-product-redesign .vpr-cart .variable-item {
    margin: 0 !important;
    box-shadow: none !important;
}

body.velox-product-redesign-preview .velox-product-redesign .vpr-cart .button-variable-item {
    min-width: 68px !important;
    height: 42px !important;
    border: 1px solid #cbd6e2 !important;
    border-radius: 5px !important;
    background: #fff !important;
    color: #344150 !important;
    font-weight: 800 !important;
}

body.velox-product-redesign-preview .velox-product-redesign .vpr-cart .button-variable-item.selected {
    border-color: #128cf0 !important;
    color: #128cf0 !important;
    box-shadow: 0 0 0 1px #128cf0 !important;
}

body.velox-product-redesign-preview .velox-product-redesign .vpr-cart .color-variable-item {
    width: 28px !important;
    height: 28px !important;
    min-width: 28px !important;
    padding: 2px !important;
    border: 1px solid #d5dee8 !important;
    border-radius: 50% !important;
    background: #fff !important;
}

body.velox-product-redesign-preview .velox-product-redesign .vpr-cart .color-variable-item.selected {
    border-color: #128cf0 !important;
    box-shadow: 0 0 0 2px rgba(18, 140, 240, .18) !important;
}

body.velox-product-redesign-preview .velox-product-redesign .vpr-cart .color-variable-item-span {
    width: 100% !important;
    height: 100% !important;
    border-radius: 50% !important;
}

body.velox-product-redesign-preview .velox-product-redesign .vpr-spec a {
    color: inherit !important;
    font-weight: 900;
    text-decoration: none !important;
}

body.velox-product-redesign-preview .velox-product-redesign .vpr-spec a:hover {
    color: #128cf0 !important;
}

body.velox-product-redesign-preview .velox-product-redesign .vpr-tabs {
    max-width: none;
}

body.velox-product-redesign-preview .velox-product-redesign .vpr-description {
    max-width: 850px;
    padding: 18px 0 0;
    color: #364554;
    font-size: 15px;
    line-height: 1.7;
}

body.velox-product-redesign-preview .velox-product-redesign .vpr-description table,
body.velox-product-redesign-preview .velox-product-redesign .vpr-description tbody,
body.velox-product-redesign-preview .velox-product-redesign .vpr-description tr {
    display: none !important;
}

body.velox-product-redesign-preview .velox-product-redesign .vpr-description p,
body.velox-product-redesign-preview .velox-product-redesign .vpr-description ul,
body.velox-product-redesign-preview .velox-product-redesign .vpr-description ol {
    margin: 0 0 12px !important;
}

body.velox-product-redesign-preview .velox-product-redesign .vpr-description ul,
body.velox-product-redesign-preview .velox-product-redesign .vpr-description ol {
    padding-left: 20px !important;
}

body.velox-product-redesign-preview .velox-product-redesign .vpr-products {
    margin: 28px 0 0;
    position: relative;
}

body.velox-product-redesign-preview .velox-product-redesign .vpr-products__wrap {
    position: relative;
}

body.velox-product-redesign-preview .velox-product-redesign .vpr-products__grid {
    display: flex !important;
    grid-template-columns: none !important;
    gap: 24px;
    overflow-x: auto;
    overflow-y: visible;
    padding: 0 0 10px;
    scroll-behavior: smooth;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
}

body.velox-product-redesign-preview .velox-product-redesign .vpr-products__grid::-webkit-scrollbar {
    display: none;
}

body.velox-product-redesign-preview .velox-product-redesign .vpr-product-card {
    position: relative;
    flex: 0 0 calc((100% - 96px) / 5);
    min-width: 0;
    min-height: 214px;
    display: grid;
    grid-template-rows: 112px minmax(34px, auto) auto;
    gap: 10px;
    padding: 14px 14px 12px;
    border: 1px solid #dfe7f0;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 8px 24px rgba(33, 48, 65, .07);
    scroll-snap-align: start;
}

body.velox-product-redesign-preview .velox-product-redesign .vpr-product-card__sale {
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 2;
    padding: 4px 8px;
    border-radius: 4px;
    background: #fb1d1d;
    color: #fff;
    font-size: 13px;
    font-weight: 900;
    line-height: 1;
}

body.velox-product-redesign-preview .velox-product-redesign .vpr-product-card__heart {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 2;
    width: 24px;
    height: 24px;
    text-decoration: none !important;
}

body.velox-product-redesign-preview .velox-product-redesign .vpr-product-card__heart::before,
body.velox-product-redesign-preview .velox-product-redesign .vpr-product-card__heart::after {
    content: "";
    position: absolute;
    top: 7px;
    width: 10px;
    height: 14px;
    border: 2px solid #8d9aa8;
    border-bottom: 0;
    border-radius: 10px 10px 0 0;
    background: #fff;
}

body.velox-product-redesign-preview .velox-product-redesign .vpr-product-card__heart::before {
    left: 5px;
    transform: rotate(-45deg);
    transform-origin: 0 100%;
}

body.velox-product-redesign-preview .velox-product-redesign .vpr-product-card__heart::after {
    right: 4px;
    transform: rotate(45deg);
    transform-origin: 100% 100%;
}

body.velox-product-redesign-preview .velox-product-redesign .vpr-product-card__image {
    display: flex;
    height: 112px;
    align-items: center;
    justify-content: center;
    margin: 0;
    padding: 0 8px;
}

body.velox-product-redesign-preview .velox-product-redesign .vpr-product-card__image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

body.velox-product-redesign-preview .velox-product-redesign .vpr-product-card__title {
    display: -webkit-box;
    overflow: hidden;
    color: #253341 !important;
    font-size: 13px;
    line-height: 1.3;
    text-decoration: none !important;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

body.velox-product-redesign-preview .velox-product-redesign .vpr-product-card__bottom {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 10px;
    align-items: end;
}

body.velox-product-redesign-preview .velox-product-redesign .vpr-product-card__price {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    gap: 4px 8px;
    margin: 0;
    color: #07111d;
    font-size: 15px;
    font-weight: 900;
    line-height: 1.15;
}

body.velox-product-redesign-preview .velox-product-redesign .vpr-product-card__price ins {
    color: #07111d;
    text-decoration: none !important;
}

body.velox-product-redesign-preview .velox-product-redesign .vpr-product-card__price del {
    color: #8d98a5;
    font-size: 12px;
    font-weight: 700;
}

body.velox-product-redesign-preview .velox-product-redesign .vpr-product-card__button {
    display: inline-flex;
    min-width: 72px;
    height: 26px;
    align-items: center;
    justify-content: center;
    padding: 0 10px;
    border-radius: 4px;
    background: #087fe8;
    color: #fff !important;
    font-size: 12px;
    font-weight: 900;
    line-height: 1;
    text-decoration: none !important;
}

body.velox-product-redesign-preview .velox-product-redesign .vpr-row-arrow {
    position: absolute;
    z-index: 4;
    top: 50%;
    display: flex;
    width: 44px;
    height: 44px;
    align-items: center;
    justify-content: center;
    border: 1px solid #d7e4f1;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 8px 22px rgba(30, 52, 74, .13);
    transform: translateY(-50%);
    cursor: pointer;
}

body.velox-product-redesign-preview .velox-product-redesign .vpr-row-arrow--prev {
    left: -24px;
}

body.velox-product-redesign-preview .velox-product-redesign .vpr-row-arrow--next {
    right: -24px;
}

body.velox-product-redesign-preview .velox-product-redesign .vpr-row-arrow::before {
    content: "";
    width: 10px;
    height: 10px;
    border-top: 2px solid #128cf0;
    border-right: 2px solid #128cf0;
}

body.velox-product-redesign-preview .velox-product-redesign .vpr-row-arrow--prev::before {
    transform: rotate(-135deg);
}

body.velox-product-redesign-preview .velox-product-redesign .vpr-row-arrow--next::before {
    transform: rotate(45deg);
}

@media (max-width: 1199px) {
    body.velox-product-redesign-preview .velox-product-redesign .vpr-product-card {
        flex-basis: calc((100% - 72px) / 4);
    }
}

@media (max-width: 991px) {
    body.velox-product-redesign-preview .velox-product-redesign .vpr-product-card {
        flex-basis: calc((100% - 48px) / 3);
    }
}

@media (max-width: 767px) {
    body.velox-product-redesign-preview .velox-product-redesign .vpr-main-image__button {
        min-height: inherit;
    }

    body.velox-product-redesign-preview .velox-product-redesign .vpr-lightbox {
        padding: 48px 18px;
    }

    body.velox-product-redesign-preview .velox-product-redesign .vpr-lightbox__arrow {
        width: 42px;
        height: 42px;
    }

    body.velox-product-redesign-preview .velox-product-redesign .vpr-lightbox__arrow--prev {
        left: 10px;
    }

    body.velox-product-redesign-preview .velox-product-redesign .vpr-lightbox__arrow--next {
        right: 10px;
    }

    body.velox-product-redesign-preview .velox-product-redesign .vpr-price .woocommerce-variation-price {
        gap: 10px;
    }

    body.velox-product-redesign-preview .velox-product-redesign .vpr-price .price {
        gap: 0 14px;
    }

    body.velox-product-redesign-preview .velox-product-redesign .vpr-saving {
        min-height: 26px;
        padding: 5px 10px;
        font-size: 11px;
    }

    body.velox-product-redesign-preview .velox-product-redesign .vpr-cart .button-variable-item {
        min-width: 58px !important;
    }

    body.velox-product-redesign-preview .velox-product-redesign .vpr-cart .card-item-description__shop {
        display: grid !important;
        grid-template-columns: 1fr !important;
        gap: 12px !important;
        padding: 0 !important;
        background: transparent !important;
    }

    body.velox-product-redesign-preview .velox-product-redesign .vpr-cart .quantity-block {
        max-width: 220px;
        margin: 0 auto !important;
    }

    body.velox-product-redesign-preview .velox-product-redesign .vpr-cart .cards-item-buttons {
        width: 100%;
        grid-template-columns: minmax(0, 1fr) 52px !important;
    }

    body.velox-product-redesign-preview .velox-product-redesign .vpr-product-card {
        flex-basis: calc((100% - 18px) / 2);
        min-width: 190px;
    }

    body.velox-product-redesign-preview .velox-product-redesign .vpr-row-arrow {
        display: none;
    }
}

@media (max-width: 480px) {
    body.velox-product-redesign-preview .velox-product-redesign .vpr-product-card {
        flex-basis: 78%;
    }
}

/* Product preview refinement pass. */
body.velox-product-redesign-preview .card-item {
    padding-top: 0 !important;
}

body.velox-product-redesign-preview .card-item > .container > .breadcrumbs {
    display: none !important;
}

body.velox-product-redesign-preview .velox-product-redesign {
    position: relative;
}

body.velox-product-redesign-preview .velox-product-redesign .vpr-breadcrumbs {
    margin: 14px 0 22px;
    color: #8b96a3;
    font-size: 14px;
    line-height: 1.2;
}

body.velox-product-redesign-preview .velox-product-redesign .vpr-breadcrumbs ol {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 18px;
    align-items: center;
    margin: 0;
    padding: 0;
    list-style: none;
}

body.velox-product-redesign-preview .velox-product-redesign .vpr-breadcrumbs li {
    display: inline-flex;
    align-items: center;
    gap: 18px;
    min-width: 0;
}

body.velox-product-redesign-preview .velox-product-redesign .vpr-breadcrumbs li:not(:last-child)::after {
    content: "";
    width: 7px;
    height: 7px;
    border-top: 2px solid #303a45;
    border-right: 2px solid #303a45;
    opacity: .8;
    transform: rotate(45deg);
}

body.velox-product-redesign-preview .velox-product-redesign .vpr-breadcrumbs a,
body.velox-product-redesign-preview .velox-product-redesign .vpr-breadcrumbs span {
    display: inline-flex;
    max-width: 270px;
    align-items: center;
    overflow: hidden;
    color: #8b96a3 !important;
    text-decoration: none !important;
    text-overflow: ellipsis;
    white-space: nowrap;
}

body.velox-product-redesign-preview .velox-product-redesign .vpr-breadcrumbs a:hover {
    color: #128cf0 !important;
}

body.velox-product-redesign-preview .velox-product-redesign .vpr-breadcrumbs .is-home {
    width: 20px;
    height: 20px;
    justify-content: center;
    color: #0d1824 !important;
}

body.velox-product-redesign-preview .velox-product-redesign .vpr-breadcrumbs .is-home span {
    display: block;
    width: 18px;
    height: 18px;
    background: url("/wp-content/themes/velox/images/home.svg") no-repeat center / contain;
}

body.velox-product-redesign-preview .velox-product-redesign .vpr-main {
    grid-template-columns: minmax(0, 1fr) minmax(390px, 440px);
    gap: 34px;
}

body.velox-product-redesign-preview .velox-product-redesign .vpr-gallery {
    align-self: start;
}

body.velox-product-redesign-preview .velox-product-redesign .vpr-sale-badge {
    top: 12px;
    left: 12px;
    min-width: 52px;
    height: 34px;
    padding: 0 10px;
    border-radius: 6px;
    background: linear-gradient(180deg, #ff3340 0%, #f01422 100%);
    box-shadow: 0 10px 22px rgba(240, 20, 34, .2);
    font-family: "Roboto", Arial, sans-serif;
    font-size: 15px;
    font-weight: 900;
}

body.velox-product-redesign-preview .velox-product-redesign .vpr-main-image {
    height: 440px;
    min-height: 440px;
    border-radius: 10px;
}

body.velox-product-redesign-preview .velox-product-redesign .vpr-main-image__button {
    height: 440px;
    min-height: 0;
    transition: opacity .18s ease;
}

body.velox-product-redesign-preview .velox-product-redesign .vpr-gallery.is-image-changing .vpr-main-image__button {
    opacity: .35;
}

body.velox-product-redesign-preview .velox-product-redesign .vpr-main-image__button img,
body.velox-product-redesign-preview .velox-product-redesign .vpr-main-image__img {
    width: auto !important;
    max-width: min(620px, 92%) !important;
    height: auto !important;
    max-height: 420px !important;
    object-fit: contain !important;
}

body.velox-product-redesign-preview .velox-product-redesign .vpr-gallery-arrow {
    top: 220px;
    width: 42px;
    height: 42px;
    background: #f1f5f9;
    box-shadow: none;
}

body.velox-product-redesign-preview .velox-product-redesign .vpr-gallery-arrow--prev {
    left: 10px;
}

body.velox-product-redesign-preview .velox-product-redesign .vpr-gallery-arrow--next {
    right: 10px;
}

body.velox-product-redesign-preview .velox-product-redesign .vpr-thumbs {
    grid-template-columns: repeat(5, minmax(86px, 1fr));
    gap: 16px;
    margin-top: 16px;
}

body.velox-product-redesign-preview .velox-product-redesign .vpr-thumb {
    height: 70px;
    border-radius: 7px;
    transition: border-color .15s ease, box-shadow .15s ease, transform .15s ease;
}

body.velox-product-redesign-preview .velox-product-redesign .vpr-thumb:hover {
    transform: translateY(-1px);
}

body.velox-product-redesign-preview .velox-product-redesign .vpr-summary {
    padding-top: 12px;
}

body.velox-product-redesign-preview .velox-product-redesign .vpr-title {
    margin-bottom: 10px !important;
    font-size: 30px !important;
    line-height: 1.12 !important;
}

body.velox-product-redesign-preview .velox-product-redesign .vpr-meta {
    gap: 12px 22px;
    margin-bottom: 12px;
    font-size: 13px;
}

body.velox-product-redesign-preview .velox-product-redesign .vpr-price {
    margin-bottom: 16px !important;
}

body.velox-product-redesign-preview .velox-product-redesign .vpr-price .price,
body.velox-product-redesign-preview .velox-product-redesign .vpr-price .price ins {
    font-size: 32px !important;
}

body.velox-product-redesign-preview .velox-product-redesign .vpr-price .price del {
    font-size: 18px !important;
}

body.velox-product-redesign-preview .velox-product-redesign .vpr-saving {
    min-height: 26px;
    padding: 6px 12px;
    border-radius: 6px;
    font-size: 12px;
}

body.velox-product-redesign-preview .velox-product-redesign .vpr-cart table.variations tr {
    margin-bottom: 14px !important;
}

body.velox-product-redesign-preview .velox-product-redesign .vpr-cart table.variations .label,
body.velox-product-redesign-preview .velox-product-redesign .vpr-cart table.variations .label label,
body.velox-product-redesign-preview .velox-product-redesign .vpr-cart .label,
body.velox-product-redesign-preview .velox-product-redesign .vpr-cart .label label {
    width: 100% !important;
    max-width: none !important;
    margin-bottom: 8px !important;
    font-size: 13px !important;
    line-height: 1.15 !important;
    white-space: nowrap !important;
}

body.velox-product-redesign-preview .velox-product-redesign .vpr-cart .variable-items-wrapper {
    gap: 10px !important;
}

body.velox-product-redesign-preview .velox-product-redesign .vpr-cart .button-variable-item {
    min-width: 54px !important;
    width: auto !important;
    height: 38px !important;
    padding: 0 14px !important;
    border-radius: 6px !important;
    font-size: 14px !important;
}

body.velox-product-redesign-preview .velox-product-redesign .vpr-cart .color-variable-item {
    width: 32px !important;
    height: 32px !important;
    min-width: 32px !important;
    padding: 2px !important;
}

body.velox-product-redesign-preview .velox-product-redesign .vpr-cart .reset_variations {
    margin-top: 6px !important;
}

body.velox-product-redesign-preview .velox-product-redesign .vpr-cart .card-item-description__shop {
    display: grid !important;
    grid-template-columns: 108px minmax(0, 1fr);
    gap: 12px;
    align-items: center;
    margin: 16px 0 12px !important;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
}

body.velox-product-redesign-preview .velox-product-redesign .vpr-cart .quantity-block {
    width: 108px !important;
    height: 46px !important;
    grid-template-columns: 30px 1fr 30px;
    border-radius: 6px;
}

body.velox-product-redesign-preview .velox-product-redesign .vpr-cart .quantity-num {
    font-size: 17px !important;
}

body.velox-product-redesign-preview .velox-product-redesign .vpr-cart .cards-item-buttons {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) 50px;
    gap: 10px;
    min-width: 0;
}

body.velox-product-redesign-preview .velox-product-redesign .vpr-cart .single_add_to_cart_button {
    height: 46px !important;
    min-height: 46px !important;
    border-radius: 6px !important;
    font-size: 18px !important;
    box-shadow: 0 8px 18px rgba(21, 178, 67, .18) !important;
}

body.velox-product-redesign-preview .velox-product-redesign .vpr-cart .single_add_to_cart_button::before {
    width: 20px;
    height: 20px;
}

body.velox-product-redesign-preview .velox-product-redesign .vpr-cart .yith-wcwl-add-to-wishlist {
    width: 50px !important;
    height: 46px !important;
    min-height: 46px !important;
    border-radius: 6px !important;
    box-shadow: none !important;
}

body.velox-product-redesign-preview .velox-product-redesign .vpr-one-click {
    grid-template-columns: minmax(0, 1fr) 160px;
    gap: 10px;
    margin-bottom: 16px;
}

body.velox-product-redesign-preview .velox-product-redesign .vpr-one-click input[type="tel"],
body.velox-product-redesign-preview .velox-product-redesign .vpr-one-click button {
    height: 44px;
    border-radius: 6px;
}

body.velox-product-redesign-preview .velox-product-redesign .vpr-benefits {
    gap: 14px;
    padding: 18px 20px;
    border-radius: 8px;
}

body.velox-product-redesign-preview .velox-product-redesign .vpr-benefit {
    grid-template-columns: 38px minmax(0, 1fr);
    gap: 12px;
}

body.velox-product-redesign-preview .velox-product-redesign .vpr-benefit__icon {
    width: 34px;
    height: 34px;
    background-size: 28px 28px;
}

body.velox-product-redesign-preview .velox-product-redesign .vpr-benefit strong {
    margin-bottom: 3px;
    font-size: 15px;
}

body.velox-product-redesign-preview .velox-product-redesign .vpr-benefit p {
    font-size: 13px;
    line-height: 1.35;
}

body.velox-product-redesign-preview .velox-product-redesign .vpr-gallery .vpr-specs {
    max-width: none;
    margin: 22px 0 0;
    padding: 22px 24px;
}

body.velox-product-redesign-preview .velox-product-redesign .vpr-specs__grid {
    gap: 0 34px;
}

body.velox-product-redesign-preview .velox-product-redesign .vpr-tabs {
    margin-top: 28px;
}

body.velox-product-redesign-preview .velox-product-redesign .vpr-description {
    max-width: 980px;
    padding-top: 20px;
    color: #263746;
    font-size: 16px;
    line-height: 1.68;
}

body.velox-product-redesign-preview .velox-product-redesign .vpr-description h2,
body.velox-product-redesign-preview .velox-product-redesign .vpr-description h3,
body.velox-product-redesign-preview .velox-product-redesign .vpr-description h4 {
    margin: 24px 0 12px !important;
    color: #101b26 !important;
    font-family: "Oswald", Arial, sans-serif !important;
    font-weight: 800 !important;
    line-height: 1.2 !important;
}

body.velox-product-redesign-preview .velox-product-redesign .vpr-description p {
    margin: 0 0 14px !important;
}

body.velox-product-redesign-preview .velox-product-redesign .vpr-description strong {
    color: #101b26;
    font-weight: 800;
}

body.velox-product-redesign-preview .velox-product-redesign .vpr-description ul {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px 26px;
    margin: 14px 0 18px !important;
    padding: 0 !important;
    list-style: none !important;
}

body.velox-product-redesign-preview .velox-product-redesign .vpr-description ul li {
    position: relative;
    padding-left: 18px;
}

body.velox-product-redesign-preview .velox-product-redesign .vpr-description ul li::before {
    content: "";
    position: absolute;
    top: .72em;
    left: 0;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #128cf0;
}

body.velox-product-redesign-preview .velox-product-redesign .vpr-description ol {
    margin: 14px 0 18px !important;
    padding-left: 24px !important;
}

body.velox-product-redesign-preview .velox-product-redesign .vpr-description li {
    margin: 0 !important;
}

body.velox-product-redesign-preview .velox-product-redesign .vpr-description table {
    display: table !important;
    width: 100% !important;
    margin: 18px 0 22px !important;
    overflow: hidden;
    border: 1px solid #dfe7f0 !important;
    border-collapse: separate !important;
    border-spacing: 0 !important;
    border-radius: 8px;
    background: #fff !important;
    font-size: 14px;
    line-height: 1.35;
}

body.velox-product-redesign-preview .velox-product-redesign .vpr-description tbody {
    display: table-row-group !important;
}

body.velox-product-redesign-preview .velox-product-redesign .vpr-description tr {
    display: table-row !important;
}

body.velox-product-redesign-preview .velox-product-redesign .vpr-description th,
body.velox-product-redesign-preview .velox-product-redesign .vpr-description td {
    display: table-cell !important;
    padding: 11px 14px !important;
    border: 0 !important;
    border-bottom: 1px solid #e7edf4 !important;
    background: transparent !important;
    color: #263746 !important;
    vertical-align: top;
}

body.velox-product-redesign-preview .velox-product-redesign .vpr-description tr:nth-child(odd) {
    background: #f7f9fb !important;
}

body.velox-product-redesign-preview .velox-product-redesign .vpr-description tr:last-child td,
body.velox-product-redesign-preview .velox-product-redesign .vpr-description tr:last-child th {
    border-bottom: 0 !important;
}

body.velox-product-redesign-preview .velox-product-redesign .vpr-description td:first-child,
body.velox-product-redesign-preview .velox-product-redesign .vpr-description th:first-child {
    width: 38%;
    color: #101b26 !important;
    font-weight: 800;
}

body.velox-product-redesign-preview .velox-product-redesign .vpr-products__wrap .vpr-row-arrow {
    display: none;
}

body.velox-product-redesign-preview .velox-product-redesign .vpr-products__wrap.is-scrollable .vpr-row-arrow {
    display: flex;
}

@media (max-width: 1199px) {
    body.velox-product-redesign-preview .velox-product-redesign .vpr-main {
        grid-template-columns: minmax(0, 1fr) minmax(360px, 410px);
        gap: 26px;
    }
}

@media (max-width: 991px) {
    body.velox-product-redesign-preview .velox-product-redesign .vpr-main {
        grid-template-columns: 1fr;
    }

    body.velox-product-redesign-preview .velox-product-redesign .vpr-summary {
        padding-top: 0;
    }

    body.velox-product-redesign-preview .velox-product-redesign .vpr-gallery .vpr-specs {
        margin-top: 18px;
    }
}

@media (max-width: 767px) {
    body.velox-product-redesign-preview .velox-product-redesign .vpr-breadcrumbs {
        margin: 10px 0 16px;
        font-size: 13px;
    }

    body.velox-product-redesign-preview .velox-product-redesign .vpr-breadcrumbs ol {
        gap: 8px 12px;
    }

    body.velox-product-redesign-preview .velox-product-redesign .vpr-breadcrumbs li {
        gap: 12px;
    }

    body.velox-product-redesign-preview .velox-product-redesign .vpr-breadcrumbs a,
    body.velox-product-redesign-preview .velox-product-redesign .vpr-breadcrumbs span {
        max-width: 190px;
    }

    body.velox-product-redesign-preview .velox-product-redesign .vpr-main-image,
    body.velox-product-redesign-preview .velox-product-redesign .vpr-main-image__button {
        height: 330px;
        min-height: 330px;
    }

    body.velox-product-redesign-preview .velox-product-redesign .vpr-main-image__button img,
    body.velox-product-redesign-preview .velox-product-redesign .vpr-main-image__img {
        max-height: 310px !important;
    }

    body.velox-product-redesign-preview .velox-product-redesign .vpr-gallery-arrow {
        top: 165px;
    }

    body.velox-product-redesign-preview .velox-product-redesign .vpr-thumbs {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }

    body.velox-product-redesign-preview .velox-product-redesign .vpr-title {
        font-size: 26px !important;
    }

    body.velox-product-redesign-preview .velox-product-redesign .vpr-price .price,
    body.velox-product-redesign-preview .velox-product-redesign .vpr-price .price ins {
        font-size: 28px !important;
    }

    body.velox-product-redesign-preview .velox-product-redesign .vpr-cart .card-item-description__shop {
        grid-template-columns: 1fr !important;
        gap: 10px;
        margin-top: 14px !important;
    }

    body.velox-product-redesign-preview .velox-product-redesign .vpr-cart .quantity-block {
        width: 100% !important;
        max-width: none;
    }

    body.velox-product-redesign-preview .velox-product-redesign .vpr-one-click {
        grid-template-columns: 1fr;
    }

    body.velox-product-redesign-preview .velox-product-redesign .vpr-description {
        max-width: none;
        font-size: 15px;
    }

    body.velox-product-redesign-preview .velox-product-redesign .vpr-description ul {
        grid-template-columns: 1fr;
    }

    body.velox-product-redesign-preview .velox-product-redesign .vpr-products__wrap.is-scrollable .vpr-row-arrow {
        display: none;
    }
}

@media (max-width: 480px) {
    body.velox-product-redesign-preview .velox-product-redesign .vpr-main-image,
    body.velox-product-redesign-preview .velox-product-redesign .vpr-main-image__button {
        height: 285px;
        min-height: 285px;
    }

    body.velox-product-redesign-preview .velox-product-redesign .vpr-main-image__button img,
    body.velox-product-redesign-preview .velox-product-redesign .vpr-main-image__img {
        max-height: 265px !important;
    }

    body.velox-product-redesign-preview .velox-product-redesign .vpr-gallery-arrow {
        top: 142px;
    }

    body.velox-product-redesign-preview .velox-product-redesign .vpr-thumbs {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    body.velox-product-redesign-preview .velox-product-redesign .vpr-cart .cards-item-buttons {
        grid-template-columns: minmax(0, 1fr) 48px !important;
    }

    body.velox-product-redesign-preview .velox-product-redesign .vpr-cart .single_add_to_cart_button,
    body.velox-product-redesign-preview .velox-product-redesign .vpr-cart .yith-wcwl-add-to-wishlist {
        height: 46px !important;
    }
}

/* Product preview final compact layout. */
body.velox-product-redesign-preview .velox-product-redesign .vpr-breadcrumbs {
    width: 100%;
    margin: 12px 0 20px;
    overflow: hidden;
}

body.velox-product-redesign-preview .velox-product-redesign .vpr-breadcrumbs ol {
    display: flex;
    flex-wrap: nowrap;
    gap: 0;
    align-items: center;
    overflow: hidden;
    white-space: nowrap;
}

body.velox-product-redesign-preview .velox-product-redesign .vpr-breadcrumbs li {
    flex: 0 1 auto;
    gap: 12px;
    min-width: 0;
}

body.velox-product-redesign-preview .velox-product-redesign .vpr-breadcrumbs li:not(:first-child) {
    margin-left: 12px;
}

body.velox-product-redesign-preview .velox-product-redesign .vpr-breadcrumbs li:last-child {
    flex: 1 1 auto;
}

body.velox-product-redesign-preview .velox-product-redesign .vpr-breadcrumbs a,
body.velox-product-redesign-preview .velox-product-redesign .vpr-breadcrumbs span {
    max-width: 210px;
}

body.velox-product-redesign-preview .velox-product-redesign .vpr-breadcrumbs li:last-child span {
    max-width: 100%;
}

body.velox-product-redesign-preview .velox-product-redesign .vpr-main {
    display: grid;
    grid-template-columns: minmax(0, 680px) minmax(370px, 410px);
    grid-template-areas:
        "gallery summary"
        "specs summary";
    gap: 18px 30px;
    justify-content: center;
    align-items: start;
}

body.velox-product-redesign-preview .velox-product-redesign .vpr-gallery {
    grid-area: gallery;
    width: 100%;
}

body.velox-product-redesign-preview .velox-product-redesign .vpr-summary {
    grid-area: summary;
    width: 100%;
    max-width: 410px;
    padding-top: 8px;
}

body.velox-product-redesign-preview .velox-product-redesign .vpr-main > .vpr-specs {
    grid-area: specs;
    width: 100%;
    max-width: none;
    margin: 0;
    padding: 20px 22px;
}

body.velox-product-redesign-preview .velox-product-redesign .vpr-main-image,
body.velox-product-redesign-preview .velox-product-redesign .vpr-main-image__button {
    height: 380px;
    min-height: 380px;
}

body.velox-product-redesign-preview .velox-product-redesign .vpr-main-image__button img,
body.velox-product-redesign-preview .velox-product-redesign .vpr-main-image__img {
    max-width: min(560px, 90%) !important;
    max-height: 360px !important;
}

body.velox-product-redesign-preview .velox-product-redesign .vpr-gallery-arrow {
    top: 190px;
}

body.velox-product-redesign-preview .velox-product-redesign .vpr-thumbs-slider {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 8px;
    align-items: center;
    margin-top: 14px;
}

body.velox-product-redesign-preview .velox-product-redesign .vpr-thumbs-slider.is-scrollable {
    grid-template-columns: 34px minmax(0, 1fr) 34px;
}

body.velox-product-redesign-preview .velox-product-redesign .vpr-thumbs {
    display: flex !important;
    grid-template-columns: none !important;
    gap: 10px;
    min-width: 0;
    margin: 0;
    overflow-x: auto;
    overflow-y: hidden;
    padding: 2px;
    scroll-behavior: smooth;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
}

body.velox-product-redesign-preview .velox-product-redesign .vpr-thumbs::-webkit-scrollbar {
    display: none;
}

body.velox-product-redesign-preview .velox-product-redesign .vpr-thumb {
    flex: 0 0 96px;
    width: 96px;
    height: 62px;
    scroll-snap-align: start;
}

body.velox-product-redesign-preview .velox-product-redesign .vpr-thumbs-arrow {
    display: none;
    width: 34px;
    height: 34px;
    align-items: center;
    justify-content: center;
    border: 1px solid #d8e3ee;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 6px 14px rgba(28, 47, 66, .08);
    cursor: pointer;
}

body.velox-product-redesign-preview .velox-product-redesign .vpr-thumbs-slider.is-scrollable .vpr-thumbs-arrow {
    display: flex;
}

body.velox-product-redesign-preview .velox-product-redesign .vpr-thumbs-arrow::before {
    content: "";
    width: 8px;
    height: 8px;
    border-top: 2px solid #128cf0;
    border-right: 2px solid #128cf0;
}

body.velox-product-redesign-preview .velox-product-redesign .vpr-thumbs-arrow--prev::before {
    transform: rotate(-135deg);
}

body.velox-product-redesign-preview .velox-product-redesign .vpr-thumbs-arrow--next::before {
    transform: rotate(45deg);
}

body.velox-product-redesign-preview .velox-product-redesign .vpr-title {
    font-size: 28px !important;
}

body.velox-product-redesign-preview .velox-product-redesign .vpr-meta {
    margin-bottom: 10px;
}

body.velox-product-redesign-preview .velox-product-redesign .vpr-price {
    margin-bottom: 12px !important;
}

body.velox-product-redesign-preview .velox-product-redesign .vpr-cart table.variations tr {
    display: grid !important;
    grid-template-columns: 82px minmax(0, 1fr);
    gap: 8px;
    align-items: center;
    margin: 0 0 10px !important;
}

body.velox-product-redesign-preview .velox-product-redesign .vpr-cart table.variations .label,
body.velox-product-redesign-preview .velox-product-redesign .vpr-cart table.variations th.label {
    grid-column: 1;
    align-self: center;
}

body.velox-product-redesign-preview .velox-product-redesign .vpr-cart table.variations .label label,
body.velox-product-redesign-preview .velox-product-redesign .vpr-cart .label label {
    margin: 0 !important;
    white-space: normal !important;
}

body.velox-product-redesign-preview .velox-product-redesign .vpr-cart table.variations td.value {
    grid-column: 2;
    display: flex !important;
    min-width: 0;
    align-items: center;
    gap: 8px;
}

body.velox-product-redesign-preview .velox-product-redesign .vpr-cart .variable-items-wrapper {
    flex: 1 1 auto;
    flex-wrap: nowrap !important;
    gap: 7px !important;
    min-width: 0;
    overflow-x: auto;
    overflow-y: hidden;
    padding: 2px !important;
    scrollbar-width: none;
}

body.velox-product-redesign-preview .velox-product-redesign .vpr-cart .variable-items-wrapper::-webkit-scrollbar {
    display: none;
}

body.velox-product-redesign-preview .velox-product-redesign .vpr-cart .button-variable-item {
    min-width: 50px !important;
    height: 34px !important;
    padding: 0 10px !important;
    font-size: 13px !important;
}

body.velox-product-redesign-preview .velox-product-redesign .vpr-cart .color-variable-item {
    width: 30px !important;
    height: 30px !important;
    min-width: 30px !important;
}

body.velox-product-redesign-preview .velox-product-redesign .vpr-cart .reset_variations {
    flex: 0 0 auto;
    height: 28px;
    align-items: center;
    justify-content: center;
    margin: 0 !important;
    padding: 0 10px;
    border: 1px solid #d6e1ec;
    border-radius: 999px;
    background: #fff !important;
    color: #637083 !important;
    font-size: 12px !important;
    font-weight: 700;
    line-height: 1;
    text-decoration: none !important;
}

body.velox-product-redesign-preview .velox-product-redesign .vpr-cart .card-item-description__shop {
    grid-template-columns: 96px minmax(0, 1fr);
    gap: 10px;
    margin: 12px 0 10px !important;
}

body.velox-product-redesign-preview .velox-product-redesign .vpr-cart .quantity-block {
    width: 96px !important;
    height: 42px !important;
    grid-template-columns: 27px 1fr 27px;
}

body.velox-product-redesign-preview .velox-product-redesign .vpr-cart .quantity-num {
    font-size: 16px !important;
}

body.velox-product-redesign-preview .velox-product-redesign .vpr-cart .cards-item-buttons {
    grid-template-columns: minmax(0, 1fr) 44px;
    gap: 8px;
}

body.velox-product-redesign-preview .velox-product-redesign .vpr-cart .single_add_to_cart_button {
    height: 42px !important;
    min-height: 42px !important;
    font-size: 16px !important;
}

body.velox-product-redesign-preview .velox-product-redesign .vpr-cart .yith-wcwl-add-to-wishlist {
    width: 44px !important;
    height: 42px !important;
    min-height: 42px !important;
    background: #fff !important;
}

body.velox-product-redesign-preview .velox-product-redesign .vpr-cart .yith-wcwl-add-to-wishlist *,
body.velox-product-redesign-preview .velox-product-redesign .vpr-cart .yith-wcwl-add-button,
body.velox-product-redesign-preview .velox-product-redesign .vpr-cart .yith-wcwl-add-button a {
    background: transparent !important;
}

body.velox-product-redesign-preview .velox-product-redesign .vpr-cart .yith-wcwl-add-button a {
    width: 100% !important;
    height: 100% !important;
}

body.velox-product-redesign-preview .velox-product-redesign .vpr-one-click {
    grid-template-columns: minmax(0, 1fr) 150px;
    margin-bottom: 14px;
}

body.velox-product-redesign-preview .velox-product-redesign .vpr-one-click input[type="tel"],
body.velox-product-redesign-preview .velox-product-redesign .vpr-one-click button {
    height: 42px;
}

body.velox-product-redesign-preview .velox-product-redesign .vpr-products__grid {
    gap: 18px;
}

body.velox-product-redesign-preview .velox-product-redesign .vpr-product-card {
    flex-basis: calc((100% - 72px) / 5);
    grid-template-rows: 132px minmax(38px, auto) auto;
    min-height: 238px;
}

body.velox-product-redesign-preview .velox-product-redesign .vpr-product-card__image {
    height: 132px;
}

body.velox-product-redesign-preview .velox-product-redesign .vpr-product-card__bottom {
    grid-template-columns: minmax(0, 1fr) 78px;
}

body.velox-product-redesign-preview .velox-product-redesign .vpr-product-card__button {
    min-width: 0;
    width: 78px;
}

@media (max-width: 1199px) {
    body.velox-product-redesign-preview .velox-product-redesign .vpr-main {
        grid-template-columns: minmax(0, 610px) minmax(350px, 400px);
        gap: 18px 24px;
    }

    body.velox-product-redesign-preview .velox-product-redesign .vpr-product-card {
        flex-basis: calc((100% - 54px) / 4);
    }
}

@media (max-width: 991px) {
    body.velox-product-redesign-preview .velox-product-redesign .vpr-main {
        display: flex;
        flex-direction: column;
        gap: 18px;
    }

    body.velox-product-redesign-preview .velox-product-redesign .vpr-gallery {
        order: 1;
    }

    body.velox-product-redesign-preview .velox-product-redesign .vpr-summary {
        order: 2;
        max-width: none;
    }

    body.velox-product-redesign-preview .velox-product-redesign .vpr-main > .vpr-specs {
        order: 3;
    }

    body.velox-product-redesign-preview .velox-product-redesign .vpr-product-card {
        flex-basis: calc((100% - 36px) / 3);
    }
}

@media (max-width: 767px) {
    body.velox-product-redesign-preview .velox-product-redesign .vpr-breadcrumbs {
        overflow-x: auto;
        scrollbar-width: none;
    }

    body.velox-product-redesign-preview .velox-product-redesign .vpr-breadcrumbs::-webkit-scrollbar {
        display: none;
    }

    body.velox-product-redesign-preview .velox-product-redesign .vpr-breadcrumbs ol {
        overflow: visible;
        min-width: max-content;
    }

    body.velox-product-redesign-preview .velox-product-redesign .vpr-breadcrumbs li,
    body.velox-product-redesign-preview .velox-product-redesign .vpr-breadcrumbs li:last-child {
        flex: 0 0 auto;
    }

    body.velox-product-redesign-preview .velox-product-redesign .vpr-breadcrumbs a,
    body.velox-product-redesign-preview .velox-product-redesign .vpr-breadcrumbs span {
        max-width: 170px;
    }

    body.velox-product-redesign-preview .velox-product-redesign .vpr-main-image,
    body.velox-product-redesign-preview .velox-product-redesign .vpr-main-image__button {
        height: 300px;
        min-height: 300px;
    }

    body.velox-product-redesign-preview .velox-product-redesign .vpr-main-image__button img,
    body.velox-product-redesign-preview .velox-product-redesign .vpr-main-image__img {
        max-width: 92% !important;
        max-height: 282px !important;
    }

    body.velox-product-redesign-preview .velox-product-redesign .vpr-gallery-arrow {
        top: 150px;
    }

    body.velox-product-redesign-preview .velox-product-redesign .vpr-thumbs-slider.is-scrollable {
        grid-template-columns: 30px minmax(0, 1fr) 30px;
    }

    body.velox-product-redesign-preview .velox-product-redesign .vpr-thumbs-arrow {
        width: 30px;
        height: 30px;
    }

    body.velox-product-redesign-preview .velox-product-redesign .vpr-thumb {
        flex-basis: 82px;
        width: 82px;
        height: 58px;
    }

    body.velox-product-redesign-preview .velox-product-redesign .vpr-cart table.variations tr {
        grid-template-columns: 74px minmax(0, 1fr);
        gap: 6px;
        margin-bottom: 8px !important;
    }

    body.velox-product-redesign-preview .velox-product-redesign .vpr-cart .button-variable-item {
        min-width: 44px !important;
        height: 32px !important;
        padding: 0 8px !important;
    }

    body.velox-product-redesign-preview .velox-product-redesign .vpr-cart .color-variable-item {
        width: 28px !important;
        height: 28px !important;
        min-width: 28px !important;
    }

    body.velox-product-redesign-preview .velox-product-redesign .vpr-cart .reset_variations {
        height: 26px;
        padding: 0 8px;
        font-size: 11px !important;
    }

    body.velox-product-redesign-preview .velox-product-redesign .vpr-cart .card-item-description__shop {
        grid-template-columns: 86px minmax(0, 1fr) !important;
        gap: 8px !important;
        margin-top: 12px !important;
    }

    body.velox-product-redesign-preview .velox-product-redesign .vpr-cart .quantity-block {
        width: 86px !important;
        height: 42px !important;
        max-width: none;
        grid-template-columns: 24px 1fr 24px;
    }

    body.velox-product-redesign-preview .velox-product-redesign .vpr-cart .cards-item-buttons {
        grid-template-columns: minmax(0, 1fr) 40px !important;
        gap: 8px;
    }

    body.velox-product-redesign-preview .velox-product-redesign .vpr-cart .single_add_to_cart_button,
    body.velox-product-redesign-preview .velox-product-redesign .vpr-cart .yith-wcwl-add-to-wishlist {
        height: 42px !important;
        min-height: 42px !important;
    }

    body.velox-product-redesign-preview .velox-product-redesign .vpr-cart .yith-wcwl-add-to-wishlist {
        width: 40px !important;
    }

    body.velox-product-redesign-preview .velox-product-redesign .vpr-one-click {
        grid-template-columns: 1fr;
    }

    body.velox-product-redesign-preview .velox-product-redesign .vpr-product-card {
        flex-basis: 78%;
        min-width: 250px;
        grid-template-rows: 150px minmax(40px, auto) auto;
        min-height: 266px;
    }

    body.velox-product-redesign-preview .velox-product-redesign .vpr-product-card__image {
        height: 150px;
    }
}

@media (max-width: 480px) {
    body.velox-product-redesign-preview .velox-product-redesign .vpr-main-image,
    body.velox-product-redesign-preview .velox-product-redesign .vpr-main-image__button {
        height: 260px;
        min-height: 260px;
    }

    body.velox-product-redesign-preview .velox-product-redesign .vpr-main-image__button img,
    body.velox-product-redesign-preview .velox-product-redesign .vpr-main-image__img {
        max-height: 244px !important;
    }

    body.velox-product-redesign-preview .velox-product-redesign .vpr-gallery-arrow {
        top: 130px;
    }

    body.velox-product-redesign-preview .velox-product-redesign .vpr-product-card {
        flex-basis: 82%;
    }
}

/* Final preview refinements. Keep this block last to beat legacy product CSS. */
body.velox-product-redesign-preview .velox-product-redesign .vpr-breadcrumbs {
    margin: 14px 0 22px !important;
}

body.velox-product-redesign-preview .velox-product-redesign .vpr-main {
    grid-template-columns: minmax(0, 720px) minmax(0, 1fr) !important;
    gap: 16px 32px !important;
    justify-content: stretch !important;
}

body.velox-product-redesign-preview .velox-product-redesign .vpr-gallery {
    max-width: none;
}

body.velox-product-redesign-preview .velox-product-redesign .vpr-summary {
    max-width: none;
    padding-top: 18px !important;
}

body.velox-product-redesign-preview .velox-product-redesign .vpr-title {
    margin: 0 0 10px !important;
    font-size: 29px !important;
    line-height: 1.08 !important;
}

body.velox-product-redesign-preview .velox-product-redesign .vpr-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 18px;
    margin: 0 0 12px !important;
}

body.velox-product-redesign-preview .velox-product-redesign .vpr-price {
    margin: 0 0 14px !important;
}

body.velox-product-redesign-preview .velox-product-redesign .vpr-price .woocommerce-variation-price {
    display: flex !important;
    flex-wrap: wrap;
    gap: 8px 16px;
    align-items: center;
}

body.velox-product-redesign-preview .velox-product-redesign .vpr-saving {
    margin-left: 0 !important;
}

body.velox-product-redesign-preview .velox-product-redesign .vpr-main-image {
    overflow: hidden;
}

body.velox-product-redesign-preview .velox-product-redesign .vpr-main-image,
body.velox-product-redesign-preview .velox-product-redesign .vpr-main-image__button {
    height: 500px !important;
    min-height: 500px !important;
}

body.velox-product-redesign-preview .velox-product-redesign .vpr-main-image__button img,
body.velox-product-redesign-preview .velox-product-redesign .vpr-main-image__img {
    width: 100% !important;
    max-width: none !important;
    height: 100% !important;
    max-height: none !important;
    object-fit: contain !important;
    transform: scale(1.12);
    transform-origin: center;
}

body.velox-product-redesign-preview .velox-product-redesign .vpr-gallery-arrow {
    top: 250px !important;
}

body.velox-product-redesign-preview .velox-product-redesign .vpr-thumbs-slider {
    margin-top: 10px !important;
}

body.velox-product-redesign-preview .velox-product-redesign .vpr-cart table.variations {
    margin-bottom: 12px !important;
}

body.velox-product-redesign-preview .velox-product-redesign .vpr-cart table.variations tr {
    grid-template-columns: 82px minmax(0, 1fr) !important;
    margin-bottom: 9px !important;
}

body.velox-product-redesign-preview .velox-product-redesign .vpr-cart .variable-items-wrapper {
    gap: 6px !important;
}

body.velox-product-redesign-preview .velox-product-redesign .vpr-cart .button-variable-item {
    min-width: 46px !important;
    height: 32px !important;
}

body.velox-product-redesign-preview .velox-product-redesign .vpr-cart .color-variable-item {
    width: 28px !important;
    height: 28px !important;
    min-width: 28px !important;
}

body.velox-product-redesign-preview .velox-product-redesign .vpr-cart .reset_variations {
    min-width: 74px;
    height: 28px !important;
    padding: 0 12px !important;
    white-space: nowrap;
}

body.velox-product-redesign-preview .velox-product-redesign .vpr-cart .card-item-description__shop {
    display: grid !important;
    grid-template-columns: 94px minmax(0, 1fr) !important;
    gap: 10px !important;
    margin: 14px 0 10px !important;
}

body.velox-product-redesign-preview .velox-product-redesign .vpr-cart .quantity-block {
    width: 94px !important;
    height: 42px !important;
    grid-template-columns: 26px minmax(0, 1fr) 26px !important;
}

body.velox-product-redesign-preview .velox-product-redesign .vpr-cart .cards-item-buttons {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) 44px !important;
    gap: 8px !important;
}

body.velox-product-redesign-preview .velox-product-redesign .vpr-cart .single_add_to_cart_button {
    height: 42px !important;
    min-height: 42px !important;
    font-size: 16px !important;
}

body.velox-product-redesign-preview .velox-product-redesign .vpr-cart .yith-wcwl-add-to-wishlist {
    display: flex !important;
    width: 44px !important;
    height: 42px !important;
    min-height: 42px !important;
    margin: 0 !important;
    padding: 0 !important;
    align-items: center !important;
    justify-content: center !important;
    overflow: hidden;
    border: 1px solid #d8e3ee !important;
    border-radius: 6px !important;
    background: #fff !important;
    box-shadow: 0 4px 10px rgba(26, 44, 64, .12) !important;
}

body.velox-product-redesign-preview .velox-product-redesign .vpr-cart .yith-wcwl-add-to-wishlist *,
body.velox-product-redesign-preview .velox-product-redesign .vpr-cart .yith-wcwl-add-to-wishlist a {
    background: transparent !important;
    box-shadow: none !important;
}

body.velox-product-redesign-preview .velox-product-redesign .vpr-cart .yith-wcwl-add-to-wishlist .feedback,
body.velox-product-redesign-preview .velox-product-redesign .vpr-cart .yith-wcwl-add-to-wishlist img.ajax-loading,
body.velox-product-redesign-preview .velox-product-redesign .vpr-cart .yith-wcwl-add-to-wishlist a > * {
    display: none !important;
}

body.velox-product-redesign-preview .velox-product-redesign .vpr-cart .yith-wcwl-add-button,
body.velox-product-redesign-preview .velox-product-redesign .vpr-cart .yith-wcwl-add-button a {
    display: flex !important;
    width: 100% !important;
    height: 100% !important;
    align-items: center !important;
    justify-content: center !important;
}

body.velox-product-redesign-preview .velox-product-redesign .vpr-cart .yith-wcwl-add-button a {
    border: 0 !important;
    color: transparent !important;
    font-size: 0 !important;
    text-decoration: none !important;
}

body.velox-product-redesign-preview .velox-product-redesign .vpr-cart .yith-wcwl-add-button a::before {
    content: "";
    display: block;
    width: 21px;
    height: 21px;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%236b7888' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20.8 4.6a5.5 5.5 0 0 0-7.8 0L12 5.6l-1-1a5.5 5.5 0 0 0-7.8 7.8l1 1L12 21l7.8-7.6 1-1a5.5 5.5 0 0 0 0-7.8z'/%3E%3C/svg%3E") center / contain no-repeat;
}

body.velox-product-redesign-preview .velox-product-redesign .vpr-one-click {
    grid-template-columns: minmax(0, 1fr) 178px !important;
    gap: 10px !important;
}

body.velox-product-redesign-preview .velox-product-redesign .vpr-one-click input[type="tel"],
body.velox-product-redesign-preview .velox-product-redesign .vpr-one-click button {
    height: 44px !important;
}

body.velox-product-redesign-preview .velox-product-redesign .vpr-one-click button {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    overflow: hidden;
    padding: 0 14px !important;
    white-space: nowrap !important;
    font-size: 14px !important;
    line-height: 1.1 !important;
    text-overflow: ellipsis;
}

body.velox-product-redesign-preview .velox-product-redesign .vpr-tabs [hidden],
body.velox-product-redesign-preview .velox-product-redesign .vpr-reviews[hidden] {
    display: none !important;
}

body.velox-product-redesign-preview .velox-product-redesign .vpr-reviews {
    max-width: 980px;
    padding: 20px 0 0;
}

body.velox-product-redesign-preview .velox-product-redesign .vpr-reviews #reviews,
body.velox-product-redesign-preview .velox-product-redesign .vpr-reviews #comments,
body.velox-product-redesign-preview .velox-product-redesign .vpr-reviews #review_form_wrapper {
    max-width: 100%;
}

body.velox-product-redesign-preview .velox-product-redesign .vpr-product-card {
    grid-template-rows: 162px minmax(40px, auto) auto !important;
    min-height: 272px !important;
}

body.velox-product-redesign-preview .velox-product-redesign .vpr-product-card__image {
    height: 162px !important;
}

body.velox-product-redesign-preview .velox-product-redesign .vpr-product-card__image img {
    transform: scale(1.1);
    transform-origin: center;
}

body.velox-product-redesign-preview .velox-product-redesign .vpr-product-card__heart {
    border: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
}

@media (max-width: 1199px) {
    body.velox-product-redesign-preview .velox-product-redesign .vpr-main {
        grid-template-columns: minmax(0, 650px) minmax(0, 1fr) !important;
        gap: 16px 24px !important;
    }
}

@media (max-width: 991px) {
    body.velox-product-redesign-preview .velox-product-redesign .vpr-main {
        display: flex !important;
        flex-direction: column !important;
    }

    body.velox-product-redesign-preview .velox-product-redesign .vpr-gallery,
    body.velox-product-redesign-preview .velox-product-redesign .vpr-summary {
        width: 100%;
        max-width: none;
    }

    body.velox-product-redesign-preview .velox-product-redesign .vpr-summary {
        padding-top: 0 !important;
    }
}

@media (max-width: 767px) {
    body.velox-product-redesign-preview .velox-product-redesign .vpr-breadcrumbs {
        margin: 18px 0 16px !important;
        padding-top: 6px;
        overflow-x: auto !important;
        -webkit-overflow-scrolling: touch;
    }

    body.velox-product-redesign-preview .velox-product-redesign .vpr-main {
        gap: 14px !important;
    }

    body.velox-product-redesign-preview .velox-product-redesign .vpr-main-image,
    body.velox-product-redesign-preview .velox-product-redesign .vpr-main-image__button {
        height: 320px !important;
        min-height: 320px !important;
    }

    body.velox-product-redesign-preview .velox-product-redesign .vpr-main-image__button img,
    body.velox-product-redesign-preview .velox-product-redesign .vpr-main-image__img {
        transform: scale(1.14);
    }

    body.velox-product-redesign-preview .velox-product-redesign .vpr-gallery-arrow {
        top: 160px !important;
    }

    body.velox-product-redesign-preview .velox-product-redesign .vpr-thumbs-slider {
        margin-top: 8px !important;
    }

    body.velox-product-redesign-preview .velox-product-redesign .vpr-title {
        margin-bottom: 8px !important;
        font-size: 24px !important;
    }

    body.velox-product-redesign-preview .velox-product-redesign .vpr-meta {
        gap: 6px 14px;
        margin-bottom: 10px !important;
    }

    body.velox-product-redesign-preview .velox-product-redesign .vpr-price .woocommerce-variation-price {
        gap: 7px 12px;
    }

    body.velox-product-redesign-preview .velox-product-redesign .vpr-cart table.variations tr {
        grid-template-columns: 74px minmax(0, 1fr) !important;
    }

    body.velox-product-redesign-preview .velox-product-redesign .vpr-cart .color-variable-item {
        width: 27px !important;
        height: 27px !important;
        min-width: 27px !important;
    }

    body.velox-product-redesign-preview .velox-product-redesign .vpr-cart .button-variable-item {
        min-width: 42px !important;
        height: 31px !important;
    }

    body.velox-product-redesign-preview .velox-product-redesign .vpr-cart .card-item-description__shop {
        grid-template-columns: 82px minmax(0, 1fr) !important;
        gap: 8px !important;
    }

    body.velox-product-redesign-preview .velox-product-redesign .vpr-cart .quantity-block {
        width: 82px !important;
        height: 40px !important;
        grid-template-columns: 23px minmax(0, 1fr) 23px !important;
    }

    body.velox-product-redesign-preview .velox-product-redesign .vpr-cart .cards-item-buttons {
        grid-template-columns: minmax(0, 1fr) 40px !important;
        gap: 7px !important;
    }

    body.velox-product-redesign-preview .velox-product-redesign .vpr-cart .single_add_to_cart_button,
    body.velox-product-redesign-preview .velox-product-redesign .vpr-cart .yith-wcwl-add-to-wishlist {
        height: 40px !important;
        min-height: 40px !important;
    }

    body.velox-product-redesign-preview .velox-product-redesign .vpr-cart .yith-wcwl-add-to-wishlist {
        width: 40px !important;
    }

    body.velox-product-redesign-preview .velox-product-redesign .vpr-one-click {
        grid-template-columns: 1fr !important;
        gap: 8px !important;
    }

    body.velox-product-redesign-preview .velox-product-redesign .vpr-one-click button {
        width: 100% !important;
    }

    body.velox-product-redesign-preview .velox-product-redesign .vpr-product-card {
        flex-basis: 78% !important;
        min-width: 252px !important;
        grid-template-rows: 172px minmax(42px, auto) auto !important;
        min-height: 292px !important;
    }

    body.velox-product-redesign-preview .velox-product-redesign .vpr-product-card__image {
        height: 172px !important;
    }
}

@media (max-width: 480px) {
    body.velox-product-redesign-preview .velox-product-redesign .vpr-main-image,
    body.velox-product-redesign-preview .velox-product-redesign .vpr-main-image__button {
        height: 300px !important;
        min-height: 300px !important;
    }

    body.velox-product-redesign-preview .velox-product-redesign .vpr-gallery-arrow {
        top: 150px !important;
    }

    body.velox-product-redesign-preview .velox-product-redesign .vpr-product-card {
        flex-basis: 80% !important;
        min-width: 240px !important;
    }
}

/* Product summary proportion pass. */
body.velox-product-redesign-preview .velox-product-redesign .vpr-main {
    grid-template-columns: minmax(0, 56%) minmax(0, 1fr) !important;
    gap: 18px 34px !important;
}

body.velox-product-redesign-preview .velox-product-redesign .vpr-summary {
    display: flex;
    flex-direction: column;
    max-width: none !important;
    padding-top: 22px !important;
}

body.velox-product-redesign-preview .velox-product-redesign .vpr-title {
    margin: 0 0 12px !important;
    font-size: 34px !important;
    line-height: 1.06 !important;
}

body.velox-product-redesign-preview .velox-product-redesign .vpr-meta {
    gap: 8px 20px !important;
    margin: 0 0 14px !important;
}

body.velox-product-redesign-preview .velox-product-redesign .vpr-price {
    margin: 0 0 20px !important;
}

body.velox-product-redesign-preview .velox-product-redesign .vpr-price .woocommerce-variation-price {
    min-height: 48px;
    gap: 10px 18px !important;
}

body.velox-product-redesign-preview .velox-product-redesign .vpr-price .price,
body.velox-product-redesign-preview .velox-product-redesign .vpr-price .price ins {
    font-size: 38px !important;
    line-height: 1 !important;
}

body.velox-product-redesign-preview .velox-product-redesign .vpr-price .price del {
    margin-left: 18px !important;
    font-size: 20px !important;
}

body.velox-product-redesign-preview .velox-product-redesign .vpr-saving {
    min-height: 30px;
    padding: 7px 14px;
    font-size: 13px;
}

body.velox-product-redesign-preview .velox-product-redesign .vpr-cart table.variations {
    margin: 0 0 18px !important;
}

body.velox-product-redesign-preview .velox-product-redesign .vpr-cart table.variations tr {
    grid-template-columns: 92px minmax(0, 1fr) !important;
    min-height: 42px;
    margin: 0 0 12px !important;
}

body.velox-product-redesign-preview .velox-product-redesign .vpr-cart table.variations .label label,
body.velox-product-redesign-preview .velox-product-redesign .vpr-cart .label label {
    font-size: 15px !important;
    line-height: 1.15 !important;
}

body.velox-product-redesign-preview .velox-product-redesign .vpr-cart .variable-items-wrapper {
    gap: 10px !important;
    padding: 3px !important;
}

body.velox-product-redesign-preview .velox-product-redesign .vpr-cart .button-variable-item {
    min-width: 54px !important;
    height: 38px !important;
    font-size: 14px !important;
}

body.velox-product-redesign-preview .velox-product-redesign .vpr-cart .color-variable-item {
    width: 34px !important;
    height: 34px !important;
    min-width: 34px !important;
}

body.velox-product-redesign-preview .velox-product-redesign .vpr-cart .reset_variations {
    min-width: 82px;
    height: 30px !important;
    margin-left: auto !important;
    padding: 0 14px !important;
    font-size: 12px !important;
}

body.velox-product-redesign-preview .velox-product-redesign .vpr-cart .card-item-description__shop {
    grid-template-columns: 96px minmax(0, 322px) !important;
    gap: 12px !important;
    width: auto !important;
    max-width: 430px;
    margin: 14px 0 12px !important;
}

body.velox-product-redesign-preview .velox-product-redesign .vpr-cart .quantity-block {
    width: 96px !important;
    height: 44px !important;
    grid-template-columns: 27px minmax(0, 1fr) 27px !important;
}

body.velox-product-redesign-preview .velox-product-redesign .vpr-cart .cards-item-buttons {
    grid-template-columns: minmax(0, 270px) 44px !important;
    gap: 8px !important;
}

body.velox-product-redesign-preview .velox-product-redesign .vpr-cart .single_add_to_cart_button,
body.velox-product-redesign-preview .velox-product-redesign .vpr-cart .yith-wcwl-add-to-wishlist {
    height: 44px !important;
    min-height: 44px !important;
}

body.velox-product-redesign-preview .velox-product-redesign .vpr-cart .single_add_to_cart_button {
    max-width: 270px;
    font-size: 16px !important;
}

body.velox-product-redesign-preview .velox-product-redesign .vpr-one-click {
    grid-template-columns: minmax(0, 250px) 168px !important;
    gap: 12px !important;
    width: auto;
    max-width: 430px;
    margin: 0 0 18px !important;
}

body.velox-product-redesign-preview .velox-product-redesign .vpr-one-click input[type="tel"],
body.velox-product-redesign-preview .velox-product-redesign .vpr-one-click button {
    height: 44px !important;
}

body.velox-product-redesign-preview .velox-product-redesign .vpr-one-click button {
    font-size: 14px !important;
}

@media (max-width: 1199px) {
    body.velox-product-redesign-preview .velox-product-redesign .vpr-main {
        grid-template-columns: minmax(0, 57%) minmax(0, 1fr) !important;
        gap: 18px 26px !important;
    }

    body.velox-product-redesign-preview .velox-product-redesign .vpr-title {
        font-size: 31px !important;
    }
}

@media (max-width: 991px) {
    body.velox-product-redesign-preview .velox-product-redesign .vpr-main {
        display: flex !important;
    }

    body.velox-product-redesign-preview .velox-product-redesign .vpr-summary {
        padding-top: 0 !important;
    }
}

@media (max-width: 767px) {
    body.velox-product-redesign-preview .velox-product-redesign .vpr-summary {
        padding: 0 12px !important;
    }

    body.velox-product-redesign-preview .velox-product-redesign .vpr-title {
        margin-bottom: 9px !important;
        font-size: 28px !important;
        line-height: 1.06 !important;
    }

    body.velox-product-redesign-preview .velox-product-redesign .vpr-meta {
        margin-bottom: 12px !important;
    }

    body.velox-product-redesign-preview .velox-product-redesign .vpr-price {
        margin-bottom: 16px !important;
    }

    body.velox-product-redesign-preview .velox-product-redesign .vpr-price .woocommerce-variation-price {
        min-height: 42px;
        gap: 8px 12px !important;
    }

    body.velox-product-redesign-preview .velox-product-redesign .vpr-price .price,
    body.velox-product-redesign-preview .velox-product-redesign .vpr-price .price ins {
        font-size: 33px !important;
    }

    body.velox-product-redesign-preview .velox-product-redesign .vpr-price .price del {
        margin-left: 10px !important;
        font-size: 17px !important;
    }

    body.velox-product-redesign-preview .velox-product-redesign .vpr-saving {
        min-height: 28px;
        padding: 6px 12px;
        font-size: 12px;
    }

    body.velox-product-redesign-preview .velox-product-redesign .vpr-cart table.variations {
        margin-bottom: 16px !important;
    }

    body.velox-product-redesign-preview .velox-product-redesign .vpr-cart table.variations tr {
        grid-template-columns: 78px minmax(0, 1fr) !important;
        min-height: 38px;
        margin-bottom: 10px !important;
    }

    body.velox-product-redesign-preview .velox-product-redesign .vpr-cart .button-variable-item {
        min-width: 46px !important;
        height: 34px !important;
    }

    body.velox-product-redesign-preview .velox-product-redesign .vpr-cart .color-variable-item {
        width: 30px !important;
        height: 30px !important;
        min-width: 30px !important;
    }

    body.velox-product-redesign-preview .velox-product-redesign .vpr-cart .reset_variations {
        min-width: 74px;
        height: 28px !important;
        padding: 0 12px !important;
        font-size: 11px !important;
    }

    body.velox-product-redesign-preview .velox-product-redesign .vpr-cart .card-item-description__shop {
        grid-template-columns: 78px minmax(0, 1fr) !important;
        gap: 8px !important;
        max-width: none;
        margin: 12px 0 10px !important;
    }

    body.velox-product-redesign-preview .velox-product-redesign .vpr-cart .quantity-block {
        width: 78px !important;
        height: 40px !important;
        grid-template-columns: 22px minmax(0, 1fr) 22px !important;
    }

    body.velox-product-redesign-preview .velox-product-redesign .vpr-cart .cards-item-buttons {
        grid-template-columns: minmax(0, 1fr) 40px !important;
        gap: 7px !important;
    }

    body.velox-product-redesign-preview .velox-product-redesign .vpr-cart .single_add_to_cart_button,
    body.velox-product-redesign-preview .velox-product-redesign .vpr-cart .yith-wcwl-add-to-wishlist {
        height: 40px !important;
        min-height: 40px !important;
    }

    body.velox-product-redesign-preview .velox-product-redesign .vpr-one-click {
        grid-template-columns: minmax(150px, 1fr) minmax(128px, 38%) !important;
        gap: 8px !important;
        max-width: none;
        margin-bottom: 16px !important;
    }

    body.velox-product-redesign-preview .velox-product-redesign .vpr-one-click input[type="tel"],
    body.velox-product-redesign-preview .velox-product-redesign .vpr-one-click button {
        height: 42px !important;
    }

    body.velox-product-redesign-preview .velox-product-redesign .vpr-one-click input[type="tel"] {
        padding: 0 12px !important;
        font-size: 14px !important;
    }

    body.velox-product-redesign-preview .velox-product-redesign .vpr-one-click button {
        padding: 0 10px !important;
        font-size: 12.5px !important;
    }
}

@media (max-width: 380px) {
    body.velox-product-redesign-preview .velox-product-redesign .vpr-one-click {
        grid-template-columns: minmax(138px, 1fr) 122px !important;
        gap: 7px !important;
    }

    body.velox-product-redesign-preview .velox-product-redesign .vpr-one-click button {
        font-size: 12px !important;
    }
}

/* Variation swatches must stay visible; no hidden horizontal color scroll. */
body.velox-product-redesign-preview .velox-product-redesign .vpr-cart table.variations td.value {
    flex-wrap: wrap !important;
    align-items: center !important;
    overflow: visible !important;
}

body.velox-product-redesign-preview .velox-product-redesign .vpr-cart .variable-items-wrapper {
    display: flex !important;
    flex: 1 1 min(100%, 360px) !important;
    flex-wrap: wrap !important;
    gap: 10px !important;
    overflow: visible !important;
    padding: 3px !important;
    scrollbar-width: auto !important;
}

body.velox-product-redesign-preview .velox-product-redesign .vpr-cart .variable-items-wrapper::-webkit-scrollbar {
    display: none;
}

body.velox-product-redesign-preview .velox-product-redesign .vpr-cart .reset_variations {
    flex: 0 0 auto !important;
    margin-left: 0 !important;
}

body.velox-product-redesign-preview .velox-product-redesign .vpr-cart table.variations tr {
    align-items: start !important;
}

@media (max-width: 767px) {
    body.velox-product-redesign-preview .velox-product-redesign .vpr-cart table.variations td.value {
        gap: 7px !important;
    }

    body.velox-product-redesign-preview .velox-product-redesign .vpr-cart .variable-items-wrapper {
        flex: 1 1 100% !important;
        gap: 8px !important;
        padding: 2px !important;
    }

    body.velox-product-redesign-preview .velox-product-redesign .vpr-cart .reset_variations {
        margin-top: 2px !important;
    }
}
