.uvu-cart-trigger {
    display: inline-flex;
    align-items: center;
    min-height: auto;
    padding: 0;
    border: 0;
    background: transparent;
    color: #111;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    text-transform: uppercase;
    cursor: pointer;
}

body > .uvu-cart-trigger {
    position: fixed;
    top: 21px;
    right: 24px;
    z-index: 9990;
}

.uvu-cart-trigger--header {
    position: static;
    margin-left: 18px;
}

.uvu-cart-trigger__count {
    min-width: 0;
    height: auto;
    display: inline;
    background: transparent;
    color: inherit;
    font-size: inherit;
}

header-section,
header-section header,
sticky-header,
.header,
.header__content,
.header__line-top,
.header__line-bottom {
    background: #fff !important;
}

header-section a,
header-section button,
header-section .header__sidebar,
header-section .header__btn-account {
    color: #111 !important;
}

[data-js-position-desktop="currencies"],
.header__select-currency,
.header__select-language {
    display: none !important;
}

#shopify-section-template--26047564120442__home_builder_PTnRp4 .promobox .rimage {
    height: clamp(360px, 29.8vw, 620px) !important;
    min-height: 0 !important;
    padding-top: 0 !important;
    overflow: hidden;
}

#shopify-section-template--26047564120442__home_builder_PTnRp4 .promobox .rimage__img {
    height: 100% !important;
    object-fit: cover !important;
    object-position: 50% 46% !important;
}

#shopify-section-template--26047564120442__sorting_collections_BpPPKt > aside,
#shopify-section-template--26047564120442__sorting_collections_BpPPKt > sorting-collections {
    display: none !important;
}

#shopify-section-template--26047564120442__sorting_collections_BpPPKt > .uvu-home-products-shell {
    display: block !important;
}

.product-page-info .prodcut-info-title > .product-collection__colour,
.product-page-info .product-options,
.product-page-info__options,
.product-page-info__variants,
.product-page-info__details-buttons,
.product-page-info__dynamic-checkout,
.product-page-info form[data-type="add-to-cart-form"] {
    display: none !important;
}

.product-page__tabs {
    display: none !important;
}

.product-page__tabs.is-uvu-tabs-ready {
    display: block !important;
}

.product-page-info:not(.is-uvu-product-ready)::after {
    content: "";
    display: block;
    min-height: 390px;
}

.product-page-main .product-collection__image .rimage,
.product-page-main product-gallery .rimage {
    overflow: hidden;
    background: #f7f7f7;
}

.product-page-main .product-collection__image .rimage__img,
.product-page-main product-gallery .rimage__img {
    opacity: 0;
    transform: translateY(8px);
    transition: opacity .28s ease, transform .28s ease;
    will-change: opacity, transform;
}

body.is-uvu-product-page-ready .product-page-main .product-collection__image .rimage__img.is-uvu-image-ready,
body.is-uvu-product-page-ready .product-page-main product-gallery .rimage__img.is-uvu-image-ready,
body.is-uvu-product-media-timeout .product-page-main .product-collection__image .rimage__img.is-uvu-image-ready,
body.is-uvu-product-media-timeout .product-page-main product-gallery .rimage__img.is-uvu-image-ready {
    opacity: 1;
    transform: translateY(0);
}

@media (max-width: 540px) {
    #shopify-section-template--26047564120442__home_builder_PTnRp4 .promobox .rimage {
        height: clamp(260px, 52vh, 420px) !important;
    }

    #shopify-section-template--26047564120442__home_builder_PTnRp4 .promobox .rimage__img {
        object-position: 55% 45% !important;
    }
}

.uvu-product-subtitle,
.uvu-product-stock-note,
.uvu-product-message {
    margin-top: 6px;
    color: #555;
    font-size: 13px;
}

.uvu-product-controls {
    margin: 18px 0;
}

.uvu-field-label {
    margin-bottom: 8px;
    display: block;
    color: #111;
    font-size: 12px;
    text-transform: uppercase;
}

.uvu-size-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.uvu-size-button {
    min-width: 44px;
    min-height: 38px;
    padding: 0 10px;
    border: 1px solid #cfcfcf;
    background: #fff;
    color: #111;
    font-size: 12px;
    cursor: pointer;
}

