/* Product Page Styles */
.prod-detail .rebranding-pdp-top-container {
    display: grid;
    grid-template-columns: 735px 421px;
    gap: 0 84px;
}

.prod-detail .rebranding-pdp-top-container.prod-detail-anonymous-container {
    grid-template-columns: 735px 478px;
    gap: 0 27px;
    margin-top: -50px;
}

.prod-detail .rebranding-pdp-top-container .prod-info {
    flex: 1;
    border: 1px solid #F0F0F0;
    border-radius: 4px;
    padding: 38px 111px 19px 81px;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.prod-detail .product-view__content {
    width: 281px;
    height: -moz-fit-content;
    height: fit-content;
    border: 1px solid #D9D9D9;
    border-radius: 4px;
    padding: 38px 70px;
    display: flex;
    flex-direction: column;
    gap: 16px;
    color: #333;
}

.product-view__content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 15px 0 0 0;
    border-top: 1px solid #caeaf4;
}

.prod-detail .product-view__content.anonymous {
    border-color: #F0F0F0;
    padding: 32px 35px 42px 37px;
    width: 478px;
}

.prod-detail .product-view__content.anonymous .anonymous-contact-us-container {
    display: flex;
    gap: 36px;
    justify-content: center;
    align-items: center;
}

.prod-detail .product-view__content.anonymous .anonymous-contact-us-container .anonymous-contact-us-left-title {
    color: #0057B8;
    font-size: 16px;
    line-height: 20px;
    font-weight: 700;
    margin-bottom: 10px;
}

.prod-detail .product-view__content.anonymous .anonymous-contact-us-container .anonymous-contact-us-left-desc {
    color: #000;
    line-height: 16px;
}

.prod-detail .product-view__content.anonymous .anonymous-contact-us-container .anonymous-contact-us-btn {
    display: flex;
    background: #0057B8;
    padding: 4px 8px;
    color: #fff;
    font-size: 12px;
    line-height: 16px;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    border: none;
    min-width: 126px;
    cursor: pointer;
    font-weight: 700;
    border-radius: 4px;
}

.prod-detail .prod-info .pdp_body .top-left-container-title-wrapper {
    display: flex;
    justify-content: space-between;
}

.prod-detail .prod-info .pdp_body .top-left-container-title-wrapper .top-left-container-title {
    color: #666;
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
    height: 36px;
}

.prod-detail .prod-info .pdp_body .top-left-container-title-wrapper .top-left-container-title sup {
    font-size: 0.7em;
    vertical-align: super;
    line-height: 0;
    position: relative;
    top: -0.4em;
}

.prod-detail .prod-info .pdp_body .top-left-container-action-wrapper {
    display: flex;
    align-items: center;
    gap: 18px;
    margin-right: 72px;
}

.prod-detail .prod-info .pdp_body .top-left-container-action-wrapper .link-share {
    border-radius: 4px;
    display: flex;
    gap: 4px;
    padding: 4px 8px;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    font-weight: 700;
    line-height: 16px;
    letter-spacing: 0.16px;
    border: 1px solid #425563;
    background: #fff;
    color: #425563;
    text-decoration: none;
}

.prod-detail .prod-info .pdp_body .top-left-container-action-wrapper .link-share i {
    color: #425563;
    font-size: 14px;
    -webkit-text-stroke: 1px #425563;
    -webkit-text-fill-color: white;
}

/* Custom share icon using CSS */
.custom-share-icon {
    width: 16px;
    height: 16px;
    position: relative;
    display: inline-block;
}

.custom-share-icon::before,
.custom-share-icon::after {
    content: '';
    position: absolute;
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background: #425563;
    border: 1px solid #425563;
}

.custom-share-icon::before {
    top: 2px;
    left: 2px;
}

.custom-share-icon::after {
    top: 2px;
    right: 2px;
}

.custom-share-icon {
    background: #425563;
    border: 1px solid #425563;
    border-radius: 50%;
    width: 3px;
    height: 3px;
    position: absolute;
    bottom: 2px;
    left: 50%;
    transform: translateX(-50%);
}

.custom-share-icon::before {
    content: '';
    position: absolute;
    width: 1px;
    height: 6px;
    background: #425563;
    top: -6px;
    left: 50%;
    transform: translateX(-50%);
}

.custom-share-icon::after {
    content: '';
    position: absolute;
    width: 1px;
    height: 6px;
    background: #425563;
    top: -6px;
    left: 50%;
    transform: translateX(-50%) rotate(45deg);
    transform-origin: bottom;
}

.prod-detail .prod-info .top-left-container-uint-wrapper {
    display: flex;
    align-items: center;
    gap: 13px;
}

.prod-detail .prod-info .top-left-container-uint-wrapper .top-left-container-uint {
    color: #0057B8;
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
}

.prod-detail .prod-info .top-left-container-uint-wrapper .product-logos {
    display: flex;
    align-items: center;
    gap: 8px;
}

