/* ==========================================================================
   4Ventos Cart widget
   ========================================================================== */

.fourventos-cart {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 386px;
    gap: 30px;
    align-items: start;
    margin: 0 auto;
    color: #1D1D1B;
    font-family: inherit;
}

.fourventos-cart__header {
    margin-bottom: 22px;
}

.fourventos-cart__title {
    margin: 0;
    color: #1D1D1B !important;
    font-size: 36px !important;
    line-height: 44px !important;
    font-weight: 500 !important;
    letter-spacing: 0;
}

.fourventos-cart__count {
    margin: 8px 0 0;
    color: #b3b3b3;
    font-size: 14px;
    line-height: 1.3;
}

.fourventos-cart__list {
    display: grid;
    gap: 18px;
}

.fourventos-cart-item {
    display: grid;
    grid-template-columns: 18px minmax(0, 1fr);
    gap: 20px;
    align-items: center;
}

.fourventos-cart-item:not(:last-of-type) {
    padding-bottom: 15px;
    border-bottom: 1px solid #ddd;
}

.fourventos-cart-item__tools {
    display: grid;
    gap: 10px;
    justify-items: center;
}

.fourventos-cart-item__tool {
    display: inline-flex;
    width: 16px;
    height: 16px;
    padding: 0;
    align-items: center;
    justify-content: center;
    border: 0;
    background: transparent;
    color: #d7d7d7;
    cursor: pointer;
}

.fourventos-cart-item__tool:hover,
.fourventos-cart-item__tool:focus-visible {
    color: #222;
}

