body.catalog-product-view .action-box {
    background: transparent;
    border-radius: 0;
    padding: 0;
}

body.catalog-product-view .action-box .add-to-links {
    align-items: stretch;
    display: grid;
    gap: 10px;
    grid-auto-rows: 1fr;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    margin: 0;
    padding: 0;
}

body.catalog-product-view .action-box .add-to-links > li {
    display: flex;
    margin: 0;
    min-width: 0;
    padding: 0;
    width: auto;
}

body.catalog-product-view .action-box .add-to-links .feature {
    align-items: center;
    background: #fff;
    border: 1px solid #d9dde1;
    border-radius: 8px;
    box-sizing: border-box;
    color: #3f4549;
    display: flex;
    gap: 9px;
    height: 100%;
    justify-content: flex-start;
    min-height: 54px;
    padding: 9px 11px;
    text-decoration: none;
    width: 100%;
}

body.catalog-product-view .action-box .add-to-links .feature:hover,
body.catalog-product-view .action-box .add-to-links .feature:focus-visible {
    border-color: #c61f5a;
    color: #c61f5a;
    outline: 2px solid transparent;
}

body.catalog-product-view .action-box .add-to-links .feature[data-azb-price-alert="1"][data-confirmed="1"],
body.catalog-product-view .action-box .add-to-links .feature[data-azb-price-alert="1"][data-confirmed="1"]:hover,
body.catalog-product-view .action-box .add-to-links .feature[data-azb-price-alert="1"][data-confirmed="1"]:focus-visible {
    background: #2e7d32;
    border-color: #2e7d32;
    color: #fff;
}

@media (max-width: 767px) {
    body.catalog-product-view .azb-pdp-mobile-shortcuts [data-azb-action-proxy="alert"][data-confirmed="1"] {
        background: #2e7d32;
        border-color: #2e7d32;
        color: #fff;
    }

    body.catalog-product-view .azb-price-alert-mobile-status {
        background: #2e7d32;
        border-radius: 4px;
        box-shadow: 0 3px 12px rgba(0, 0, 0, .2);
        color: #fff;
        display: none;
        font-size: 14px;
        left: 50%;
        line-height: 20px;
        max-width: calc(100vw - 32px);
        padding: 8px 12px;
        position: fixed;
        text-align: center;
        top: 16px;
        transform: translateX(-50%);
        white-space: nowrap;
        z-index: 2147483000;
    }

    body.catalog-product-view .action-box .add-to-links .azb-price-alert-action {
        flex-direction: column;
    }

    body.catalog-product-view .action-box .add-to-links .feature[data-azb-price-alert="1"][data-confirmed="1"],
    body.catalog-product-view .action-box .add-to-links .feature[data-azb-price-alert="1"][data-confirmed="1"]:hover,
    body.catalog-product-view .action-box .add-to-links .feature[data-azb-price-alert="1"][data-confirmed="1"]:focus-visible {
        background: #fff;
        border-color: #d9dde1;
        color: #3f4549;
    }

    body.catalog-product-view .action-box .add-to-links .feature[data-azb-price-alert="1"][data-confirmed="1"] .azb-pdp-action__icon,
    body.catalog-product-view .action-box .add-to-links .azb-price-alert-status {
        color: #2e7d32;
    }

    body.catalog-product-view .action-box .add-to-links .azb-price-alert-status {
        font-size: 12px;
        line-height: 16px;
        margin-top: 4px;
        text-align: center;
        width: 100%;
    }
}

@media (min-width: 768px) {
    body.catalog-product-view .action-box .add-to-links .azb-price-alert-status {
        display: none !important;
    }
}

body.catalog-product-view .action-box .add-to-links .azb-pdp-action__icon {
    display: inline-flex;
    flex: 0 0 23px;
    height: 23px;
    width: 23px;
}

.azb-pdp-action__icon svg,
.azb-share-dialog__close svg {
    display: block;
    fill: none;
    height: 100%;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.8;
    width: 100%;
}