.prod-detail .prod-info .top-left-container-uint-wrapper .product-logos .product-logo-custom {
    object-fit: contain;
    height: 21px;
    max-width: 135px;
}

.prod-detail .prod-info .pdp_body .prod-info__desc {
    margin-top: 16px;
}

.prod-detail .prod-info .top-left-container-behavior {
    display: flex;
    gap: 8px;
    align-items: center;
    color: #0057B8;
    font-size: 12px;
    font-weight: 700;
    line-height: 16px;
    margin-bottom: 16px;
}

.prod-detail .prod-info .top-left-container-behavior-info {
    display: flex;
    flex-direction: column;
    gap: 16px;
    font-size: 12px;
    line-height: 16px;
    width: 70%;
}

.prod-detail .prod-info .top-left-container-behavior-info .behavior-content-item {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 40px;
}

.prod-detail .prod-info .top-left-container-behavior-info .behavior-content-item .content-item-text {
    color: #666;
    font-weight: 700;
    flex: 1;
    min-width: 0;
}

.prod-detail .prod-info .top-left-container-behavior-info .behavior-content-item .content-item-value {
    color: #333;
    text-align: left;
    flex-shrink: 0;
    white-space: nowrap;
    min-width: 150px;
}

.prod-detail .prod-info .top-left-container-behavior-info .behavior-content-item .content-item-value .font-bold {
    font-weight: 700;
}

.prod-detail .prod-info .top-left-container-behavior-info .behavior-content-item .content-item-value span {
    display: inline;
    white-space: nowrap;
}

.prod-detail .prod-info .more_details {
    display: flex;
    flex-direction: column;
    gap: 10px;
    font-size: 12px;
}

.prod-detail .prod-info .more_details .divider {
    height: 1px;
    width: 100%;
    background: #D9D9D9;
    margin: 16px 0 6px 0;
}

.prod-detail .prod-info .more_details .more-detail-header {
    display: flex;
}

.prod-detail .prod-info .more_details .more-detail-header .more-detail-header-cell {
    font-weight: 700;
    line-height: 16px;
}

.prod-detail .prod-info .more_details .more-detail-header .more-detail-header-cell.detail {
    color: #0057B8;
    width: 40%;
}

.prod-detail .prod-info .more_details .more-detail-header .more-detail-header-cell.method {
    color: #687F91;
    width: 20%;
    text-transform: uppercase;
}

.prod-detail .prod-info .more_details .more-detail-header .more-detail-header-cell.uint {
    color: #687F91;
    width: 20%;
    text-transform: uppercase;
}

.prod-detail .prod-info .more_details .more-detail-header .more-detail-header-cell.value {
    color: #687F91;
    width: 20%;
    text-transform: uppercase;
}

.prod-detail .prod-info .more_details .more-detail-body {
    display: flex;
    flex-direction: column;
}

.prod-detail .prod-info .more_details .more-detail-body .more-detail-body-item {
    display: flex;
}

.prod-detail .prod-info .more_details .more-detail-body .more-detail-body-cell.detail {
    color: #666;
    width: 40%;
    font-weight: 700;
}

.prod-detail .prod-info .more_details .more-detail-body .more-detail-body-cell {
    line-height: 24px;
}

.prod-detail .prod-info .more_details .more-detail-body .more-detail-body-cell.method {
    color: #333;
    width: 20%;
}

.prod-detail .prod-info .more_details .more-detail-body .more-detail-body-cell.uint {
    color: #333;
    width: 20%;
}

.prod-detail .prod-info .more_details .more-detail-body .more-detail-body-cell.value {
    color: #333;
    width: 20%;
}

.prod-detail .rebranding-pdp-top-container .pdp_files_pics {
    margin-right: 0;
}

.prod-detail .pdp_files_pics {
    margin-top: 30px;
    margin-right: 14px;
}

.grid__row, .request-form-grid__row {
    margin-bottom: 16px;
}

.tab-content {
    background: #fff;
}

.tab-content.page-main__container {
    margin-top: -16px;
}

.tab-content > .tab-pane {
    display: none;
}

.tab-content > .active {
    display: block;
}

.prod-detail .pdp_files_pics .pdp_files {
    padding: 0;
    width: 100%;
}

.prod-detail .pdp_files_pics .pdp_files ul {
    display: flex;
    flex-wrap: wrap;
    border-radius: 0 4px 4px 4px;
    background: #FAFAFA;
    gap: 4px 20px;
    padding: 13.5px 10px 16px 10px;
    list-style: none;
}

.prod-detail .pdp_files_pics .pdp_files ul li {
    background: #FFF;
    height: 36px;
    width: 285px;
    color: #425563;
    font-size: 12px;
    line-height: 16px;
}