.uvu-size-button.is-active {
    border-color: #f3f3f3;
    background: #f3f3f3;
    color: #111;
}

.uvu-size-button[disabled] {
    background: #f2f2f2;
    color: #aaa;
    cursor: not-allowed;
    text-decoration: line-through;
}

.uvu-product-actions {
    display: grid;
    grid-template-columns: 96px minmax(0, 1fr);
    gap: 10px;
    margin-top: 18px;
}

.uvu-product-actions--single {
    grid-template-columns: 1fr;
}

.uvu-qty {
    min-height: 52px;
    border: 1px solid #cfcfcf;
    text-align: center;
    font-size: 14px;
}

.uvu-qty--hidden {
    display: none;
}

.uvu-primary-button,
.uvu-secondary-button,
.uvu-danger-button {
    min-height: 44px;
    border: 1px solid #111;
    padding: 0 18px;
    background: #111;
    color: #fff;
    font-size: 12px;
    text-transform: uppercase;
    cursor: pointer;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.uvu-product-actions .uvu-primary-button {
    width: 100%;
    min-height: 60px;
    gap: 10px;
    border-color: #000;
    background: #000;
    color: #fff;
    transition: background-color .15s ease, border-color .15s ease, color .15s ease;
}

.uvu-product-add-button {
    font-size: 0;
}

.uvu-product-add-button span:not(.uvu-bag-icon) {
    font-size: 12px;
}

.uvu-product-actions .uvu-primary-button:hover:not(:disabled) {
    border-color: #111;
    background: #d2d2d2;
    color: #111;
}

.uvu-product-actions .uvu-primary-button:active:not(:disabled),
.uvu-product-actions .uvu-primary-button.is-loading {
    border-color: #bcbcbc;
    background: #fff;
    color: #999;
}

.uvu-bag-icon {
    position: relative;
    width: 12px;
    height: 14px;
    border: 1px solid currentColor;
    display: inline-block;
}

.uvu-bag-icon::before {
    content: "";
    position: absolute;
    left: 3px;
    top: -5px;
    width: 5px;
    height: 6px;
    border: 1px solid currentColor;
    border-bottom: 0;
    border-radius: 5px 5px 0 0;
}

.uvu-primary-button[disabled] {
    border-color: #bcbcbc;
    background: #fff;
    color: #999;
    cursor: not-allowed;
}

.uvu-primary-button.btn--full {
    width: 100%;
}

.uvu-secondary-button {
    background: #fff;
    color: #111;
}

.uvu-danger-button {
    border-color: #b00020;
    background: #b00020;
}

.uvu-link-button {
    padding: 0;
    border: 0;
    background: transparent;
    color: #111;
    font-size: 12px;
    text-decoration: underline;
    cursor: pointer;
}

.uvu-product-tabs {
    margin-top: 30px;
    border-top: 1px solid #ddd;
}

.uvu-product-tabs__head {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    margin-bottom: 22px;
}

.uvu-product-tab {
    margin-top: -1px;
    min-height: 32px;
    padding: 13px 0 0;
    border: 0;
    border-top: 1px solid transparent;
    background: transparent;
    color: #111;
    font-family: inherit;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.2;
    text-align: left;
    text-transform: uppercase;
    cursor: pointer;
    transition: border-color .18s ease, color .18s ease;
}

.uvu-product-tab:hover,
.uvu-product-tab.is-active {
    border-top-color: #111;
}

.uvu-product-tabs.is-switching .uvu-product-tabs__panel.is-active {
    animation: uvuProductPanelIn .24s ease both;
}

.uvu-product-tabs__panel[hidden] {
    display: none !important;
}

.uvu-product-tabs p,
.uvu-product-tabs li {
    font-size: 13px;
    line-height: 1.6;
}

@keyframes uvuProductPanelIn {
    from {
        opacity: 0;
        transform: translateY(8px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@media (prefers-reduced-motion: reduce) {
    .product-page-main .product-collection__image .rimage__img,
    .product-page-main product-gallery .rimage__img,
    .uvu-product-tabs__panel {
        transition: none;
        animation: none;
    }
}

.uvu-collection-shell {
    padding: 42px 24px 64px;
}

.uvu-collection-inner {
    max-width: 1380px;
    margin: 0 auto;
}

.uvu-collection-head {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 28px;
}

.uvu-collection-head h1 {
    margin: 0;
    font-size: 28px;
    font-weight: 500;
    text-transform: uppercase;
}

.uvu-collection-tabs {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}

.uvu-collection-tabs a {
    display: inline-flex;
    align-items: center;
    min-height: 36px;
    padding: 0 14px;
    border: 1px solid #111;
    color: #111;
    text-decoration: none;
    font-size: 12px;
    text-transform: uppercase;
}

.uvu-collection-tabs a.is-active {
    background: #111;
    color: #fff;
}

.uvu-home-products-shell {
    max-width: 1380px;
    margin: 0 auto;
    padding: 34px 24px 64px;
}

.uvu-home-products {
    margin-top: 46px;
}

.uvu-home-products:first-child {
    margin-top: 0;
}

.uvu-home-products__head {
    margin-bottom: 28px;
    text-align: center;
}

.uvu-home-products__head h2 {
    margin: 0;
    font-size: 22px;
    font-weight: 400;
    line-height: 1.35;
    text-transform: uppercase;
}

.uvu-show-more-row {
    display: flex;
    justify-content: center;
    margin-top: 34px;
}

.uvu-show-more-button {
    min-width: 190px;
    min-height: 42px;
    border: 1px solid #000;
    background: #000 !important;
    color: #fff !important;
    -webkit-text-fill-color: #fff !important;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    cursor: pointer;
}

.uvu-show-more-button:hover {
    background: #2b2b2b;
}

.uvu-product-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 24px;
}

.uvu-card {
    display: block;
    color: #111;
    text-decoration: none;
}

.uvu-card--revealed {
    opacity: 0;
    transform: translateY(18px);
    animation: uvuProductReveal .58s cubic-bezier(.22, .61, .36, 1) forwards;
    animation-delay: var(--uvu-reveal-delay, 0ms);
}

@keyframes uvuProductReveal {
    from {
        opacity: 0;
        transform: translateY(18px);
        filter: blur(5px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
        filter: blur(0);
    }
}

.uvu-card__image {
    position: relative;
    aspect-ratio: 0.78;
    overflow: hidden;
    background: #f6f6f6;
}

.uvu-card__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.uvu-card__badge {
    position: absolute;
    left: 10px;
    top: 10px;
    padding: 5px 8px;
    background: #fff;
    color: #111;
    font-size: 10px;
    text-transform: uppercase;
}

.uvu-card__meta {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 12px;
    padding-top: 12px;
    font-size: 12px;
    text-transform: uppercase;
}

.uvu-card__sub {
    margin-top: 4px;
    color: #666;
    font-size: 12px;
    text-transform: none;
}

.uvu-card__sizes {
    margin-top: 8px;
    color: #555;
    font-size: 11px;
}

.uvu-cart-overlay,
.uvu-modal-overlay {
    position: fixed;
    inset: 0;
    z-index: 9997;
    background: rgba(0, 0, 0, 0.42);
    -webkit-backdrop-filter: blur(6px);
    backdrop-filter: blur(6px);
}

.uvu-cart-overlay {
    opacity: 0;
    pointer-events: none;
    transition: opacity .26s ease;
}

.uvu-cart-overlay.is-open {
    opacity: 1;
    pointer-events: auto;
}

.uvu-cart-drawer {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 9998;
    width: min(492px, 100vw);
    display: flex;
    flex-direction: column;
    background: #fff;
    color: #111;
    box-shadow: -10px 0 24px rgba(0, 0, 0, 0.12);
    transform: translateX(100%);
    transform-origin: top right;
    transition: transform .34s cubic-bezier(.22, .61, .36, 1);
    will-change: transform;
}

.uvu-cart-drawer.is-open {
    transform: translateX(0);
}

.uvu-cart-head,
.uvu-cart-foot {
    padding: 20px;
}

.uvu-cart-foot {
    margin: 0 20px 20px;
    padding: 18px 0 0;
    border-top: 1px solid #111;
}

.uvu-cart-foot .uvu-primary-button,
.uvu-cart-foot .uvu-primary-button:visited,
.uvu-cart-foot .uvu-primary-button:active,
.uvu-cart-foot .uvu-primary-button:focus,
.uvu-cart-foot .uvu-primary-button:hover {
    min-height: 52px;
    background: #000 !important;
    border-color: #000 !important;
    color: #fff !important;
    -webkit-text-fill-color: #fff !important;
    font-size: 12px !important;
    font-weight: 700;
    text-decoration: none !important;
    opacity: 1 !important;
    visibility: visible !important;
}

.uvu-cart-foot .uvu-cart-checkout-button {
    position: relative;
    z-index: 1;
    text-indent: 0 !important;
    letter-spacing: 0;
}

.uvu-cart-foot .uvu-cart-checkout-button span {
    position: relative;
    z-index: 2;
    display: inline-block;
    color: #fff !important;
    -webkit-text-fill-color: #fff !important;
    font-size: 12px !important;
    line-height: 1;
    opacity: 1 !important;
    visibility: visible !important;
}

.uvu-cart-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.uvu-cart-head h2 {
    margin: 0;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
}

.uvu-cart-close {
    border: 0;
    background: transparent;
    font-size: 24px;
    cursor: pointer;
}

.uvu-cart-body {
    flex: 1;
    overflow: auto;
    padding: 0 20px 20px;
}

.uvu-cart-item {
    display: grid;
    grid-template-columns: 70px minmax(0, 1fr) 140px;
    gap: 16px;
    padding: 22px 0;
    border-bottom: 1px dashed #e3e3e3;
}

.uvu-cart-item img {
    width: 70px;
    height: 90px;
    object-fit: cover;
    background: #f6f6f6;
}

.uvu-cart-item h3 {
    margin: 0 0 4px;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
}

.uvu-cart-item p {
    margin: 0 0 8px;
    color: #666;
    font-size: 12px;
}

.uvu-cart-item__side {
    display: grid;
    justify-items: end;
    align-content: start;
    gap: 10px;
}

.uvu-cart-item__price {
    font-size: 13px;
}

.uvu-cart-stepper {
    display: grid;
    grid-template-columns: 36px 50px 36px;
    gap: 8px;
}

.uvu-cart-stepper button,
.uvu-cart-stepper span {
    min-height: 36px;
    border: 1px solid #e3e3e3;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    color: #111;
    font-size: 14px;
}

.uvu-cart-stepper button {
    cursor: pointer;
}

.uvu-cart-line {
    display: flex;
    justify-content: space-between;
    gap: 14px;
    margin-bottom: 10px;
    font-size: 13px;
}

.uvu-cart-empty {
    padding: 32px 0;
    color: #666;
    font-size: 13px;
}

.uvu-checkout-form {
    display: grid;
    gap: 10px;
    margin-top: 16px;
}

.uvu-checkout-form[hidden] {
    display: none;
}

.uvu-checkout-form input,
.uvu-checkout-form textarea,
.uvu-admin input {
    width: 100%;
    min-height: 38px;
    border: 1px solid #cfcfcf;
    padding: 8px 10px;
    font-size: 13px;
}

.uvu-checkout-form textarea {
    min-height: 74px;
    resize: vertical;
}

.uvu-size-modal {
    position: fixed;
    left: 50%;
    top: 50%;
    z-index: 9999;
    width: min(620px, calc(100vw - 32px));
    max-height: calc(100vh - 48px);
    overflow: auto;
    transform: translate(-50%, -50%);
    background: #fff;
    padding: 24px;
}

.uvu-size-modal table,
.uvu-admin table {
    width: 100%;
    border-collapse: collapse;
}

.uvu-size-modal th,
.uvu-size-modal td,
.uvu-admin th,
.uvu-admin td {
    border-bottom: 1px solid #e5e5e5;
    padding: 10px;
    text-align: left;
    font-size: 13px;
}

.uvu-admin {
    max-width: 1180px;
    margin: 0 auto;
    padding: 32px 20px 80px;
    color: #111;
}

.uvu-admin h1 {
    font-size: 28px;
    text-transform: uppercase;
}

.uvu-admin-card {
    margin-top: 20px;
    padding: 18px;
    border: 1px solid #ddd;
}

.uvu-admin-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(70px, 1fr));
    gap: 8px;
}

.uvu-toast {
    position: fixed;
    left: 50%;
    bottom: 22px;
    z-index: 10000;
    transform: translateX(-50%);
    max-width: min(520px, calc(100vw - 32px));
    padding: 12px 16px;
    background: #111;
    color: #fff;
    font-size: 13px;
}

@media (max-width: 900px) {
    .uvu-cart-trigger {
        top: 18px;
        right: 16px;
    }

    .uvu-product-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 18px;
    }

    .uvu-collection-head {
        display: block;
    }

    .uvu-collection-tabs {
        margin-top: 16px;
    }
}

@media (max-width: 520px) {
    .uvu-product-actions {
        grid-template-columns: 1fr;
    }

    .uvu-product-grid {
        grid-template-columns: 1fr;
    }
}

.uvu-checkout-page {
    margin: 0;
    min-height: 100vh;
    background: #fff;
    color: #111;
    font-family: Arial, Helvetica, sans-serif;
}

.uvu-checkout-layout {
    min-height: 100vh;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(390px, 48vw);
}

.uvu-checkout-left {
    display: flex;
    justify-content: flex-end;
    padding: 36px 32px 36px 20px;
}

.uvu-checkout-form-shell {
    width: min(500px, 100%);
}

.uvu-express-title {
    margin: 0 0 14px;
    color: #666;
    text-align: center;
    font-size: 12px;
    font-weight: 700;
}

.uvu-express-buttons {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
}

.uvu-express-buttons button {
    min-height: 46px;
    border: 0;
    border-radius: 8px;
    color: #fff;
    font-weight: 700;
    cursor: default;
}

.uvu-express-shop {
    background: #5a31f4;
}

.uvu-express-paypal {
    background: #ffc439;
    color: #083b75 !important;
}

.uvu-express-gpay {
    background: #000;
}

.uvu-or {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    gap: 14px;
    margin: 24px 0;
    color: #777;
    font-size: 12px;
    font-weight: 700;
}

.uvu-or::before,
.uvu-or::after {
    content: "";
    height: 1px;
    background: #ddd;
}

.uvu-checkout-section {
    margin-bottom: 28px;
}

.uvu-checkout-section h2 {
    margin: 0 0 14px;
    font-size: 21px;
    font-weight: 500;
}

.uvu-checkout-heading {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
}

.uvu-checkout-heading a {
    color: #111;
    font-size: 12px;
    font-weight: 700;
}

.uvu-checkout-input,
.uvu-checkout-select {
    width: 100%;
    min-height: 52px;
    margin-bottom: 12px;
    border: 1px solid #d9d9d9;
    border-radius: 6px;
    padding: 10px 12px;
    background: #fff;
    color: #111;
    font-size: 14px;
}

.uvu-checkout-grid-2 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
}

