img[src$="load_icon.gif"] {
    object-fit: scale-down !important
}

.leave-message-dialog ul,
.leave-message-dialog li {
    list-style: none
}

.leave-message-dialog {
    background-color: rgba(0, 0, 0, 0.5);
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 11000;
    font-family: Roboto !important
}

.leave-message-dialog input {
    font-family: Roboto !important
}

.leave-message-dialog .dialog-content-pql {
    min-width: 600px;
    box-sizing: border-box;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-color: #fff;
    border-radius: 4px;
    padding: 41px 47px 34px
}

.leave-message-dialog .dialog-content-pql-id {
    min-width: 716px
}

.leave-message-dialog .close {
    position: absolute;
    width: 15px;
    height: 15px;
    top: 22px;
    right: 27px;
    cursor: pointer
}

.leave-message-dialog .close:before,
.leave-message-dialog .close:after {
    position: absolute;
    content: "";
    background-color: #707070;
    width: 15px;
    height: 2px;
    top: 50%;
    left: 0
}

.leave-message-dialog .close:before {
    transform: rotate(45deg)
}

.leave-message-dialog .close:after {
    transform: rotate(-45deg)
}

.leave-message-dialog .title {
    font-size: 24px;
    color: #333;
    text-align: center;
    line-height: 1.5;
    font-weight: bold
}

.leave-message-dialog p {
    margin: 0
}

.leave-message-dialog .form {
    width: 100%;
    margin-top: 22px
}

.leave-message-dialog .form input,
.leave-message-dialog .form .textarea {
    background-color: #f5f5f5;
    font-family: robot !important
}

.leave-message-dialog .form input,
.leave-message-dialog .form textarea {
    display: block;
    width: 100%;
    font-size: 16px;
    border-radius: 4px;
    border: 0;
    outline: 0;
    box-sizing: border-box;
    padding: 12px 19px;
    line-height: 20px;
    margin-bottom: 15px;
    text-indent: 0
}

.leave-message-dialog .form input {
    height: 44px
}

.leave-message-dialog .form .textarea {
    position: relative
}

.leave-message-dialog .form textarea {
    font-size: 14px;
    height: 180px;
    background-color: transparent;
    position: relative;
    z-index: 1
}

textarea::-webkit-input-placeholder {
    font-family: robot !important
}

.leave-message-dialog .form::-webkit-input-placeholder {
    font-size: 16px;
    color: #999
}

.leave-message-dialog .form:-moz-placeholder {
    font-size: 16px;
    color: #999
}

.leave-message-dialog .form::-moz-placeholder {
    font-size: 16px;
    color: #999
}

.leave-message-dialog .form:-ms-input-placeholder {
    font-size: 16px;
    color: #999
}

.leave-message-dialog .form #submitStart {
    margin: 0 auto
}

.leave-message-dialog .form #submitStart:hover {
    filter: brightness(110%)
}

.dialog-content-pql-id .img {
    width: 100%;
    height: 200px;
    border-radius: 2px;
    display: inline-block;
    position: relative
}

.dialog-content-pql-id .img img {
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%)
}

.dialog-content-pql-id .left {
    width: 200px;
    float: left
}

.dialog-content-pql-id .titlep {
    word-wrap: break-word;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    line-height: 20px;
    margin-top: 10px
}

.dialog-content-pql-id .left ul {
    list-style: none;
    margin-top: 20px
}

.dialog-content-pql-id .left ul li {
    list-style: none;
    margin-top: 6px
}

.dialog-content-pql-id .left ul li span:first-child {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: inline-block;
    width: 100%;
    line-height: 22px
}

.dialog-content-pql-id .left ul li span:last-child {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: inline-block;
    width: 100%;
    line-height: 22px
}

.dialog-content-pql-id .right {
    width: 400px;
    float: right;
    margin-left: 20px
}

.dialog-content-pql-id .title {
    text-align: left;
    word-wrap: break-word;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden
}

.dialog-content-pql-id input {
    width: 100%;
    height: 40px;
    margin-top: 20px;
    border: 0;
    outline: 0;
    background: #f5f5f5;
    text-indent: 16px;
    font-size: 16px
}

.dialog-content-pql .btn {
    background: #0f75bd;
    width: 200px;
    height: 40px !important;
    border-radius: 4px !important;
    text-align: center;
    line-height: 40px;
    font-size: 18px;
    color: #fff;
    margin-top: 30px;
    cursor: pointer
}

.dialog-content-pql .btn:hover {
    filter: brightness(110%)
}

.dialog-content-pql-id .mr {
    position: absolute;
    width: 70px;
    height: 40px;
    bottom: 0;
    left: 0;
    line-height: 40px;
    text-align: center;
    color: #757575
}

.dialog-content-pql-id .mr::before {
    position: absolute;
    content: "";
    display: block;
    border: 5px solid #000;
    border-color: #000 transparent transparent transparent;
    top: 50%;
    transform: translateY(-50%);
    right: 5px;
    margin-top: 3px
}

.dialog-content-pql-id .mr ul {
    position: absolute;
    width: 100%;
    cursor: pointer;
    top: 34px;
    background: #f5f5f5;
    box-shadow: 0 3px 5px 0 rgba(0, 0, 0, .1);
    border: 1px solid #ededed;
    display: none
}

.dialog-content-pql-id .mr:hover ul {
    display: block
}

.dialog-content-pql-ok .duihaook {
    width: 80px;
    height: 80px;
    margin: 0 auto;
    margin-top: 20px;
    margin-bottom: 20px;
    position: relative
}

.dialog-content-pql-ok .duihaook::after {
    content: "";
    display: inline-block;
    background: #34da00;
    width: 35px;
    height: 12px;
    transform: rotate(45deg);
    position: absolute;
    left: 16px;
    top: 35px;
    border-radius: 2px
}

.dialog-content-pql-ok .duihaook::before {
    content: "";
    display: inline-block;
    background: #a4ff94;
    width: 50px;
    height: 15px;
    transform: rotate(-45deg);
    position: absolute;
    left: 32px;
    border-radius: 2px;
    top: 26px
}

.dialog-content-pql .error-pql {
    margin-top: -12px;
    margin-bottom: 10px;
    color: red;
    display: none
}

.dialog-content-pql .icon-pql {
    width: 20px;
    height: 20px;
    display: inline-block;
    vertical-align: middle;
    background: red;
    border-radius: 50%
}

.dialog-content-pql .icon-pql img {
    width: 100%;
    height: 100%
}

.dialog-content-pql-id .mr #Mr {
    font-size: 14px
}