.prod-detail .pdp_files_pics .pdp_files ul li a {
    border-radius: 4px;
    padding: 10px 12px;
    display: flex;
    align-items: center;
    gap: 8px;
    font-family: Calibri;
    color: #425563;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    border: 1px solid #F0F0F0;
    text-decoration: none;
}

.prod-detail .pdp_files_pics .pdp_files ul li .link-blue {
    margin: 0;
}

.link-blue {
    color: #0057B8;
    font-weight: 600;
}

.page-main__container {
    max-width: none;
    margin: 0 auto;
}

.prod-detail .rebranding-pdp-top-container .tab-list {
    padding: 0;
    display: flex;
    gap: 4px;
    width: -moz-fit-content;
    width: fit-content;
    background: #fff;
    border: none;
    flex-wrap: nowrap;
    list-style: none;
}

.prod-detail .rebranding-pdp-top-container .tab-list .tab-item {
    padding: 0;
}

.prod-detail .rebranding-pdp-top-container .tab-list .tab-item a.active {
    background: #FAFAFA;
}

.prod-detail .rebranding-pdp-top-container .tab-list .tab-item a {
    display: flex;
    height: 36px;
    padding: 0px 10px 10px 10px;
    justify-content: center;
    align-items: center;
    gap: 4px;
    font-weight: 700;
    border-radius: 8px 8px 0 0;
    border: 1px solid #EEF3F6;
    border-bottom: none;
    text-transform: uppercase;
    background: #fff;
    color: #262626;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-decoration: none;
}

.prod-detail .prod-info .top-left-container-desc {
    margin: 16px 0;
    font-size: 14px;
    color: #333333;
}

.prod-detail .prod-info .top-left-container-desc span {
    font-weight: 700;
}

.prod-detail .prod-info .top-left-container-desc ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.prod-detail .prod-info .top-left-container-info-wrapper {
    background: #FAFAFA;
    padding: 14px 22px 13px 22px;
    color: #333;
    font-size: 12px;
    line-height: 16px;
}

.pdp_p_text {
    line-height: 30px;
}

.font_bold {
    font-weight: bold;
}

/* Product unavailable message for logged in users */
.product-view__content .tab-container {
    width: 100%;
}

.product-view__content .tab-container .tab-content {
    padding: 0;
}

.prod-detail .rebranding-pdp-top-container .pdp-no-add-to-cart-message {
    margin-top: 66px;
    margin-bottom: 291px;
    color: #000;
    text-align: center;
    font-size: 13px;
    font-weight: 400;
    line-height: 16px;
}

.pdp-add-nav {
    border: none;
    background: none;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.prod-detail .tab-container .nav-tabs.pdp-add-nav li a {
    display: block;
    border-color: transparent;
    font-size: 24px;
    font-weight: 700;
    line-height: 28px;
    border-bottom: 1px solid #D9D9D9;
    padding: 0 0 16px 0;
    color: #333;
    pointer-events: none;
    border-radius: 0;
    text-align: left;
    width: 100%;
    text-decoration: none;
}

/* Add to Cart Form */
.add-to-cart-form {
    padding: 16px 0 0 0;
    width: 100%;
}

.add-to-cart-form .form-group {
    margin-bottom: 16px;
    width: 100%;
}

.add-to-cart-form .form-label {
    display: block;
    font-family: Calibri;
    font-size: 14px;
    font-weight: 700;
    line-height: 16px;
    color: #333;
    margin-bottom: 8px;
}

.add-to-cart-form .form-control {
    width: 100%;
    padding: 12px;
    font-family: Calibri;
    font-size: 14px;
    line-height: 16px;
    color: #333;
    border: 1px solid #D9D9D9;
    border-radius: 4px;
    background-color: #FFFFFF;
    box-sizing: border-box;
}

.add-to-cart-form select.form-control {
    padding-right: 32px;
    background-position: right 12px center;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='%23333' d='M1.41 0L6 4.58 10.59 0 12 1.41l-6 6-6-6z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
}

.add-to-cart-form .form-control:focus {
    outline: none;
    border-color: #0057B8;
}

.add-to-cart-form .total-weight {
    font-family: Calibri;
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
    color: #666;
    margin: 16px 0;
    text-align: right;
}

.add-to-cart-form .total-weight .weight-value {
    font-weight: 700;
    color: #333;
}

.add-to-cart-form .btn-add-to-cart {
    width: 100%;
    padding: 12px;
    font-family: Calibri;
    font-size: 14px;
    font-weight: 700;
    line-height: 16px;
    color: #FFFFFF;
    border: none;
    border-radius: 4px;
    text-align: center;
    background-color: #0057B8;
    cursor: pointer;
    box-sizing: border-box;
}

.add-to-cart-form .btn-add-to-cart:disabled {
    background-color: #E0E0E0;
    cursor: not-allowed;
}

.add-to-cart-form .btn-add-to-cart:not(:disabled):hover {
    background-color: #003d7a;
}