.uvu-checkout-check {
    display: flex;
    align-items: center;
    gap: 8px;
    margin: 8px 0 24px;
    font-size: 13px;
    font-weight: 700;
}

.uvu-shipping-placeholder {
    min-height: 54px;
    border-radius: 6px;
    background: #f4f4f4;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #666;
    font-size: 13px;
    font-weight: 700;
}

.uvu-payment-box {
    border: 1px solid #111;
    border-radius: 6px;
    overflow: hidden;
    background: #f7f7f7;
}

.uvu-payment-row {
    min-height: 52px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 0 14px;
    border-bottom: 1px solid #ddd;
    background: #fff;
    font-size: 13px;
    font-weight: 700;
}

.uvu-payment-fields {
    padding: 14px;
}

.uvu-payment-pill {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 34px;
    height: 22px;
    border: 1px solid #ddd;
    border-radius: 3px;
    color: #1a4bd8;
    font-size: 10px;
    font-weight: 700;
}

.uvu-pay-now {
    width: 100%;
    min-height: 54px;
    margin-top: 28px;
    border: 0;
    background: #000;
    color: #fff;
    font-weight: 700;
    cursor: pointer;
}

.uvu-checkout-footer {
    display: flex;
    gap: 18px;
    flex-wrap: wrap;
    margin-top: 34px;
    padding-top: 18px;
    border-top: 1px solid #ddd;
}

