{"id":41,"date":"2026-07-30T11:59:34","date_gmt":"2026-07-30T11:59:34","guid":{"rendered":"https:\/\/www.uraze.com\/index.php\/home\/"},"modified":"2026-08-04T13:26:32","modified_gmt":"2026-08-04T13:26:32","slug":"home","status":"publish","type":"page","link":"https:\/\/www.uraze.com\/","title":{"rendered":"Home"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"41\" class=\"elementor elementor-41\">\n\t\t\t\t<div class=\"elementor-element elementor-element-c583f7f e-con-full e-flex e-con e-parent\" data-id=\"c583f7f\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-42a5249 elementor-widget elementor-widget-html\" data-id=\"42a5249\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<style>\r\n\/* ================================\r\n   URAZE PROFESSIONAL HERO SECTION\r\n================================ *\/\r\n\r\n.uraze-hero,\r\n.uraze-hero * {\r\n    box-sizing: border-box;\r\n}\r\n\r\n.uraze-hero {\r\n    --primary: #0845ad;\r\n    --light-blue: #cfe3f6;\r\n    --dark-blue: #0d2d5b;\r\n    --white: #ffffff;\r\n\r\n    position: relative;\r\n    width: 100%;\r\n    min-height: 690px;\r\n    display: flex;\r\n    align-items: center;\r\n    overflow: hidden;\r\n    padding: 75px 24px;\r\n    font-family: inherit;\r\n    background:\r\n        radial-gradient(\r\n            circle at 80% 25%,\r\n            rgba(207, 227, 246, 0.95) 0%,\r\n            rgba(207, 227, 246, 0.42) 22%,\r\n            transparent 48%\r\n        ),\r\n        linear-gradient(\r\n            125deg,\r\n            #ffffff 0%,\r\n            #f5f9ff 48%,\r\n            #dcecff 100%\r\n        );\r\n}\r\n\r\n\/* Decorative background shapes *\/\r\n\r\n.uraze-hero::before {\r\n    content: \"\";\r\n    position: absolute;\r\n    width: 520px;\r\n    height: 520px;\r\n    right: -150px;\r\n    top: -230px;\r\n    border-radius: 50%;\r\n    background: rgba(8, 69, 173, 0.07);\r\n    pointer-events: none;\r\n}\r\n\r\n.uraze-hero::after {\r\n    content: \"\";\r\n    position: absolute;\r\n    width: 330px;\r\n    height: 330px;\r\n    left: -190px;\r\n    bottom: -210px;\r\n    border-radius: 50%;\r\n    border: 65px solid rgba(8, 69, 173, 0.06);\r\n    pointer-events: none;\r\n}\r\n\r\n.uraze-hero-container {\r\n    position: relative;\r\n    z-index: 2;\r\n    width: 100%;\r\n    max-width: 1280px;\r\n    margin: 0 auto;\r\n    display: grid;\r\n    grid-template-columns: minmax(0, 0.92fr) minmax(480px, 1.08fr);\r\n    gap: 55px;\r\n    align-items: center;\r\n}\r\n\r\n\/* ================================\r\n   LEFT CONTENT\r\n================================ *\/\r\n\r\n.uraze-hero-content {\r\n    position: relative;\r\n    z-index: 5;\r\n    max-width: 610px;\r\n}\r\n\r\n.uraze-hero-badge {\r\n    width: fit-content;\r\n    display: inline-flex;\r\n    align-items: center;\r\n    gap: 9px;\r\n    margin-bottom: 21px;\r\n    padding: 9px 16px;\r\n    border: 1px solid rgba(8, 69, 173, 0.16);\r\n    border-radius: 50px;\r\n    background: rgba(255, 255, 255, 0.75);\r\n    box-shadow: 0 8px 25px rgba(13, 45, 91, 0.07);\r\n    color: var(--primary);\r\n    font-size: 13px;\r\n    line-height: 1.2;\r\n    font-weight: 700;\r\n    letter-spacing: 1px;\r\n    text-transform: uppercase;\r\n    backdrop-filter: blur(8px);\r\n}\r\n\r\n.uraze-badge-icon {\r\n    width: 25px;\r\n    height: 25px;\r\n    display: inline-flex;\r\n    align-items: center;\r\n    justify-content: center;\r\n    border-radius: 50%;\r\n    background: var(--primary);\r\n    color: var(--white);\r\n}\r\n\r\n.uraze-badge-icon svg {\r\n    width: 13px;\r\n    height: 13px;\r\n}\r\n\r\n.uraze-hero-title {\r\n    margin: 0;\r\n    color: var(--dark-blue);\r\n    font-size: clamp(45px, 5vw, 73px);\r\n    line-height: 1.01;\r\n    font-weight: 800;\r\n    letter-spacing: -3.4px;\r\n}\r\n\r\n.uraze-hero-title .uraze-highlight {\r\n    position: relative;\r\n    display: inline-block;\r\n    color: var(--primary);\r\n}\r\n\r\n.uraze-hero-title .uraze-highlight::after {\r\n    content: \"\";\r\n    position: absolute;\r\n    left: 2px;\r\n    right: 2px;\r\n    bottom: -7px;\r\n    height: 9px;\r\n    border-radius: 20px;\r\n    background: var(--light-blue);\r\n    z-index: -1;\r\n}\r\n\r\n.uraze-hero-description {\r\n    max-width: 570px;\r\n    margin: 28px 0 0;\r\n    color: #52657f;\r\n    font-size: 18px;\r\n    line-height: 1.75;\r\n    font-weight: 400;\r\n}\r\n\r\n.uraze-hero-buttons {\r\n    display: flex;\r\n    align-items: center;\r\n    flex-wrap: wrap;\r\n    gap: 14px;\r\n    margin-top: 34px;\r\n}\r\n\r\n.uraze-btn {\r\n    min-height: 54px;\r\n    display: inline-flex;\r\n    align-items: center;\r\n    justify-content: center;\r\n    gap: 10px;\r\n    padding: 15px 25px;\r\n    border: 2px solid transparent;\r\n    border-radius: 10px;\r\n    text-decoration: none !important;\r\n    font-size: 15px;\r\n    line-height: 1;\r\n    font-weight: 700;\r\n    transition:\r\n        transform 0.3s ease,\r\n        box-shadow 0.3s ease,\r\n        background 0.3s ease,\r\n        color 0.3s ease,\r\n        border-color 0.3s ease;\r\n}\r\n\r\n.uraze-btn svg {\r\n    width: 18px;\r\n    height: 18px;\r\n    transition: transform 0.3s ease;\r\n}\r\n\r\n.uraze-btn-primary {\r\n    background: var(--primary);\r\n    color: var(--white) !important;\r\n    box-shadow: 0 15px 32px rgba(8, 69, 173, 0.25);\r\n}\r\n\r\n.uraze-btn-primary:hover {\r\n    background: var(--dark-blue);\r\n    color: var(--white) !important;\r\n    transform: translateY(-3px);\r\n    box-shadow: 0 19px 38px rgba(13, 45, 91, 0.27);\r\n}\r\n\r\n.uraze-btn-primary:hover svg {\r\n    transform: translateX(4px);\r\n}\r\n\r\n.uraze-btn-secondary {\r\n    border-color: rgba(8, 69, 173, 0.18);\r\n    background: rgba(255, 255, 255, 0.82);\r\n    color: var(--dark-blue) !important;\r\n    box-shadow: 0 10px 28px rgba(13, 45, 91, 0.08);\r\n}\r\n\r\n.uraze-btn-secondary:hover {\r\n    border-color: var(--primary);\r\n    background: var(--white);\r\n    color: var(--primary) !important;\r\n    transform: translateY(-3px);\r\n}\r\n\r\n.uraze-hero-features {\r\n    display: flex;\r\n    align-items: center;\r\n    flex-wrap: wrap;\r\n    gap: 18px 26px;\r\n    margin-top: 34px;\r\n}\r\n\r\n.uraze-feature {\r\n    display: inline-flex;\r\n    align-items: center;\r\n    gap: 9px;\r\n    color: var(--dark-blue);\r\n    font-size: 13px;\r\n    line-height: 1.4;\r\n    font-weight: 600;\r\n}\r\n\r\n.uraze-feature-icon {\r\n    width: 29px;\r\n    height: 29px;\r\n    display: inline-flex;\r\n    align-items: center;\r\n    justify-content: center;\r\n    border-radius: 8px;\r\n    background: var(--light-blue);\r\n    color: var(--primary);\r\n}\r\n\r\n.uraze-feature-icon svg {\r\n    width: 15px;\r\n    height: 15px;\r\n}\r\n\r\n\/* ================================\r\n   PRODUCT VISUAL\r\n================================ *\/\r\n\r\n.uraze-product-visual {\r\n    position: relative;\r\n    width: 100%;\r\n    min-height: 555px;\r\n    display: flex;\r\n    align-items: center;\r\n    justify-content: center;\r\n}\r\n\r\n.uraze-visual-glow {\r\n    position: absolute;\r\n    width: 440px;\r\n    height: 440px;\r\n    top: 50%;\r\n    left: 50%;\r\n    border-radius: 50%;\r\n    transform: translate(-50%, -50%);\r\n    background:\r\n        radial-gradient(\r\n            circle,\r\n            rgba(255, 255, 255, 0.98) 0%,\r\n            rgba(207, 227, 246, 0.75) 52%,\r\n            rgba(8, 69, 173, 0.08) 70%,\r\n            transparent 71%\r\n        );\r\n}\r\n\r\n.uraze-visual-ring {\r\n    position: absolute;\r\n    width: 470px;\r\n    height: 470px;\r\n    top: 50%;\r\n    left: 50%;\r\n    border: 1px solid rgba(8, 69, 173, 0.13);\r\n    border-radius: 50%;\r\n    transform: translate(-50%, -50%);\r\n}\r\n\r\n.uraze-visual-ring::before,\r\n.uraze-visual-ring::after {\r\n    content: \"\";\r\n    position: absolute;\r\n    border-radius: 50%;\r\n    border: 1px dashed rgba(8, 69, 173, 0.12);\r\n}\r\n\r\n.uraze-visual-ring::before {\r\n    inset: 32px;\r\n}\r\n\r\n.uraze-visual-ring::after {\r\n    inset: 80px;\r\n}\r\n\r\n\/* Main product card *\/\r\n\r\n.uraze-main-product {\r\n    position: relative;\r\n    z-index: 3;\r\n    width: 350px;\r\n    height: 395px;\r\n    display: flex;\r\n    align-items: center;\r\n    justify-content: center;\r\n    padding: 35px;\r\n    border: 1px solid rgba(255, 255, 255, 0.92);\r\n    border-radius: 42px;\r\n    background: rgba(255, 255, 255, 0.72);\r\n    box-shadow:\r\n        0 35px 80px rgba(13, 45, 91, 0.18),\r\n        inset 0 1px 0 rgba(255, 255, 255, 1);\r\n    backdrop-filter: blur(15px);\r\n    transform: rotate(-2deg);\r\n}\r\n\r\n.uraze-main-product::before {\r\n    content: \"\";\r\n    position: absolute;\r\n    inset: 10px;\r\n    border: 1px solid rgba(8, 69, 173, 0.08);\r\n    border-radius: 34px;\r\n    pointer-events: none;\r\n}\r\n\r\n.uraze-main-product img {\r\n    position: relative;\r\n    z-index: 2;\r\n    width: 100%;\r\n    height: 100%;\r\n    object-fit: contain;\r\n    filter: drop-shadow(0 20px 22px rgba(13, 45, 91, 0.16));\r\n    animation: uraze-main-float 5s ease-in-out infinite;\r\n}\r\n\r\n\/* Floating cards *\/\r\n\r\n.uraze-floating-product {\r\n    position: absolute;\r\n    z-index: 5;\r\n    display: flex;\r\n    align-items: center;\r\n    justify-content: center;\r\n    padding: 12px;\r\n    border: 1px solid rgba(255, 255, 255, 0.95);\r\n    border-radius: 20px;\r\n    background: rgba(255, 255, 255, 0.88);\r\n    box-shadow: 0 18px 42px rgba(13, 45, 91, 0.15);\r\n    backdrop-filter: blur(12px);\r\n}\r\n\r\n.uraze-floating-product img {\r\n    width: 100%;\r\n    height: 100%;\r\n    object-fit: contain;\r\n}\r\n\r\n.uraze-product-one {\r\n    width: 132px;\r\n    height: 132px;\r\n    left: 0;\r\n    top: 45px;\r\n    animation: uraze-float-one 5s ease-in-out infinite;\r\n}\r\n\r\n.uraze-product-two {\r\n    width: 124px;\r\n    height: 124px;\r\n    right: 3px;\r\n    top: 72px;\r\n    animation: uraze-float-two 5.8s ease-in-out infinite;\r\n}\r\n\r\n.uraze-product-three {\r\n    width: 135px;\r\n    height: 135px;\r\n    left: 12px;\r\n    bottom: 25px;\r\n    animation: uraze-float-three 6.2s ease-in-out infinite;\r\n}\r\n\r\n.uraze-product-four {\r\n    width: 136px;\r\n    height: 136px;\r\n    right: 0;\r\n    bottom: 28px;\r\n    animation: uraze-float-four 5.5s ease-in-out infinite;\r\n}\r\n\r\n\/* Small info card *\/\r\n\r\n.uraze-rating-card {\r\n    position: absolute;\r\n    z-index: 7;\r\n    left: 50%;\r\n    bottom: -5px;\r\n    display: flex;\r\n    align-items: center;\r\n    gap: 12px;\r\n    min-width: 205px;\r\n    padding: 13px 16px;\r\n    border: 1px solid rgba(8, 69, 173, 0.09);\r\n    border-radius: 14px;\r\n    background: rgba(255, 255, 255, 0.94);\r\n    box-shadow: 0 16px 35px rgba(13, 45, 91, 0.13);\r\n    transform: translateX(-50%);\r\n    backdrop-filter: blur(8px);\r\n}\r\n\r\n.uraze-rating-icon {\r\n    width: 39px;\r\n    height: 39px;\r\n    display: flex;\r\n    flex: 0 0 auto;\r\n    align-items: center;\r\n    justify-content: center;\r\n    border-radius: 11px;\r\n    background: var(--primary);\r\n    color: var(--white);\r\n}\r\n\r\n.uraze-rating-icon svg {\r\n    width: 19px;\r\n    height: 19px;\r\n}\r\n\r\n.uraze-rating-text strong {\r\n    display: block;\r\n    margin-bottom: 3px;\r\n    color: var(--dark-blue);\r\n    font-size: 14px;\r\n    line-height: 1.2;\r\n}\r\n\r\n.uraze-rating-text span {\r\n    display: block;\r\n    color: #718096;\r\n    font-size: 11px;\r\n    line-height: 1.3;\r\n}\r\n\r\n\/* Floating blue dots *\/\r\n\r\n.uraze-dot {\r\n    position: absolute;\r\n    z-index: 1;\r\n    border-radius: 50%;\r\n    background: var(--primary);\r\n    box-shadow: 0 0 0 8px rgba(8, 69, 173, 0.08);\r\n}\r\n\r\n.uraze-dot-one {\r\n    width: 9px;\r\n    height: 9px;\r\n    left: 17%;\r\n    top: 9%;\r\n}\r\n\r\n.uraze-dot-two {\r\n    width: 6px;\r\n    height: 6px;\r\n    right: 13%;\r\n    top: 45%;\r\n}\r\n\r\n.uraze-dot-three {\r\n    width: 8px;\r\n    height: 8px;\r\n    left: 20%;\r\n    bottom: 20%;\r\n}\r\n\r\n\/* ================================\r\n   ANIMATIONS\r\n================================ *\/\r\n\r\n@keyframes uraze-main-float {\r\n    0%,\r\n    100% {\r\n        transform: translateY(0) rotate(1deg);\r\n    }\r\n\r\n    50% {\r\n        transform: translateY(-13px) rotate(-1deg);\r\n    }\r\n}\r\n\r\n@keyframes uraze-float-one {\r\n    0%,\r\n    100% {\r\n        transform: translateY(0) rotate(-5deg);\r\n    }\r\n\r\n    50% {\r\n        transform: translateY(-12px) rotate(-2deg);\r\n    }\r\n}\r\n\r\n@keyframes uraze-float-two {\r\n    0%,\r\n    100% {\r\n        transform: translateY(0) rotate(5deg);\r\n    }\r\n\r\n    50% {\r\n        transform: translateY(13px) rotate(2deg);\r\n    }\r\n}\r\n\r\n@keyframes uraze-float-three {\r\n    0%,\r\n    100% {\r\n        transform: translateY(0) rotate(4deg);\r\n    }\r\n\r\n    50% {\r\n        transform: translateY(-10px) rotate(1deg);\r\n    }\r\n}\r\n\r\n@keyframes uraze-float-four {\r\n    0%,\r\n    100% {\r\n        transform: translateY(0) rotate(-4deg);\r\n    }\r\n\r\n    50% {\r\n        transform: translateY(12px) rotate(-1deg);\r\n    }\r\n}\r\n\r\n\/* ================================\r\n   TABLET\r\n================================ *\/\r\n\r\n@media (max-width: 1100px) {\r\n    .uraze-hero {\r\n        min-height: auto;\r\n        padding: 70px 24px 80px;\r\n    }\r\n\r\n    .uraze-hero-container {\r\n        grid-template-columns: 1fr 1fr;\r\n        gap: 25px;\r\n    }\r\n\r\n    .uraze-hero-title {\r\n        font-size: clamp(43px, 5.7vw, 60px);\r\n    }\r\n\r\n    .uraze-product-visual {\r\n        min-height: 500px;\r\n        transform: scale(0.9);\r\n    }\r\n\r\n    .uraze-product-one {\r\n        left: -25px;\r\n    }\r\n\r\n    .uraze-product-two {\r\n        right: -20px;\r\n    }\r\n\r\n    .uraze-product-three {\r\n        left: -15px;\r\n    }\r\n\r\n    .uraze-product-four {\r\n        right: -20px;\r\n    }\r\n}\r\n\r\n\/* ================================\r\n   MOBILE\r\n================================ *\/\r\n\r\n@media (max-width: 850px) {\r\n    .uraze-hero {\r\n        padding: 58px 20px 65px;\r\n        text-align: center;\r\n    }\r\n\r\n    .uraze-hero-container {\r\n        grid-template-columns: 1fr;\r\n        gap: 45px;\r\n    }\r\n\r\n    .uraze-hero-content {\r\n        max-width: 680px;\r\n        margin: 0 auto;\r\n    }\r\n\r\n    .uraze-hero-badge {\r\n        margin-right: auto;\r\n        margin-left: auto;\r\n    }\r\n\r\n    .uraze-hero-title {\r\n        font-size: clamp(42px, 11vw, 62px);\r\n        letter-spacing: -2.4px;\r\n    }\r\n\r\n    .uraze-hero-description {\r\n        margin-right: auto;\r\n        margin-left: auto;\r\n        font-size: 17px;\r\n    }\r\n\r\n    .uraze-hero-buttons,\r\n    .uraze-hero-features {\r\n        justify-content: center;\r\n    }\r\n\r\n    .uraze-product-visual {\r\n        width: 100%;\r\n        max-width: 610px;\r\n        min-height: 520px;\r\n        margin: 0 auto;\r\n        transform: none;\r\n    }\r\n}\r\n\r\n@media (max-width: 600px) {\r\n    .uraze-hero {\r\n        padding: 45px 16px 55px;\r\n    }\r\n\r\n    .uraze-hero-badge {\r\n        padding: 8px 13px;\r\n        font-size: 11px;\r\n    }\r\n\r\n    .uraze-hero-title {\r\n        font-size: clamp(38px, 12.5vw, 51px);\r\n        line-height: 1.04;\r\n        letter-spacing: -2px;\r\n    }\r\n\r\n    .uraze-hero-description {\r\n        margin-top: 23px;\r\n        font-size: 15px;\r\n        line-height: 1.7;\r\n    }\r\n\r\n    .uraze-hero-buttons {\r\n        width: 100%;\r\n        margin-top: 28px;\r\n    }\r\n\r\n    .uraze-btn {\r\n        width: 100%;\r\n    }\r\n\r\n    .uraze-hero-features {\r\n        gap: 13px;\r\n        margin-top: 27px;\r\n    }\r\n\r\n    .uraze-feature {\r\n        width: calc(50% - 7px);\r\n        justify-content: flex-start;\r\n        text-align: left;\r\n        font-size: 11px;\r\n    }\r\n\r\n    .uraze-product-visual {\r\n        min-height: 415px;\r\n    }\r\n\r\n    .uraze-visual-glow {\r\n        width: 320px;\r\n        height: 320px;\r\n    }\r\n\r\n    .uraze-visual-ring {\r\n        width: 335px;\r\n        height: 335px;\r\n    }\r\n\r\n    .uraze-main-product {\r\n        width: 250px;\r\n        height: 285px;\r\n        padding: 26px;\r\n        border-radius: 30px;\r\n    }\r\n\r\n    .uraze-main-product::before {\r\n        border-radius: 23px;\r\n    }\r\n\r\n    .uraze-floating-product {\r\n        padding: 8px;\r\n        border-radius: 14px;\r\n    }\r\n\r\n    .uraze-product-one {\r\n        width: 83px;\r\n        height: 83px;\r\n        left: 0;\r\n        top: 28px;\r\n    }\r\n\r\n    .uraze-product-two {\r\n        width: 82px;\r\n        height: 82px;\r\n        right: 0;\r\n        top: 43px;\r\n    }\r\n\r\n    .uraze-product-three {\r\n        width: 88px;\r\n        height: 88px;\r\n        left: 2px;\r\n        bottom: 28px;\r\n    }\r\n\r\n    .uraze-product-four {\r\n        width: 89px;\r\n        height: 89px;\r\n        right: 0;\r\n        bottom: 30px;\r\n    }\r\n\r\n    .uraze-rating-card {\r\n        bottom: -14px;\r\n        min-width: 190px;\r\n        padding: 11px 13px;\r\n    }\r\n}\r\n\r\n@media (max-width: 390px) {\r\n    .uraze-product-one,\r\n    .uraze-product-three {\r\n        left: -8px;\r\n    }\r\n\r\n    .uraze-product-two,\r\n    .uraze-product-four {\r\n        right: -8px;\r\n    }\r\n\r\n    .uraze-main-product {\r\n        width: 225px;\r\n        height: 260px;\r\n    }\r\n}\r\n\r\n\/* Reduce motion for accessibility *\/\r\n\r\n@media (prefers-reduced-motion: reduce) {\r\n    .uraze-main-product img,\r\n    .uraze-floating-product {\r\n        animation: none !important;\r\n    }\r\n}\r\n<\/style>\r\n\r\n<section class=\"uraze-hero\">\r\n\r\n    <div class=\"uraze-hero-container\">\r\n\r\n        <!-- LEFT CONTENT -->\r\n        <div class=\"uraze-hero-content\">\r\n\r\n            <div class=\"uraze-hero-badge\">\r\n                <span class=\"uraze-badge-icon\">\r\n                    <svg viewBox=\"0 0 24 24\" fill=\"none\" aria-hidden=\"true\">\r\n                        <path d=\"M13 2L4.5 13H11L10 22L19.5 10H13L13 2Z\"\r\n                              fill=\"currentColor\"\/>\r\n                    <\/svg>\r\n                <\/span>\r\n\r\n                Premium Electronics Accessories\r\n            <\/div>\r\n\r\n            <h1 class=\"uraze-hero-title\">\r\n                Power. Connect.<br>\r\n                <span class=\"uraze-highlight\">Perform.<\/span>\r\n            <\/h1>\r\n\r\n            <p class=\"uraze-hero-description\">\r\n                Upgrade your everyday technology with reliable chargers,\r\n                durable cables and smart accessories designed to keep every\r\n                device connected, powered and ready.\r\n            <\/p>\r\n\r\n            <div class=\"uraze-hero-buttons\">\r\n\r\n                <a class=\"uraze-btn uraze-btn-primary\"\r\n                   href=\"https:\/\/www.uraze.com\/index.php\/shop\/\">\r\n\r\n                    Shop All Products\r\n\r\n                    <svg viewBox=\"0 0 24 24\" fill=\"none\" aria-hidden=\"true\">\r\n                        <path d=\"M5 12H19M13 6L19 12L13 18\"\r\n                              stroke=\"currentColor\"\r\n                              stroke-width=\"2\"\r\n                              stroke-linecap=\"round\"\r\n                              stroke-linejoin=\"round\"\/>\r\n                    <\/svg>\r\n                <\/a>\r\n\r\n                <a class=\"uraze-btn uraze-btn-secondary\"\r\n                   href=\"https:\/\/www.uraze.com\/index.php\/product-category\/hdmi-cables\/\">\r\n\r\n                    Explore Cables\r\n\r\n                    <svg viewBox=\"0 0 24 24\" fill=\"none\" aria-hidden=\"true\">\r\n                        <path d=\"M8 12H16M12 8L16 12L12 16\"\r\n                              stroke=\"currentColor\"\r\n                              stroke-width=\"2\"\r\n                              stroke-linecap=\"round\"\r\n                              stroke-linejoin=\"round\"\/>\r\n                    <\/svg>\r\n                <\/a>\r\n\r\n            <\/div>\r\n\r\n            <div class=\"uraze-hero-features\">\r\n\r\n                <div class=\"uraze-feature\">\r\n                    <span class=\"uraze-feature-icon\">\r\n                        <svg viewBox=\"0 0 24 24\" fill=\"none\" aria-hidden=\"true\">\r\n                            <path d=\"M3 7H15V17H3V7Z\"\r\n                                  stroke=\"currentColor\"\r\n                                  stroke-width=\"1.8\"\/>\r\n                            <path d=\"M15 10H19L22 13V17H15V10Z\"\r\n                                  stroke=\"currentColor\"\r\n                                  stroke-width=\"1.8\"\/>\r\n                            <circle cx=\"7\" cy=\"18\" r=\"2\"\r\n                                    fill=\"currentColor\"\/>\r\n                            <circle cx=\"18\" cy=\"18\" r=\"2\"\r\n                                    fill=\"currentColor\"\/>\r\n                        <\/svg>\r\n                    <\/span>\r\n                    Fast Delivery\r\n                <\/div>\r\n\r\n                <div class=\"uraze-feature\">\r\n                    <span class=\"uraze-feature-icon\">\r\n                        <svg viewBox=\"0 0 24 24\" fill=\"none\" aria-hidden=\"true\">\r\n                            <path d=\"M12 3L20 6V11C20 16 16.6 20.3 12 21C7.4 20.3 4 16 4 11V6L12 3Z\"\r\n                                  stroke=\"currentColor\"\r\n                                  stroke-width=\"1.8\"\/>\r\n                            <path d=\"M8.5 12L11 14.5L16 9.5\"\r\n                                  stroke=\"currentColor\"\r\n                                  stroke-width=\"1.8\"\r\n                                  stroke-linecap=\"round\"\r\n                                  stroke-linejoin=\"round\"\/>\r\n                        <\/svg>\r\n                    <\/span>\r\n                    Quality Assured\r\n                <\/div>\r\n\r\n                <div class=\"uraze-feature\">\r\n                    <span class=\"uraze-feature-icon\">\r\n                        <svg viewBox=\"0 0 24 24\" fill=\"none\" aria-hidden=\"true\">\r\n                            <path d=\"M4 12A8 8 0 1 0 6.3 6.3\"\r\n                                  stroke=\"currentColor\"\r\n                                  stroke-width=\"1.8\"\r\n                                  stroke-linecap=\"round\"\/>\r\n                            <path d=\"M4 4V9H9\"\r\n                                  stroke=\"currentColor\"\r\n                                  stroke-width=\"1.8\"\r\n                                  stroke-linecap=\"round\"\r\n                                  stroke-linejoin=\"round\"\/>\r\n                        <\/svg>\r\n                    <\/span>\r\n                    Easy Returns\r\n                <\/div>\r\n\r\n            <\/div>\r\n\r\n        <\/div>\r\n\r\n        <!-- RIGHT PRODUCT COMPOSITION -->\r\n        <div class=\"uraze-product-visual\">\r\n\r\n            <div class=\"uraze-visual-glow\"><\/div>\r\n            <div class=\"uraze-visual-ring\"><\/div>\r\n\r\n            <span class=\"uraze-dot uraze-dot-one\"><\/span>\r\n            <span class=\"uraze-dot uraze-dot-two\"><\/span>\r\n            <span class=\"uraze-dot uraze-dot-three\"><\/span>\r\n\r\n            <!-- Main Product -->\r\n            <div class=\"uraze-main-product\">\r\n                <img decoding=\"async\"\r\n                    src=\"https:\/\/www.uraze.com\/wp-content\/uploads\/2026\/07\/1.png\"\r\n                    alt=\"URAZE premium electronic accessory\"\r\n                    loading=\"eager\"\r\n                    fetchpriority=\"high\">\r\n            <\/div>\r\n\r\n            <!-- Floating Product 1 -->\r\n            <div class=\"uraze-floating-product uraze-product-one\">\r\n                <img decoding=\"async\"\r\n                    src=\"https:\/\/www.uraze.com\/wp-content\/uploads\/2026\/07\/Untitled-design-46.png\"\r\n                    alt=\"URAZE electronic product\"\r\n                    loading=\"eager\">\r\n            <\/div>\r\n\r\n            <!-- Floating Product 2 -->\r\n            <div class=\"uraze-floating-product uraze-product-two\">\r\n                <img decoding=\"async\"\r\n                    src=\"https:\/\/www.uraze.com\/wp-content\/uploads\/2026\/07\/Untitled-design-43.png\"\r\n                    alt=\"URAZE charging accessory\"\r\n                    loading=\"eager\">\r\n            <\/div>\r\n\r\n            <!-- Floating Product 3 -->\r\n            <div class=\"uraze-floating-product uraze-product-three\">\r\n                <img decoding=\"async\"\r\n                    src=\"https:\/\/www.uraze.com\/wp-content\/uploads\/2026\/07\/Untitled-design-2026-02-23T143712.779.png\"\r\n                    alt=\"URAZE extension cable\"\r\n                    loading=\"lazy\">\r\n            <\/div>\r\n\r\n            <!-- Floating Product 4 -->\r\n            <div class=\"uraze-floating-product uraze-product-four\">\r\n                <img decoding=\"async\"\r\n                    src=\"https:\/\/www.uraze.com\/wp-content\/uploads\/2026\/07\/s-l960-40.webp\"\r\n                    alt=\"URAZE adjustable laptop stand\"\r\n                    loading=\"lazy\">\r\n            <\/div>\r\n\r\n            <div class=\"uraze-rating-card\">\r\n\r\n                <div class=\"uraze-rating-icon\">\r\n                    <svg viewBox=\"0 0 24 24\" fill=\"none\" aria-hidden=\"true\">\r\n                        <path d=\"M12 3L14.7 8.5L21 9.4L16.5 13.8L17.6 20L12 17L6.4 20L7.5 13.8L3 9.4L9.3 8.5L12 3Z\"\r\n                              fill=\"currentColor\"\/>\r\n                    <\/svg>\r\n                <\/div>\r\n\r\n                <div class=\"uraze-rating-text\">\r\n                    <strong>Built for Everyday Life<\/strong>\r\n                    <span>Reliable products. Better performance.<\/span>\r\n                <\/div>\r\n\r\n            <\/div>\r\n\r\n        <\/div>\r\n\r\n    <\/div>\r\n\r\n<\/section>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-18a8f9c elementor-section-full_width elementor-section-stretched elementor-section-height-default elementor-section-height-default\" data-id=\"18a8f9c\" data-element_type=\"section\" data-e-type=\"section\" data-settings=\"{&quot;stretch_section&quot;:&quot;section-stretched&quot;}\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-no\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-8480db7\" data-id=\"8480db7\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-a35ac40 elementor-widget elementor-widget-shortcode\" data-id=\"a35ac40\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"shortcode.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-shortcode\">    <section class=\"uraze-trust-section uraze-section-small\"><div class=\"uraze-container\"><div class=\"uraze-trust-grid\">\n    <div class=\"uraze-trust-item\"><span>\ud83d\ude9a<\/span><div><strong>Free &amp; Fast Shipping<\/strong><small>On qualifying orders<\/small><\/div><\/div><div class=\"uraze-trust-item\"><span>\u25a3<\/span><div><strong>Secure Payments<\/strong><small>Protected checkout<\/small><\/div><\/div><div class=\"uraze-trust-item\"><span>\u21bb<\/span><div><strong>30-Day Easy Returns<\/strong><small>Hassle-free returns<\/small><\/div><\/div><div class=\"uraze-trust-item\"><span>\u2662<\/span><div><strong>12-Month Warranty<\/strong><small>Quality you can trust<\/small><\/div><\/div>    <\/div><\/div><\/section>\n    <\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-3a3b459 elementor-section-full_width elementor-section-stretched elementor-section-height-default elementor-section-height-default\" data-id=\"3a3b459\" data-element_type=\"section\" data-e-type=\"section\" data-settings=\"{&quot;stretch_section&quot;:&quot;section-stretched&quot;}\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-no\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-44415d3\" data-id=\"44415d3\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-8ece185 elementor-widget elementor-widget-shortcode\" data-id=\"8ece185\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"shortcode.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-shortcode\">    <section class=\"uraze-categories-section uraze-section\"><div class=\"uraze-container\">\n        <div class=\"uraze-section-heading\"><h2>Shop by Category<\/h2><a href=\"https:\/\/www.uraze.com\/index.php\/shop\/\">View All Categories \u2192<\/a><\/div>        <div class=\"uraze-category-grid\">\n                    <a class=\"uraze-category-card\" href=\"https:\/\/www.uraze.com\/index.php\/product-category\/iphone-chargers\/\"><div class=\"uraze-category-image\"><img decoding=\"async\" src=\"https:\/\/www.uraze.com\/wp-content\/themes\/uraze-store\/assets\/images\/charger-white.jpg\" alt=\"iPhone Chargers\"><\/div><strong>iPhone Chargers<\/strong><\/a>\n                    <a class=\"uraze-category-card\" href=\"https:\/\/www.uraze.com\/index.php\/product-category\/android-chargers\/\"><div class=\"uraze-category-image\"><img decoding=\"async\" src=\"https:\/\/www.uraze.com\/wp-content\/themes\/uraze-store\/assets\/images\/charger-black.jpg\" alt=\"Android Chargers\"><\/div><strong>Android Chargers<\/strong><\/a>\n                    <a class=\"uraze-category-card\" href=\"https:\/\/www.uraze.com\/index.php\/product-category\/cables\/\"><div class=\"uraze-category-image\"><img decoding=\"async\" src=\"https:\/\/www.uraze.com\/wp-content\/themes\/uraze-store\/assets\/images\/usb-cable.jpg\" alt=\"Cables\"><\/div><strong>Cables<\/strong><\/a>\n                    <a class=\"uraze-category-card\" href=\"https:\/\/www.uraze.com\/index.php\/product-category\/hdmi-adapters\/\"><div class=\"uraze-category-image\"><img decoding=\"async\" src=\"https:\/\/www.uraze.com\/wp-content\/themes\/uraze-store\/assets\/images\/hdmi-cable.jpg\" alt=\"HDMI &amp; Adapters\"><\/div><strong>HDMI &amp; Adapters<\/strong><\/a>\n                    <a class=\"uraze-category-card\" href=\"https:\/\/www.uraze.com\/product-category\/fast-chargers\/\"><div class=\"uraze-category-image\"><img decoding=\"async\" src=\"https:\/\/www.uraze.com\/wp-content\/themes\/uraze-store\/assets\/images\/car-charger.jpg\" alt=\"Fast Chargers\"><\/div><strong>Fast Chargers<\/strong><\/a>\n                    <a class=\"uraze-category-card\" href=\"https:\/\/www.uraze.com\/index.php\/product-category\/accessories\/\"><div class=\"uraze-category-image\"><img decoding=\"async\" src=\"https:\/\/www.uraze.com\/wp-content\/themes\/uraze-store\/assets\/images\/accessories.jpg\" alt=\"Accessories\"><\/div><strong>Accessories<\/strong><\/a>\n                <\/div>\n    <\/div><\/section>\n    <\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-6d13a27 elementor-section-full_width elementor-section-stretched elementor-section-height-default elementor-section-height-default\" data-id=\"6d13a27\" data-element_type=\"section\" data-e-type=\"section\" data-settings=\"{&quot;stretch_section&quot;:&quot;section-stretched&quot;}\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-no\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-624a30f\" data-id=\"624a30f\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-d1b57d2 elementor-widget elementor-widget-shortcode\" data-id=\"d1b57d2\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"shortcode.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-shortcode\">    <section class=\"uraze-products-section uraze-section\"><div class=\"uraze-container\">\n        <div class=\"uraze-section-heading\"><h2>Featured Products<\/h2><a href=\"https:\/\/www.uraze.com\/index.php\/shop\/\">View All Products \u2192<\/a><\/div>        <div class=\"uraze-product-grid\">\n                <article class=\"uraze-product-card\">\n                <a class=\"uraze-wishlist-heart\" href=\"#\" aria-label=\"Add to wishlist\">\u2661<\/a>\n        <a class=\"uraze-product-image\" href=\"https:\/\/www.uraze.com\/index.php\/product\/mini-electric-garlic-chopper-100ml-250ml-usb-rechargeable-onion-and-vegetable-chopper\/\"><img decoding=\"async\" src=\"https:\/\/www.uraze.com\/wp-content\/uploads\/2026\/07\/Untitled-design-2026-02-23T150646.020-300x300.png\" alt=\"Mini Electric Garlic Chopper 100ml\/250ml - USB Rechargeable Onion and Vegetable Chopper\"><\/a>\n        <div class=\"uraze-rating\"><span>\u2605\u2605\u2605\u2605\u2605<\/span><small>(0)<\/small><\/div>\n        <h3><a href=\"https:\/\/www.uraze.com\/index.php\/product\/mini-electric-garlic-chopper-100ml-250ml-usb-rechargeable-onion-and-vegetable-chopper\/\">Mini Electric Garlic Chopper 100ml\/250ml - USB Rechargeable Onion and Vegetable Chopper<\/a><\/h3>\n        <div class=\"uraze-product-price\"><span class=\"woocommerce-Price-amount amount\"><span class=\"woocommerce-Price-currencySymbol\">&#x62f;.&#x625;<\/span>&nbsp;9,90<\/span><\/div>\n        <a href=\"\/index.php\/wp-json\/wp\/v2\/pages\/41?add-to-cart=68\" data-quantity=\"1\" class=\"uraze-add-cart button add_to_cart_button ajax_add_to_cart\" data-product_id=\"68\" data-product_sku=\"\" aria-label=\"Add to cart: &ldquo;Mini Electric Garlic Chopper 100ml\/250ml - USB Rechargeable Onion and Vegetable Chopper&rdquo;\">\ud83d\uded2 Add to cart<\/a>\n    <\/article>\n        <article class=\"uraze-product-card\">\n                <a class=\"uraze-wishlist-heart\" href=\"#\" aria-label=\"Add to wishlist\">\u2661<\/a>\n        <a class=\"uraze-product-image\" href=\"https:\/\/www.uraze.com\/index.php\/product\/universal-adjustable-laptop-stand-multi-angle-ergonomic-holder-for-laptops-up-to-15-inches\/\"><img decoding=\"async\" src=\"https:\/\/www.uraze.com\/wp-content\/uploads\/2026\/07\/Untitled-design-2026-02-23T151507.882-300x300.png\" alt=\"Universal Adjustable Laptop Stand - Multi-Angle Ergonomic Holder for Laptops up to 15 Inches\"><\/a>\n        <div class=\"uraze-rating\"><span>\u2605\u2605\u2605\u2605\u2605<\/span><small>(0)<\/small><\/div>\n        <h3><a href=\"https:\/\/www.uraze.com\/index.php\/product\/universal-adjustable-laptop-stand-multi-angle-ergonomic-holder-for-laptops-up-to-15-inches\/\">Universal Adjustable Laptop Stand - Multi-Angle Ergonomic Holder for Laptops up to 15 Inches<\/a><\/h3>\n        <div class=\"uraze-product-price\"><span class=\"woocommerce-Price-amount amount\"><span class=\"woocommerce-Price-currencySymbol\">&#x62f;.&#x625;<\/span>&nbsp;9,99<\/span><\/div>\n        <a href=\"\/index.php\/wp-json\/wp\/v2\/pages\/41?add-to-cart=69\" data-quantity=\"1\" class=\"uraze-add-cart button add_to_cart_button ajax_add_to_cart\" data-product_id=\"69\" data-product_sku=\"\" aria-label=\"Add to cart: &ldquo;Universal Adjustable Laptop Stand - Multi-Angle Ergonomic Holder for Laptops up to 15 Inches&rdquo;\">\ud83d\uded2 Add to cart<\/a>\n    <\/article>\n        <article class=\"uraze-product-card\">\n                <a class=\"uraze-wishlist-heart\" href=\"#\" aria-label=\"Add to wishlist\">\u2661<\/a>\n        <a class=\"uraze-product-image\" href=\"https:\/\/www.uraze.com\/index.php\/product\/varta-recharge-accu-power-aaa-hr03-800mah-nimh-1-2v-pre-charged-rechargeable-batteries-pack-of-6\/\"><img decoding=\"async\" src=\"https:\/\/www.uraze.com\/wp-content\/uploads\/2026\/07\/s-l960-76-300x300.webp\" alt=\"VARTA Recharge Accu Power AAA HR03 800mAh NiMH 1.2V Pre-Charged Rechargeable Batteries - Pack of 6\"><\/a>\n        <div class=\"uraze-rating\"><span>\u2605\u2605\u2605\u2605\u2605<\/span><small>(0)<\/small><\/div>\n        <h3><a href=\"https:\/\/www.uraze.com\/index.php\/product\/varta-recharge-accu-power-aaa-hr03-800mah-nimh-1-2v-pre-charged-rechargeable-batteries-pack-of-6\/\">VARTA Recharge Accu Power AAA HR03 800mAh NiMH 1.2V Pre-Charged Rechargeable Batteries - Pack of 6<\/a><\/h3>\n        <div class=\"uraze-product-price\"><span class=\"woocommerce-Price-amount amount\"><span class=\"woocommerce-Price-currencySymbol\">&#x62f;.&#x625;<\/span>&nbsp;12,99<\/span><\/div>\n        <a href=\"\/index.php\/wp-json\/wp\/v2\/pages\/41?add-to-cart=73\" data-quantity=\"1\" class=\"uraze-add-cart button add_to_cart_button ajax_add_to_cart\" data-product_id=\"73\" data-product_sku=\"\" aria-label=\"Add to cart: &ldquo;VARTA Recharge Accu Power AAA HR03 800mAh NiMH 1.2V Pre-Charged Rechargeable Batteries - Pack of 6&rdquo;\">\ud83d\uded2 Add to cart<\/a>\n    <\/article>\n        <article class=\"uraze-product-card\">\n                <a class=\"uraze-wishlist-heart\" href=\"#\" aria-label=\"Add to wishlist\">\u2661<\/a>\n        <a class=\"uraze-product-image\" href=\"https:\/\/www.uraze.com\/index.php\/product\/usb-c-to-hdmi-cable-4k-uhd-for-samsung-huawei-sony-and-xiaomi-tvs\/\"><img decoding=\"async\" src=\"https:\/\/www.uraze.com\/wp-content\/uploads\/2026\/07\/s-l1600-300x300.webp\" alt=\"USB-C to HDMI Cable 4K UHD for Samsung, Huawei, Sony and Xiaomi TVs\"><\/a>\n        <div class=\"uraze-rating\"><span>\u2605\u2605\u2605\u2605\u2605<\/span><small>(0)<\/small><\/div>\n        <h3><a href=\"https:\/\/www.uraze.com\/index.php\/product\/usb-c-to-hdmi-cable-4k-uhd-for-samsung-huawei-sony-and-xiaomi-tvs\/\">USB-C to HDMI Cable 4K UHD for Samsung, Huawei, Sony and Xiaomi TVs<\/a><\/h3>\n        <div class=\"uraze-product-price\"><span class=\"woocommerce-Price-amount amount\"><span class=\"woocommerce-Price-currencySymbol\">&#x62f;.&#x625;<\/span>&nbsp;5,49<\/span><\/div>\n        <a href=\"\/index.php\/wp-json\/wp\/v2\/pages\/41?add-to-cart=61\" data-quantity=\"1\" class=\"uraze-add-cart button add_to_cart_button ajax_add_to_cart\" data-product_id=\"61\" data-product_sku=\"\" aria-label=\"Add to cart: &ldquo;USB-C to HDMI Cable 4K UHD for Samsung, Huawei, Sony and Xiaomi TVs&rdquo;\">\ud83d\uded2 Add to cart<\/a>\n    <\/article>\n        <article class=\"uraze-product-card\">\n                <a class=\"uraze-wishlist-heart\" href=\"#\" aria-label=\"Add to wishlist\">\u2661<\/a>\n        <a class=\"uraze-product-image\" href=\"https:\/\/www.uraze.com\/index.php\/product\/45w-usb-c-fast-charger-for-samsung-galaxy-s24-s23-ultra-s22-ultra-s23-and-tab-s8-with-usb-c-cable\/\"><img decoding=\"async\" src=\"https:\/\/www.uraze.com\/wp-content\/uploads\/2026\/07\/Untitled-design-2026-02-23T133003.339-300x300.png\" alt=\"45W USB-C Fast Charger for Samsung Galaxy S24+, S23 Ultra, S22 Ultra, S23+ and Tab S8 with USB-C Cable\"><\/a>\n        <div class=\"uraze-rating\"><span>\u2605\u2605\u2605\u2605\u2605<\/span><small>(0)<\/small><\/div>\n        <h3><a href=\"https:\/\/www.uraze.com\/index.php\/product\/45w-usb-c-fast-charger-for-samsung-galaxy-s24-s23-ultra-s22-ultra-s23-and-tab-s8-with-usb-c-cable\/\">45W USB-C Fast Charger for Samsung Galaxy S24+, S23 Ultra, S22 Ultra, S23+ and Tab S8 with USB-C Cable<\/a><\/h3>\n        <div class=\"uraze-product-price\"><span class=\"woocommerce-Price-amount amount\"><span class=\"woocommerce-Price-currencySymbol\">&#x62f;.&#x625;<\/span>&nbsp;6,50<\/span><\/div>\n        <a href=\"\/index.php\/wp-json\/wp\/v2\/pages\/41?add-to-cart=62\" data-quantity=\"1\" class=\"uraze-add-cart button add_to_cart_button ajax_add_to_cart\" data-product_id=\"62\" data-product_sku=\"\" aria-label=\"Add to cart: &ldquo;45W USB-C Fast Charger for Samsung Galaxy S24+, S23 Ultra, S22 Ultra, S23+ and Tab S8 with USB-C Cable&rdquo;\">\ud83d\uded2 Add to cart<\/a>\n    <\/article>\n        <article class=\"uraze-product-card\">\n                <a class=\"uraze-wishlist-heart\" href=\"#\" aria-label=\"Add to wishlist\">\u2661<\/a>\n        <a class=\"uraze-product-image\" href=\"https:\/\/www.uraze.com\/index.php\/product\/lubido-water-based-personal-lubricant-250ml-vegan-paraben-free-skin-friendly-and-long-lasting\/\"><img decoding=\"async\" src=\"https:\/\/www.uraze.com\/wp-content\/uploads\/2026\/07\/Untitled-design-2026-02-23T135334.943-300x300.png\" alt=\"Lubido Water-Based Personal Lubricant 250ml - Vegan, Paraben-Free, Skin-Friendly and Long-Lasting\"><\/a>\n        <div class=\"uraze-rating\"><span>\u2605\u2605\u2605\u2605\u2605<\/span><small>(0)<\/small><\/div>\n        <h3><a href=\"https:\/\/www.uraze.com\/index.php\/product\/lubido-water-based-personal-lubricant-250ml-vegan-paraben-free-skin-friendly-and-long-lasting\/\">Lubido Water-Based Personal Lubricant 250ml - Vegan, Paraben-Free, Skin-Friendly and Long-Lasting<\/a><\/h3>\n        <div class=\"uraze-product-price\"><span class=\"woocommerce-Price-amount amount\"><span class=\"woocommerce-Price-currencySymbol\">&#x62f;.&#x625;<\/span>&nbsp;8,70<\/span><\/div>\n        <a href=\"\/index.php\/wp-json\/wp\/v2\/pages\/41?add-to-cart=63\" data-quantity=\"1\" class=\"uraze-add-cart button add_to_cart_button ajax_add_to_cart\" data-product_id=\"63\" data-product_sku=\"\" aria-label=\"Add to cart: &ldquo;Lubido Water-Based Personal Lubricant 250ml - Vegan, Paraben-Free, Skin-Friendly and Long-Lasting&rdquo;\">\ud83d\uded2 Add to cart<\/a>\n    <\/article>\n            <\/div>\n    <\/div><\/section>\n    <\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t<div class=\"elementor-element elementor-element-2ad3639 e-flex e-con-boxed e-con e-parent\" data-id=\"2ad3639\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-e84c219 elementor-widget elementor-widget-html\" data-id=\"e84c219\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<style>\r\n.uraze-promo-wrap {\r\n    max-width: 1200px;\r\n    margin: 0 auto;\r\n    padding: 18px 10px;\r\n    display: grid;\r\n    grid-template-columns: repeat(2, 1fr);\r\n    gap: 18px;\r\n    font-family: Arial, sans-serif;\r\n}\r\n\r\n.uraze-promo-card {\r\n    min-height: 255px;\r\n    border-radius: 18px;\r\n    padding: 30px;\r\n    display: flex;\r\n    align-items: flex-end;\r\n    justify-content: space-between;\r\n    overflow: hidden;\r\n    position: relative;\r\n}\r\n\r\n.uraze-light-card {\r\n    background: #eaf4ff;\r\n}\r\n\r\n.uraze-dark-card {\r\n    background: #0d2d5b;\r\n}\r\n\r\n.uraze-promo-content {\r\n    width: 58%;\r\n    position: relative;\r\n    z-index: 2;\r\n}\r\n\r\n.uraze-promo-label {\r\n    display: block;\r\n    margin-bottom: 10px;\r\n    color: #1463e8;\r\n    font-size: 13px;\r\n    font-weight: 700;\r\n    text-transform: uppercase;\r\n}\r\n\r\n.uraze-dark-card .uraze-promo-label {\r\n    color: #8fb4ff;\r\n}\r\n\r\n.uraze-promo-title {\r\n    margin: 0 0 12px;\r\n    color: #102e5c;\r\n    font-size: 31px;\r\n    line-height: 1.08;\r\n    font-weight: 800;\r\n}\r\n\r\n.uraze-dark-card .uraze-promo-title {\r\n    color: #ffffff;\r\n}\r\n\r\n.uraze-promo-text {\r\n    margin: 0 0 20px;\r\n    color: #5a6c87;\r\n    font-size: 15px;\r\n    line-height: 1.55;\r\n}\r\n\r\n.uraze-dark-card .uraze-promo-text {\r\n    color: #ffffff;\r\n}\r\n\r\n.uraze-promo-btn {\r\n    display: inline-block;\r\n    padding: 13px 20px;\r\n    background: #1463e8;\r\n    color: #ffffff !important;\r\n    border-radius: 9px;\r\n    font-size: 14px;\r\n    font-weight: 700;\r\n    text-decoration: none;\r\n    transition: 0.3s ease;\r\n}\r\n\r\n.uraze-promo-btn:hover {\r\n    background: #0b4fc3;\r\n    transform: translateY(-2px);\r\n}\r\n\r\n.uraze-promo-image {\r\n    width: 42%;\r\n    height: 210px;\r\n    display: flex;\r\n    align-items: flex-end;\r\n    justify-content: flex-end;\r\n    position: relative;\r\n    z-index: 1;\r\n}\r\n\r\n.uraze-promo-image img {\r\n    width: 100%;\r\n    max-height: 200px;\r\n    object-fit: contain;\r\n    object-position: right bottom;\r\n    display: block;\r\n}\r\n\r\n@media (max-width: 900px) {\r\n    .uraze-promo-wrap {\r\n        grid-template-columns: 1fr;\r\n    }\r\n}\r\n\r\n@media (max-width: 600px) {\r\n    .uraze-promo-card {\r\n        min-height: auto;\r\n        padding: 24px 20px;\r\n        flex-direction: column;\r\n        align-items: flex-start;\r\n    }\r\n\r\n    .uraze-promo-content,\r\n    .uraze-promo-image {\r\n        width: 100%;\r\n    }\r\n\r\n    .uraze-promo-title {\r\n        font-size: 25px;\r\n    }\r\n\r\n    .uraze-promo-image {\r\n        height: 160px;\r\n        margin-top: 15px;\r\n        justify-content: center;\r\n    }\r\n\r\n    .uraze-promo-image img {\r\n        max-height: 155px;\r\n        object-position: center bottom;\r\n    }\r\n}\r\n<\/style>\r\n\r\n<section class=\"uraze-promo-wrap\">\r\n\r\n    <!-- Chargers Banner -->\r\n    <div class=\"uraze-promo-card uraze-light-card\">\r\n\r\n        <div class=\"uraze-promo-content\">\r\n            <span class=\"uraze-promo-label\">Limited Time Offer<\/span>\r\n\r\n            <h2 class=\"uraze-promo-title\">\r\n                Charge Faster, Go Further.\r\n            <\/h2>\r\n\r\n            <p class=\"uraze-promo-text\">\r\n                Save on fast chargers and Power Delivery essentials.\r\n            <\/p>\r\n\r\n            <a href=\"https:\/\/www.uraze.com\/index.php\/product-category\/android-chargers\/\" class=\"uraze-promo-btn\">\r\n                Shop Chargers\r\n            <\/a>\r\n        <\/div>\r\n\r\n        <div class=\"uraze-promo-image\">\r\n            <img decoding=\"async\"\r\n                src=\"https:\/\/www.uraze.com\/wp-content\/uploads\/2026\/07\/1.png\"\r\n                alt=\"Fast USB-C chargers\"\r\n            >\r\n        <\/div>\r\n\r\n    <\/div>\r\n\r\n    <!-- HDMI Banner -->\r\n    <div class=\"uraze-promo-card uraze-dark-card\">\r\n\r\n        <div class=\"uraze-promo-content\">\r\n            <span class=\"uraze-promo-label\">Premium Connection<\/span>\r\n\r\n            <h2 class=\"uraze-promo-title\">\r\n                8K Clarity, Ultimate Connection.\r\n            <\/h2>\r\n\r\n            <p class=\"uraze-promo-text\">\r\n                HDMI cables and adapters for work, play and entertainment.\r\n            <\/p>\r\n\r\n            <a href=\"https:\/\/www.uraze.com\/index.php\/product-category\/hdmi-cables\/\" class=\"uraze-promo-btn\">\r\n                Shop HDMI\r\n            <\/a>\r\n        <\/div>\r\n\r\n        <div class=\"uraze-promo-image\">\r\n            <img decoding=\"async\"\r\n                src=\"https:\/\/www.uraze.com\/wp-content\/uploads\/2026\/07\/2.png\"\r\n                alt=\"HDMI cables and adapters\"\r\n            >\r\n        <\/div>\r\n\r\n    <\/div>\r\n\r\n<\/section>\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-7070fd2 elementor-section-full_width elementor-section-stretched elementor-section-height-default elementor-section-height-default\" data-id=\"7070fd2\" data-element_type=\"section\" data-e-type=\"section\" data-settings=\"{&quot;stretch_section&quot;:&quot;section-stretched&quot;}\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-no\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-fb2182d\" data-id=\"fb2182d\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-53072e5 elementor-widget elementor-widget-shortcode\" data-id=\"53072e5\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"shortcode.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-shortcode\">    <section class=\"uraze-best-section uraze-section\"><div class=\"uraze-container\">\n        <div class=\"uraze-tabs-heading\"><div><button class=\"is-active\">Best Sellers<\/button><button>New Arrivals<\/button><\/div><a href=\"https:\/\/www.uraze.com\/index.php\/shop\/\">View All \u2192<\/a><\/div>\n        <div class=\"uraze-best-grid\">\n                    <a class=\"uraze-best-card\" href=\"https:\/\/www.uraze.com\/index.php\/product\/weightworld-calcium-magnesium-zinc-tablets-400-count-one-year-supply-with-vitamins-d3-and-k2-manganese-selenium-and-boron-vegan\/\"><img decoding=\"async\" src=\"https:\/\/www.uraze.com\/wp-content\/uploads\/2026\/07\/71WRp0YzKNL._AC_SL1500_-300x300.jpg\" alt=\"WeightWorld Calcium Magnesium Zinc Tablets 400 Count - One-Year Supply with Vitamins D3 and K2, Manganese, Selenium and Boron, Vegan\"><div><strong>WeightWorld Calcium Magnesium Zinc Tablets 400 Count&hellip;<\/strong><span><span class=\"woocommerce-Price-amount amount\"><span class=\"woocommerce-Price-currencySymbol\">&#x62f;.&#x625;<\/span>&nbsp;22,99<\/span><\/span><small>\u2605\u2605\u2605\u2605\u2605<\/small><\/div><\/a>\n                    <a class=\"uraze-best-card\" href=\"https:\/\/www.uraze.com\/index.php\/product\/air-7-mini-tws-bluetooth-5-3-earbuds-enc-noise-reduction-wireless-for-android-and-ios\/\"><img decoding=\"async\" src=\"https:\/\/www.uraze.com\/wp-content\/uploads\/2026\/07\/Untitled-design-2026-02-23T145228.393-300x300.png\" alt=\"AIR 7 Mini TWS Bluetooth 5.3 Earbuds - ENC Noise Reduction, Wireless, for Android and iOS\"><div><strong>AIR 7 Mini TWS Bluetooth 5.3 Earbuds&hellip;<\/strong><span><span class=\"woocommerce-Price-amount amount\"><span class=\"woocommerce-Price-currencySymbol\">&#x62f;.&#x625;<\/span>&nbsp;6,35<\/span><\/span><small>\u2605\u2605\u2605\u2605\u2605<\/small><\/div><\/a>\n                    <a class=\"uraze-best-card\" href=\"https:\/\/www.uraze.com\/index.php\/product\/hama-mc-100-usb-optical-mouse-1000-dpi-black-with-1-3m-cable-for-pc-and-laptop\/\"><img decoding=\"async\" src=\"https:\/\/www.uraze.com\/wp-content\/uploads\/2026\/07\/Untitled-design-2026-02-26T154154.967-300x300.png\" alt=\"Hama MC-100 USB Optical Mouse 1000 DPI Black with 1.3m Cable for PC and Laptop\"><div><strong>Hama MC-100 USB Optical Mouse 1000 DPI&hellip;<\/strong><span><span class=\"woocommerce-Price-amount amount\"><span class=\"woocommerce-Price-currencySymbol\">&#x62f;.&#x625;<\/span>&nbsp;7,99<\/span><\/span><small>\u2605\u2605\u2605\u2605\u2605<\/small><\/div><\/a>\n                    <a class=\"uraze-best-card\" href=\"https:\/\/www.uraze.com\/index.php\/product\/wireless-bluetooth-earbuds-with-charging-case\/\"><img decoding=\"async\" src=\"https:\/\/www.uraze.com\/wp-content\/uploads\/2026\/07\/Untitled-design-46-300x300.png\" alt=\"Wireless Bluetooth Earbuds with Charging Case\"><div><strong>Wireless Bluetooth Earbuds with Charging Case<\/strong><span><del aria-hidden=\"true\"><span class=\"woocommerce-Price-amount amount\"><span class=\"woocommerce-Price-currencySymbol\">&#x62f;.&#x625;<\/span>&nbsp;139,00<\/span><\/del> <span class=\"screen-reader-text\">Original price was: &#x62f;.&#x625;&nbsp;139,00.<\/span><ins aria-hidden=\"true\"><span class=\"woocommerce-Price-amount amount\"><span class=\"woocommerce-Price-currencySymbol\">&#x62f;.&#x625;<\/span>&nbsp;119,00<\/span><\/ins><span class=\"screen-reader-text\">Current price is: &#x62f;.&#x625;&nbsp;119,00.<\/span><\/span><small>\u2605\u2605\u2605\u2605\u2605<\/small><\/div><\/a>\n                    <a class=\"uraze-best-card\" href=\"https:\/\/www.uraze.com\/index.php\/product\/creatine-monohydrate-powder-500g-micronised-100-pure-vegan-and-laboratory-tested\/\"><img decoding=\"async\" src=\"https:\/\/www.uraze.com\/wp-content\/uploads\/2026\/07\/71pUH2YEWKL._AC_SL1500_-300x300.jpg\" alt=\"Creatine Monohydrate Powder 500g - Micronised, 100% Pure, Vegan and Laboratory Tested\"><div><strong>Creatine Monohydrate Powder 500g - Micronised, 100%&hellip;<\/strong><span><span class=\"woocommerce-Price-amount amount\"><span class=\"woocommerce-Price-currencySymbol\">&#x62f;.&#x625;<\/span>&nbsp;20,99<\/span><\/span><small>\u2605\u2605\u2605\u2605\u2605<\/small><\/div><\/a>\n                <\/div>\n    <\/div><\/section>\n    <\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-3b5dc61 elementor-section-full_width elementor-section-stretched elementor-section-height-default elementor-section-height-default\" data-id=\"3b5dc61\" data-element_type=\"section\" data-e-type=\"section\" data-settings=\"{&quot;stretch_section&quot;:&quot;section-stretched&quot;}\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-no\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-2adcce8\" data-id=\"2adcce8\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-0d8258b elementor-widget elementor-widget-shortcode\" data-id=\"0d8258b\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"shortcode.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-shortcode\">    <section class=\"uraze-why-section uraze-section-small\"><div class=\"uraze-container\"><div class=\"uraze-why-card\"><h2>Why Choose URAZE?<\/h2><div class=\"uraze-why-grid\">\n    <div><span>\u2662<\/span><p><strong>Premium Quality<\/strong><small>Built with high-grade materials<\/small><\/p><\/div><div><span>\u2667<\/span><p><strong>Reliable Performance<\/strong><small>Tested for safety and efficiency<\/small><\/p><\/div><div><span>\u25af<\/span><p><strong>Wide Compatibility<\/strong><small>Works seamlessly with your devices<\/small><\/p><\/div><div><span>\u2661<\/span><p><strong>Customer First<\/strong><small>Fast and friendly support<\/small><\/p><\/div>    <\/div><\/div><\/div><\/section>\n    <\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-d120fcb elementor-section-full_width elementor-section-stretched elementor-section-height-default elementor-section-height-default\" data-id=\"d120fcb\" data-element_type=\"section\" data-e-type=\"section\" data-settings=\"{&quot;stretch_section&quot;:&quot;section-stretched&quot;}\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-no\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-51459d3\" data-id=\"51459d3\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-7964a6f elementor-widget elementor-widget-shortcode\" data-id=\"7964a6f\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"shortcode.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-shortcode\">    <section class=\"uraze-testimonials-section uraze-section\"><div class=\"uraze-container\">\n        <div class=\"uraze-section-heading\"><h2>What Our Customers Say<\/h2><\/div>        <div class=\"uraze-testimonial-grid\">\n        <article><span class=\"uraze-quote\">\u201c<\/span><p>Excellent quality and super-fast charging. URAZE never disappoints!<\/p><strong>Michael T.<\/strong><small>\u25cf Verified Buyer<\/small><\/article><article><span class=\"uraze-quote\">\u201c<\/span><p>The HDMI cable delivers stunning clarity. Perfect for my setup.<\/p><strong>Sarah L.<\/strong><small>\u25cf Verified Buyer<\/small><\/article><article><span class=\"uraze-quote\">\u201c<\/span><p>Great build quality and durable cables. Highly recommended!<\/p><strong>David R.<\/strong><small>\u25cf Verified Buyer<\/small><\/article>        <\/div>\n    <\/div><\/section>\n    <\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-4130763 elementor-section-full_width elementor-section-stretched elementor-section-height-default elementor-section-height-default\" data-id=\"4130763\" data-element_type=\"section\" data-e-type=\"section\" data-settings=\"{&quot;stretch_section&quot;:&quot;section-stretched&quot;}\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-no\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-35b8159\" data-id=\"35b8159\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-e780ece elementor-widget elementor-widget-shortcode\" data-id=\"e780ece\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"shortcode.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-shortcode\">    <section class=\"uraze-newsletter-section\"><div class=\"uraze-container\"><div class=\"uraze-newsletter-card\">\n        <div class=\"uraze-newsletter-icon\">\u2709<\/div>\n        <div><h2>Stay Powered. Stay Updated.<\/h2><p>Subscribe for exclusive deals, new arrivals and tech tips.<\/p><\/div>\n        <form class=\"uraze-newsletter-form\"><label class=\"screen-reader-text\" for=\"uraze-newsletter-email\">Email address<\/label><input id=\"uraze-newsletter-email\" name=\"email\" type=\"email\" placeholder=\"Enter your email address\" required><button type=\"submit\">Subscribe<\/button><span class=\"uraze-newsletter-message\" aria-live=\"polite\"><\/span><\/form>\n    <\/div><\/div><\/section>\n    <\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>Premium Electronics Accessories Power. Connect. Perform. Upgrade your everyday technology with reliable chargers, durable cables and smart accessories designed to keep every device connected, powered and ready. Shop All Products Explore Cables Fast Delivery Quality Assured Easy Returns Built for Everyday Life Reliable products. Better performance. Limited Time Offer Charge Faster, Go Further. Save on [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"templates\/elementor-full-width.php","meta":{"footnotes":""},"class_list":["post-41","page","type-page","status-publish","hentry"],"jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/www.uraze.com\/index.php\/wp-json\/wp\/v2\/pages\/41","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.uraze.com\/index.php\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/www.uraze.com\/index.php\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/www.uraze.com\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.uraze.com\/index.php\/wp-json\/wp\/v2\/comments?post=41"}],"version-history":[{"count":15,"href":"https:\/\/www.uraze.com\/index.php\/wp-json\/wp\/v2\/pages\/41\/revisions"}],"predecessor-version":[{"id":330,"href":"https:\/\/www.uraze.com\/index.php\/wp-json\/wp\/v2\/pages\/41\/revisions\/330"}],"wp:attachment":[{"href":"https:\/\/www.uraze.com\/index.php\/wp-json\/wp\/v2\/media?parent=41"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}