.leave-message-dialog .dialog-content-pql-id-hand .form textarea {
    height: 190px
}

#dialog-content-pql-ok {
    min-width: 460px
}

.dialog-content-pql-id .titlep,
.dialog-content-pql-id .left ul li {
    font-size: 16px
}

:root {
    --color-primary: #05f;
    --color-secondary: #1c2536;
    --color-accent: #003ecc;
    --color-highlight: #fff;
    --color-text: #1c2536;
    --color-text-light: #666;
    --color-background: #fff;
    --color-background-alt: #f9f9f9;
    --color-border: #e0e0e0;
    --font-family-primary: 'Arial', sans-serif;
    --font-family-secondary: 'Verdana', sans-serif;
    --border-radius-sm: 4px;
    --border-radius-md: 8px;
    --shadow-sm: 0 2px 5px rgba(0, 0, 0, 0.1);
    --shadow-lg: 0 8px 16px rgba(0, 0, 0, 0.1)
}

body {
    font-family: var(--font-family-primary);
    color: var(--color-text);
    background-color: var(--color-background);
    margin: 0;
    padding: 0;
    line-height: 1.6
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
    font-size: inherit;
    font-weight: inherit
}

ul,
li {
    list-style: none;
    margin: 0;
    padding: 0
}

a {
    text-decoration: none;
    color: inherit
}

a:hover {
    text-decoration: none
}

.header-contact-info-container {
    background: linear-gradient(90deg, var(--color-primary), #00c6ff);
    padding: 8px 40px;
    font-family: var(--font-family-primary);
    font-size: 14px;
    color: var(--color-highlight);
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2)
}

.header-contact-info-left .company-name {
    font-weight: bold;
    color: var(--color-highlight)
}

.header-contact-info-right {
    display: flex;
    align-items: center
}

.header-contact-info-item {
    display: flex;
    align-items: center;
    margin-left: 25px
}

.header-contact-info-icon {
    margin-right: 8px;
    width: 16px;
    height: 16px;
    vertical-align: middle;
    fill: var(--color-highlight)
}

.header-contact-info-link {
    color: var(--color-highlight);
    text-decoration: none;
    transition: opacity .3s ease
}

.header-contact-info-link:hover {
    opacity: .8
}

.full-header-wrapper * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: var(--font-family-primary)
}

.full-header-wrapper {
    width: 100%;
    background-color: var(--color-background);
    border-bottom: 1px solid var(--color-border);
    position: sticky;
    top: 0;
    z-index: 999
}

.full-header-container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 70px;
    position: relative
}

.full-header-logo {
    display: flex;
    align-items: center;
    text-decoration: none
}

.full-header-logo img {
    height: 40px;
    margin-right: 8px
}

.full-header-logo span {
    font-size: 18px;
    font-weight: 600;
    color: var(--color-secondary)
}

.full-header-menu {
    display: flex;
    align-items: center;
    position: relative;
    height: 100%
}

.full-header-item {
    list-style: none;
    margin: 0 16px;
    height: 100%;
    display: flex;
    align-items: center;
    position: relative
}

.full-header-link {
    text-decoration: none;
    color: var(--color-text);
    font-size: 15px;
    font-weight: 500;
    padding: 24px 0;
    display: block;
    transition: color .3s ease;
    white-space: nowrap
}

.full-header-item:hover>.full-header-link,
.full-header-item.active>.full-header-link {
    color: var(--color-primary)
}

.full-header-underline {
    position: absolute;
    bottom: 0;
    height: 3px;
    background: var(--color-primary);
    border-radius: 3px 3px 0 0;
    transition: left .3s cubic-bezier(0.25, 0.1, 0.25, 1), width .3s cubic-bezier(0.25, 0.1, 0.25, 1);
    pointer-events: none
}

.full-header-actions {
    display: flex;
    align-items: center;
    gap: 16px
}

.full-header-search-container {
    position: relative;
    width: 40px;
    height: 40px
}

.full-header-search-button {
    position: relative;
    width: 40px;
    height: 40px;
    background: 0;
    border: 0;
    color: var(--color-text);
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1010;
    transition: color .3s ease;
    padding: 0
}

.full-header-search-button:hover {
    color: var(--color-primary)
}

.full-header-search-button svg {
    width: 20px;
    height: 20px
}

.full-header-search-input {
    position: absolute;
    right: 0;
    top: 0;
    width: 250px;
    height: 40px;
    padding: 0 45px 0 15px;
    border: 1px solid var(--color-border);
    border-radius: 20px;
    background-color: var(--color-background);
    font-size: 14px;
    outline: 0;
    transform-origin: right center;
    transform: scaleX(0);
    opacity: 0;
    transition: transform .3s ease, opacity .3s ease, border-color .3s ease;
    box-shadow: var(--shadow-lg);
    z-index: 1005
}

.full-header-search-input:focus {
    border-color: var(--color-primary)
}

.full-header-search-container.expanded .full-header-search-input {
    transform: scaleX(1);
    opacity: 1
}

.full-header-lang-switcher {
    position: relative
}

.full-header-lang-current {
    display: flex;
    align-items: center;
    border: 1px solid var(--color-border);
    padding: 8px 12px;
    cursor: pointer;
    transition: border-color .3s ease;
    border-radius: 50px;
    white-space: nowrap
}

.full-header-lang-current:hover {
    border-color: var(--color-primary)
}

.full-header-lang-current img,
.full-header-lang-current svg {
    width: 20px;
    height: 20px;
    margin-right: 8px;
    object-fit: cover;
    border-radius: 50%
}

.home-page-carousel-main.video {
    height: auto;
    aspect-ratio: 16/9
}

.full-header-lang-current span {
    font-size: 14px;
    color: var(--color-text)
}

.full-header-lang-current::after {
    content: '';
    display: inline-block;
    width: 0;
    height: 0;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 5px solid var(--color-text-light);
    margin-left: 8px;
    transition: transform .3s ease
}

.full-header-lang-switcher.open .full-header-lang-current::after {
    transform: rotate(180deg)
}

.full-header-lang-dropdown {
    display: none;
    position: absolute;
    top: calc(100% + 5px);
    right: 0;
    background-color: var(--color-background);
    border: 1px solid var(--color-border);
    box-shadow: var(--shadow-lg);
    max-height: 300px;
    overflow-y: auto;
    z-index: 1001;
    min-width: 150px;
    border-radius: var(--border-radius-sm)
}

.full-header-lang-dropdown.active {
    display: block
}