body.catalog-product-view .action-box .add-to-links .azb-pdp-action__label {
    display: block;
    font-size: 13px;
    font-weight: 600;
    line-height: 17px;
}

body.catalog-product-view .product-view.azb-purchase-two-column .action-box .add-to-links .feature {
    flex-direction: column;
    gap: 5px;
    justify-content: center;
    padding: 9px 7px;
    text-align: center;
}

body.catalog-product-view .product-view.azb-purchase-two-column .action-box .add-to-links .azb-pdp-action__icon {
    flex-basis: 21px;
    height: 21px;
    width: 21px;
}

body.catalog-product-view .product-view.azb-purchase-two-column .action-box .add-to-links .azb-pdp-action__label {
    overflow-wrap: anywhere;
}

.azb-share-modal[hidden] {
    display: none !important;
}

.azb-share-modal {
    align-items: center;
    display: flex;
    inset: 0;
    justify-content: center;
    padding: 16px;
    position: fixed;
    z-index: 2147483646;
}

.azb-share-modal__backdrop {
    background: rgba(20, 24, 28, .58);
    inset: 0;
    position: absolute;
}

.azb-share-dialog {
    background: #fff;
    border-radius: 18px;
    box-shadow: 0 18px 60px rgba(0, 0, 0, .25);
    box-sizing: border-box;
    max-height: calc(100vh - 32px);
    max-width: 420px;
    overflow: auto;
    padding: 20px;
    position: relative;
    width: 100%;
}

.azb-share-dialog:focus {
    outline: none;
}

.azb-share-dialog__head {
    align-items: center;
    display: flex;
    gap: 12px;
    justify-content: space-between;
    margin-bottom: 12px;
}

.azb-share-dialog__head h2 {
    color: #292d30;
    font-size: 18px;
    line-height: 24px;
    margin: 0;
}

.azb-share-dialog__close {
    align-items: center;
    background: #fff;
    border: 1px solid #d9dde1;
    border-radius: 50%;
    color: #3f4549;
    display: inline-flex;
    flex: 0 0 40px;
    height: 40px;
    justify-content: center;
    padding: 10px;
    width: 40px;
}

