.user-auth-widget.notification-product {
    border: none;
    border-left: 1px solid #DFE4EC;
    border-radius: 0px;
    box-shadow: none;
    padding: 0px;
    padding-left: 16px;
    max-width: 100%;
}

.notification-product-main-container {
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding: 16px;
    border: 1px solid #DFE4EC;
    border-radius: 16px;
    background-color: #FFFFFF;
    max-width:936px;
    box-shadow: var(--sds-size-depth-0) var(--sds-size-depth-100) var(--sds-size-depth-100) var(--sds-size-depth-negative-100) var(--sds-color-black-100);
    box-shadow: var(--sds-size-depth-0) var(--sds-size-depth-400) var(--sds-size-depth-800) var(--sds-size-depth-negative-100) var(--sds-color-black-200);
}

.notification-product-main-container.user-is-logged-in {
    max-width:696px;
}
    
.notification-product-main-first-block {
    display: flex;
    align-items: center;
    padding-bottom: 16px;
    border-bottom: 1px solid #DFE4EC;
}

.notification-product-main-second-block {
    display: flex;
    gap: 16px;
}

.notification-product-main-third-block {
    display: none;
}

.notification-product-main-third-block.user-is-logged-in {
    display: flex;
}

.notification-product-main-third-block button {
    width: 100%;
    background-color: #2DA736;
    color: #FFFFFF;
    border: solid 1px;
    border-radius: 8px;
    padding: 12px 16px;
    font-family: "Rethink Sans";
    font-weight: 600;
    font-size: 16px;
    line-height: 16px;
}

.notification-product-main-third-block button:hover,
.notification-product-main-third-block button:focus,
.notification-product-main-third-block button:active {
    background-color: #25912E !important;
}

.notification-product-first-block,
.notification-product-second-block {
    width: 50%;
}

.notification-product-first-block {
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding: 16px;
    background-color: #F5F7FA;
    border-radius: 16px;
}

.notification-product-first-section {
    display: flex;
    flex-direction: column;
    gap: 16px;
    border-bottom: 1px solid #DFE4EC;
}

.notification-product-second-section {
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding-bottom: 16px;
    border-bottom: 1px solid #DFE4EC;
}

.notification-product-third-section {
    display: flex;
    flex-direction: column;
    gap: 12px;
}