.uvu-checkout-footer a {
    color: #111;
    font-size: 12px;
    font-weight: 700;
}

.uvu-checkout-right {
    min-height: 100vh;
    padding: 34px 38px;
    background: #171717;
    color: #fff;
}

.uvu-checkout-summary {
    max-width: 440px;
}

.uvu-checkout-logo {
    display: inline-block;
    margin: 0 0 26px;
    color: #df1f58;
    font-size: 44px;
    font-weight: 800;
    letter-spacing: 0;
    line-height: 1;
    text-decoration: none;
}

.uvu-checkout-logo:hover,
.uvu-checkout-logo:focus {
    color: #df1f58;
    text-decoration: none;
}

.uvu-summary-item {
    display: grid;
    grid-template-columns: 52px minmax(0, 1fr) auto;
    gap: 14px;
    align-items: center;
    margin-bottom: 18px;
}

.uvu-summary-image {
    position: relative;
}

.uvu-summary-image img {
    width: 52px;
    height: 64px;
    border: 2px solid #fff;
    border-radius: 6px;
    object-fit: cover;
    background: #fff;
}

.uvu-summary-count {
    position: absolute;
    right: -8px;
    top: -8px;
    min-width: 20px;
    height: 20px;
    border-radius: 10px;
    background: #999;
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    font-weight: 700;
}