.full-header-lang-list {
    list-style: none;
    margin: 0;
    padding: 5px 0
}

.full-header-lang-item a {
    display: flex;
    align-items: center;
    padding: 8px 15px;
    text-decoration: none;
    color: var(--color-text-light);
    font-size: 14px;
    transition: background-color .3s ease, color .3s ease
}

.full-header-lang-item a:hover {
    background-color: var(--color-background-alt);
    color: var(--color-primary)
}

.full-header-lang-item img,
.full-header-lang-item svg {
    width: 20px;
    height: 20px;
    margin-right: 10px;
    object-fit: cover;
    border-radius: 50%
}

.full-header-dropdown-menu {
    max-height: 650px;
    overflow-y: auto;
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background-color: var(--color-background);
    box-shadow: var(--shadow-lg);
    border-radius: var(--border-radius-sm);
    padding: 10px 0;
    list-style: none;
    min-width: 200px;
    z-index: 1000
}

.full-header-item:hover>.full-header-dropdown-menu {
    display: block
}

.full-header-dropdown-item {
    position: relative
}

.full-header-dropdown-item a {
    padding: 10px 35px 10px 20px;
    display: block;
    color: var(--color-text);
    text-decoration: none;
    font-size: 14px;
    white-space: nowrap;
    transition: background-color .3s, color .3s
}

.full-header-dropdown-item a:hover {
    background-color: var(--color-background-alt);
    color: var(--color-primary)
}

.full-header-dropdown-item--has-submenu::after {
    content: '›';
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 18px;
    color: #a0aec0
}

.full-header-submenu {
    display: none;
    position: absolute;
    top: 0;
    left: 100%;
    background-color: var(--color-background);
    box-shadow: var(--shadow-lg);
    border-radius: var(--border-radius-sm);
    padding: 10px 0;
    list-style: none;
    min-width: 200px
}

.full-header-dropdown-item:hover>.full-header-submenu {
    display: block
}

.floating-social-bar-container {
    position: fixed;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    z-index: 1000;
    border-radius: var(--border-radius-sm) 0 0 var(--border-radius-sm);
    box-shadow: var(--shadow-sm)
}

.floating-social-bar-list {
    list-style: none;
    margin: 0;
    padding: 5px;
    background-color: var(--color-background);
    border: 1px solid var(--color-border);
    border-right: 0;
    border-radius: var(--border-radius-sm) 0 0 var(--border-radius-sm)
}

.floating-social-bar-list li {
    margin: 0;
    padding: 0
}

.floating-social-bar-item a,
.floating-social-bar-item button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    text-decoration: none;
    transition: background-color .3s ease;
    background: 0;
    border: 0;
    cursor: pointer;
    padding: 0
}

.floating-social-bar-item a:hover,
.floating-social-bar-item button:hover {
    background-color: var(--color-background-alt)
}

.floating-social-bar-icon {
    width: 24px;
    height: 24px;
    fill: var(--color-secondary);
    transition: fill .3s ease, transform .3s ease
}

.floating-social-bar-item a:hover .floating-social-bar-icon,
.floating-social-bar-item button:hover .floating-social-bar-icon {
    fill: var(--color-primary);
    transform: scale(1.1)
}

:root {
    --main-primary-color: var(--color-primary, #05f);
    --main-secondary-color: var(--color-secondary, #1c2536);
    --main-accent-color: var(--color-accent, #003ecc);
    --main-text-color: var(--color-text, #1c2536);
    --main-text-light-color: var(--color-text-light, #666);
    --main-background-color: var(--color-background, #fff);
    --main-background-alt-color: var(--color-background-alt, #f9f9f9);
    --main-border-color: var(--color-border, #e0e0e0);
    --main-font-family-primary: var(--font-family-primary, 'Arial', sans-serif);
    --main-font-family-secondary: var(--font-family-secondary, 'Verdana', sans-serif)
}

li:not(.remark li) {
    list-style: none
}

a {
    text-decoration: none;
    color: inherit
}

.page-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 60px 20px
}

.section-title {
    font-family: var(--main-font-family-secondary);
    font-size: 32px;
    font-weight: 700;
    color: var(--main-secondary-color);
    text-align: center;
    margin-bottom: 40px;
    position: relative;
    padding-bottom: 15px
}

.section-title::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 3px;
    background: var(--main-primary-color)
}

.product-main-section {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    align-items: flex-start
}

.product-info-wrapper {
    display: flex;
    flex-direction: column;
    gap: 16px
}

.contact-inquiry-section {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 40px;
    align-items: center
}

.related-products-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
    justify-items: center
}

.section-body {
    line-height: 1.7;
    color: var(--main-text-light-color);
    overflow-wrap: break-word;
    word-wrap: break-word;
    display: flow-root
}

.section-body img {
    max-width: 100% !important;
    height: auto !important
}

.section-body table {
    max-width: 100%;
    overflow-x: auto;
    border-collapse: collapse;
    border-spacing: 0
}

.section-body table th,
.section-body table td {
    padding: 8px 12px;
    border: 1px solid var(--main-border-color)
}

.section-body p {
    margin-bottom: 1em !important
}

.breadcrumb-nav-container {
    max-width: 1200px;
    margin: 30px auto;
    font-family: var(--main-font-family-primary);
    box-sizing: border-box
}

.breadcrumb-nav-list {
    display: flex;
    align-items: center;
    color: var(--main-text-color);
    font-size: 14px
}

.breadcrumb-nav-list .breadcrumb-nav-home-icon {
    margin: -1px 5px 0 0;
    display: inline-flex;
    align-items: center
}

.breadcrumb-nav-list .breadcrumb-nav-home-icon svg {
    width: 18px;
    height: 18px
}

.breadcrumb-nav-list .breadcrumb-nav-home-icon svg path {
    fill: var(--main-primary-color)
}

.breadcrumb-nav-list a {
    color: var(--main-text-color);
    transition: color .3s linear
}

.breadcrumb-nav-list a:hover {
    color: var(--main-primary-color)
}

.breadcrumb-nav-list .breadcrumb-nav-separator {
    margin: 0 5px;
    color: var(--main-text-color)
}

.breadcrumb-nav-list div {
    overflow: hidden;
    white-space: nowrap
}

.breadcrumb-nav-list h2,
.breadcrumb-nav-list h1 {
    margin: 0;
    padding: 0;
    font-weight: 400;
    color: var(--main-text-light-color);
    text-transform: capitalize;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: 14px;
    font-family: var(--main-font-family-primary)
}

.product-image-switcher-container {
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
    font-family: var(--main-font-family-primary);
    border: 1px solid var(--main-border-color);
    padding: 10px;
    box-sizing: border-box;
    position: relative
}

.product-image-switcher-main-view {
    position: relative;
    width: 100%;
    padding-top: 100%;
    border: 1px solid var(--main-border-color);
    margin-bottom: 10px;
    background-color: var(--main-background-alt-color);
    cursor: crosshair
}

.product-image-switcher-main-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: contain
}

.product-image-switcher-video-link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.2);
    cursor: pointer
}

.product-image-switcher-play-icon-large {
    width: 64px;
    height: 64px;
    background-color: rgba(0, 0, 0, 0.6);
    border-radius: 50%;
    position: relative;
    transition: background-color .3s
}

.product-image-switcher-video-link:hover .product-image-switcher-play-icon-large {
    background-color: var(--main-primary-color)
}

.product-image-switcher-play-icon-large::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 55%;
    transform: translate(-50%, -50%);
    width: 0;
    height: 0;
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
    border-left: 20px solid #fff
}

.product-image-switcher-nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    user-select: none
}