.notification-product-first-section-heading {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.notification-product-first-section-heading p {
    color: #1D2430;
    font-size: 16px;
    line-height: 150%;
    font-weight: 600;
    padding: 0px;
    margin: 0px;
}

.notification-product-first-section-product-info {
    display: flex;
    padding-bottom: 16px;
}

.notification-product-first-section-product-banner {
    width: 80px;
    height: 60px;
    border-radius: 8px;
    background-color: #DFE4EC;
}

img.notification-product-banner-image {
    border-radius: 8px;
    width: 80px;
    height: 60px;
}

.notification-product-first-section-product-banner.user-is-logged-in {
    width: 120px;
    height: 90px;
}

.notification-product-first-section-product-banner.user-is-logged-in img.notification-product-banner-image {
    width: 120px;
    height: 90px;
}

.notification-product-first-section-product-details.user-is-logged-in {
    width: calc(100% - 120px);
}

.notification-product-first-section-product-details {
    width: calc(100% - 80px);
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding-left: 16px;
}

.notification-product-location-code {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.notification-product-location {
    display: flex;
    align-items: center;
    gap: 8px;
}

.notification-product-location-text {
    font-size: 14px;
    line-height: 150%;
    font-weight: 400;
    color: #1D2430;
}

.notification-product-code {
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
    color: #707B8B;
}

.notification-product-title {
    display: flex;
    align-items: center;
}

.notification-product-pricing-info {
    display: flex;
    align-items: center;
    gap: 8px;
}

.notification-product-arrival-info {
    display: flex;
    align-items: center;
    gap: 8px;
}

.notification-product-title h6 {
    font-weight: 700;
    font-size: 14px;
    line-height: 120%;
    color: #1D2430;
    margin: 0px;
    padding: 0px;
}

.notification-product-price h5 {
    font-weight: 700;
    font-size: 16px;
    line-height: 120%;
    color: #1D2430;
    margin: 0px;
    padding: 0px;
}

.notification-product-without-vat p {
    font-weight: 400;
    font-size: 12px;
    line-height: 150%;
    color: #707B8B;
    margin: 0px;
    padding: 0px;
}

.notification-product-availability {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 9999px;
    padding: 4px 8px;
    background-color: #FFFBEB;
    color: #BF6A02;
    font-weight: 400;
    font-size: 10px;
    line-height: 12px;
}

.notification-product-arrival {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 4px 8px;
    border-radius: 9999px;
    border: 1px solid #CFD6E0;
    background-color: transparent;
    color: #1D2430;
    font-weight: 400;
    font-size: 10px;
    line-height: 12px;
}

.notification-product-price-notification,
.notification-product-arrival-notification {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.notification-product-price-notification-info,
.notification-product-arrival-notification-info {
    width: 85%;
    display: flex;
    flex-direction: column;
}

.notification-product-price-notification-heading,
.notification-product-arrival-notification-heading {
    display: flex;
    align-items: center;
}

.notification-product-price-notification-heading p,
.notification-product-arrival-notification-heading p {
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
    color: #1D2430;
    margin: 0px;
    padding: 0px;
}

.notification-product-price-notification-description,
.notification-product-arrival-notification-description {
    display: flex;
    align-items: center;
}

.notification-product-price-notification-description p,
.notification-product-arrival-notification-description p {
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
    color: #707B8B;
    margin: 0px;
    padding: 0px;
}

.notification-product-price-notification-toggle,
.notification-product-arrival-notification-toggle {
    width: 15%;
    display: flex;
    position: relative;
    align-items: flex-start;
    justify-content: flex-end;
}

.notification-product-notify-options-heading {
    display: flex;
    align-items: center;
}

.notification-product-notify-options-heading p {
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
    color: #1D2430;
    padding: 0px;
    margin: 0px;
}

.notification-product-notify-options {
    display: flex;
    align-items: center;
    gap: 16px;
}

.notification-product-notify-email,
.notification-product-notify-message {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    border: 1px solid #2DA736;
    border-radius: 8px;
    padding: 8px;
    background-color: #EBF0F4;
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
    color: #1D2430;
    height: 37px;
    cursor: pointer;
    width: 100%;
}

.notification-product-notify-email:hover,
.notification-product-notify-email:focus,
.notification-product-notify-email:active,
.notification-product-notify-message:hover,
.notification-product-notify-message:focus,
.notification-product-notify-message:active {
    background-color: rgba(235, 237, 240, 1);
    color: rgba(29, 36, 48, 1);
    transition: 0.3s all;
}

.notification-product-notify-email label,
.notification-product-notify-message label {
    cursor: pointer;
}

.get-notification-by-email,
.get-notification-by-message {
  appearance: none;
  -webkit-appearance: none;
  width: 16px;
  height: 16px;
  border: 1px solid #2DA736;
  border-radius: 4px;
  background-color: white;
  position: relative;
  cursor: pointer;
  outline: none;
}

.get-notification-by-email:checked,
.get-notification-by-message:checked {
  background-color: #2DA736;
  border: none;
}

.get-notification-by-email:checked::after,
.get-notification-by-message:checked::after {
  content: '';
  position: absolute;
  top: 3px;
  left: 3px;
  width: 9px;
  height: 7px;
  border-left: 2px solid white;
  border-bottom: 2px solid white;
  transform: rotate(-45deg);
}

.toggle-price-notification,
.toggle-arrival-notification {
  appearance: none;
  -webkit-appearance: none;
  width: 40px;
  height: 24px;
  background-color: #DFE4EC;
  border-radius: 9999px;
  position: relative;
  cursor: pointer;
  outline: none;
  transition: background-color 0.3s ease;
}

.toggle-price-notification:checked,
.toggle-arrival-notification:checked {
  background-color: #2DA736;
}

.toggle-price-notification::before,
.toggle-arrival-notification::before {
  content: '';
  position: absolute;
  width: 18px;
  height: 18px;
  top: 3px;
  left: 3px;
  background-color: white;
  border-radius: 50%;
  transition: left 0.3s ease;
}

.toggle-price-notification:checked::before,
.toggle-arrival-notification:checked::before {
  left: 19px;
}

.auth-form-input-block {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.auth-form-input-block label {
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #1D2430;
}

.auth-form-submit-block {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.auth-form-submit-first-block {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.auth-footer-first-block {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.notification-product-second-block.user-is-logged-in {
    display: none;
}

.notification-product-first-block.user-is-logged-in {
    width: 100%;
}

.notification-product-notify-options label,
.get-notification-by-message label {
    width: 100%;
}

.product-request-badge-availability.product-notification-left-badge,
.product-request-right-badge.product-notification-right-badge {
    font-size: 10px;
    line-height: 12px;
}

.product-request-right-badge.product-notification-right-badge {
    border: 1px solid #CFD6E0;
}

.notification-product-pricing-arrival-block.user-is-logged-in {
    display: flex;
    justify-content: space-between;
    align-items: center;
}







/* Catalog Notification Product */
.catalog-notification-product-first-block,
.catalog-notification-product-second-block {
    width: 50%;
}

.catalog-notification-product-second-block.user-is-logged-in {
    display: none;
}

.catalog-notification-product-first-block {
    display: flex;
    flex-direction: column;
    gap: 24px;
    padding: 16px;
    background-color: #EAF6EB;
    border-radius: 16px;
}

.catalog-notification-product-first-block.user-is-logged-in {
    width: 100%;
}

.catalog-notification-product-second-section {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.catalog-notification-product-first-section {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.catalog-notification-product-first-section-heading {
    display: flex;
    flex-direction: column;
    gap: 16px;
    align-items: flex-start;
    justify-content: center;
}

.catalog-notification-product-first-section-heading p {
    color: #1D2430;
    font-size: 16px;
    line-height: 150%;
    font-weight: 600;
    padding: 0px;
    margin: 0px;
}

.catalog-notification-product-first-section-heading-icon {
    background-image:url('../images/notification-header-bell-filled.svg');
    width: 40px;
    height: 40px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.catalog-notification-product-second-section-benefits-parent {
    display: flex;
    gap: 12px
}

.catalog-notification-product-second-section-benefits-first-child {
    width: 10%;
}

.catalog-notification-product-second-section-benefits-second-child {
    display: flex;
    flex-direction: column;
    gap: 4px;
    width: 90%;
}

.catalog-notification-product-second-section-benefit-heading p,
.catalog-notification-product-second-section-benefit-description p {
    font-size: 14px;
    line-height: 150%;
    margin: 0px;
    padding: 0px;
}

.catalog-notification-product-second-section-benefit-heading p {
    font-weight: 600;
    color: #1D2430;
}

.catalog-notification-product-second-section-benefit-description p {
    font-weight: 400;
    color: #707B8B;
}

.catalog-notification-product-benefit-icon {
    width: 32px;
    height: 32px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.catalog-notification-product-benefit-icon.new-product-arrival {
    background-image: url('../images/catalog-notification-new-product-arrival.svg');
}

.catalog-notification-product-benefit-icon.price-changes {
    background-image: url('../images/catalog-notification-price-changes.svg');
}

.catalog-notification-product-benefit-icon.manage-content {
    background-image: url('../images/catalog-notification-manage-content.svg');
}

.auth-header {
    width: 80%;
}

.notification-product-main-third-block-not-logged-mobile {
    display: none;
}

.notification-product-first-section-heading.user-is-logged-in {
    display: none;
}

.notification-mobile-product-first-section-heading {
    display: none;
}

@media only screen and (max-width: 768px) {
    .notification-product-main-container {
        border-radius: 0px;
        height:100vh;
        box-shadow:none;
        border:none;
    }
    
    .notification-mobile-product-first-section-heading {
        display: flex;
        align-items: center;
        justify-content: flex-start;
    }
    
    .notification-mobile-product-first-section-heading p {
        color: #1D2430;
        font-size: 16px;
        line-height: 150%;
        font-weight: 600;
        padding: 0px;
        margin: 0px;
    }
    
    .notification-mobile-product-first-section-heading.user-is-logged-in {
        display: none;
    }
    
    .notification-product-notify-options {
        flex-direction: column;
        align-items: normal;
    }
    
    .notification-product-first-section-product-banner,
    .notification-product-first-section-product-banner.user-is-logged-in {
        width: 80px;
        height: 60px;
    }
    
    .notification-product-first-section-product-details,
    .notification-product-first-section-product-details.user-is-logged-in {
        width: calc(100% - 80px);
    }
    
    .notification-product-notify-email, .notification-product-notify-message {
        justify-content: flex-start;
    }
    
    .notification-product-first-section-heading {
        display: none;
    }
    
    .notification-product-main-third-block.user-is-logged-in {
        padding: 16px 16px 32px 16px;
        border-top: 1px solid #DFE4EC;
        position: fixed;
        bottom: 0;
        width: 100%;
    }
    
    .notification-product-main-container {
        padding: 0px;
    }
    
    .notification-product-main-first-block {
        padding-bottom: 0px;
        padding: 12px 16px;
        position: fixed;
        top: 0;
        width: 100%;
        background: white;
        z-index: 99;
    }
    
    .notification-product-main-second-block {
        padding: 0px 16px 159px 16px;
        margin-top: 80px;
    }
    
    .notification-product-main-second-block.user-is-logged-in {
        margin-top: 100px;
    }
    
    .notification-product-second-block {
        display: none;
    }
    
    .notification-product-first-block {
        width: 100%;
    }
    
    .notification-product-main-third-block-not-logged-mobile {
        border-top: 1px solid #DFE4EC;
        display: flex;
        gap: 16px;
        justify-content: space-between;
        align-items: center;
        padding: 16px 16px 32px 16px;
        position: fixed;
        bottom: 0;
        width: 100%;
        background: white;
    }
    
    .notification-product-first-section-product-banner.user-is-logged-in img.notification-product-banner-image {
        width: 80px;
        height: 60px;
    }
    
    .notification-product-main-third-block-not-logged-mobile a {
        width: 100%;
    }
    
    .notification-product-title h6 {
        font-size: 12px;
        line-height: 120%;
    }
    
    .notification-product-arrival-info {
        display: none;
    }
    
    .catalog-notification-product-first-block {
        width: 100%;
    }
    
    .catalog-notification-product-second-block {
        display: none;
    }
    
    /* Catalog green modal */
    .catalog-notification-product-second-section-benefits-first-child {
        width: 10%;
    }
    
    .catalog-notification-product-second-section-benefits-second-child {
        width: 90%;
    }
    
}

/* Product Favorite */
.product-favorite-notify-heading p {
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
    color: #707B8B;
    padding: 0px;
    margin: 0px;
}
