html.exact-employer-product-detail .cardaz1.cms-commerce-panel {
    position: relative !important;
    z-index: 20;
    min-height: 0 !important;
    gap: 16px !important;
    background: #f3f1ee !important;
    border: 1px solid #d8d2ca;
    border-radius: 20px !important;
    box-shadow: 0 14px 34px rgba(36, 31, 26, 0.1);
}

html.exact-employer-product-detail .cms-commerce-heading,
html.exact-employer-product-detail .cms-commerce-heading > div,
html.exact-employer-product-detail .cms-commerce-heading h2,
html.exact-employer-product-detail .cms-commerce-heading p,
html.exact-employer-product-detail .cms-commerce-price,
html.exact-employer-product-detail .cms-commerce-compare,
html.exact-employer-product-detail .cms-commerce-stock,
html.exact-employer-product-detail .cms-commerce-options,
html.exact-employer-product-detail .cms-commerce-field,
html.exact-employer-product-detail .cms-commerce-quantity,
html.exact-employer-product-detail .cms-commerce-status,
html.exact-employer-product-detail .cms-commerce-basket-link {
    position: static !important;
    inset: auto !important;
    height: auto !important;
    margin: 0 !important;
    transform: none !important;
}

.cms-commerce-heading {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 20px;
}

.cms-commerce-heading h2,
.cms-commerce-heading p,
.cms-commerce-stock,
.cms-commerce-status {
    margin: 0;
}

.cms-commerce-heading h2 {
    font-size: 19px;
    line-height: 1.8;
}

.cms-commerce-price {
    flex: 0 0 auto;
    color: #315b22;
    font-size: 20px;
    font-weight: 800;
    white-space: nowrap;
}

.cms-commerce-compare {
    display: block;
    margin-top: 4px;
    color: #817a72;
    font-size: 13px;
    text-align: left;
}

.cms-commerce-stock {
    padding: 10px 12px;
    color: #28651e;
    background: #e6f5df;
    border-radius: 10px;
    font-weight: 700;
}

.cms-commerce-stock.is-unavailable {
    color: #9f2d24;
    background: #fde9e7;
}

.cms-commerce-options {
    display: grid;
    gap: 12px;
}

.cms-commerce-field {
    display: grid;
    gap: 7px;
}

.cms-commerce-field label {
    color: #35312d;
    font-weight: 700;
}

.cms-commerce-field select {
    width: 100%;
    min-height: 44px;
    padding: 8px 12px;
    color: #25211e;
    background: #fff;
    border: 1px solid #bdb5ac;
    border-radius: 10px;
    font: inherit;
}

.cms-commerce-quantity {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

.cms-commerce-quantity-control {
    display: grid;
    grid-template-columns: 42px 54px 42px;
    align-items: center;
    overflow: hidden;
    background: #fff;
    border: 1px solid #aaa198;
    border-radius: 10px;
}

.cms-commerce-quantity-control button,
.cms-commerce-quantity-control output {
    width: 100%;
    min-height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 0;
    background: transparent;
    font: inherit;
    font-weight: 800;
}

.cms-commerce-quantity-control button {
    cursor: pointer;
}

.cms-commerce-quantity-control button:hover:not(:disabled) {
    background: #e9e4df;
}

.cms-commerce-quantity-control button:disabled {
    cursor: not-allowed;
    opacity: 0.45;
}

html.exact-employer-product-detail .cardaz1 .cms-cart-button {
    width: 100% !important;
    min-height: 52px;
    margin: 0 !important;
    padding: 12px 18px;
    transform: none !important;
    color: #fff !important;
    background: #4f8f31;
    border: 0;
    border-radius: 12px;
    font: inherit;
    font-size: 16px;
    font-weight: 800;
    cursor: pointer;
}

html.exact-employer-product-detail .cardaz1 .cms-cart-button:hover:not(:disabled) {
    background: #3f7626;
}

html.exact-employer-product-detail .cardaz1 .cms-cart-button:disabled {
    cursor: not-allowed;
    opacity: 0.55;
}

.cms-commerce-status {
    width: 100% !important;
    min-height: 26px;
    color: #5f5851;
    line-height: 1.8;
    text-align: center;
}

.cms-commerce-status.is-success {
    color: #23651d;
}

.cms-commerce-status.is-warning,
.cms-commerce-status.is-error {
    color: #a12d24;
}

.cms-commerce-status a {
    color: inherit;
    font-weight: 800;
    text-decoration: underline;
}

.cms-commerce-basket-link {
    display: none;
    color: #315b22;
    font-weight: 800;
    text-align: center;
}

.cms-commerce-basket-link.is-visible {
    display: block;
}

@media (max-width: 620px) {
    .cms-commerce-heading {
        display: grid;
    }

    .cms-commerce-price,
    .cms-commerce-compare {
        text-align: right;
    }
}