.product-image-switcher-arrow {
    flex-shrink: 0;
    width: 25px;
    height: 80px;
    line-height: 80px;
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    color: var(--main-text-light-color);
    background-color: var(--main-background-alt-color);
    cursor: pointer;
    transition: background-color .3s, color .3s
}

.product-image-switcher-arrow:hover {
    background-color: #ddd;
    color: var(--main-text-color)
}

.product-image-switcher-arrow.disabled {
    cursor: not-allowed;
    opacity: .5
}

.product-image-switcher-thumbs-viewport {
    flex-grow: 1;
    overflow: hidden;
    margin: 0 10px
}

.product-image-switcher-thumbs-list {
    display: flex;
    transition: transform .4s ease-in-out
}

.product-image-switcher-thumb-item {
    flex-shrink: 0;
    width: 80px;
    height: 80px;
    margin: 0 5px;
    border: 2px solid transparent;
    cursor: pointer;
    position: relative;
    box-sizing: border-box
}

.product-image-switcher-thumb-item.active {
    border-color: var(--main-primary-color)
}

.product-image-switcher-thumb-img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.product-image-switcher-play-icon-small {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 24px;
    height: 24px;
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 50%;
    pointer-events: none
}

.product-image-switcher-play-icon-small::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 55%;
    transform: translate(-50%, -50%);
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 8px solid #fff
}

.product-image-switcher-lens {
    position: absolute;
    border: 1px solid #d4d4d4;
    width: 100px;
    height: 100px;
    background-color: rgba(255, 255, 255, 0.4);
    z-index: 10;
    display: none;
    pointer-events: none
}

.product-image-switcher-zoom-view {
    position: absolute;
    top: 0;
    left: 102%;
    width: 100%;
    height: 0;
    padding-top: 100%;
    border: 1px solid var(--main-border-color);
    z-index: 100;
    display: none;
    background-repeat: no-repeat;
    background-color: white
}

.product-title-component {
    position: relative;
    padding-bottom: 20px;
    overflow: hidden
}

.product-title-component .product-title-heading {
    font-size: 32px;
    font-weight: 700;
    color: #333;
    margin: 0;
    line-height: 1.4;
    opacity: 0;
    transform: translateX(-50px);
    transition: opacity .8s ease-out, transform .8s ease-out
}

.product-title-component.is-visible .product-title-heading {
    opacity: 1;
    transform: translateX(0)
}

.product-title-component .product-title-background {
    position: absolute;
    top: 10px;
    left: 0;
    width: 100%;
    z-index: -1;
    font-size: 32px;
    font-weight: 700;
    color: #333;
    line-height: 1.4;
    margin: 0;
    opacity: 0;
    transform: translateX(-50px);
    transition: opacity .8s ease-out, transform .8s ease-out
}

.product-title-component.is-visible .product-title-background {
    opacity: .1;
    transform: translateX(0)
}