.uvu-summary-title {
    color: #fff;
    font-size: 13px;
    font-weight: 800;
    text-transform: uppercase;
}

.uvu-summary-size {
    margin-top: 4px;
    color: #bdbdbd;
    font-size: 12px;
    font-weight: 700;
}

.uvu-discount-row {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 64px;
    gap: 10px;
    margin: 30px 0;
}

.uvu-discount-row input {
    min-height: 52px;
    border: 0;
    border-radius: 5px;
    padding: 0 14px;
}

.uvu-discount-row button {
    border: 1px solid #333;
    background: #222;
    color: #999;
    font-weight: 700;
}

.uvu-summary-line {
    display: flex;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 14px;
    color: #eee;
    font-size: 13px;
    font-weight: 700;
}

.uvu-summary-muted {
    color: #aaa;
}

.uvu-summary-total {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    gap: 16px;
    margin-top: 22px;
    color: #fff;
    font-size: 19px;
    font-weight: 800;
}

.uvu-summary-total span:last-child {
    font-size: 24px;
}

.uvu-tax-note {
    color: #aaa;
    font-size: 12px;
    font-weight: 700;
}

@media (max-width: 980px) {
    .uvu-checkout-layout {
        grid-template-columns: 1fr;
    }

    .uvu-checkout-left {
        justify-content: center;
        padding: 24px 16px;
    }

    .uvu-checkout-right {
        order: -1;
        min-height: auto;
        padding: 24px 16px;
    }

    .uvu-checkout-summary {
        max-width: none;
    }
}