.fourventos-cart-item__tool svg {
    display: block;
    width: 16px;
    height: 16px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.65;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.fourventos-cart-item__card {
    display: grid;
    grid-template-columns: 120px minmax(0, 1fr);
    gap: 10px;
    height: 120px;
    align-items: center;
}

.fourventos-cart-item__media {
    width: 120px;
    height: 120px;
    border-radius: 10px;
    background-color: #f5f5f5;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 86%;
}

.fourventos-cart-item__info {
    display: flex;
    gap: 50px;
    height: 120px;
    padding: 12px 0;
    flex: 1;
}

.fourventos-cart-item__copy {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.fourventos-cart-item__name {
    margin: 0;
    color: #1d1d1b !important;
    font-size: 24px !important;
    line-height: 32px !important;
}

.fourventos-cart-item__name a {
    margin: 0;
    color: #1d1d1b !important;
    font-size: 24px !important;
    line-height: 32px !important;
}

.fourventos-cart-item__name a {
    color: inherit;
    text-decoration: none;
}

.fourventos-cart-item__name a:hover {
    text-decoration: underline;
}

.fourventos-cart-item__tags {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
}

.fourventos-cart-item__tag {
    display: inline-flex;
    min-height: 22px;
    max-width: 100%;
    align-items: center;
    padding: 3px 8px;
    border-radius: 5px;
    background: #f5f5f5;
    color: #1D1D1B;
    font-size: 12px;
    line-height: 16px;
    white-space: nowrap;
}

.fourventos-cart-item__purchase {
    display: flex;
    flex-direction: column;
    align-items: end;
    justify-content: space-between;
}

.fourventos-cart-item__totals {
    display: grid;
    gap: 0;
}

.fourventos-cart-item__subtotal {
    color: #1d1d1b;
    font-size: 24px;
    line-height: 32px;
    font-weight: 700;
    letter-spacing: 0;
}

.fourventos-cart-item__unit {
    color: #aaa;
    font-size: 16px;
    line-height: 24px;
    text-align: end;
}

.fourventos-cart-qty {
    display: inline-grid;
    grid-template-columns: 19px 22px 19px;
    width: 60px;
    height: 26px;
    overflow: hidden;
    border: 1px solid #ddd;
    border-radius: 6px;
    background: #fff;
}

.fourventos-cart-qty__button {
    display: flex;
    align-items: center;
    justify-content: center;
}

.fourventos-cart-qty__button,
.fourventos-cart-qty__input {
    min-width: 0;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: #fff;
    color: #1D1D1B;
    font: inherit;
    line-height: 18px;
}

.fourventos-cart-qty__input {
    width: 22px;
    color: #1D1D1B;
    font-size: 12px;
    font-weight: 700;
    text-align: center;
    appearance: textfield;
}

.fourventos-cart-qty__input::-webkit-inner-spin-button,
.fourventos-cart-qty__input::-webkit-outer-spin-button {
    appearance: none;
    margin: 0;
}

.fourventos-cart__summary {
    padding: 30px;
    border: 1px solid #ddd;
    border-radius: 10px;
    background: #fff;
    position: sticky;
    top: 24px;
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.fourventos-cart-summary__title {
    color: #1D1D1B !important;
    font-size: 24px !important;
    line-height: 32px !important;
    letter-spacing: 0;
    margin: 0 !important;
}

.fourventos-cart-summary__lines {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding-bottom: 30px;
    border-bottom: 1px solid #ddd;
}

.fourventos-cart-summary__line {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
    color: #aaa;
    font-size: 16px;
    line-height: 24px;
}

.fourventos-cart-summary__line dt,
.fourventos-cart-summary__line dd {
    margin: 0;
}

.fourventos-cart-summary__line dd {
    color: #232323;
    font-weight: 500;
    text-align: right;
}

.fourventos-cart-summary__line a {
    color: #232323;
    text-decoration: underline;
}

.fourventos-cart-summary__total {
    display: flex;
    justify-content: space-between;
    gap: 18px;
    margin-top: 20px;
    color: #1d1d1b;
    font-size: 24px;
    line-height: 32px;
    font-weight: 700;
}

.fourventos-cart-summary__total strong {
    color: #232323;
    font-size: 22px;
    font-weight: 800;
}

.fourventos-cart-coupon {
    display: grid;
    gap: 0;
}

.fourventos-cart-coupon label,
.fourventos-cart-coupon__message {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
}

.fourventos-cart-coupon__row {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 128px;
    min-height: 48px;
    overflow: hidden;
    border: 1px solid #d6d6d6;
    border-radius: 10px;
    background: #fff;
}

.fourventos-cart-coupon input {
    width: 100%;
    min-width: 0;
    min-height: 40px;
    padding: 0 16px;
    border: 0;
    border-radius: 10px 0 0 10px;
    background: #fff;
    color: #242424;
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    text-transform: uppercase;
}

.fourventos-cart-coupon button {
    min-height: 40px;
    padding: 0 12px;
    border: 0;
    border-radius: 0;
    background: #fff;
    color: #1D1D1B;
    font-size: 16px;
    line-height: 24px;
    text-decoration: underline;
    cursor: pointer;
}

.fourventos-cart-coupon button:hover {
    color: #1D1D1B;
}

.fourventos-cart-summary__buttons {
    display: grid;
    gap: 8px;
}

.fourventos-cart-button {
    display: inline-flex;
    min-height: 39px;
    align-items: center;
    justify-content: center;
    padding: 0 18px;
    border: 0;
    border-radius: 7px;
    color: #242424;
    background: #d9d9d9;
    font-size: 14px;
    font-weight: 800;
    text-align: center;
    text-decoration: none;
}

.fourventos-cart-button:hover {
    color: #6682DF;
}

.fourventos-cart-button--primary {
    min-height: 46px;
    background: #1c1c1c;
    color: #fff !important;
}

.fourventos-cart__empty,
.fourventos-cart-empty {
    padding: 24px;
    border: 1px solid #dedede;
    border-radius: 8px;
    background: #fff;
    color: #777;
}

@media (max-width: 900px) {
    .fourventos-cart {
        grid-template-columns: 1fr;
        max-width: 680px;
    }

    .fourventos-cart__summary {
        position: static;
    }
}

@media (max-width: 620px) {
    .fourventos-cart {
        gap: 24px;
    }

    .fourventos-cart__title {
        font-size: 28px;
    }

    .fourventos-cart-item {
        grid-template-columns: 20px minmax(0, 1fr);
        align-items: start;
    }

    .fourventos-cart-item__card,
    .fourventos-cart-item__info {
        grid-template-columns: 1fr;
    }

    .fourventos-cart-item__media {
        width: 100%;
        height: auto;
        aspect-ratio: 1.15;
    }

    .fourventos-cart-item__purchase {
        justify-items: start;
    }

    .fourventos-cart-qty {
        margin-top: 10px;
    }
}

/* ==========================================================================
   4Ventos Checkout widget
   ========================================================================== */

.fourventos-checkout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 480px;
    gap: 30px;
    align-items: start;
    color: #1d1d1b;
    font-family: inherit;
}

.fourventos-checkout__details {
    min-width: 0;
}

.fourventos-checkout__login {
    margin: 0 0 8px;
    color: #1d1d1b;
    font-size: 14px;
    line-height: 20px;
}

.fourventos-checkout__login a {
    color: #1d1d1b;
    font-weight: 700;
    text-decoration: underline;
}

.fourventos-checkout__title {
    margin: 0 0 24px;
    color: #1d1d1b !important;
    font-size: 36px !important;
    line-height: 44px !important;
    font-weight: 400 !important;
    letter-spacing: 0;
}

.fourventos-checkout__person-type {
    display: flex;
    gap: 28px;
    margin-bottom: 17px;
}

.fourventos-checkout [data-pj-field][hidden] {
    display: none !important;
}

.fourventos-checkout__person-type label,
.fourventos-checkout__checkbox,
.fourventos-checkout-options label {
    display: flex;
    align-items: center;
    gap: 8px;
    margin: 0;
    color: #1d1d1b;
    font-size: 14px;
    line-height: 20px;
    cursor: pointer;
}

.fourventos-checkout input[type="radio"],
.fourventos-checkout input[type="checkbox"] {
    width: 14px;
    height: 14px;
    margin: 0;
    accent-color: #1d1d1b;
}

.fourventos-checkout__fields {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 20px;
}

.fourventos-checkout-field {
    display: grid;
    gap: 5px;
    margin: 0;
    min-width: 0;
}

.fourventos-checkout-field.full,
.fourventos-checkout__checkbox.full {
    grid-column: 1 / -1;
}

.fourventos-checkout-field.half {
    grid-column: span 2;
}

.fourventos-checkout-field.city {
    grid-column: span 3;
}

.fourventos-checkout-field.state {
    grid-column: span 1;
}

.fourventos-checkout-field.no-label {
    padding-top: 0;
}

.fourventos-checkout-field span {
    color: #1d1d1b;
    font-size: 14px;
    line-height: 20px;
}

.fourventos-checkout-field input,
.fourventos-checkout-field select,
.fourventos-checkout-field textarea {
    width: 100%;
    min-width: 0;
    min-height: 48px;
    padding: 0 17px;
    border: 1px solid #ddd !important;
    border-radius: 8px !important;
    background: #fff;
    color: #1d1d1b;
    font: inherit;
    font-size: 14px;
    line-height: 20px;
    outline: none;
}

.fourventos-checkout-field.muted select {
    background-color: #f5f5f5;
    border-color: #f5f5f5 !important;
}

.fourventos-checkout-field select {
    appearance: none;
    background-image: linear-gradient(45deg, transparent 50%, #1d1d1b 50%), linear-gradient(135deg, #1d1d1b 50%, transparent 50%);
    background-position: calc(100% - 20px) 20px, calc(100% - 14px) 20px;
    background-size: 6px 6px, 6px 6px;
    background-repeat: no-repeat;
}

.fourventos-checkout-field input::placeholder,
.fourventos-checkout-field textarea::placeholder {
    color: #d6d6d6;
}

.fourventos-checkout-field textarea {
    min-height: 96px;
    padding-top: 16px;
    resize: vertical;
}

.fourventos-checkout-field--password {
    position: relative;
}

.fourventos-checkout-field--password input {
    padding-right: 48px;
}

.fourventos-checkout-field--password button {
    position: absolute;
    right: 14px;
    bottom: 12px;
    display: inline-flex;
    width: 24px;
    height: 24px;
    align-items: center;
    justify-content: center;
    padding: 0;
    border: 0;
    background: transparent;
    color: #1d1d1b;
    cursor: pointer;
}

.fourventos-checkout-field--password svg {
    width: 20px;
    height: 20px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.7;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.fourventos-checkout__checkbox {
    margin-top: 3px;
}

.fourventos-checkout__summary {
    display: grid;
    gap: 23px;
    padding: 30px;
    border: 1px solid #ddd;
    border-radius: 10px;
    background: #fff;
}

.fourventos-checkout-summary__title {
    margin: 0;
    color: #1d1d1b !important;
    font-size: 24px !important;
    line-height: 32px !important;
    font-weight: 700 !important;
    letter-spacing: 0;
}

.fourventos-checkout-products {
    display: grid;
    gap: 10px;
}

.fourventos-checkout-product {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 14px;
    align-items: start;
    padding: 12px;
    border-radius: 6px;
    background: #f5f5f5;
}

.fourventos-checkout-product__info {
    min-width: 0;
}

.fourventos-checkout-product__name {
    display: block;
    color: #1d1d1b;
    font-size: 14px;
    line-height: 18px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.fourventos-checkout-product strong {
    color: #1d1d1b;
    font-size: 14px;
    line-height: 18px;
    font-weight: 800;
}

.fourventos-checkout-product__tags {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    margin-top: 7px;
}

.fourventos-checkout-product__tags em {
    display: inline-flex;
    min-height: 16px;
    align-items: center;
    padding: 2px 7px;
    border-radius: 3px;
    background: #fff;
    color: #1d1d1b;
    font-size: 9px;
    font-style: normal;
    line-height: 12px;
}

.fourventos-checkout-subtotal,
.fourventos-checkout-total {
    display: flex;
    justify-content: space-between;
    gap: 16px;
    color: #1d1d1b;
    font-size: 24px;
    line-height: 32px;
}

.fourventos-checkout-subtotal {
    padding-bottom: 20px;
    border-bottom: 1px solid #ddd;
}

.fourventos-checkout-subtotal strong,
.fourventos-checkout-total strong {
    color: #1d1d1b;
    font-size: 24px;
    line-height: 32px;
    font-weight: 800;
}

.fourventos-checkout-total {
    padding-top: 3px;
}

.fourventos-checkout-options {
    display: grid;
    gap: 7px;
    padding-bottom: 20px;
    border-bottom: 1px solid #ddd;
}

.fourventos-checkout-options__label {
    margin-bottom: 4px;
    color: #aaa;
    font-size: 14px;
    line-height: 20px;
}

.fourventos-checkout-options label {
    display: grid;
    grid-template-columns: 14px minmax(0, 1fr) auto;
    gap: 7px;
}

.fourventos-checkout-options label em {
    color: #1d1d1b;
    font-size: 14px;
    font-style: normal;
    line-height: 20px;
    text-align: right;
}

.fourventos-checkout-options--payment label {
    grid-template-columns: 14px minmax(0, 1fr);
}

.fourventos-checkout-coupon {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 128px;
    min-height: 43px;
    position: relative;
    overflow: hidden;
    border: 1px solid #d6d6d6;
    border-radius: 7px;
    background: #fff;
}

.fourventos-checkout-coupon input {
    width: 100%;
    min-width: 0;
    min-height: 41px;
    padding: 0 17px;
    border: 0 !important;
    background: #fff;
    color: #1d1d1b;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
}

.fourventos-checkout-coupon button {
    min-height: 41px;
    padding: 0 14px;
    border: 0;
    background: #fff;
    color: #1d1d1b;
    font-size: 13px;
    text-decoration: underline;
    cursor: pointer;
}

.fourventos-checkout-coupon p {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
}

.fourventos-checkout-submit {
    display: inline-flex;
    min-height: 46px;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 0 18px;
    border: 0;
    border-radius: 7px;
    background: #1d1d1b;
    color: #fff;
    font-size: 14px;
    font-weight: 800;
    line-height: 20px;
    cursor: pointer;
}

.fourventos-checkout-empty {
    padding: 24px;
    border: 1px solid #ddd;
    border-radius: 10px;
    background: #fff;
    color: #777;
}

@media (max-width: 900px) {
    .fourventos-checkout {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 620px) {
    .fourventos-checkout__title {
        font-size: 30px !important;
        line-height: 38px !important;
    }

    .fourventos-checkout__fields {
        grid-template-columns: 1fr;
    }

    .fourventos-checkout-field.half,
    .fourventos-checkout-field.city,
    .fourventos-checkout-field.state {
        grid-column: 1;
    }

    .fourventos-checkout__summary {
        padding: 22px;
    }
}

/* ==========================================================================
   4Ventos Add to Cart widget
   ========================================================================== */

.fourventos-add-cart {
    /* display: grid; */
    /* gap: 28px; */
    color: #1d1d1b;
    font-family: inherit;
}

.fourventos-add-cart .wapf {
    display: grid;
    gap: 24px;
}

.fourventos-add-cart .wapf-wrapper,
.fourventos-add-cart .wapf-field-group {
    display: grid;
    gap: 24px;
}

.fourventos-add-cart .wapf-field-container {
    margin: 0 !important;
}

.fourventos-add-cart .wapf-field-label {
    margin: 0 0 10px !important;
}

.fourventos-add-cart .wapf-field-label label,
.fourventos-add-cart .wapf-field-label span {
    color: #1d1d1b;
    font-size: 18px;
    line-height: 24px;
    font-weight: 700;
}

.fourventos-add-cart .wapf-field-label abbr {
    color: #1d1d1b;
    text-decoration: none;
}

.fourventos-add-cart .wapf-swatch-wrapper {
    gap: 14px;
    grid-template-columns: repeat(var(--wapf-cols), 18%);
}

.fourventos-add-cart .wapf-swatch {
    margin: 0 !important;
}

.fourventos-add-cart .wapf-swatch label {
    cursor: pointer;
}

.fourventos-add-cart__info {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.fourventos-add-cart__info-item {
    display: flex;
    gap: 16px;
}

.fourventos-add-cart__info-item p {
    font-family: inherit;
    margin: 0;
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;

}

.fourventos-add-cart__summary {
    display: flex;
    align-items: start;
    justify-content: space-between;
    gap: 18px;
    align-items: center;
    padding: 14px;
    border: 1px solid #ddd;
    border-radius: 8px;
    background: #fff;
    width: 1140px;
    position: absolute;
    right: 0;
    top: calc(100% + 18px);
}

.fourventos-add-cart__eyebrow {
    display: block;
    margin-bottom: 7px;
    color: #aaa;
    font-size: 12px;
    line-height: 16px;
}

.fourventos-add-cart__chips {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
}

.fourventos-add-cart__chips span {
    display: inline-flex;
    min-height: 18px;
    align-items: center;
    padding: 2px 7px;
    border-radius: 3px;
    background: #f5f5f5;
    color: #1d1d1b;
    font-size: 9px;
    line-height: 12px;
}

.fourventos-add-cart-qty {
    display: grid;
    grid-template-columns: 28px minmax(46px, 1fr) 28px;
    min-height: 40px;
    overflow: hidden;
    border: 1px solid #ddd;
    border-radius: 6px;
    background: #fff;
}

.fourventos-add-cart-qty button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    border: 0;
    background: #fff;
    color: #1d1d1b;
    font-size: 16px;
    font-weight: 800;
    cursor: pointer;
}

.fourventos-add-cart-qty .quantity {
    margin: 0 !important;
}

.fourventos-add-cart-qty input.qty {
    width: 100% !important;
    height: 40px;
    min-height: 40px;
    padding: 0 !important;
    border: 0 !important;
    border-left: 1px solid #eee !important;
    border-right: 1px solid #eee !important;
    border-radius: 0 !important;
    color: #1d1d1b;
    font-size: 13px;
    font-weight: 700;
    text-align: center;
    appearance: textfield;
}

.fourventos-add-cart-qty input.qty::-webkit-inner-spin-button,
.fourventos-add-cart-qty input.qty::-webkit-outer-spin-button {
    appearance: none;
    margin: 0;
}

.fourventos-add-cart__quantity strong {
    display: block;
    color: #1d1d1b;
    font-size: 18px;
    line-height: 22px;
    font-weight: 800;
}

.fourventos-add-cart__quantity small {
    display: block;
    color: #777;
    font-size: 10px;
    line-height: 14px;
}

.fourventos-add-cart__native-quantity {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
}

.fourventos-add-cart__price,
.fourventos-add-cart__discount {
    display: grid;
    gap: 1px;
}

.fourventos-add-cart__price strong,
.fourventos-add-cart__discount strong {
    color: #1d1d1b;
    font-size: 18px;
    line-height: 22px;
    font-weight: 800;
}

.fourventos-add-cart__price span,
.fourventos-add-cart__price small,
.fourventos-add-cart__discount small {
    color: #777;
    font-size: 10px;
    line-height: 14px;
}

.fourventos-add-cart__discount > span {
    color: #61b246;
    font-size: 12px;
    line-height: 16px;
    font-weight: 800;
}

.fourventos-add-cart__button {
    display: inline-flex !important;
    min-height: 48px;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 0 14px !important;
    border: 0 !important;
    border-radius: 7px !important;
    background: #1d1d1b !important;
    color: #fff !important;
    font-size: 12px !important;
    line-height: 15px !important;
    font-weight: 800 !important;
    text-align: left;
}

.fourventos-add-cart__button svg {
    width: 20px;
    height: 20px;
    flex: 0 0 auto;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.fourventos-add-cart-empty {
    padding: 18px;
    border: 1px solid #ddd;
    border-radius: 8px;
    background: #fff;
    color: #777;
}

.fourventos-add-cart__qty-section {
    margin-bottom: 40px;
}

form.cart:has(.wapf) .fourventos-add-cart__qty-section {
    margin-top: -48px;
}

.fourventos-add-cart__qty-label {
    margin: 0 0 10px;
}

.fourventos-add-cart__qty-label span {
    color: #1d1d1b;
    font-size: 18px;
    line-height: 24px;
    font-weight: 700;
}

.fourventos-add-cart__qty-swatches {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
}

.woocommerce .fourventos-add-cart__qty-swatch {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 10px 20px;
    border: none;
    border-radius: 8px;
    background: #f5f5f5;
    color: #1d1d1b;
    font: inherit;
    font-size: 16px !important;
    line-height: 24px !important;
    font-weight: 700 !important;
    text-align: left;
    cursor: pointer;
    transition: background 0.15s, color 0.15s;
}

.woocommerce .fourventos-add-cart__qty-swatch:hover {
    background: #131877;
    color: #fff;
}

.fourventos-add-cart__qty-swatch::before {
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    flex: 0 0 20px;
    border-radius: 50%;
    border: 2px solid #1d1d1b;
    background: transparent;
    transition: border-color 0.15s, background 0.15s, box-shadow 0.15s;
}

.woocommerce .fourventos-add-cart__qty-swatch.is-active {
    background: #131877;
    border-color: #131877;
    color: #fff;
}

.fourventos-add-cart__qty-swatch.is-active::before {
    border: 1px solid #FFF;
    background: #FFF;
    box-shadow: inset 0 0 0 7px #131788;
}

.fourventos-add-cart__qty-swatch--custom {
    cursor: default;
}

.woocommerce .fourventos-add-cart__qty-custom-input {
    width: 100px;
    border: 1px solid #aaa !important;
    border-radius: 6px !important;
    background: transparent;
    color: inherit;
    font: inherit;
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
    text-align: center;
    appearance: textfield;
    outline: none;
}

.fourventos-add-cart__qty-custom-input::-webkit-inner-spin-button,
.fourventos-add-cart__qty-custom-input::-webkit-outer-spin-button {
    appearance: none;
    margin: 0;
}

.fourventos-add-cart__qty-swatch--custom span {
    font-size: 14px;
}

@media (max-width: 900px) {
    .fourventos-add-cart__summary {
        grid-template-columns: 1fr 1fr;
    }

    .fourventos-add-cart__button {
        grid-column: 1 / -1;
    }
}

@media (max-width: 620px) {
    .fourventos-add-cart__summary {
        grid-template-columns: 1fr;
    }
}

/* ==========================================================================
   4Ventos My Account orders endpoint
   ========================================================================== */

.fourventos-account-orders {
    display: grid;
    overflow: hidden;
    border: 1px solid #ddd;
    border-radius: 16px;
    background: #fff;
}

.fourventos-account-order {
    display: grid;
    grid-template-columns: minmax(180px, 1fr) auto auto;
    gap: 30px;
    align-items: center;
    padding: 30px;
    color: #1d1d1b;
    font-family: 'Poppins', sans-serif;
}

.fourventos-account-order + .fourventos-account-order {
    border-top: 1px solid #e5e5e5;
}

.fourventos-account-order__details {
    display: grid;
    gap: 10px;
}

.fourventos-account-order__number,
.fourventos-account-order__date,
.fourventos-account-order__status {
    margin: 0;
    color: #1d1d1b;
    font-size: 14px;
    line-height: 20px;
}

.fourventos-account-order__date time {
    font-weight: 500;
}

a.fourventos-account-order__action{
    font-size: 12px;
    line-height: 16px;
}

a.fourventos-account-order__action:hover{
    font-size: 12px;
    line-height: 16px;
}

.fourventos-account-order__number a {
    color: #356eea !important;
    font-weight: 800;
    margin-left: 10px;
}

.fourventos-account-order__total {
        display: flex;
    align-items: baseline;
    gap: 4px;
}

.fourventos-account-order__total .amount, .fourventos-account-order__total .woocommerce-Price-currencySymbol{
    display: flex;
    align-items: baseline;
    color: #1d1d1b;
    font-size: 24px;
    line-height: 32px;
    font-weight: 800;
}

.fourventos-account-order__total span {
    color: #1d1d1b;
    font-size: 12px;
    line-height: 16px;
    font-weight: 400;
}

.fourventos-account-order__status {
    display: flex;
    align-items: center;
    gap: 8px;
}

.fourventos-account-order__status-mark {
    padding: 2px 5px;
    border-radius: 3px;
    background: #eeeeee !important;
    color: #555555 !important;
    font-size: 12px;
    line-height: 16px;
    font-weight: 400 !important;
}

.fourventos-account-order__status-mark--processing,
.fourventos-account-order__status-mark--on-hold,
.fourventos-account-order__status-mark--pending {
    background: #fff0c2 !important;
    color: #9a6400 !important;
}

.fourventos-account-order__status-mark--cancelled,
.fourventos-account-order__status-mark--failed,
.fourventos-account-order__status-mark--refunded {
    background: #ffcccc !important;
    color: #ff0000 !important;
}

.fourventos-account-order__status-mark--completed,
.fourventos-account-order__status-mark--confirmed {
    background: #dff5df !important;
    color: #168a22 !important;
}

.fourventos-account-order__products {
    display: flex;
    gap: 12px;
}

.fourventos-account-order__thumb {
    width: 120px;
    height: 120px;
    overflow: hidden;
    border-radius: 8px;
    background: #f5f5f5;
    display: flex;
    align-items: center;
    justify-content: center;
}

.woocommerce .fourventos-account-order__thumb img {
    display: block;
    width: 100px;
    height: 100px !important;
    object-fit: contain;
}

.fourventos-account-order__actions {
    display: grid;
    gap: 6px;
    justify-items: stretch;
}

.fourventos-account-order__action {
    display: inline-flex;
    min-height: 26px;
    align-items: center;
    justify-content: center;
    padding: 0 12px;
    border-radius: 4px;
    background: #f5f5f5;
    color: #1d1d1b;
    font-size: 12px;
    line-height: 16px;
    font-weight: 600;
    text-decoration: none;
}

.fourventos-account-orders__pagination {
    display: flex;
    justify-content: flex-end;
    gap: 10px;
    margin-top: 16px;
}

.fourventos-account-orders__pagination a,
.fourventos-account-orders--empty a {
    display: inline-flex;
    min-height: 32px;
    align-items: center;
    justify-content: center;
    padding: 0 14px;
    border-radius: 6px;
    background: #1d1d1b;
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    text-decoration: none;
}

.fourventos-account-orders--empty {
    gap: 14px;
    padding: 28px;
}

.fourventos-account-orders--empty p {
    margin: 0;
    color: #777;
}

.fourventos-account-addresses {
    display: grid;
    gap: 30px;
    color: #1d1d1b;
}

.fourventos-account-addresses__intro {
    margin: 0;
    color: #1d1d1b;
    font-size: 15px;
    line-height: 22px;
}

.fourventos-account-addresses__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
}

.fourventos-account-address-card {
    overflow: hidden;
    border: 1px solid #eeeeee;
    border-radius: 8px;
    background: #fff;
}

.fourventos-account-address-card__header {
    display: flex;
    align-items: center;
    gap: 8px;
    min-height: 44px;
    padding: 0 18px;
    background: #f5f5f5;
}

.fourventos-account-address-card__header svg {
    width: 20px;
    height: 20px;
    flex: 0 0 auto;
    fill: none;
    stroke: #1d1d1b;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.woocommerce-account .woocommerce .fourventos-account-addresses .fourventos-account-address-card header.fourventos-account-address-card__header h3 {
    margin: 0;
    color: #1d1d1b;
    font-size: 16px;
    line-height: 24px;
}

.fourventos-account-address-card__body {
    display: grid;
    gap: 5px;
    padding: 20px;
    color: #aaa;
    font-size: 16px;
    line-height: 24px;
    font-family: 'Poppins', sans-serif;
}

.fourventos-account-address-card__body span {
    display: block;
}

.fourventos-account-address-card__footer {
    padding: 15px 20px;
    border-top: 1px solid #eeeeee;
}

.woocommerce .fourventos-account-address-card__footer a {
    color: #1d1d1b;
    font-size: 16px;
    line-height: 24px;
    font-weight: 800;
    text-decoration: underline;
}

.woocommerce .fourventos-account-address-card__footer a:hover {
    color: #356eea;
}

@media (max-width: 900px) {
    .fourventos-account-order {
        grid-template-columns: 1fr;
    }

    .fourventos-account-order__products,
    .fourventos-account-order__actions {
        justify-content: start;
    }

    .fourventos-account-addresses__grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 620px) {
    .fourventos-account-order {
        padding: 20px;
    }

    .fourventos-account-order__products {
        flex-wrap: wrap;
    }
}

/* ==========================================================================
   4Ventos Product Tabs widget
   ========================================================================== */

.fourventos-product-tabs {
    display: grid;
    grid-template-columns: 320px minmax(0, 1fr);
    gap: 48px;
    align-items: start;
    color: #1d1d1b;
    font-family: inherit;
}

.fourventos-product-tabs__nav {
    display: grid;
    gap: 10px;
}

.fourventos-product-tabs__button {
    display: flex;
    min-height: 56px;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding: 0 22px;
    border: 0;
    border-radius: 8px;
    background: #d9d9d9;
    color: #1d1d1b;
    font-size: 16px;
    line-height: 24px;
    font-weight: 800;
    text-align: left;
    cursor: pointer;
}

.fourventos-product-tabs__button svg {
    width: 18px;
    height: 18px;
    flex: 0 0 auto;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.fourventos-product-tabs__button.is-active {
    background: #131877;
    color: #fff;
}

.fourventos-product-tabs__content {
    min-width: 0;
}

.fourventos-product-tabs__panel[hidden] {
    display: none;
}

.fourventos-product-tabs__description {
    color: #1d1d1b;
    font-size: 18px;
    line-height: 28px;
}

.fourventos-product-tabs__description h1,
.fourventos-product-tabs__description h2,
.fourventos-product-tabs__description h3,
.fourventos-product-tabs__description h4 {
    margin: 0 0 12px;
    color: #1d1d1b;
    font-weight: 500;
    letter-spacing: 0;
}

.fourventos-product-tabs__description h2,
.fourventos-product-tabs__description h3 {
    font-size: 30px;
    line-height: 38px;
}

.fourventos-product-tabs__description p {
    margin: 0 0 28px;
}

.fourventos-product-tabs__description ul,
.fourventos-product-tabs__description ol {
    margin: 0 0 28px;
    padding-left: 24px;
}

.fourventos-product-tabs__description li {
    margin: 0 0 6px;
}

.fourventos-product-tabs__empty-state {
    padding: 28px;
    border: 1px solid #e6e6e6;
    border-radius: 8px;
    background: #fff;
    color: #777;
    font-size: 16px;
    line-height: 24px;
}

.fourventos-product-specs {
    display: grid;
    gap: 26px;
}

.fourventos-product-specs__section {
    display: grid;
    gap: 12px;
}

.fourventos-product-specs__section h3 {
    margin: 0;
    color: #1d1d1b;
    font-size: 24px;
    line-height: 32px;
    font-weight: 600;
}

.fourventos-product-specs__stock {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    align-items: center;
    color: #1d1d1b;
    font-size: 16px;
    line-height: 24px;
}

.fourventos-product-specs__stock .stock {
    margin: 0;
    padding: 4px 10px;
    border-radius: 4px;
    background: #e9f7e9;
    color: #168a22;
    font-weight: 700;
}

.fourventos-product-specs__stock .out-of-stock {
    background: #ffcccc;
    color: #ff0000;
}

.fourventos-product-specs__groups {
    display: grid;
    gap: 16px;
}

.fourventos-product-specs__group {
    display: grid;
    gap: 8px;
}

.fourventos-product-specs__group > span {
    color: #1d1d1b;
    font-size: 16px;
    line-height: 22px;
    font-weight: 800;
}

.fourventos-product-specs__chips {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.fourventos-product-specs__chips em {
    display: inline-flex;
    min-height: 30px;
    align-items: center;
    padding: 4px 12px;
    border-radius: 6px;
    background: #f5f5f5;
    color: #1d1d1b;
    font-size: 13px;
    line-height: 18px;
    font-style: normal;
    font-weight: 700;
}

.fourventos-product-specs__wapf-empty {
    color: #777;
    font-size: 15px;
    line-height: 22px;
}

.fourventos-product-tabs-empty {
    padding: 18px;
    border: 1px solid #ddd;
    border-radius: 8px;
    background: #fff;
    color: #777;
}

@media (max-width: 900px) {
    .fourventos-product-tabs {
        grid-template-columns: 1fr;
        gap: 28px;
    }

    .fourventos-product-tabs__nav {
        max-width: 420px;
    }
}

@media (max-width: 620px) {
    .fourventos-product-tabs__button {
        min-height: 50px;
        padding: 0 16px;
        font-size: 14px;
    }

    .fourventos-product-tabs__description {
        font-size: 16px;
        line-height: 25px;
    }

    .fourventos-product-tabs__description h2,
    .fourventos-product-tabs__description h3 {
        font-size: 24px;
        line-height: 32px;
    }
}

/* ==========================================================================
   4Ventos Product Archive widget
   ========================================================================== */

.woocommerce .fourventos-archive {
    color: #1d1d1b;
    font-family: inherit;
}

/* --- Category Swiper --- */

.woocommerce .fourventos-archive__swiper {
    margin-bottom: 28px;
    overflow: hidden;
}

.woocommerce .fourventos-archive-swiper__track {
    display: flex;
    gap: 10px;
    overflow-x: auto;
    padding-bottom: 4px;
    scrollbar-width: none;
    -ms-overflow-style: none;
    cursor: grab;
    user-select: none;
}

.woocommerce .fourventos-archive-swiper__track::-webkit-scrollbar {
    display: none;
}

.woocommerce .fourventos-archive-swiper__track.is-dragging {
    cursor: grabbing;
}

.woocommerce .fourventos-archive-swiper__pill {
    display: inline-flex;
    flex-shrink: 0;
    min-height: 38px;
    align-items: center;
    padding: 12px 16px;
    border: 1px solid #ddd;
    border-radius: 5px;
    background: #fff;
    color: #1d1d1b;
    font: inherit;
    font-size: 12px;
    line-height: 16px;
    font-weight: 700;
    white-space: nowrap;
    cursor: pointer;
    transition: background 0.15s, border-color 0.15s, color 0.15s;
}

.woocommerce .fourventos-archive-swiper__pill:hover {
    border-color: #4988B2;
    background: #4988B2;
    color: #fff;
}

.woocommerce .fourventos-archive-swiper__pill.is-active {
    background: #4988B2;
    border-color: #4988B2;
    color: #fff;
}

/* --- Layout --- */

.woocommerce .fourventos-archive__layout {
    display: grid;
    grid-template-columns: 340px minmax(0, 1fr);
    gap: 50px;
    align-items: start;
}

.woocommerce .fourventos-archive__main {
    min-width: 0;
}

/* --- Sidebar --- */

.woocommerce .fourventos-archive__sidebar {
    position: sticky;
    top: 250px;
}

.woocommerce .fourventos-archive-filters {
    display: grid;
    gap: 16px;
}

.woocommerce .fourventos-archive-filter {
    overflow: hidden;
    border: 1px solid #e5e5e5;
    border-radius: 6px;
    background: #fff;
}

.woocommerce .fourventos-archive-filter__toggle {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    width: 100%;
    min-height: 51px;
    padding: 30px 30px 20px 30px;
    border: 0;
    background: transparent;
    color: #1d1d1b;
    font: inherit;
    font-size: 24px;
    line-height: 32px;
    font-weight: 400;
    text-align: left;
    cursor: pointer;
}
    
.woocommerce .fourventos-archive-filter__toggle[aria-expanded="true"] + .fourventos-archive-filter__body::before{
    color: #1d1d1b;
    font: inherit;
    font-size: 24px;
    line-height: 32px;
    font-weight: 400;
    text-align: left;
    cursor: pointer;
}

.woocommerce .fourventos-archive-filter__toggle:hover {
    background: #FFF;
    color: #1d1d1b;
}

.fourventos-archive-filter__toggle svg {
    flex-shrink: 0;
    width: 12px;
    height: 8px;
    color: #1d1d1b;
    transform: rotate(180deg);
    transition: transform 0.2s;
}

.fourventos-archive-filter__toggle[aria-expanded="false"] svg {
    transform: rotate(0deg);
}

.fourventos-archive-filter__body {
    padding: 0 30px 30px;
}

.fourventos-archive-filter__body[hidden] {
    display: none;
}

/* Checklist */

.fourventos-archive-filter__checklist {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    gap: 6px;
}

.fourventos-archive-filter__check-label {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #1d1d1b;
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    cursor: pointer;
}

.fourventos-archive-filter__check-label span {
    min-width: 0;
}

.fourventos-archive-filter__check-label em {
    margin-left: auto;
    color: #aaaaaa;
    font-size: 11px;
    font-style: normal;
    font-weight: 500;
    line-height: 1;
}

.fourventos-archive-filter__checkbox {
    width: 18px;
    height: 18px;
    flex-shrink: 0;
    margin: 0;
    accent-color: #1d1d1b;
    cursor: pointer;
}

.fourventos-archive-filter__toggle[aria-expanded="true"] + .fourventos-archive-filter__body::before {
    content: "";
    display: block;
    width: 35px;
    height: 1px;
    margin: -1px 0 16px;
    background: #1d1d1b;
}

/* Color + text swatches */

.fourventos-archive-filter__swatches {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 9px;
}

.fourventos-archive-filter__swatch-label {
    position: relative;
    display: inline-flex;
    cursor: pointer;
}

.fourventos-archive-filter__swatch-input {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    opacity: 0;
    cursor: pointer;
}

.fourventos-archive-filter__swatch {
    display: block;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 1px solid #aaaaaa;
    outline: 2px solid transparent;
    box-shadow: inset 0 0 0 3px #fff;
    transition: border-color 0.15s, outline-color 0.15s, transform 0.15s;
}

.fourventos-archive-filter__swatch-label input:checked + .fourventos-archive-filter__swatch--color,
.fourventos-archive-filter__swatch-label:has(input:checked) .fourventos-archive-filter__swatch--color {
    border-color: #1d1d1b;
    outline-color: #6682df;
    outline-offset: 1px;
    transform: scale(1.04);
}

.fourventos-archive-filter__swatch--text {
    display: inline-flex;
    width: auto;
    min-height: 22px;
    border-radius: 6px;
    padding: 4px 12px;
    background: #f5f5f5;
    color: #1d1d1b;
    font-size: 10px;
    font-weight: 500;
    align-items: center;
    justify-content: center;
    border: 2px solid transparent;
    outline: none;
}

.fourventos-archive-filter__swatch-label input:checked + .fourventos-archive-filter__swatch--text,
.fourventos-archive-filter__swatch-label:has(input:checked) .fourventos-archive-filter__swatch--text {
    border-color: #1d1d1b;
    background: #1d1d1b;
    color: #fff;
}

/* Price fields */

.woocommerce .fourventos-archive-price {
    display: grid;
    gap: 22px;
}

.woocommerce .fourventos-archive-price__fields {
    display: grid;
    grid-template-columns: 100px 1fr 100px;
    gap: 12px;
    align-items: center;
}

.woocommerce .fourventos-archive-price__field {
    display: grid;
    gap: 8px;
    margin: 0;
    color: #1d1d1b;
    font: inherit;
    font-size: 13px;
    line-height: 18px;
    font-weight: 700;
}

.woocommerce .fourventos-archive-price__input {
    width: 100%;
    padding: 8px 15px;
    border: 1px solid #ddd;
    border-radius: 10px;
    background: #fff;
    color: #1d1d1b;
    font: inherit;
    font-size: 12px;
    line-height: 16px;
    font-weight: 500;
    outline: none;
    transition: border-color 0.15s, box-shadow 0.15s;
}

.woocommerce .fourventos-archive-price__input::placeholder {
    color: #aaaaaa;
}

.woocommerce .fourventos-archive-price__input:focus {
    border-color: #6682df;
    box-shadow: 0 0 0 2px rgba(102, 130, 223, 0.16);
}

.woocommerce .fourventos-archive-price__apply {
    display: inline-flex;
    padding: 0;
    border: 0;
    background: transparent;
    color: #6682df;
    font: inherit;
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
    text-decoration: underline;
    cursor: pointer;
}

.woocommerce .fourventos-archive-price__apply:hover {
    color: #6682df;
    background: transparent;
}

/* --- Sort bar --- */

.fourventos-archive__bar {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 12px;
    margin-bottom: 20px;
    padding-bottom: 0;
    border-bottom: 0;
    flex-wrap: wrap;
}

.fourventos-archive__total {
    display: none;
    margin: 0;
    color: #aaa;
    font-size: 13px;
    line-height: 18px;
}

.fourventos-archive__bar-controls {
    display: flex;
    align-items: center;
    gap: 14px;
    flex-wrap: wrap;
}

.fourventos-archive__bar-group {
    display: flex;
    align-items: center;
    gap: 7px;
}

.fourventos-archive__bar-label {
    color: #1d1d1b;
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    white-space: nowrap;
}

.fourventos-archive__select-wrap {
    position: relative;
}

.fourventos-archive__select {
    appearance: none;
    min-height: 25px;
    padding: 0 25px 0 10px;
    border: 0;
    border-radius: 5px;
    background: #f5f5f5;
    background-image: linear-gradient(45deg, transparent 50%, #1d1d1b 50%),
        linear-gradient(135deg, #1d1d1b 50%, transparent 50%);
    background-position: calc(100% - 12px) 10px, calc(100% - 8px) 10px;
    background-size: 4px 4px;
    background-repeat: no-repeat;
    color: #1d1d1b;
    font: inherit;
    font-size: 10px;
    font-weight: 600;
    cursor: pointer;
}

/* --- Product grid --- */

.fourventos-archive__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
    transition: opacity 0.2s;
}

.fourventos-archive__grid.is-loading {
    opacity: 0.4;
    pointer-events: none;
}

.fourventos-archive__item {
    position: relative;
    min-width: 0;
}

.fourventos-archive__no-products {
    grid-column: 1 / -1;
    padding: 32px 24px;
    text-align: center;
    color: #aaa;
    font-size: 15px;
}

/* --- Load more --- */

.woocommerce .fourventos-archive__footer {
    display: flex;
    justify-content: center;
    margin-top: 32px;
}

.woocommerce .fourventos-archive__footer[hidden] {
    display: none;
}

.woocommerce .fourventos-archive__load-more {
    display: inline-flex;
    gap: 8px;
    min-height: 46px;
    align-items: center;
    justify-content: center;
    padding: 12px 30px;
    border: 1px solid #1d1d1b;
    border-radius: 10px;
    background: #1d1d1b;
    color: #fff;
    font: inherit;
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    cursor: pointer;
    transition: background 0.15s, color 0.15s;
}

.woocommerce .fourventos-archive__load-more:hover {
    background: #1d1d1b;
    color: #fff;
}

.fourventos-archive__load-more:hover {
    background: #1d1d1b;
    color: #fff;
}

.woocommerce .fourventos-archive__load-more.is-loading {
    opacity: 0.6;
    cursor: wait;
}

/* --- Responsive --- */

@media (max-width: 1024px) {
    .fourventos-archive__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 900px) {
    .fourventos-archive__layout {
        grid-template-columns: 1fr;
    }

    .fourventos-archive__sidebar {
        position: static;
    }

    .fourventos-archive-filters {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 16px 24px;
    }
}

@media (max-width: 620px) {
    .fourventos-archive-filters {
        grid-template-columns: 1fr;
    }

    .fourventos-archive__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 16px;
    }
}