.product-title-component .product-title-text-bg {
    display: inline;
    background: linear-gradient(to top, transparent 25%, #f5f5f5 25%, #f5f5f5 85%, transparent 85%);
    padding: .1em 0;
    box-decoration-break: clone;
    -webkit-box-decoration-break: clone
}

.product-title-component .product-title-underline {
    position: absolute;
    bottom: 5px;
    left: 0;
    width: 0;
    height: 4px;
    background: linear-gradient(to right, #007bff, #00c6ff);
    transition: width 1s ease-in-out;
    transition-delay: .5s
}

.product-title-component.is-visible .product-title-underline {
    width: 80px
}

.product-spec-attr-container {
    font-family: var(--main-font-family-primary);
    color: var(--main-text-color);
    background-color: var(--main-background-color);
    padding: 0;
    margin-bottom: 20px
}

.product-spec-attr-header {
    display: none
}

.product-spec-attr-list {
    display: flex;
    flex-wrap: wrap;
    font-size: 14px;
    background-color: transparent;
    padding: 0
}

.product-spec-attr-item {
    width: 100%;
    box-sizing: border-box;
    padding: 8px 0;
    display: flex;
    line-height: 1.6
}

.product-spec-attr-label {
    color: var(--main-text-light-color);
    min-width: 160px;
    flex-shrink: 0
}

.product-spec-attr-value {
    color: var(--main-text-color);
    font-weight: 500;
    word-break: break-all
}

.inquiry-button-root {
    padding: 12px 30px;
    font-size: 16px;
    font-family: inherit;
    border: 0;
    border-radius: 50px;
    background: linear-gradient(to right, #007bff, #00c6ff);
    color: #fff;
    cursor: pointer;
    transition: background-color .3s ease, box-shadow .3s ease;
    box-shadow: 0 4px 15px rgba(0, 85, 255, 0.2)
}

.inquiry-button-root:hover {
    background: linear-gradient(to right, #0069d9, #00b2e6);
    box-shadow: 0 6px 20px rgba(0, 85, 255, 0.3)
}

.product-tags-component {
    display: flex;
    align-items: flex-start;
    font-family: Arial, sans-serif;
    font-size: 14px;
    line-height: 1.5;
    margin-top: 15px;
    color: #333
}

.product-tags-title {
    font-weight: 600;
    color: #111;
    margin-right: 8px;
    flex-shrink: 0;
    padding-top: 6px
}

.product-tags-list {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    flex-grow: 1
}

.product-tags-item {
    display: inline-block;
    padding: 5px 12px;
    font-size: 13px;
    color: #555;
    background-color: #e6f0ff;
    border-radius: 20px;
    text-decoration: none;
    transition: all .3s ease;
    cursor: pointer
}

.product-tags-item:hover {
    background-color: #d0e2ff;
    border-color: #ccc;
    color: #000
}

@keyframes product-summary-card-slide-in {
    to {
        transform: translateY(0);
        opacity: 1
    }
}

@keyframes product-summary-card-fade-out {
    to {
        opacity: 0
    }
}

.product-summary-card {
    background-color: var(--main-background-alt-color);
    padding: 24px;
    border-radius: 8px;
    font-family: var(--main-font-family-primary);
    position: relative;
    overflow: hidden;
    min-height: 150px;
    box-sizing: border-box;
    color: var(--main-text-color);
    margin-top: 20px
}

.product-summary-card-title {
    font-size: 18px;
    font-weight: 600;
    margin: 0 0 16px 0;
    color: var(--main-secondary-color);
    text-align: left;
    transform: translateY(-20px);
    opacity: 0;
    animation: product-summary-card-slide-in .5s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards
}

.product-summary-card-content-wrapper {
    position: relative;
    height: 100%
}

.product-summary-card-content {
    font-size: 14px;
    line-height: 1.7;
    color: var(--main-text-light-color);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transform: translateY(-100%);
    opacity: 0;
    animation: product-summary-card-slide-in .5s cubic-bezier(0.25, 0.46, 0.45, 0.94) .3s forwards;
    text-align: left
}

.product-summary-card-placeholder {
    display: none
}

.product-description-container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 40px;
    background-color: var(--main-background-color);
    font-family: var(--main-font-family-primary);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
    border-radius: 8px;
    box-sizing: border-box;
    opacity: 1;
    transform: translateY(0);
    transition: opacity 1s ease-out, transform 1s ease-out
}

.product-description-container.is-visible {
    opacity: 1;
    transform: translateY(0)
}

.product-description-title-wrapper {
    text-align: center;
    margin-bottom: 40px;
    padding-bottom: 20px;
    position: relative
}

.product-description-title-wrapper::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100px;
    height: 3px;
    background: linear-gradient(90deg, var(--main-primary-color), var(--main-accent-color));
    border-radius: 2px
}

.product-description-title {
    font-size: 32px;
    font-weight: 700;
    color: var(--main-secondary-color);
    margin: 0 0 10px 0;
    line-height: 1.2
}

.product-description-subtitle {
    font-size: 18px;
    font-weight: 400;
    color: var(--main-text-light-color);
    margin: 0;
    text-transform: uppercase;
    letter-spacing: 1px
}

.product-description-content .remark {
    color: var(--main-text-color);
    line-height: 1.8;
    font-size: 16px;
    overflow-wrap: break-word
}

.product-description-content .remark p {
    margin: 0 0 1.5em 0
}

.product-description-content .remark ul,
.product-description-content .remark ol {
    padding-left: 25px;
    margin: 0 0 1.5em 0
}

.product-description-content .remark li {
    margin-bottom: .8em
}

.product-description-content .remark strong,
.product-description-content .remark b {
    font-weight: 600;
    color: var(--main-secondary-color)
}

.product-description-content .remark h1,
.product-description-content .remark h2,
.product-description-content .remark h3,
.product-description-content .remark h4,
.product-description-content .remark h5,
.product-description-content .remark h6 {
    font-weight: 600;
    color: var(--main-secondary-color);
    margin: 1.5em 0 1em 0;
    line-height: 1.3
}

.product-description-content .remark a {
    color: var(--main-primary-color);
    transition: color .3s ease
}

.product-description-content .remark a:hover {
    color: var(--main-accent-color);
    text-decoration: underline
}

.product-description-content .remark img {
    max-width: 100%;
    height: auto;
    border-radius: 4px;
    margin: 1em 0
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(15px)
    }

    to {
        opacity: 1;
        transform: translateY(0)
    }
}

.product-custom-attributes-container {
    font-family: var(--main-font-family-primary);
    border-radius: 12px;
    padding: 24px;
    margin-bottom: 20px;
    color: var(--main-text-color)
}

.product-custom-attributes-title {
    font-size: 20px;
    font-weight: 600;
    margin: 0 0 16px 0;
    padding-bottom: 16px;
    text-align: center;
    opacity: 0;
    animation: fadeInUp .6s ease-out .2s forwards
}

.product-custom-attributes-highlight {
    background-color: var(--main-background-alt-color);
    padding: 16px;
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 1.6;
    border-radius: 12px;
    text-align: center;
    opacity: 0;
    animation: fadeInUp .6s ease-out .4s forwards
}

.product-custom-attributes-highlight-label {
    font-weight: 600;
    color: var(--main-text-color)
}

.product-custom-attributes-highlight-value {
    color: var(--main-text-light-color)
}

.product-custom-attributes-list {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -12px;
    opacity: 0;
    animation: fadeInUp .6s ease-out .6s forwards
}

.product-custom-attributes-item {
    box-sizing: border-box;
    width: 50%;
    padding: 10px 12px;
    font-size: 14px;
    line-height: 1.5;
    display: flex
}

.product-custom-attributes-label {
    color: var(--main-text-light-color);
    width: 160px;
    flex-shrink: 0;
    padding-right: 10px
}

.product-custom-attributes-value {
    font-weight: 600;
    color: var(--main-text-color);
    word-break: break-word
}

.product-accessories-container {
    max-width: 500px;
    margin: 0;
    padding: 20px;
    background: white;
    border-radius: 10px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif
}

.product-accessories-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px
}

.product-accessories-title h4 {
    margin: 0;
    font-size: 16px;
    font-weight: 600;
    color: #111827
}

.product-accessories-count {
    font-size: 12px;
    color: #6b7280;
    padding: 2px 8px;
    background: #f3f4f6;
    border-radius: 12px
}

.product-accessories-links {
    display: flex;
    flex-direction: column;
    gap: 4px
}

.product-accessories-link {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 15px;
    background-color: #f9fafb;
    border-radius: 6px;
    text-decoration: none;
    color: #4b5563;
    font-size: 14px;
    transition: all .2s
}

.product-accessories-link:hover {
    background-color: #f3f4f6;
    color: var(--main-primary-color)
}

.product-accessories-filename {
    flex: 1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-right: 10px;
    color: var(--main-primary-color)
}

.product-accessories-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    background: white;
    border-radius: 50%;
    color: #4b5563;
    font-weight: bold;
    transition: all .2s;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1)
}