@media (max-width: 560px) {
    .uvu-express-buttons,
    .uvu-checkout-grid-2 {
        grid-template-columns: 1fr;
    }
}

.uvu-checkout-summary-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 26px;
}

.uvu-checkout-summary-head .uvu-checkout-logo {
    margin-bottom: 0;
}

.uvu-checkout-bag-icon {
    position: relative;
    width: 22px;
    height: 24px;
    display: inline-block;
    color: #777;
    text-decoration: none;
}

.uvu-checkout-bag-icon::before {
    content: "";
    position: absolute;
    left: 4px;
    right: 4px;
    bottom: 2px;
    height: 15px;
    border: 2px solid currentColor;
    border-radius: 2px;
}

.uvu-checkout-bag-icon::after {
    content: "";
    position: absolute;
    left: 7px;
    top: 1px;
    width: 8px;
    height: 9px;
    border: 2px solid currentColor;
    border-bottom: 0;
    border-radius: 8px 8px 0 0;
}

.uvu-cart-page {
    margin: 0;
    min-height: 100vh;
    background: #fff;
    color: #111;
    font-family: Arial, Helvetica, sans-serif;
}

.uvu-cart-page-header {
    position: relative;
    min-height: 76px;
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: start;
    padding: 12px 20px 0;
}

.uvu-cart-page-nav,
.uvu-cart-page-account {
    display: flex;
    gap: 28px;
    align-items: center;
    color: #111;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
}

.uvu-cart-page-account {
    justify-content: flex-end;
    gap: 18px;
}

.uvu-cart-page-nav a,
.uvu-cart-page-account a {
    color: #111;
    text-decoration: none;
}

.uvu-cart-page-logo {
    color: #df1f58;
    font-size: 40px;
    font-weight: 800;
    line-height: 1;
    letter-spacing: 0;
}