.azb-share-dialog__links {
    display: grid;
    gap: 8px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.azb-share-dialog__links a,
.azb-share-dialog__links button {
    align-items: center;
    background: #fff;
    border: 1px solid #e2e4e7;
    border-radius: 12px;
    box-sizing: border-box;
    color: #3f4549;
    display: flex;
    flex-direction: column;
    font: inherit;
    font-size: 13px;
    font-weight: 600;
    justify-content: center;
    min-height: 84px;
    padding: 10px 6px 9px;
    text-align: center;
    text-decoration: none;
    transition: background-color .18s ease, border-color .18s ease, color .18s ease, transform .18s ease;
}

.azb-share-dialog__links .azb-share-tile--copy.is-copied {
    background: #fff5f8;
    border-color: #edbfd0;
    color: #a7194c;
}

.azb-share-tile__icon {
    align-items: center;
    background: #f4f5f6;
    border-radius: 50%;
    display: inline-flex;
    flex: 0 0 36px;
    height: 36px;
    justify-content: center;
    margin-bottom: 6px;
    width: 36px;
}

.azb-share-tile--copy.is-copied .azb-share-tile__icon {
    background: #f8dce6;
}

.azb-share-tile__icon svg {
    display: block;
    fill: none;
    height: 20px;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.8;
    width: 20px;
}

.azb-share-tile__icon--brand {
    background: transparent;
}

.azb-share-tile__icon--brand svg {
    fill: currentColor;
    stroke: none;
}

[data-azb-share-network="whatsapp"] .azb-share-tile__icon { color: #25d366; }
[data-azb-share-network="facebook"] .azb-share-tile__icon { color: #1877f2; }
[data-azb-share-network="x"] .azb-share-tile__icon { color: #000; }
[data-azb-share-network="pinterest"] .azb-share-tile__icon { color: #bd081c; }

.azb-share-tile__label {
    display: block;
    line-height: 17px;
}

.azb-share-dialog__close:hover,
.azb-share-dialog__close:focus-visible,
.azb-share-dialog__links a:hover,
.azb-share-dialog__links a:focus-visible,
.azb-share-dialog__links button:hover,
.azb-share-dialog__links button:focus-visible {
    border-color: #c61f5a;
    color: #c61f5a;
    outline: 3px solid #c61f5a;
    outline-offset: 2px;
}

.azb-share-dialog__links a:hover,
.azb-share-dialog__links button:hover {
    background: #fff8fa;
    transform: translateY(-1px);
}

.azb-share-dialog__status {
    color: #3f4549;
    font-size: 13px;
    line-height: 20px;
    margin: 8px 0 0;
    min-height: 20px;
    text-align: center;
}

body.azb-share-open {
    overflow: hidden;
}

.azb-pdp-mobile-shortcuts {
    display: none;
}

@media only screen and (min-width: 768px) {
    body.catalog-product-view .action-box.grid12-12 {
        margin-top: 16px;
    }
}

@media only screen and (max-width: 767px) {
    body.catalog-product-view .detail-head.show-mobile > .productview-review {
        align-items: center;
        display: flex !important;
        flex-wrap: nowrap !important;
        gap: 6px;
        justify-content: space-between;
    }

    body.catalog-product-view .detail-head.show-mobile > .productview-review > a:first-child {
        flex: 1 1 0 !important;
        min-width: 0;
        width: auto !important;
    }

    body.catalog-product-view .azb-pdp-mobile-shortcuts {
        align-items: center;
        display: flex;
        flex: 0 0 auto !important;
        gap: 3px;
        margin-left: auto;
        width: auto !important;
    }

    body.catalog-product-view .azb-pdp-mobile-shortcuts a {
        align-items: center;
        background: #f5f6f7;
        border: 1px solid #e2e4e7;
        border-radius: 50%;
        box-sizing: border-box;
        color: #3f4549;
        display: inline-flex;
        height: 36px;
        justify-content: center;
        width: 36px;
    }

    body.catalog-product-view .azb-pdp-mobile-shortcuts a:focus-visible {
        border-color: #c61f5a;
        color: #c61f5a;
        outline: 3px solid #c61f5a;
        outline-offset: 1px;
    }

    body.catalog-product-view .azb-pdp-mobile-shortcuts svg {
        display: block;
        fill: none;
        height: 18px;
        stroke: currentColor;
        stroke-linecap: round;
        stroke-linejoin: round;
        stroke-width: 1.8;
        width: 18px;
    }

    body.catalog-product-view .action-box.grid12-12 {
        display: block !important;
    }

    body.catalog-product-view .action-box .add-to-links {
        display: none !important;
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    body.catalog-product-view .action-box .add-to-links .feature {
        flex-direction: column;
        gap: 5px;
        justify-content: center;
        min-height: 58px;
        padding: 9px 7px;
        text-align: center;
    }

    body.catalog-product-view .action-box .add-to-links .azb-pdp-action__icon {
        flex-basis: 21px;
        height: 21px;
        width: 21px;
    }

    body.catalog-product-view .action-box .add-to-links .azb-pdp-action__label {
        overflow-wrap: anywhere;
    }

    .azb-share-modal {
        align-items: center;
        padding: 16px;
    }

    .azb-share-dialog {
        border-radius: 18px;
        max-height: calc(100dvh - 24px);
        max-width: none;
        padding: 16px 16px calc(16px + env(safe-area-inset-bottom));
    }

    .azb-share-dialog__links {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .azb-share-dialog__links a,
    .azb-share-dialog__links button {
        min-height: 82px;
        padding-left: 4px;
        padding-right: 4px;
    }
}