.product-accessories-link:hover .product-accessories-btn {
    background: #3b82f6;
    color: white;
    transform: scale(1.1)
}

.action-buttons-wrapper {
    display: flex;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
    margin-top: 20px
}

.action-buttons-wrapper .product-accessories-container {
    max-width: none;
    margin: 0;
    padding: 0;
    background: transparent;
    box-shadow: none;
    font-family: inherit
}

.inquiry-form-component-wrapper {
    width: 100%;
    font-family: var(--main-font-family-primary);
    box-sizing: border-box
}

.inquiry-form-component-title {
    font-size: 24px;
    text-transform: uppercase;
    margin-bottom: 20px;
    font-weight: 600;
    color: var(--main-secondary-color)
}

.inquiry-form-component-row {
    display: flex;
    gap: 20px;
    margin-bottom: 20px
}

.inquiry-form-component-col {
    flex: 1;
    position: relative
}

.inquiry-form-component-label {
    display: block;
    margin-bottom: 8px;
    font-size: 14px;
    color: var(--main-text-light-color)
}

.inquiry-form-component-input,
.inquiry-form-component-textarea {
    width: 100%;
    padding: 12px;
    border: 1px solid var(--main-border-color);
    font-size: 14px;
    box-sizing: border-box;
    color: var(--main-text-color);
    background-color: var(--main-background-color);
    border-radius: 4px
}

.inquiry-form-component-input:focus,
.inquiry-form-component-textarea:focus {
    border-color: var(--main-primary-color);
    outline: 0;
    box-shadow: 0 0 0 2px rgba(0, 85, 255, 0.2)
}

.inquiry-form-component-textarea {
    resize: vertical;
    min-height: 80px
}

.inquiry-form-component-submit-btn {
    width: 100%;
    padding: 12px 20px;
    background: linear-gradient(to right, #007bff, #00c6ff);
    color: #fff;
    border: 0;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    text-align: center;
    transition: background .3s ease;
    box-sizing: border-box;
    text-transform: uppercase;
    border-radius: 4px
}

.inquiry-form-component-submit-btn:hover {
    background: linear-gradient(to right, #0069d9, #00b2e6)
}

.inquiry-form-component-required-star {
    color: red;
    margin-left: 2px
}

.inquiry-form-component-submit-col {
    flex: 0 0 auto;
    align-self: flex-end
}

.inquiry-form-component-row:last-child {
    align-items: baseline
}

.inquiry-form-component-row:last-child>.inquiry-form-component-col:first-child {
    flex: 2
}

.inquiry-form-component-row:last-child>.inquiry-form-component-col:last-child {
    flex: 1
}

.designated-contact-person-card {
    background: transparent;
    box-shadow: 0 8px 28px -9px rgba(0, 0, 0, 0.45);
    position: relative;
    width: 240px;
    height: 330px;
    border-radius: 16px;
    overflow: hidden
}

.designated-contact-person-wave {
    position: absolute;
    width: 540px;
    height: 700px;
    opacity: .6;
    left: 0;
    top: 0;
    margin-left: -50%;
    margin-top: -70%;
    background: linear-gradient(744deg, #af40ff, var(--main-primary-color) 60%, #00ddeb)
}

.designated-contact-person-infotop {
    text-align: center;
    font-size: 20px;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    color: #fff;
    font-weight: 600;
    transform: translateY(-50%)
}

.designated-contact-person-job {
    margin: 14px 0 10px;
    font-size: 16px
}

.designated-contact-person-name {
    font-size: 14px;
    font-weight: 100;
    position: relative
}

.designated-contact-person-wave:nth-child(2),
.designated-contact-person-wave:nth-child(3) {
    top: 210px
}

.designated-contact-person-playing .designated-contact-person-wave {
    border-radius: 40%;
    animation: designated-contact-person-wave-animation 3000ms infinite linear
}

.designated-contact-person-wave {
    border-radius: 40%;
    animation: designated-contact-person-wave-animation 55s infinite linear
}

.designated-contact-person-playing .designated-contact-person-wave:nth-child(2) {
    animation-duration: 4000ms
}

.designated-contact-person-wave:nth-child(2) {
    animation-duration: 50s
}

.designated-contact-person-playing .designated-contact-person-wave:nth-child(3) {
    animation-duration: 5000ms
}

.designated-contact-person-wave:nth-child(3) {
    animation-duration: 45s
}

@keyframes designated-contact-person-wave-animation {
    0% {
        transform: rotate(0)
    }

    100% {
        transform: rotate(360deg)
    }
}

.designated-contact-person-user-picture {
    overflow: hidden;
    object-fit: cover;
    width: 5rem;
    height: 5rem;
    border: 4px solid #fff;
    border-radius: 999px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto
}

.designated-contact-person-user-picture svg {
    width: 2.5rem;
    fill: currentColor
}

.designated-contact-person-social-media:before {
    content: " ";
    display: block;
    width: 100%;
    height: 2px;
    margin: 20px 0;
    background: #9f70ff
}

.designated-contact-person-social-media a {
    position: relative;
    margin-right: 15px
}

.designated-contact-person-social-media a:last-child {
    margin-right: 0
}

.designated-contact-person-social-media a svg {
    width: 1.1rem;
    fill: currentColor
}

.designated-contact-person-tooltip-social {
    background: #262626;
    display: block;
    position: absolute;
    bottom: 0;
    left: 50%;
    padding: .5rem .4rem;
    border-radius: 5px;
    font-size: .8rem;
    font-weight: 600;
    opacity: 0;
    pointer-events: none;
    transform: translate(-50%, -90%);
    transition: all .2s ease;
    z-index: 1
}

.designated-contact-person-tooltip-social:after {
    content: " ";
    position: absolute;
    bottom: 1px;
    left: 50%;
    border: solid;
    border-width: 10px 10px 0 10px;
    border-color: transparent;
    transform: translate(-50%, 100%)
}

.designated-contact-person-social-media a .designated-contact-person-tooltip-social:after {
    border-top-color: #262626
}

.designated-contact-person-social-media a:hover .designated-contact-person-tooltip-social {
    opacity: 1;
    transform: translate(-50%, -130%)
}

.product-card-new {
    font-family: var(--main-font-family-primary);
    border-radius: 10px;
    overflow: hidden;
    transition: transform .3s ease, box-shadow .3s ease;
    width: 100%;
    display: flex;
    flex-direction: column;
    background-color: var(--main-background-color);
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1)
}

.product-card-new:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 15px rgba(0, 0, 0, 0.15)
}

.product-card-new-image-link {
    display: block;
    position: relative;
    padding-top: 100%
}

.product-card-new-video-icon {
    position: absolute;
    right: 10px;
    bottom: 10px;
    width: 30px;
    height: 30px;
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2
}

.product-card-new-video-icon::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 10px solid white;
    margin-left: 3px
}