.uvu-cart-page-main {
    min-height: 650px;
    padding: 0 10px 80px;
}

.uvu-cart-page-title {
    margin: 0 0 34px;
    text-align: center;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
}

.uvu-cart-page-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 480px;
    gap: 28px;
}

.uvu-cart-table-head,
.uvu-cart-full-row {
    display: grid;
    grid-template-columns: 34px 150px minmax(260px, 1fr) 180px 280px 180px;
    align-items: center;
    gap: 16px;
}

.uvu-cart-table-head {
    padding: 0 0 12px;
    border-bottom: 1px solid #e5e5e5;
    color: #777;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
}

.uvu-cart-full-row {
    min-height: 210px;
    border-bottom: 1px solid #e5e5e5;
}

.uvu-cart-full-row img {
    width: 150px;
    height: 185px;
    object-fit: cover;
    background: #f6f6f6;
}

.uvu-cart-full-title {
    font-size: 13px;
    font-weight: 800;
    text-transform: uppercase;
}

.uvu-cart-full-size {
    margin-top: 6px;
    font-size: 13px;
    font-weight: 800;
}

.uvu-cart-remove-icon {
    width: 20px;
    height: 20px;
    border: 0;
    background: transparent;
    color: #111;
    font-size: 18px;
    cursor: pointer;
}

.uvu-cart-full-price,
.uvu-cart-full-total {
    color: #666;
    font-size: 13px;
}

.uvu-cart-full-qty {
    width: 100%;
    min-height: 36px;
    border: 1px solid #e1e1e1;
    background: #f7f7f7;
    padding: 0 16px;
}

.uvu-cart-page-actions {
    display: flex;
    justify-content: space-between;
    padding: 28px 18px 0;
}

.uvu-cart-total-card {
    border: 1px solid #ddd;
    padding: 20px;
}

.uvu-cart-total-card h2 {
    margin: 0 0 28px;
    padding-bottom: 24px;
    border-bottom: 1px dashed #ddd;
    font-size: 13px;
    text-transform: uppercase;
}

.uvu-cart-total-card p {
    margin: 0 0 8px;
    font-size: 13px;
    font-weight: 700;
}

.uvu-cart-total-card .uvu-primary-button {
    margin-top: 22px;
}

.uvu-cart-page-footer {
    min-height: 270px;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: 80px;
    padding: 26px 10px;
    background: #141414;
    color: #fff;
}

.uvu-cart-page-footer input {
    min-height: 34px;
    width: calc(100% - 110px);
    border: 0;
    padding: 0 16px;
}

.uvu-cart-page-footer button {
    min-height: 34px;
    width: 100px;
    border: 0;
    background: #fff;
    color: #111;
    font-size: 12px;
    font-weight: 700;
}

.uvu-cart-page-footer-logo {
    align-self: end;
    color: #df1f58;
    font-size: 28px;
    font-weight: 800;
}

@media (max-width: 1200px) {
    .uvu-cart-page-layout {
        grid-template-columns: 1fr;
    }

    .uvu-cart-table-head,
    .uvu-cart-full-row {
        grid-template-columns: 28px 110px minmax(180px, 1fr) 90px 140px 90px;
    }

    .uvu-cart-full-row img {
        width: 110px;
        height: 140px;
    }
}

@media (max-width: 760px) {
    .uvu-cart-page-header {
        grid-template-columns: 1fr;
        gap: 16px;
        justify-items: center;
    }

    .uvu-cart-page-nav,
    .uvu-cart-page-account {
        justify-content: center;
        flex-wrap: wrap;
    }

    .uvu-cart-table-head {
        display: none;
    }

    .uvu-cart-full-row {
        grid-template-columns: 28px 90px minmax(0, 1fr);
        align-items: start;
        padding: 20px 0;
    }

    .uvu-cart-full-row img {
        width: 90px;
        height: 116px;
    }

    .uvu-cart-full-price,
    .uvu-cart-full-qty,
    .uvu-cart-full-total {
        grid-column: 3;
    }

    .uvu-cart-page-footer {
        grid-template-columns: 1fr;
    }
}

@media (prefers-reduced-motion: reduce) {
    .uvu-card--revealed {
        opacity: 1;
        transform: none;
        animation: none;
        filter: none;
    }
}
