/* Product card action links */
.product-card_btns .product-card_present-btn:before,
.product-card_btns.product-card_btns-tools .product-card_tools-btn::before,
.product-card_desc .size-chart_btn:before {
    flex: 0 0 24px;
    width: 24px;
    height: 24px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.product-card_desc .size-chart_btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    vertical-align: top;
}

.product-card_desc .size-chart_btn:before {
    content: '';
    display: block;
    background-color: currentColor;
    -webkit-mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4 7.5A3.5 3.5 0 0 1 7.5 4h9A3.5 3.5 0 0 1 20 7.5v9a3.5 3.5 0 0 1-3.5 3.5h-9A3.5 3.5 0 0 1 4 16.5v-9Zm3.5-1A1.5 1.5 0 0 0 6 8v8a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V8a1.5 1.5 0 0 0-1.5-1.5h-9ZM8 9h8v1.5H8V9Zm0 3h5v1.5H8V12Zm0 3h8v1.5H8V15Z'/%3E%3C/svg%3E") center / contain no-repeat;
    mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4 7.5A3.5 3.5 0 0 1 7.5 4h9A3.5 3.5 0 0 1 20 7.5v9a3.5 3.5 0 0 1-3.5 3.5h-9A3.5 3.5 0 0 1 4 16.5v-9Zm3.5-1A1.5 1.5 0 0 0 6 8v8a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V8a1.5 1.5 0 0 0-1.5-1.5h-9ZM8 9h8v1.5H8V9Zm0 3h5v1.5H8V12Zm0 3h8v1.5H8V15Z'/%3E%3C/svg%3E") center / contain no-repeat;
}

.product-card_desc .product-card_btns.is-active {
    flex-wrap: wrap;
}

.product-card_desc .product-card_btns.is-active .product-card_add-cart,
.product-card_desc .product-card_btns.is-active .product-card_subscribe-btn,
.product-card_desc .product-card_btns.is-active .product-card_order-btn {
    min-height: 57px;
    justify-content: center;
    text-align: center;
}

.product-card_desc .product-card_btns.is-active > .product-card_add-cart,
.product-card_desc .product-card_btns.is-active > .product-card_subscribe-btn,
.product-card_desc .product-card_btns.is-active > .product-card_order-btn {
    flex: 0 0 100% !important;
    width: 100% !important;
    max-width: 100% !important;
    order: 1 !important;
}

.product-card_desc .product-card_btns.is-active > .product-card_subscribe-btn {
    margin-top: 12px !important;
}

.product-card_desc .product-card_action-tools {
    display: flex;
    flex: 0 0 100%;
    width: 100%;
    max-width: 100%;
    align-items: center;
    gap: 28px;
    margin-top: 12px;
    order: 2 !important;
}

.product-card_desc .product-card_action-tools .size-chart_btn,
.product-card_desc .product-card_action-tools .product-card_present-btn {
    flex: 0 1 auto;
    width: auto;
    max-width: none;
    margin: 0;
    justify-content: flex-start;
}

.product-card_desc .product-card_action-tools .product-card_present-btn {
    min-height: 0;
}

@media (min-width: 768px) {
    .product-card_desc .product-card_btns.is-active,
    .product-card_desc .product-card_btns.product-card_btns-tools,
    .product-card_desc .product-card_btns.product-card_btns-gift-only {
        flex-wrap: wrap !important;
    }

    .product-card_desc .product-card_btns.is-active > .product-card_add-cart,
    .product-card_desc .product-card_btns.is-active > .product-card_subscribe-btn,
    .product-card_desc .product-card_btns.is-active > .product-card_order-btn {
        flex: 0 0 100% !important;
        width: 100% !important;
        max-width: 100% !important;
        order: 1 !important;
    }

    .product-card_desc .product-card_btns.is-active > .product-card_subscribe-btn {
        margin-top: 12px !important;
    }

    .product-card_desc .product-card_action-tools {
        order: 2 !important;
    }

    .product-card_desc .product-card_btns.is-active .product-card_present-btn,
    .product-card_desc .product-card_btns.product-card_btns-gift-only .product-card_present-btn {
        flex: 0 0 100% !important;
        width: 100% !important;
        max-width: none !important;
        margin-top: 2px !important;
        justify-content: flex-start;
    }

    .product-card_desc .product-card_btns.product-card_btns-tools .product-card_present-btn {
        flex: 0 0 calc(50% - 6px) !important;
        width: calc(50% - 6px) !important;
        max-width: calc(50% - 6px) !important;
        margin-top: 2px !important;
        justify-content: flex-start;
    }

    .product-card_desc .size-chart_btn ~ .product-card_btns.is-active .product-card_present-btn,
    .product-card_desc .size-chart_btn ~ .product-card_btns.product-card_btns-gift-only .product-card_present-btn {
        flex: 1 1 0 !important;
        width: auto !important;
        max-width: 140px !important;
        margin-top: 0 !important;
    }

    .product-card_desc .product-card_action-tools .product-card_present-btn {
        flex: 0 1 auto !important;
        width: auto !important;
        max-width: none !important;
        margin-top: 0 !important;
    }
}

@media (max-width: 767px) {
    .product-card_desc .product-card_action-tools {
        flex-direction: column;
        align-items: stretch;
        gap: 0;
        margin-top: 0;
        order: 2 !important;
    }

    .product-card_desc .product-card_action-tools .size-chart_btn,
    .product-card_desc .product-card_action-tools .product-card_present-btn {
        width: 100%;
        justify-content: center;
    }

    .product-card_desc .product-card_action-tools .size-chart_btn {
        min-height: 46px;
        margin-left: 0;
        order: 0;
    }
}