.product-card-new-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .3s ease
}

.product-card-new:hover .product-card-new-image {
    transform: scale(1.05)
}

.product-card-new-content {
    padding: 15px;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    background-color: var(--main-background-color);
    position: relative
}

.product-card-new-title {
    margin: 0;
    color: var(--main-text-color);
    font-size: 14px;
    font-weight: 600;
    line-height: 1.4;
    min-height: 4.2em;
    display: flex;
    align-items: center
}

.product-card-new-title-text {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%
}

.product-card-new-remark {
    margin: 8px 0;
    color: var(--main-text-light-color);
    font-size: 12px;
    line-height: 1.5;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis
}

.product-card-new-mask {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    background: linear-gradient(to top, white 25%, transparent 75%);
    opacity: 0;
    transition: opacity .3s ease;
    pointer-events: none
}

.product-card-new:hover .product-card-new-mask {
    opacity: 1
}

.product-card-new-button-wrap {
    position: absolute;
    bottom: 15px;
    left: 15px;
    right: 15px;
    opacity: 0;
    transition: opacity .3s ease
}

.product-card-new:hover .product-card-new-button-wrap {
    opacity: 1
}

.product-card-new-button {
    display: block;
    width: 100%;
    padding: 8px 15px;
    background: linear-gradient(to right, #007bff, #00c6ff);
    color: #fff;
    text-align: center;
    border-radius: 5px;
    font-weight: bold;
    font-size: 14px;
    border: 0;
    cursor: pointer;
    transition: background .3s ease;
    box-sizing: border-box
}

.product-card-new-button:hover {
    background: linear-gradient(to right, #0069d9, #00b2e6)
}

.product-review-component {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-size: 14px;
    line-height: 1.5;
    color: #333;
    background-color: #fff;
    padding: 24px;
    border: 1px solid #e9e9e9;
    border-radius: 8px
}

.product-review-container {
    display: flex;
    flex-wrap: nowrap;
    gap: 40px
}

.product-review-summary {
    flex: 0 0 320px;
    border-right: 1px solid #f0f0f0;
    padding-right: 40px
}

.product-review-list {
    flex: 1;
    min-width: 0
}

.product-review-summary-title,
.product-review-list-title {
    font-size: 20px;
    font-weight: 600;
    color: #1a1a1a;
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid #f0f0f0
}

.product-review-overall {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 20px
}

.product-review-avg-score {
    font-size: 48px;
    font-weight: bold;
    color: #1a1a1a;
    line-height: 1
}

.product-review-avg-details {
    display: flex;
    flex-direction: column
}

.product-review-stars {
    display: flex;
    align-items: center;
    gap: 2px
}

.product-review-star-icon {
    width: 18px;
    height: 18px;
    fill: #e0e0e0
}

.product-review-star-icon.is-filled {
    fill: #ffc107
}

.product-review-total-count {
    font-size: 14px;
    color: #666;
    margin-top: 4px
}

.product-review-write-btn {
    width: 100%;
    padding: 12px 0;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    background: linear-gradient(to right, #007bff, #00c6ff);
    border: 0;
    border-radius: 4px;
    cursor: pointer;
    transition: background-color .3s;
    margin-bottom: 24px
}

.product-review-write-btn:hover {
    background: linear-gradient(to right, #0069d9, #00b2e6)
}

.product-review-snapshot-title {
    font-size: 16px;
    font-weight: 600;
    color: #1a1a1a;
    margin-bottom: 12px;
    margin-top: 24px
}

.product-review-snapshot-subtitle {
    font-size: 12px;
    color: #666;
    margin-bottom: 16px
}

.product-review-breakdown-row {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 10px;
    font-size: 12px;
    color: #666
}

.product-review-breakdown-row .product-review-stars {
    gap: 1px
}

.product-review-breakdown-row .product-review-star-icon {
    width: 14px;
    height: 14px
}

.product-review-breakdown-row.is-highlighted {
    font-size: 14px;
    color: #1a1a1a
}

.product-review-breakdown-row.is-highlighted .product-review-star-icon {
    width: 16px;
    height: 16px
}

.product-review-progress-bar {
    flex-grow: 1;
    height: 8px;
    background-color: #f0f0f0;
    border-radius: 4px;
    overflow: hidden
}

.product-review-progress-fill {
    height: 100%;
    background-color: #ffc107;
    border-radius: 4px;
    transition: width .5s ease-in-out
}

.product-review-percentage {
    width: 40px;
    text-align: right
}

.product-review-item {
    padding: 24px 0;
    border-bottom: 1px solid #f0f0f0
}

.product-review-item:last-child {
    border-bottom: 0;
    padding-bottom: 0
}

.product-review-item-header {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin-bottom: 12px
}

.product-review-avatar {
    flex-shrink: 0;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #007bff;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 18px;
    text-transform: uppercase
}

.product-review-author-meta {
    flex-grow: 1
}

.product-review-author-info {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 4px
}

.product-review-author-name {
    font-weight: 600;
    color: #1a1a1a
}

.product-review-author-country {
    font-size: 12px;
    color: #666
}

.product-review-item-date {
    font-size: 12px;
    color: #999;
    margin-left: auto;
    flex-shrink: 0
}

.product-review-item-content {
    margin: 12px 0;
    color: #333;
    line-height: 1.6
}

.product-review-item-pics {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 12px
}

.product-review-item-pic {
    width: 80px;
    height: 80px;
    object-fit: cover;
    border-radius: 4px;
    cursor: pointer;
    border: 1px solid #e9e9e9;
    transition: opacity .3s
}

.product-review-item-pic:hover {
    opacity: .8
}

.product-review-item-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 16px;
    font-size: 12px;
    color: #666
}

.product-review-helpful {
    display: flex;
    align-items: center;
    gap: 6px;
    cursor: pointer;
    padding: 4px 8px;
    border-radius: 12px;
    border: 1px solid #e0e0e0;
    transition: all .3s
}

.product-review-helpful:hover {
    background-color: #f5f5f5;
    border-color: #ccc
}

.product-review-helpful-icon {
    width: 14px;
    height: 14px;
    fill: #666
}

.product-review-source-icon {
    width: 14px;
    height: 14px;
    fill: currentColor;
    flex-shrink: 0
}

.product-review-link {
    color: #007bff;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 4px
}

.product-review-link:hover {
    text-decoration: underline
}

.product-review-modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
    cursor: pointer
}

.product-review-modal-content {
    max-width: 85vw;
    max-height: 85vh;
    cursor: default
}

.contact-inquiry-section {
    background-color: #f2f2f2;
    border-radius: 8px;
    padding: 40px
}

.site-footer {
    font-family: Verdana;
    color: rgba(255, 255, 255, 0.8);
    position: relative;
    font-size: 14px;
    line-height: 1.6
}

.site-footer * {
    margin: 0;
    padding: 0;
    box-sizing: border-box
}

.site-footer ul {
    list-style: none
}

.site-footer a {
    color: inherit;
    font-size: inherit;
    text-decoration: none;
    cursor: pointer;
    transition: color .3s ease, text-decoration-color .3s ease
}

.site-footer a:hover {
    color: var(--color-primary)
}

.site-footer input {
    outline: 0;
    border: 0;
    font-family: inherit;
    color: #fff
}

.site-footer input[type="submit"] {
    cursor: pointer
}

.site-footer .site-footer__content {
    max-width: 1220px;
    margin: 0 auto;
    position: relative;
    padding: 0 20px
}

.site-footer .site-footer__flex {
    display: flex
}

.site-footer .site-footer__flex--wrap {
    flex-wrap: wrap
}

.site-footer .site-footer__flex--between {
    justify-content: space-between
}

.site-footer .site-footer__flex--align-top {
    align-items: flex-start
}

.site-footer .site-footer__flex--align-middle {
    align-items: center
}

.site-footer .site-footer__container {
    position: relative;
    z-index: 1;
    background-color: var(--color-secondary)
}

.site-footer .site-footer__container::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    opacity: .5;
    z-index: -1
}

.site-footer .site-footer__main {
    padding: 80px 0 20px
}

.site-footer .site-footer__intro {
    width: 340px;
    height: 310px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-bottom: 0
}

.site-footer .site-footer__intro .site-footer__logo {
    display: block;
    overflow: hidden;
    position: relative;
    text-indent: -999px;
    max-width: 100%
}

.site-footer .site-footer__intro .site-footer__logo img {
    display: block;
    width: 100%;
    height: auto;
    max-height: 60px;
    object-fit: contain;
    object-position: left
}

.site-footer .site-footer__intro .site-footer__logo p {
    position: absolute;
    z-index: -1;
    inset: 0
}

.site-footer .site-footer__intro p {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.8);
    margin-top: 20px
}

.site-footer .site-footer__intro form {
    width: 100%;
    max-width: 317px;
    display: grid;
    gap: 12px;
    margin-top: 25px
}

.site-footer .site-footer__intro form input[type=email] {
    width: 100%;
    display: block;
    border-radius: 5px;
    background-color: transparent;
    font-size: 14px;
    padding: 12px 18px;
    border: 1px solid rgba(255, 255, 255, 0.5)
}

.site-footer .site-footer__intro form input[type=email]::placeholder {
    color: rgba(255, 255, 255, 0.7)
}

.site-footer .site-footer__intro form input[type=submit] {
    text-transform: uppercase;
    display: block;
    font-size: 14px;
    font-weight: 500;
    width: 100%;
    border-radius: 5px;
    background: linear-gradient(90deg, #007bff, #00c6ff);
    color: #fff;
    padding: 12px 18px;
    transition: all .3s
}

.site-footer .site-footer__intro form input[type=submit]:hover {
    background-size: 150% 150%;
    box-shadow: 0 4px 15px rgba(0, 123, 255, 0.3)
}

.site-footer .site-footer__links-group {
    flex: 1;
    min-width: 180px
}

.site-footer .site-footer__links-group strong {
    display: block;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 16px;
    color: #fff;
    margin-bottom: 25px
}

.site-footer .site-footer__links-group li {
    margin-bottom: 18px
}

.site-footer .site-footer__links-group li:last-child {
    margin-bottom: 0
}

.site-footer .site-footer__links-group li a {
    font-weight: 400;
    font-size: 14px;
    text-decoration: underline transparent
}

.site-footer .site-footer__links-group li a:hover {
    text-decoration-color: var(--color-primary)
}

.site-footer .site-footer__contact-group {
    width: auto;
    flex-grow: 1.2
}

.site-footer .site-footer__contact-group strong {
    margin-bottom: 25px
}

.site-footer .site-footer__contact-group li {
    position: relative;
    padding-left: 32px;
    margin-bottom: 18px;
    display: flex;
    flex-direction: column
}

.site-footer .site-footer__contact-group li>svg {
    position: absolute;
    left: 0;
    top: 2px
}

.site-footer .site-footer__contact-group li a {
    font-weight: 400
}

.site-footer .site-footer__contact-group li .site-footer__contact-label {
    font-size: 13px;
    line-height: 1.5;
    color: rgba(255, 255, 255, 0.8);
    margin-top: 2px
}

.site-footer .site-footer__social {
    margin-top: 30px
}

.site-footer .site-footer__social .site-footer__social-list {
    gap: 15px;
    display: flex;
    flex-wrap: wrap;
    align-items: center
}

.site-footer .site-footer__social .site-footer__social-list a {
    opacity: .7;
    display: block;
    width: 24px;
    height: 24px;
    transition: all .3s
}

.site-footer .site-footer__social .site-footer__social-list a svg {
    transition: fill .3s ease
}

.site-footer .site-footer__social .site-footer__social-list a:hover {
    opacity: 1;
    transform: scale(1.1)
}

.site-footer .site-footer__social .site-footer__social-list a:hover svg {
    fill: var(--color-primary)
}

.site-footer .site-footer__copyright {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    padding: 20px 0
}

.site-footer .site-footer__copyright .site-footer__flex {
    gap: 15px
}

.site-footer .site-footer__copyright p,
.site-footer .site-footer__copyright a {
    font-weight: 400;
    color: rgba(255, 255, 255, 0.7);
    font-size: 12px
}

.site-footer .site-footer__copyright a {
    display: block;
    transition: all .3s;
    text-decoration: underline transparent
}

.site-footer .site-footer__copyright a::before {
    display: inline-block;
    content: ' | ';
    pointer-events: none;
    color: #999;
    margin-right: 8px
}

.site-footer .site-footer__copyright a:hover {
    color: var(--color-primary);
    text-decoration-color: var(--color-primary)
}

.site-footer .site-footer__copyright .site-footer__copyright-btns {
    flex: 1;
    display: flex;
    justify-content: flex-end
}