buyforfamily.com Ads.txt file

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" />
<meta name="theme-color" content="#000000" />
<meta charset="UTF-8" />
<link rel="shortcut icon"
type="image/x-icon"
href="https://dukaan.b-cdn.net/64x64/webp/media/9904ae01-52e6-4469-b243-840688acd5ad.png"/>
<link rel="dns-prefetch"
href="https://www.googletagmanager.com/">
<link rel="dns-prefetch"
href="https://connect.facebook.net/">
<link rel="canonical" href="https://royalstar.co.in" />
<meta name="google-site-verification" content="cgk1BElpRG1-KJMPPZPv23ms8uKA17EjG8vfvoqoBnc" />
<meta name="google-site-verification" content="cgk1BElpRG1-KJMPPZPv23ms8uKA17EjG8vfvoqoBnc"/>
<style>
@media (max-width: 767px) {
.product-details-section .pdp-button-wrapper {
position: fixed !important;
width: 100% !important;
z-index: 2;
margin-top: 0 !important;
}
}
</style>
<style>

:root {
--primary: #ff5800;
--secondary: #1A0D3F;
--menu-bar-color: #146eb4;
--primary-rgb: 255,88,0;
--secondary-rgb: 26,13,63;
--primary-background: rgba(255,88,0, 0.15);
--primary-hover: #ff691a;
}

:root {
--border-radius-small: 4px;
--border-radius-medium: 6px;
--border-radius-large: 8px;
--border-radius-modal: 16px;

--white: #ffffff;
--black-100: var(--white);
--black-12: #1a181e;
--black-25: #353535;
--black-30: #4d4d4d;
--black-50: #808080;
--black-55: #989898;
--black-60: #999999;
--black-70: #b2b2b2;
--black-80: #cccccc;
--black-85: #d9d9d9;
--black-90: #e6e6e6;
--black-95: #f2f2f2;
--black-96: #f5f5f5;
--black-98: #fafafa;

--brand-primary: #146eb4;
--brand-secondary: #ee741f;
--primary-black: var(--black-12);
--secondary-raspberry: #df1e5b;
--secondary-yellow: #fab73b;
--secondary-green: #17b31b;
--secondary-red: #e50b20;
--secondary-orange: #db6b1d;
--secondary-navyblue: #1e2640;
--green-hover: #149917;
--red-hover: #cc0a1d;

--black-hover: var(--black-30);
--secondary-red-a10: rgba(229, 11, 32, 0.1);
--white-a10: rgba(255, 255, 255, 0.1);
--secondary-green-rgb: 23, 179, 27;
--brand-secondary-rgb: 238, 116, 31;
--offers-shadow: rgba(26, 24, 30, 0.24);
--division-primary: var(--black-90);
--shimmer-gradient: linear-gradient(to right,
var(--black-95) 8%,
var(--black-85) 18%,
var(--black-95) 33%);

--theme-secondary-green: #17b31b;
--theme-secondary-red: #e50b20;
--theme-variable-white: var(--white);
--theme-primary: var(--primary);
--theme-primary-black: var(--primary-black);
--theme-primary-black-hover: var(--primary-black);
--theme-primary-black-30: #4d4d4d;

--theme-pimrary-button-color: var(--primary);
--navicon-hover: var(--black-95);
--drawer-background-primary: var(--white);
--search-background: var(--black-95);
--odd-background: var(--black-98);
--trusted-illustration-color: #999999;

--regular-font-weight: 400;
--medium-font-weight: 500;
--bold-font-weight: 600;

--bxgy-green: #17b31b;

--container-bottom-sticky: 0px;

}
</style>
<style>
* {
font-family: var(--font-family);
}
</style>
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link rel="preload" as="style" href="https://fonts.googleapis.com/css2?family=Figtree:ital,wght@0,400;0,500;0,600;1,400;1,500;1,600&display=swap">
<link type="text/css" rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Figtree:ital,wght@0,400;0,500;0,600;1,400;1,500;1,600&display=swap">
<style>
:root {
--font-family: Figtree;
}
</style>
<style>
@-webkit-keyframes spinner-border {
to {
-webkit-transform: rotate(360deg);
transform: rotate(360deg);
}
}

@keyframes spinner-border {
to {
-webkit-transform: rotate(360deg);
transform: rotate(360deg);
}
}

.loader {
display: inline-block;
width: 20px;
height: 20px;
vertical-align: text-bottom;
border: 3px solid currentColor;
border-right-color: transparent;
border-radius: 50%;
-webkit-animation: spinner-border 0.75s linear infinite;
animation: spinner-border 0.75s linear infinite;
}
.loaderContainer {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
}
</style>
<style>
.bounceLoaderWrap {
position: relative;
height: 100%;
width: 100%;
background-color: var(--white);
}
.bounceLoaderWrap.overlay {
top: 0;
bottom: 0;
left: 0;
right: 0;
position: fixed;
background-color: rgba(0, 0, 0, 0.6);
backdrop-filter: blur(24px);
z-index: 10;
}
.bounceLoaderWrap.overlay.highZIndex {
z-index: 10000;
}

.bounceLoader {
display: flex;
align-items: center;
flex-direction: column;
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
pointer-events: all;
}
.bounceLoader.absoluteCenter {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
}
.bounceLoader .spinner {
text-align: center;
}
.bounceLoader .spinner > .bounce {
width: 20px;
height: 20px;
background-color: #ccc;
border-radius: 100%;
display: inline-block;
-webkit-animation: bounce-delay 1.4s infinite ease-in-out both;
animation: bounce-delay 1.4s infinite ease-in-out both;
}
.bounceLoader .spinner > .bounce.bounce1 {
-webkit-animation-delay: -0.32s;
animation-delay: -0.32s;
margin-right: 8px;
}
.bounceLoader .spinner > .bounce.bounce2 {
-webkit-animation-delay: -0.16s;
animation-delay: -0.16s;
margin-right: 8px;
}

@keyframes bounce-delay {
0%, 80%, 100% {
-webkit-transform: scale(0);
transform: scale(0);
} 40% {
-webkit-transform: scale(1.0);
transform: scale(1.0);
}
}

</style>













<meta name="theme-color" content="#000000" />

<link rel="shortcut icon"
type="image/x-icon"
href="https://dukaan.b-cdn.net/64x64/webp/media/9904ae01-52e6-4469-b243-840688acd5ad.png"/>


<meta
name="google-site-verification"
content="cgk1BElpRG1-KJMPPZPv23ms8uKA17EjG8vfvoqoBnc"
/>



<meta
name="google-site-verification"
content="cgk1BElpRG1-KJMPPZPv23ms8uKA17EjG8vfvoqoBnc"
/>




<!--Prefetch-->
<link rel="dns-prefetch"
href="https://www.googletagmanager.com/">
<link rel="dns-prefetch"
href="https://connect.facebook.net/">

<link href="https://www.googletagmanager.com/gtag/js?id=1017028188"
rel="preload"
as="script">


<link href="https://www.googletagmanager.com/gtag/js?id=UA-215532516-1"
rel="preload"
as="script">




<link rel="stylesheet" href="/public/102039593/juggernaut/css/splide.min.css?ver=sceptre:a9e7453" as="" onload="">
<noscript><link rel="stylesheet" href="styles.css"></noscript>
<link rel="stylesheet" href="/public/102039593/juggernaut/css/octarine.css?ver=sceptre:a9e7453" as="" onload="">
<noscript><link rel="stylesheet" href="styles.css"></noscript>
<link rel="stylesheet" href="/public/102039593/juggernaut/css/styles.css?ver=sceptre:a9e7453" as="" onload="">
<noscript><link rel="stylesheet" href="styles.css"></noscript>
<link rel="stylesheet" href="/public/102039593/juggernaut/css/wishlist-utils.css?ver=sceptre:a9e7453" as="" onload="">
<noscript><link rel="stylesheet" href="styles.css"></noscript>

<link rel="stylesheet" href="/public/102039593/juggernaut/css/layout.css?ver=sceptre:a9e7453" as="" onload="">
<noscript><link rel="stylesheet" href="styles.css"></noscript>
<link rel="stylesheet" href="/public/102039593/juggernaut/css/wishlist-utils.css?ver=sceptre:a9e7453" as="" onload="">
<noscript><link rel="stylesheet" href="styles.css"></noscript>
<link rel="stylesheet" href="/public/102039593/juggernaut/css/wishlist.css?ver=sceptre:a9e7453" as="" onload="">
<noscript><link rel="stylesheet" href="styles.css"></noscript>





<title>Royal Star, High Quality &amp; Affordable Mobile Accessories Indian Brand</title>
<meta name="description" content="Royal Star is the best mobile accessories brand, with a wide variety of high-quality products for both smartphones and tablets. We deal in a wide range of chargers, data cables, earphones, power banks, &amp; other mobile accessories. Browse through the website to find the latest offers and discounts on Royal Star products." />

<meta property="og:title" content="Royal Star, High Quality &amp; Affordable Mobile Accessories Indian Brand" />
<meta property="og:image" itemprop="image" content="https://dukaan.b-cdn.net/1000x1000/webp/upload_file_service/e43c9b43-8ca2-4474-a901-d09a6cdb9457/image.png" />
<meta property="og:description" content="Royal Star is the best mobile accessories brand, with a wide variety of high-quality products for both smartphones and tablets. We deal in a wide range of chargers, data cables, earphones, power banks, &amp; other mobile accessories. Browse through the website to find the latest offers and discounts on Royal Star products." />
<meta property="og:type" content="website" />

<meta property="twitter:card" content="summary_large_image" />
<meta name="twitter:title" content="Royal Star, High Quality &amp; Affordable Mobile Accessories Indian Brand">
<meta name="twitter:description" content="Royal Star is the best mobile accessories brand, with a wide variety of high-quality products for both smartphones and tablets. We deal in a wide range of chargers, data cables, earphones, power banks, &amp; other mobile accessories. Browse through the website to find the latest offers and discounts on Royal Star products.">
<meta property="twitter:image" content="https://dukaan.b-cdn.net/1000x1000/webp/upload_file_service/e43c9b43-8ca2-4474-a901-d09a6cdb9457/image.png" />

<script type="application/ld+json">
{
"@context": "http://schema.org",
"@type": "WebSite",
"name": "Royal Star",
"url": "/",
"potentialAction": {
"@type": "SearchAction",
"target": "https://royalstar.co.in//search?q={search_term_string}",
"query-input": "required name=search_term_string"
}
}
</script>

<link rel="preload" as="image" href="https://dukaan.b-cdn.net/1400x1400/webp/media/48d4b7c7-ca74-407c-98c9-4f29eaa724da.jpeg" />


<link rel="preload" as="image" href="https://dukaan.b-cdn.net/700x700/webp/media/beee24ea-3441-443d-8226-1afce8487a7a.jpeg" />

<link rel="stylesheet" href="/public/102039593/juggernaut/css/home.css?ver=sceptre:a9e7453" as="" onload="">
<noscript><link rel="stylesheet" href="styles.css"></noscript>

</head>

<body class="">

<!-- header -->
<style>
.header-section {
border-bottom: 1px solid #E5E5E5;
/* z-index: 2000; */
}

.header-section .dkn-header-menu-item-hamburger::before {
content: '';
height: 100%;
width: 40px;
background: linear-gradient(90deg,
rgba(255, 255, 255, 0) 0,
var(--white) 86.33%);
z-index: 1020;
position: absolute;
right: 100%;
}

.header-section .dkn-header-menu-item .dkn-header-menu-item-label {
border-bottom: 1px solid transparent;
/* padding: 8px 0; */
}

.header-section .dkn-header-menu-item.dkn-header-menu-item-active .dkn-header-menu-item-label,
.header-section .dkn-header-menu-item:hover .dkn-header-menu-item-label {
border-bottom: 1px solid var(--primary);
color: var(--primary) !important;
font-weight: 600;
}
</style>
<!-- header for desktop -->
<header id="dkn-desktop-header" class="header-section sticky-top bg-white d-none d-lg-block">
<div class="header-outer-wrapper">
<!-- desktop header -->
<div class="header-main position-relative" id="desktop-header"
style="box-shadow: 0 1px var(--black-85); max-height: 64px;">
<div class="container d-flex justify-content-center align-items-center" style="height: 64px;">
<!-- header logo -->
<div class="header-logo" style="max-width: 300px">
<a href="/" class="d-flex align-items-center">
<img id="logo" class="me-2" src="https://dukaan.b-cdn.net/200x200/webp/upload_file_service/5861b9a1-87f2-4c57-83c8-874866fcc7b3/high-resolution-logo.png" onerror="imageOnError(event)"
style="max-height: 2rem" />

</a>
</div>
<!-- header menu -->
<div class="dkn-header-menu position-relative d-flex align-items-center mx-5 p-0 overflow-hidden w-100">
<ul class="dkn-header-menu-list d-inline-flex align-items-center flex-shrink-0 my-auto mx-auto py-3">
<li class="dkn-header-menu-item me-4 position-relative d-none" data-menu-id="home">
<a href="/">
<div class="dkn-header-menu-item-label font-medium text-16-24" style="color: var(--black-30)">Home</div>
</a>
</li>
<li class="dkn-header-menu-item me-4 position-relative d-none" data-menu-id="categories"
data-dropdown-id="shop-dropdown">
<a href="/categories">
<div class="d-flex align-items-center gap-1">
<p class="dkn-header-menu-item-label font-medium text-16-24" style="color: var(--black-30)">Shop</p>

<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
<path fill-rule="evenodd" clip-rule="evenodd"
d="M2.55806 5.55806C2.80214 5.31398 3.19786 5.31398 3.44194 5.55806L8 10.1161L12.5581 5.55806C12.8021 5.31398 13.1979 5.31398 13.4419 5.55806C13.686 5.80214 13.686 6.19786 13.4419 6.44194L8.44194 11.4419C8.19786 11.686 7.80214 11.686 7.55806 11.4419L2.55806 6.44194C2.31398 6.19786 2.31398 5.80214 2.55806 5.55806Z"
fill="#4D4D4D" />
</svg>

</div>
</a>
</li>


<li class="dkn-header-menu-item me-4 position-relative" data-menu-id=""
data-dropdown-id="1-dropdown">
<a href="https://royalstar.co.in/">
<div class="d-flex align-items-center gap-1">
<div class="dkn-header-menu-item-label font-medium text-16-24" style="color: var(--black-30)"
data-button="categories" data-language="false">
Product
</div>

<svg width="17" height="16" viewBox="0 0 17 16" fill="none" xmlns="http://www.w3.org/2000/svg">
<path fill-rule="evenodd" clip-rule="evenodd"
d="M3.05806 5.55806C3.30214 5.31398 3.69786 5.31398 3.94194 5.55806L8.5 10.1161L13.0581 5.55806C13.3021 5.31398 13.6979 5.31398 13.9419 5.55806C14.186 5.80214 14.186 6.19786 13.9419 6.44194L8.94194 11.4419C8.69786 11.686 8.30214 11.686 8.05806 11.4419L3.05806 6.44194C2.81398 6.19786 2.81398 5.80214 3.05806 5.55806Z"
fill="#4D4D4D" />
</svg>

</div>
</a>
</li>


<li class="dkn-header-menu-item me-4 position-relative" data-menu-id=""
data-dropdown-id="2-dropdown">
<a href="https://royalstar.co.in/">
<div class="d-flex align-items-center gap-1">
<div class="dkn-header-menu-item-label font-medium text-16-24" style="color: var(--black-30)"
data-button="categories" data-language="false">
Brand
</div>

<svg width="17" height="16" viewBox="0 0 17 16" fill="none" xmlns="http://www.w3.org/2000/svg">
<path fill-rule="evenodd" clip-rule="evenodd"
d="M3.05806 5.55806C3.30214 5.31398 3.69786 5.31398 3.94194 5.55806L8.5 10.1161L13.0581 5.55806C13.3021 5.31398 13.6979 5.31398 13.9419 5.55806C14.186 5.80214 14.186 6.19786 13.9419 6.44194L8.94194 11.4419C8.69786 11.686 8.30214 11.686 8.05806 11.4419L3.05806 6.44194C2.81398 6.19786 2.81398 5.80214 3.05806 5.55806Z"
fill="#4D4D4D" />
</svg>

</div>
</a>
</li>


<li class="dkn-header-menu-item me-4 position-relative" data-menu-id=""
data-dropdown-id="false">
<a href="https://royalstar.shiprocket.co/tracking">
<div class="d-flex align-items-center gap-1">
<div class="dkn-header-menu-item-label font-medium text-16-24" style="color: var(--black-30)"
data-button="categories" data-language="false">
Track Shipment
</div>

</div>
</a>
</li>


<li class="dkn-header-menu-item me-4 position-relative" data-menu-id="media-coverage"
data-dropdown-id="false">
<a href="/p/media-coverage">
<div class="d-flex align-items-center gap-1">
<div class="dkn-header-menu-item-label font-medium text-16-24" style="color: var(--black-30)"
data-button="categories" data-language="false">
Media Coverage
</div>

</div>
</a>
</li>


<li class="dkn-header-menu-item me-4 position-relative" data-menu-id="request-account-and-data-deletion"
data-dropdown-id="false">
<a href="/p/request-account-and-data-deletion">
<div class="d-flex align-items-center gap-1">
<div class="dkn-header-menu-item-label font-medium text-16-24" style="color: var(--black-30)"
data-button="categories" data-language="false">
Request Account &amp; Data Deletion
</div>

</div>
</a>
</li>


<li class="dkn-header-menu-item me-4 position-relative" data-menu-id="dkn-blog"
data-dropdown-id="false">
<a href="/blog">
<div class="d-flex align-items-center gap-1">
<div class="dkn-header-menu-item-label font-medium text-16-24" style="color: var(--black-30)"
data-button="categories" data-language="false">
Blog
</div>

</div>
</a>
</li>


<li class="dkn-header-menu-item me-4 position-relative" data-menu-id=""
data-dropdown-id="false">
<a href="#">
<div class="d-flex align-items-center gap-1">
<div class="dkn-header-menu-item-label font-medium text-16-24" style="color: var(--black-30)"
data-button="categories" data-language="true">
Change store language
</div>

</div>
</a>
</li>

<li class="dkn-header-menu-item store-locator-link dkn-store-locator-link hidden position-relative">
<a href="/store-locator">
<div data-menu-id="store-locator" class="dkn-header-menu-item-label font-medium text-16-24"
style="color: var(--black-30)">
Store locator
</div>
</a>
</li>
<li class="dkn-header-menu-item-hamburger position-absolute end-0 bg-white d-flex m-0 p-0 hidden">
<button class="btn-transparent" data-bs-toggle="offcanvas" data-bs-target="#dknHeaderHamburgerMenu"
aria-controls="dknHeaderHamburgerMenu">
<svg width="36" height="36" viewBox="0 0 36 36" fill="none" xmlns="http://www.w3.org/2000/svg">
<path fill-rule="evenodd" clip-rule="evenodd"
d="M8.3125 18C8.3125 17.6 8.63678 17.2757 9.0368 17.2757H26.9632C27.3632 17.2757 27.6875 17.6 27.6875 18C27.6875 18.4 27.3632 18.7243 26.9632 18.7243H9.0368C8.63678 18.7243 8.3125 18.4 8.3125 18Z"
fill="currentColor" />
<path fill-rule="evenodd" clip-rule="evenodd"
d="M8.3125 11.4813C8.3125 11.0813 8.63678 10.757 9.0368 10.757H26.9632C27.3632 10.757 27.6875 11.0813 27.6875 11.4813C27.6875 11.8813 27.3632 12.2056 26.9632 12.2056H9.0368C8.63678 12.2056 8.3125 11.8813 8.3125 11.4813Z"
fill="currentColor" />
<path fill-rule="evenodd" clip-rule="evenodd"
d="M8.3125 24.5187C8.3125 24.1187 8.63678 23.7944 9.0368 23.7944H26.9632C27.3632 23.7944 27.6875 24.1187 27.6875 24.5187C27.6875 24.9187 27.3632 25.243 26.9632 25.243H9.0368C8.63678 25.243 8.3125 24.9187 8.3125 24.5187Z"
fill="currentColor" />
</svg>
</button>
</li>
</ul>
</div>

<!-- sub menu dropdowns -->
<!-- dropdown -->
<style>
.accordion-header:has(~ .accordion-collapse.collapse.show) a{
color: var(--primary) !important;
}
.accordion-header:has(~ .accordion-collapse.collapse.show) svg path{
fill: var(--primary) !important;
}
.menu-sidebar-item:hover a,
.menu-sidebar-item:hover
{
color: var(--primary) !important;
}
.menu-sidebar-item:hover svg path{
fill: var(--primary) !important;
}
.header-menu-item-dropdown.header-fixed-mega-menu{
box-shadow: 0px 4px 12px rgba(26, 24, 30, 0.1);
}
.mega-menu-items a{
width: 95%;
}
.header-menu-item-dropdown{
padding: 16px 16px 0 16px;
}
.header-menu-item-single-dropdown{
max-width: 300px;
width: 100%;
}

</style>







<div class="header-menu-item-dropdown header-fixed-mega-menu light-theme-color-palette bg-white hidden d-flex start-50"
style="width: 100% !important;
left: 50% !important;
background-color: var(--white);
max-height: 80vh;
overflow-y: auto;
transform: translate(-50%, 0)"
id="1-dropdown">
<div class="container flex d-row">
<div class="first-menu-item-list py-3"
style="width: 25%;
padding-right: 24px">

<ul data-parent-dropdown-id="839643"
class="menu-items-list
">


<li class="flex d-row j-sb mega-menu-items"
onmouseenter="showMenuDropdown(event,'839644', '0')">
<a class="sub-body text-black12 lineClamp"
href="/categories/tempered-glass"
target=""
data-language="false"
style="color: var(--black-12)">
Tempered Glass
</a>

<svg color="var(--black-12)"
width="18"
height="18"
viewBox="0 0 18 18"
fill="none"
xmlns="http://www.w3.org/2000/svg">
<path fill-rule="evenodd" clip-rule="evenodd" d="M5.55806 13.4419C5.31398 13.1979 5.31398 12.8021 5.55806 12.5581L10.1161 8L5.55806 3.44194C5.31398 3.19786 5.31398 2.80214 5.55806 2.55806C5.80214 2.31398 6.19786 2.31398 6.44194 2.55806L11.4419 7.55806C11.686 7.80214 11.686 8.19786 11.4419 8.44194L6.44194 13.4419C6.19786 13.686 5.80214 13.686 5.55806 13.4419Z" fill="currentColor"/>
</svg>

</li>


<li class="flex d-row j-sb mega-menu-items"
onmouseenter="showMenuDropdown(event,'839653', '0')">
<a class="sub-body text-black12 lineClamp"
href="/categories/camera-protector"
target=""
data-language="false"
style="color: var(--black-12)">
Camera Protector
</a>

<svg color="var(--black-12)"
width="18"
height="18"
viewBox="0 0 18 18"
fill="none"
xmlns="http://www.w3.org/2000/svg">
<path fill-rule="evenodd" clip-rule="evenodd" d="M5.55806 13.4419C5.31398 13.1979 5.31398 12.8021 5.55806 12.5581L10.1161 8L5.55806 3.44194C5.31398 3.19786 5.31398 2.80214 5.55806 2.55806C5.80214 2.31398 6.19786 2.31398 6.44194 2.55806L11.4419 7.55806C11.686 7.80214 11.686 8.19786 11.4419 8.44194L6.44194 13.4419C6.19786 13.686 5.80214 13.686 5.55806 13.4419Z" fill="currentColor"/>
</svg>

</li>


<li class="flex d-row j-sb mega-menu-items"
onmouseenter="showMenuDropdown(event,'839656', '0')">
<a class="sub-body text-black12 lineClamp"
href="https://royalstar.co.in/"
target="_blank"
data-language="false"
style="color: var(--black-12)">
Mobile Cover
</a>

<svg color="var(--black-12)"
width="18"
height="18"
viewBox="0 0 18 18"
fill="none"
xmlns="http://www.w3.org/2000/svg">
<path fill-rule="evenodd" clip-rule="evenodd" d="M5.55806 13.4419C5.31398 13.1979 5.31398 12.8021 5.55806 12.5581L10.1161 8L5.55806 3.44194C5.31398 3.19786 5.31398 2.80214 5.55806 2.55806C5.80214 2.31398 6.19786 2.31398 6.44194 2.55806L11.4419 7.55806C11.686 7.80214 11.686 8.19786 11.4419 8.44194L6.44194 13.4419C6.19786 13.686 5.80214 13.686 5.55806 13.4419Z" fill="currentColor"/>
</svg>

</li>


<li class="flex d-row j-sb mega-menu-items"
onmouseenter="showMenuDropdown(event,'839660', '0')">
<a class="sub-body text-black12 lineClamp"
href="https://royalstar.co.in/"
target="_blank"
data-language="false"
style="color: var(--black-12)">
Membrane
</a>

<svg color="var(--black-12)"
width="18"
height="18"
viewBox="0 0 18 18"
fill="none"
xmlns="http://www.w3.org/2000/svg">
<path fill-rule="evenodd" clip-rule="evenodd" d="M5.55806 13.4419C5.31398 13.1979 5.31398 12.8021 5.55806 12.5581L10.1161 8L5.55806 3.44194C5.31398 3.19786 5.31398 2.80214 5.55806 2.55806C5.80214 2.31398 6.19786 2.31398 6.44194 2.55806L11.4419 7.55806C11.686 7.80214 11.686 8.19786 11.4419 8.44194L6.44194 13.4419C6.19786 13.686 5.80214 13.686 5.55806 13.4419Z" fill="currentColor"/>
</svg>

</li>


<li class="flex d-row j-sb mega-menu-items"
onmouseenter="showMenuDropdown(event,'839664', '0')">
<a class="sub-body text-black12 lineClamp"
href="/categories/data-cable"
target=""
data-language="false"
style="color: var(--black-12)">
Data Cable
</a>

</li>


<li class="flex d-row j-sb mega-menu-items"
onmouseenter="showMenuDropdown(event,'839665', '0')">
<a class="sub-body text-black12 lineClamp"
href="/categories/earbuds"
target=""
data-language="false"
style="color: var(--black-12)">
Earbuds
</a>

</li>


<li class="flex d-row j-sb mega-menu-items"
onmouseenter="showMenuDropdown(event,'839666', '0')">
<a class="sub-body text-black12 lineClamp"
href="/categories/neckband"
target=""
data-language="false"
style="color: var(--black-12)">
Neckband
</a>

</li>

</ul>

</div>
<div class="second-menu-item-list py-3"
style="width: 25%;
padding-right: 24px">


<ul data-parent-dropdown-id="839644"
class="menu-items-list

hidden
">


<li class="flex d-row j-sb mega-menu-items"
onmouseenter="showMenuDropdown(event,'839645', '1')">
<a class="sub-body text-black12 lineClamp"
href="https://royalstar.co.in/categories/tempered-glass"
target="_blank"
data-language="false"
style="color: var(--black-12)">
Full Tempered Glass
</a>

</li>


<li class="flex d-row j-sb mega-menu-items"
onmouseenter="showMenuDropdown(event,'839646', '1')">
<a class="sub-body text-black12 lineClamp"
href="/categories/full-glue-curved-tempered-glass"
target=""
data-language="false"
style="color: var(--black-12)">
Full Glue Curved Tempered Glass
</a>

</li>


<li class="flex d-row j-sb mega-menu-items"
onmouseenter="showMenuDropdown(event,'839647', '1')">
<a class="sub-body text-black12 lineClamp"
href="/categories/uv-tempered-glass"
target=""
data-language="false"
style="color: var(--black-12)">
UV Tempered Glass
</a>

</li>


<li class="flex d-row j-sb mega-menu-items"
onmouseenter="showMenuDropdown(event,'839648', '1')">
<a class="sub-body text-black12 lineClamp"
href="/categories/privacy-tempered-glass"
target=""
data-language="false"
style="color: var(--black-12)">
Privacy Tempered Glass
</a>

</li>


<li class="flex d-row j-sb mega-menu-items"
onmouseenter="showMenuDropdown(event,'839649', '1')">
<a class="sub-body text-black12 lineClamp"
href="/categories/matte-uv-tempered-glass"
target=""
data-language="false"
style="color: var(--black-12)">
Matte Uv Tempered Glass
</a>

</li>


<li class="flex d-row j-sb mega-menu-items"
onmouseenter="showMenuDropdown(event,'839650', '1')">
<a class="sub-body text-black12 lineClamp"
href="/categories/privacy-uv-tempered-glass"
target=""
data-language="false"
style="color: var(--black-12)">
Privacy UV Tempered Glass
</a>

</li>


<li class="flex d-row j-sb mega-menu-items"
onmouseenter="showMenuDropdown(event,'839651', '1')">
<a class="sub-body text-black12 lineClamp"
href="/categories/tempered-glass-apple-iphone-16"
target=""
data-language="false"
style="color: var(--black-12)">
Tempered Glass Apple iPhone 16
</a>

</li>


<li class="flex d-row j-sb mega-menu-items"
onmouseenter="showMenuDropdown(event,'839652', '1')">
<a class="sub-body text-black12 lineClamp"
href="/categories/flexible-non-breakable-screen-guard"
target=""
data-language="false"
style="color: var(--black-12)">
Flexible Non Breakable Screen Guard
</a>

</li>

</ul>



<ul data-parent-dropdown-id="839653"
class="menu-items-list

hidden
">


<li class="flex d-row j-sb mega-menu-items"
onmouseenter="showMenuDropdown(event,'839654', '1')">
<a class="sub-body text-black12 lineClamp"
href="/categories/camera-cap"
target=""
data-language="false"
style="color: var(--black-12)">
Camera Cap
</a>

</li>


<li class="flex d-row j-sb mega-menu-items"
onmouseenter="showMenuDropdown(event,'839655', '1')">
<a class="sub-body text-black12 lineClamp"
href="/categories/alloy-metal-camera-ring"
target=""
data-language="false"
style="color: var(--black-12)">
Alloy Metal Camera Ring
</a>

</li>

</ul>



<ul data-parent-dropdown-id="839656"
class="menu-items-list

hidden
">


<li class="flex d-row j-sb mega-menu-items"
onmouseenter="showMenuDropdown(event,'839657', '1')">
<a class="sub-body text-black12 lineClamp"
href="/categories/back-cover"
target=""
data-language="false"
style="color: var(--black-12)">
Back Cover
</a>

</li>


<li class="flex d-row j-sb mega-menu-items"
onmouseenter="showMenuDropdown(event,'839658', '1')">
<a class="sub-body text-black12 lineClamp"
href="/categories/flip-cover"
target=""
data-language="false"
style="color: var(--black-12)">
Flip Cover
</a>

</li>


<li class="flex d-row j-sb mega-menu-items"
onmouseenter="showMenuDropdown(event,'839659', '1')">
<a class="sub-body text-black12 lineClamp"
href="/categories/silicon-back-cover-case"
target=""
data-language="false"
style="color: var(--black-12)">
Silicon Back Cover Case
</a>

</li>

</ul>



<ul data-parent-dropdown-id="839660"
class="menu-items-list

hidden
">


<li class="flex d-row j-sb mega-menu-items"
onmouseenter="showMenuDropdown(event,'839661', '1')">
<a class="sub-body text-black12 lineClamp"
href="/categories/back-membrane"
target=""
data-language="false"
style="color: var(--black-12)">
Back membrane
</a>

</li>


<li class="flex d-row j-sb mega-menu-items"
onmouseenter="showMenuDropdown(event,'839662', '1')">
<a class="sub-body text-black12 lineClamp"
href="/categories/matt-finish-front-membrane"
target=""
data-language="false"
style="color: var(--black-12)">
Matt Finish Front Membrane
</a>

</li>


<li class="flex d-row j-sb mega-menu-items"
onmouseenter="showMenuDropdown(event,'839663', '1')">
<a class="sub-body text-black12 lineClamp"
href="/categories/clear-front-membrane"
target=""
data-language="false"
style="color: var(--black-12)">
Clear Front Membrane
</a>

</li>

</ul>








</div>
<div class="third-menu-item-list py-3"
style="width: 50%">























































</div>
</div>
</div>






<div class="header-menu-item-dropdown header-menu-item-single-dropdown light-theme-color-palette hidden"
id="2-dropdown">

<ul data-parent-dropdown-id="839667"
class="menu-items-list
">


<li class="flex d-row j-sb mega-menu-items"
onmouseenter="showMenuDropdown(event,'839668', '0')">
<a class="sub-body text-black12 lineClamp"
href="/categories/apple"
target=""
data-language="false"
style="color: var(--black-12)">
Apple
</a>

</li>


<li class="flex d-row j-sb mega-menu-items"
onmouseenter="showMenuDropdown(event,'839669', '0')">
<a class="sub-body text-black12 lineClamp"
href="/categories/google-460"
target=""
data-language="false"
style="color: var(--black-12)">
Google
</a>

</li>


<li class="flex d-row j-sb mega-menu-items"
onmouseenter="showMenuDropdown(event,'839670', '0')">
<a class="sub-body text-black12 lineClamp"
href="/categories/infinix-433"
target=""
data-language="false"
style="color: var(--black-12)">
Infinix
</a>

</li>


<li class="flex d-row j-sb mega-menu-items"
onmouseenter="showMenuDropdown(event,'839671', '0')">
<a class="sub-body text-black12 lineClamp"
href="/categories/iqoo"
target=""
data-language="false"
style="color: var(--black-12)">
iQOO
</a>

</li>


<li class="flex d-row j-sb mega-menu-items"
onmouseenter="showMenuDropdown(event,'839672', '0')">
<a class="sub-body text-black12 lineClamp"
href="/categories/motorola-213"
target=""
data-language="false"
style="color: var(--black-12)">
Motorola
</a>

</li>


<li class="flex d-row j-sb mega-menu-items"
onmouseenter="showMenuDropdown(event,'839673', '0')">
<a class="sub-body text-black12 lineClamp"
href="/categories/nothing"
target=""
data-language="false"
style="color: var(--black-12)">
Nothing
</a>

</li>


<li class="flex d-row j-sb mega-menu-items"
onmouseenter="showMenuDropdown(event,'839674', '0')">
<a class="sub-body text-black12 lineClamp"
href="/categories/oneplus-821"
target=""
data-language="false"
style="color: var(--black-12)">
OnePlus
</a>

</li>


<li class="flex d-row j-sb mega-menu-items"
onmouseenter="showMenuDropdown(event,'839675', '0')">
<a class="sub-body text-black12 lineClamp"
href="/categories/oppo-3962"
target=""
data-language="false"
style="color: var(--black-12)">
Oppo
</a>

</li>


<li class="flex d-row j-sb mega-menu-items"
onmouseenter="showMenuDropdown(event,'839676', '0')">
<a class="sub-body text-black12 lineClamp"
href="/categories/realme-4670"
target=""
data-language="false"
style="color: var(--black-12)">
Realme
</a>

</li>


<li class="flex d-row j-sb mega-menu-items"
onmouseenter="showMenuDropdown(event,'839677', '0')">
<a class="sub-body text-black12 lineClamp"
href="/categories/samsung-6451"
target=""
data-language="false"
style="color: var(--black-12)">
Samsung
</a>

</li>


<li class="flex d-row j-sb mega-menu-items"
onmouseenter="showMenuDropdown(event,'839678', '0')">
<a class="sub-body text-black12 lineClamp"
href="/categories/vivo-5342"
target=""
data-language="false"
style="color: var(--black-12)">
Vivo
</a>

</li>


<li class="flex d-row j-sb mega-menu-items"
onmouseenter="showMenuDropdown(event,'839679', '0')">
<a class="sub-body text-black12 lineClamp"
href="/categories/xiaomi-355"
target=""
data-language="false"
style="color: var(--black-12)">
Xiaomi
</a>

</li>

</ul>

</div>














<script src="/public/102039593/juggernaut/js/desktop-mega-menu.js?ver=sceptre:a9e7453"></script>

<!-- categories dropdown -->
<div id="header-all-category-list-load-point">

<ul class="header-menu-item-dropdown dkn-header-menu-item-dropdown bg-white p-2 hidden" id="shop-dropdown">

<li id="1-dropdown" data-category-count="0"
data-category-slug="matte-tempered-glass" class="mb-2">
<a class="d-flex justify-content-between align-items-center"
href="/categories/matte-tempered-glass">
<p class="sub-body text-wrap lineClamp header-dropdown-item font-medium" style="color: var(--black-30)">
Matte Tempered glass
</p>

</a>
</li>

<li id="2-dropdown" data-category-count="0"
data-category-slug="super-glass" class="mb-2">
<a class="d-flex justify-content-between align-items-center"
href="/categories/super-glass">
<p class="sub-body text-wrap lineClamp header-dropdown-item font-medium" style="color: var(--black-30)">
Super Glass
</p>

</a>
</li>

<li id="3-dropdown" data-category-count="0"
data-category-slug="braided-cable" class="mb-2">
<a class="d-flex justify-content-between align-items-center"
href="/categories/braided-cable">
<p class="sub-body text-wrap lineClamp header-dropdown-item font-medium" style="color: var(--black-30)">
Braided cable
</p>

</a>
</li>

<li id="4-dropdown" data-category-count="0"
data-category-slug="infinix-433" class="mb-2">
<a class="d-flex justify-content-between align-items-center"
href="/categories/infinix-433">
<p class="sub-body text-wrap lineClamp header-dropdown-item font-medium" style="color: var(--black-30)">
Infinix
</p>

</a>
</li>

<li id="5-dropdown" data-category-count="0"
data-category-slug="iqoo" class="mb-2">
<a class="d-flex justify-content-between align-items-center"
href="/categories/iqoo">
<p class="sub-body text-wrap lineClamp header-dropdown-item font-medium" style="color: var(--black-30)">
iQOO
</p>

</a>
</li>

<li id="6-dropdown" data-category-count="0"
data-category-slug="nothing" class="mb-2">
<a class="d-flex justify-content-between align-items-center"
href="/categories/nothing">
<p class="sub-body text-wrap lineClamp header-dropdown-item font-medium" style="color: var(--black-30)">
Nothing
</p>

</a>
</li>

<li id="7-dropdown" data-category-count="0"
data-category-slug="google-460" class="mb-2">
<a class="d-flex justify-content-between align-items-center"
href="/categories/google-460">
<p class="sub-body text-wrap lineClamp header-dropdown-item font-medium" style="color: var(--black-30)">
Google
</p>

</a>
</li>

<li id="8-dropdown" data-category-count="0"
data-category-slug="samsung-6451" class="mb-2">
<a class="d-flex justify-content-between align-items-center"
href="/categories/samsung-6451">
<p class="sub-body text-wrap lineClamp header-dropdown-item font-medium" style="color: var(--black-30)">
Samsung
</p>

</a>
</li>

<li id="9-dropdown" data-category-count="0"
data-category-slug="xiaomi-355" class="mb-2">
<a class="d-flex justify-content-between align-items-center"
href="/categories/xiaomi-355">
<p class="sub-body text-wrap lineClamp header-dropdown-item font-medium" style="color: var(--black-30)">
Xiaomi
</p>

</a>
</li>

<li id="10-dropdown" data-category-count="0"
data-category-slug="vivo-5342" class="mb-2">
<a class="d-flex justify-content-between align-items-center"
href="/categories/vivo-5342">
<p class="sub-body text-wrap lineClamp header-dropdown-item font-medium" style="color: var(--black-30)">
Vivo
</p>

</a>
</li>

</ul>

<ul onmouseleave="dropDownClose()" class="header-sub-category-item-dropdown position-absolute hidden" style="top: clac(100%-20px);
left: 51%">
<header-all-sub-category-list-load-point>
</header-all-sub-category-list-load-point>
</ul>
</div>

<!-- header buttons -->
<div class="dkn-header-button-list d-flex justify-content-center align-items-center" style="max-width: 168px">
<!-- search icon -->
<div onclick="openSearchDrawer()" role="button" class="me-4">
<svg class="dkn-header-search-icon" data-bs-toggle="offcanvas" data-bs-target="#offcanvasRight" aria-controls="offcanvasRight" onclick="initSearchBar()" width="24" height="24" viewBox="0 0 24 24" fill="none"
xmlns="http://www.w3.org/2000/svg">
<g clip-path="url(#clip0_1133_513)">
<path fill-rule="evenodd" clip-rule="evenodd"
d="M10.875 3.75C6.93997 3.75 3.75 6.93997 3.75 10.875C3.75 14.81 6.93997 18 10.875 18C14.81 18 18 14.81 18 10.875C18 6.93997 14.81 3.75 10.875 3.75ZM2.25 10.875C2.25 6.11154 6.11154 2.25 10.875 2.25C15.6385 2.25 19.5 6.11154 19.5 10.875C19.5 15.6385 15.6385 19.5 10.875 19.5C6.11154 19.5 2.25 15.6385 2.25 10.875Z"
fill="#1A181E" />
<path fill-rule="evenodd" clip-rule="evenodd"
d="M15.9133 15.9135C16.2062 15.6206 16.681 15.6206 16.9739 15.9135L21.5302 20.4698C21.8231 20.7627 21.8231 21.2375 21.5302 21.5304C21.2373 21.8233 20.7624 21.8233 20.4695 21.5304L15.9133 16.9742C15.6204 16.6813 15.6204 16.2064 15.9133 15.9135Z"
fill="#1A181E" />
</g>
<defs>
<clipPath id="clip0_1133_513">
<rect width="24" height="24" fill="white" />
</clipPath>
</defs>
</svg>
<svg class="dkn-header-search-icon-filled d-none" data-bs-toggle="offcanvas" data-bs-target="#offcanvasRight" aria-controls="offcanvasRight" onclick="initSearchBar()" width="24" height="24" viewBox="0 0 24 24" fill="none"
xmlns="http://www.w3.org/2000/svg">
<path fill-rule="evenodd" clip-rule="evenodd"
d="M10.875 3.75C6.93997 3.75 3.75 6.93997 3.75 10.875C3.75 14.81 6.93997 18 10.875 18C14.81 18 18 14.81 18 10.875C18 6.93997 14.81 3.75 10.875 3.75ZM2.25 10.875C2.25 6.11154 6.11154 2.25 10.875 2.25C15.6385 2.25 19.5 6.11154 19.5 10.875C19.5 15.6385 15.6385 19.5 10.875 19.5C6.11154 19.5 2.25 15.6385 2.25 10.875Z"
fill="#1A181E" />
<path fill-rule="evenodd" clip-rule="evenodd"
d="M15.9133 15.9135C16.2062 15.6206 16.681 15.6206 16.9739 15.9135L21.5302 20.4697C21.8231 20.7626 21.8231 21.2375 21.5302 21.5304C21.2373 21.8233 20.7624 21.8233 20.4695 21.5304L15.9133 16.9741C15.6204 16.6812 15.6204 16.2064 15.9133 15.9135Z"
fill="#1A181E" />
<path
d="M19 11C19 15.4183 15.4183 19 11 19C6.58172 19 3 15.4183 3 11C3 6.58172 6.58172 3 11 3C15.4183 3 19 6.58172 19 11Z"
fill="" />
</svg>
</div>
<!-- wishlist -->
<div class="me-4 dkn-wishlist-page-navigation-button" onclick="initDukaanAuth(redirectToWishlistPage)"
role="button">
<svg class="dkn-header-wishlist-icon" width="24" height="24" viewBox="0 0 24 24" fill="none"
xmlns="http://www.w3.org/2000/svg">
<path fill-rule="evenodd" clip-rule="evenodd"
d="M15.1523 3.40527C15.9187 3.10041 16.7391 2.955 17.5636 2.97793C18.3881 3.00086 19.1992 3.19166 19.9474 3.53865C20.6954 3.88553 21.3649 4.38122 21.9149 4.99545C24.1366 7.4661 23.7564 11.2628 21.4773 13.5532L13.1199 21.9107L12.623 21.4137L13.1175 21.913C12.8295 22.1983 12.4404 22.3584 12.035 22.3584C11.6295 22.3584 11.2405 22.1983 10.9524 21.913L10.95 21.9107L2.37722 13.3378C1.79422 12.7544 1.33612 12.0581 1.03125 11.2917C0.726385 10.5253 0.580976 9.70484 0.603908 8.88037C0.62684 8.05591 0.817632 7.24478 1.16463 6.49654C1.5115 5.74855 2.00719 5.07912 2.62143 4.52911C5.09208 2.30735 8.88873 2.68762 11.1792 4.96664L11.1823 4.96976L12.0352 5.82918L13.1045 4.75287L13.1063 4.75106C13.6897 4.16806 14.3859 3.71014 15.1523 3.40527ZM12.1285 20.9145C12.1287 20.9142 12.1283 20.9147 12.1285 20.9145L20.481 12.5619C20.4812 12.5617 20.4808 12.5621 20.481 12.5619C22.3072 10.726 22.5257 7.77614 20.8694 5.93476L20.8682 5.9335C20.4456 5.46133 19.931 5.0803 19.3561 4.81369C18.7812 4.54707 18.158 4.40048 17.5245 4.38286C16.891 4.36524 16.2606 4.47696 15.6718 4.71121C15.0833 4.9453 14.5487 5.29684 14.1006 5.74437C14.1004 5.74466 14.1001 5.74495 14.0998 5.74524L12.5335 7.32181C12.4015 7.45465 12.222 7.52932 12.0348 7.52927C11.8476 7.52922 11.6681 7.45445 11.5362 7.32155L10.1879 5.96294C10.1874 5.96243 10.1869 5.96192 10.1863 5.96141C8.35038 4.13615 5.40178 3.91854 3.56073 5.5746L3.55948 5.57573C3.08731 5.99841 2.70627 6.51292 2.43966 7.08783C2.17305 7.66274 2.02645 8.28597 2.00883 8.91945C1.99121 9.55293 2.10294 10.1833 2.33718 10.7722C2.57143 11.361 2.92327 11.8959 3.37121 12.3442L11.9415 20.9145C11.9417 20.9147 11.9412 20.9142 11.9415 20.9145C11.9663 20.9387 12.0003 20.9529 12.035 20.9529C12.0697 20.9529 12.1037 20.9387 12.1285 20.9145Z"
fill="#1A181E" />
</svg>
<svg class="dkn-header-wishlist-icon-filled d-none" width="24" height="24" viewBox="0 0 24 24" fill="none"
xmlns="http://www.w3.org/2000/svg">
<path fill-rule="evenodd" clip-rule="evenodd"
d="M15.1523 3.40527C15.9186 3.10041 16.7391 2.955 17.5636 2.97793C18.3881 3.00086 19.1992 3.19166 19.9474 3.53865C20.6954 3.88553 21.3649 4.38122 21.9149 4.99545C24.1366 7.4661 23.7564 11.2628 21.4773 13.5532L13.1199 21.9107L12.623 21.4137L13.1175 21.913C12.8295 22.1983 12.4404 22.3584 12.035 22.3584C11.6295 22.3584 11.2405 22.1983 10.9524 21.913L10.95 21.9107L2.37722 13.3378C1.79422 12.7544 1.33612 12.0581 1.03125 11.2917C0.726385 10.5253 0.580976 9.70484 0.603908 8.88037C0.62684 8.05591 0.817632 7.24478 1.16463 6.49654C1.5115 5.74855 2.00719 5.07912 2.62143 4.52911C5.09208 2.30735 8.88873 2.68762 11.1792 4.96664L11.1823 4.96976L12.0352 5.82918L13.1045 4.75287L13.1063 4.75106C13.6897 4.16806 14.3859 3.71014 15.1523 3.40527ZM12.1285 20.9145L20.481 12.5619C22.3072 10.726 22.5257 7.77614 20.8694 5.93476L20.8682 5.9335C20.4456 5.46133 19.931 5.0803 19.3561 4.81369C18.7812 4.54707 18.158 4.40048 17.5245 4.38286C16.891 4.36524 16.2606 4.47696 15.6718 4.71121C15.0833 4.9453 14.5487 5.29684 14.1006 5.74437L14.0998 5.74524L12.5335 7.32181C12.4015 7.45465 12.222 7.52932 12.0348 7.52927C11.8476 7.52922 11.6681 7.45445 11.5362 7.32155L10.1879 5.96294L10.1863 5.96141C8.35038 4.13616 5.40178 3.91854 3.56073 5.5746L3.55948 5.57573C3.08731 5.99841 2.70627 6.51292 2.43966 7.08783C2.17305 7.66274 2.02645 8.28597 2.00883 8.91945C1.99121 9.55293 2.10294 10.1833 2.33718 10.7722C2.57143 11.361 2.92327 11.8959 3.37121 12.3442L11.9415 20.9145C11.9663 20.9387 12.0003 20.9529 12.035 20.9529C12.0697 20.9529 12.1037 20.9387 12.1285 20.9145Z"
fill="var(--primary)" />
<path
d="M8.5 4L11.9997 6.5L17.4997 3.5L21.4997 5.5L22.4997 9L21.4997 13L11.9997 22L1.4997 11.5L0.999696 8L3.9997 4.5L8.5 4Z"
fill="var(--primary)" />
</svg>
</div>
<!-- bag -->
<div class="me-4">
<a href="/royalstar4/bag" class="position-relative">
<!-- <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
<g clip-path="url(#clip0_1133_521)">
<path fill-rule="evenodd" clip-rule="evenodd"
d="M3.92004 6H20.08V6.8L20.0838 6.00001C20.4751 6.00185 20.8523 6.14611 21.1449 6.40583C21.4376 6.66555 21.6256 7.02296 21.6739 7.41124L21.6752 7.42178L23.095 20.22C23.095 20.2202 23.0949 20.2198 23.095 20.22C23.1201 20.4429 23.0982 20.6691 23.0305 20.8829C22.9628 21.0969 22.8507 21.2943 22.7017 21.4622C22.5527 21.63 22.37 21.7647 22.1656 21.8573C21.9611 21.95 21.7394 21.9986 21.515 22L21.51 22H2.48512C2.26064 21.9986 2.03897 21.95 1.83452 21.8573C1.63005 21.7647 1.44738 21.63 1.29836 21.4622C1.14935 21.2943 1.03732 21.0969 0.969571 20.8829C0.901936 20.6693 0.879936 20.4438 0.904991 20.2211C0.905033 20.2207 0.905076 20.2204 0.905119 20.22L2.32609 7.41123C2.37439 7.02295 2.56251 6.66555 2.85515 6.40583C3.1478 6.14611 3.52501 6.00185 3.91628 6.00001L3.92004 6ZM20.0767 7.6H3.92342C3.92113 7.6001 3.91893 7.60098 3.91721 7.60251C3.91565 7.60389 3.91458 7.60571 3.91411 7.60771L2.49496 20.4H21.5051L20.086 7.60771C20.0855 7.60571 20.0844 7.60389 20.0829 7.60251C20.0812 7.60098 20.079 7.6001 20.0767 7.6Z"
fill="#1A181E" />
<path fill-rule="evenodd" clip-rule="evenodd"
d="M12 3.6C11.1513 3.6 10.3374 3.93714 9.73727 4.53726C9.13715 5.13737 8.80001 5.95131 8.80001 6.8C8.80001 7.24183 8.44184 7.6 8.00001 7.6C7.55818 7.6 7.20001 7.24183 7.20001 6.8C7.20001 5.52696 7.70573 4.30606 8.6059 3.40589C9.50607 2.50571 10.727 2 12 2C13.2731 2 14.4939 2.50571 15.3941 3.40589C16.2943 4.30606 16.8 5.52696 16.8 6.8C16.8 7.24183 16.4418 7.6 16 7.6C15.5582 7.6 15.2 7.24183 15.2 6.8C15.2 5.95131 14.8629 5.13737 14.2628 4.53726C13.6626 3.93714 12.8487 3.6 12 3.6Z"
fill="#1A181E" />
</g>
<defs>
<clipPath id="clip0_1133_521">
<rect width="24" height="24" fill="white" />
</clipPath>
</defs>
</svg> -->
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
<path fill-rule="evenodd" clip-rule="evenodd"
d="M7.99999 20.7C7.8343 20.7 7.69999 20.8344 7.69999 21C7.69999 21.1657 7.8343 21.3 7.99999 21.3C8.16567 21.3 8.29999 21.1657 8.29999 21C8.29999 20.8344 8.16567 20.7 7.99999 20.7ZM6.29999 21C6.29999 20.0612 7.0611 19.3 7.99999 19.3C8.93887 19.3 9.69999 20.0612 9.69999 21C9.69999 21.9389 8.93887 22.7 7.99999 22.7C7.0611 22.7 6.29999 21.9389 6.29999 21Z"
fill="#1A181E" />
<path fill-rule="evenodd" clip-rule="evenodd"
d="M19 20.7C18.8343 20.7 18.7 20.8344 18.7 21C18.7 21.1657 18.8343 21.3 19 21.3C19.1657 21.3 19.3 21.1657 19.3 21C19.3 20.8344 19.1657 20.7 19 20.7ZM17.3 21C17.3 20.0612 18.0611 19.3 19 19.3C19.9389 19.3 20.7 20.0612 20.7 21C20.7 21.9389 19.9389 22.7 19 22.7C18.0611 22.7 17.3 21.9389 17.3 21Z"
fill="#1A181E" />
<path
d="M2.04999 2.05005H4.04999L6.70999 14.47C6.80757 14.9249 7.06066 15.3315 7.4257 15.6199C7.79074 15.9083 8.24489 16.0604 8.70999 16.05H18.49C18.9452 16.0493 19.3865 15.8933 19.741 15.6079C20.0956 15.3224 20.3421 14.9246 20.44 14.48L22.09 7.05005H5.11999"
stroke="#1A181E" stroke-width="1.4" stroke-linecap="round" stroke-linejoin="round" />
</svg>
<span class="bubble header-bubble d-flex position-absolute justify-content-center align-items-center hidden"
style="top: -10px;
right: -5px" data-subscribe="products" data-entity-type="bag-count"></span>
</a>
</div>
<!-- account icon -->
<div onclick="initDukaanAuth(redirectToAccount)" role="button">
<!-- <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
<g clip-path="url(#clip0_1133_517)">
<path fill-rule="evenodd" clip-rule="evenodd"
d="M12 3.75C9.1005 3.75 6.75 6.1005 6.75 9C6.75 11.8995 9.1005 14.25 12 14.25C14.8995 14.25 17.25 11.8995 17.25 9C17.25 6.1005 14.8995 3.75 12 3.75ZM5.25 9C5.25 5.27208 8.27208 2.25 12 2.25C15.7279 2.25 18.75 5.27208 18.75 9C18.75 12.7279 15.7279 15.75 12 15.75C8.27208 15.75 5.25 12.7279 5.25 9Z"
fill="#1A181E" />
<path fill-rule="evenodd" clip-rule="evenodd"
d="M12.0001 15.7493C10.2885 15.7493 8.60702 16.1999 7.12474 17.0557C5.64246 17.9116 4.41161 19.1426 3.55593 20.625C3.34886 20.9838 2.89017 21.1067 2.53144 20.8997C2.1727 20.6926 2.04975 20.2339 2.25682 19.8752C3.24415 18.1647 4.66435 16.7443 6.37468 15.7567C8.085 14.7692 10.0252 14.2493 12.0001 14.2493C13.9751 14.2493 15.9153 14.7692 17.6256 15.7567C19.3359 16.7443 20.7561 18.1647 21.7434 19.8752C21.9505 20.2339 21.8276 20.6926 21.4688 20.8997C21.1101 21.1067 20.6514 20.9838 20.4443 20.625C19.5886 19.1426 18.3578 17.9116 16.8755 17.0557C15.3932 16.1999 13.7118 15.7493 12.0001 15.7493Z"
fill="#1A181E" />
</g>
<defs>
<clipPath id="clip0_1133_517">
<rect width="24" height="24" fill="white" />
</clipPath>
</defs>
</svg> -->
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
<path fill-rule="evenodd" clip-rule="evenodd"
d="M5.67659 15.6766C6.55801 14.7952 7.75347 14.3 8.99999 14.3H15C16.2465 14.3 17.442 14.7952 18.3234 15.6766C19.2048 16.5581 19.7 17.7535 19.7 19V21C19.7 21.3866 19.3866 21.7 19 21.7C18.6134 21.7 18.3 21.3866 18.3 21V19C18.3 18.1248 17.9523 17.2855 17.3334 16.6666C16.7146 16.0477 15.8752 15.7 15 15.7H8.99999C8.12477 15.7 7.28541 16.0477 6.66654 16.6666C6.04767 17.2855 5.69999 18.1248 5.69999 19V21C5.69999 21.3866 5.38659 21.7 4.99999 21.7C4.61339 21.7 4.29999 21.3866 4.29999 21V19C4.29999 17.7535 4.79516 16.5581 5.67659 15.6766Z"
fill="#1A181E" />
<path fill-rule="evenodd" clip-rule="evenodd"
d="M12 3.70005C10.1774 3.70005 8.69999 5.17751 8.69999 7.00005C8.69999 8.82259 10.1774 10.3 12 10.3C13.8225 10.3 15.3 8.82259 15.3 7.00005C15.3 5.17751 13.8225 3.70005 12 3.70005ZM7.29999 7.00005C7.29999 4.40431 9.40425 2.30005 12 2.30005C14.5957 2.30005 16.7 4.40431 16.7 7.00005C16.7 9.59579 14.5957 11.7 12 11.7C9.40425 11.7 7.29999 9.59579 7.29999 7.00005Z"
fill="#1A181E" />
</svg>
</div>
</div>
</div>
</div>
</div>
</header>
<!-- header for mobile -->
<header id="dkn-mobile-header" class="header-section sticky-top bg-white d-lg-none d-block scroller-mob-header"
style="z-index: 1500;">
<div class="header-outer-wrapper">
<div class="header-main py-12">
<div class="container py-0 d-flex justify-content-between align-items-center gap-1">
<button class="dkn-mobile-menu-hamburger px-0 bg-transparent border-none" data-bs-toggle="offcanvas"
data-bs-target="#dknHeaderHamburgerMenu" aria-controls="dknHeaderHamburgerMenu">

<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
<path fill-rule="evenodd" clip-rule="evenodd"
d="M2.25 12C2.25 11.5858 2.58579 11.25 3 11.25H21C21.4142 11.25 21.75 11.5858 21.75 12C21.75 12.4142 21.4142 12.75 21 12.75H3C2.58579 12.75 2.25 12.4142 2.25 12Z"
fill="#1A181E" />
<path fill-rule="evenodd" clip-rule="evenodd"
d="M2.25 6C2.25 5.58579 2.58579 5.25 3 5.25H21C21.4142 5.25 21.75 5.58579 21.75 6C21.75 6.41421 21.4142 6.75 21 6.75H3C2.58579 6.75 2.25 6.41421 2.25 6Z"
fill="#1A181E" />
<path fill-rule="evenodd" clip-rule="evenodd"
d="M2.25 18C2.25 17.5858 2.58579 17.25 3 17.25H21C21.4142 17.25 21.75 17.5858 21.75 18C21.75 18.4142 21.4142 18.75 21 18.75H3C2.58579 18.75 2.25 18.4142 2.25 18Z"
fill="#1A181E" />
</svg>
</button>
<div class="header-logo">
<a href="/" class="d-flex align-items-center">
<img id="logo" class="me-2" src="https://dukaan.b-cdn.net/200x200/webp/upload_file_service/5861b9a1-87f2-4c57-83c8-874866fcc7b3/high-resolution-logo.png" onerror="imageOnError(event)"
style="max-height: 48px" />

</a>
</div>
<div onclick="openSearchDrawer()" class="d-flex">
<svg data-bs-toggle="offcanvas" data-bs-target="#offcanvasRight" aria-controls="offcanvasRight" onclick="initSearchBar()" width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
<g clip-path="url(#clip0_1133_2097)">
<path fill-rule="evenodd" clip-rule="evenodd"
d="M10.875 3.75C6.93997 3.75 3.75 6.93997 3.75 10.875C3.75 14.81 6.93997 18 10.875 18C14.81 18 18 14.81 18 10.875C18 6.93997 14.81 3.75 10.875 3.75ZM2.25 10.875C2.25 6.11154 6.11154 2.25 10.875 2.25C15.6385 2.25 19.5 6.11154 19.5 10.875C19.5 15.6385 15.6385 19.5 10.875 19.5C6.11154 19.5 2.25 15.6385 2.25 10.875Z"
fill="#1A181E" />
<path fill-rule="evenodd" clip-rule="evenodd"
d="M15.9133 15.9135C16.2062 15.6206 16.681 15.6206 16.9739 15.9135L21.5302 20.4698C21.8231 20.7627 21.8231 21.2375 21.5302 21.5304C21.2373 21.8233 20.7624 21.8233 20.4695 21.5304L15.9133 16.9742C15.6204 16.6813 15.6204 16.2064 15.9133 15.9135Z"
fill="#1A181E" />
</g>
<defs>
<clipPath id="clip0_1133_2097">
<rect width="24" height="24" fill="white" />
</clipPath>
</defs>
</svg>
</div>
</div>
</div>
</div>
</header>
<!-- hamburger sidebar MENU-->
<div id="dknHeaderHamburgerMenu" class="offcanvas offcanvas-start offcanvas-lg-end h-100 border-none p-0 bg-white"
tabindex="-1" aria-labelledby="offcanvasLeftLabel" style="background-color: var(--light-grey);
z-index: 2005">




<div class="offcanvas-header px-4 pt-4"
id="offcanvasLeftMenu">
<div style="border-bottom:1px solid var(--black-90)"
class="py-12 d-flex pb-3 pb-lg-4 justify-content-between align-items-center w-100">
<h4 class="offcanvas-title text-primary font-bold text-black12"
id="offcanvasRightLabel">Menu</h4>
<button type="button"
style="background-color: transparent !important;
border: none !important"
class="px-0 d-flex justify-content-center align-items-center"
data-bs-dismiss="offcanvas"
aria-label="Close"
onclick="removeOverflowFromBody()">
<svg color="#1A181E"
width="24"
height="24"
viewBox="0 0 24 24"
fill="none"
xmlns="http://www.w3.org/2000/svg">
<path fill-rule="evenodd" clip-rule="evenodd" d="M19.2803 4.71967C19.5732 5.01256 19.5732 5.48744 19.2803 5.78033L5.78033 19.2803C5.48744 19.5732 5.01256 19.5732 4.71967 19.2803C4.42678 18.9874 4.42678 18.5126 4.71967 18.2197L18.2197 4.71967C18.5126 4.42678 18.9874 4.42678 19.2803 4.71967Z" fill="currentColor"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M4.71967 4.71967C5.01256 4.42678 5.48744 4.42678 5.78033 4.71967L19.2803 18.2197C19.5732 18.5126 19.5732 18.9874 19.2803 19.2803C18.9874 19.5732 18.5126 19.5732 18.2197 19.2803L4.71967 5.78033C4.42678 5.48744 4.42678 5.01256 4.71967 4.71967Z" fill="currentColor"/>
</svg>
</button>
</div>
</div>
<div class="offcanvas-body d-flex flex-column justify-content-between p-0 border-none">
<div class="px-4">
<div class="mobile-nav-items font-regular mb-3 menu-sidebar-item default-menu-sidebar-item d-none">
<a href="/"
class="text-black12">Home</a>
</div>
<div class="mobile-nav-items font-regular mb-3 default-menu-sidebar-item d-none">
<div class="accordion mb-3"
id="shop-dropdown">
<!-- shop | category list shown here -->
<div class="accordion-item">
<div class="accordion-header menu-sidebar-item d-flex align-items-center justify-content-between"
id="shop-dropdown-heading">
<a style="background-color: transparent !important;
border: none !important;
color: var(--black-12)">
Shop
</a>
<span class="collapse-icon-wrapper accordion-button collapsed"
type="button"
data-bs-toggle="collapse"
style="color: var(--black-12) !important"
data-bs-target="#shop-dropdown-collapse"
aria-expanded="false"
aria-controls="shop-dropdown-collapse">
<svg width="24"
height="24"
viewBox="0 0 24 24"
fill="none"
xmlns="http://www.w3.org/2000/svg">
<path fill-rule="evenodd" clip-rule="evenodd" d="M3.83709 8.33709C4.2032 7.97097 4.7968 7.97097 5.16291 8.33709L12 15.1742L18.8371 8.33709C19.2032 7.97097 19.7968 7.97097 20.1629 8.33709C20.529 8.7032 20.529 9.2968 20.1629 9.66291L12.6629 17.1629C12.2968 17.529 11.7032 17.529 11.3371 17.1629L3.83709 9.66291C3.47097 9.2968 3.47097 8.7032 3.83709 8.33709Z" fill="#1A181E"/>
</svg>
</span>
</div>
<div id="shop-dropdown-collapse"
class="accordion-collapse collapse hide px-2"
aria-labelledby="shop-dropdown-heading"
data-bs-parent="#shop-dropdown">
<div class="accordion-body mt-2">

<div class="d-flex gap-2 mb-2">
<a href="/categories/matte-tempered-glass"
class="text-black12">
<div class="d-flex align-items-center">
<div class="category-name text-18-32 ms-1">Matte Tempered glass</div>
</div>
</a>
</div>

<div class="d-flex gap-2 mb-2">
<a href="/categories/super-glass"
class="text-black12">
<div class="d-flex align-items-center">
<div class="category-name text-18-32 ms-1">Super Glass</div>
</div>
</a>
</div>

<div class="d-flex gap-2 mb-2">
<a href="/categories/braided-cable"
class="text-black12">
<div class="d-flex align-items-center">
<div class="category-name text-18-32 ms-1">Braided cable</div>
</div>
</a>
</div>

<div class="d-flex gap-2 mb-2">
<a href="/categories/infinix-433"
class="text-black12">
<div class="d-flex align-items-center">
<div class="category-name text-18-32 ms-1">Infinix</div>
</div>
</a>
</div>

<div class="d-flex gap-2 mb-2">
<a href="/categories/iqoo"
class="text-black12">
<div class="d-flex align-items-center">
<div class="category-name text-18-32 ms-1">iQOO</div>
</div>
</a>
</div>

<div class="d-flex gap-2 mb-2">
<a href="/categories/nothing"
class="text-black12">
<div class="d-flex align-items-center">
<div class="category-name text-18-32 ms-1">Nothing</div>
</div>
</a>
</div>

<div class="d-flex gap-2 mb-2">
<a href="/categories/google-460"
class="text-black12">
<div class="d-flex align-items-center">
<div class="category-name text-18-32 ms-1">Google</div>
</div>
</a>
</div>

<div class="d-flex gap-2 mb-2">
<a href="/categories/samsung-6451"
class="text-black12">
<div class="d-flex align-items-center">
<div class="category-name text-18-32 ms-1">Samsung</div>
</div>
</a>
</div>

<div class="d-flex gap-2 mb-2">
<a href="/categories/xiaomi-355"
class="text-black12">
<div class="d-flex align-items-center">
<div class="category-name text-18-32 ms-1">Xiaomi</div>
</div>
</a>
</div>

<div class="d-flex gap-2 mb-2">
<a href="/categories/vivo-5342"
class="text-black12">
<div class="d-flex align-items-center">
<div class="category-name text-18-32 ms-1">Vivo</div>
</div>
</a>
</div>

</div>
</div>
</div>
</div>
</div>
<a class="dkn-wishlist-page-navigation-button hidden default-menu-sidebar-item"
onclick="closeMobileModal('dknHeaderHamburgerMenu'); initDukaanAuth(redirectToWishlistPage)">
<div class="mobile-nav-items menu-sidebar-item mb-3 mt-2 text-black12">Wishlist</div>
</a>
<a class="default-menu-sidebar-item"
onclick="closeMobileModal('dknHeaderHamburgerMenu'); initDukaanAuth(redirectToAccount)">
<div class="mobile-nav-items mb-3 mt-2 text-black12 menu-sidebar-item">Account</div>
</a>
<a class="default-menu-sidebar-item store-locator-link dkn-store-locator-link hidden" href="/store-locator">
<div data-menu-id="store-locator" class="mobile-nav-items mb-3 mt-2 text-black12 menu-sidebar-item"
style="color: var(--black-30)">
Store locator
</div>
</a>




<div class="accordion-item py-1 ps-0 mobile-nav-items mb-3">
<div class="accordion-header menu-sidebar-item d-flex align-items-center justify-content-between"
id="panelsStayOpen-headingfirstLevel-1">
<a target="_blank"
data-language="false"
href="https://royalstar.co.in/"
data-button=""
style="background-color: transparent !important;
border: none !important;
color: var(--black-12)"
class="lineClamp">
Product
</a>

<span class="collapse-icon-wrapper accordion-button collapsed"
type="button"
data-bs-toggle="collapse"
data-bs-target="#panelsStayOpen-collapsefirstLevel-1"
aria-expanded="false"
aria-controls="panelsStayOpen-collapsefirstLevel-1">
<svg width="24"
height="24"
viewBox="0 0 24 24"
fill="none"
xmlns="http://www.w3.org/2000/svg">
<path fill-rule="evenodd" clip-rule="evenodd" d="M3.83709 8.33709C4.2032 7.97097 4.7968 7.97097 5.16291 8.33709L12 15.1742L18.8371 8.33709C19.2032 7.97097 19.7968 7.97097 20.1629 8.33709C20.529 8.7032 20.529 9.2968 20.1629 9.66291L12.6629 17.1629C12.2968 17.529 11.7032 17.529 11.3371 17.1629L3.83709 9.66291C3.47097 9.2968 3.47097 8.7032 3.83709 8.33709Z" fill="var(--black-12)"/>
</svg>
</span>

</div>
<div id="panelsStayOpen-collapsefirstLevel-1"
class="accordion-collapse collapse hide"
aria-labelledby="panelsStayOpen-headingfirstLevel-1">
<div class="accordion-body d-flex flex-column">
<!-- accordion body -->


<!-- calling macro again -->



<div class="accordion-item py-1 ps-3 mobile-nav-items mb-0">
<div class="accordion-header menu-sidebar-item d-flex align-items-center justify-content-between"
id="panelsStayOpen-headingfirstLevel-child-1">
<a target=""
data-language="false"
href="/categories/tempered-glass"
data-button="tempered-glass"
style="background-color: transparent !important;
border: none !important;
color: var(--black-12)"
class="lineClamp">
Tempered Glass
</a>

<span class="collapse-icon-wrapper accordion-button collapsed"
type="button"
data-bs-toggle="collapse"
data-bs-target="#panelsStayOpen-collapsefirstLevel-child-1"
aria-expanded="false"
aria-controls="panelsStayOpen-collapsefirstLevel-child-1">
<svg width="24"
height="24"
viewBox="0 0 24 24"
fill="none"
xmlns="http://www.w3.org/2000/svg">
<path fill-rule="evenodd" clip-rule="evenodd" d="M3.83709 8.33709C4.2032 7.97097 4.7968 7.97097 5.16291 8.33709L12 15.1742L18.8371 8.33709C19.2032 7.97097 19.7968 7.97097 20.1629 8.33709C20.529 8.7032 20.529 9.2968 20.1629 9.66291L12.6629 17.1629C12.2968 17.529 11.7032 17.529 11.3371 17.1629L3.83709 9.66291C3.47097 9.2968 3.47097 8.7032 3.83709 8.33709Z" fill="var(--black-12)"/>
</svg>
</span>

</div>
<div id="panelsStayOpen-collapsefirstLevel-child-1"
class="accordion-collapse collapse hide"
aria-labelledby="panelsStayOpen-headingfirstLevel-child-1">
<div class="accordion-body d-flex flex-column">
<!-- accordion body -->


<!-- calling macro again -->



<div class="mobile-nav-items font-regular mb-1 ps-3 menu-sidebar-item">
<a target="_blank"
data-language="false"
href="https://royalstar.co.in/categories/tempered-glass"
data-button=""
style="background-color: transparent !important;
border: none !important;
color: var(--black-12)">
Full Tempered Glass
</a>
</div>



<!-- calling macro again -->



<div class="mobile-nav-items font-regular mb-1 ps-3 menu-sidebar-item">
<a target=""
data-language="false"
href="/categories/full-glue-curved-tempered-glass"
data-button="full-glue-curved-tempered-glass"
style="background-color: transparent !important;
border: none !important;
color: var(--black-12)">
Full Glue Curved Tempered Glass
</a>
</div>



<!-- calling macro again -->



<div class="mobile-nav-items font-regular mb-1 ps-3 menu-sidebar-item">
<a target=""
data-language="false"
href="/categories/uv-tempered-glass"
data-button="uv-tempered-glass"
style="background-color: transparent !important;
border: none !important;
color: var(--black-12)">
UV Tempered Glass
</a>
</div>



<!-- calling macro again -->



<div class="mobile-nav-items font-regular mb-1 ps-3 menu-sidebar-item">
<a target=""
data-language="false"
href="/categories/privacy-tempered-glass"
data-button="privacy-tempered-glass"
style="background-color: transparent !important;
border: none !important;
color: var(--black-12)">
Privacy Tempered Glass
</a>
</div>



<!-- calling macro again -->



<div class="mobile-nav-items font-regular mb-1 ps-3 menu-sidebar-item">
<a target=""
data-language="false"
href="/categories/matte-uv-tempered-glass"
data-button="matte-uv-tempered-glass"
style="background-color: transparent !important;
border: none !important;
color: var(--black-12)">
Matte Uv Tempered Glass
</a>
</div>



<!-- calling macro again -->



<div class="mobile-nav-items font-regular mb-1 ps-3 menu-sidebar-item">
<a target=""
data-language="false"
href="/categories/privacy-uv-tempered-glass"
data-button="privacy-uv-tempered-glass"
style="background-color: transparent !important;
border: none !important;
color: var(--black-12)">
Privacy UV Tempered Glass
</a>
</div>



<!-- calling macro again -->



<div class="mobile-nav-items font-regular mb-1 ps-3 menu-sidebar-item">
<a target=""
data-language="false"
href="/categories/tempered-glass-apple-iphone-16"
data-button="tempered-glass-apple-iphone-16"
style="background-color: transparent !important;
border: none !important;
color: var(--black-12)">
Tempered Glass Apple iPhone 16
</a>
</div>



<!-- calling macro again -->



<div class="mobile-nav-items font-regular mb-1 ps-3 menu-sidebar-item">
<a target=""
data-language="false"
href="/categories/flexible-non-breakable-screen-guard"
data-button="flexible-non-breakable-screen-guard"
style="background-color: transparent !important;
border: none !important;
color: var(--black-12)">
Flexible Non Breakable Screen Guard
</a>
</div>




</div>
</div>
</div>



<!-- calling macro again -->



<div class="accordion-item py-1 ps-3 mobile-nav-items mb-0">
<div class="accordion-header menu-sidebar-item d-flex align-items-center justify-content-between"
id="panelsStayOpen-headingfirstLevel-child-2">
<a target=""
data-language="false"
href="/categories/camera-protector"
data-button="camera-protector"
style="background-color: transparent !important;
border: none !important;
color: var(--black-12)"
class="lineClamp">
Camera Protector
</a>

<span class="collapse-icon-wrapper accordion-button collapsed"
type="button"
data-bs-toggle="collapse"
data-bs-target="#panelsStayOpen-collapsefirstLevel-child-2"
aria-expanded="false"
aria-controls="panelsStayOpen-collapsefirstLevel-child-2">
<svg width="24"
height="24"
viewBox="0 0 24 24"
fill="none"
xmlns="http://www.w3.org/2000/svg">
<path fill-rule="evenodd" clip-rule="evenodd" d="M3.83709 8.33709C4.2032 7.97097 4.7968 7.97097 5.16291 8.33709L12 15.1742L18.8371 8.33709C19.2032 7.97097 19.7968 7.97097 20.1629 8.33709C20.529 8.7032 20.529 9.2968 20.1629 9.66291L12.6629 17.1629C12.2968 17.529 11.7032 17.529 11.3371 17.1629L3.83709 9.66291C3.47097 9.2968 3.47097 8.7032 3.83709 8.33709Z" fill="var(--black-12)"/>
</svg>
</span>

</div>
<div id="panelsStayOpen-collapsefirstLevel-child-2"
class="accordion-collapse collapse hide"
aria-labelledby="panelsStayOpen-headingfirstLevel-child-2">
<div class="accordion-body d-flex flex-column">
<!-- accordion body -->


<!-- calling macro again -->



<div class="mobile-nav-items font-regular mb-1 ps-3 menu-sidebar-item">
<a target=""
data-language="false"
href="/categories/camera-cap"
data-button="camera-cap"
style="background-color: transparent !important;
border: none !important;
color: var(--black-12)">
Camera Cap
</a>
</div>



<!-- calling macro again -->



<div class="mobile-nav-items font-regular mb-1 ps-3 menu-sidebar-item">
<a target=""
data-language="false"
href="/categories/alloy-metal-camera-ring"
data-button="alloy-metal-camera-ring"
style="background-color: transparent !important;
border: none !important;
color: var(--black-12)">
Alloy Metal Camera Ring
</a>
</div>




</div>
</div>
</div>



<!-- calling macro again -->



<div class="accordion-item py-1 ps-3 mobile-nav-items mb-0">
<div class="accordion-header menu-sidebar-item d-flex align-items-center justify-content-between"
id="panelsStayOpen-headingfirstLevel-child-3">
<a target="_blank"
data-language="false"
href="https://royalstar.co.in/"
data-button=""
style="background-color: transparent !important;
border: none !important;
color: var(--black-12)"
class="lineClamp">
Mobile Cover
</a>

<span class="collapse-icon-wrapper accordion-button collapsed"
type="button"
data-bs-toggle="collapse"
data-bs-target="#panelsStayOpen-collapsefirstLevel-child-3"
aria-expanded="false"
aria-controls="panelsStayOpen-collapsefirstLevel-child-3">
<svg width="24"
height="24"
viewBox="0 0 24 24"
fill="none"
xmlns="http://www.w3.org/2000/svg">
<path fill-rule="evenodd" clip-rule="evenodd" d="M3.83709 8.33709C4.2032 7.97097 4.7968 7.97097 5.16291 8.33709L12 15.1742L18.8371 8.33709C19.2032 7.97097 19.7968 7.97097 20.1629 8.33709C20.529 8.7032 20.529 9.2968 20.1629 9.66291L12.6629 17.1629C12.2968 17.529 11.7032 17.529 11.3371 17.1629L3.83709 9.66291C3.47097 9.2968 3.47097 8.7032 3.83709 8.33709Z" fill="var(--black-12)"/>
</svg>
</span>

</div>
<div id="panelsStayOpen-collapsefirstLevel-child-3"
class="accordion-collapse collapse hide"
aria-labelledby="panelsStayOpen-headingfirstLevel-child-3">
<div class="accordion-body d-flex flex-column">
<!-- accordion body -->


<!-- calling macro again -->



<div class="mobile-nav-items font-regular mb-1 ps-3 menu-sidebar-item">
<a target=""
data-language="false"
href="/categories/back-cover"
data-button="back-cover"
style="background-color: transparent !important;
border: none !important;
color: var(--black-12)">
Back Cover
</a>
</div>



<!-- calling macro again -->



<div class="mobile-nav-items font-regular mb-1 ps-3 menu-sidebar-item">
<a target=""
data-language="false"
href="/categories/flip-cover"
data-button="flip-cover"
style="background-color: transparent !important;
border: none !important;
color: var(--black-12)">
Flip Cover
</a>
</div>



<!-- calling macro again -->



<div class="mobile-nav-items font-regular mb-1 ps-3 menu-sidebar-item">
<a target=""
data-language="false"
href="/categories/silicon-back-cover-case"
data-button="silicon-back-cover-case"
style="background-color: transparent !important;
border: none !important;
color: var(--black-12)">
Silicon Back Cover Case
</a>
</div>




</div>
</div>
</div>



<!-- calling macro again -->



<div class="accordion-item py-1 ps-3 mobile-nav-items mb-0">
<div class="accordion-header menu-sidebar-item d-flex align-items-center justify-content-between"
id="panelsStayOpen-headingfirstLevel-child-4">
<a target="_blank"
data-language="false"
href="https://royalstar.co.in/"
data-button=""
style="background-color: transparent !important;
border: none !important;
color: var(--black-12)"
class="lineClamp">
Membrane
</a>

<span class="collapse-icon-wrapper accordion-button collapsed"
type="button"
data-bs-toggle="collapse"
data-bs-target="#panelsStayOpen-collapsefirstLevel-child-4"
aria-expanded="false"
aria-controls="panelsStayOpen-collapsefirstLevel-child-4">
<svg width="24"
height="24"
viewBox="0 0 24 24"
fill="none"
xmlns="http://www.w3.org/2000/svg">
<path fill-rule="evenodd" clip-rule="evenodd" d="M3.83709 8.33709C4.2032 7.97097 4.7968 7.97097 5.16291 8.33709L12 15.1742L18.8371 8.33709C19.2032 7.97097 19.7968 7.97097 20.1629 8.33709C20.529 8.7032 20.529 9.2968 20.1629 9.66291L12.6629 17.1629C12.2968 17.529 11.7032 17.529 11.3371 17.1629L3.83709 9.66291C3.47097 9.2968 3.47097 8.7032 3.83709 8.33709Z" fill="var(--black-12)"/>
</svg>
</span>

</div>
<div id="panelsStayOpen-collapsefirstLevel-child-4"
class="accordion-collapse collapse hide"
aria-labelledby="panelsStayOpen-headingfirstLevel-child-4">
<div class="accordion-body d-flex flex-column">
<!-- accordion body -->


<!-- calling macro again -->



<div class="mobile-nav-items font-regular mb-1 ps-3 menu-sidebar-item">
<a target=""
data-language="false"
href="/categories/back-membrane"
data-button="back-membrane"
style="background-color: transparent !important;
border: none !important;
color: var(--black-12)">
Back membrane
</a>
</div>



<!-- calling macro again -->



<div class="mobile-nav-items font-regular mb-1 ps-3 menu-sidebar-item">
<a target=""
data-language="false"
href="/categories/matt-finish-front-membrane"
data-button="matt-finish-front-membrane"
style="background-color: transparent !important;
border: none !important;
color: var(--black-12)">
Matt Finish Front Membrane
</a>
</div>



<!-- calling macro again -->



<div class="mobile-nav-items font-regular mb-1 ps-3 menu-sidebar-item">
<a target=""
data-language="false"
href="/categories/clear-front-membrane"
data-button="clear-front-membrane"
style="background-color: transparent !important;
border: none !important;
color: var(--black-12)">
Clear Front Membrane
</a>
</div>




</div>
</div>
</div>



<!-- calling macro again -->



<div class="mobile-nav-items font-regular mb-1 ps-3 menu-sidebar-item">
<a target=""
data-language="false"
href="/categories/data-cable"
data-button="data-cable"
style="background-color: transparent !important;
border: none !important;
color: var(--black-12)">
Data Cable
</a>
</div>



<!-- calling macro again -->



<div class="mobile-nav-items font-regular mb-1 ps-3 menu-sidebar-item">
<a target=""
data-language="false"
href="/categories/earbuds"
data-button="earbuds"
style="background-color: transparent !important;
border: none !important;
color: var(--black-12)">
Earbuds
</a>
</div>



<!-- calling macro again -->



<div class="mobile-nav-items font-regular mb-1 ps-3 menu-sidebar-item">
<a target=""
data-language="false"
href="/categories/neckband"
data-button="neckband"
style="background-color: transparent !important;
border: none !important;
color: var(--black-12)">
Neckband
</a>
</div>




</div>
</div>
</div>







<div class="accordion-item py-1 ps-0 mobile-nav-items mb-3">
<div class="accordion-header menu-sidebar-item d-flex align-items-center justify-content-between"
id="panelsStayOpen-headingfirstLevel-2">
<a target="_blank"
data-language="false"
href="https://royalstar.co.in/"
data-button=""
style="background-color: transparent !important;
border: none !important;
color: var(--black-12)"
class="lineClamp">
Brand
</a>

<span class="collapse-icon-wrapper accordion-button collapsed"
type="button"
data-bs-toggle="collapse"
data-bs-target="#panelsStayOpen-collapsefirstLevel-2"
aria-expanded="false"
aria-controls="panelsStayOpen-collapsefirstLevel-2">
<svg width="24"
height="24"
viewBox="0 0 24 24"
fill="none"
xmlns="http://www.w3.org/2000/svg">
<path fill-rule="evenodd" clip-rule="evenodd" d="M3.83709 8.33709C4.2032 7.97097 4.7968 7.97097 5.16291 8.33709L12 15.1742L18.8371 8.33709C19.2032 7.97097 19.7968 7.97097 20.1629 8.33709C20.529 8.7032 20.529 9.2968 20.1629 9.66291L12.6629 17.1629C12.2968 17.529 11.7032 17.529 11.3371 17.1629L3.83709 9.66291C3.47097 9.2968 3.47097 8.7032 3.83709 8.33709Z" fill="var(--black-12)"/>
</svg>
</span>

</div>
<div id="panelsStayOpen-collapsefirstLevel-2"
class="accordion-collapse collapse hide"
aria-labelledby="panelsStayOpen-headingfirstLevel-2">
<div class="accordion-body d-flex flex-column">
<!-- accordion body -->


<!-- calling macro again -->



<div class="mobile-nav-items font-regular mb-1 ps-3 menu-sidebar-item">
<a target=""
data-language="false"
href="/categories/apple"
data-button="apple"
style="background-color: transparent !important;
border: none !important;
color: var(--black-12)">
Apple
</a>
</div>



<!-- calling macro again -->



<div class="mobile-nav-items font-regular mb-1 ps-3 menu-sidebar-item">
<a target=""
data-language="false"
href="/categories/google-460"
data-button="google-460"
style="background-color: transparent !important;
border: none !important;
color: var(--black-12)">
Google
</a>
</div>



<!-- calling macro again -->



<div class="mobile-nav-items font-regular mb-1 ps-3 menu-sidebar-item">
<a target=""
data-language="false"
href="/categories/infinix-433"
data-button="infinix-433"
style="background-color: transparent !important;
border: none !important;
color: var(--black-12)">
Infinix
</a>
</div>



<!-- calling macro again -->



<div class="mobile-nav-items font-regular mb-1 ps-3 menu-sidebar-item">
<a target=""
data-language="false"
href="/categories/iqoo"
data-button="iqoo"
style="background-color: transparent !important;
border: none !important;
color: var(--black-12)">
iQOO
</a>
</div>



<!-- calling macro again -->



<div class="mobile-nav-items font-regular mb-1 ps-3 menu-sidebar-item">
<a target=""
data-language="false"
href="/categories/motorola-213"
data-button="motorola-213"
style="background-color: transparent !important;
border: none !important;
color: var(--black-12)">
Motorola
</a>
</div>



<!-- calling macro again -->



<div class="mobile-nav-items font-regular mb-1 ps-3 menu-sidebar-item">
<a target=""
data-language="false"
href="/categories/nothing"
data-button="nothing"
style="background-color: transparent !important;
border: none !important;
color: var(--black-12)">
Nothing
</a>
</div>



<!-- calling macro again -->



<div class="mobile-nav-items font-regular mb-1 ps-3 menu-sidebar-item">
<a target=""
data-language="false"
href="/categories/oneplus-821"
data-button="oneplus-821"
style="background-color: transparent !important;
border: none !important;
color: var(--black-12)">
OnePlus
</a>
</div>



<!-- calling macro again -->



<div class="mobile-nav-items font-regular mb-1 ps-3 menu-sidebar-item">
<a target=""
data-language="false"
href="/categories/oppo-3962"
data-button="oppo-3962"
style="background-color: transparent !important;
border: none !important;
color: var(--black-12)">
Oppo
</a>
</div>



<!-- calling macro again -->



<div class="mobile-nav-items font-regular mb-1 ps-3 menu-sidebar-item">
<a target=""
data-language="false"
href="/categories/realme-4670"
data-button="realme-4670"
style="background-color: transparent !important;
border: none !important;
color: var(--black-12)">
Realme
</a>
</div>



<!-- calling macro again -->



<div class="mobile-nav-items font-regular mb-1 ps-3 menu-sidebar-item">
<a target=""
data-language="false"
href="/categories/samsung-6451"
data-button="samsung-6451"
style="background-color: transparent !important;
border: none !important;
color: var(--black-12)">
Samsung
</a>
</div>



<!-- calling macro again -->



<div class="mobile-nav-items font-regular mb-1 ps-3 menu-sidebar-item">
<a target=""
data-language="false"
href="/categories/vivo-5342"
data-button="vivo-5342"
style="background-color: transparent !important;
border: none !important;
color: var(--black-12)">
Vivo
</a>
</div>



<!-- calling macro again -->



<div class="mobile-nav-items font-regular mb-1 ps-3 menu-sidebar-item">
<a target=""
data-language="false"
href="/categories/xiaomi-355"
data-button="xiaomi-355"
style="background-color: transparent !important;
border: none !important;
color: var(--black-12)">
Xiaomi
</a>
</div>




</div>
</div>
</div>






<div class="mobile-nav-items font-regular mb-3 menu-sidebar-item">
<a target="_blank"
data-language="false"
href="https://royalstar.shiprocket.co/tracking"
data-button=""
style="background-color: transparent !important;
border: none !important;
color: var(--black-12)">
Track Shipment
</a>
</div>





<div class="mobile-nav-items font-regular mb-3 menu-sidebar-item">
<a target=""
data-language="false"
href="/p/media-coverage"
data-button="media-coverage"
style="background-color: transparent !important;
border: none !important;
color: var(--black-12)">
Media Coverage
</a>
</div>





<div class="mobile-nav-items font-regular mb-3 menu-sidebar-item">
<a target=""
data-language="false"
href="/p/request-account-and-data-deletion"
data-button="request-account-and-data-deletion"
style="background-color: transparent !important;
border: none !important;
color: var(--black-12)">
Request Account &amp; Data Deletion
</a>
</div>





<div class="mobile-nav-items font-regular mb-3 menu-sidebar-item">
<a target=""
data-language="false"
href="/blog"
data-button="dkn-blog"
style="background-color: transparent !important;
border: none !important;
color: var(--black-12)">
Blog
</a>
</div>





<div class="mobile-nav-items font-regular mb-3 menu-sidebar-item">
<a target=""
data-language="true"
href="#"
data-button=""
style="background-color: transparent !important;
border: none !important;
color: var(--black-12)">
Change store language
</a>
</div>



</div>
<!-- social media links -->

<div style="border-top:1px solid var(--black-90);
position: sticky;
bottom: 0;
background: var(--white-100)"
class="mx-4">
<div class="links-wrapper d-flex flex-row justify-content-center flex-sm-row my-4">

<a href="https://instagram.com/royalstar.co.in/"
class="font-16 d-flex align-items-center"
style="color: var(--white);
margin-right: 20px"
target="_blank">
<svg width="25"
height="24"
viewBox="0 0 25 24"
fill="none"
xmlns="http://www.w3.org/2000/svg">
<g clip-path="url(#clip0_1136_8074)">
<path fill-rule="evenodd" clip-rule="evenodd" d="M12.5 9C10.8431 9 9.5 10.3431 9.5 12C9.5 13.6569 10.8431 15 12.5 15C14.1569 15 15.5 13.6569 15.5 12C15.5 10.3431 14.1569 9 12.5 9ZM8 12C8 9.51472 10.0147 7.5 12.5 7.5C14.9853 7.5 17 9.51472 17 12C17 14.4853 14.9853 16.5 12.5 16.5C10.0147 16.5 8 14.4853 8 12Z" fill="#1A181E"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M8.375 4.125C6.30393 4.125 4.625 5.80393 4.625 7.875V16.125C4.625 18.1961 6.30393 19.875 8.375 19.875H16.625C18.6961 19.875 20.375 18.1961 20.375 16.125V7.875C20.375 5.80393 18.6961 4.125 16.625 4.125H8.375ZM3.125 7.875C3.125 4.9755 5.4755 2.625 8.375 2.625H16.625C19.5245 2.625 21.875 4.9755 21.875 7.875V16.125C21.875 19.0245 19.5245 21.375 16.625 21.375H8.375C5.4755 21.375 3.125 19.0245 3.125 16.125V7.875Z" fill="#1A181E"/>
<path d="M17.375 8.25C17.9963 8.25 18.5 7.74632 18.5 7.125C18.5 6.50368 17.9963 6 17.375 6C16.7537 6 16.25 6.50368 16.25 7.125C16.25 7.74632 16.7537 8.25 17.375 8.25Z" fill="#1A181E"/>
</g>
<defs>
<clipPath id="clip0_1136_8074">
<rect width="24" height="24" fill="white" transform="translate(0.5)"/>
</clipPath>
</defs>
</svg>

</a>

<!-- pinterest -->

<a href="https://pinterest.com/royalstarcoin/"
class="font-16 d-flex align-items-center"
style="color: var(--white);
margin-right: 20px"
target="_blank">
<svg width="25"
height="24"
viewBox="0 0 25 24"
fill="none"
xmlns="http://www.w3.org/2000/svg">
<g clip-path="url(#clip0_1136_8072)">
<path fill-rule="evenodd" clip-rule="evenodd" d="M11.9219 7.52011C12.3252 7.61498 12.5751 8.01875 12.4802 8.42195L9.48023 21.1719C9.38536 21.5752 8.98159 21.8251 8.57839 21.7302C8.17519 21.6354 7.92523 21.2316 8.02011 20.8284L11.0201 8.07839C11.115 7.67519 11.5187 7.42523 11.9219 7.52011Z" fill="#1A181E"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M13.6463 3.85977C12.608 3.68083 11.5421 3.74746 10.5341 4.05433C9.52613 4.3612 8.60397 4.8998 7.84146 5.62699C7.07896 6.35419 6.49728 7.2498 6.143 8.24213C5.78872 9.23446 5.67166 10.296 5.80122 11.3416C5.93077 12.3873 6.30332 13.3882 6.88906 14.264C7.11932 14.6083 7.02685 15.0741 6.68254 15.3044C6.33822 15.5346 5.87244 15.4422 5.64218 15.0979C4.92628 14.0274 4.47094 12.8041 4.3126 11.5261C4.15426 10.248 4.29732 8.95063 4.73033 7.73778C5.16334 6.52493 5.87428 5.4303 6.80623 4.5415C7.73819 3.6527 8.86527 2.99442 10.0973 2.61936C11.3293 2.24429 12.632 2.16285 13.9011 2.38156C15.1702 2.60027 16.3705 3.11306 17.4059 3.87887C18.4413 4.64468 19.283 5.64225 19.8637 6.79173C20.4444 7.94121 20.7479 9.21067 20.75 10.4985L20.75 10.4997C20.75 15.03 17.4414 17.9997 14 17.9997C12.3191 17.9997 11.1769 17.4402 10.448 16.8394C10.0889 16.5434 9.83867 16.2448 9.6753 16.0139C9.59352 15.8984 9.53301 15.7991 9.49107 15.7247C9.47007 15.6874 9.45366 15.6562 9.4415 15.6322C9.43541 15.6201 9.43039 15.6099 9.42637 15.6015L9.42111 15.5904L9.41903 15.5859L9.41814 15.5839L9.41772 15.583C9.41752 15.5826 9.41733 15.5822 10.1 15.2716L9.41733 15.5822C9.24579 15.2051 9.41237 14.7604 9.7894 14.5889C10.164 14.4185 10.6053 14.5818 10.7793 14.9536C10.7793 14.9536 10.7793 14.9536 10.7793 14.9536C10.7795 14.9541 10.7798 14.9547 10.7802 14.9554C10.7827 14.9603 10.7885 14.9717 10.798 14.9885C10.817 15.0222 10.8502 15.0775 10.8997 15.1474C10.9988 15.2875 11.1611 15.4833 11.402 15.6819C11.873 16.0701 12.6809 16.4997 14 16.4997C16.5585 16.4997 19.2497 14.2572 19.25 10.5003C19.2482 9.44683 18.9999 8.4084 18.5249 7.46809C18.0497 6.52761 17.3611 5.71142 16.5139 5.08484C15.6668 4.45827 14.6847 4.03872 13.6463 3.85977Z" fill="#1A181E"/>
</g>
<defs>
<clipPath id="clip0_1136_8072">
<rect width="24" height="24" fill="white" transform="translate(0.5)"/>
</clipPath>
</defs>
</svg>

</a>

<!-- LinkedIn -->

<a href="https://linkedin.com/royalstar-coin"
class="font-16 d-flex align-items-center"
style="color: var(--white);
margin-right: 20px"
target="_blank">
<svg width="25"
height="24"
viewBox="0 0 25 24"
fill="none"
xmlns="http://www.w3.org/2000/svg">
<g clip-path="url(#clip0_1136_8073)">
<path fill-rule="evenodd" clip-rule="evenodd" d="M3.125 4.125C3.125 3.29657 3.79657 2.625 4.625 2.625H20.375C21.2034 2.625 21.875 3.29657 21.875 4.125V19.875C21.875 20.7034 21.2034 21.375 20.375 21.375H4.625C3.79657 21.375 3.125 20.7034 3.125 19.875V4.125ZM20.375 4.125H4.625V19.875H20.375V4.125Z" fill="#1A181E"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M11.75 9.75C12.1642 9.75 12.5 10.0858 12.5 10.5V16.5C12.5 16.9142 12.1642 17.25 11.75 17.25C11.3358 17.25 11 16.9142 11 16.5V10.5C11 10.0858 11.3358 9.75 11.75 9.75Z" fill="#1A181E"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M8.75 9.75C9.16421 9.75 9.5 10.0858 9.5 10.5V16.5C9.5 16.9142 9.16421 17.25 8.75 17.25C8.33579 17.25 8 16.9142 8 16.5V10.5C8 10.0858 8.33579 9.75 8.75 9.75Z" fill="#1A181E"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M14.375 11.25C13.8777 11.25 13.4008 11.4475 13.0492 11.7992C12.6975 12.1508 12.5 12.6277 12.5 13.125C12.5 13.5392 12.1642 13.875 11.75 13.875C11.3358 13.875 11 13.5392 11 13.125C11 12.2299 11.3556 11.3715 11.9885 10.7385C12.6214 10.1056 13.4799 9.75 14.375 9.75C15.2701 9.75 16.1286 10.1056 16.7615 10.7385C17.3944 11.3715 17.75 12.2299 17.75 13.125V16.5C17.75 16.9142 17.4142 17.25 17 17.25C16.5858 17.25 16.25 16.9142 16.25 16.5V13.125C16.25 12.6277 16.0525 12.1508 15.7008 11.7992C15.3492 11.4475 14.8723 11.25 14.375 11.25Z" fill="#1A181E"/>
<path d="M8.75 8.625C9.37132 8.625 9.875 8.12132 9.875 7.5C9.875 6.87868 9.37132 6.375 8.75 6.375C8.12868 6.375 7.625 6.87868 7.625 7.5C7.625 8.12132 8.12868 8.625 8.75 8.625Z" fill="#1A181E"/>
</g>
<defs>
<clipPath id="clip0_1136_8073">
<rect width="24" height="24" fill="white" transform="translate(0.5)"/>
</clipPath>
</defs>
</svg>

</a>


<a href="https://www.youtube.com/@RoyalStarMobileAccessories"
class="font-16 d-flex align-items-center"
style="color: var(--white);
margin-right: 20px"
target="_blank">
<svg width="25"
height="24"
viewBox="0 0 25 24"
fill="none"
xmlns="http://www.w3.org/2000/svg">
<g clip-path="url(#clip0_1136_8070)">
<path fill-rule="evenodd" clip-rule="evenodd" d="M10.6461 8.33875C10.89 8.20823 11.1859 8.22254 11.416 8.37596L15.916 11.376C16.1247 11.5151 16.25 11.7492 16.25 12C16.25 12.2508 16.1247 12.4849 15.916 12.624L11.416 15.624C11.1859 15.7775 10.89 15.7918 10.6461 15.6613C10.4022 15.5307 10.25 15.2766 10.25 15V9C10.25 8.7234 10.4022 8.46926 10.6461 8.33875ZM11.75 10.4014V13.5986L14.1479 12L11.75 10.4014Z" fill="#1A181E"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M12.4989 3.78714L12.4862 3.78711L12.4391 3.78713C12.3983 3.78722 12.3387 3.78752 12.2623 3.78833C12.1096 3.78995 11.8892 3.79363 11.6154 3.80185C11.0684 3.81826 10.3059 3.85287 9.44276 3.92575C7.7355 4.06989 5.56196 4.36904 3.88856 5.00843L3.87754 5.01274C3.54883 5.14431 3.25565 5.3513 3.02164 5.617C2.78762 5.8827 2.61933 6.19968 2.53033 6.54238L2.5296 6.5452C2.29605 7.45912 2 9.15388 2 11.9997C2 14.8454 2.29605 16.5402 2.5296 17.4541L2.53033 17.4569C2.61933 17.7996 2.78762 18.1166 3.02164 18.3823C3.25565 18.648 3.54883 18.855 3.87754 18.9866L3.88856 18.9909C5.56196 19.6303 7.7355 19.9294 9.44276 20.0736C10.3059 20.1464 11.0684 20.181 11.6154 20.1975C11.8892 20.2057 12.1096 20.2094 12.2623 20.211C12.3387 20.2118 12.3983 20.2121 12.4391 20.2122L12.4862 20.2122L12.4989 20.2122H12.5011L12.5138 20.2122L12.5609 20.2122C12.6017 20.2121 12.6613 20.2118 12.7377 20.211C12.8904 20.2094 13.1108 20.2057 13.3846 20.1975C13.9316 20.181 14.6941 20.1464 15.5572 20.0736C17.2645 19.9294 19.438 19.6303 21.1114 18.9909L21.1225 18.9866C21.4512 18.855 21.7444 18.648 21.9784 18.3823C22.2124 18.1166 22.3807 17.7996 22.4697 17.4569L22.4704 17.4541C22.704 16.5402 23 14.8454 23 11.9997C23 9.15388 22.704 7.45912 22.4704 6.5452L22.4697 6.54238C22.3807 6.19968 22.2124 5.8827 21.9784 5.617C21.7444 5.3513 21.4512 5.14431 21.1225 5.01274L21.1114 5.00843C19.438 4.36904 17.2645 4.06989 15.5572 3.92575C14.6941 3.85287 13.9316 3.81826 13.3846 3.80185C13.1108 3.79363 12.8904 3.78995 12.7377 3.78833C12.6613 3.78752 12.6017 3.78722 12.5609 3.78713L12.5138 3.78711L12.5011 3.78714H12.4989ZM12.4961 18.7122L12.5041 18.7121L12.5065 18.7122L12.5163 18.7122L12.5575 18.7122C12.5944 18.7121 12.6497 18.7118 12.7217 18.7111C12.8658 18.7095 13.0764 18.706 13.3396 18.6981C13.8662 18.6823 14.6008 18.649 15.431 18.5789C17.1081 18.4373 19.1031 18.1511 20.5697 17.5921C20.6783 17.5478 20.7752 17.4789 20.8527 17.3909C20.9311 17.3019 20.9875 17.1958 21.0175 17.0811C21.2152 16.307 21.5 14.7395 21.5 11.9997C21.5 9.25976 21.2152 7.69229 21.0175 6.91816C20.9875 6.80347 20.9311 6.69738 20.8527 6.60841C20.7752 6.52037 20.6783 6.45151 20.5697 6.40721C19.1031 5.84819 17.1081 5.56202 15.431 5.42043C14.6008 5.35034 13.8662 5.31698 13.3396 5.30117C13.0764 5.29327 12.8658 5.28977 12.7217 5.28825C12.6497 5.28748 12.5944 5.28721 12.5575 5.28713L12.5163 5.28711L12.5065 5.28713L12.4959 5.28719L12.4935 5.28713L12.4837 5.28711L12.4425 5.28713C12.4056 5.28721 12.3503 5.28748 12.2783 5.28825C12.1342 5.28977 11.9236 5.29327 11.6604 5.30117C11.1338 5.31698 10.3992 5.35034 9.56896 5.42043C7.89193 5.56202 5.89693 5.84819 4.43029 6.4072C4.32171 6.45151 4.22484 6.52037 4.1473 6.60841C4.06892 6.6974 4.01247 6.80351 3.98248 6.91823C3.7848 7.69239 3.5 9.25985 3.5 11.9997C3.5 14.7394 3.7848 16.3069 3.98248 17.0811C4.01247 17.1958 4.06891 17.3019 4.1473 17.3909C4.22484 17.4789 4.32171 17.5478 4.43029 17.5921C5.89692 18.1511 7.89192 18.4373 9.56896 18.5789C10.3992 18.649 11.1338 18.6823 11.6604 18.6981C11.9236 18.706 12.1342 18.7095 12.2783 18.7111C12.3503 18.7118 12.4056 18.7121 12.4425 18.7122L12.4837 18.7122L12.4935 18.7122L12.4961 18.7122Z" fill="#1A181E"/>
</g>
<defs>
<clipPath id="clip0_1136_8070">
<rect width="24" height="24" fill="white" transform="translate(0.5)"/>
</clipPath>
</defs>
</svg>

</a>


<a href="https://twitter.com/royalstarcoin"
class="font-16 d-flex align-items-center"
style="color: var(--white);
margin-right: 20px"
target="_blank">
<svg width="25"
height="24"
viewBox="0 0 25 24"
fill="none"
xmlns="http://www.w3.org/2000/svg">
<path d="M6.99638 21.0002C3.68638 21.0002 2.71638 19.6902 2.61638 19.5402C2.55527 19.4467 2.51552 19.3409 2.49996 19.2302C2.48441 19.1196 2.49343 19.0069 2.52638 18.9002C2.56249 18.7926 2.62138 18.694 2.69904 18.6111C2.77669 18.5283 2.87129 18.4632 2.97638 18.4202C4.36472 17.8632 5.61902 17.018 6.65638 15.9402C4.98638 14.7502 1.25638 11.2302 2.50638 4.3702C2.53117 4.23536 2.59151 4.10958 2.68117 4.00586C2.77082 3.90214 2.88655 3.82424 3.01638 3.7802C3.15105 3.74355 3.29321 3.7447 3.42727 3.7835C3.56133 3.82231 3.68212 3.89728 3.77638 4.0002C5.76238 5.88832 8.15814 7.29154 10.7764 8.1002V7.5002C10.7732 6.90592 10.8882 6.31694 11.1148 5.76756C11.3415 5.21818 11.6751 4.71938 12.0964 4.3002C12.8291 3.57258 13.7906 3.1204 14.8184 3.02018C15.8461 2.91996 16.8769 3.17784 17.7364 3.7502C18.3139 4.13699 18.796 4.64989 19.1464 5.2502H21.9964C22.1442 5.2492 22.2889 5.29248 22.4119 5.37447C22.5349 5.45645 22.6305 5.57339 22.6864 5.7102C22.744 5.84734 22.7596 5.99853 22.7311 6.14454C22.7026 6.29056 22.6314 6.4248 22.5264 6.5302L19.6964 9.3602C19.4232 12.5389 17.9664 15.4991 15.6144 17.6548C13.2625 19.8105 10.1868 21.0044 6.99638 21.0002ZM4.81638 19.2102C5.52323 19.4211 6.25898 19.519 6.99638 19.5002C9.85698 19.5115 12.6142 18.4317 14.7064 16.4807C16.7985 14.5298 18.0681 11.8546 18.2564 9.0002C18.2682 8.81859 18.3465 8.6477 18.4764 8.5202L20.2264 6.7702H18.7264C18.5803 6.76945 18.4375 6.7266 18.3151 6.6468C18.1928 6.56699 18.096 6.4536 18.0364 6.3202C17.8039 5.77668 17.416 5.31397 16.9214 4.99017C16.4268 4.66637 15.8475 4.49591 15.2564 4.5002C14.459 4.51071 13.6949 4.82136 13.1164 5.3702C12.8401 5.65134 12.622 5.98415 12.4744 6.34963C12.3269 6.71511 12.2528 7.10608 12.2564 7.5002V9.0002C12.2562 9.10923 12.2318 9.21687 12.1852 9.31541C12.1385 9.41394 12.0706 9.50095 11.9864 9.5702C11.9034 9.63828 11.8074 9.68852 11.7041 9.71777C11.6009 9.74702 11.4927 9.75466 11.3864 9.7402C8.58429 9.1454 5.97525 7.85979 3.79638 6.0002C3.25638 12.5802 8.02638 15.0502 8.07638 15.0802C8.17297 15.1262 8.25809 15.1932 8.32555 15.2762C8.39301 15.3592 8.44112 15.4562 8.46638 15.5602C8.49536 15.663 8.50142 15.7709 8.48414 15.8763C8.46686 15.9817 8.42666 16.082 8.36638 16.1702C7.43979 17.4497 6.22323 18.4915 4.81638 19.2102Z" fill="#1A181E"/>
</svg>
</a>


<a href="https://facebook.com/RoyalStar.co.in/"
class="font-16 d-flex align-items-center"
style="color: var(--white);
margin-right: 20px"
target="_blank">
<svg width="25"
height="24"
viewBox="0 0 25 24"
fill="none"
xmlns="http://www.w3.org/2000/svg">
<path d="M12.5 21.75C10.5716 21.75 8.68657 21.1782 7.08319 20.1068C5.47982 19.0355 4.23013 17.5127 3.49218 15.7312C2.75422 13.9496 2.56114 11.9892 2.93735 10.0979C3.31355 8.20656 4.24215 6.46927 5.60571 5.10571C6.96927 3.74215 8.70656 2.81355 10.5979 2.43735C12.4892 2.06114 14.4496 2.25422 16.2312 2.99218C18.0127 3.73013 19.5355 4.97982 20.6068 6.58319C21.6782 8.18657 22.25 10.0716 22.25 12C22.2474 14.5851 21.2193 17.0635 19.3914 18.8914C17.5635 20.7193 15.0851 21.7474 12.5 21.75ZM12.5 3.75C10.8683 3.75 9.27326 4.23386 7.91655 5.14038C6.55984 6.0469 5.50242 7.33538 4.878 8.84287C4.25358 10.3504 4.0902 12.0092 4.40853 13.6095C4.72685 15.2098 5.51259 16.6799 6.66637 17.8336C7.82016 18.9874 9.29017 19.7732 10.8905 20.0915C12.4909 20.4098 14.1497 20.2464 15.6571 19.622C17.1646 18.9976 18.4531 17.9402 19.3596 16.5835C20.2661 15.2268 20.75 13.6317 20.75 12C20.7474 9.81278 19.8773 7.7159 18.3307 6.1693C16.7841 4.62269 14.6872 3.75265 12.5 3.75Z" fill="#1A181E"/>
<path d="M12.5 21.7503C12.3019 21.7477 12.1127 21.6679 11.9726 21.5278C11.8325 21.3877 11.7526 21.1984 11.75 21.0003V10.5003C11.7484 10.1064 11.8231 9.71582 11.97 9.3503C12.1227 8.97709 12.3469 8.63738 12.63 8.3503C12.9147 8.06668 13.2553 7.84534 13.63 7.7003C13.9872 7.5628 14.3674 7.49491 14.75 7.5003H16.25C16.4489 7.5003 16.6397 7.57931 16.7804 7.71997C16.921 7.86062 17 8.05138 17 8.2503C17 8.44921 16.921 8.63997 16.7804 8.78063C16.6397 8.92128 16.4489 9.0003 16.25 9.0003H14.75C14.5521 9.00585 14.3563 9.04299 14.17 9.1103C13.8093 9.27108 13.5208 9.55958 13.36 9.9203C13.289 10.1055 13.2517 10.3019 13.25 10.5003V21.0003C13.2474 21.1984 13.1676 21.3877 13.0275 21.5278C12.8874 21.6679 12.6981 21.7477 12.5 21.7503Z" fill="#1A181E"/>
<path d="M15.5002 14.2505H9.50023C9.29867 14.2505 9.10536 14.1704 8.96283 14.0279C8.82031 13.8853 8.74023 13.692 8.74023 13.4905C8.74023 13.2889 8.82031 13.0956 8.96283 12.9531C9.10536 12.8105 9.29867 12.7305 9.50023 12.7305H15.5002C15.7018 12.7305 15.8951 12.8105 16.0376 12.9531C16.1802 13.0956 16.2602 13.2889 16.2602 13.4905C16.2602 13.692 16.1802 13.8853 16.0376 14.0279C15.8951 14.1704 15.7018 14.2505 15.5002 14.2505Z" fill="#1A181E"/>
</svg>
</a>

</div>
</div>

</div>

</div>
<!-- mobile top bar -->
<div class="scroller-mob-topbar sticky-top d-lg-none d-none" style="background-color: var(--white)">
<div class="container py-3" style="border-bottom: 1px solid var(--black-90)">
<div>
<div class="d-flex justify-content-between mobile-top-nav align-items-center">
<div class="d-flex align-items-center" style="font-size: 18px;
line-height:26px">
<span class="d-inline-flex" onclick="handleBackClick()" role="button">
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
<g clip-path="url(#clip0_2190_4656)">
<path fill-rule="evenodd" clip-rule="evenodd"
d="M3 12C3 11.5858 3.33579 11.25 3.75 11.25H20.25C20.6642 11.25 21 11.5858 21 12C21 12.4142 20.6642 12.75 20.25 12.75H3.75C3.33579 12.75 3 12.4142 3 12Z"
fill="#1A181E" />
<path fill-rule="evenodd" clip-rule="evenodd"
d="M11.0303 4.71967C11.3232 5.01256 11.3232 5.48744 11.0303 5.78033L4.81066 12L11.0303 18.2197C11.3232 18.5126 11.3232 18.9874 11.0303 19.2803C10.7374 19.5732 10.2626 19.5732 9.96967 19.2803L3.21967 12.5303C2.92678 12.2374 2.92678 11.7626 3.21967 11.4697L9.96967 4.71967C10.2626 4.42678 10.7374 4.42678 11.0303 4.71967Z"
fill="#1A181E" />
</g>
<defs>
<clipPath id="clip0_2190_4656">
<rect width="24" height="24" fill="white" />
</clipPath>
</defs>
</svg>
</span>
<div class="d-flex flex-column" style="margin-left:12px">
<h4 class="line-clamp font-bold product-category-name"></h4>
<small class="product-count"></small>
</div>
</div>
<div class="d-flex align-items-center">
<!-- search -->
<button onclick="openSearchDrawer()" class="me-3 btn-transparent">
<svg class="header-search-icon" data-bs-toggle="offcanvas" data-bs-target="#offcanvasRight" aria-controls="offcanvasRight" onclick="initSearchBar()" width="24" height="24" viewBox="0 0 24 24" fill="none"
xmlns="http://www.w3.org/2000/svg">
<g clip-path="url(#clip0_1133_513)">
<path fill-rule="evenodd" clip-rule="evenodd"
d="M10.875 3.75C6.93997 3.75 3.75 6.93997 3.75 10.875C3.75 14.81 6.93997 18 10.875 18C14.81 18 18 14.81 18 10.875C18 6.93997 14.81 3.75 10.875 3.75ZM2.25 10.875C2.25 6.11154 6.11154 2.25 10.875 2.25C15.6385 2.25 19.5 6.11154 19.5 10.875C19.5 15.6385 15.6385 19.5 10.875 19.5C6.11154 19.5 2.25 15.6385 2.25 10.875Z"
fill="#1A181E" />
<path fill-rule="evenodd" clip-rule="evenodd"
d="M15.9133 15.9135C16.2062 15.6206 16.681 15.6206 16.9739 15.9135L21.5302 20.4698C21.8231 20.7627 21.8231 21.2375 21.5302 21.5304C21.2373 21.8233 20.7624 21.8233 20.4695 21.5304L15.9133 16.9742C15.6204 16.6813 15.6204 16.2064 15.9133 15.9135Z"
fill="#1A181E" />
</g>
<defs>
<clipPath id="clip0_1133_513">
<rect width="24" height="24" fill="white" />
</clipPath>
</defs>
</svg>
</button>
<!-- bag -->
<a href="/royalstar4/bag" class="position-relative me-3">
<!-- <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
<g clip-path="url(#clip0_2190_4666)">
<path fill-rule="evenodd" clip-rule="evenodd"
d="M7.2164 5.92399C7.36456 4.89743 7.8404 3.93892 8.58246 3.19686C9.48886 2.29046 10.7182 1.78125 12 1.78125C13.2819 1.78125 14.5112 2.29046 15.4176 3.19686C16.1597 3.93892 16.6355 4.89743 16.7837 5.92399H21.8535C22.0666 5.92532 22.2771 5.97145 22.4712 6.05942C22.6653 6.14739 22.8387 6.27522 22.9802 6.4346C23.1217 6.59399 23.228 6.78135 23.2923 6.98453C23.3566 7.18738 23.3774 7.40147 23.3536 7.61291L21.882 20.8782C21.8361 21.247 21.6574 21.5865 21.3795 21.8333C21.1015 22.08 20.7431 22.217 20.3715 22.2187L20.3682 21.5283V22.2188H3.63157L3.62833 22.2187C3.25665 22.217 2.89834 22.08 2.62035 21.8333C2.34236 21.5865 2.16373 21.247 2.11785 20.8782L2.11672 20.8691L0.646281 7.6139C0.622464 7.40243 0.643241 7.18741 0.70747 6.98453C0.77179 6.78135 0.878143 6.59398 1.01962 6.4346C1.16109 6.27522 1.33452 6.14739 1.52863 6.05942C1.72274 5.97145 1.93319 5.92532 2.1463 5.92401L2.15054 5.92399H7.2164ZM9.55891 4.17331C10.2063 3.52588 11.0844 3.16216 12 3.16216C12.9156 3.16216 13.7937 3.52588 14.4412 4.17331C14.9234 4.65552 15.2482 5.26568 15.3826 5.92399H8.6175C8.75188 5.26568 9.07671 4.65552 9.55891 4.17331ZM7.16685 7.3049V9.92863C7.16685 10.31 7.47598 10.6191 7.8573 10.6191C8.23863 10.6191 8.54776 10.31 8.54776 9.92863V7.3049H15.4523V9.92863C15.4523 10.31 15.7614 10.6191 16.1428 10.6191C16.5241 10.6191 16.8332 10.31 16.8332 9.92863V7.3049H21.8462C21.8652 7.30519 21.8839 7.30937 21.9012 7.3172C21.9188 7.3252 21.9346 7.33682 21.9474 7.35131C21.9603 7.3658 21.97 7.38283 21.9758 7.4013C21.9817 7.41978 21.9836 7.43927 21.9814 7.45852L21.9812 7.46008L20.5112 20.7104C20.5063 20.7452 20.4891 20.7771 20.4628 20.8004C20.4361 20.8242 20.4017 20.8375 20.3659 20.8378H3.63388C3.59813 20.8375 3.56372 20.8242 3.53697 20.8004C3.51067 20.7771 3.49353 20.7452 3.48856 20.7104L2.0186 7.46008L2.01842 7.45852C2.01624 7.43927 2.01814 7.41977 2.02399 7.4013C2.02983 7.38283 2.0395 7.3658 2.05236 7.35131C2.06522 7.33682 2.08099 7.3252 2.09864 7.3172C2.11591 7.30937 2.1346 7.30519 2.15356 7.3049H7.16685Z"
fill="#1A181E" />
</g>
<defs>
<clipPath id="clip0_2190_4666">
<rect width="24" height="24" fill="white" />
</clipPath>
</defs>
</svg> -->
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
<path fill-rule="evenodd" clip-rule="evenodd"
d="M7.99999 20.7C7.8343 20.7 7.69999 20.8344 7.69999 21C7.69999 21.1657 7.8343 21.3 7.99999 21.3C8.16567 21.3 8.29999 21.1657 8.29999 21C8.29999 20.8344 8.16567 20.7 7.99999 20.7ZM6.29999 21C6.29999 20.0612 7.0611 19.3 7.99999 19.3C8.93887 19.3 9.69999 20.0612 9.69999 21C9.69999 21.9389 8.93887 22.7 7.99999 22.7C7.0611 22.7 6.29999 21.9389 6.29999 21Z"
fill="#1A181E" />
<path fill-rule="evenodd" clip-rule="evenodd"
d="M19 20.7C18.8343 20.7 18.7 20.8344 18.7 21C18.7 21.1657 18.8343 21.3 19 21.3C19.1657 21.3 19.3 21.1657 19.3 21C19.3 20.8344 19.1657 20.7 19 20.7ZM17.3 21C17.3 20.0612 18.0611 19.3 19 19.3C19.9389 19.3 20.7 20.0612 20.7 21C20.7 21.9389 19.9389 22.7 19 22.7C18.0611 22.7 17.3 21.9389 17.3 21Z"
fill="#1A181E" />
<path
d="M2.04999 2.05005H4.04999L6.70999 14.47C6.80757 14.9249 7.06066 15.3315 7.4257 15.6199C7.79074 15.9083 8.24489 16.0604 8.70999 16.05H18.49C18.9452 16.0493 19.3865 15.8933 19.741 15.6079C20.0956 15.3224 20.3421 14.9246 20.44 14.48L22.09 7.05005H5.11999"
stroke="#1A181E" stroke-width="1.4" stroke-linecap="round" stroke-linejoin="round" />
</svg>
<span class="bubble header-bubble d-flex position-absolute justify-content-center align-items-center hidden" style="top: -10px;
right: -5px" data-subscribe="products" data-entity-type="bag-count"></span>
</a>
<!-- sidebar -->
<button class="dkn-mobile-menu-hamburger px-0" style="background-color: transparent;
border: none" data-bs-toggle="offcanvas" data-bs-target="#dknHeaderHamburgerMenu"
aria-controls="dknHeaderHamburgerMenu">
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
<path fill-rule="evenodd" clip-rule="evenodd"
d="M2.25 12C2.25 11.5858 2.58579 11.25 3 11.25H21C21.4142 11.25 21.75 11.5858 21.75 12C21.75 12.4142 21.4142 12.75 21 12.75H3C2.58579 12.75 2.25 12.4142 2.25 12Z"
fill="#1A181E" />
<path fill-rule="evenodd" clip-rule="evenodd"
d="M2.25 6C2.25 5.58579 2.58579 5.25 3 5.25H21C21.4142 5.25 21.75 5.58579 21.75 6C21.75 6.41421 21.4142 6.75 21 6.75H3C2.58579 6.75 2.25 6.41421 2.25 6Z"
fill="#1A181E" />
<path fill-rule="evenodd" clip-rule="evenodd"
d="M2.25 18C2.25 17.5858 2.58579 17.25 3 17.25H21C21.4142 17.25 21.75 17.5858 21.75 18C21.75 18.4142 21.4142 18.75 21 18.75H3C2.58579 18.75 2.25 18.4142 2.25 18Z"
fill="#1A181E" />
</svg>
</button>
</div>
</div>
</div>
</div>
</div>

<template id="header-all-category-card-template">
<li id="-dropdown" class="mb-2">
<a href>
<p class="sub-body text-wrap lineClamp2 header-dropdown-item font-medium"></p>
</a>
</li>
</template>
<main class="main">


<mobile-coupons></mobile-coupons>
<!-- hero banner -->

<!-- desktop banners -->
<section class="d-none d-lg-block p-0">
<div class="top-banner-section">
<section id="hero-splide" class="splide">
<div class="splide__arrows splide__arrows--ltr">
<button class="splide__arrow bg-white px-12-0 py-3 splide__arrow--prev" style="border-radius: 50%;
border: 1px solid #E5E5E5;
box-shadow: 0px 4px 20px rgba(26, 24, 30, 0.16);
width: 40px;
height: 40px;
opacity: 1" type="button" aria-label="Previous slide" aria-controls="splide-top-card-track">
<svg width="25" height="14" viewBox="0 0 25 14" fill="none" xmlns="http://www.w3.org/2000/svg">
<path fill-rule="evenodd" clip-rule="evenodd"
d="M24 7C24 7.55229 23.5523 8 23 8L1 8C0.447716 8 -1.44847e-07 7.55228 0 7C1.44847e-07 6.44771 0.447716 6 1 6L23 6C23.5523 6 24 6.44772 24 7Z"
fill="#1A181E" />
<path fill-rule="evenodd" clip-rule="evenodd"
d="M16.7939 13.7071C17.1844 14.0976 17.8176 14.0976 18.2081 13.7071L24.2081 7.70711C24.5986 7.31658 24.5986 6.68342 24.2081 6.29289L18.2081 0.292893C17.8176 -0.0976309 17.1844 -0.0976311 16.7939 0.292893C16.4033 0.683418 16.4033 1.31658 16.7939 1.70711L22.0868 7L16.7939 12.2929C16.4033 12.6834 16.4033 13.3166 16.7939 13.7071Z"
fill="#1A181E" />
</svg>
</button>
<button class="splide__arrow bg-white px-12-0 py-3 splide__arrow--next" style="border-radius: 50%;
border: 1px solid #E5E5E5;
box-shadow: 0px 4px 20px rgba(26, 24, 30, 0.16);
width: 40px;
height: 40px;
opacity: 1" type="button" aria-label="Next slide" aria-controls="splide-top-card-track">
<svg width="25" height="14" viewBox="0 0 25 14" fill="none" xmlns="http://www.w3.org/2000/svg">
<path fill-rule="evenodd" clip-rule="evenodd"
d="M24 7C24 7.55229 23.5523 8 23 8L1 8C0.447716 8 -1.44847e-07 7.55228 0 7C1.44847e-07 6.44771 0.447716 6 1 6L23 6C23.5523 6 24 6.44772 24 7Z"
fill="#1A181E" />
<path fill-rule="evenodd" clip-rule="evenodd"
d="M16.7939 13.7071C17.1844 14.0976 17.8176 14.0976 18.2081 13.7071L24.2081 7.70711C24.5986 7.31658 24.5986 6.68342 24.2081 6.29289L18.2081 0.292893C17.8176 -0.0976309 17.1844 -0.0976311 16.7939 0.292893C16.4033 0.683418 16.4033 1.31658 16.7939 1.70711L22.0868 7L16.7939 12.2929C16.4033 12.6834 16.4033 13.3166 16.7939 13.7071Z"
fill="#1A181E" />
</svg>
</button>
</div>
<div class="splide__track">
<ul class="splide__list">

<li class="splide__slide">
<a href="https://royalstar.co.in/search?query=magsafe"
target="_self">
<div class="image-wrapper d-flex align-items-center">
<img src="https://dukaan.b-cdn.net/1440x1440/webp/media/48d4b7c7-ca74-407c-98c9-4f29eaa724da.jpeg" class="w-100 h-auto"
alt="desktop banner" />
</div>

</a>
</li>

</ul>
</div>
</section>
</div>
</section>


<!-- Mobile Hero Banners -->

<section>
<div class="top-banner-section d-lg-none">
<section id="hero-splide-mobile" class="splide">
<div class="splide__arrows splide__arrows--ltr">
<button class="splide__arrow bg-white px-12-0 py-3 splide__arrow--prev" style="border-radius: 50%;
border: 1px solid #E5E5E5;
box-shadow: 0px 4px 20px rgba(26, 24, 30, 0.16);
width: 32px;
height: 32px;
opacity: 1" type="button" aria-label="Previous slide" aria-controls="splide-top-card-track">
<svg width="25" height="14" viewBox="0 0 25 14" fill="none" xmlns="http://www.w3.org/2000/svg">
<path fill-rule="evenodd" clip-rule="evenodd"
d="M24 7C24 7.55229 23.5523 8 23 8L1 8C0.447716 8 -1.44847e-07 7.55228 0 7C1.44847e-07 6.44771 0.447716 6 1 6L23 6C23.5523 6 24 6.44772 24 7Z"
fill="#1A181E" />
<path fill-rule="evenodd" clip-rule="evenodd"
d="M16.7939 13.7071C17.1844 14.0976 17.8176 14.0976 18.2081 13.7071L24.2081 7.70711C24.5986 7.31658 24.5986 6.68342 24.2081 6.29289L18.2081 0.292893C17.8176 -0.0976309 17.1844 -0.0976311 16.7939 0.292893C16.4033 0.683418 16.4033 1.31658 16.7939 1.70711L22.0868 7L16.7939 12.2929C16.4033 12.6834 16.4033 13.3166 16.7939 13.7071Z"
fill="#1A181E" />
</svg>
</button>
<button class="splide__arrow bg-white px-12-0 py-3 splide__arrow--next" style="border-radius: 50%;
border: 1px solid #E5E5E5;
box-shadow: 0px 4px 20px rgba(26, 24, 30, 0.16);
width: 32px;
height: 32px;
opacity: 1" type="button" aria-label="Next slide" aria-controls="splide-top-card-track">
<svg width="25" height="14" viewBox="0 0 25 14" fill="none" xmlns="http://www.w3.org/2000/svg">
<path fill-rule="evenodd" clip-rule="evenodd"
d="M24 7C24 7.55229 23.5523 8 23 8L1 8C0.447716 8 -1.44847e-07 7.55228 0 7C1.44847e-07 6.44771 0.447716 6 1 6L23 6C23.5523 6 24 6.44772 24 7Z"
fill="#1A181E" />
<path fill-rule="evenodd" clip-rule="evenodd"
d="M16.7939 13.7071C17.1844 14.0976 17.8176 14.0976 18.2081 13.7071L24.2081 7.70711C24.5986 7.31658 24.5986 6.68342 24.2081 6.29289L18.2081 0.292893C17.8176 -0.0976309 17.1844 -0.0976311 16.7939 0.292893C16.4033 0.683418 16.4033 1.31658 16.7939 1.70711L22.0868 7L16.7939 12.2929C16.4033 12.6834 16.4033 13.3166 16.7939 13.7071Z"
fill="#1A181E" />
</svg>
</button>
</div>
<div class="splide__track">
<ul class="splide__list">

<li class="splide__slide">
<a href="https://royalstar.co.in/search?query=magsafe"
target="_self">
<div class="image-wrapper d-flex align-items-center">
<img src="https://dukaan.b-cdn.net/800x800/webp/media/beee24ea-3441-443d-8226-1afce8487a7a.jpeg" class="" alt="mobile banner" />
</div>

</a>
</li>

</ul>
</div>
</section>
</div>
</section>

<!-- marque -->

<section class="marquee-wrapper-wrapper marquee-wrapper primary-bg">
<div class="marquee">
<div class="marquee-content d-flex align-items-center justify-content-center h-100 gap-3 gap-lg-32">

<div class="marquee-wrapper d-flex align-items-center w-auto">
<div class="d-flex align-items-center text-white marquee-text-1 text-nowrap">
COD Available | Same Day Dispatch | Delivery within 2 to 8 Working Days*
<span class="ps-32">
<svg width="12" height="12" viewBox="0 0 12 12" fill="none" xmlns="http://www.w3.org/2000/svg">
<circle cx="6" cy="6" r="6" fill="white" />
</svg>
</span>
</div>
</div>

<div class="marquee-wrapper d-flex align-items-center w-auto">
<div class="d-flex align-items-center text-white marquee-text-1 text-nowrap">
COD Available | Same Day Dispatch | Delivery within 2 to 8 Working Days*
<span class="ps-32">
<svg width="12" height="12" viewBox="0 0 12 12" fill="none" xmlns="http://www.w3.org/2000/svg">
<circle cx="6" cy="6" r="6" fill="white" />
</svg>
</span>
</div>
</div>

<div class="marquee-wrapper d-flex align-items-center w-auto">
<div class="d-flex align-items-center text-white marquee-text-1 text-nowrap">
COD Available | Same Day Dispatch | Delivery within 2 to 8 Working Days*
<span class="ps-32">
<svg width="12" height="12" viewBox="0 0 12 12" fill="none" xmlns="http://www.w3.org/2000/svg">
<circle cx="6" cy="6" r="6" fill="white" />
</svg>
</span>
</div>
</div>

<div class="marquee-wrapper d-flex align-items-center w-auto">
<div class="d-flex align-items-center text-white marquee-text-1 text-nowrap">
COD Available | Same Day Dispatch | Delivery within 2 to 8 Working Days*
<span class="ps-32">
<svg width="12" height="12" viewBox="0 0 12 12" fill="none" xmlns="http://www.w3.org/2000/svg">
<circle cx="6" cy="6" r="6" fill="white" />
</svg>
</span>
</div>
</div>

<div class="marquee-wrapper d-flex align-items-center w-auto">
<div class="d-flex align-items-center text-white marquee-text-1 text-nowrap">
COD Available | Same Day Dispatch | Delivery within 2 to 8 Working Days*
<span class="ps-32">
<svg width="12" height="12" viewBox="0 0 12 12" fill="none" xmlns="http://www.w3.org/2000/svg">
<circle cx="6" cy="6" r="6" fill="white" />
</svg>
</span>
</div>
</div>

<div class="marquee-wrapper d-flex align-items-center w-auto">
<div class="d-flex align-items-center text-white marquee-text-1 text-nowrap">
COD Available | Same Day Dispatch | Delivery within 2 to 8 Working Days*
<span class="ps-32">
<svg width="12" height="12" viewBox="0 0 12 12" fill="none" xmlns="http://www.w3.org/2000/svg">
<circle cx="6" cy="6" r="6" fill="white" />
</svg>
</span>
</div>
</div>

<div class="marquee-wrapper d-flex align-items-center w-auto">
<div class="d-flex align-items-center text-white marquee-text-1 text-nowrap">
COD Available | Same Day Dispatch | Delivery within 2 to 8 Working Days*
<span class="ps-32">
<svg width="12" height="12" viewBox="0 0 12 12" fill="none" xmlns="http://www.w3.org/2000/svg">
<circle cx="6" cy="6" r="6" fill="white" />
</svg>
</span>
</div>
</div>

<div class="marquee-wrapper d-flex align-items-center w-auto">
<div class="d-flex align-items-center text-white marquee-text-1 text-nowrap">
COD Available | Same Day Dispatch | Delivery within 2 to 8 Working Days*
<span class="ps-32">
<svg width="12" height="12" viewBox="0 0 12 12" fill="none" xmlns="http://www.w3.org/2000/svg">
<circle cx="6" cy="6" r="6" fill="white" />
</svg>
</span>
</div>
</div>

<div class="marquee-wrapper d-flex align-items-center w-auto">
<div class="d-flex align-items-center text-white marquee-text-1 text-nowrap">
COD Available | Same Day Dispatch | Delivery within 2 to 8 Working Days*
<span class="ps-32">
<svg width="12" height="12" viewBox="0 0 12 12" fill="none" xmlns="http://www.w3.org/2000/svg">
<circle cx="6" cy="6" r="6" fill="white" />
</svg>
</span>
</div>
</div>

<div class="marquee-wrapper d-flex align-items-center w-auto">
<div class="d-flex align-items-center text-white marquee-text-1 text-nowrap">
COD Available | Same Day Dispatch | Delivery within 2 to 8 Working Days*
<span class="ps-32">
<svg width="12" height="12" viewBox="0 0 12 12" fill="none" xmlns="http://www.w3.org/2000/svg">
<circle cx="6" cy="6" r="6" fill="white" />
</svg>
</span>
</div>
</div>

<div class="marquee-wrapper d-flex align-items-center w-auto">
<div class="d-flex align-items-center text-white marquee-text-1 text-nowrap">
COD Available | Same Day Dispatch | Delivery within 2 to 8 Working Days*
<span class="ps-32">
<svg width="12" height="12" viewBox="0 0 12 12" fill="none" xmlns="http://www.w3.org/2000/svg">
<circle cx="6" cy="6" r="6" fill="white" />
</svg>
</span>
</div>
</div>

<div class="marquee-wrapper d-flex align-items-center w-auto">
<div class="d-flex align-items-center text-white marquee-text-1 text-nowrap">
COD Available | Same Day Dispatch | Delivery within 2 to 8 Working Days*
<span class="ps-32">
<svg width="12" height="12" viewBox="0 0 12 12" fill="none" xmlns="http://www.w3.org/2000/svg">
<circle cx="6" cy="6" r="6" fill="white" />
</svg>
</span>
</div>
</div>

<div class="marquee-wrapper d-flex align-items-center w-auto">
<div class="d-flex align-items-center text-white marquee-text-1 text-nowrap">
COD Available | Same Day Dispatch | Delivery within 2 to 8 Working Days*
<span class="ps-32">
<svg width="12" height="12" viewBox="0 0 12 12" fill="none" xmlns="http://www.w3.org/2000/svg">
<circle cx="6" cy="6" r="6" fill="white" />
</svg>
</span>
</div>
</div>

<div class="marquee-wrapper d-flex align-items-center w-auto">
<div class="d-flex align-items-center text-white marquee-text-1 text-nowrap">
COD Available | Same Day Dispatch | Delivery within 2 to 8 Working Days*
<span class="ps-32">
<svg width="12" height="12" viewBox="0 0 12 12" fill="none" xmlns="http://www.w3.org/2000/svg">
<circle cx="6" cy="6" r="6" fill="white" />
</svg>
</span>
</div>
</div>

<div class="marquee-wrapper d-flex align-items-center w-auto">
<div class="d-flex align-items-center text-white marquee-text-1 text-nowrap">
COD Available | Same Day Dispatch | Delivery within 2 to 8 Working Days*
<span class="ps-32">
<svg width="12" height="12" viewBox="0 0 12 12" fill="none" xmlns="http://www.w3.org/2000/svg">
<circle cx="6" cy="6" r="6" fill="white" />
</svg>
</span>
</div>
</div>

<div class="marquee-wrapper d-flex align-items-center w-auto">
<div class="d-flex align-items-center text-white marquee-text-1 text-nowrap">
COD Available | Same Day Dispatch | Delivery within 2 to 8 Working Days*
<span class="ps-32">
<svg width="12" height="12" viewBox="0 0 12 12" fill="none" xmlns="http://www.w3.org/2000/svg">
<circle cx="6" cy="6" r="6" fill="white" />
</svg>
</span>
</div>
</div>

<div class="marquee-wrapper d-flex align-items-center w-auto">
<div class="d-flex align-items-center text-white marquee-text-1 text-nowrap">
COD Available | Same Day Dispatch | Delivery within 2 to 8 Working Days*
<span class="ps-32">
<svg width="12" height="12" viewBox="0 0 12 12" fill="none" xmlns="http://www.w3.org/2000/svg">
<circle cx="6" cy="6" r="6" fill="white" />
</svg>
</span>
</div>
</div>

<div class="marquee-wrapper d-flex align-items-center w-auto">
<div class="d-flex align-items-center text-white marquee-text-1 text-nowrap">
COD Available | Same Day Dispatch | Delivery within 2 to 8 Working Days*
<span class="ps-32">
<svg width="12" height="12" viewBox="0 0 12 12" fill="none" xmlns="http://www.w3.org/2000/svg">
<circle cx="6" cy="6" r="6" fill="white" />
</svg>
</span>
</div>
</div>

<div class="marquee-wrapper d-flex align-items-center w-auto">
<div class="d-flex align-items-center text-white marquee-text-1 text-nowrap">
COD Available | Same Day Dispatch | Delivery within 2 to 8 Working Days*
<span class="ps-32">
<svg width="12" height="12" viewBox="0 0 12 12" fill="none" xmlns="http://www.w3.org/2000/svg">
<circle cx="6" cy="6" r="6" fill="white" />
</svg>
</span>
</div>
</div>

<div class="marquee-wrapper d-flex align-items-center w-auto">
<div class="d-flex align-items-center text-white marquee-text-1 text-nowrap">
COD Available | Same Day Dispatch | Delivery within 2 to 8 Working Days*
<span class="ps-32">
<svg width="12" height="12" viewBox="0 0 12 12" fill="none" xmlns="http://www.w3.org/2000/svg">
<circle cx="6" cy="6" r="6" fill="white" />
</svg>
</span>
</div>
</div>

<div class="marquee-wrapper d-flex align-items-center w-auto">
<div class="d-flex align-items-center text-white marquee-text-1 text-nowrap">
COD Available | Same Day Dispatch | Delivery within 2 to 8 Working Days*
<span class="ps-32">
<svg width="12" height="12" viewBox="0 0 12 12" fill="none" xmlns="http://www.w3.org/2000/svg">
<circle cx="6" cy="6" r="6" fill="white" />
</svg>
</span>
</div>
</div>

<div class="marquee-wrapper d-flex align-items-center w-auto">
<div class="d-flex align-items-center text-white marquee-text-1 text-nowrap">
COD Available | Same Day Dispatch | Delivery within 2 to 8 Working Days*
<span class="ps-32">
<svg width="12" height="12" viewBox="0 0 12 12" fill="none" xmlns="http://www.w3.org/2000/svg">
<circle cx="6" cy="6" r="6" fill="white" />
</svg>
</span>
</div>
</div>

<div class="marquee-wrapper d-flex align-items-center w-auto">
<div class="d-flex align-items-center text-white marquee-text-1 text-nowrap">
COD Available | Same Day Dispatch | Delivery within 2 to 8 Working Days*
<span class="ps-32">
<svg width="12" height="12" viewBox="0 0 12 12" fill="none" xmlns="http://www.w3.org/2000/svg">
<circle cx="6" cy="6" r="6" fill="white" />
</svg>
</span>
</div>
</div>

<div class="marquee-wrapper d-flex align-items-center w-auto">
<div class="d-flex align-items-center text-white marquee-text-1 text-nowrap">
COD Available | Same Day Dispatch | Delivery within 2 to 8 Working Days*
<span class="ps-32">
<svg width="12" height="12" viewBox="0 0 12 12" fill="none" xmlns="http://www.w3.org/2000/svg">
<circle cx="6" cy="6" r="6" fill="white" />
</svg>
</span>
</div>
</div>

<div class="marquee-wrapper d-flex align-items-center w-auto">
<div class="d-flex align-items-center text-white marquee-text-1 text-nowrap">
COD Available | Same Day Dispatch | Delivery within 2 to 8 Working Days*
<span class="ps-32">
<svg width="12" height="12" viewBox="0 0 12 12" fill="none" xmlns="http://www.w3.org/2000/svg">
<circle cx="6" cy="6" r="6" fill="white" />
</svg>
</span>
</div>
</div>

<div class="marquee-wrapper d-flex align-items-center w-auto">
<div class="d-flex align-items-center text-white marquee-text-1 text-nowrap">
COD Available | Same Day Dispatch | Delivery within 2 to 8 Working Days*
<span class="ps-32">
<svg width="12" height="12" viewBox="0 0 12 12" fill="none" xmlns="http://www.w3.org/2000/svg">
<circle cx="6" cy="6" r="6" fill="white" />
</svg>
</span>
</div>
</div>

<div class="marquee-wrapper d-flex align-items-center w-auto">
<div class="d-flex align-items-center text-white marquee-text-1 text-nowrap">
COD Available | Same Day Dispatch | Delivery within 2 to 8 Working Days*
<span class="ps-32">
<svg width="12" height="12" viewBox="0 0 12 12" fill="none" xmlns="http://www.w3.org/2000/svg">
<circle cx="6" cy="6" r="6" fill="white" />
</svg>
</span>
</div>
</div>

<div class="marquee-wrapper d-flex align-items-center w-auto">
<div class="d-flex align-items-center text-white marquee-text-1 text-nowrap">
COD Available | Same Day Dispatch | Delivery within 2 to 8 Working Days*
<span class="ps-32">
<svg width="12" height="12" viewBox="0 0 12 12" fill="none" xmlns="http://www.w3.org/2000/svg">
<circle cx="6" cy="6" r="6" fill="white" />
</svg>
</span>
</div>
</div>

<div class="marquee-wrapper d-flex align-items-center w-auto">
<div class="d-flex align-items-center text-white marquee-text-1 text-nowrap">
COD Available | Same Day Dispatch | Delivery within 2 to 8 Working Days*
<span class="ps-32">
<svg width="12" height="12" viewBox="0 0 12 12" fill="none" xmlns="http://www.w3.org/2000/svg">
<circle cx="6" cy="6" r="6" fill="white" />
</svg>
</span>
</div>
</div>

<div class="marquee-wrapper d-flex align-items-center w-auto">
<div class="d-flex align-items-center text-white marquee-text-1 text-nowrap">
COD Available | Same Day Dispatch | Delivery within 2 to 8 Working Days*
<span class="ps-32">
<svg width="12" height="12" viewBox="0 0 12 12" fill="none" xmlns="http://www.w3.org/2000/svg">
<circle cx="6" cy="6" r="6" fill="white" />
</svg>
</span>
</div>
</div>

</div>
</div>
</section>


<style>
.view-all-anchor-tag {
border-radius: 88px;
padding: 12px 40px;
margin-top: 40px;
font-size: 16px;
line-height: 24px;
font-weight: 600;
background: var(--primary);
color: var(--white);
text-align: center;
}
@media only screen and (min-width: 992px) {
.view-all-anchor-tag {
margin-top: 56px;
}
}
</style>
<section class="category-products__section">
<div class="container">


<div class="py-40px py-lg-56" id="category-products-12597560">
<div class="mb-lg-40 mb-4 d-flex align-items-flex-start justify-content-center">
<span class="text-36-44 font-bold">Infinix</span>
</div>
<category-products-section-product-cards class="row gx-3 gx-lg-4 gy-4" data-category-id="12597560">

<div class="col-6 col-lg-3 p-0">
<div style="padding: 10px">
<div class="shimmer" style="min-height: 300px"></div>
<div class="shimmer" style="min-height: 50px;
margin-top: 10px"></div>
</div>
</div>

<div class="col-6 col-lg-3 p-0">
<div style="padding: 10px">
<div class="shimmer" style="min-height: 300px"></div>
<div class="shimmer" style="min-height: 50px;
margin-top: 10px"></div>
</div>
</div>

<div class="col-6 col-lg-3 p-0">
<div style="padding: 10px">
<div class="shimmer" style="min-height: 300px"></div>
<div class="shimmer" style="min-height: 50px;
margin-top: 10px"></div>
</div>
</div>

<div class="col-6 col-lg-3 p-0">
<div style="padding: 10px">
<div class="shimmer" style="min-height: 300px"></div>
<div class="shimmer" style="min-height: 50px;
margin-top: 10px"></div>
</div>
</div>

<div class="col-6 col-lg-3 p-0">
<div style="padding: 10px">
<div class="shimmer" style="min-height: 300px"></div>
<div class="shimmer" style="min-height: 50px;
margin-top: 10px"></div>
</div>
</div>

<div class="col-6 col-lg-3 p-0">
<div style="padding: 10px">
<div class="shimmer" style="min-height: 300px"></div>
<div class="shimmer" style="min-height: 50px;
margin-top: 10px"></div>
</div>
</div>

<div class="col-6 col-lg-3 p-0">
<div style="padding: 10px">
<div class="shimmer" style="min-height: 300px"></div>
<div class="shimmer" style="min-height: 50px;
margin-top: 10px"></div>
</div>
</div>

<div class="col-6 col-lg-3 p-0">
<div style="padding: 10px">
<div class="shimmer" style="min-height: 300px"></div>
<div class="shimmer" style="min-height: 50px;
margin-top: 10px"></div>
</div>
</div>

</category-products-section-product-cards>
<div class="d-flex w-100 justify-content-center">
<a class="view-all-anchor-tag hidden" href="/categories/infinix-433">
View all
</a>
</div>
</div>

<div class="py-40px py-lg-56" id="category-products-12597541">
<div class="mb-lg-40 mb-4 d-flex align-items-flex-start justify-content-center">
<span class="text-36-44 font-bold">iQOO</span>
</div>
<category-products-section-product-cards class="row gx-3 gx-lg-4 gy-4" data-category-id="12597541">

<div class="col-6 col-lg-3 p-0">
<div style="padding: 10px">
<div class="shimmer" style="min-height: 300px"></div>
<div class="shimmer" style="min-height: 50px;
margin-top: 10px"></div>
</div>
</div>

<div class="col-6 col-lg-3 p-0">
<div style="padding: 10px">
<div class="shimmer" style="min-height: 300px"></div>
<div class="shimmer" style="min-height: 50px;
margin-top: 10px"></div>
</div>
</div>

<div class="col-6 col-lg-3 p-0">
<div style="padding: 10px">
<div class="shimmer" style="min-height: 300px"></div>
<div class="shimmer" style="min-height: 50px;
margin-top: 10px"></div>
</div>
</div>

<div class="col-6 col-lg-3 p-0">
<div style="padding: 10px">
<div class="shimmer" style="min-height: 300px"></div>
<div class="shimmer" style="min-height: 50px;
margin-top: 10px"></div>
</div>
</div>

<div class="col-6 col-lg-3 p-0">
<div style="padding: 10px">
<div class="shimmer" style="min-height: 300px"></div>
<div class="shimmer" style="min-height: 50px;
margin-top: 10px"></div>
</div>
</div>

<div class="col-6 col-lg-3 p-0">
<div style="padding: 10px">
<div class="shimmer" style="min-height: 300px"></div>
<div class="shimmer" style="min-height: 50px;
margin-top: 10px"></div>
</div>
</div>

<div class="col-6 col-lg-3 p-0">
<div style="padding: 10px">
<div class="shimmer" style="min-height: 300px"></div>
<div class="shimmer" style="min-height: 50px;
margin-top: 10px"></div>
</div>
</div>

<div class="col-6 col-lg-3 p-0">
<div style="padding: 10px">
<div class="shimmer" style="min-height: 300px"></div>
<div class="shimmer" style="min-height: 50px;
margin-top: 10px"></div>
</div>
</div>

</category-products-section-product-cards>
<div class="d-flex w-100 justify-content-center">
<a class="view-all-anchor-tag hidden" href="/categories/iqoo">
View all
</a>
</div>
</div>

<div class="py-40px py-lg-56" id="category-products-12597488">
<div class="mb-lg-40 mb-4 d-flex align-items-flex-start justify-content-center">
<span class="text-36-44 font-bold">Nothing</span>
</div>
<category-products-section-product-cards class="row gx-3 gx-lg-4 gy-4" data-category-id="12597488">

<div class="col-6 col-lg-3 p-0">
<div style="padding: 10px">
<div class="shimmer" style="min-height: 300px"></div>
<div class="shimmer" style="min-height: 50px;
margin-top: 10px"></div>
</div>
</div>

<div class="col-6 col-lg-3 p-0">
<div style="padding: 10px">
<div class="shimmer" style="min-height: 300px"></div>
<div class="shimmer" style="min-height: 50px;
margin-top: 10px"></div>
</div>
</div>

<div class="col-6 col-lg-3 p-0">
<div style="padding: 10px">
<div class="shimmer" style="min-height: 300px"></div>
<div class="shimmer" style="min-height: 50px;
margin-top: 10px"></div>
</div>
</div>

<div class="col-6 col-lg-3 p-0">
<div style="padding: 10px">
<div class="shimmer" style="min-height: 300px"></div>
<div class="shimmer" style="min-height: 50px;
margin-top: 10px"></div>
</div>
</div>

<div class="col-6 col-lg-3 p-0">
<div style="padding: 10px">
<div class="shimmer" style="min-height: 300px"></div>
<div class="shimmer" style="min-height: 50px;
margin-top: 10px"></div>
</div>
</div>

<div class="col-6 col-lg-3 p-0">
<div style="padding: 10px">
<div class="shimmer" style="min-height: 300px"></div>
<div class="shimmer" style="min-height: 50px;
margin-top: 10px"></div>
</div>
</div>

<div class="col-6 col-lg-3 p-0">
<div style="padding: 10px">
<div class="shimmer" style="min-height: 300px"></div>
<div class="shimmer" style="min-height: 50px;
margin-top: 10px"></div>
</div>
</div>

<div class="col-6 col-lg-3 p-0">
<div style="padding: 10px">
<div class="shimmer" style="min-height: 300px"></div>
<div class="shimmer" style="min-height: 50px;
margin-top: 10px"></div>
</div>
</div>

</category-products-section-product-cards>
<div class="d-flex w-100 justify-content-center">
<a class="view-all-anchor-tag hidden" href="/categories/nothing">
View all
</a>
</div>
</div>

<div class="py-40px py-lg-56" id="category-products-12594459">
<div class="mb-lg-40 mb-4 d-flex align-items-flex-start justify-content-center">
<span class="text-36-44 font-bold">Google</span>
</div>
<category-products-section-product-cards class="row gx-3 gx-lg-4 gy-4" data-category-id="12594459">

<div class="col-6 col-lg-3 p-0">
<div style="padding: 10px">
<div class="shimmer" style="min-height: 300px"></div>
<div class="shimmer" style="min-height: 50px;
margin-top: 10px"></div>
</div>
</div>

<div class="col-6 col-lg-3 p-0">
<div style="padding: 10px">
<div class="shimmer" style="min-height: 300px"></div>
<div class="shimmer" style="min-height: 50px;
margin-top: 10px"></div>
</div>
</div>

<div class="col-6 col-lg-3 p-0">
<div style="padding: 10px">
<div class="shimmer" style="min-height: 300px"></div>
<div class="shimmer" style="min-height: 50px;
margin-top: 10px"></div>
</div>
</div>

<div class="col-6 col-lg-3 p-0">
<div style="padding: 10px">
<div class="shimmer" style="min-height: 300px"></div>
<div class="shimmer" style="min-height: 50px;
margin-top: 10px"></div>
</div>
</div>

<div class="col-6 col-lg-3 p-0">
<div style="padding: 10px">
<div class="shimmer" style="min-height: 300px"></div>
<div class="shimmer" style="min-height: 50px;
margin-top: 10px"></div>
</div>
</div>

<div class="col-6 col-lg-3 p-0">
<div style="padding: 10px">
<div class="shimmer" style="min-height: 300px"></div>
<div class="shimmer" style="min-height: 50px;
margin-top: 10px"></div>
</div>
</div>

<div class="col-6 col-lg-3 p-0">
<div style="padding: 10px">
<div class="shimmer" style="min-height: 300px"></div>
<div class="shimmer" style="min-height: 50px;
margin-top: 10px"></div>
</div>
</div>

<div class="col-6 col-lg-3 p-0">
<div style="padding: 10px">
<div class="shimmer" style="min-height: 300px"></div>
<div class="shimmer" style="min-height: 50px;
margin-top: 10px"></div>
</div>
</div>

</category-products-section-product-cards>
<div class="d-flex w-100 justify-content-center">
<a class="view-all-anchor-tag hidden" href="/categories/google-460">
View all
</a>
</div>
</div>

<div class="py-40px py-lg-56" id="category-products-12594285">
<div class="mb-lg-40 mb-4 d-flex align-items-flex-start justify-content-center">
<span class="text-36-44 font-bold">Samsung</span>
</div>
<category-products-section-product-cards class="row gx-3 gx-lg-4 gy-4" data-category-id="12594285">

<div class="col-6 col-lg-3 p-0">
<div style="padding: 10px">
<div class="shimmer" style="min-height: 300px"></div>
<div class="shimmer" style="min-height: 50px;
margin-top: 10px"></div>
</div>
</div>

<div class="col-6 col-lg-3 p-0">
<div style="padding: 10px">
<div class="shimmer" style="min-height: 300px"></div>
<div class="shimmer" style="min-height: 50px;
margin-top: 10px"></div>
</div>
</div>

<div class="col-6 col-lg-3 p-0">
<div style="padding: 10px">
<div class="shimmer" style="min-height: 300px"></div>
<div class="shimmer" style="min-height: 50px;
margin-top: 10px"></div>
</div>
</div>

<div class="col-6 col-lg-3 p-0">
<div style="padding: 10px">
<div class="shimmer" style="min-height: 300px"></div>
<div class="shimmer" style="min-height: 50px;
margin-top: 10px"></div>
</div>
</div>

<div class="col-6 col-lg-3 p-0">
<div style="padding: 10px">
<div class="shimmer" style="min-height: 300px"></div>
<div class="shimmer" style="min-height: 50px;
margin-top: 10px"></div>
</div>
</div>

<div class="col-6 col-lg-3 p-0">
<div style="padding: 10px">
<div class="shimmer" style="min-height: 300px"></div>
<div class="shimmer" style="min-height: 50px;
margin-top: 10px"></div>
</div>
</div>

<div class="col-6 col-lg-3 p-0">
<div style="padding: 10px">
<div class="shimmer" style="min-height: 300px"></div>
<div class="shimmer" style="min-height: 50px;
margin-top: 10px"></div>
</div>
</div>

<div class="col-6 col-lg-3 p-0">
<div style="padding: 10px">
<div class="shimmer" style="min-height: 300px"></div>
<div class="shimmer" style="min-height: 50px;
margin-top: 10px"></div>
</div>
</div>

</category-products-section-product-cards>
<div class="d-flex w-100 justify-content-center">
<a class="view-all-anchor-tag hidden" href="/categories/samsung-6451">
View all
</a>
</div>
</div>

<div class="py-40px py-lg-56" id="category-products-12594282">
<div class="mb-lg-40 mb-4 d-flex align-items-flex-start justify-content-center">
<span class="text-36-44 font-bold">Xiaomi</span>
</div>
<category-products-section-product-cards class="row gx-3 gx-lg-4 gy-4" data-category-id="12594282">

<div class="col-6 col-lg-3 p-0">
<div style="padding: 10px">
<div class="shimmer" style="min-height: 300px"></div>
<div class="shimmer" style="min-height: 50px;
margin-top: 10px"></div>
</div>
</div>

<div class="col-6 col-lg-3 p-0">
<div style="padding: 10px">
<div class="shimmer" style="min-height: 300px"></div>
<div class="shimmer" style="min-height: 50px;
margin-top: 10px"></div>
</div>
</div>

<div class="col-6 col-lg-3 p-0">
<div style="padding: 10px">
<div class="shimmer" style="min-height: 300px"></div>
<div class="shimmer" style="min-height: 50px;
margin-top: 10px"></div>
</div>
</div>

<div class="col-6 col-lg-3 p-0">
<div style="padding: 10px">
<div class="shimmer" style="min-height: 300px"></div>
<div class="shimmer" style="min-height: 50px;
margin-top: 10px"></div>
</div>
</div>

<div class="col-6 col-lg-3 p-0">
<div style="padding: 10px">
<div class="shimmer" style="min-height: 300px"></div>
<div class="shimmer" style="min-height: 50px;
margin-top: 10px"></div>
</div>
</div>

<div class="col-6 col-lg-3 p-0">
<div style="padding: 10px">
<div class="shimmer" style="min-height: 300px"></div>
<div class="shimmer" style="min-height: 50px;
margin-top: 10px"></div>
</div>
</div>

<div class="col-6 col-lg-3 p-0">
<div style="padding: 10px">
<div class="shimmer" style="min-height: 300px"></div>
<div class="shimmer" style="min-height: 50px;
margin-top: 10px"></div>
</div>
</div>

<div class="col-6 col-lg-3 p-0">
<div style="padding: 10px">
<div class="shimmer" style="min-height: 300px"></div>
<div class="shimmer" style="min-height: 50px;
margin-top: 10px"></div>
</div>
</div>

</category-products-section-product-cards>
<div class="d-flex w-100 justify-content-center">
<a class="view-all-anchor-tag hidden" href="/categories/xiaomi-355">
View all
</a>
</div>
</div>

<div class="py-40px py-lg-56" id="category-products-12594280">
<div class="mb-lg-40 mb-4 d-flex align-items-flex-start justify-content-center">
<span class="text-36-44 font-bold">Vivo</span>
</div>
<category-products-section-product-cards class="row gx-3 gx-lg-4 gy-4" data-category-id="12594280">

<div class="col-6 col-lg-3 p-0">
<div style="padding: 10px">
<div class="shimmer" style="min-height: 300px"></div>
<div class="shimmer" style="min-height: 50px;
margin-top: 10px"></div>
</div>
</div>

<div class="col-6 col-lg-3 p-0">
<div style="padding: 10px">
<div class="shimmer" style="min-height: 300px"></div>
<div class="shimmer" style="min-height: 50px;
margin-top: 10px"></div>
</div>
</div>

<div class="col-6 col-lg-3 p-0">
<div style="padding: 10px">
<div class="shimmer" style="min-height: 300px"></div>
<div class="shimmer" style="min-height: 50px;
margin-top: 10px"></div>
</div>
</div>

<div class="col-6 col-lg-3 p-0">
<div style="padding: 10px">
<div class="shimmer" style="min-height: 300px"></div>
<div class="shimmer" style="min-height: 50px;
margin-top: 10px"></div>
</div>
</div>

<div class="col-6 col-lg-3 p-0">
<div style="padding: 10px">
<div class="shimmer" style="min-height: 300px"></div>
<div class="shimmer" style="min-height: 50px;
margin-top: 10px"></div>
</div>
</div>

<div class="col-6 col-lg-3 p-0">
<div style="padding: 10px">
<div class="shimmer" style="min-height: 300px"></div>
<div class="shimmer" style="min-height: 50px;
margin-top: 10px"></div>
</div>
</div>

<div class="col-6 col-lg-3 p-0">
<div style="padding: 10px">
<div class="shimmer" style="min-height: 300px"></div>
<div class="shimmer" style="min-height: 50px;
margin-top: 10px"></div>
</div>
</div>

<div class="col-6 col-lg-3 p-0">
<div style="padding: 10px">
<div class="shimmer" style="min-height: 300px"></div>
<div class="shimmer" style="min-height: 50px;
margin-top: 10px"></div>
</div>
</div>

</category-products-section-product-cards>
<div class="d-flex w-100 justify-content-center">
<a class="view-all-anchor-tag hidden" href="/categories/vivo-5342">
View all
</a>
</div>
</div>

<div class="py-40px py-lg-56" id="category-products-12594278">
<div class="mb-lg-40 mb-4 d-flex align-items-flex-start justify-content-center">
<span class="text-36-44 font-bold">Realme</span>
</div>
<category-products-section-product-cards class="row gx-3 gx-lg-4 gy-4" data-category-id="12594278">

<div class="col-6 col-lg-3 p-0">
<div style="padding: 10px">
<div class="shimmer" style="min-height: 300px"></div>
<div class="shimmer" style="min-height: 50px;
margin-top: 10px"></div>
</div>
</div>

<div class="col-6 col-lg-3 p-0">
<div style="padding: 10px">
<div class="shimmer" style="min-height: 300px"></div>
<div class="shimmer" style="min-height: 50px;
margin-top: 10px"></div>
</div>
</div>

<div class="col-6 col-lg-3 p-0">
<div style="padding: 10px">
<div class="shimmer" style="min-height: 300px"></div>
<div class="shimmer" style="min-height: 50px;
margin-top: 10px"></div>
</div>
</div>

<div class="col-6 col-lg-3 p-0">
<div style="padding: 10px">
<div class="shimmer" style="min-height: 300px"></div>
<div class="shimmer" style="min-height: 50px;
margin-top: 10px"></div>
</div>
</div>

<div class="col-6 col-lg-3 p-0">
<div style="padding: 10px">
<div class="shimmer" style="min-height: 300px"></div>
<div class="shimmer" style="min-height: 50px;
margin-top: 10px"></div>
</div>
</div>

<div class="col-6 col-lg-3 p-0">
<div style="padding: 10px">
<div class="shimmer" style="min-height: 300px"></div>
<div class="shimmer" style="min-height: 50px;
margin-top: 10px"></div>
</div>
</div>

<div class="col-6 col-lg-3 p-0">
<div style="padding: 10px">
<div class="shimmer" style="min-height: 300px"></div>
<div class="shimmer" style="min-height: 50px;
margin-top: 10px"></div>
</div>
</div>

<div class="col-6 col-lg-3 p-0">
<div style="padding: 10px">
<div class="shimmer" style="min-height: 300px"></div>
<div class="shimmer" style="min-height: 50px;
margin-top: 10px"></div>
</div>
</div>

</category-products-section-product-cards>
<div class="d-flex w-100 justify-content-center">
<a class="view-all-anchor-tag hidden" href="/categories/realme-4670">
View all
</a>
</div>
</div>

<div class="py-40px py-lg-56" id="category-products-12594276">
<div class="mb-lg-40 mb-4 d-flex align-items-flex-start justify-content-center">
<span class="text-36-44 font-bold">Oppo</span>
</div>
<category-products-section-product-cards class="row gx-3 gx-lg-4 gy-4" data-category-id="12594276">

<div class="col-6 col-lg-3 p-0">
<div style="padding: 10px">
<div class="shimmer" style="min-height: 300px"></div>
<div class="shimmer" style="min-height: 50px;
margin-top: 10px"></div>
</div>
</div>

<div class="col-6 col-lg-3 p-0">
<div style="padding: 10px">
<div class="shimmer" style="min-height: 300px"></div>
<div class="shimmer" style="min-height: 50px;
margin-top: 10px"></div>
</div>
</div>

<div class="col-6 col-lg-3 p-0">
<div style="padding: 10px">
<div class="shimmer" style="min-height: 300px"></div>
<div class="shimmer" style="min-height: 50px;
margin-top: 10px"></div>
</div>
</div>

<div class="col-6 col-lg-3 p-0">
<div style="padding: 10px">
<div class="shimmer" style="min-height: 300px"></div>
<div class="shimmer" style="min-height: 50px;
margin-top: 10px"></div>
</div>
</div>

<div class="col-6 col-lg-3 p-0">
<div style="padding: 10px">
<div class="shimmer" style="min-height: 300px"></div>
<div class="shimmer" style="min-height: 50px;
margin-top: 10px"></div>
</div>
</div>

<div class="col-6 col-lg-3 p-0">
<div style="padding: 10px">
<div class="shimmer" style="min-height: 300px"></div>
<div class="shimmer" style="min-height: 50px;
margin-top: 10px"></div>
</div>
</div>

<div class="col-6 col-lg-3 p-0">
<div style="padding: 10px">
<div class="shimmer" style="min-height: 300px"></div>
<div class="shimmer" style="min-height: 50px;
margin-top: 10px"></div>
</div>
</div>

<div class="col-6 col-lg-3 p-0">
<div style="padding: 10px">
<div class="shimmer" style="min-height: 300px"></div>
<div class="shimmer" style="min-height: 50px;
margin-top: 10px"></div>
</div>
</div>

</category-products-section-product-cards>
<div class="d-flex w-100 justify-content-center">
<a class="view-all-anchor-tag hidden" href="/categories/oppo-3962">
View all
</a>
</div>
</div>

<div class="py-40px py-lg-56" id="category-products-12594274">
<div class="mb-lg-40 mb-4 d-flex align-items-flex-start justify-content-center">
<span class="text-36-44 font-bold">Motorola</span>
</div>
<category-products-section-product-cards class="row gx-3 gx-lg-4 gy-4" data-category-id="12594274">

<div class="col-6 col-lg-3 p-0">
<div style="padding: 10px">
<div class="shimmer" style="min-height: 300px"></div>
<div class="shimmer" style="min-height: 50px;
margin-top: 10px"></div>
</div>
</div>

<div class="col-6 col-lg-3 p-0">
<div style="padding: 10px">
<div class="shimmer" style="min-height: 300px"></div>
<div class="shimmer" style="min-height: 50px;
margin-top: 10px"></div>
</div>
</div>

<div class="col-6 col-lg-3 p-0">
<div style="padding: 10px">
<div class="shimmer" style="min-height: 300px"></div>
<div class="shimmer" style="min-height: 50px;
margin-top: 10px"></div>
</div>
</div>

<div class="col-6 col-lg-3 p-0">
<div style="padding: 10px">
<div class="shimmer" style="min-height: 300px"></div>
<div class="shimmer" style="min-height: 50px;
margin-top: 10px"></div>
</div>
</div>

<div class="col-6 col-lg-3 p-0">
<div style="padding: 10px">
<div class="shimmer" style="min-height: 300px"></div>
<div class="shimmer" style="min-height: 50px;
margin-top: 10px"></div>
</div>
</div>

<div class="col-6 col-lg-3 p-0">
<div style="padding: 10px">
<div class="shimmer" style="min-height: 300px"></div>
<div class="shimmer" style="min-height: 50px;
margin-top: 10px"></div>
</div>
</div>

<div class="col-6 col-lg-3 p-0">
<div style="padding: 10px">
<div class="shimmer" style="min-height: 300px"></div>
<div class="shimmer" style="min-height: 50px;
margin-top: 10px"></div>
</div>
</div>

<div class="col-6 col-lg-3 p-0">
<div style="padding: 10px">
<div class="shimmer" style="min-height: 300px"></div>
<div class="shimmer" style="min-height: 50px;
margin-top: 10px"></div>
</div>
</div>

</category-products-section-product-cards>
<div class="d-flex w-100 justify-content-center">
<a class="view-all-anchor-tag hidden" href="/categories/motorola-213">
View all
</a>
</div>
</div>

<div class="py-40px py-lg-56" id="category-products-12594270">
<div class="mb-lg-40 mb-4 d-flex align-items-flex-start justify-content-center">
<span class="text-36-44 font-bold">OnePlus</span>
</div>
<category-products-section-product-cards class="row gx-3 gx-lg-4 gy-4" data-category-id="12594270">

<div class="col-6 col-lg-3 p-0">
<div style="padding: 10px">
<div class="shimmer" style="min-height: 300px"></div>
<div class="shimmer" style="min-height: 50px;
margin-top: 10px"></div>
</div>
</div>

<div class="col-6 col-lg-3 p-0">
<div style="padding: 10px">
<div class="shimmer" style="min-height: 300px"></div>
<div class="shimmer" style="min-height: 50px;
margin-top: 10px"></div>
</div>
</div>

<div class="col-6 col-lg-3 p-0">
<div style="padding: 10px">
<div class="shimmer" style="min-height: 300px"></div>
<div class="shimmer" style="min-height: 50px;
margin-top: 10px"></div>
</div>
</div>

<div class="col-6 col-lg-3 p-0">
<div style="padding: 10px">
<div class="shimmer" style="min-height: 300px"></div>
<div class="shimmer" style="min-height: 50px;
margin-top: 10px"></div>
</div>
</div>

<div class="col-6 col-lg-3 p-0">
<div style="padding: 10px">
<div class="shimmer" style="min-height: 300px"></div>
<div class="shimmer" style="min-height: 50px;
margin-top: 10px"></div>
</div>
</div>

<div class="col-6 col-lg-3 p-0">
<div style="padding: 10px">
<div class="shimmer" style="min-height: 300px"></div>
<div class="shimmer" style="min-height: 50px;
margin-top: 10px"></div>
</div>
</div>

<div class="col-6 col-lg-3 p-0">
<div style="padding: 10px">
<div class="shimmer" style="min-height: 300px"></div>
<div class="shimmer" style="min-height: 50px;
margin-top: 10px"></div>
</div>
</div>

<div class="col-6 col-lg-3 p-0">
<div style="padding: 10px">
<div class="shimmer" style="min-height: 300px"></div>
<div class="shimmer" style="min-height: 50px;
margin-top: 10px"></div>
</div>
</div>

</category-products-section-product-cards>
<div class="d-flex w-100 justify-content-center">
<a class="view-all-anchor-tag hidden" href="/categories/oneplus-821">
View all
</a>
</div>
</div>

<div class="py-40px py-lg-56" id="category-products-12594261">
<div class="mb-lg-40 mb-4 d-flex align-items-flex-start justify-content-center">
<span class="text-36-44 font-bold">Apple</span>
</div>
<category-products-section-product-cards class="row gx-3 gx-lg-4 gy-4" data-category-id="12594261">

<div class="col-6 col-lg-3 p-0">
<div style="padding: 10px">
<div class="shimmer" style="min-height: 300px"></div>
<div class="shimmer" style="min-height: 50px;
margin-top: 10px"></div>
</div>
</div>

<div class="col-6 col-lg-3 p-0">
<div style="padding: 10px">
<div class="shimmer" style="min-height: 300px"></div>
<div class="shimmer" style="min-height: 50px;
margin-top: 10px"></div>
</div>
</div>

<div class="col-6 col-lg-3 p-0">
<div style="padding: 10px">
<div class="shimmer" style="min-height: 300px"></div>
<div class="shimmer" style="min-height: 50px;
margin-top: 10px"></div>
</div>
</div>

<div class="col-6 col-lg-3 p-0">
<div style="padding: 10px">
<div class="shimmer" style="min-height: 300px"></div>
<div class="shimmer" style="min-height: 50px;
margin-top: 10px"></div>
</div>
</div>

<div class="col-6 col-lg-3 p-0">
<div style="padding: 10px">
<div class="shimmer" style="min-height: 300px"></div>
<div class="shimmer" style="min-height: 50px;
margin-top: 10px"></div>
</div>
</div>

<div class="col-6 col-lg-3 p-0">
<div style="padding: 10px">
<div class="shimmer" style="min-height: 300px"></div>
<div class="shimmer" style="min-height: 50px;
margin-top: 10px"></div>
</div>
</div>

<div class="col-6 col-lg-3 p-0">
<div style="padding: 10px">
<div class="shimmer" style="min-height: 300px"></div>
<div class="shimmer" style="min-height: 50px;
margin-top: 10px"></div>
</div>
</div>

<div class="col-6 col-lg-3 p-0">
<div style="padding: 10px">
<div class="shimmer" style="min-height: 300px"></div>
<div class="shimmer" style="min-height: 50px;
margin-top: 10px"></div>
</div>
</div>

</category-products-section-product-cards>
<div class="d-flex w-100 justify-content-center">
<a class="view-all-anchor-tag hidden" href="/categories/apple">
View all
</a>
</div>
</div>

</div>
</section>

<!-- Product category -->

<section class="container py-40px py-lg-56px">
<div class="container-fluid p-0">
<div class="row">


<div class="col-lg-3 col-12 d-flex flex-column gap-lg-4 gap-14 mb-lg-56 mb-40">
<div class="d-flex align-items-center justify-content-center rounded-24" style="border: 1px solid var(--black-90);
filter: drop-shadow(0px 2px 6px rgba(26, 24, 30, 0.04))">
<a href="/categories/matte-tempered-glass">
<div class="overflow-hidden">
<img class="img-fluid rounded-24" src="https://dukaan.b-cdn.net/700x700/webp/media/f7175609-f5a9-47b8-ba29-a5c6a79deb90.png" alt=""
style="aspect-ratio: 1/1;">
</div>
</a>
</div>
<div class="d-flex flex-column align-items-center justify-content-center gap-12">
<div class="text-28-36 font-bold">Matte Tempered glass</div>
<div class="d-flex align-items-center gap-1" style="border-bottom: 1px var(--black-12) solid">
<a href="/categories/matte-tempered-glass"
class="font-semibold text-16-24 text-c-black-12">Shop
Now</a>
<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M4.16667 10H15.8333" stroke="#1A181E" stroke-width="1.4" stroke-linecap="round"
stroke-linejoin="round" />
<path d="M10 4.16669L15.8333 10L10 15.8334" stroke="#1A181E" stroke-width="1.4"
stroke-linecap="round" stroke-linejoin="round" />
</svg>
</div>
</div>
</div>




<div class="col-lg-3 col-12 d-flex flex-column gap-lg-4 gap-14 mb-lg-56 mb-40">
<div class="d-flex align-items-center justify-content-center rounded-24" style="border: 1px solid var(--black-90);
filter: drop-shadow(0px 2px 6px rgba(26, 24, 30, 0.04))">
<a href="/categories/super-glass">
<div class="overflow-hidden">
<img class="img-fluid rounded-24" src="https://dukaan.b-cdn.net/700x700/webp/media/448b5184-9398-43d8-9dab-23b3856818af.png" alt=""
style="aspect-ratio: 1/1;">
</div>
</a>
</div>
<div class="d-flex flex-column align-items-center justify-content-center gap-12">
<div class="text-28-36 font-bold">Super Glass</div>
<div class="d-flex align-items-center gap-1" style="border-bottom: 1px var(--black-12) solid">
<a href="/categories/super-glass"
class="font-semibold text-16-24 text-c-black-12">Shop
Now</a>
<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M4.16667 10H15.8333" stroke="#1A181E" stroke-width="1.4" stroke-linecap="round"
stroke-linejoin="round" />
<path d="M10 4.16669L15.8333 10L10 15.8334" stroke="#1A181E" stroke-width="1.4"
stroke-linecap="round" stroke-linejoin="round" />
</svg>
</div>
</div>
</div>




<div class="col-lg-3 col-12 d-flex flex-column gap-lg-4 gap-14 mb-lg-56 mb-40">
<div class="d-flex align-items-center justify-content-center rounded-24" style="border: 1px solid var(--black-90);
filter: drop-shadow(0px 2px 6px rgba(26, 24, 30, 0.04))">
<a href="/categories/braided-cable">
<div class="overflow-hidden">
<img class="img-fluid rounded-24" src="https://img.youtube.com/vi/0be1qT1neK4/maxresdefault.jpg" alt=""
style="aspect-ratio: 1/1;">
</div>
</a>
</div>
<div class="d-flex flex-column align-items-center justify-content-center gap-12">
<div class="text-28-36 font-bold">Braided cable</div>
<div class="d-flex align-items-center gap-1" style="border-bottom: 1px var(--black-12) solid">
<a href="/categories/braided-cable"
class="font-semibold text-16-24 text-c-black-12">Shop
Now</a>
<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M4.16667 10H15.8333" stroke="#1A181E" stroke-width="1.4" stroke-linecap="round"
stroke-linejoin="round" />
<path d="M10 4.16669L15.8333 10L10 15.8334" stroke="#1A181E" stroke-width="1.4"
stroke-linecap="round" stroke-linejoin="round" />
</svg>
</div>
</div>
</div>




<div class="col-lg-3 col-12 d-flex flex-column gap-lg-4 gap-14 mb-lg-56 mb-40">
<div class="d-flex align-items-center justify-content-center rounded-24" style="border: 1px solid var(--black-90);
filter: drop-shadow(0px 2px 6px rgba(26, 24, 30, 0.04))">
<a href="/categories/infinix-433">
<div class="overflow-hidden">
<img class="img-fluid rounded-24" src="https://dukaan.b-cdn.net/700x700/webp/media/1ed02b4a-0586-46cc-8742-c07c228c93d4.png" alt=""
style="aspect-ratio: 1/1;">
</div>
</a>
</div>
<div class="d-flex flex-column align-items-center justify-content-center gap-12">
<div class="text-28-36 font-bold">Infinix</div>
<div class="d-flex align-items-center gap-1" style="border-bottom: 1px var(--black-12) solid">
<a href="/categories/infinix-433"
class="font-semibold text-16-24 text-c-black-12">Shop
Now</a>
<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M4.16667 10H15.8333" stroke="#1A181E" stroke-width="1.4" stroke-linecap="round"
stroke-linejoin="round" />
<path d="M10 4.16669L15.8333 10L10 15.8334" stroke="#1A181E" stroke-width="1.4"
stroke-linecap="round" stroke-linejoin="round" />
</svg>
</div>
</div>
</div>





















</div>

<div class="viewMoreBtn">
<a href="/categories/" class=" viewMoreBtnacr text-16-24 font-semibold text-center text-white">View
all</a>
</div>


</div>
</section>




<!-- Brand Content block -->







<!-- Icon Box Desktop -->




<!-- newsletter Section -->


<template id="coupons-list-mobile-wrapper">
<div class="coupons-list-mobile flex d-column"
id="coupons-list-mobile">
<div class="coupons-list-wrapper-mobile flex d-row j-start"
id="coupons-list-wrapper-mobile"></div>
</div>
</template>
<template id="coupon-item-mobile">
<div class="coupon-mobile-wrapper">
<div class="flex d-row j-start a-center coupon-mobile">
<div class="coupon-icon-mobile"></div>
<div class="flex d-column j-start coupon-data-mobile">
<div class="coupon-title-mobile"></div>
<div class="coupon-desc-mobile"></div>
</div>
</div>
</div>
</template>
<template id="coupon-modal">
<div class="modal hidden offer-modal-wrapper ">
<div class="modal-content offer-modal coupon-modal"
onclick="event.stopPropagation()">
<div class="modal-header flex d-row j-sb">
<div class="offer-modal-title">Coupon Details</div>
<svg class="close-offer-icon cursor-pointer"
id="modal-close-icon"
width="24"
height="24"
viewBox="0 0 24 24"
fill="none"
xmlns="http://www.w3.org/2000/svg">
<path fill-rule="evenodd" clip-rule="evenodd"
d="M18.7071 6.70711C19.0976 6.31658 19.0976 5.68342 18.7071 5.29289C18.3166 4.90237 17.6834 4.90237 17.2929 5.29289L12 10.5858L6.70711 5.29289C6.31658 4.90237 5.68342 4.90237 5.29289 5.29289C4.90237 5.68342 4.90237 6.31658 5.29289 6.70711L10.5858 12L5.29289 17.2929C4.90237 17.6834 4.90237 18.3166 5.29289 18.7071C5.68342 19.0976 6.31658 19.0976 6.70711 18.7071L12 13.4142L17.2929 18.7071C17.6834 19.0976 18.3166 19.0976 18.7071 18.7071C19.0976 18.3166 19.0976 17.6834 18.7071 17.2929L13.4142 12L18.7071 6.70711Z"
fill="var(--black-12)" />
</svg>
</div>
<div class="offers-div coupon-div flex d-column">
<div class="flex d-row j-sb a-center">
<div class="coupon-code-wrapper flex d-row a-center j-center">
<div class="circle1"></div>
<div class="circle2"></div>
<div class="coupon-code offer-name"></div>
</div>
<div class="copy-code-modal copy-code cursor-pointer"
id="copy-code">COPY CODE</div>
</div>
<div class="coupon-discount-text hidden"></div>
<div class="coupon-add-worth hidden"></div>
<div class="offer-desc coupon-desc"></div>
<div class="details-wrapper flex d-column"
id="details-wrapper">
<div class="offer-details details flex d-column"
id="offer-details"></div>
</div>
</div>
</div>
</div>
</template>
<template id="details-item">
<div class="details-item flex d-row j-start a-center ">
<div class="list-dot"></div>
<div class="detail-text"></div>
</div>
</template>




<!-- Coupons and offers modal and label -->
<div class="modal coupon-offers-modal hidden" id="coupon-offers-drawer" onclick="handleCloseDrawer()">
<div class="modal-content" onclick="event.stopPropagation()">
<div class="modal-header flex d-row j-sb">
<div class="modal-title">Coupons and offers</div>
<svg class="cursor-pointer" onclick="handleCloseDrawer()" width="24" height="24" viewBox="0 0 24 24" fill="none"
xmlns="http://www.w3.org/2000/svg">
<path fill-rule="evenodd" clip-rule="evenodd"
d="M18.7071 6.70711C19.0976 6.31658 19.0976 5.68342 18.7071 5.29289C18.3166 4.90237 17.6834 4.90237 17.2929 5.29289L12 10.5858L6.70711 5.29289C6.31658 4.90237 5.68342 4.90237 5.29289 5.29289C4.90237 5.68342 4.90237 6.31658 5.29289 6.70711L10.5858 12L5.29289 17.2929C4.90237 17.6834 4.90237 18.3166 5.29289 18.7071C5.68342 19.0976 6.31658 19.0976 6.70711 18.7071L12 13.4142L17.2929 18.7071C17.6834 19.0976 18.3166 19.0976 18.7071 18.7071C19.0976 18.3166 19.0976 17.6834 18.7071 17.2929L13.4142 12L18.7071 6.70711Z"
fill="var(--black-12)" />
</svg>

</div>
<div class="coupons-list" id="coupons-list"></div>
<div class="offers-list" id="offers-list"></div>
</div>
</div>

<div id="offers-label" class="flex d-row offers-label a-center j-center hidden" onclick="handleDrawerOpen()">
<svg width="24" height="24" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg" {...props}>
<path
d="M14.719 8.20899C14.6721 8.11238 14.6477 8.00639 14.6477 7.899C14.6477 7.7916 14.6721 7.68561 14.719 7.589L15.249 6.38899C15.3579 6.15042 15.4143 5.89129 15.4143 5.62904C15.4143 5.36679 15.3579 5.10759 15.249 4.86903C15.1459 4.63633 14.9959 4.42739 14.8083 4.25532C14.6207 4.08325 14.3997 3.95176 14.159 3.86903L12.929 3.40901C12.8297 3.36927 12.7395 3.30977 12.6639 3.23414C12.5882 3.15851 12.5287 3.06831 12.489 2.969L12.019 1.72901C11.926 1.48703 11.7848 1.26647 11.6039 1.08082C11.423 0.895167 11.2062 0.748289 10.9667 0.649119C10.7272 0.54995 10.47 0.500559 10.2108 0.503978C9.95159 0.507397 9.6958 0.563564 9.45899 0.669017L8.25901 1.219C8.06011 1.29909 7.83793 1.29909 7.63902 1.219L6.43901 0.669017C6.20169 0.56194 5.94499 0.504505 5.68467 0.500255C5.42435 0.496004 5.1659 0.545026 4.92521 0.644298C4.68452 0.743569 4.46668 0.89099 4.28504 1.07753C4.10341 1.26406 3.96183 1.48577 3.869 1.72901L3.40901 2.969C3.36927 3.06831 3.30977 3.15851 3.23414 3.23414C3.15851 3.30977 3.06831 3.36927 2.969 3.40901L1.72901 3.86903C1.48577 3.96186 1.26406 4.10341 1.07753 4.28504C0.89099 4.46668 0.743569 4.68456 0.644298 4.92524C0.545026 5.16593 0.496004 5.42432 0.500255 5.68464C0.504505 5.94496 0.56194 6.20172 0.669017 6.43904L1.219 7.63899C1.29909 7.8379 1.29909 8.06007 1.219 8.25898L0.669017 9.45899C0.56283 9.69653 0.507945 9.95381 0.507945 10.214C0.507945 10.4742 0.56283 10.7315 0.669017 10.969C0.76895 11.202 0.916714 11.4115 1.10276 11.5838C1.28881 11.756 1.50898 11.8873 1.749 11.969L2.98899 12.439C3.0883 12.4788 3.17853 12.5382 3.25416 12.6138C3.32979 12.6895 3.38926 12.7797 3.429 12.879L3.88902 14.109C4.02612 14.4711 4.26945 14.7832 4.58711 15.0045C4.90476 15.2258 5.2819 15.3459 5.66902 15.349C5.94156 15.3503 6.2111 15.2923 6.45899 15.179L7.65901 14.629C7.75644 14.5847 7.86196 14.5608 7.969 14.559C8.07708 14.5617 8.18311 14.5891 8.279 14.639L9.47901 15.169C9.71587 15.2777 9.97341 15.334 10.234 15.334C10.4946 15.334 10.7521 15.2777 10.989 15.169C11.231 15.0716 11.4496 14.9241 11.6306 14.7363C11.8115 14.5484 11.9507 14.3244 12.039 14.079L12.509 12.849C12.5487 12.7497 12.6082 12.6595 12.6838 12.5839C12.7595 12.5082 12.8497 12.4487 12.949 12.409L14.179 11.939C14.4197 11.8563 14.6407 11.7248 14.8283 11.5527C15.0158 11.3806 15.1659 11.1717 15.269 10.939C15.3777 10.7022 15.434 10.4446 15.434 10.184C15.434 9.92342 15.3777 9.66588 15.269 9.42903L14.719 8.20899ZM5.00901 6.01899C5.00901 5.72725 5.1249 5.44751 5.33119 5.24122C5.53748 5.03493 5.81728 4.91902 6.10902 4.91902C6.40076 4.91902 6.68053 5.03493 6.88682 5.24122C7.09311 5.44751 7.20899 5.72725 7.20899 6.01899C7.20899 6.31073 7.09311 6.59053 6.88682 6.79682C6.68053 7.00311 6.40076 7.11903 6.10902 7.11903C5.81728 7.11903 5.53748 7.00311 5.33119 6.79682C5.1249 6.59053 5.00901 6.31073 5.00901 6.01899ZM6.56901 10.739C6.51688 10.8119 6.44771 10.871 6.36753 10.9111C6.28736 10.9512 6.19863 10.9711 6.10902 10.969C5.98714 10.9677 5.86852 10.9294 5.76899 10.859C5.70837 10.8145 5.65714 10.7585 5.61827 10.6941C5.57939 10.6297 5.55365 10.5583 5.54249 10.484C5.53134 10.4096 5.53501 10.3338 5.55329 10.2609C5.57158 10.1879 5.60409 10.1193 5.649 10.059L9.399 5.05903C9.49332 4.94032 9.62909 4.86169 9.779 4.839H9.869C9.99273 4.83886 10.1128 4.88122 10.209 4.95899C10.27 5.00336 10.3214 5.05957 10.3601 5.12428C10.3988 5.18899 10.4241 5.26087 10.4344 5.33558C10.4446 5.41029 10.4397 5.48633 10.4199 5.55909C10.4001 5.63185 10.3658 5.69981 10.319 5.75898L6.56901 10.739ZM9.85902 10.869C9.64146 10.869 9.42877 10.8045 9.24787 10.6836C9.06698 10.5627 8.92601 10.391 8.84275 10.19C8.7595 9.98895 8.73769 9.76777 8.78013 9.55439C8.82257 9.34101 8.92735 9.14506 9.08119 8.99122C9.23503 8.83738 9.43104 8.73258 9.64442 8.69014C9.8578 8.64769 10.0789 8.6695 10.2799 8.75276C10.4809 8.83601 10.6528 8.97701 10.7736 9.15791C10.8945 9.3388 10.959 9.55143 10.959 9.76899C10.9538 10.0573 10.8356 10.332 10.6298 10.5339C10.4241 10.7359 10.1473 10.8491 9.85902 10.849V10.869Z"
fill="var(--white)" />
</svg>
<div class="offers-label-name">Offers</div>
</div>

<!-- coupons and offers related templates -->
<template id="coupon">
<div class="coupon-div flex d-column">
<div class="flex d-row j-sb">
<div class="coupon-code-wrapper flex d-row a-center j-center">
<div class="circle1"></div>
<div class="circle2"></div>
<div class="coupon-code"></div>
</div>
<div class="copy-code cursor-pointer" style="text-transform: uppercase;" id="copy-code">Copy code</div>
</div>
<div class="coupon-discount-text hidden"></div>
<div class="coupon-add-worth hidden"></div>
<div class="coupon-desc"></div>
<div class="details-wrapper flex d-column" id="details-wrapper">
<div class="coupon-details details flex d-column" id="coupon-details">
</div>
</div>
</div>
</template>

<template id="offer">
<div class="offers-div flex d-column">
<div class="flex d-row j-start a-center">
<div class="offer-icon"></div>
<div class="offer-name"></div>
</div>
<div class="offer-desc"></div>
<div class="details-wrapper flex d-column" id="details-wrapper">
<div class="offer-details details flex d-column" id="offer-details"></div>
</div>
</div>
</template>

<template id="details-item">
<div class="details-item flex d-row j-start a-center">
<div class="list-dot"></div>
<div class="detail-text"></div>
</div>
</template>

<script defer src="/public/102039593/juggernaut/js/coupon_offer_drawer.js?ver=sceptre:a9e7453"></script>



</main>
<!-- footer -->
<footer style="background-color: var(--black-98);">


<div class="d-none d-lg-flex">
<section class="container d-flex flex-column gap-32">
<div class="w-100">
<div class="d-flex flex-column flex-lg-row" style="padding-top: 40px;">
<div class="col-12 col-lg-5 d-flex flex-column justify-content-start align-items-start pe-4">
<a href="/"
class="d-flex align-items-center">
<img class="me-2"
src="https://dukaan.b-cdn.net/200x200/webp/upload_file_service/5861b9a1-87f2-4c57-83c8-874866fcc7b3/high-resolution-logo.png"
onerror="imageOnError(event)"
style="max-height: 2rem"/>

</a>

<p class="text-16-24 mt-3">Royal Star Mobile Accessories is a premium brand that offers a wide range of high-quality mobile accessories designed to enhance the functionality and style of your mobile devices. As a brand that values quality and customer satisfaction, Royal Star Mobile Accessories has become a popular choice among tech-savvy individuals who are looking for reliable and durable mobile accessories.</p>

<hr class="my-4 mx-0 opacity-100"
style="border-top: 1px solid var(--black-90)">

<p class="text-14-20 mb-12">
<span class="font-semibold">Address</span>:
430, Orbit Plaza, Crossings Republik, Ghaziabad 201016 UP India
</p>


<p class="text-14-20">
<span class="font-semibold">Contact Us:</span>
<a href="/cdn-cgi/l/email-protection#a0d3d5d0d0cfd2d4e0d2cfd9c1ccd3d4c1d28ec3cf8ec9ce" class="font-size-14-20 text-c-black">
<span class="__cf_email__" data-cfemail="592a2c2929362b2d192b362038352a2d382b773a36773037">[email&#160;protected]</span>
</a>
</p>

</div>
<div class="col-12 col-lg-7 d-flex justify-content-between align-items-start pe-3">

<div class="d-flex flex-column">
<div class="d-flex font-semibold text-14-20 mb-1">Collection</div>
<div class="d-flex gap-4">
<div class="d-flex flex-column">


<a href="/categories/matte-tempered-glass">
<div class="text-14-20 mt-12 text-c-black-30"
style="width: 134px;">
Matte Tempered glass
</div>
</a>



<a href="/categories/super-glass">
<div class="text-14-20 mt-12 text-c-black-30"
style="width: 134px;">
Super Glass
</div>
</a>



<a href="/categories/braided-cable">
<div class="text-14-20 mt-12 text-c-black-30"
style="width: 134px;">
Braided cable
</div>
</a>



<a href="/categories/infinix-433">
<div class="text-14-20 mt-12 text-c-black-30"
style="width: 134px;">
Infinix
</div>
</a>



<a href="/categories/iqoo">
<div class="text-14-20 mt-12 text-c-black-30"
style="width: 134px;">
iQOO
</div>
</a>



<a href="/categories/nothing">
<div class="text-14-20 mt-12 text-c-black-30"
style="width: 134px;">
Nothing
</div>
</a>










</div>
<div class="d-flex flex-column">














<a href="/categories/google-460">
<div class="text-14-20 mt-12 text-c-black-30"
style="width: 134px;">Google</div>
</a>



<a href="/categories/samsung-6451">
<div class="text-14-20 mt-12 text-c-black-30"
style="width: 134px;">Samsung</div>
</a>



<a href="/categories/xiaomi-355">
<div class="text-14-20 mt-12 text-c-black-30"
style="width: 134px;">Xiaomi</div>
</a>



<a href="/categories/vivo-5342">
<div class="text-14-20 mt-12 text-c-black-30"
style="width: 134px;">Vivo</div>
</a>


</div>
</div>
</div>


<div class="d-flex flex-row flex-wrap h-100 gap-4">
<div class="d-flex flex-column h-100 flex-wrap">
<div class="font-semibold text-14-20 mb-1">Links</div>

<a href="/p/about-us">
<div class="text-14-20 mt-12 text-c-black-30"
style="width: 134px;">About us</div>
</a>

<a href="/p/refund-policy">
<div class="text-14-20 mt-12 text-c-black-30"
style="width: 134px;">Refund Policy</div>
</a>

<a href="/p/privacy-policy">
<div class="text-14-20 mt-12 text-c-black-30"
style="width: 134px;">Privacy Policy</div>
</a>

<a href="/p/terms-conditions">
<div class="text-14-20 mt-12 text-c-black-30"
style="width: 134px;">Terms &amp; conditions</div>
</a>

<a href="/p/social-media">
<div class="text-14-20 mt-12 text-c-black-30"
style="width: 134px;">Social Media</div>
</a>

<a href="/p/partner">
<div class="text-14-20 mt-12 text-c-black-30"
style="width: 134px;">Partner</div>
</a>

<a href="/p/contact-us">
<div class="text-14-20 mt-12 text-c-black-30"
style="width: 134px;">Contact us</div>
</a>

<a href="/categories/full-glue-curved-tempered-glass">
<div class="text-14-20 mt-12 text-c-black-30"
style="width: 134px;">Full Glue Curved Tempered Glass</div>
</a>

</div>
</div>


<div class="d-flex flex-column">
<span class="text-14-20 font-semibold mb-1">Connect with us</span>

<a href="https://facebook.com/RoyalStar.co.in/"
target="_blank">
<div class="d-flex align-items-center gap-2 mt-12">
<svg width="18"
height="18"
viewBox="0 0 18 18"
fill="none"
xmlns="http://www.w3.org/2000/svg">
<path
d="M4.93817 7.46094V10.4609H7.18817V15.7109H10.1882V10.4609H12.4382L13.1882 7.46094H10.1882V5.96094C10.1882 5.76203 10.2672 5.57126 10.4078 5.43061C10.5485 5.28996 10.7393 5.21094 10.9382 5.21094H13.1882V2.21094H10.9382C9.94361 2.21094 8.98978 2.60603 8.28652 3.30929C7.58326 4.01255 7.18817 4.96638 7.18817 5.96094V7.46094H4.93817Z"
stroke="#4D4D4D" stroke-width="1.125" stroke-linecap="round"
stroke-linejoin="round" />
</svg>
<span class="text-14-20 text-c-black-30">Facebook</span>
</div>
</a>


<a href="https://linkedin.com/royalstar-coin"
target="_blank">
<div class="d-flex align-items-center gap-2 mt-12">
<svg width="18"
height="18"
viewBox="0 0 18 18"
fill="none"
xmlns="http://www.w3.org/2000/svg">
<path fill-rule="evenodd" clip-rule="evenodd"
d="M4.5 3.5625C3.98223 3.5625 3.5625 3.98223 3.5625 4.5V13.5C3.5625 14.0178 3.98223 14.4375 4.5 14.4375H13.5C14.0178 14.4375 14.4375 14.0178 14.4375 13.5V4.5C14.4375 3.98223 14.0178 3.5625 13.5 3.5625H4.5ZM2.4375 4.5C2.4375 3.36091 3.36091 2.4375 4.5 2.4375H13.5C14.6391 2.4375 15.5625 3.36091 15.5625 4.5V13.5C15.5625 14.6391 14.6391 15.5625 13.5 15.5625H4.5C3.36091 15.5625 2.4375 14.6391 2.4375 13.5V4.5ZM6 7.6875C6.31066 7.6875 6.5625 7.93934 6.5625 8.25V12C6.5625 12.3107 6.31066 12.5625 6 12.5625C5.68934 12.5625 5.4375 12.3107 5.4375 12V8.25C5.4375 7.93934 5.68934 7.6875 6 7.6875ZM6.5625 6C6.5625 5.68934 6.31066 5.4375 6 5.4375C5.68934 5.4375 5.4375 5.68934 5.4375 6V6.0075C5.4375 6.31816 5.68934 6.57 6 6.57C6.31066 6.57 6.5625 6.31816 6.5625 6.0075V6ZM9.48036 7.95717C9.38156 7.79544 9.20339 7.6875 9 7.6875C8.68934 7.6875 8.4375 7.93934 8.4375 8.25V9.75V12C8.4375 12.3107 8.68934 12.5625 9 12.5625C9.31066 12.5625 9.5625 12.3107 9.5625 12V9.75C9.5625 9.50136 9.66127 9.2629 9.83709 9.08709C10.0129 8.91127 10.2514 8.8125 10.5 8.8125C10.7486 8.8125 10.9871 8.91127 11.1629 9.08709C11.3387 9.2629 11.4375 9.50136 11.4375 9.75V12C11.4375 12.3107 11.6893 12.5625 12 12.5625C12.3107 12.5625 12.5625 12.3107 12.5625 12V9.75C12.5625 9.20299 12.3452 8.67839 11.9584 8.29159C11.5716 7.9048 11.047 7.6875 10.5 7.6875C10.1394 7.6875 9.78845 7.78196 9.48036 7.95717Z"
fill="#4D4D4D" />
</svg>
<span class="text-14-20 text-c-black-30">LinkedIn</span>
</div>
</a>


<a href="https://instagram.com/royalstar.co.in/"
target="_blank">
<div class="d-flex align-items-center gap-2 mt-12">
<svg width="18"
height="18"
viewBox="0 0 18 18"
fill="none"
xmlns="http://www.w3.org/2000/svg">
<path fill-rule="evenodd" clip-rule="evenodd"
d="M6.24335 3.5235C4.89715 3.5235 3.80585 4.6148 3.80585 5.961V11.961C3.80585 13.3072 4.89715 14.3985 6.24335 14.3985H12.2433C13.5895 14.3985 14.6808 13.3072 14.6808 11.961V5.961C14.6808 4.6148 13.5895 3.5235 12.2433 3.5235H6.24335ZM2.68085 5.961C2.68085 3.99348 4.27583 2.3985 6.24335 2.3985H12.2433C14.2109 2.3985 15.8058 3.99348 15.8058 5.961V11.961C15.8058 13.9285 14.2109 15.5235 12.2433 15.5235H6.24335C4.27583 15.5235 2.68085 13.9285 2.68085 11.961V5.961ZM9.24335 7.2735C8.31137 7.2735 7.55585 8.02902 7.55585 8.961C7.55585 9.89298 8.31137 10.6485 9.24335 10.6485C10.1753 10.6485 10.9308 9.89298 10.9308 8.961C10.9308 8.02902 10.1753 7.2735 9.24335 7.2735ZM6.43085 8.961C6.43085 7.4077 7.69005 6.1485 9.24335 6.1485C10.7966 6.1485 12.0558 7.4077 12.0558 8.961C12.0558 10.5143 10.7966 11.7735 9.24335 11.7735C7.69005 11.7735 6.43085 10.5143 6.43085 8.961ZM13.1808 5.586C13.1808 5.27534 12.929 5.0235 12.6183 5.0235C12.3077 5.0235 12.0558 5.27534 12.0558 5.586V5.587C12.0558 5.89766 12.3077 6.1495 12.6183 6.1495C12.929 6.1495 13.1808 5.89766 13.1808 5.587V5.586Z"
fill="#4D4D4D" />
</svg>
<span class="text-14-20 text-c-black-30">Instagram</span>
</div>
</a>


<a href="https://twitter.com/royalstarcoin"
target="_blank">
<div class="d-flex align-items-center gap-2 mt-12">
<svg width="18"
height="18"
viewBox="0 0 18 18"
fill="none"
xmlns="http://www.w3.org/2000/svg">
<path
d="M16.2272 2.92963C15.4772 3.29713 14.7422 3.44638 13.9772 3.67213C13.1364 2.72338 11.8899 2.67088 10.6922 3.11938C9.49442 3.56788 8.70992 4.66438 8.72717 5.92213V6.67213C6.29342 6.73438 4.12592 5.62588 2.72717 3.67213C2.72717 3.67213 -0.409327 9.24688 5.72717 11.9221C4.32317 12.8574 2.92292 13.4881 1.22717 13.4221C3.70817 14.7744 6.41192 15.2394 8.75267 14.5599C11.4377 13.7799 13.6442 11.7676 14.4909 8.75338C14.7435 7.83663 14.8689 6.88952 14.8637 5.93863C14.8622 5.75188 15.9962 3.85963 16.2272 2.92888V2.92963Z"
stroke="#4D4D4D" stroke-width="1.125" stroke-linecap="round"
stroke-linejoin="round" />
</svg>
<span class="text-14-20 text-c-black-30">Twitter</span>
</div>
</a>


<a href="https://www.youtube.com/@RoyalStarMobileAccessories"
target="_blank">
<div class="d-flex align-items-center gap-2 mt-12">
<svg width="18"
height="18"
viewBox="0 0 18 18"
fill="none"
xmlns="http://www.w3.org/2000/svg">
<path fill-rule="evenodd" clip-rule="evenodd"
d="M3.09485 6.672C3.09485 5.3258 4.18615 4.2345 5.53235 4.2345H13.0323C14.3785 4.2345 15.4698 5.3258 15.4698 6.672V11.172C15.4698 12.5182 14.3785 13.6095 13.0323 13.6095H5.53235C4.18615 13.6095 3.09485 12.5182 3.09485 11.172V6.672ZM5.53235 3.1095C3.56483 3.1095 1.96985 4.70448 1.96985 6.672V11.172C1.96985 13.1395 3.56483 14.7345 5.53235 14.7345H13.0323C14.9999 14.7345 16.5948 13.1395 16.5948 11.172V6.672C16.5948 4.70448 14.9999 3.1095 13.0323 3.1095H5.53235ZM8.07175 6.18966C7.89798 6.08539 7.68155 6.08266 7.50521 6.18251C7.32886 6.28236 7.21985 6.46934 7.21985 6.672V11.172C7.21985 11.3747 7.32886 11.5616 7.50521 11.6615C7.68155 11.7613 7.89798 11.7586 8.07175 11.6543L11.8218 9.40434C11.9912 9.30268 12.0948 9.11958 12.0948 8.922C12.0948 8.72441 11.9912 8.54131 11.8218 8.43966L8.07175 6.18966ZM8.34485 10.1785V7.66548L10.439 8.922L8.34485 10.1785Z"
fill="#4D4D4D" />
</svg>
<span class="text-14-20 text-c-black-30">YouTube</span>
</div>
</a>


<a href="https://pinterest.com/royalstarcoin/"
target="_blank">
<div class="d-flex align-items-center gap-2 mt-12">
<svg xmlns="http://www.w3.org/2000/svg" width="18" height="18" viewBox="0 0 18 18" fill="none">
<path d="M15.0469 7.87503C15.0469 9.42542 14.5055 10.8415 13.5225 11.8639C12.6084 12.8145 11.3702 13.3594 10.125 13.3594C8.75953 13.3594 7.90664 12.8623 7.40883 12.4003L6.59813 15.8457C6.57654 15.9384 6.52422 16.0211 6.44967 16.0803C6.37512 16.1396 6.28272 16.1718 6.1875 16.1719C6.15506 16.1719 6.12273 16.1682 6.09117 16.1606C5.98228 16.1351 5.888 16.0673 5.82907 15.9722C5.77013 15.8772 5.75136 15.7626 5.77688 15.6537L8.02688 6.0912C8.0385 6.03623 8.06098 5.98413 8.09301 5.93797C8.12504 5.89181 8.16597 5.85251 8.21339 5.82238C8.26081 5.79226 8.31378 5.7719 8.36917 5.76252C8.42457 5.75314 8.48128 5.75491 8.53598 5.76774C8.59068 5.78058 8.64226 5.80421 8.6877 5.83724C8.73315 5.87028 8.77153 5.91207 8.80061 5.96014C8.82969 6.00822 8.84887 6.06161 8.85703 6.1172C8.86519 6.17279 8.86216 6.22945 8.84813 6.28385L7.64648 11.3907C7.84336 11.6951 8.52258 12.5157 10.125 12.5157C12.1296 12.5157 14.2031 10.7796 14.2031 7.87503C14.2029 7.07709 14.0191 6.2899 13.666 5.57434C13.3129 4.85877 12.8 4.234 12.1668 3.74835C11.5337 3.26269 10.7974 2.92915 10.0148 2.77353C9.23214 2.61791 8.42422 2.64438 7.65346 2.85088C6.88271 3.05738 6.16977 3.43839 5.56979 3.96444C4.96981 4.49049 4.49885 5.14748 4.19335 5.88462C3.88784 6.62175 3.75596 7.41928 3.80792 8.21553C3.85987 9.01177 4.09426 9.7854 4.49297 10.4766C4.52188 10.5246 4.54093 10.5779 4.54901 10.6334C4.55709 10.6888 4.55404 10.7453 4.54003 10.7996C4.52603 10.8539 4.50134 10.9048 4.46743 10.9494C4.43352 10.9941 4.39105 11.0315 4.34252 11.0595C4.29398 11.0876 4.24034 11.1056 4.18474 11.1127C4.12914 11.1198 4.07269 11.1157 4.01868 11.1007C3.96468 11.0857 3.9142 11.0601 3.8702 11.0254C3.8262 10.9906 3.78956 10.9475 3.76242 10.8985C3.29895 10.0952 3.02645 9.19609 2.96599 8.27068C2.90553 7.34527 3.05874 6.41835 3.41376 5.56161C3.76878 4.70487 4.3161 3.94126 5.01339 3.32985C5.71069 2.71844 6.53927 2.27561 7.43506 2.0356C8.33085 1.7956 9.26984 1.76484 10.1794 1.94573C11.089 2.12661 11.9448 2.51428 12.6806 3.07875C13.4164 3.64323 14.0125 4.36938 14.4228 5.20106C14.8331 6.03273 15.0467 6.94764 15.0469 7.87503Z" fill="#4D4D4D" stroke="#4D4D4D" stroke-width="0.3"/>
</svg>
<span class="text-14-20 text-c-black-30">Pinterest</span>
</div>
</a>

</div>

</div>
</div>
</div>
<div class="d-flex align-item-center justify-content-between pt-4 pb-lg-40"
style="border-top: 1px solid var(--black-85);">
<div class="d-flex pb-sm-4">
<div class="text-14-20">Copyright © 2022 to 2025. All rights reserved.</div>
</div>
<div class="d-flex gap-32"
style="padding: 5px;">
<div class="d-flex align-items-center gap-10">
<div class="d-flex">
<svg width="38"
height="24"
viewBox="0 0 38 24"
fill="none"
xmlns="http://www.w3.org/2000/svg">
<g clip-path="url(#clip0_204_20885)">
<path opacity="0.07"
d="M35 0H3C1.3 0 0 1.3 0 3V21C0 22.7 1.4 24 3 24H35C36.7 24 38 22.7 38 21V3C38 1.3 36.6 0 35 0Z"
fill="#1A181E" />
<path
d="M35 1C36.1 1 37 1.9 37 3V21C37 22.1 36.1 23 35 23H3C1.9 23 1 22.1 1 21V3C1 1.9 1.9 1 3 1H35Z"
fill="white" />
<path
d="M28.3 10.1H28C27.6 11.1 27.3 11.6 27 13.1H28.9C28.6 11.6 28.6 10.9 28.3 10.1ZM31.2 16H29.5C29.4 16 29.4 16 29.3 15.9L29.1 15L29 14.8H26.6C26.5 14.8 26.4 14.8 26.4 15L26.1 15.9C26.1 16 26 16 26 16H23.9L24.1 15.5L27 8.7C27 8.2 27.3 8 27.8 8H29.3C29.4 8 29.5 8 29.5 8.2L30.9 14.7C31 15.1 31.1 15.4 31.1 15.8C31.2 15.9 31.2 15.9 31.2 16ZM17.8 15.7L18.2 13.9C18.3 13.9 18.4 14 18.4 14C19.1 14.3 19.8 14.5 20.5 14.4C20.7 14.4 21 14.3 21.2 14.2C21.7 14 21.7 13.5 21.3 13.1C21.1 12.9 20.8 12.8 20.5 12.6C20.1 12.4 19.7 12.2 19.4 11.9C18.2 10.9 18.6 9.5 19.3 8.8C19.9 8.4 20.2 8 21 8C22.2 8 23.5 8 24.1 8.2H24.2C24.1 8.8 24 9.3 23.8 9.9C23.3 9.7 22.8 9.5 22.3 9.5C22 9.5 21.7 9.5 21.4 9.6C21.2 9.6 21.1 9.7 21 9.8C20.8 10 20.8 10.3 21 10.5L21.5 10.9C21.9 11.1 22.3 11.3 22.6 11.5C23.1 11.8 23.6 12.3 23.7 12.9C23.9 13.8 23.6 14.6 22.8 15.2C22.3 15.6 22.1 15.8 21.4 15.8C20 15.8 18.9 15.9 18 15.6C17.9 15.8 17.9 15.8 17.8 15.7ZM14.3 16C14.4 15.3 14.4 15.3 14.5 15C15 12.8 15.5 10.5 15.9 8.3C16 8.1 16 8 16.2 8H18C17.8 9.2 17.6 10.1 17.3 11.2C17 12.7 16.7 14.2 16.3 15.7C16.3 15.9 16.2 15.9 16 15.9M5 8.2C5 8.1 5.2 8 5.3 8H8.7C9.2 8 9.6 8.3 9.7 8.8L10.6 13.2C10.6 13.3 10.6 13.3 10.7 13.4C10.7 13.3 10.8 13.3 10.8 13.3L12.9 8.2C12.8 8.1 12.9 8 13 8H15.1C15.1 8.1 15.1 8.1 15 8.2L11.9 15.5C11.8 15.7 11.8 15.8 11.7 15.9C11.6 16 11.4 15.9 11.2 15.9H9.7C9.6 15.9 9.5 15.9 9.5 15.7L7.9 9.5C7.7 9.3 7.4 9 7 8.9C6.4 8.6 5.3 8.4 5.1 8.4L5 8.2Z"
fill="#142688" />
</g>
<defs>
<clipPath id="clip0_204_20885">
<rect width="38" height="24" fill="white" />
</clipPath>
</defs>
</svg>
</div>
<div class="d-flex">
<svg width="38"
height="24"
viewBox="0 0 38 24"
fill="none"
xmlns="http://www.w3.org/2000/svg">
<g clip-path="url(#clip0_204_20890)">
<path opacity="0.07"
d="M35 0H3C1.3 0 0 1.3 0 3V21C0 22.7 1.4 24 3 24H35C36.7 24 38 22.7 38 21V3C38 1.3 36.6 0 35 0Z"
fill="#1A181E" />
<path
d="M35 1C36.1 1 37 1.9 37 3V21C37 22.1 36.1 23 35 23H3C1.9 23 1 22.1 1 21V3C1 1.9 1.9 1 3 1H35Z"
fill="white" />
<path
d="M15 19C18.866 19 22 15.866 22 12C22 8.13401 18.866 5 15 5C11.134 5 8 8.13401 8 12C8 15.866 11.134 19 15 19Z"
fill="#EB001B" />
<path
d="M23 19C26.866 19 30 15.866 30 12C30 8.13401 26.866 5 23 5C19.134 5 16 8.13401 16 12C16 15.866 19.134 19 23 19Z"
fill="#F79E1B" />
<path
d="M22 12C22 9.60005 20.8 7.50005 19 6.30005C17.2 7.60005 16 9.70005 16 12C16 14.3 17.2 16.5 19 17.7C20.8 16.5 22 14.4 22 12Z"
fill="#FF5F00" />
</g>
<defs>
<clipPath id="clip0_204_20890">
<rect width="38" height="24" fill="white" />
</clipPath>
</defs>
</svg>
</div>
<div class="d-flex">
<svg width="38"
height="24"
viewBox="0 0 38 24"
fill="none"
xmlns="http://www.w3.org/2000/svg">
<g clip-path="url(#clip0_204_20897)">
<path opacity="0.07"
d="M35 0H3C1.3 0 0 1.3 0 3V21C0 22.7 1.4 24 3 24H35C36.7 24 38 22.7 38 21V3C38 1.3 36.6 0 35 0Z"
fill="#1A181E" />
<path
d="M35 1C36.1 1 37 1.9 37 3V21C37 22.1 36.1 23 35 23H3C1.9 23 1 22.1 1 21V3C1 1.9 1.9 1 3 1H35Z"
fill="#006FCF" />
<path
d="M8.971 10.268L9.745 12.144H8.203L8.971 10.268ZM25.046 10.346H22.069V11.173H24.998V12.412H22.075V13.334H25.052V14.073L27.129 11.828L25.052 9.488L25.046 10.346ZM10.983 8.006H14.978L15.865 9.941L16.687 8H27.057L28.135 9.19L29.25 8H34.013L30.494 11.852L33.977 15.68H29.143L28.065 14.49L26.94 15.68H10.03L9.536 14.49H8.406L7.911 15.68H4L7.286 8H10.716L10.983 8.006ZM19.646 9.084H17.407L15.907 12.62L14.282 9.084H12.06V13.894L10 9.084H8.007L5.625 14.596H7.18L7.674 13.406H10.27L10.764 14.596H13.484V10.661L15.235 14.602H16.425L18.165 10.673V14.603H19.623L19.647 9.083L19.646 9.084ZM28.986 11.852L31.517 9.084H29.695L28.094 10.81L26.546 9.084H20.652V14.602H26.462L28.076 12.864L29.624 14.602H31.499L28.986 11.852Z"
fill="white" />
</g>
<defs>
<clipPath id="clip0_204_20897">
<rect width="38" height="24" fill="white" />
</clipPath>
</defs>
</svg>
</div>
<div class="d-flex">
<svg width="38"
height="24"
viewBox="0 0 38 24"
fill="none"
xmlns="http://www.w3.org/2000/svg">
<g clip-path="url(#clip0_204_20903)">
<path opacity="0.07"
d="M35 0H3C1.3 0 0 1.3 0 3V21C0 22.7 1.4 24 3 24H35C36.7 24 38 22.7 38 21V3C38 1.3 36.6 0 35 0Z"
fill="#1A181E" />
<path
d="M35 1C36.1 1 37 1.9 37 3V21C37 22.1 36.1 23 35 23H3C1.9 23 1 22.1 1 21V3C1 1.9 1.9 1 3 1H35Z"
fill="white" />
<path
d="M23.9 8.3C24.1 7.3 23.9 6.6 23.3 6C22.7 5.3 21.6 5 20.2 5H16.1C15.8 5 15.6 5.2 15.5 5.5L14 15.6C14 15.8 14.1 16 14.3 16H17L17.4 12.6L19.2 10.4L23.9 8.3Z"
fill="#003087" />
<path
d="M23.9 8.30005L23.7 8.50005C23.2 11.3 21.5 12.3 19.1 12.3H18C17.7 12.3 17.5 12.5 17.4 12.8L16.8 16.7L16.6 17.7C16.6 17.9 16.7 18.1 16.9 18.1H19C19.3 18.1 19.5 17.9 19.5 17.7V17.6L19.9 15.2V15.1C19.9 14.9 20.2 14.7 20.4 14.7H20.7C22.8 14.7 24.4 13.9 24.8 11.5C25 10.5 24.9 9.70005 24.4 9.10005C24.3 8.60005 24.1 8.40005 23.9 8.30005Z"
fill="#3086C8" />
<path
d="M23.3 8.10005C23.2 8.00005 23.1 8.00005 23 8.00005C22.9 8.00005 22.8 8.00005 22.7 7.90005C22.4 7.80005 22 7.80005 21.6 7.80005H18.6C18.5 7.80005 18.4 7.80005 18.4 7.90005C18.2 8.00005 18.1 8.10005 18.1 8.30005L17.4 12.7V12.8C17.4 12.5 17.7 12.3 18 12.3H19.3C21.8 12.3 23.4 11.3 23.9 8.50005V8.30005C23.8 8.20005 23.6 8.10005 23.4 8.10005H23.3Z"
fill="#012169" />
</g>
<defs>
<clipPath id="clip0_204_20903">
<rect width="38" height="24" fill="white" />
</clipPath>
</defs>
</svg>
</div>
<div class="d-flex">
<svg width="38"
height="24"
viewBox="0 0 38 24"
fill="none"
xmlns="http://www.w3.org/2000/svg">
<g clip-path="url(#clip0_204_20910)">
<path opacity="0.07"
d="M35 0H3C1.3 0 0 1.3 0 3V21C0 22.7 1.4 24 3 24H35C36.7 24 38 22.7 38 21V3C38 1.3 36.6 0 35 0Z"
fill="#1A181E" />
<path
d="M35 1C36.1 1 37 1.9 37 3V21C37 22.1 36.1 23 35 23H3C1.9 23 1 22.1 1 21V3C1 1.9 1.9 1 3 1H35Z"
fill="white" />
<path
d="M12 12V15.7C12 16 11.8 16 11.5 15.9C9.60001 15.1 8.50001 12.6 9.20001 10.5C9.60001 9.4 10.4 8.5 11.5 8.1C11.9 7.9 12 8 12 8.3V12ZM14 12V8.3C14 8 14 8 14.3 8.1C16.4 8.9 17.5 11.4 16.7 13.5C16.3 14.6 15.5 15.5 14.4 15.9C14 16.1 14 16 14 15.7V12ZM21.2 5H13C16.8 5 19.8 8.1 19.8 12C19.8 15.9 16.8 19 13 19H21.2C25 19 28 15.9 28 12C28 8.1 25 5 21.2 5Z"
fill="#3086C8" />
</g>
<defs>
<clipPath id="clip0_204_20910">
<rect width="38" height="24" fill="white" />
</clipPath>
</defs>
</svg>
</div>
<div class="d-flex">
<svg width="38"
height="24"
viewBox="0 0 38 24"
fill="none"
xmlns="http://www.w3.org/2000/svg">
<g clip-path="url(#clip0_204_20915)">
<path opacity="0.07"
d="M35 0H3C1.3 0 0 1.3 0 3V21C0 22.7 1.4 24 3 24H35C36.7 24 38 22.7 38 21V3C38 1.3 36.6 0 35 0Z"
fill="#1A181E" />
<path
d="M35 1C36.1 1 37 1.9 37 3V21C37 22.1 36.1 23 35 23H3C1.9 23 1 22.1 1 21V3C1 1.9 1.9 1 3 1H35Z"
fill="white" />
<path
d="M3.57 7.16004H2V12.66H3.57C4.4 12.66 5 12.46 5.53 12.03C6.16 11.51 6.53 10.73 6.53 9.92004C6.52 8.29004 5.31 7.16004 3.57 7.16004ZM4.83 11.3C4.49 11.6 4.06 11.74 3.36 11.74H3.07V8.10004H3.36C4.05 8.10004 4.47 8.22004 4.83 8.54004C5.2 8.87004 5.42 9.38004 5.42 9.91004C5.42 10.44 5.2 10.97 4.83 11.3ZM7.02 7.16004H8.09V12.66H7.02V7.16004ZM10.71 9.27004C10.07 9.03004 9.88 8.87004 9.88 8.58004C9.88 8.23004 10.22 7.97004 10.68 7.97004C11 7.97004 11.27 8.10004 11.54 8.42004L12.1 7.69004C11.64 7.29004 11.09 7.08004 10.48 7.08004C9.51 7.08004 8.76 7.76004 8.76 8.66004C8.76 9.42004 9.11 9.81004 10.11 10.17C10.53 10.32 10.74 10.42 10.85 10.48C11.06 10.62 11.17 10.82 11.17 11.05C11.17 11.5 10.82 11.83 10.34 11.83C9.83 11.83 9.42 11.57 9.17 11.1L8.48 11.77C8.97 12.5 9.57 12.82 10.38 12.82C11.49 12.82 12.28 12.08 12.28 11.01C12.3 10.12 11.93 9.72004 10.71 9.27004ZM12.63 9.92004C12.63 11.54 13.9 12.79 15.53 12.79C15.99 12.79 16.39 12.7 16.87 12.47V11.21C16.44 11.64 16.06 11.81 15.58 11.81C14.5 11.81 13.73 11.03 13.73 9.91004C13.73 8.85004 14.52 8.02004 15.53 8.02004C16.04 8.02004 16.43 8.20004 16.87 8.64004V7.38004C16.4 7.14004 16.01 7.04004 15.55 7.04004C13.94 7.04004 12.63 8.32004 12.63 9.92004ZM25.39 10.86L23.92 7.16004H22.75L25.08 12.8H25.66L28.03 7.16004H26.87L25.39 10.86ZM28.52 12.66H31.56V11.73H29.59V10.25H31.49V9.32004H29.59V8.10004H31.56V7.16004H28.52V12.66ZM35.81 8.79004C35.81 7.76004 35.1 7.17004 33.86 7.17004H32.27V12.67H33.34V10.46H33.48L34.96 12.67H36.28L34.55 10.35C35.36 10.18 35.81 9.63004 35.81 8.79004ZM33.65 9.70004H33.34V8.03004H33.67C34.34 8.03004 34.7 8.31004 34.7 8.85004C34.7 9.40004 34.34 9.70004 33.65 9.70004Z"
fill="#231F20" />
<path
d="M20.16 12.86C20.9374 12.86 21.6829 12.5512 22.2325 12.0016C22.7822 11.4519 23.091 10.7064 23.091 9.92905C23.091 9.1517 22.7822 8.40619 22.2325 7.85652C21.6829 7.30685 20.9374 6.99805 20.16 6.99805C19.3827 6.99805 18.6371 7.30685 18.0875 7.85652C17.5378 8.40619 17.229 9.1517 17.229 9.92905C17.229 10.7064 17.5378 11.4519 18.0875 12.0016C18.6371 12.5512 19.3827 12.86 20.16 12.86Z"
fill="url(#paint0_linear_204_20915)" />
<path opacity="0.65"
d="M20.16 12.86C20.9374 12.86 21.6829 12.5512 22.2325 12.0016C22.7822 11.4519 23.091 10.7064 23.091 9.92905C23.091 9.1517 22.7822 8.40619 22.2325 7.85652C21.6829 7.30685 20.9374 6.99805 20.16 6.99805C19.3827 6.99805 18.6371 7.30685 18.0875 7.85652C17.5378 8.40619 17.229 9.1517 17.229 9.92905C17.229 10.7064 17.5378 11.4519 18.0875 12.0016C18.6371 12.5512 19.3827 12.86 20.16 12.86Z"
fill="url(#paint1_linear_204_20915)" />
<path
d="M36.57 7.50596C36.57 7.40596 36.5 7.35596 36.39 7.35596H36.23V7.83596H36.35V7.64596L36.49 7.83596H36.63L36.47 7.63596C36.53 7.62596 36.57 7.57596 36.57 7.50596ZM36.37 7.57596H36.35V7.44596H36.37C36.43 7.44596 36.46 7.46596 36.46 7.50596C36.46 7.55596 36.43 7.57596 36.37 7.57596Z"
fill="#231F20" />
<path
d="M36.41 7.17603C36.18 7.17603 35.99 7.36603 35.99 7.59603C35.99 7.82603 36.18 8.01603 36.41 8.01603C36.64 8.01603 36.83 7.82603 36.83 7.59603C36.83 7.36603 36.64 7.17603 36.41 7.17603ZM36.41 7.94603C36.23 7.94603 36.07 7.79603 36.07 7.59603C36.07 7.40603 36.22 7.24603 36.41 7.24603C36.59 7.24603 36.74 7.40603 36.74 7.59603C36.74 7.78603 36.59 7.94603 36.41 7.94603Z"
fill="#231F20" />
<path
d="M37 12.9839C37 12.9839 27.09 19.8729 8.97601 22.9999H34.999C35.5267 22.9999 36.033 22.7914 36.4076 22.4198C36.7822 22.0481 36.9948 21.5435 36.999 21.0159L37.023 17.9959L37 12.9839Z"
fill="#F48120" />
</g>
<defs>
<linearGradient id="paint0_linear_204_20915" x1="21.657" y1="12.275" x2="19.632"
y2="9.10405" gradientUnits="userSpaceOnUse">
<stop stop-color="#F89F20" />
<stop offset="0.25" stop-color="#F79A20" />
<stop offset="0.533" stop-color="#F68D20" />
<stop offset="0.62" stop-color="#F58720" />
<stop offset="0.723" stop-color="#F48120" />
<stop offset="1" stop-color="#F37521" />
</linearGradient>
<linearGradient id="paint1_linear_204_20915" x1="21.338" y1="12.232" x2="18.378"
y2="6.44605" gradientUnits="userSpaceOnUse">
<stop stop-color="#F58720" />
<stop offset="0.359" stop-color="#E16F27" />
<stop offset="0.703" stop-color="#D4602C" />
<stop offset="0.982" stop-color="#D05B2E" />
</linearGradient>
<clipPath id="clip0_204_20915">
<rect width="38" height="24" fill="white" />
</clipPath>
</defs>
</svg>
</div>
</div>
</div>
</div>
</section>
</div>
<!-- Mobile View Footer Content -->
<div class="d-flex d-lg-none justify-content-center align-center">
<section class="d-flex flex-column px-3 py-32 w-100">
<div class="d-flex">
<a href="/"
class="d-flex align-items-center">
<img class="me-2"
src="https://dukaan.b-cdn.net/200x200/webp/upload_file_service/5861b9a1-87f2-4c57-83c8-874866fcc7b3/high-resolution-logo.png"
onerror="imageOnError(event)"
style="max-height: 52px"/>

</a>
</div>

<p class="text-16-24 mt-3">Royal Star Mobile Accessories is a premium brand that offers a wide range of high-quality mobile accessories designed to enhance the functionality and style of your mobile devices. As a brand that values quality and customer satisfaction, Royal Star Mobile Accessories has become a popular choice among tech-savvy individuals who are looking for reliable and durable mobile accessories.</p>

<hr class="my-4 mx-0 opacity-100"
style="border-top: 1px solid var(--black-90)">

<p class="text-14-20 mb-12">
<span class="font-semibold">Address</span>:
430, Orbit Plaza, Crossings Republik, Ghaziabad 201016 UP India
</p>


<p class="text-14-20">
<span class="font-semibold">Contact Us:</span>
<a href="/cdn-cgi/l/email-protection#44373134342b363004362b3d2528373025366a272b6a2d2a" class="font-size-14-20 text-c-black">
<span class="__cf_email__" data-cfemail="ccbfb9bcbca3beb88cbea3b5ada0bfb8adbee2afa3e2a5a2">[email&#160;protected]</span>
</a>
</p>

<div class="container-fluid p-0">
<div class="row row-gap-32 pt-40">

<div class="col-6 flex-column">
<div class="font-semibold text-14-20 mb_2">Collection</div>


<a href="/categories/matte-tempered-glass">
<div class="text-14-20 mt-10 text-c-black-30"></div>
Matte Tempered glass
</a>




<a href="/categories/super-glass">
<div class="text-14-20 mt-10 text-c-black-30"></div>
Super Glass
</a>




<a href="/categories/braided-cable">
<div class="text-14-20 mt-10 text-c-black-30"></div>
Braided cable
</a>




<a href="/categories/infinix-433">
<div class="text-14-20 mt-10 text-c-black-30"></div>
Infinix
</a>




<a href="/categories/iqoo">
<div class="text-14-20 mt-10 text-c-black-30"></div>
iQOO
</a>




<a href="/categories/nothing">
<div class="text-14-20 mt-10 text-c-black-30"></div>
Nothing
</a>




<a href="/categories/google-460">
<div class="text-14-20 mt-10 text-c-black-30"></div>
Google
</a>












</div>


<div class="col-6 d-flex flex-column">
<div class="font-semibold text-14-20 mb_2">Links</div>

<a href="/p/about-us">
<div class="text-14-20 mt-10 text-c-black-30">
About us
</div>
</a>

<a href="/p/refund-policy">
<div class="text-14-20 mt-10 text-c-black-30">
Refund Policy
</div>
</a>

<a href="/p/privacy-policy">
<div class="text-14-20 mt-10 text-c-black-30">
Privacy Policy
</div>
</a>

<a href="/p/terms-conditions">
<div class="text-14-20 mt-10 text-c-black-30">
Terms &amp; conditions
</div>
</a>

<a href="/p/social-media">
<div class="text-14-20 mt-10 text-c-black-30">
Social Media
</div>
</a>

<a href="/p/partner">
<div class="text-14-20 mt-10 text-c-black-30">
Partner
</div>
</a>

<a href="/p/contact-us">
<div class="text-14-20 mt-10 text-c-black-30">
Contact us
</div>
</a>

<a href="/categories/full-glue-curved-tempered-glass">
<div class="text-14-20 mt-10 text-c-black-30">
Full Glue Curved Tempered Glass
</div>
</a>

</div>


<div class="col-6 d-flex flex-column">
<span class="text-14-20 font-semibold mb_2">Connect with us</span>

<a href="https://facebook.com/RoyalStar.co.in/"
target="_blank">
<div class="d-flex align-items-center gap-2 mt-10">
<svg width="18"
height="18"
viewBox="0 0 18 18"
fill="none"
xmlns="http://www.w3.org/2000/svg">
<path
d="M4.93817 7.46094V10.4609H7.18817V15.7109H10.1882V10.4609H12.4382L13.1882 7.46094H10.1882V5.96094C10.1882 5.76203 10.2672 5.57126 10.4078 5.43061C10.5485 5.28996 10.7393 5.21094 10.9382 5.21094H13.1882V2.21094H10.9382C9.94361 2.21094 8.98978 2.60603 8.28652 3.30929C7.58326 4.01255 7.18817 4.96638 7.18817 5.96094V7.46094H4.93817Z"
stroke="#4D4D4D" stroke-width="1.125" stroke-linecap="round"
stroke-linejoin="round" />
</svg>
<span class="text-14-20 text-c-black-30">Facebook</span>
</div>
</a>


<a href="https://linkedin.com/royalstar-coin"
target="_blank">
<div class="d-flex align-items-center gap-2 mt-10">
<svg width="18"
height="18"
viewBox="0 0 18 18"
fill="none"
xmlns="http://www.w3.org/2000/svg">
<path fill-rule="evenodd" clip-rule="evenodd"
d="M4.5 3.5625C3.98223 3.5625 3.5625 3.98223 3.5625 4.5V13.5C3.5625 14.0178 3.98223 14.4375 4.5 14.4375H13.5C14.0178 14.4375 14.4375 14.0178 14.4375 13.5V4.5C14.4375 3.98223 14.0178 3.5625 13.5 3.5625H4.5ZM2.4375 4.5C2.4375 3.36091 3.36091 2.4375 4.5 2.4375H13.5C14.6391 2.4375 15.5625 3.36091 15.5625 4.5V13.5C15.5625 14.6391 14.6391 15.5625 13.5 15.5625H4.5C3.36091 15.5625 2.4375 14.6391 2.4375 13.5V4.5ZM6 7.6875C6.31066 7.6875 6.5625 7.93934 6.5625 8.25V12C6.5625 12.3107 6.31066 12.5625 6 12.5625C5.68934 12.5625 5.4375 12.3107 5.4375 12V8.25C5.4375 7.93934 5.68934 7.6875 6 7.6875ZM6.5625 6C6.5625 5.68934 6.31066 5.4375 6 5.4375C5.68934 5.4375 5.4375 5.68934 5.4375 6V6.0075C5.4375 6.31816 5.68934 6.57 6 6.57C6.31066 6.57 6.5625 6.31816 6.5625 6.0075V6ZM9.48036 7.95717C9.38156 7.79544 9.20339 7.6875 9 7.6875C8.68934 7.6875 8.4375 7.93934 8.4375 8.25V9.75V12C8.4375 12.3107 8.68934 12.5625 9 12.5625C9.31066 12.5625 9.5625 12.3107 9.5625 12V9.75C9.5625 9.50136 9.66127 9.2629 9.83709 9.08709C10.0129 8.91127 10.2514 8.8125 10.5 8.8125C10.7486 8.8125 10.9871 8.91127 11.1629 9.08709C11.3387 9.2629 11.4375 9.50136 11.4375 9.75V12C11.4375 12.3107 11.6893 12.5625 12 12.5625C12.3107 12.5625 12.5625 12.3107 12.5625 12V9.75C12.5625 9.20299 12.3452 8.67839 11.9584 8.29159C11.5716 7.9048 11.047 7.6875 10.5 7.6875C10.1394 7.6875 9.78845 7.78196 9.48036 7.95717Z"
fill="#4D4D4D" />
</svg>
<span class="text-14-20 text-c-black-30">LinkedIn</span>
</div>
</a>


<a href="https://instagram.com/royalstar.co.in/"
target="_blank">
<div class="d-flex align-items-center gap-2 mt-10">
<svg width="18"
height="18"
viewBox="0 0 18 18"
fill="none"
xmlns="http://www.w3.org/2000/svg">
<path fill-rule="evenodd" clip-rule="evenodd"
d="M6.24335 3.5235C4.89715 3.5235 3.80585 4.6148 3.80585 5.961V11.961C3.80585 13.3072 4.89715 14.3985 6.24335 14.3985H12.2433C13.5895 14.3985 14.6808 13.3072 14.6808 11.961V5.961C14.6808 4.6148 13.5895 3.5235 12.2433 3.5235H6.24335ZM2.68085 5.961C2.68085 3.99348 4.27583 2.3985 6.24335 2.3985H12.2433C14.2109 2.3985 15.8058 3.99348 15.8058 5.961V11.961C15.8058 13.9285 14.2109 15.5235 12.2433 15.5235H6.24335C4.27583 15.5235 2.68085 13.9285 2.68085 11.961V5.961ZM9.24335 7.2735C8.31137 7.2735 7.55585 8.02902 7.55585 8.961C7.55585 9.89298 8.31137 10.6485 9.24335 10.6485C10.1753 10.6485 10.9308 9.89298 10.9308 8.961C10.9308 8.02902 10.1753 7.2735 9.24335 7.2735ZM6.43085 8.961C6.43085 7.4077 7.69005 6.1485 9.24335 6.1485C10.7966 6.1485 12.0558 7.4077 12.0558 8.961C12.0558 10.5143 10.7966 11.7735 9.24335 11.7735C7.69005 11.7735 6.43085 10.5143 6.43085 8.961ZM13.1808 5.586C13.1808 5.27534 12.929 5.0235 12.6183 5.0235C12.3077 5.0235 12.0558 5.27534 12.0558 5.586V5.587C12.0558 5.89766 12.3077 6.1495 12.6183 6.1495C12.929 6.1495 13.1808 5.89766 13.1808 5.587V5.586Z"
fill="#4D4D4D" />
</svg>
<span class="text-14-20 text-c-black-30">Instagram</span>
</div>
</a>


<a href="https://twitter.com/royalstarcoin"
target="_blank">
<div class="d-flex align-items-center gap-2 mt-10">
<svg width="18"
height="18"
viewBox="0 0 18 18"
fill="none"
xmlns="http://www.w3.org/2000/svg">
<path
d="M16.2272 2.92963C15.4772 3.29713 14.7422 3.44638 13.9772 3.67213C13.1364 2.72338 11.8899 2.67088 10.6922 3.11938C9.49442 3.56788 8.70992 4.66438 8.72717 5.92213V6.67213C6.29342 6.73438 4.12592 5.62588 2.72717 3.67213C2.72717 3.67213 -0.409327 9.24688 5.72717 11.9221C4.32317 12.8574 2.92292 13.4881 1.22717 13.4221C3.70817 14.7744 6.41192 15.2394 8.75267 14.5599C11.4377 13.7799 13.6442 11.7676 14.4909 8.75338C14.7435 7.83663 14.8689 6.88952 14.8637 5.93863C14.8622 5.75188 15.9962 3.85963 16.2272 2.92888V2.92963Z"
stroke="#4D4D4D" stroke-width="1.125" stroke-linecap="round"
stroke-linejoin="round" />
</svg>
<span class="text-14-20 text-c-black-30"> Twitter</span>
</div>
</a>


<a href="https://www.youtube.com/@RoyalStarMobileAccessories"
target="_blank">
<div class="d-flex align-items-center gap-2 mt-10">
<svg width="18"
height="18"
viewBox="0 0 18 18"
fill="none"
xmlns="http://www.w3.org/2000/svg">
<path fill-rule="evenodd" clip-rule="evenodd"
d="M3.09485 6.672C3.09485 5.3258 4.18615 4.2345 5.53235 4.2345H13.0323C14.3785 4.2345 15.4698 5.3258 15.4698 6.672V11.172C15.4698 12.5182 14.3785 13.6095 13.0323 13.6095H5.53235C4.18615 13.6095 3.09485 12.5182 3.09485 11.172V6.672ZM5.53235 3.1095C3.56483 3.1095 1.96985 4.70448 1.96985 6.672V11.172C1.96985 13.1395 3.56483 14.7345 5.53235 14.7345H13.0323C14.9999 14.7345 16.5948 13.1395 16.5948 11.172V6.672C16.5948 4.70448 14.9999 3.1095 13.0323 3.1095H5.53235ZM8.07175 6.18966C7.89798 6.08539 7.68155 6.08266 7.50521 6.18251C7.32886 6.28236 7.21985 6.46934 7.21985 6.672V11.172C7.21985 11.3747 7.32886 11.5616 7.50521 11.6615C7.68155 11.7613 7.89798 11.7586 8.07175 11.6543L11.8218 9.40434C11.9912 9.30268 12.0948 9.11958 12.0948 8.922C12.0948 8.72441 11.9912 8.54131 11.8218 8.43966L8.07175 6.18966ZM8.34485 10.1785V7.66548L10.439 8.922L8.34485 10.1785Z"
fill="#4D4D4D" />
</svg>
<span class="text-14-20 text-c-black-30">YouTube</span>
</div>
</a>


<a href="https://pinterest.com/royalstarcoin/"
target="_blank">
<div class="d-flex align-items-center gap-2 mt-10">
<svg xmlns="http://www.w3.org/2000/svg" width="18" height="18" viewBox="0 0 18 18" fill="none">
<path d="M15.0469 7.87503C15.0469 9.42542 14.5055 10.8415 13.5225 11.8639C12.6084 12.8145 11.3702 13.3594 10.125 13.3594C8.75953 13.3594 7.90664 12.8623 7.40883 12.4003L6.59813 15.8457C6.57654 15.9384 6.52422 16.0211 6.44967 16.0803C6.37512 16.1396 6.28272 16.1718 6.1875 16.1719C6.15506 16.1719 6.12273 16.1682 6.09117 16.1606C5.98228 16.1351 5.888 16.0673 5.82907 15.9722C5.77013 15.8772 5.75136 15.7626 5.77688 15.6537L8.02688 6.0912C8.0385 6.03623 8.06098 5.98413 8.09301 5.93797C8.12504 5.89181 8.16597 5.85251 8.21339 5.82238C8.26081 5.79226 8.31378 5.7719 8.36917 5.76252C8.42457 5.75314 8.48128 5.75491 8.53598 5.76774C8.59068 5.78058 8.64226 5.80421 8.6877 5.83724C8.73315 5.87028 8.77153 5.91207 8.80061 5.96014C8.82969 6.00822 8.84887 6.06161 8.85703 6.1172C8.86519 6.17279 8.86216 6.22945 8.84813 6.28385L7.64648 11.3907C7.84336 11.6951 8.52258 12.5157 10.125 12.5157C12.1296 12.5157 14.2031 10.7796 14.2031 7.87503C14.2029 7.07709 14.0191 6.2899 13.666 5.57434C13.3129 4.85877 12.8 4.234 12.1668 3.74835C11.5337 3.26269 10.7974 2.92915 10.0148 2.77353C9.23214 2.61791 8.42422 2.64438 7.65346 2.85088C6.88271 3.05738 6.16977 3.43839 5.56979 3.96444C4.96981 4.49049 4.49885 5.14748 4.19335 5.88462C3.88784 6.62175 3.75596 7.41928 3.80792 8.21553C3.85987 9.01177 4.09426 9.7854 4.49297 10.4766C4.52188 10.5246 4.54093 10.5779 4.54901 10.6334C4.55709 10.6888 4.55404 10.7453 4.54003 10.7996C4.52603 10.8539 4.50134 10.9048 4.46743 10.9494C4.43352 10.9941 4.39105 11.0315 4.34252 11.0595C4.29398 11.0876 4.24034 11.1056 4.18474 11.1127C4.12914 11.1198 4.07269 11.1157 4.01868 11.1007C3.96468 11.0857 3.9142 11.0601 3.8702 11.0254C3.8262 10.9906 3.78956 10.9475 3.76242 10.8985C3.29895 10.0952 3.02645 9.19609 2.96599 8.27068C2.90553 7.34527 3.05874 6.41835 3.41376 5.56161C3.76878 4.70487 4.3161 3.94126 5.01339 3.32985C5.71069 2.71844 6.53927 2.27561 7.43506 2.0356C8.33085 1.7956 9.26984 1.76484 10.1794 1.94573C11.089 2.12661 11.9448 2.51428 12.6806 3.07875C13.4164 3.64323 14.0125 4.36938 14.4228 5.20106C14.8331 6.03273 15.0467 6.94764 15.0469 7.87503Z" fill="#4D4D4D" stroke="#4D4D4D" stroke-width="0.3"/>
</svg>
<span class="text-14-20 text-c-black-30">Pinterest</span>
</div>
</a>

</div>

</div>
</div>
<div class="d-flex flex-column align-items-center justify-content-center"
style="padding-top: 20px;
border-top: 1px solid var(--black-85);
gap: 16px;
margin-top: 40px;">

<div class="d-flex">
<div class="text-14-20">
Copyright © 2022 to 2025. All rights reserved.
</div>

</div>
<div class="d-flex gap-32"
style="padding: 5px;">
<div class="d-flex align-items-center gap-10">
<div class="d-flex">
<svg width="38"
height="24"
viewBox="0 0 38 24"
fill="none"
xmlns="http://www.w3.org/2000/svg">
<g clip-path="url(#clip0_204_20885)">
<path opacity="0.07"
d="M35 0H3C1.3 0 0 1.3 0 3V21C0 22.7 1.4 24 3 24H35C36.7 24 38 22.7 38 21V3C38 1.3 36.6 0 35 0Z"
fill="#1A181E" />
<path
d="M35 1C36.1 1 37 1.9 37 3V21C37 22.1 36.1 23 35 23H3C1.9 23 1 22.1 1 21V3C1 1.9 1.9 1 3 1H35Z"
fill="white" />
<path
d="M28.3 10.1H28C27.6 11.1 27.3 11.6 27 13.1H28.9C28.6 11.6 28.6 10.9 28.3 10.1ZM31.2 16H29.5C29.4 16 29.4 16 29.3 15.9L29.1 15L29 14.8H26.6C26.5 14.8 26.4 14.8 26.4 15L26.1 15.9C26.1 16 26 16 26 16H23.9L24.1 15.5L27 8.7C27 8.2 27.3 8 27.8 8H29.3C29.4 8 29.5 8 29.5 8.2L30.9 14.7C31 15.1 31.1 15.4 31.1 15.8C31.2 15.9 31.2 15.9 31.2 16ZM17.8 15.7L18.2 13.9C18.3 13.9 18.4 14 18.4 14C19.1 14.3 19.8 14.5 20.5 14.4C20.7 14.4 21 14.3 21.2 14.2C21.7 14 21.7 13.5 21.3 13.1C21.1 12.9 20.8 12.8 20.5 12.6C20.1 12.4 19.7 12.2 19.4 11.9C18.2 10.9 18.6 9.5 19.3 8.8C19.9 8.4 20.2 8 21 8C22.2 8 23.5 8 24.1 8.2H24.2C24.1 8.8 24 9.3 23.8 9.9C23.3 9.7 22.8 9.5 22.3 9.5C22 9.5 21.7 9.5 21.4 9.6C21.2 9.6 21.1 9.7 21 9.8C20.8 10 20.8 10.3 21 10.5L21.5 10.9C21.9 11.1 22.3 11.3 22.6 11.5C23.1 11.8 23.6 12.3 23.7 12.9C23.9 13.8 23.6 14.6 22.8 15.2C22.3 15.6 22.1 15.8 21.4 15.8C20 15.8 18.9 15.9 18 15.6C17.9 15.8 17.9 15.8 17.8 15.7ZM14.3 16C14.4 15.3 14.4 15.3 14.5 15C15 12.8 15.5 10.5 15.9 8.3C16 8.1 16 8 16.2 8H18C17.8 9.2 17.6 10.1 17.3 11.2C17 12.7 16.7 14.2 16.3 15.7C16.3 15.9 16.2 15.9 16 15.9M5 8.2C5 8.1 5.2 8 5.3 8H8.7C9.2 8 9.6 8.3 9.7 8.8L10.6 13.2C10.6 13.3 10.6 13.3 10.7 13.4C10.7 13.3 10.8 13.3 10.8 13.3L12.9 8.2C12.8 8.1 12.9 8 13 8H15.1C15.1 8.1 15.1 8.1 15 8.2L11.9 15.5C11.8 15.7 11.8 15.8 11.7 15.9C11.6 16 11.4 15.9 11.2 15.9H9.7C9.6 15.9 9.5 15.9 9.5 15.7L7.9 9.5C7.7 9.3 7.4 9 7 8.9C6.4 8.6 5.3 8.4 5.1 8.4L5 8.2Z"
fill="#142688" />
</g>
<defs>
<clipPath id="clip0_204_20885">
<rect width="38" height="24" fill="white" />
</clipPath>
</defs>
</svg>
</div>
<div class="d-flex">
<svg width="38"
height="24"
viewBox="0 0 38 24"
fill="none"
xmlns="http://www.w3.org/2000/svg">
<g clip-path="url(#clip0_204_20890)">
<path opacity="0.07"
d="M35 0H3C1.3 0 0 1.3 0 3V21C0 22.7 1.4 24 3 24H35C36.7 24 38 22.7 38 21V3C38 1.3 36.6 0 35 0Z"
fill="#1A181E" />
<path
d="M35 1C36.1 1 37 1.9 37 3V21C37 22.1 36.1 23 35 23H3C1.9 23 1 22.1 1 21V3C1 1.9 1.9 1 3 1H35Z"
fill="white" />
<path
d="M15 19C18.866 19 22 15.866 22 12C22 8.13401 18.866 5 15 5C11.134 5 8 8.13401 8 12C8 15.866 11.134 19 15 19Z"
fill="#EB001B" />
<path
d="M23 19C26.866 19 30 15.866 30 12C30 8.13401 26.866 5 23 5C19.134 5 16 8.13401 16 12C16 15.866 19.134 19 23 19Z"
fill="#F79E1B" />
<path
d="M22 12C22 9.60005 20.8 7.50005 19 6.30005C17.2 7.60005 16 9.70005 16 12C16 14.3 17.2 16.5 19 17.7C20.8 16.5 22 14.4 22 12Z"
fill="#FF5F00" />
</g>
<defs>
<clipPath id="clip0_204_20890">
<rect width="38" height="24" fill="white" />
</clipPath>
</defs>
</svg>
</div>
<div class="d-flex">
<svg width="38"
height="24"
viewBox="0 0 38 24"
fill="none"
xmlns="http://www.w3.org/2000/svg">
<g clip-path="url(#clip0_204_20897)">
<path opacity="0.07"
d="M35 0H3C1.3 0 0 1.3 0 3V21C0 22.7 1.4 24 3 24H35C36.7 24 38 22.7 38 21V3C38 1.3 36.6 0 35 0Z"
fill="#1A181E" />
<path
d="M35 1C36.1 1 37 1.9 37 3V21C37 22.1 36.1 23 35 23H3C1.9 23 1 22.1 1 21V3C1 1.9 1.9 1 3 1H35Z"
fill="#006FCF" />
<path
d="M8.971 10.268L9.745 12.144H8.203L8.971 10.268ZM25.046 10.346H22.069V11.173H24.998V12.412H22.075V13.334H25.052V14.073L27.129 11.828L25.052 9.488L25.046 10.346ZM10.983 8.006H14.978L15.865 9.941L16.687 8H27.057L28.135 9.19L29.25 8H34.013L30.494 11.852L33.977 15.68H29.143L28.065 14.49L26.94 15.68H10.03L9.536 14.49H8.406L7.911 15.68H4L7.286 8H10.716L10.983 8.006ZM19.646 9.084H17.407L15.907 12.62L14.282 9.084H12.06V13.894L10 9.084H8.007L5.625 14.596H7.18L7.674 13.406H10.27L10.764 14.596H13.484V10.661L15.235 14.602H16.425L18.165 10.673V14.603H19.623L19.647 9.083L19.646 9.084ZM28.986 11.852L31.517 9.084H29.695L28.094 10.81L26.546 9.084H20.652V14.602H26.462L28.076 12.864L29.624 14.602H31.499L28.986 11.852Z"
fill="white" />
</g>
<defs>
<clipPath id="clip0_204_20897">
<rect width="38" height="24" fill="white" />
</clipPath>
</defs>
</svg>
</div>
<div class="d-flex">
<svg width="38"
height="24"
viewBox="0 0 38 24"
fill="none"
xmlns="http://www.w3.org/2000/svg">
<g clip-path="url(#clip0_204_20903)">
<path opacity="0.07"
d="M35 0H3C1.3 0 0 1.3 0 3V21C0 22.7 1.4 24 3 24H35C36.7 24 38 22.7 38 21V3C38 1.3 36.6 0 35 0Z"
fill="#1A181E" />
<path
d="M35 1C36.1 1 37 1.9 37 3V21C37 22.1 36.1 23 35 23H3C1.9 23 1 22.1 1 21V3C1 1.9 1.9 1 3 1H35Z"
fill="white" />
<path
d="M23.9 8.3C24.1 7.3 23.9 6.6 23.3 6C22.7 5.3 21.6 5 20.2 5H16.1C15.8 5 15.6 5.2 15.5 5.5L14 15.6C14 15.8 14.1 16 14.3 16H17L17.4 12.6L19.2 10.4L23.9 8.3Z"
fill="#003087" />
<path
d="M23.9 8.30005L23.7 8.50005C23.2 11.3 21.5 12.3 19.1 12.3H18C17.7 12.3 17.5 12.5 17.4 12.8L16.8 16.7L16.6 17.7C16.6 17.9 16.7 18.1 16.9 18.1H19C19.3 18.1 19.5 17.9 19.5 17.7V17.6L19.9 15.2V15.1C19.9 14.9 20.2 14.7 20.4 14.7H20.7C22.8 14.7 24.4 13.9 24.8 11.5C25 10.5 24.9 9.70005 24.4 9.10005C24.3 8.60005 24.1 8.40005 23.9 8.30005Z"
fill="#3086C8" />
<path
d="M23.3 8.10005C23.2 8.00005 23.1 8.00005 23 8.00005C22.9 8.00005 22.8 8.00005 22.7 7.90005C22.4 7.80005 22 7.80005 21.6 7.80005H18.6C18.5 7.80005 18.4 7.80005 18.4 7.90005C18.2 8.00005 18.1 8.10005 18.1 8.30005L17.4 12.7V12.8C17.4 12.5 17.7 12.3 18 12.3H19.3C21.8 12.3 23.4 11.3 23.9 8.50005V8.30005C23.8 8.20005 23.6 8.10005 23.4 8.10005H23.3Z"
fill="#012169" />
</g>
<defs>
<clipPath id="clip0_204_20903">
<rect width="38" height="24" fill="white" />
</clipPath>
</defs>
</svg>
</div>
<div class="d-flex">
<svg width="38"
height="24"
viewBox="0 0 38 24"
fill="none"
xmlns="http://www.w3.org/2000/svg">
<g clip-path="url(#clip0_204_20910)">
<path opacity="0.07"
d="M35 0H3C1.3 0 0 1.3 0 3V21C0 22.7 1.4 24 3 24H35C36.7 24 38 22.7 38 21V3C38 1.3 36.6 0 35 0Z"
fill="#1A181E" />
<path
d="M35 1C36.1 1 37 1.9 37 3V21C37 22.1 36.1 23 35 23H3C1.9 23 1 22.1 1 21V3C1 1.9 1.9 1 3 1H35Z"
fill="white" />
<path
d="M12 12V15.7C12 16 11.8 16 11.5 15.9C9.60001 15.1 8.50001 12.6 9.20001 10.5C9.60001 9.4 10.4 8.5 11.5 8.1C11.9 7.9 12 8 12 8.3V12ZM14 12V8.3C14 8 14 8 14.3 8.1C16.4 8.9 17.5 11.4 16.7 13.5C16.3 14.6 15.5 15.5 14.4 15.9C14 16.1 14 16 14 15.7V12ZM21.2 5H13C16.8 5 19.8 8.1 19.8 12C19.8 15.9 16.8 19 13 19H21.2C25 19 28 15.9 28 12C28 8.1 25 5 21.2 5Z"
fill="#3086C8" />
</g>
<defs>
<clipPath id="clip0_204_20910">
<rect width="38" height="24" fill="white" />
</clipPath>
</defs>
</svg>
</div>
<div class="d-flex">
<svg width="38"
height="24"
viewBox="0 0 38 24"
fill="none"
xmlns="http://www.w3.org/2000/svg">
<g clip-path="url(#clip0_204_20915)">
<path opacity="0.07"
d="M35 0H3C1.3 0 0 1.3 0 3V21C0 22.7 1.4 24 3 24H35C36.7 24 38 22.7 38 21V3C38 1.3 36.6 0 35 0Z"
fill="#1A181E" />
<path
d="M35 1C36.1 1 37 1.9 37 3V21C37 22.1 36.1 23 35 23H3C1.9 23 1 22.1 1 21V3C1 1.9 1.9 1 3 1H35Z"
fill="white" />
<path
d="M3.57 7.16004H2V12.66H3.57C4.4 12.66 5 12.46 5.53 12.03C6.16 11.51 6.53 10.73 6.53 9.92004C6.52 8.29004 5.31 7.16004 3.57 7.16004ZM4.83 11.3C4.49 11.6 4.06 11.74 3.36 11.74H3.07V8.10004H3.36C4.05 8.10004 4.47 8.22004 4.83 8.54004C5.2 8.87004 5.42 9.38004 5.42 9.91004C5.42 10.44 5.2 10.97 4.83 11.3ZM7.02 7.16004H8.09V12.66H7.02V7.16004ZM10.71 9.27004C10.07 9.03004 9.88 8.87004 9.88 8.58004C9.88 8.23004 10.22 7.97004 10.68 7.97004C11 7.97004 11.27 8.10004 11.54 8.42004L12.1 7.69004C11.64 7.29004 11.09 7.08004 10.48 7.08004C9.51 7.08004 8.76 7.76004 8.76 8.66004C8.76 9.42004 9.11 9.81004 10.11 10.17C10.53 10.32 10.74 10.42 10.85 10.48C11.06 10.62 11.17 10.82 11.17 11.05C11.17 11.5 10.82 11.83 10.34 11.83C9.83 11.83 9.42 11.57 9.17 11.1L8.48 11.77C8.97 12.5 9.57 12.82 10.38 12.82C11.49 12.82 12.28 12.08 12.28 11.01C12.3 10.12 11.93 9.72004 10.71 9.27004ZM12.63 9.92004C12.63 11.54 13.9 12.79 15.53 12.79C15.99 12.79 16.39 12.7 16.87 12.47V11.21C16.44 11.64 16.06 11.81 15.58 11.81C14.5 11.81 13.73 11.03 13.73 9.91004C13.73 8.85004 14.52 8.02004 15.53 8.02004C16.04 8.02004 16.43 8.20004 16.87 8.64004V7.38004C16.4 7.14004 16.01 7.04004 15.55 7.04004C13.94 7.04004 12.63 8.32004 12.63 9.92004ZM25.39 10.86L23.92 7.16004H22.75L25.08 12.8H25.66L28.03 7.16004H26.87L25.39 10.86ZM28.52 12.66H31.56V11.73H29.59V10.25H31.49V9.32004H29.59V8.10004H31.56V7.16004H28.52V12.66ZM35.81 8.79004C35.81 7.76004 35.1 7.17004 33.86 7.17004H32.27V12.67H33.34V10.46H33.48L34.96 12.67H36.28L34.55 10.35C35.36 10.18 35.81 9.63004 35.81 8.79004ZM33.65 9.70004H33.34V8.03004H33.67C34.34 8.03004 34.7 8.31004 34.7 8.85004C34.7 9.40004 34.34 9.70004 33.65 9.70004Z"
fill="#231F20" />
<path
d="M20.16 12.86C20.9374 12.86 21.6829 12.5512 22.2325 12.0016C22.7822 11.4519 23.091 10.7064 23.091 9.92905C23.091 9.1517 22.7822 8.40619 22.2325 7.85652C21.6829 7.30685 20.9374 6.99805 20.16 6.99805C19.3827 6.99805 18.6371 7.30685 18.0875 7.85652C17.5378 8.40619 17.229 9.1517 17.229 9.92905C17.229 10.7064 17.5378 11.4519 18.0875 12.0016C18.6371 12.5512 19.3827 12.86 20.16 12.86Z"
fill="url(#paint0_linear_204_20915)" />
<path opacity="0.65"
d="M20.16 12.86C20.9374 12.86 21.6829 12.5512 22.2325 12.0016C22.7822 11.4519 23.091 10.7064 23.091 9.92905C23.091 9.1517 22.7822 8.40619 22.2325 7.85652C21.6829 7.30685 20.9374 6.99805 20.16 6.99805C19.3827 6.99805 18.6371 7.30685 18.0875 7.85652C17.5378 8.40619 17.229 9.1517 17.229 9.92905C17.229 10.7064 17.5378 11.4519 18.0875 12.0016C18.6371 12.5512 19.3827 12.86 20.16 12.86Z"
fill="url(#paint1_linear_204_20915)" />
<path
d="M36.57 7.50596C36.57 7.40596 36.5 7.35596 36.39 7.35596H36.23V7.83596H36.35V7.64596L36.49 7.83596H36.63L36.47 7.63596C36.53 7.62596 36.57 7.57596 36.57 7.50596ZM36.37 7.57596H36.35V7.44596H36.37C36.43 7.44596 36.46 7.46596 36.46 7.50596C36.46 7.55596 36.43 7.57596 36.37 7.57596Z"
fill="#231F20" />
<path
d="M36.41 7.17603C36.18 7.17603 35.99 7.36603 35.99 7.59603C35.99 7.82603 36.18 8.01603 36.41 8.01603C36.64 8.01603 36.83 7.82603 36.83 7.59603C36.83 7.36603 36.64 7.17603 36.41 7.17603ZM36.41 7.94603C36.23 7.94603 36.07 7.79603 36.07 7.59603C36.07 7.40603 36.22 7.24603 36.41 7.24603C36.59 7.24603 36.74 7.40603 36.74 7.59603C36.74 7.78603 36.59 7.94603 36.41 7.94603Z"
fill="#231F20" />
<path
d="M37 12.9839C37 12.9839 27.09 19.8729 8.97601 22.9999H34.999C35.5267 22.9999 36.033 22.7914 36.4076 22.4198C36.7822 22.0481 36.9948 21.5435 36.999 21.0159L37.023 17.9959L37 12.9839Z"
fill="#F48120" />
</g>
<defs>
<linearGradient id="paint0_linear_204_20915" x1="21.657" y1="12.275" x2="19.632"
y2="9.10405" gradientUnits="userSpaceOnUse">
<stop stop-color="#F89F20" />
<stop offset="0.25" stop-color="#F79A20" />
<stop offset="0.533" stop-color="#F68D20" />
<stop offset="0.62" stop-color="#F58720" />
<stop offset="0.723" stop-color="#F48120" />
<stop offset="1" stop-color="#F37521" />
</linearGradient>
<linearGradient id="paint1_linear_204_20915" x1="21.338" y1="12.232" x2="18.378"
y2="6.44605" gradientUnits="userSpaceOnUse">
<stop stop-color="#F58720" />
<stop offset="0.359" stop-color="#E16F27" />
<stop offset="0.703" stop-color="#D4602C" />
<stop offset="0.982" stop-color="#D05B2E" />
</linearGradient>
<clipPath id="clip0_204_20915">
<rect width="38" height="24" fill="white" />
</clipPath>
</defs>
</svg>
</div>
</div>
</div>
</div>
</section>
</div>
</footer>

<!-- mobile bottom nav bar -->


<div data-subscribe="products" data-entity-type="bxgy-footer"
class="coupon-sticky full-width flex d-row j-center a-center hidden" id="coupon-sticky">
<div class="bxgy-text"></div>
<a>
<div class="add-text flex d-row a-center hide-on-mobile">
<div class="sticky-text">Add More</div> <svg class="goToBagIcon " xmlns="http://www.w3.org/2000/svg" width="18"
height="18" viewBox="0 0 26 26">
<path fill="currentColor"
d="M13 0C5.832 0 0 5.86 0 13.061c0 7.202 5.832 13.062 13 13.062s13-5.86 13-13.062C26 5.86 20.168 0 13 0z">
</path>
<path fill="currentColor"
d="M14.764 13.061l-4.437-4.726c-.48-.512-.48-1.344 0-1.856s1.261-.512 1.742 0l5.357 5.708c.454.483.454 1.266 0 1.749l-5.357 5.707c-.48.512-1.261.512-1.742 0-.48-.512-.48-1.343 0-1.855l4.437-4.727z">
</path>
</svg>
</div>
</a>
</div>


<script data-cfasync="false" src="/cdn-cgi/scripts/5c5dd728/cloudflare-static/email-decode.min.js"></script><script defer src="/public/102039593/juggernaut/js/bxgy_sticky_footer.js?ver=sceptre:a9e7453"></script>



<div id="mobile-bottom-nav-bar" class="sticky-bottom d-lg-none mob-navbar d-flex bg-white py-2"
style="border-top: 1px solid #D9D9D9;">
<a href="/" id="od-mob-home"
class="col-3 d-flex flex-column gap-1 align-items-center justify-content-center mob-nav-link mob-nav-link-active">
<div class="flex">
<svg class="home-svg-mobile-nav" width="24" height="24" viewBox="0 0 24 24" fill="none"
xmlns="http://www.w3.org/2000/svg">
<path
d="M3 9L12 2L21 9V20C21 20.5304 20.7893 21.0391 20.4142 21.4142C20.0391 21.7893 19.5304 22 19 22H5C4.46957 22 3.96086 21.7893 3.58579 21.4142C3.21071 21.0391 3 20.5304 3 20V9Z"
stroke="#999999" stroke-width="1.4" stroke-linecap="round"
stroke-linejoin="round" />
<path d="M9 22V12H15V22" stroke="#999999" stroke-width="1.4" stroke-linecap="round" stroke-linejoin="round" />
</svg>
<svg class="home-svg-mobile-nav-filled hidden" width="24" height="24" viewBox="0 0 24 24" fill="none"
xmlns="http://www.w3.org/2000/svg">
<path
d="M3 9L12 2L21 9V20C21 20.5304 20.7893 21.0391 20.4142 21.4142C20.0391 21.7893 19.5304 22 19 22H5C4.46957 22 3.96086 21.7893 3.58579 21.4142C3.21071 21.0391 3 20.5304 3 20V9Z"
stroke="var(--primary)" stroke-width="1.4" stroke-linecap="round"
stroke-linejoin="round" />
<path d="M9 22V12H15V22" stroke="var(--primary)" stroke-width="1.4" stroke-linecap="round" stroke-linejoin="round" />
</svg>
</div>
<div class="text-12 font-semibold mob-nav-label home-mob-nav-label" style="color: var(--black-60);">Home</div>
</a>
<a href="/royalstar4/categories" id="od-mob-bag"
class="col-3 mob-nav-link d-flex gap-1 align-items-center justify-content-center">
<div class="position-relative d-flex flex-column gap-1 align-items-center justify-content-center"
style="width: fit-content;">
<div>
<svg id="shop-svg-mobile-nav" width="24" height="24" viewBox="0 0 24 24" fill="none"
xmlns="http://www.w3.org/2000/svg">
<path
d="M2 7L6.41 2.59C6.59606 2.40283 6.81732 2.25434 7.06103 2.15308C7.30474 2.05182 7.56609 1.99979 7.83 2H16.17C16.4339 1.99979 16.6953 2.05182 16.939 2.15308C17.1827 2.25434 17.4039 2.40283 17.59 2.59L22 7"
stroke="#999999" stroke-width="1.4" stroke-linecap="round" stroke-linejoin="round" />
<path
d="M4 12V20C4 20.5304 4.21071 21.0391 4.58579 21.4142C4.96086 21.7893 5.46957 22 6 22H18C18.5304 22 19.0391 21.7893 19.4142 21.4142C19.7893 21.0391 20 20.5304 20 20V12"
stroke="#999999" stroke-width="1.4" stroke-linecap="round" stroke-linejoin="round" />
<path
d="M15 22V18C15 17.4696 14.7893 16.9609 14.4142 16.5858C14.0391 16.2107 13.5304 16 13 16H11C10.4696 16 9.96086 16.2107 9.58579 16.5858C9.21071 16.9609 9 17.4696 9 18V22"
stroke="#999999" stroke-width="1.4" stroke-linecap="round" stroke-linejoin="round" />
<path d="M2 7H22" stroke="#999999" stroke-width="1.4" stroke-linecap="round" stroke-linejoin="round" />
<path
d="M22 7V10C22 10.5304 21.7893 11.0391 21.4142 11.4142C21.0391 11.7893 20.5304 12 20 12C19.4157 11.9678 18.8577 11.7467 18.41 11.37C18.2907 11.2838 18.1472 11.2374 18 11.2374C17.8528 11.2374 17.7093 11.2838 17.59 11.37C17.1423 11.7467 16.5843 11.9678 16 12C15.4157 11.9678 14.8577 11.7467 14.41 11.37C14.2907 11.2838 14.1472 11.2374 14 11.2374C13.8528 11.2374 13.7093 11.2838 13.59 11.37C13.1423 11.7467 12.5843 11.9678 12 12C11.4157 11.9678 10.8577 11.7467 10.41 11.37C10.2907 11.2838 10.1472 11.2374 10 11.2374C9.85279 11.2374 9.70932 11.2838 9.59 11.37C9.14227 11.7467 8.58426 11.9678 8 12C7.41574 11.9678 6.85773 11.7467 6.41 11.37C6.29068 11.2838 6.14721 11.2374 6 11.2374C5.85279 11.2374 5.70932 11.2838 5.59 11.37C5.14227 11.7467 4.58426 11.9678 4 12C3.46957 12 2.96086 11.7893 2.58579 11.4142C2.21071 11.0391 2 10.5304 2 10V7"
stroke="#999999" stroke-width="1.4" stroke-linecap="round" stroke-linejoin="round" />
</svg>
<svg class="shop-svg-mobile-nav-filled hidden" width="24" height="24" viewBox="0 0 24 24" fill="none"
xmlns="http://www.w3.org/2000/svg">
<path
d="M2 7L6.41 2.59C6.59606 2.40283 6.81732 2.25434 7.06103 2.15308C7.30474 2.05182 7.56609 1.99979 7.83 2H16.17C16.4339 1.99979 16.6953 2.05182 16.939 2.15308C17.1827 2.25434 17.4039 2.40283 17.59 2.59L22 7"
stroke="var(--primary)" stroke-width="1.4" stroke-linecap="round" stroke-linejoin="round" />
<path
d="M4 12V20C4 20.5304 4.21071 21.0391 4.58579 21.4142C4.96086 21.7893 5.46957 22 6 22H18C18.5304 22 19.0391 21.7893 19.4142 21.4142C19.7893 21.0391 20 20.5304 20 20V12"
stroke="var(--primary)" stroke-width="1.4" stroke-linecap="round" stroke-linejoin="round" />
<path
d="M15 22V18C15 17.4696 14.7893 16.9609 14.4142 16.5858C14.0391 16.2107 13.5304 16 13 16H11C10.4696 16 9.96086 16.2107 9.58579 16.5858C9.21071 16.9609 9 17.4696 9 18V22"
stroke="var(--primary)" stroke-width="1.4" stroke-linecap="round" stroke-linejoin="round" />
<path d="M2 7H22" stroke="var(--primary)" stroke-width="1.4" stroke-linecap="round" stroke-linejoin="round" />
<path
d="M22 7V10C22 10.5304 21.7893 11.0391 21.4142 11.4142C21.0391 11.7893 20.5304 12 20 12C19.4157 11.9678 18.8577 11.7467 18.41 11.37C18.2907 11.2838 18.1472 11.2374 18 11.2374C17.8528 11.2374 17.7093 11.2838 17.59 11.37C17.1423 11.7467 16.5843 11.9678 16 12C15.4157 11.9678 14.8577 11.7467 14.41 11.37C14.2907 11.2838 14.1472 11.2374 14 11.2374C13.8528 11.2374 13.7093 11.2838 13.59 11.37C13.1423 11.7467 12.5843 11.9678 12 12C11.4157 11.9678 10.8577 11.7467 10.41 11.37C10.2907 11.2838 10.1472 11.2374 10 11.2374C9.85279 11.2374 9.70932 11.2838 9.59 11.37C9.14227 11.7467 8.58426 11.9678 8 12C7.41574 11.9678 6.85773 11.7467 6.41 11.37C6.29068 11.2838 6.14721 11.2374 6 11.2374C5.85279 11.2374 5.70932 11.2838 5.59 11.37C5.14227 11.7467 4.58426 11.9678 4 12C3.46957 12 2.96086 11.7893 2.58579 11.4142C2.21071 11.0391 2 10.5304 2 10V7"
stroke="var(--primary)" stroke-width="1.4" stroke-linecap="round" stroke-linejoin="round" />
</svg>
</div>
<div class="text-12 font-semibold mob-nav-label shop-mob-nav-label text-center" style="color: var(--black-60);">
Shop
</div>
</div>
</a>
<a href="/royalstar4/bag" id="od-mob-bag"
class="col-3 mob-nav-link d-flex align-items-center justify-content-center">
<div class="position-relative d-flex flex-column align-items-center justify-content-center"
style="width: fit-content;">
<div>
<svg id="bag-svg-mobile-nav" width="24" height="24" viewBox="0 0 24 24" fill="none"
xmlns="http://www.w3.org/2000/svg">
<path fill-rule="evenodd" clip-rule="evenodd"
d="M8.00005 20.6998C7.83436 20.6998 7.70005 20.8341 7.70005 20.9998C7.70005 21.1655 7.83436 21.2998 8.00005 21.2998C8.16573 21.2998 8.30005 21.1655 8.30005 20.9998C8.30005 20.8341 8.16573 20.6998 8.00005 20.6998ZM6.30005 20.9998C6.30005 20.0609 7.06116 19.2998 8.00005 19.2998C8.93893 19.2998 9.70005 20.0609 9.70005 20.9998C9.70005 21.9387 8.93893 22.6998 8.00005 22.6998C7.06116 22.6998 6.30005 21.9387 6.30005 20.9998Z"
fill="#999999" />
<path fill-rule="evenodd" clip-rule="evenodd"
d="M19 20.6998C18.8344 20.6998 18.7 20.8341 18.7 20.9998C18.7 21.1655 18.8344 21.2998 19 21.2998C19.1657 21.2998 19.3 21.1655 19.3 20.9998C19.3 20.8341 19.1657 20.6998 19 20.6998ZM17.3 20.9998C17.3 20.0609 18.0612 19.2998 19 19.2998C19.9389 19.2998 20.7 20.0609 20.7 20.9998C20.7 21.9387 19.9389 22.6998 19 22.6998C18.0612 22.6998 17.3 21.9387 17.3 20.9998Z"
fill="#999999" />
<path
d="M2.05005 2.0498H4.05005L6.71005 14.4698C6.80763 14.9247 7.06072 15.3313 7.42576 15.6197C7.7908 15.908 8.24495 16.0602 8.71005 16.0498H18.49C18.9452 16.0491 19.3865 15.8931 19.7411 15.6076C20.0956 15.3222 20.3422 14.9243 20.4401 14.4798L22.09 7.0498H5.12005"
stroke="#999999" stroke-width="1.4" stroke-linecap="round" stroke-linejoin="round" />
</svg>
<!-- <svg id="bag-svg-mobile-nav"
width="24"
height="24"
viewBox="0 0 24 24"
fill="none"
xmlns="http://www.w3.org/2000/svg"
class="mob-nav-icon">
<path
d="M19.5749 20.25H4.42488C4.24033 20.2491 4.06242 20.1811 3.92439 20.0586C3.78636 19.9361 3.69766 19.7675 3.67488 19.5844L2.34363 7.58438C2.33179 7.47982 2.34208 7.37394 2.37384 7.27363C2.4056 7.17331 2.45811 7.0808 2.52796 7.0021C2.59781 6.92341 2.68344 6.8603 2.77928 6.81686C2.87513 6.77343 2.97903 6.75065 3.08426 6.75H20.9155C21.0207 6.75065 21.1246 6.77343 21.2205 6.81686C21.3163 6.8603 21.4019 6.92341 21.4718 7.0021C21.5417 7.0808 21.5942 7.17331 21.6259 7.27363C21.6577 7.37394 21.668 7.47982 21.6561 7.58438L20.3249 19.5844C20.3021 19.7675 20.2134 19.9361 20.0754 20.0586C19.9373 20.1811 19.7594 20.2491 19.5749 20.25V20.25Z"
stroke="#808080" stroke-width="1.25" stroke-linecap="round" stroke-linejoin="round">
</path>
<path
d="M8.25 9.75V6.75C8.25 5.75544 8.64509 4.80161 9.34835 4.09835C10.0516 3.39509 11.0054 3 12 3C12.9946 3 13.9484 3.39509 14.6517 4.09835C15.3549 4.80161 15.75 5.75544 15.75 6.75V9.75"
stroke="#808080" stroke-width="1.25" stroke-linecap="round" stroke-linejoin="round">
</path>
</svg> -->
</div>
<div class="text-12 font-semibold mob-nav-label bag-mob-nav-label" style="color: var(--black-60);">Cart</div>
<span
class="text-10 text-white d-flex justify-content-center align-items-center font-medium position-absolute bubble header-bubble"
style="top: -3px;right: -11px;" data-subscribe="products" data-entity-type="bag-count"></span>
</div>
</a>
<div id="od-mob-account" class="col-3 d-flex flex-column gap-1 align-items-center justify-content-center mob-nav-link"
onclick="initDukaanAuth(redirectToAccount)">
<div>
<svg class="mob-nav-icon" width="24" height="24" viewBox="0 0 24 24" fill="none"
xmlns="http://www.w3.org/2000/svg">
<path fill-rule="evenodd" clip-rule="evenodd"
d="M5.67665 15.6764C6.55807 14.795 7.75353 14.2998 9.00005 14.2998H15C16.2466 14.2998 17.442 14.795 18.3235 15.6764C19.2049 16.5578 19.7 17.7533 19.7 18.9998V20.9998C19.7 21.3864 19.3866 21.6998 19 21.6998C18.6134 21.6998 18.3 21.3864 18.3 20.9998V18.9998C18.3 18.1246 17.9524 17.2852 17.3335 16.6664C16.7146 16.0475 15.8753 15.6998 15 15.6998H9.00005C8.12483 15.6998 7.28547 16.0475 6.6666 16.6664C6.04773 17.2852 5.70005 18.1246 5.70005 18.9998V20.9998C5.70005 21.3864 5.38665 21.6998 5.00005 21.6998C4.61345 21.6998 4.30005 21.3864 4.30005 20.9998V18.9998C4.30005 17.7533 4.79523 16.5578 5.67665 15.6764Z"
fill="#999999" />
<path fill-rule="evenodd" clip-rule="evenodd"
d="M12 3.6998C10.1775 3.6998 8.70005 5.17726 8.70005 6.9998C8.70005 8.82234 10.1775 10.2998 12 10.2998C13.8226 10.2998 15.3 8.82234 15.3 6.9998C15.3 5.17726 13.8226 3.6998 12 3.6998ZM7.30005 6.9998C7.30005 4.40407 9.40431 2.2998 12 2.2998C14.5958 2.2998 16.7 4.40407 16.7 6.9998C16.7 9.59554 14.5958 11.6998 12 11.6998C9.40431 11.6998 7.30005 9.59554 7.30005 6.9998Z"
fill="#999999" />
</svg>
<!-- <svg width="24"
height="24"
viewBox="0 0 24 24"
fill="none"
xmlns="http://www.w3.org/2000/svg"
class="mob-nav-icon">
<path
d="M12 15C15.3137 15 18 12.3137 18 9C18 5.68629 15.3137 3 12 3C8.68629 3 6 5.68629 6 9C6 12.3137 8.68629 15 12 15Z"
stroke="#808080" stroke-width="1.25" stroke-miterlimit="10">
</path>
<path
d="M2.90625 20.2499C3.82775 18.6534 5.15328 17.3277 6.74958 16.406C8.34588 15.4843 10.1567 14.999 12 14.999C13.8433 14.999 15.6541 15.4843 17.2504 16.406C18.8467 17.3277 20.1722 18.6534 21.0938 20.2499"
stroke="#808080" stroke-width="1.25" stroke-linecap="round" stroke-linejoin="round">
</path>
</svg> -->
</div>
<div class="text-12 font-semibold mob-nav-label" style="color: var(--black-60);">Account</div>
</div>
</div>

<product-variant-selection-modal data-product-uuid=""></product-variant-selection-modal>
<!-- buttons -->
<template id="add-to-bag-button-without-variant">
<div class="add-to-bag-button-wrapper">
<button class="without-cart-add-to-bag-button btn-outline-primary btn-lg">

Add to cart
</button>
<button class="with-cart-add-to-bag-button fB a-s j-c h100 hidden btn-outline-primary w-100 btn-lg">
<div class="remove-button flex-1 fB a-c j-c">
<svg xmlns="http://www.w3.org/2000/svg" width="12" height="14" viewBox="0 0 12 12" alt="-">
<g fill="none" fill-rule="evenodd">
<g fill="var(--primary)" fill-rule="nonzero">
<g>
<g>
<path
d="M11.25 5.25c.414 0 .75.336.75.75 0 .385-.29.702-.663.745l-.087.005H.75C.336 6.75 0 6.414 0 6c0-.385.29-.702.663-.745L.75 5.25h10.5z"
transform="translate(-1181 -300) translate(1173 292) translate(8 8)">
</path>
</g>
</g>
</g>
</g>
</svg>
</div>
<p class="product-qty fB j-c a-c flex-1"></p>
<div class="add-button flex-1 fB a-c j-c">
<svg xmlns="http://www.w3.org/2000/svg" width="12" height="12" viewBox="0 0 12 12" alt="+">
<g fill="none" fill-rule="evenodd">
<g fill="var(--primary)" fill-rule="nonzero">
<g>
<g>
<path
d="M6 0c.385 0 .702.29.745.663L6.75.75v10.5c0 .414-.336.75-.75.75-.385 0-.702-.29-.745-.663l-.005-.087V.75C5.25.336 5.586 0 6 0z"
transform="translate(-1235 -300) translate(1173 292) translate(62 8)">
</path>
<path
d="M11.25 5.25c.414 0 .75.336.75.75 0 .385-.29.702-.663.745l-.087.005H.75C.336 6.75 0 6.414 0 6c0-.385.29-.702.663-.745L.75 5.25h10.5z"
transform="translate(-1235 -300) translate(1173 292) translate(62 8)">
</path>
</g>
</g>
</g>
</g>
</svg>
</div>
</button>
</div>
</template>
<template id="add-to-bag-button-with-variant">
<div class="add-to-bag-button-wrapper">
<button class="without-cart-add-to-bag-button font-bold btn-outline-primary text-uppercase py-lg-12">

Add to cart
</button>
<button class="with-cart-add-to-bag-button fB a-s j-c hidden btn-outline-primary btn-lg">
<div class="remove-button flex-1 fB a-c j-c">
<svg xmlns="http://www.w3.org/2000/svg" width="12" height="14" viewBox="0 0 12 12" alt="-">
<g fill="none" fill-rule="evenodd">
<g fill="var(--primary)" fill-rule="nonzero">
<g>
<g>
<path
d="M11.25 5.25c.414 0 .75.336.75.75 0 .385-.29.702-.663.745l-.087.005H.75C.336 6.75 0 6.414 0 6c0-.385.29-.702.663-.745L.75 5.25h10.5z"
transform="translate(-1181 -300) translate(1173 292) translate(8 8)">
</path>
</g>
</g>
</g>
</g>
</svg>
</div>
<p class="product-qty fB a-c j-c flex-1"></p>
<div class="add-button flex-1 fB a-c j-c">
<svg xmlns="http://www.w3.org/2000/svg" width="12" height="12" viewBox="0 0 12 12" alt="+">
<g fill="none" fill-rule="evenodd">
<g fill="var(--primary)" fill-rule="nonzero">
<g>
<g>
<path
d="M6 0c.385 0 .702.29.745.663L6.75.75v10.5c0 .414-.336.75-.75.75-.385 0-.702-.29-.745-.663l-.005-.087V.75C5.25.336 5.586 0 6 0z"
transform="translate(-1235 -300) translate(1173 292) translate(62 8)">
</path>
<path
d="M11.25 5.25c.414 0 .75.336.75.75 0 .385-.29.702-.663.745l-.087.005H.75C.336 6.75 0 6.414 0 6c0-.385.29-.702.663-.745L.75 5.25h10.5z"
transform="translate(-1235 -300) translate(1173 292) translate(62 8)">
</path>
</g>
</g>
</g>
</g>
</svg>
</div>
</button>
</div>
</template>
<template id="out-of-stock-button">
<div class="add-to-bag-button-wrapper m-mt4_i mt10_i">
<button disabled class="btn-out-stock btn-out-stock__normal btn-lg" style="border-radius: 25px;">
<p>

Out of stock
</p>
</button>
</div>
</template>
<template id="out-of-stock-button-modal">
<div class="add-to-bag-button-wrapper">
<button disabled class="btn-out-stock btn-out-stock__modal btn-lg">
<p>

This product is out of stock.
</p>
</button>
</div>
</template>
<template id="buy-now-button-template">
<div class="add-to-bag-button-wrapper buy-now-button-wrapper">
<button type="button" class="btn-primary btn-lg">
<p>

Buy now
</p>
</button>
</div>
</template>

<!-- variant modal -->
<template id="product-modal-splide-container">
<li class="splide__slide">
<div class="image-wrapper h-100">
<img loading="lazy" alt="" class="product-image h-100 w100 ar-100 product-modal-splide-image" />
</div>
</li>
</template>
<template id="product-modal-splide-container_thumbnail">
<li class="splide__slide">
<div class="image-wrapper h-100">
<img loading="lazy" alt="" class="product-image h-100 w100 ar-100 product-modal-splide-image" />
</div>
</li>
</template>
<template id="product-variant-selection-modal">
<div id="product-variant-selection-modal" class="modal product-variant-selection-modal hidden"
onclick="closeProductVariantModal()">
<div class="modal-content w-auto rounded-0" onclick="event.stopPropagation()" style="max-width: 960px;
position: absolute;
max-height: 595px;">
<div class="product-modal-content f-row h-100">
<div class="h-100 d-sm-none" style="padding-bottom: 82px">
<div class="d-lg-flex flex-row-reverse p-4 product-images">
<div class="h-100">
<section class="splide h-100" id="splide-product-modal-images">
<div class="splide__track h-100">
<ul class="splide__list">
<!-- product-splide-images will come here -->
</ul>
</div>
</section>
</div>
<!-- thumbnail slider -->
<div>
<section id="splide-product-thumbnail-image"
class="splide position-relative d-flex justify-content-center align-items-center">
<div class="splide__track">
<ul class="splide__list_thumbnail splide__list me-3 d-flex flex-column gap-3 "
style="overflow:auto">
<!-- product-splide-images will come here -->]
</ul>
</div>
</section>
</div>
</div>
</div>
<div class="modal-contents position-relative">
<div class="product-information p-0 d-flex flex-column align-items-start">
<div class="pt-32 w-100 d-flex flex-column h-100">
<div class="badge-container product-modal-badge px-3 px-lg-4 mb-4">
<!-- coupon badge -->
<div class="bxgy-badge bxgy-badge-oxford-box mb12">
</div>
<!-- product name -->
<div class="d-flex justify-content-between">
<h3 class="product-name product-description-title mb-12 mb-lg-2 font-bold"
style="color:var(--black-12)">
</h3>
<div class="modal-cross-button position-absolute" style="right: 16px; top: 16px">
<button onclick="closeProductVariantModal()" class="px-0" style="border:none;">
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
<path
d="M18.7071 6.70711C19.0976 6.31658 19.0976 5.68342 18.7071 5.29289C18.3166 4.90237 17.6834 4.90237 17.2929 5.29289L12 10.5858L6.70711 5.29289C6.31658 4.90237 5.68342 4.90237 5.29289 5.29289C4.90237 5.68342 4.90237 6.31658 5.29289 6.70711L10.5858 12L5.29289 17.2929C4.90237 17.6834 4.90237 18.3166 5.29289 18.7071C5.68342 19.0976 6.31658 19.0976 6.70711 18.7071L12 13.4142L17.2929 18.7071C17.6834 19.0976 18.3166 19.0976 18.7071 18.7071C19.0976 18.3166 19.0976 17.6834 18.7071 17.2929L13.4142 12L18.7071 6.70711Z"
fill="#1A181E" />
</svg>
</button>
</div>
</div>
<!-- product ratings -->
<div class="d-flex flex-sm-column mb-lg-3 mb-1">
<div>
<!-- <p class="sub-body">rating</p> -->
<div class="dkn-product-card-review-info" data-product-id>
</div>
</div>
<div class="text-14">
<div class="nirvana-rating-info">
<!-- <link rel="stylesheet" href="/public/102039593/juggernaut/css/ratings.css?ver=sceptre:a9e7453" as="" onload="">
<noscript><link rel="stylesheet" href="styles.css"></noscript> -->

<div class="rating-info-pdp flex d-row j-start a-center hidden" id="rating-info-pdp">
<div class="flex rating-info-star-list">
</div>
<a href="#ratings-plugin-container" class="scroll-to-plugin"></a>
</div>
</div>
</div>
</div>
<div class="stock-left-message mb-2 font-medium hidden" style="color: var(--secondary-red)">
</div>
<div class="product-price-information product-price-container d-flex align-item-center gap-2">
<h4 class="product-selling-price font-bold" style="color:var(--black-12)">
</h4>
<h4 class="product-original-price hidden text-decoration-line-through"
style="color:var(--black-50)">
</h4>
<h4 class="product-discount-badge s-green hidden" style="color: var(--secondary-green)">
</h4>
</div>
</div>
<form class="variant-selection-form-wrapper w-100 px-3 px-lg-4 mb-4">
</form>
<div
class="dkn-action-button-wrapper variant-button-wrapper p-3 d-flex justify-content-center gap-3 w-100">
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</template>
<template id="category-list-item">
<a class="category-list-item ">
<div class="position-relative">
<img loading="lazy" class="category-image" onerror="imageOnError(event)" />
<div class="position-absolute">
</div>
<div class="position-relative category-lists w-100 bottom-0">
<span class="category-name text-12 font-bold text-black12 font-bold lineClamp text-center"
style="color:var(--dukaan-white); ">
</span>
</div>
</div>
</a>
</template>
<template id="category-sidebar-list-item">
<li class="mb16">
<div class="align-center">
<a class="f1">
<div class="fB j-fs a-c">
<div class="align-center sidebar-category-container">
<img src="" class="category-image" alt="" />
</div>
<div class="align-center width-250 ml-16">
<div class="t-black category-name t-16_24">
</div>
</div>
<div class="fB f1 j-fe">
<svg width="24" height="17" viewBox="0 0 9 17" fill="none" xmlns="http://www.w3.org/2000/svg">
<path fill-rule="evenodd" clip-rule="evenodd"
d="M0.292893 16.2071C-0.0976311 15.8166 -0.0976312 15.1834 0.292893 14.7929L6.58579 8.5L0.292893 2.20711C-0.0976317 1.81658 -0.0976318 1.18342 0.292893 0.792893C0.683417 0.402369 1.31658 0.402368 1.70711 0.792893L8.70711 7.79289C9.09763 8.18342 9.09763 8.81658 8.70711 9.20711L1.70711 16.2071C1.31658 16.5976 0.683418 16.5976 0.292893 16.2071Z"
fill="var(--black-50)" />
</svg>
</div>
</div>
</a>
</div>
</li>
</template>
<!-- search prediction -->
<template id="search-prediction-item">
<a class="search-prediction-item d-flex flex-row justify-content-between" style="padding: 8px 0;">
<div class="prediction-content d-flex flex-row align-items-center justify-content-start"
style="margin-right: 12px;">
<img class="prediction-image"
style="margin-right: 12px; height: 60px; width: 48px;border: 1px solid #E6E6E6; " />
<div class="d-flex flex-column" style="gap:2px;">
<h6 class="prediction-label text-c-black font-semibold">
</h6>
<div class="prediction-subcategory text-c-black-50 sub-body font-semibold">
</div>
</div>
</div>
<svg class="fill-prediction" width="24" height="24" viewBox="0 0 24 24" fill="none"
xmlns="http://www.w3.org/2000/svg">
<g clip-path="url(#clip0_1431_7954)">
<path fill-rule="evenodd" clip-rule="evenodd"
d="M21 12.2812C21 12.6955 20.6642 13.0312 20.25 13.0312L3.75 13.0313C3.33579 13.0313 3 12.6955 3 12.2813C3 11.867 3.33579 11.5313 3.75 11.5313L20.25 11.5312C20.6642 11.5312 21 11.867 21 12.2812Z"
fill="#808080" />
<path fill-rule="evenodd" clip-rule="evenodd"
d="M12.9697 19.5616C12.6768 19.2687 12.6768 18.7938 12.9697 18.5009L19.1893 12.2812L12.9697 6.06158C12.6768 5.76869 12.6768 5.29381 12.9697 5.00092C13.2626 4.70803 13.7374 4.70803 14.0303 5.00092L20.7803 11.7509C21.0732 12.0438 21.0732 12.5187 20.7803 12.8116L14.0303 19.5616C13.7374 19.8545 13.2626 19.8545 12.9697 19.5616Z"
fill="#808080" />
</g>
<defs>
<clipPath id="clip0_1431_7954">
<rect width="24" height="24" fill="white" />
</clipPath>
</defs>
</svg>
</a>
</template>
<!-- recent searches -->
<template id="recent-searches-template">
<div class="pointer d-flex align-items-center recent-search-item pt-8">
<svg class="me-2" width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
<path fill-rule="evenodd" clip-rule="evenodd"
d="M12 3.75C7.44365 3.75 3.75 7.44365 3.75 12C3.75 16.5563 7.44365 20.25 12 20.25C16.5563 20.25 20.25 16.5563 20.25 12C20.25 7.44365 16.5563 3.75 12 3.75ZM2.25 12C2.25 6.61522 6.61522 2.25 12 2.25C17.3848 2.25 21.75 6.61522 21.75 12C21.75 17.3848 17.3848 21.75 12 21.75C6.61522 21.75 2.25 17.3848 2.25 12Z"
fill="#808080" />
<path fill-rule="evenodd" clip-rule="evenodd"
d="M12 6C12.4142 6 12.75 6.33579 12.75 6.75V11.25H17.25C17.6642 11.25 18 11.5858 18 12C18 12.4142 17.6642 12.75 17.25 12.75H12C11.5858 12.75 11.25 12.4142 11.25 12V6.75C11.25 6.33579 11.5858 6 12 6Z"
fill="#808080" />
</svg>
<span class="text-16 c-black regular recent-search-item-text"> </span>
</div>
</template>
<!-- Search Modal -->
<div class="offcanvas offcanvas-end py-lg-40 p-lg-4 p-sm-3 truke-search-bar"
style="width: 580px; background-color: var(--white); overflow-y: auto; border: none;" tabindex="-1" id="offcanvasRight"
aria-labelledby="offcanvasRightLabel">
<div class="offcanvas-header d-flex align-items-center pb-lg-32 pb-sm-4 px-0 pt-0">
<h3 class="offcanvas-title font-bold text-capitalize" id="offcanvasRightLabel">Search</h3>
<button type="button" style="background-color: transparent; border: none;" class="" data-bs-dismiss="offcanvas"
aria-label="Close">
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
<g clip-path="url(#clip0_997_922)">
<path fill-rule="evenodd" clip-rule="evenodd"
d="M19.5455 4.4545C19.9848 4.89384 19.9848 5.60616 19.5455 6.0455L6.0455 19.5455C5.60616 19.9848 4.89384 19.9848 4.4545 19.5455C4.01517 19.1062 4.01517 18.3938 4.4545 17.9545L17.9545 4.4545C18.3938 4.01517 19.1062 4.01517 19.5455 4.4545Z"
fill="#1A181E" />
<path fill-rule="evenodd" clip-rule="evenodd"
d="M4.4545 4.4545C4.89384 4.01517 5.60616 4.01517 6.0455 4.4545L19.5455 17.9545C19.9848 18.3938 19.9848 19.1062 19.5455 19.5455C19.1062 19.9848 18.3938 19.9848 17.9545 19.5455L4.4545 6.0455C4.01517 5.60616 4.01517 4.89384 4.4545 4.4545Z"
fill="#1A181E" />
</g>
<defs>
<clipPath id="clip0_997_922">
<rect width="24" height="24" fill="white" />
</clipPath>
</defs>
</svg>
</button>
</div>
<div class="p-0">
<div class="d-flex align-items-center">
<div class="search-input-container input-wrapper d-flex align-items-center px-2 py-2 mb-32 mx-auto"
style="max-width: 588px; width: 100%; background-color: var(--black-95); min-height: 48px;">
<svg class="ms-2" width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"
color="var(--black-70)" alt="Search" text="">
<path fill-rule="evenodd" clip-rule="evenodd"
d="M3.875 11C3.875 7.06497 7.06497 3.875 11 3.875C14.935 3.875 18.125 7.06497 18.125 11C18.125 12.9232 17.363 14.6685 16.1245 15.9503C16.092 15.9747 16.0609 16.0017 16.0313 16.0313C16.0017 16.0609 15.9747 16.092 15.9503 16.1245C14.6685 17.363 12.9232 18.125 11 18.125C7.06497 18.125 3.875 14.935 3.875 11ZM16.6265 17.8639C15.0951 19.1207 13.1356 19.875 11 19.875C6.09847 19.875 2.125 15.9015 2.125 11C2.125 6.09847 6.09847 2.125 11 2.125C15.9015 2.125 19.875 6.09847 19.875 11C19.875 13.1356 19.1207 15.0951 17.8639 16.6265L21.6187 20.3813C21.9605 20.723 21.9605 21.277 21.6187 21.6187C21.277 21.9605 20.723 21.9605 20.3813 21.6187L16.6265 17.8639Z"
fill="currentColor">
</path>
</svg>
<input type="text" onkeyup="onInputChange(event)" placeholder="What are you looking for?"
class="search-input form-input w-100 ps-2 bg-transparent" style="outline: none; border: none" />
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg" role="button"
onclick="onInputClear(event)" class="icon clear-btn d-none">
<path d="M18 6L6 18" stroke="#1A181E" stroke-linecap="round" stroke-linejoin="round" />
<path d="M6 6L18 18" stroke="#1A181E" stroke-linecap="round" stroke-linejoin="round" />
</svg>
</div>
</div>
<section class="juggernaut-search-predictions">
<div class="recent-searches hidden mb-8">
<div>
<div class="section-heading d-flex justify-content-between align-items-center mb-3">
<h5 class="font-bold text-uppercase">Recent searches</h5>
<p role="button" onclick="clearRecentSearches()">Clear all</p>
</div>
<div class="recent-searches-list"></div>
</div>
<hr class="mt-3 mb-4 my-sm-3 px-sm-4" />
</div>
<div class="search-meta">
<h6 class="font-semibold mb-32">Top Categories</h6>
<div class="g-3 row category-list"></div>
</div>
<div class="search-predictions"></div>
</section>
</div>
</div>
<template id="sidebar-category-list">
<li style="margin-bottom: 12px;">
<a href="" class="category-link">
<h5 class="category-name">
</h5>
</a>
</li>
</template>
<!-- search modal ends -->
<template id="search-prediction-failed">
<div class="no-prediction">
</div>
</template>
<!-- <template id="categories-card-shimmer">
<div class="cards_item testimonials-card category-list-shimmer-item">
<div class="product-image-wrapper br-l">
<div class="square shimmer">
<div class="square-children">
</div>
</div>
</div>
<div class="shimmer shimmer-text">
</div>
<div class="shimmer shimmer-text">
</div>
</div>
</template> -->
<!-- <template id="categories-card-template">
<a href="">
<div class="w100">
<div class="product-category-image">
<img class="brmd bordered" src="" alt="Luxury Suits Women" height="100%" width="100%" loading="lazy">
</div>
<span class="t-18_26 mt-14_20 pt12 c-black medium textCenter lineClamp2 product-category-name">
</span>
</div>
</a>
</template> -->
<template id="bestseller-shimmer">
<div class="shimmer" style="height: 300px;width: 100%;">Shimmer</div>
</template>

<template id="product-splide-container">
<li class="splide__slide position-relative">
<div class="image-wrapper" style="border: 1px solid #E5E5E5;
border-radius: 16px;">
<img style="border-radius: 16px;" loading="lazy" alt=""
class=" img-fluid w-100 product-splide-image dkn-product-card-image-carousel-item" />
<!-- <div class="position-absolute"
style="left: 0%;right: 0%;top: 0%;bottom: 0%;background: linear-gradient(180deg, rgba(18, 18, 18, 0) 50%, #121212 125.35%);">
</div> -->
</div>
</li>
</template>
<template id="dkn-coupon-page-section-template">
<section class="breadcrumb-section d-sm-none mt-lg-4 mt-3">
<div class="container py-0">
<ul class="d-flex align-items-center">
<li style="margin-right: 6px;
color: #E6E6E6;" class="font-size-lg-16-24">
<a href="/">
<p class="sub-body" style="color: var(--black-12)">Home</p>
</a>
</li>
<span class="me-lg-1 sub-body">
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
<g clip-path="url(#clip0_1110_3630)">
<path fill-rule="evenodd" clip-rule="evenodd"
d="M5.47994 13.3536C5.28468 13.1583 5.28468 12.8417 5.47994 12.6464L10.1264 8L5.47994 3.35355C5.28468 3.15829 5.28468 2.84171 5.47994 2.64645C5.6752 2.45118 5.99179 2.45118 6.18705 2.64645L11.187 7.64645C11.3823 7.84171 11.3823 8.15829 11.187 8.35355L6.18705 13.3536C5.99179 13.5488 5.6752 13.5488 5.47994 13.3536Z"
fill="#E6E6E6" />
</g>
<defs>
<clipPath id="clip0_1110_3630">
<rect width="16" height="16" fill="white" transform="translate(0 16) rotate(-90)" />
</clipPath>
</defs>
</svg>
</span>
<li style="margin-right: 6px;
color: #808080;">
<a href="#">
<p class="sub-body text-truncate" style="color: var(--black-50)"></p>
</a>
</li>
</ul>
</div>
</section>
<section class="shop-category-sorting my-3 my-lg-4">
<div class="container py-0">
<div class="d-flex align-items-center justify-content-lg-between">
<div class="me-1 d-lg-none">
<a href="" onclick="handleBackClick()">
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
<path fill-rule="evenodd" clip-rule="evenodd"
d="M3 12C3 11.5858 3.33579 11.25 3.75 11.25L20.25 11.25C20.6642 11.25 21 11.5858 21 12C21 12.4142 20.6642 12.75 20.25 12.75L3.75 12.75C3.33579 12.75 3 12.4142 3 12Z"
fill="#1A181E" />
<path fill-rule="evenodd" clip-rule="evenodd"
d="M11.0303 4.71967C11.3232 5.01256 11.3232 5.48744 11.0303 5.78033L4.81066 12L11.0303 18.2197C11.3232 18.5126 11.3232 18.9874 11.0303 19.2803C10.7374 19.5732 10.2626 19.5732 9.96967 19.2803L3.21967 12.5303C2.92678 12.2374 2.92678 11.7626 3.21967 11.4697L9.96967 4.71967C10.2626 4.42678 10.7374 4.42678 11.0303 4.71967Z"
fill="#1A181E" />
</svg>
</a>
</div>
<h2 class="second-heading hide-small-device font-bold">

<span class="advance-filter__product-count"></span>
</h2>
</div>
</div>
</section>
<section class="container py-0 seller-section shop-categori-detail mb-40 mb-lg-64">
<!-- <section class="container py-0 seller-section shop-categori-detail"> -->
<dkn-coupon-products-list class="dkn-coupon-products-list flex row flex-row cards-row-4_lg cards-row-nooverflow">

<div class="d-flex flex-column col-12 col-lg-3">
<div class="shimmer" style="aspect-ratio: 1/1;"></div>
<div class="shimmer mt-3" style="width: 100%; height: 80px"></div>
<div class="shimmer mt-3" style="width: 100%; height: 50px"></div>
</div>

<div class="d-flex flex-column col-12 col-lg-3">
<div class="shimmer" style="aspect-ratio: 1/1;"></div>
<div class="shimmer mt-3" style="width: 100%; height: 80px"></div>
<div class="shimmer mt-3" style="width: 100%; height: 50px"></div>
</div>

<div class="d-flex flex-column col-12 col-lg-3">
<div class="shimmer" style="aspect-ratio: 1/1;"></div>
<div class="shimmer mt-3" style="width: 100%; height: 80px"></div>
<div class="shimmer mt-3" style="width: 100%; height: 50px"></div>
</div>

<div class="d-flex flex-column col-12 col-lg-3">
<div class="shimmer" style="aspect-ratio: 1/1;"></div>
<div class="shimmer mt-3" style="width: 100%; height: 80px"></div>
<div class="shimmer mt-3" style="width: 100%; height: 50px"></div>
</div>

<div class="d-flex flex-column col-12 col-lg-3">
<div class="shimmer" style="aspect-ratio: 1/1;"></div>
<div class="shimmer mt-3" style="width: 100%; height: 80px"></div>
<div class="shimmer mt-3" style="width: 100%; height: 50px"></div>
</div>

<div class="d-flex flex-column col-12 col-lg-3">
<div class="shimmer" style="aspect-ratio: 1/1;"></div>
<div class="shimmer mt-3" style="width: 100%; height: 80px"></div>
<div class="shimmer mt-3" style="width: 100%; height: 50px"></div>
</div>

<div class="d-flex flex-column col-12 col-lg-3">
<div class="shimmer" style="aspect-ratio: 1/1;"></div>
<div class="shimmer mt-3" style="width: 100%; height: 80px"></div>
<div class="shimmer mt-3" style="width: 100%; height: 50px"></div>
</div>

<div class="d-flex flex-column col-12 col-lg-3">
<div class="shimmer" style="aspect-ratio: 1/1;"></div>
<div class="shimmer mt-3" style="width: 100%; height: 80px"></div>
<div class="shimmer mt-3" style="width: 100%; height: 50px"></div>
</div>

</dkn-coupon-products-list>
</section>
</template>


<template id="jn-product-card-template">
<div
class="col-6 col-lg-3 cards_item dkn-product-card scroller-product-card d-flex flex-column justify-content-between"
style="padding-bottom: 24px;">
<!-- product card content -->
<div>
<div class="card" style="border: 0 !important">
<div class="card_image">
<a>
<div class="dkn-product-card-only-image-wrapper product-card-image-container">
<div class="image-wrapper position-relative">
<img loading="lazy" src="" alt="" id=" dkn-product-card-only-image-wrapper"
class="dkn-product-card-image object-fit-contain" style="border: 1px solid #E5E5E5;" />
</div>
</div>
</a>
<div class="badge-container z-ind-1 justify-content-end position-absolute d-flex top-0 start-0 end-0 ">
<div
class="dkn-product-card-bxgy-badge d-flex bxgy-badge-booster font-bold px-2 py-1 position-absolute juggernaut-bxgy-radius hidden"
data-product-id data-product-uuid>
</div>
</div>
<!-- <wishlist-button-load-point data-product-uuid="" data-template-id="heart-wishlist-button-template"
data-add-event="HOME_PAGE_WISHLIST_ADDED">
<div class="heart-wishlist-buttons-wrapper">
<button disabled
type="button"
data-wishlist-button-state="unselected">
<div class="wishlist-svg-wrapper">
<svg width="24"
height="24"
viewBox="0 0 24 24"
fill="none"
xmlns="http://www.w3.org/2000/svg">
<path fill-rule="evenodd" clip-rule="evenodd"
d="M14.5097 2.60872C15.2833 2.28816 16.1126 2.12317 16.95 2.12317C17.7874 2.12317 18.6166 2.28816 19.3903 2.60872C20.1639 2.92928 20.8668 3.39913 21.4589 3.99142C22.051 4.58337 22.5208 5.28618 22.8413 6.0597C23.1618 6.83334 23.3268 7.66256 23.3268 8.49999C23.3268 9.33742 23.1618 10.1666 22.8413 10.9403C22.5207 11.7139 22.0509 12.4167 21.4587 13.0087C21.4587 13.0088 21.4588 13.0087 21.4587 13.0087L12.6187 21.8487C12.277 22.1904 11.723 22.1904 11.3813 21.8487L2.54128 13.0087C1.34549 11.8129 0.673706 10.1911 0.673706 8.49999C0.673706 6.8089 1.34549 5.18706 2.54128 3.99128C3.73706 2.79549 5.3589 2.1237 7.05 2.1237C8.74109 2.1237 10.3629 2.79549 11.5587 3.99128L12 4.43256L12.4411 3.99142C13.0331 3.39913 13.7361 2.92928 14.5097 2.60872ZM20.2211 5.22857C19.7916 4.79887 19.2817 4.458 18.7204 4.22543C18.1591 3.99287 17.5575 3.87317 16.95 3.87317C16.3425 3.87317 15.7409 3.99287 15.1796 4.22543C14.6183 4.458 14.1084 4.79887 13.6789 5.22857L12.6187 6.28871C12.277 6.63042 11.723 6.63042 11.3813 6.28871L10.3213 5.22871C9.45368 4.36112 8.27697 3.8737 7.05 3.8737C5.82303 3.8737 4.64631 4.36112 3.77872 5.22871C2.91112 6.09631 2.42371 7.27303 2.42371 8.49999C2.42371 9.72696 2.91112 10.9037 3.77872 11.7713L12 19.9926L20.2213 11.7713C20.651 11.3418 20.992 10.8317 21.2246 10.2704C21.4571 9.70913 21.5768 9.10754 21.5768 8.49999C21.5768 7.89245 21.4571 7.29086 21.2246 6.72958C20.992 6.16831 20.6508 5.65807 20.2211 5.22857Z"
fill="#4D4D4D" />
</svg>
</div>
</button>
</div>
</wishlist-button-load-point> -->
</div>
</div>
<div class="card_content mt-3 textCenter d-flex flex-column align-items-center justify-content-center">
<!-- <a> -->
<div class="d-flex justify-content-center">
<div class=" lineClamp text-18-26 d-block dkn-product-card-name font-semibold" style="color: #1a181e;">
</div>
</div>
<!-- </a> -->
<div class="d-flex mb-1">
<!-- product ratings -->
<div class="d-flex flex-sm-column">
<div>
<!-- <p class="sub-body">rating</p> -->
<div class="dkn-product-card-review-info" data-product-id>
</div>
</div>
<div class="text-14">
<div class="nirvana-rating-info">
<!-- <link rel="stylesheet" href="/public/102039593/juggernaut/css/ratings.css?ver=sceptre:a9e7453" as="" onload="">
<noscript><link rel="stylesheet" href="styles.css"></noscript> -->

<div class="rating-info-pdp flex d-row j-start a-center hidden" id="rating-info-pdp">
<div class="flex rating-info-star-list">
</div>
<a href="#ratings-plugin-container" class="scroll-to-plugin"></a>
</div>
</div>
</div>
</div>
</div>
<div class="d-flex flex-column justify-content-center">
<div
class="card_text price-information dkn-product-card-price-label d-flex flex-wrap justify-content-center">
<p class="dkn-product-card-selling-price d-inline text-16-20">
</p>
<p class="mx-1 text-decoration-line-through d-inline font-semibold dkn-product-card-original-price"
style="color: var(--black-50)">
</p>
<p class="discount-color font-medium product-discount textLowercase font-semibold dkn-product-card-discount"
style="color:var( --secondary-green)">
</p>

</div>
</div>
<form class="dkn-product-card-variant-form">
<div class="dkn-product-card-color-list d-flex flex-row align-items-center justify-content-start gap-12">
</div>
</form>
</div>
</div>
<!-- product card button -->
<add-to-bag-button-with-variants data-add-event="HOME_PAGE_PRODUCT_ADDED" data-product-uuid=""
class="product-card-button mt-3">

Add to cart
</add-to-bag-button-with-variants>
</div>
</template>

<template id="jn-featured-product-card">
<div class="col-lg-4 col-6 dkn-product-card">
<a class="d-flex flex-column">
<div class="pb-lg-12 pb-3 jn-featured-card-img-container rounded-16 overflow-hidden">
<img id="dkn-product-card-only-image-wrapper" class="dkn-product-card-image img-fluid object-fit-contain rounded-16"
alt="" style="aspect-ratio: 1/1;">
</div>
<div class="d-flex flex-column gap-lg-1 gap-6">
<div class="d-flex justify-content-center align-item-center">
<div class=" dkn-product-card-name lineClamp text-white text-16-24 font-semibold text-center"></div>
</div>
<div class="d-flex flex-wrap gap-2 justify-content-center align-item-center">
<div class="dkn-product-card-selling-price text-14-20 font-semibold text-white"></div>
<div class="dkn-product-card-selling-price text-strike text-14-20 font-regular color-black-70"></div>
<div class="dkn-product-card-discount text-14-20 font-regular discount-color"></div>
</div>
</div>
</a>
<div></div>
</div>
</template>

<template id="jn-featured-product-card-2">
<div
class="col-lg-3 col-6 flex-wrap cards_item dkn-product-card scroller-product-card d-flex flex-column justify-content-between position-relative">
<!-- product card content -->
<div>
<div class="card" style="border: none;">
<div class="card_image" style="border: none;">
<a>
<!-- <div class="product-card-image-container">
<div class="image-wrapper position-relative">
<img loading="lazy" src="" alt="" id=" dkn-product-card-only-image-wrapper" class="dkn-product-card-image img-fluid " style="aspect-ratio: .8/1;" />
</div>
</div> -->
<section class="splide dkn-product-card-image-carousel-wrapper"
id="dkn-product-card-image-carousel-wrapper">
<div class="splide__track">
<ul class="splide__list dkn-product-card-image-carousel">
</ul>
</div>
<div class="splide-progress-bar dkn-product-card-image-carousel-progress-bar">
</div>
</section>
<!-- <div class="dkn-product-card-only-image-wrapper product-card-image-container">
<div class="image-wrapper position-relative">
<img loading="lazy" src="" alt="" id=" dkn-product-card-only-image-wrapper"
class="dkn-product-card-image img-fluid object-fit-contain rounded-16"
style="border: 1px solid #E5E5E5;" />
</div>
</div> -->
</a>
<div class="badge-container z-ind-1 justify-content-end position-absolute d-flex top-0 start-0 end-0 ">
<div
class="dkn-product-card-bxgy-badge d-flex bxgy-badge-booster font-bold px-2 py-1 position-absolute juggernaut-bxgy-radius hidden"
data-product-id data-product-uuid>
</div>
</div>
<wishlist-button-load-point data-product-uuid="" data-template-id="heart-wishlist-button-template"
data-add-event="HOME_PAGE_WISHLIST_ADDED" style="position: absolute;top: 16px;right: 16px;">
<div class="heart-wishlist-buttons-wrapper" >
<button disabled type="button" data-wishlist-button-state="unselected"
>
<div class="wishlist-svg-wrapper">
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
<path fill-rule="evenodd" clip-rule="evenodd"
d="M14.5097 2.60872C15.2833 2.28816 16.1126 2.12317 16.95 2.12317C17.7874 2.12317 18.6166 2.28816 19.3903 2.60872C20.1639 2.92928 20.8668 3.39913 21.4589 3.99142C22.051 4.58337 22.5208 5.28618 22.8413 6.0597C23.1618 6.83334 23.3268 7.66256 23.3268 8.49999C23.3268 9.33742 23.1618 10.1666 22.8413 10.9403C22.5207 11.7139 22.0509 12.4167 21.4587 13.0087C21.4587 13.0088 21.4588 13.0087 21.4587 13.0087L12.6187 21.8487C12.277 22.1904 11.723 22.1904 11.3813 21.8487L2.54128 13.0087C1.34549 11.8129 0.673706 10.1911 0.673706 8.49999C0.673706 6.8089 1.34549 5.18706 2.54128 3.99128C3.73706 2.79549 5.3589 2.1237 7.05 2.1237C8.74109 2.1237 10.3629 2.79549 11.5587 3.99128L12 4.43256L12.4411 3.99142C13.0331 3.39913 13.7361 2.92928 14.5097 2.60872ZM20.2211 5.22857C19.7916 4.79887 19.2817 4.458 18.7204 4.22543C18.1591 3.99287 17.5575 3.87317 16.95 3.87317C16.3425 3.87317 15.7409 3.99287 15.1796 4.22543C14.6183 4.458 14.1084 4.79887 13.6789 5.22857L12.6187 6.28871C12.277 6.63042 11.723 6.63042 11.3813 6.28871L10.3213 5.22871C9.45368 4.36112 8.27697 3.8737 7.05 3.8737C5.82303 3.8737 4.64631 4.36112 3.77872 5.22871C2.91112 6.09631 2.42371 7.27303 2.42371 8.49999C2.42371 9.72696 2.91112 10.9037 3.77872 11.7713L12 19.9926L20.2213 11.7713C20.651 11.3418 20.992 10.8317 21.2246 10.2704C21.4571 9.70913 21.5768 9.10754 21.5768 8.49999C21.5768 7.89245 21.4571 7.29086 21.2246 6.72958C20.992 6.16831 20.6508 5.65807 20.2211 5.22857Z"
fill="#4D4D4D" />
</svg>
</div>
</button>
</div>
</wishlist-button-load-point>
</div>
</div>
<div class="card_content mt-3 textCenter d-flex flex-column align-items-center justify-content-center">
<!-- <a> -->
<h6 class="card_text line-clamp dkn-product-card-name mb-1 font-semibold text-c-black-12 text-center text-16-18">
</h6>
<!-- </a> -->

<div class="d-flex mb-1 d-none">
<!-- product ratings -->
<div class="d-flex flex-sm-column">
<div>
<!-- <p class="sub-body">rating</p> -->
<div class="dkn-product-card-review-info" data-product-id>
</div>
</div>
<div class="text-14">
<div class="nirvana-rating-info">
<!-- <link rel="stylesheet" href="/public/102039593/juggernaut/css/ratings.css?ver=sceptre:a9e7453" as="" onload="">
<noscript><link rel="stylesheet" href="styles.css"></noscript> -->

<div class="rating-info-pdp flex d-row j-start a-center hidden" id="rating-info-pdp">
<div class="flex rating-info-star-list">
</div>
<a href="#ratings-plugin-container" class="scroll-to-plugin"></a>
</div>
</div>
</div>
</div>
</div>

<div class="d-flex flex-column">
<div class="card_text price-information dkn-product-card-price-label d-flex flex-wrap">
<p class="font-semibold dkn-product-card-selling-price d-inline ">
</p>
<p class="mx-1 text-decoration-line-through d-inline font-normal dkn-product-card-original-price"
style="color: var(--black-50)">
</p>
<p class="discount-color font-medium product-discount textLowercase font-semibold dkn-product-card-discount"
style="color:var( --secondary-green)">
</p>
</div>
</div>
<div class="d-flex justify-content-center align-items-center py-2 pb-0">
<form class="dkn-product-card-variant-form">
<div class="dkn-product-card-color-list d-flex flex-row align-items-center justify-content-start gap-12">
</div>
</form>
</div>

</div>
</div>
<!-- product card button -->
<add-to-bag-button-with-variants data-add-event="HOME_PAGE_PRODUCT_ADDED" data-product-uuid=""
class="product-card-button mt-3">

Add to cart
</add-to-bag-button-with-variants>
</div>
</template>
<!-- <form class="dkn-product-card-variant-form">
<div class="dkn-product-card-color-list d-flex flex-row align-items-center justify-content-start gap-12"
style="border-top: 1px solid var(--black-90)">
<span class="me-2">Color</span>
</div>
</form> -->
<!-- <a href="" class="layoutProductImg w-100" style="width: 157px !important;height: 196px;">
<img id=" dkn-product-card-only-image-wrapper" class="dkn-product-card-image" style="border-radius: 16px;width: 100%;object-fit: cover;">

<div class="layoutProductDetails d-flex flex-column align-items-center justify-content-center"
style="padding-top: 12px;">
<span class="text-16 font-semibold dkn-product-card-name lineClamp"></span>
<p class="d-flex align-items-center" style="gap: 8px;">
<span class="text-16-24 font-semibold dkn-product-card-selling-price" style="color: #FFFFFF;"></span>
<span class="text-14-20 font-regular dkn-product-card-original-price" style="color: #808080;" style="color: #B2B2B2"></span>
</p>
</div>
</a> -->
<!-- </div> -->
<template id="appyhigh-pdp-reviews-star-template">
<svg class="dkn-rating-star" width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
<path
d="M22.4276 9.48783C22.3337 9.19031 22.1528 8.92831 21.9086 8.73618C21.6643 8.54405 21.3681 8.43076 21.0588 8.41116L15.4901 8.02394L13.4276 2.78227C13.315 2.49365 13.1189 2.24574 12.8649 2.07062C12.6108 1.8955 12.3104 1.80124 12.0026 1.80005C11.6948 1.80124 11.3944 1.8955 11.1403 2.07062C10.8862 2.24574 10.6902 2.49365 10.5776 2.78227L8.4776 8.05227L2.94635 8.41116C2.63745 8.43203 2.34187 8.54579 2.09785 8.73774C1.85383 8.92969 1.6726 9.19098 1.5776 9.48783C1.48004 9.78922 1.47434 10.1131 1.56123 10.4178C1.64812 10.7225 1.82362 10.994 2.0651 11.1973L6.32135 14.8239L5.05572 19.8389C4.96816 20.1782 4.98392 20.5362 5.10095 20.8663C5.21798 21.1964 5.43088 21.4834 5.71197 21.6901C5.98481 21.8873 6.30988 21.9981 6.64557 22.0082C6.98126 22.0183 7.31231 21.9272 7.59635 21.7467L11.9932 18.9417H12.012L16.7463 21.9545C16.9892 22.1135 17.2723 22.1987 17.562 22.2C17.7985 22.1982 18.0314 22.1417 18.2428 22.035C18.4542 21.9282 18.6386 21.7741 18.7816 21.5844C18.9247 21.3947 19.0226 21.1744 19.068 20.9406C19.1133 20.7068 19.1049 20.4656 19.0432 20.2356L17.7026 14.7484L21.9401 11.1973C22.1816 10.994 22.3571 10.7225 22.444 10.4178C22.5309 10.1131 22.5252 9.78922 22.4276 9.48783Z"
fill="url(#paint0_linear_90_36050)" />
<defs>
<linearGradient id="paint0_linear_90_36050" x1="12.0026" y1="1.80005" x2="12.0026" y2="22.2"
gradientUnits="userSpaceOnUse">
<stop stop-color="#F3DA63" />
<stop offset="1" stop-color="#DA8B54" />
</linearGradient>
</defs>
</svg>
</template>

<style>
@-webkit-keyframes spinner-border {
to {
-webkit-transform: rotate(360deg);
transform: rotate(360deg);
}
}

@keyframes spinner-border {
to {
-webkit-transform: rotate(360deg);
transform: rotate(360deg);
}
}

.loader {
display: inline-block;
width: 20px;
height: 20px;
vertical-align: text-bottom;
border: 3px solid currentColor;
border-right-color: transparent;
border-radius: 50%;
-webkit-animation: spinner-border 0.75s linear infinite;
animation: spinner-border 0.75s linear infinite;
}
.loaderContainer {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
}
</style>

<div class="fB a-c j-c w100 h100 loaderContainer hidden">
<div class="loader"></div>
</div>



<div class="fB a-c j-c w100 h100 loaderContainer hidden">
<div class="loader"></div>
</div>
<div class="bounceLoader hidden">
<div class="spinner">
<div class="bounce bounce1"></div>
<div class="bounce bounce2"></div>
<div class="bounce bounce3"></div>
</div>
</div>
<script type="application/json" id="__DUKAAN_DATA__">
{"DUKAAN_STORE":{"id":102039593,"is_active":true,"uuid":"88f50e62-fb87-4bd2-ab0d-976b72aebf61","name":"Royal Star","link":"royalstar4","image":"https://dukaan-core-file-service.s3.ap-southeast-1.amazonaws.com/upload_file_service/5861b9a1-87f2-4c57-83c8-874866fcc7b3/high-resolution-logo.png","whatsapp_chat_support":true,"address":{"full_address":"430, Orbit Plaza, Crossings Republik, Ghaziabad 201016 UP India"},"min_order_value":null,"max_order_value":null,"seller":7008062,"payment_mode":1,"type":0,"max_online_order_val":5000,"currency":{"cc":"INR","name":"India","symbol":"₹"},"country":77,"show_store_image_only":false,"seo_data":{"image":"https://dukaan-core-file-service.s3.ap-southeast-1.amazonaws.com/upload_file_service/e43c9b43-8ca2-4474-a901-d09a6cdb9457/image.png","title":"Royal Star, High Quality & Affordable Mobile Accessories Indian Brand","robots_txt":"User-agent: *\nDisallow:\nDisallow: /*bag$","description":"Royal Star is the best mobile accessories brand, with a wide variety of high-quality products for both smartphones and tablets. We deal in a wide range of chargers, data cables, earphones, power banks, & other mobile accessories. Browse through the website to find the latest offers and discounts on Royal Star products.","og_image":"https://og-image.mydukaan.io/og-image?from=store&image_url=https://dukaan-core-file-service.s3.ap-southeast-1.amazonaws.com/upload_file_service/5861b9a1-87f2-4c57-83c8-874866fcc7b3/high-resolution-logo.png"},"custom_domain":"royalstar.co.in","blog_present":true,"customer_wallet_plugin_config":{"credit_label":"Loyalty points","credits_earned_on_order_spend_unit":5,"max_credits_can_be_earned_on_order":null,"max_credits_can_be_spend_on_order":null,"expirable_credits_max_usage_type":"percentage","expirable_credits_max_usage_value":50,"credits_expiration_period_in_days":365,"credits_description":null,"min_order_value_to_earn_credits":null,"membership_active":false,"membership_label":"Membership","membership_credits_earned_on_order_spend_unit":null},"meta":{"is_online":true,"store_opens_at":null,"online_payment_activated":true,"misc_data":{"plugins":{"trusted_badges":[{"id":9,"depth":null,"imgUrl":"https://dukaan-us.s3.us-west-2.amazonaws.com/plugins/trusted_badges/premium-quality.svg","isActive":true,"position":2},{"id":4,"imgUrl":"https://dms.mydukaan.io/original/dukaan-media/plugins/trusted_badges/cod-available.svg","isActive":true},{"id":1,"imgUrl":"https://dms.mydukaan.io/original/dukaan-media/plugins/trusted_badges/secure-checkout.svg","isActive":true}]},"gmcv_code":"cgk1BElpRG1-KJMPPZPv23ms8uKA17EjG8vfvoqoBnc","google_search_console_code":"cgk1BElpRG1-KJMPPZPv23ms8uKA17EjG8vfvoqoBnc","facebook_domain_verification":null,"google_adwords_conversion_id":"1017028188","google_analytics_property_id":"UA-215532516-1","google_adwords_conversion_label":"DB-hCPPpsaoYENy8-uQD"},"whatsapp_chat_support_number":null,"disable_anonymous_order":false,"apply_delivery_charge":true},"preferences":{"show_store_name":false,"upsell_cross_sell_plugin":{"upsell_enabled":true,"cross_sell_enabled":true,"cross_sell_recommendation_type":"AUTOMATIC"}},"store_category":null,"payment_keys":[{"provider":"cod","public_key":null,"credentials":null},{"provider":"phonepe","public_key":null,"credentials":null}],"has_coupons":true,"store_languages":[{"name":"English","code_3":"eng","is_default":true,"local_name":"English"},{"name":"Hindi","code_3":"hin","is_default":false,"local_name":"हिंदी"},{"name":"Kannada","code_3":"kan","is_default":false,"local_name":""},{"name":"Marathi","code_3":"mar","is_default":false,"local_name":""},{"name":"Odia (Oriya)","code_3":"ori","is_default":false,"local_name":""},{"name":"Punjabi","code_3":"pan","is_default":false,"local_name":""},{"name":"Sindhi","code_3":"snd","is_default":false,"local_name":""},{"name":"Tamil","code_3":"tam","is_default":false,"local_name":"தமிழ்"},{"name":"Telugu","code_3":"tel","is_default":false,"local_name":""}],"show_store_name":false,"badge_status":false,"is_kiosk_store":false,"delivery_free_above":0,"delivery_charges":0,"additional_meta":{},"theme_session_uuid":"ErKLA0Z5McdGnYMOcLT0vPi0-I2KYj2n3KQyYPLZ.0nMwMTN3ADM1cTM6ICdhlmIsYTO2IDM1IDOwATN3EjOiAXbhR3cl1Wa0Jye.9JCVXpkI6ICc5RnIsIiN1IzUIJiOicGbhJye","store_version":"g46"},"STORE_MENU":[{"id":839643,"position":0,"label":"Product","url":"https://royalstar.co.in/","content_type":"url","store_menu_type":"header","file_url":null,"content_object":null,"name":null,"child":[{"id":839644,"position":0,"label":"Tempered Glass","url":null,"content_type":"productcategory","parent_id":839643,"store_menu_type":"header","file_url":null,"content_object":{"id":12495717,"slug":"tempered-glass","image":"https://dms.mydukaan.io/original/webp/media/8680e1d3-ba2f-4d06-8602-2e2e7cded642.png"},"name":"Tempered Glass","child":[{"id":839645,"position":0,"label":"Full Tempered Glass","url":"https://royalstar.co.in/categories/tempered-glass","content_type":"url","parent_id":839644,"store_menu_type":"header","file_url":null,"content_object":null,"name":null,"child":[]},{"id":839646,"position":0,"label":"Full Glue Curved Tempered Glass","url":null,"content_type":"productcategory","parent_id":839644,"store_menu_type":"header","file_url":null,"content_object":{"id":12543592,"slug":"full-glue-curved-tempered-glass","image":"https://dms.mydukaan.io/original/jpeg/media/9bab1aaf-5603-492b-b92d-a84daf9c0905.png"},"name":null,"child":[]},{"id":839647,"position":0,"label":"UV Tempered Glass","url":null,"content_type":"productcategory","parent_id":839644,"store_menu_type":"header","file_url":null,"content_object":{"id":12523927,"slug":"uv-tempered-glass","image":"https://dms.mydukaan.io/original/webp/media/9b45680d-ea7e-4582-9f0d-bb520f580189.png"},"name":"UV Tempered Glass","child":[]},{"id":839648,"position":0,"label":"Privacy Tempered Glass","url":null,"content_type":"productcategory","parent_id":839644,"store_menu_type":"header","file_url":null,"content_object":{"id":12529325,"slug":"privacy-tempered-glass","image":"https://dms.mydukaan.io/original/webp/media/e07ccbb2-1b3b-4210-bc4d-c951f7560b48.jpg"},"name":"Privacy Tempered Glass","child":[]},{"id":839649,"position":0,"label":"Matte Uv Tempered Glass","url":null,"content_type":"productcategory","parent_id":839644,"store_menu_type":"header","file_url":null,"content_object":{"id":12574154,"slug":"matte-uv-tempered-glass","image":"https://dms.mydukaan.io/original/jpeg/media/e1656d40-78aa-459c-8ec2-2affa04289ab.jpg"},"name":"Matte Uv Tempered Glass","child":[]},{"id":839650,"position":0,"label":"Privacy UV Tempered Glass","url":null,"content_type":"productcategory","parent_id":839644,"store_menu_type":"header","file_url":null,"content_object":{"id":12571542,"slug":"privacy-uv-tempered-glass","image":"https://dms.mydukaan.io/original/jpeg/media/136905b7-5518-4736-9639-a4328aa30f05.jpg"},"name":"Privacy UV Tempered Glass","child":[]},{"id":839651,"position":0,"label":"Tempered Glass Apple iPhone 16","url":null,"content_type":"productcategory","parent_id":839644,"store_menu_type":"header","file_url":null,"content_object":{"id":12561482,"slug":"tempered-glass-apple-iphone-16","image":"https://dms.mydukaan.io/original/jpeg/media/1d5ac869-07b6-4618-9055-8f8b819940a2.png"},"name":"Tempered Glass Apple iPhone 16","child":[]},{"id":839652,"position":0,"label":"Flexible Non Breakable Screen Guard","url":null,"content_type":"productcategory","parent_id":839644,"store_menu_type":"header","file_url":null,"content_object":{"id":11955212,"slug":"flexible-non-breakable-screen-guard","image":"https://dukaan-core-file-service.s3.ap-southeast-1.amazonaws.com/upload_file_service/dc017860-59ad-471a-8c1b-7b8a45bf5fca/impossible.png"},"name":"Flexible Non Breakable Screen Guard","child":[]}]},{"id":839653,"position":0,"label":"Camera Protector","url":null,"content_type":"productcategory","parent_id":839643,"store_menu_type":"header","file_url":null,"content_object":{"id":12553477,"slug":"camera-protector","image":"https://dms.mydukaan.io/original/jpeg/media/683d8f8a-7b6d-47ae-bb7e-ffbbfd283c17.jpg"},"name":"Camera Protector","child":[{"id":839654,"position":0,"label":"Camera Cap","url":null,"content_type":"productcategory","parent_id":839653,"store_menu_type":"header","file_url":null,"content_object":{"id":12529741,"slug":"camera-cap","image":"https://dms.mydukaan.io/original/jpeg/media/5743d437-22df-4aad-a605-a0f26216fc82.png"},"name":"Camera Cap","child":[]},{"id":839655,"position":0,"label":"Alloy Metal Camera Ring","url":null,"content_type":"productcategory","parent_id":839653,"store_menu_type":"header","file_url":null,"content_object":{"id":12572683,"slug":"alloy-metal-camera-ring","image":"https://dms.mydukaan.io/original/jpeg/media/575d334b-8cea-4e6e-8f51-80af43167e43.png"},"name":"Alloy Metal Camera Ring","child":[]}]},{"id":839656,"position":0,"label":"Mobile Cover","url":"https://royalstar.co.in/","content_type":"url","parent_id":839643,"store_menu_type":"header","file_url":null,"content_object":null,"name":null,"child":[{"id":839657,"position":0,"label":"Back Cover","url":null,"content_type":"productcategory","parent_id":839656,"store_menu_type":"header","file_url":null,"content_object":{"id":12554797,"slug":"back-cover","image":"https://dms.mydukaan.io/original/jpeg/media/230b4f86-3f34-4a47-9911-b66e57fff1fc.jpg"},"name":"Back Cover","child":[]},{"id":839658,"position":0,"label":"Flip Cover","url":null,"content_type":"productcategory","parent_id":839656,"store_menu_type":"header","file_url":null,"content_object":{"id":12554814,"slug":"flip-cover","image":"https://dms.mydukaan.io/original/jpeg/media/7cfe6642-c1db-4d7d-bafa-c7cbbb7e71dc.jpg"},"name":"Flip Cover","child":[]},{"id":839659,"position":0,"label":"Silicon Back Cover Case","url":null,"content_type":"productcategory","parent_id":839656,"store_menu_type":"header","file_url":null,"content_object":{"id":12567736,"slug":"silicon-back-cover-case","image":"https://dms.mydukaan.io/original/jpeg/media/f800f438-0cf6-4f03-858a-1a72436c51f5.png"},"name":"Silicon Back Cover Case","child":[]}]},{"id":839660,"position":0,"label":"Membrane","url":"https://royalstar.co.in/","content_type":"url","parent_id":839643,"store_menu_type":"header","file_url":null,"content_object":null,"name":null,"child":[{"id":839661,"position":0,"label":"Back membrane","url":null,"content_type":"productcategory","parent_id":839660,"store_menu_type":"header","file_url":null,"content_object":{"id":12559804,"slug":"back-membrane","image":"https://dms.mydukaan.io/original/jpeg/media/e8a5f7fc-cc0a-41c6-8678-fc98f21e2277.png"},"name":"Back membrane","child":[]},{"id":839662,"position":0,"label":"Matt Finish Front Membrane","url":null,"content_type":"productcategory","parent_id":839660,"store_menu_type":"header","file_url":null,"content_object":{"id":12573474,"slug":"matt-finish-front-membrane","image":"https://dms.mydukaan.io/original/jpeg/media/5165774d-67fe-469d-8a2a-2f70c64bdee1.png"},"name":"Matt Finish Front Membrane","child":[]},{"id":839663,"position":0,"label":"Clear Front Membrane","url":null,"content_type":"productcategory","parent_id":839660,"store_menu_type":"header","file_url":null,"content_object":{"id":12573497,"slug":"clear-front-membrane","image":"https://dms.mydukaan.io/original/jpeg/media/ca039abe-7607-4456-9425-d2d6f017ef11.png"},"name":"Clear Front Membrane","child":[]}]},{"id":839664,"position":0,"label":"Data Cable","url":null,"content_type":"productcategory","parent_id":839643,"store_menu_type":"header","file_url":null,"content_object":{"id":11582669,"slug":"data-cable","image":"https://dms.mydukaan.io/original/jpeg/6989503/e2adb05d-6d3e-4275-a5d0-cb4e92bc851e/img-1220a111-ec988539-272d-4759-b24b-9aa4a96b01c3.jpg"},"name":"Data Cable","child":[]},{"id":839665,"position":0,"label":"Earbuds","url":null,"content_type":"productcategory","parent_id":839643,"store_menu_type":"header","file_url":null,"content_object":{"id":12203452,"slug":"earbuds","image":"https://dukaan-core-file-service.s3.ap-southeast-1.amazonaws.com/upload_file_service/6e868a50-fd22-4878-abd9-f078639a47c7/royal-star-rhythm-earbuds-2.png"},"name":"Earbuds","child":[]},{"id":839666,"position":0,"label":"Neckband","url":null,"content_type":"productcategory","parent_id":839643,"store_menu_type":"header","file_url":null,"content_object":{"id":12170380,"slug":"neckband","image":"https://dukaan-core-file-service.s3.ap-southeast-1.amazonaws.com/upload_file_service/d042ee60-7e86-455a-b6a6-7da43d2226f9/bt-105.png"},"name":"Neckband","child":[]}]},{"id":839667,"position":0,"label":"Brand","url":"https://royalstar.co.in/","content_type":"url","store_menu_type":"header","file_url":null,"content_object":null,"name":null,"child":[{"id":839668,"position":0,"label":"Apple","url":null,"content_type":"productcategory","parent_id":839667,"store_menu_type":"header","file_url":null,"content_object":{"id":12594261,"slug":"apple","image":"https://dms.mydukaan.io/original/jpeg/media/2042d6e7-237f-4bb2-92a6-e591b6427736.png"},"name":"Apple","child":[]},{"id":839669,"position":0,"label":"Google","url":null,"content_type":"productcategory","parent_id":839667,"store_menu_type":"header","file_url":null,"content_object":{"id":12594459,"slug":"google-460","image":"https://dms.mydukaan.io/original/webp/media/e469206e-4076-4b01-a0dd-010464db5509.png"},"name":"Google","child":[]},{"id":839670,"position":0,"label":"Infinix","url":null,"content_type":"productcategory","parent_id":839667,"store_menu_type":"header","file_url":null,"content_object":{"id":12597560,"slug":"infinix-433","image":"https://dms.mydukaan.io/original/jpeg/media/1ed02b4a-0586-46cc-8742-c07c228c93d4.png"},"name":"Infinix","child":[]},{"id":839671,"position":0,"label":"iQOO","url":null,"content_type":"productcategory","parent_id":839667,"store_menu_type":"header","file_url":null,"content_object":{"id":12597541,"slug":"iqoo","image":"https://dms.mydukaan.io/original/webp/media/c44e7f61-3840-4ec0-b8e5-16fd0dbf3844.png"},"name":"iQOO","child":[]},{"id":839672,"position":0,"label":"Motorola","url":null,"content_type":"productcategory","parent_id":839667,"store_menu_type":"header","file_url":null,"content_object":{"id":12594274,"slug":"motorola-213","image":"https://dms.mydukaan.io/original/webp/media/b0c0a096-5eb8-4fa7-9234-4464179cba59.png"},"name":"Motorola","child":[]},{"id":839673,"position":0,"label":"Nothing","url":null,"content_type":"productcategory","parent_id":839667,"store_menu_type":"header","file_url":null,"content_object":{"id":12597488,"slug":"nothing","image":"https://dms.mydukaan.io/original/webp/media/e2af5c35-6097-42a4-963c-eba2a524fc89.png"},"name":"Nothing","child":[]},{"id":839674,"position":0,"label":"OnePlus","url":null,"content_type":"productcategory","parent_id":839667,"store_menu_type":"header","file_url":null,"content_object":{"id":12594270,"slug":"oneplus-821","image":"https://dms.mydukaan.io/original/jpeg/media/b4f34b7f-ac06-4680-be9d-7fa6bbe82dbf.png"},"name":"OnePlus","child":[]},{"id":839675,"position":0,"label":"Oppo","url":null,"content_type":"productcategory","parent_id":839667,"store_menu_type":"header","file_url":null,"content_object":{"id":12594276,"slug":"oppo-3962","image":"https://dms.mydukaan.io/original/webp/media/f7cbfb07-9c29-48f0-9b4b-e6ad14d656e1.png"},"name":"Oppo","child":[]},{"id":839676,"position":0,"label":"Realme","url":null,"content_type":"productcategory","parent_id":839667,"store_menu_type":"header","file_url":null,"content_object":{"id":12594278,"slug":"realme-4670","image":"https://dms.mydukaan.io/original/webp/media/05aa01ad-9d15-4096-a270-83afdb6f0722.png"},"name":"Realme","child":[]},{"id":839677,"position":0,"label":"Samsung","url":null,"content_type":"productcategory","parent_id":839667,"store_menu_type":"header","file_url":null,"content_object":{"id":12594285,"slug":"samsung-6451","image":"https://dms.mydukaan.io/original/webp/media/ebf0d070-63e7-433b-a650-e29baa4822ce.png"},"name":"Samsung","child":[]},{"id":839678,"position":0,"label":"Vivo","url":null,"content_type":"productcategory","parent_id":839667,"store_menu_type":"header","file_url":null,"content_object":{"id":12594280,"slug":"vivo-5342","image":"https://dms.mydukaan.io/original/webp/media/0d91a5fa-ef5e-4dac-8678-d26d1bb68be2.png"},"name":"Vivo","child":[]},{"id":839679,"position":0,"label":"Xiaomi","url":null,"content_type":"productcategory","parent_id":839667,"store_menu_type":"header","file_url":null,"content_object":{"id":12594282,"slug":"xiaomi-355","image":"https://dms.mydukaan.io/original/jpeg/media/e48dfc94-870d-4d2d-b12c-da7d2d8da8f3.png"},"name":"Xiaomi","child":[]}]},{"id":839680,"position":0,"label":"Track Shipment","url":"https://royalstar.shiprocket.co/tracking","content_type":"url","store_menu_type":"header","file_url":null,"content_object":null,"name":null,"child":[]},{"id":847249,"position":0,"label":"Media Coverage","url":null,"content_type":"storepage","store_menu_type":"header","file_url":null,"content_object":{"id":85871,"slug":"media-coverage","image":""},"name":"Media Coverage","child":[]},{"id":902250,"position":0,"label":"Request Account & Data Deletion","url":null,"content_type":"storepage","store_menu_type":"header","file_url":null,"content_object":{"id":92672,"slug":"request-account-and-data-deletion","image":""},"name":"Request Account & Data Deletion","child":[]},{"label":"Blog","content_type":"blog","url":null,"name":"Blog","content_object":{"slug":"dkn-blog"}},{"label":"Change store language","content_type":"language","url":null}],"DUKAAN_HEADER_MENU":[{"id":839643,"position":0,"label":"Product","url":"https://royalstar.co.in/","content_type":"url","store_menu_type":"header","file_url":null,"content_object":null,"name":null,"child":[{"id":839644,"position":0,"label":"Tempered Glass","url":null,"content_type":"productcategory","parent_id":839643,"store_menu_type":"header","file_url":null,"content_object":{"id":12495717,"slug":"tempered-glass","image":"https://dms.mydukaan.io/original/webp/media/8680e1d3-ba2f-4d06-8602-2e2e7cded642.png"},"name":"Tempered Glass","child":[{"id":839645,"position":0,"label":"Full Tempered Glass","url":"https://royalstar.co.in/categories/tempered-glass","content_type":"url","parent_id":839644,"store_menu_type":"header","file_url":null,"content_object":null,"name":null,"child":[]},{"id":839646,"position":0,"label":"Full Glue Curved Tempered Glass","url":null,"content_type":"productcategory","parent_id":839644,"store_menu_type":"header","file_url":null,"content_object":{"id":12543592,"slug":"full-glue-curved-tempered-glass","image":"https://dms.mydukaan.io/original/jpeg/media/9bab1aaf-5603-492b-b92d-a84daf9c0905.png"},"name":null,"child":[]},{"id":839647,"position":0,"label":"UV Tempered Glass","url":null,"content_type":"productcategory","parent_id":839644,"store_menu_type":"header","file_url":null,"content_object":{"id":12523927,"slug":"uv-tempered-glass","image":"https://dms.mydukaan.io/original/webp/media/9b45680d-ea7e-4582-9f0d-bb520f580189.png"},"name":"UV Tempered Glass","child":[]},{"id":839648,"position":0,"label":"Privacy Tempered Glass","url":null,"content_type":"productcategory","parent_id":839644,"store_menu_type":"header","file_url":null,"content_object":{"id":12529325,"slug":"privacy-tempered-glass","image":"https://dms.mydukaan.io/original/webp/media/e07ccbb2-1b3b-4210-bc4d-c951f7560b48.jpg"},"name":"Privacy Tempered Glass","child":[]},{"id":839649,"position":0,"label":"Matte Uv Tempered Glass","url":null,"content_type":"productcategory","parent_id":839644,"store_menu_type":"header","file_url":null,"content_object":{"id":12574154,"slug":"matte-uv-tempered-glass","image":"https://dms.mydukaan.io/original/jpeg/media/e1656d40-78aa-459c-8ec2-2affa04289ab.jpg"},"name":"Matte Uv Tempered Glass","child":[]},{"id":839650,"position":0,"label":"Privacy UV Tempered Glass","url":null,"content_type":"productcategory","parent_id":839644,"store_menu_type":"header","file_url":null,"content_object":{"id":12571542,"slug":"privacy-uv-tempered-glass","image":"https://dms.mydukaan.io/original/jpeg/media/136905b7-5518-4736-9639-a4328aa30f05.jpg"},"name":"Privacy UV Tempered Glass","child":[]},{"id":839651,"position":0,"label":"Tempered Glass Apple iPhone 16","url":null,"content_type":"productcategory","parent_id":839644,"store_menu_type":"header","file_url":null,"content_object":{"id":12561482,"slug":"tempered-glass-apple-iphone-16","image":"https://dms.mydukaan.io/original/jpeg/media/1d5ac869-07b6-4618-9055-8f8b819940a2.png"},"name":"Tempered Glass Apple iPhone 16","child":[]},{"id":839652,"position":0,"label":"Flexible Non Breakable Screen Guard","url":null,"content_type":"productcategory","parent_id":839644,"store_menu_type":"header","file_url":null,"content_object":{"id":11955212,"slug":"flexible-non-breakable-screen-guard","image":"https://dukaan-core-file-service.s3.ap-southeast-1.amazonaws.com/upload_file_service/dc017860-59ad-471a-8c1b-7b8a45bf5fca/impossible.png"},"name":"Flexible Non Breakable Screen Guard","child":[]}]},{"id":839653,"position":0,"label":"Camera Protector","url":null,"content_type":"productcategory","parent_id":839643,"store_menu_type":"header","file_url":null,"content_object":{"id":12553477,"slug":"camera-protector","image":"https://dms.mydukaan.io/original/jpeg/media/683d8f8a-7b6d-47ae-bb7e-ffbbfd283c17.jpg"},"name":"Camera Protector","child":[{"id":839654,"position":0,"label":"Camera Cap","url":null,"content_type":"productcategory","parent_id":839653,"store_menu_type":"header","file_url":null,"content_object":{"id":12529741,"slug":"camera-cap","image":"https://dms.mydukaan.io/original/jpeg/media/5743d437-22df-4aad-a605-a0f26216fc82.png"},"name":"Camera Cap","child":[]},{"id":839655,"position":0,"label":"Alloy Metal Camera Ring","url":null,"content_type":"productcategory","parent_id":839653,"store_menu_type":"header","file_url":null,"content_object":{"id":12572683,"slug":"alloy-metal-camera-ring","image":"https://dms.mydukaan.io/original/jpeg/media/575d334b-8cea-4e6e-8f51-80af43167e43.png"},"name":"Alloy Metal Camera Ring","child":[]}]},{"id":839656,"position":0,"label":"Mobile Cover","url":"https://royalstar.co.in/","content_type":"url","parent_id":839643,"store_menu_type":"header","file_url":null,"content_object":null,"name":null,"child":[{"id":839657,"position":0,"label":"Back Cover","url":null,"content_type":"productcategory","parent_id":839656,"store_menu_type":"header","file_url":null,"content_object":{"id":12554797,"slug":"back-cover","image":"https://dms.mydukaan.io/original/jpeg/media/230b4f86-3f34-4a47-9911-b66e57fff1fc.jpg"},"name":"Back Cover","child":[]},{"id":839658,"position":0,"label":"Flip Cover","url":null,"content_type":"productcategory","parent_id":839656,"store_menu_type":"header","file_url":null,"content_object":{"id":12554814,"slug":"flip-cover","image":"https://dms.mydukaan.io/original/jpeg/media/7cfe6642-c1db-4d7d-bafa-c7cbbb7e71dc.jpg"},"name":"Flip Cover","child":[]},{"id":839659,"position":0,"label":"Silicon Back Cover Case","url":null,"content_type":"productcategory","parent_id":839656,"store_menu_type":"header","file_url":null,"content_object":{"id":12567736,"slug":"silicon-back-cover-case","image":"https://dms.mydukaan.io/original/jpeg/media/f800f438-0cf6-4f03-858a-1a72436c51f5.png"},"name":"Silicon Back Cover Case","child":[]}]},{"id":839660,"position":0,"label":"Membrane","url":"https://royalstar.co.in/","content_type":"url","parent_id":839643,"store_menu_type":"header","file_url":null,"content_object":null,"name":null,"child":[{"id":839661,"position":0,"label":"Back membrane","url":null,"content_type":"productcategory","parent_id":839660,"store_menu_type":"header","file_url":null,"content_object":{"id":12559804,"slug":"back-membrane","image":"https://dms.mydukaan.io/original/jpeg/media/e8a5f7fc-cc0a-41c6-8678-fc98f21e2277.png"},"name":"Back membrane","child":[]},{"id":839662,"position":0,"label":"Matt Finish Front Membrane","url":null,"content_type":"productcategory","parent_id":839660,"store_menu_type":"header","file_url":null,"content_object":{"id":12573474,"slug":"matt-finish-front-membrane","image":"https://dms.mydukaan.io/original/jpeg/media/5165774d-67fe-469d-8a2a-2f70c64bdee1.png"},"name":"Matt Finish Front Membrane","child":[]},{"id":839663,"position":0,"label":"Clear Front Membrane","url":null,"content_type":"productcategory","parent_id":839660,"store_menu_type":"header","file_url":null,"content_object":{"id":12573497,"slug":"clear-front-membrane","image":"https://dms.mydukaan.io/original/jpeg/media/ca039abe-7607-4456-9425-d2d6f017ef11.png"},"name":"Clear Front Membrane","child":[]}]},{"id":839664,"position":0,"label":"Data Cable","url":null,"content_type":"productcategory","parent_id":839643,"store_menu_type":"header","file_url":null,"content_object":{"id":11582669,"slug":"data-cable","image":"https://dms.mydukaan.io/original/jpeg/6989503/e2adb05d-6d3e-4275-a5d0-cb4e92bc851e/img-1220a111-ec988539-272d-4759-b24b-9aa4a96b01c3.jpg"},"name":"Data Cable","child":[]},{"id":839665,"position":0,"label":"Earbuds","url":null,"content_type":"productcategory","parent_id":839643,"store_menu_type":"header","file_url":null,"content_object":{"id":12203452,"slug":"earbuds","image":"https://dukaan-core-file-service.s3.ap-southeast-1.amazonaws.com/upload_file_service/6e868a50-fd22-4878-abd9-f078639a47c7/royal-star-rhythm-earbuds-2.png"},"name":"Earbuds","child":[]},{"id":839666,"position":0,"label":"Neckband","url":null,"content_type":"productcategory","parent_id":839643,"store_menu_type":"header","file_url":null,"content_object":{"id":12170380,"slug":"neckband","image":"https://dukaan-core-file-service.s3.ap-southeast-1.amazonaws.com/upload_file_service/d042ee60-7e86-455a-b6a6-7da43d2226f9/bt-105.png"},"name":"Neckband","child":[]}]},{"id":839667,"position":0,"label":"Brand","url":"https://royalstar.co.in/","content_type":"url","store_menu_type":"header","file_url":null,"content_object":null,"name":null,"child":[{"id":839668,"position":0,"label":"Apple","url":null,"content_type":"productcategory","parent_id":839667,"store_menu_type":"header","file_url":null,"content_object":{"id":12594261,"slug":"apple","image":"https://dms.mydukaan.io/original/jpeg/media/2042d6e7-237f-4bb2-92a6-e591b6427736.png"},"name":"Apple","child":[]},{"id":839669,"position":0,"label":"Google","url":null,"content_type":"productcategory","parent_id":839667,"store_menu_type":"header","file_url":null,"content_object":{"id":12594459,"slug":"google-460","image":"https://dms.mydukaan.io/original/webp/media/e469206e-4076-4b01-a0dd-010464db5509.png"},"name":"Google","child":[]},{"id":839670,"position":0,"label":"Infinix","url":null,"content_type":"productcategory","parent_id":839667,"store_menu_type":"header","file_url":null,"content_object":{"id":12597560,"slug":"infinix-433","image":"https://dms.mydukaan.io/original/jpeg/media/1ed02b4a-0586-46cc-8742-c07c228c93d4.png"},"name":"Infinix","child":[]},{"id":839671,"position":0,"label":"iQOO","url":null,"content_type":"productcategory","parent_id":839667,"store_menu_type":"header","file_url":null,"content_object":{"id":12597541,"slug":"iqoo","image":"https://dms.mydukaan.io/original/webp/media/c44e7f61-3840-4ec0-b8e5-16fd0dbf3844.png"},"name":"iQOO","child":[]},{"id":839672,"position":0,"label":"Motorola","url":null,"content_type":"productcategory","parent_id":839667,"store_menu_type":"header","file_url":null,"content_object":{"id":12594274,"slug":"motorola-213","image":"https://dms.mydukaan.io/original/webp/media/b0c0a096-5eb8-4fa7-9234-4464179cba59.png"},"name":"Motorola","child":[]},{"id":839673,"position":0,"label":"Nothing","url":null,"content_type":"productcategory","parent_id":839667,"store_menu_type":"header","file_url":null,"content_object":{"id":12597488,"slug":"nothing","image":"https://dms.mydukaan.io/original/webp/media/e2af5c35-6097-42a4-963c-eba2a524fc89.png"},"name":"Nothing","child":[]},{"id":839674,"position":0,"label":"OnePlus","url":null,"content_type":"productcategory","parent_id":839667,"store_menu_type":"header","file_url":null,"content_object":{"id":12594270,"slug":"oneplus-821","image":"https://dms.mydukaan.io/original/jpeg/media/b4f34b7f-ac06-4680-be9d-7fa6bbe82dbf.png"},"name":"OnePlus","child":[]},{"id":839675,"position":0,"label":"Oppo","url":null,"content_type":"productcategory","parent_id":839667,"store_menu_type":"header","file_url":null,"content_object":{"id":12594276,"slug":"oppo-3962","image":"https://dms.mydukaan.io/original/webp/media/f7cbfb07-9c29-48f0-9b4b-e6ad14d656e1.png"},"name":"Oppo","child":[]},{"id":839676,"position":0,"label":"Realme","url":null,"content_type":"productcategory","parent_id":839667,"store_menu_type":"header","file_url":null,"content_object":{"id":12594278,"slug":"realme-4670","image":"https://dms.mydukaan.io/original/webp/media/05aa01ad-9d15-4096-a270-83afdb6f0722.png"},"name":"Realme","child":[]},{"id":839677,"position":0,"label":"Samsung","url":null,"content_type":"productcategory","parent_id":839667,"store_menu_type":"header","file_url":null,"content_object":{"id":12594285,"slug":"samsung-6451","image":"https://dms.mydukaan.io/original/webp/media/ebf0d070-63e7-433b-a650-e29baa4822ce.png"},"name":"Samsung","child":[]},{"id":839678,"position":0,"label":"Vivo","url":null,"content_type":"productcategory","parent_id":839667,"store_menu_type":"header","file_url":null,"content_object":{"id":12594280,"slug":"vivo-5342","image":"https://dms.mydukaan.io/original/webp/media/0d91a5fa-ef5e-4dac-8678-d26d1bb68be2.png"},"name":"Vivo","child":[]},{"id":839679,"position":0,"label":"Xiaomi","url":null,"content_type":"productcategory","parent_id":839667,"store_menu_type":"header","file_url":null,"content_object":{"id":12594282,"slug":"xiaomi-355","image":"https://dms.mydukaan.io/original/jpeg/media/e48dfc94-870d-4d2d-b12c-da7d2d8da8f3.png"},"name":"Xiaomi","child":[]}]},{"id":839680,"position":0,"label":"Track Shipment","url":"https://royalstar.shiprocket.co/tracking","content_type":"url","store_menu_type":"header","file_url":null,"content_object":null,"name":null,"child":[]},{"id":847249,"position":0,"label":"Media Coverage","url":null,"content_type":"storepage","store_menu_type":"header","file_url":null,"content_object":{"id":85871,"slug":"media-coverage","image":""},"name":"Media Coverage","child":[]},{"id":902250,"position":0,"label":"Request Account & Data Deletion","url":null,"content_type":"storepage","store_menu_type":"header","file_url":null,"content_object":{"id":92672,"slug":"request-account-and-data-deletion","image":""},"name":"Request Account & Data Deletion","child":[]},{"label":"Blog","content_type":"blog","url":null,"name":"Blog","content_object":{"slug":"dkn-blog"}},{"label":"Change store language","content_type":"language","url":null}],"DUKAAN_FOOTER_MENU":[{"id":789616,"position":0,"label":"About us","url":null,"content_type":"storepage","store_menu_type":"footer","file_url":null,"content_object":{"id":41228,"slug":"about-us","image":""},"name":"About us","child":[]},{"id":789617,"position":0,"label":"Refund Policy","url":null,"content_type":"storepage","store_menu_type":"footer","file_url":null,"content_object":{"id":21802,"slug":"refund-policy","image":""},"name":"Refund Policy","child":[]},{"id":789618,"position":0,"label":"Privacy Policy","url":null,"content_type":"storepage","store_menu_type":"footer","file_url":null,"content_object":{"id":21801,"slug":"privacy-policy","image":""},"name":"Privacy Policy","child":[]},{"id":789619,"position":0,"label":"Terms & conditions","url":null,"content_type":"storepage","store_menu_type":"footer","file_url":null,"content_object":{"id":21803,"slug":"terms-conditions","image":""},"name":"Terms & conditions","child":[]},{"id":789620,"position":0,"label":"Social Media","url":null,"content_type":"storepage","store_menu_type":"footer","file_url":null,"content_object":{"id":38718,"slug":"social-media","image":""},"name":"Social Media","child":[]},{"id":789621,"position":0,"label":"Partner","url":null,"content_type":"storepage","store_menu_type":"footer","file_url":null,"content_object":{"id":22484,"slug":"partner","image":""},"name":"Partner","child":[]},{"id":789622,"position":0,"label":"Contact us","url":null,"content_type":"storepage","store_menu_type":"footer","file_url":null,"content_object":{"id":15845,"slug":"contact-us","image":""},"name":"Contact us","child":[]},{"id":789623,"position":0,"label":"Full Glue Curved Tempered Glass","url":null,"content_type":"productcategory","store_menu_type":"footer","file_url":null,"content_object":{"id":12543592,"slug":"full-glue-curved-tempered-glass","image":"https://dms.mydukaan.io/original/jpeg/media/9bab1aaf-5603-492b-b92d-a84daf9c0905.png"},"name":"Full Glue Curved Tempered Glass","child":[]}],"DUKAAN_ALL_STORE_MENU":{"header":[{"id":839643,"position":0,"label":"Product","url":"https://royalstar.co.in/","content_type":"url","store_menu_type":"header","file_url":null,"content_object":null,"name":null,"child":[{"id":839644,"position":0,"label":"Tempered Glass","url":null,"content_type":"productcategory","parent_id":839643,"store_menu_type":"header","file_url":null,"content_object":{"id":12495717,"slug":"tempered-glass","image":"https://dms.mydukaan.io/original/webp/media/8680e1d3-ba2f-4d06-8602-2e2e7cded642.png"},"name":"Tempered Glass","child":[{"id":839645,"position":0,"label":"Full Tempered Glass","url":"https://royalstar.co.in/categories/tempered-glass","content_type":"url","parent_id":839644,"store_menu_type":"header","file_url":null,"content_object":null,"name":null,"child":[]},{"id":839646,"position":0,"label":"Full Glue Curved Tempered Glass","url":null,"content_type":"productcategory","parent_id":839644,"store_menu_type":"header","file_url":null,"content_object":{"id":12543592,"slug":"full-glue-curved-tempered-glass","image":"https://dms.mydukaan.io/original/jpeg/media/9bab1aaf-5603-492b-b92d-a84daf9c0905.png"},"name":null,"child":[]},{"id":839647,"position":0,"label":"UV Tempered Glass","url":null,"content_type":"productcategory","parent_id":839644,"store_menu_type":"header","file_url":null,"content_object":{"id":12523927,"slug":"uv-tempered-glass","image":"https://dms.mydukaan.io/original/webp/media/9b45680d-ea7e-4582-9f0d-bb520f580189.png"},"name":"UV Tempered Glass","child":[]},{"id":839648,"position":0,"label":"Privacy Tempered Glass","url":null,"content_type":"productcategory","parent_id":839644,"store_menu_type":"header","file_url":null,"content_object":{"id":12529325,"slug":"privacy-tempered-glass","image":"https://dms.mydukaan.io/original/webp/media/e07ccbb2-1b3b-4210-bc4d-c951f7560b48.jpg"},"name":"Privacy Tempered Glass","child":[]},{"id":839649,"position":0,"label":"Matte Uv Tempered Glass","url":null,"content_type":"productcategory","parent_id":839644,"store_menu_type":"header","file_url":null,"content_object":{"id":12574154,"slug":"matte-uv-tempered-glass","image":"https://dms.mydukaan.io/original/jpeg/media/e1656d40-78aa-459c-8ec2-2affa04289ab.jpg"},"name":"Matte Uv Tempered Glass","child":[]},{"id":839650,"position":0,"label":"Privacy UV Tempered Glass","url":null,"content_type":"productcategory","parent_id":839644,"store_menu_type":"header","file_url":null,"content_object":{"id":12571542,"slug":"privacy-uv-tempered-glass","image":"https://dms.mydukaan.io/original/jpeg/media/136905b7-5518-4736-9639-a4328aa30f05.jpg"},"name":"Privacy UV Tempered Glass","child":[]},{"id":839651,"position":0,"label":"Tempered Glass Apple iPhone 16","url":null,"content_type":"productcategory","parent_id":839644,"store_menu_type":"header","file_url":null,"content_object":{"id":12561482,"slug":"tempered-glass-apple-iphone-16","image":"https://dms.mydukaan.io/original/jpeg/media/1d5ac869-07b6-4618-9055-8f8b819940a2.png"},"name":"Tempered Glass Apple iPhone 16","child":[]},{"id":839652,"position":0,"label":"Flexible Non Breakable Screen Guard","url":null,"content_type":"productcategory","parent_id":839644,"store_menu_type":"header","file_url":null,"content_object":{"id":11955212,"slug":"flexible-non-breakable-screen-guard","image":"https://dukaan-core-file-service.s3.ap-southeast-1.amazonaws.com/upload_file_service/dc017860-59ad-471a-8c1b-7b8a45bf5fca/impossible.png"},"name":"Flexible Non Breakable Screen Guard","child":[]}]},{"id":839653,"position":0,"label":"Camera Protector","url":null,"content_type":"productcategory","parent_id":839643,"store_menu_type":"header","file_url":null,"content_object":{"id":12553477,"slug":"camera-protector","image":"https://dms.mydukaan.io/original/jpeg/media/683d8f8a-7b6d-47ae-bb7e-ffbbfd283c17.jpg"},"name":"Camera Protector","child":[{"id":839654,"position":0,"label":"Camera Cap","url":null,"content_type":"productcategory","parent_id":839653,"store_menu_type":"header","file_url":null,"content_object":{"id":12529741,"slug":"camera-cap","image":"https://dms.mydukaan.io/original/jpeg/media/5743d437-22df-4aad-a605-a0f26216fc82.png"},"name":"Camera Cap","child":[]},{"id":839655,"position":0,"label":"Alloy Metal Camera Ring","url":null,"content_type":"productcategory","parent_id":839653,"store_menu_type":"header","file_url":null,"content_object":{"id":12572683,"slug":"alloy-metal-camera-ring","image":"https://dms.mydukaan.io/original/jpeg/media/575d334b-8cea-4e6e-8f51-80af43167e43.png"},"name":"Alloy Metal Camera Ring","child":[]}]},{"id":839656,"position":0,"label":"Mobile Cover","url":"https://royalstar.co.in/","content_type":"url","parent_id":839643,"store_menu_type":"header","file_url":null,"content_object":null,"name":null,"child":[{"id":839657,"position":0,"label":"Back Cover","url":null,"content_type":"productcategory","parent_id":839656,"store_menu_type":"header","file_url":null,"content_object":{"id":12554797,"slug":"back-cover","image":"https://dms.mydukaan.io/original/jpeg/media/230b4f86-3f34-4a47-9911-b66e57fff1fc.jpg"},"name":"Back Cover","child":[]},{"id":839658,"position":0,"label":"Flip Cover","url":null,"content_type":"productcategory","parent_id":839656,"store_menu_type":"header","file_url":null,"content_object":{"id":12554814,"slug":"flip-cover","image":"https://dms.mydukaan.io/original/jpeg/media/7cfe6642-c1db-4d7d-bafa-c7cbbb7e71dc.jpg"},"name":"Flip Cover","child":[]},{"id":839659,"position":0,"label":"Silicon Back Cover Case","url":null,"content_type":"productcategory","parent_id":839656,"store_menu_type":"header","file_url":null,"content_object":{"id":12567736,"slug":"silicon-back-cover-case","image":"https://dms.mydukaan.io/original/jpeg/media/f800f438-0cf6-4f03-858a-1a72436c51f5.png"},"name":"Silicon Back Cover Case","child":[]}]},{"id":839660,"position":0,"label":"Membrane","url":"https://royalstar.co.in/","content_type":"url","parent_id":839643,"store_menu_type":"header","file_url":null,"content_object":null,"name":null,"child":[{"id":839661,"position":0,"label":"Back membrane","url":null,"content_type":"productcategory","parent_id":839660,"store_menu_type":"header","file_url":null,"content_object":{"id":12559804,"slug":"back-membrane","image":"https://dms.mydukaan.io/original/jpeg/media/e8a5f7fc-cc0a-41c6-8678-fc98f21e2277.png"},"name":"Back membrane","child":[]},{"id":839662,"position":0,"label":"Matt Finish Front Membrane","url":null,"content_type":"productcategory","parent_id":839660,"store_menu_type":"header","file_url":null,"content_object":{"id":12573474,"slug":"matt-finish-front-membrane","image":"https://dms.mydukaan.io/original/jpeg/media/5165774d-67fe-469d-8a2a-2f70c64bdee1.png"},"name":"Matt Finish Front Membrane","child":[]},{"id":839663,"position":0,"label":"Clear Front Membrane","url":null,"content_type":"productcategory","parent_id":839660,"store_menu_type":"header","file_url":null,"content_object":{"id":12573497,"slug":"clear-front-membrane","image":"https://dms.mydukaan.io/original/jpeg/media/ca039abe-7607-4456-9425-d2d6f017ef11.png"},"name":"Clear Front Membrane","child":[]}]},{"id":839664,"position":0,"label":"Data Cable","url":null,"content_type":"productcategory","parent_id":839643,"store_menu_type":"header","file_url":null,"content_object":{"id":11582669,"slug":"data-cable","image":"https://dms.mydukaan.io/original/jpeg/6989503/e2adb05d-6d3e-4275-a5d0-cb4e92bc851e/img-1220a111-ec988539-272d-4759-b24b-9aa4a96b01c3.jpg"},"name":"Data Cable","child":[]},{"id":839665,"position":0,"label":"Earbuds","url":null,"content_type":"productcategory","parent_id":839643,"store_menu_type":"header","file_url":null,"content_object":{"id":12203452,"slug":"earbuds","image":"https://dukaan-core-file-service.s3.ap-southeast-1.amazonaws.com/upload_file_service/6e868a50-fd22-4878-abd9-f078639a47c7/royal-star-rhythm-earbuds-2.png"},"name":"Earbuds","child":[]},{"id":839666,"position":0,"label":"Neckband","url":null,"content_type":"productcategory","parent_id":839643,"store_menu_type":"header","file_url":null,"content_object":{"id":12170380,"slug":"neckband","image":"https://dukaan-core-file-service.s3.ap-southeast-1.amazonaws.com/upload_file_service/d042ee60-7e86-455a-b6a6-7da43d2226f9/bt-105.png"},"name":"Neckband","child":[]}]},{"id":839667,"position":0,"label":"Brand","url":"https://royalstar.co.in/","content_type":"url","store_menu_type":"header","file_url":null,"content_object":null,"name":null,"child":[{"id":839668,"position":0,"label":"Apple","url":null,"content_type":"productcategory","parent_id":839667,"store_menu_type":"header","file_url":null,"content_object":{"id":12594261,"slug":"apple","image":"https://dms.mydukaan.io/original/jpeg/media/2042d6e7-237f-4bb2-92a6-e591b6427736.png"},"name":"Apple","child":[]},{"id":839669,"position":0,"label":"Google","url":null,"content_type":"productcategory","parent_id":839667,"store_menu_type":"header","file_url":null,"content_object":{"id":12594459,"slug":"google-460","image":"https://dms.mydukaan.io/original/webp/media/e469206e-4076-4b01-a0dd-010464db5509.png"},"name":"Google","child":[]},{"id":839670,"position":0,"label":"Infinix","url":null,"content_type":"productcategory","parent_id":839667,"store_menu_type":"header","file_url":null,"content_object":{"id":12597560,"slug":"infinix-433","image":"https://dms.mydukaan.io/original/jpeg/media/1ed02b4a-0586-46cc-8742-c07c228c93d4.png"},"name":"Infinix","child":[]},{"id":839671,"position":0,"label":"iQOO","url":null,"content_type":"productcategory","parent_id":839667,"store_menu_type":"header","file_url":null,"content_object":{"id":12597541,"slug":"iqoo","image":"https://dms.mydukaan.io/original/webp/media/c44e7f61-3840-4ec0-b8e5-16fd0dbf3844.png"},"name":"iQOO","child":[]},{"id":839672,"position":0,"label":"Motorola","url":null,"content_type":"productcategory","parent_id":839667,"store_menu_type":"header","file_url":null,"content_object":{"id":12594274,"slug":"motorola-213","image":"https://dms.mydukaan.io/original/webp/media/b0c0a096-5eb8-4fa7-9234-4464179cba59.png"},"name":"Motorola","child":[]},{"id":839673,"position":0,"label":"Nothing","url":null,"content_type":"productcategory","parent_id":839667,"store_menu_type":"header","file_url":null,"content_object":{"id":12597488,"slug":"nothing","image":"https://dms.mydukaan.io/original/webp/media/e2af5c35-6097-42a4-963c-eba2a524fc89.png"},"name":"Nothing","child":[]},{"id":839674,"position":0,"label":"OnePlus","url":null,"content_type":"productcategory","parent_id":839667,"store_menu_type":"header","file_url":null,"content_object":{"id":12594270,"slug":"oneplus-821","image":"https://dms.mydukaan.io/original/jpeg/media/b4f34b7f-ac06-4680-be9d-7fa6bbe82dbf.png"},"name":"OnePlus","child":[]},{"id":839675,"position":0,"label":"Oppo","url":null,"content_type":"productcategory","parent_id":839667,"store_menu_type":"header","file_url":null,"content_object":{"id":12594276,"slug":"oppo-3962","image":"https://dms.mydukaan.io/original/webp/media/f7cbfb07-9c29-48f0-9b4b-e6ad14d656e1.png"},"name":"Oppo","child":[]},{"id":839676,"position":0,"label":"Realme","url":null,"content_type":"productcategory","parent_id":839667,"store_menu_type":"header","file_url":null,"content_object":{"id":12594278,"slug":"realme-4670","image":"https://dms.mydukaan.io/original/webp/media/05aa01ad-9d15-4096-a270-83afdb6f0722.png"},"name":"Realme","child":[]},{"id":839677,"position":0,"label":"Samsung","url":null,"content_type":"productcategory","parent_id":839667,"store_menu_type":"header","file_url":null,"content_object":{"id":12594285,"slug":"samsung-6451","image":"https://dms.mydukaan.io/original/webp/media/ebf0d070-63e7-433b-a650-e29baa4822ce.png"},"name":"Samsung","child":[]},{"id":839678,"position":0,"label":"Vivo","url":null,"content_type":"productcategory","parent_id":839667,"store_menu_type":"header","file_url":null,"content_object":{"id":12594280,"slug":"vivo-5342","image":"https://dms.mydukaan.io/original/webp/media/0d91a5fa-ef5e-4dac-8678-d26d1bb68be2.png"},"name":"Vivo","child":[]},{"id":839679,"position":0,"label":"Xiaomi","url":null,"content_type":"productcategory","parent_id":839667,"store_menu_type":"header","file_url":null,"content_object":{"id":12594282,"slug":"xiaomi-355","image":"https://dms.mydukaan.io/original/jpeg/media/e48dfc94-870d-4d2d-b12c-da7d2d8da8f3.png"},"name":"Xiaomi","child":[]}]},{"id":839680,"position":0,"label":"Track Shipment","url":"https://royalstar.shiprocket.co/tracking","content_type":"url","store_menu_type":"header","file_url":null,"content_object":null,"name":null,"child":[]},{"id":847249,"position":0,"label":"Media Coverage","url":null,"content_type":"storepage","store_menu_type":"header","file_url":null,"content_object":{"id":85871,"slug":"media-coverage","image":""},"name":"Media Coverage","child":[]},{"id":902250,"position":0,"label":"Request Account & Data Deletion","url":null,"content_type":"storepage","store_menu_type":"header","file_url":null,"content_object":{"id":92672,"slug":"request-account-and-data-deletion","image":""},"name":"Request Account & Data Deletion","child":[]},{"label":"Blog","content_type":"blog","url":null,"name":"Blog","content_object":{"slug":"dkn-blog"}},{"label":"Change store language","content_type":"language","url":null}],"footer":[{"id":789616,"position":0,"label":"About us","url":null,"content_type":"storepage","store_menu_type":"footer","file_url":null,"content_object":{"id":41228,"slug":"about-us","image":""},"name":"About us","child":[]},{"id":789617,"position":0,"label":"Refund Policy","url":null,"content_type":"storepage","store_menu_type":"footer","file_url":null,"content_object":{"id":21802,"slug":"refund-policy","image":""},"name":"Refund Policy","child":[]},{"id":789618,"position":0,"label":"Privacy Policy","url":null,"content_type":"storepage","store_menu_type":"footer","file_url":null,"content_object":{"id":21801,"slug":"privacy-policy","image":""},"name":"Privacy Policy","child":[]},{"id":789619,"position":0,"label":"Terms & conditions","url":null,"content_type":"storepage","store_menu_type":"footer","file_url":null,"content_object":{"id":21803,"slug":"terms-conditions","image":""},"name":"Terms & conditions","child":[]},{"id":789620,"position":0,"label":"Social Media","url":null,"content_type":"storepage","store_menu_type":"footer","file_url":null,"content_object":{"id":38718,"slug":"social-media","image":""},"name":"Social Media","child":[]},{"id":789621,"position":0,"label":"Partner","url":null,"content_type":"storepage","store_menu_type":"footer","file_url":null,"content_object":{"id":22484,"slug":"partner","image":""},"name":"Partner","child":[]},{"id":789622,"position":0,"label":"Contact us","url":null,"content_type":"storepage","store_menu_type":"footer","file_url":null,"content_object":{"id":15845,"slug":"contact-us","image":""},"name":"Contact us","child":[]},{"id":789623,"position":0,"label":"Full Glue Curved Tempered Glass","url":null,"content_type":"productcategory","store_menu_type":"footer","file_url":null,"content_object":{"id":12543592,"slug":"full-glue-curved-tempered-glass","image":"https://dms.mydukaan.io/original/jpeg/media/9bab1aaf-5603-492b-b92d-a84daf9c0905.png"},"name":"Full Glue Curved Tempered Glass","child":[]}]},"DUKAAN_THEME_DATA":{"store":102039593,"payment_done":true,"meta":{"config":[{"key":"A6xyqm05dgsdgAJCpaAdsgsdjB3qQR5","title":"Homepage","sections":[{"title":"Marquee Text","fields":[{"type":"text","label":"Marquee word (should be less than 30)","value":"COD Available | Same Day Dispatch | Delivery within 2 to 8 Working Days* ","placeholder":"Enter caption","defaultValue":""}],"isActive":true,"description":"Enter marquee text","activationSupported":true},{"title":"Main category product list section","fields":[{"type":"categories_picker","label":"Select a category","value":[{"id":12597560,"name":"Infinix","slug":"infinix-433","type":"category","uuid":"9dc63347-174d-4ba9-8edc-09c0b5bfaa64","images":"https://dms.mydukaan.io/original/jpeg/media/1ed02b4a-0586-46cc-8742-c07c228c93d4.png"},{"id":12597541,"name":"iQOO","slug":"iqoo","type":"category","uuid":"acdcbdc1-2b17-4289-bf32-fa55e8155cef","images":"https://dms.mydukaan.io/original/jpeg/media/c44e7f61-3840-4ec0-b8e5-16fd0dbf3844.png"},{"id":12597488,"name":"Nothing","slug":"nothing","type":"category","uuid":"f0b49a20-cab6-417e-a973-9233f94ba292","images":"https://dms.mydukaan.io/original/jpeg/media/e2af5c35-6097-42a4-963c-eba2a524fc89.png"},{"id":12594459,"name":"Google","slug":"google-460","type":"category","uuid":"01bdf5ce-e5e3-48ec-aae4-a188817f2561","images":"https://dms.mydukaan.io/original/jpeg/media/e469206e-4076-4b01-a0dd-010464db5509.png"},{"id":12594285,"name":"Samsung","slug":"samsung-6451","type":"category","uuid":"86e5cc0c-1365-4425-93c4-72258a9ce778","images":"https://dms.mydukaan.io/original/jpeg/media/ebf0d070-63e7-433b-a650-e29baa4822ce.png"},{"id":12594282,"name":"Xiaomi","slug":"xiaomi-355","type":"category","uuid":"c3ab5924-1921-4c14-b9a2-bb1a6f1322c3","images":"https://dms.mydukaan.io/original/jpeg/media/e48dfc94-870d-4d2d-b12c-da7d2d8da8f3.png"},{"id":12594280,"name":"Vivo","slug":"vivo-5342","type":"category","uuid":"76a87487-250c-426a-94eb-0ae58e1ecfd2","images":"https://dms.mydukaan.io/original/jpeg/media/0d91a5fa-ef5e-4dac-8678-d26d1bb68be2.png"},{"id":12594278,"name":"Realme","slug":"realme-4670","type":"category","uuid":"9976ca07-402e-4f27-86cc-90eee7e5100d","images":"https://dms.mydukaan.io/original/jpeg/media/05aa01ad-9d15-4096-a270-83afdb6f0722.png"},{"id":12594276,"name":"Oppo","slug":"oppo-3962","type":"category","uuid":"207cf798-ed96-4d39-8a47-321b4d01ef8c","images":"https://dms.mydukaan.io/original/jpeg/media/f7cbfb07-9c29-48f0-9b4b-e6ad14d656e1.png"},{"id":12594274,"name":"Motorola","slug":"motorola-213","type":"category","uuid":"f374c89f-ea0b-4119-9d26-2747bbc6b1a3","images":"https://dms.mydukaan.io/original/jpeg/media/b0c0a096-5eb8-4fa7-9234-4464179cba59.png"},{"id":12594270,"name":"OnePlus","slug":"oneplus-821","type":"category","uuid":"08b6d792-b819-4fee-b8a8-4c9aba3521aa","images":"https://dms.mydukaan.io/original/jpeg/media/b4f34b7f-ac06-4680-be9d-7fa6bbe82dbf.png"},{"id":12594261,"name":"Apple","slug":"apple","type":"category","uuid":"ce70c9d6-ffdc-427e-a648-7ccf119ec64f","images":"https://dms.mydukaan.io/original/jpeg/media/2042d6e7-237f-4bb2-92a6-e591b6427736.png"}],"placeholder":"","category_names":"Infinix, iQOO, Nothing, Google, Samsung, Xiaomi, Vivo, Realme, Oppo, Motorola, OnePlus, Apple"}],"isActive":true,"description":"Chose the category from which you want to list products","activationSupported":true},{"title":"Image with category products section 1","fields":[{"type":"text","label":"Heading","placeholder":"Enter heading text","defaultValue":""},{"type":"text","label":"Description","placeholder":"Enter description text","defaultValue":""},{"type":"categories_picker","label":"Select the category","value":[{"id":12495717,"name":"Tempered Glass","slug":"tempered-glass","type":"category","uuid":"c33556d8-bb79-4417-a78f-cb1be5d04626","images":"https://dms.mydukaan.io/original/jpeg/media/8680e1d3-ba2f-4d06-8602-2e2e7cded642.png"}],"placeholder":"","category_names":"Tempered Glass"},{"meta":{"label":"Buy Now"},"type":"image","label":"Upload the image, cta text and link for the category","value":"https://dms.mydukaan.io/original/webp/media/419ece8d-9214-473c-a5ba-76cf1c1144e0.png","imageUrl":""}],"isActive":false,"description":"Chose the category from which you want to list products","activationSupported":true},{"title":"YouTube embed section","fields":[{"type":"text","label":"Header text","placeholder":"Enter heading text","defaultValue":""},{"type":"text","label":"Description text","placeholder":"Enter heading text","defaultValue":""},{"type":"text","label":"YouTube embed link","value":"https://videos.royalstar.co.in/share/7ob63otlfuun13i5sa96fel2ep985d7o","placeholder":"","defaultValue":""}],"isActive":false,"description":"Enter YouTube embed link","activationSupported":true},{"title":"Image with category products section 2","fields":[{"type":"text","label":"Heading","value":"","placeholder":"Enter heading text","defaultValue":""},{"type":"text","label":"Description","value":"","placeholder":"Enter description text","defaultValue":""},{"type":"categories_picker","label":"Select the category","value":[],"placeholder":"","category_names":""},{"meta":{"label":""},"type":"image","label":"Upload the image, cta text and link for the category","value":"https://dms.mydukaan.io/original/webp/media/d51f886d-b6fc-4893-a16c-c435ac9a8fa3.png"}],"isActive":false,"description":"Chose the category from which you want to list products","activationSupported":true},{"title":"Icons with text","fields":[{"meta":{"label":""},"type":"image","label":"image 1","value":""},{"type":"text","label":"Title1","value":"","placeholder":"","defaultValue":""},{"meta":{"label":""},"type":"image","label":"image 2","value":"","imageUrl":""},{"type":"text","label":"Title2","value":"","placeholder":"","defaultValue":""},{"meta":{"label":""},"type":"image","label":"image 3","value":""},{"type":"text","label":"Title3","value":"","placeholder":"","defaultValue":""},{"meta":{"label":""},"type":"image","label":"image 4","value":""},{"type":"text","label":"Title4","value":"","placeholder":"","defaultValue":""}],"isActive":false,"description":"Upload the images and enter links for the images","activationSupported":true},{"title":"Testimonials section","fields":[{"meta":{},"type":"text","label":"Section Heading","value":""},{"type":"text","label":"Reviewer 1 name","value":""},{"meta":{"label":""},"type":"image","label":"Reviewer 1 Image","value":""},{"type":"textarea","label":"Review 1","value":""},{"type":"text","label":"Rating 1","value":""},{"type":"text","label":"Reviewer 2 name","value":""},{"type":"image","label":"Reviewer 2 Image","value":""},{"type":"textarea","label":"Review 2","value":""},{"type":"text","label":"Rating 2","value":""},{"type":"text","label":"Reviewer 3 name","value":""},{"type":"image","label":"Reviewer 3 Image","value":""},{"type":"textarea","label":"Review 3","value":""},{"type":"text","label":"Rating 3","value":""},{"type":"text","label":"Reviewer 4 name","value":""},{"type":"image","label":"Reviewer 4 Image","value":""},{"type":"textarea","label":"Review 4","value":""},{"type":"text","label":"Rating 4","value":""},{"type":"text","label":"Reviewer 5 name","value":""},{"type":"image","label":"Reviewer 5 Image","value":""},{"type":"textarea","label":"Review 5","value":""},{"type":"text","label":"Rating 5","value":""},{"type":"text","label":"Reviewer 6 name","value":""},{"type":"image","label":"Reviewer 6 Image","value":""},{"type":"textarea","label":"Review 6","value":""},{"type":"text","label":"Rating 6","value":""},{"type":"text","label":"Reviewer 7 name","value":""},{"type":"image","label":"Reviewer 7 Image","value":""},{"type":"textarea","label":"Review 7","value":""},{"type":"text","label":"Rating 7","value":""},{"type":"text","label":"Reviewer 8 name","value":""},{"type":"image","label":"Reviewer 8 Image","value":""},{"type":"textarea","label":"Review 8","value":""},{"type":"text","label":"Rating 8","value":""},{"type":"text","label":"Reviewer 9 name","value":""},{"type":"image","label":"Reviewer 9 Image","value":""},{"type":"textarea","label":"Review 9","value":""},{"type":"text","label":"Rating 9","value":""}],"isActive":false,"description":"add details related to testimonials section on homepage","activationSupported":true}]},{"key":"1IpPmakiMsdgsdz3baYL9EyaRs","title":"Footer section","sections":[{"title":"Footer description","fields":[{"type":"text","label":"Description","value":"Royal Star Mobile Accessories is a premium brand that offers a wide range of high-quality mobile accessories designed to enhance the functionality and style of your mobile devices. As a brand that values quality and customer satisfaction, Royal Star Mobile Accessories has become a popular choice among tech-savvy individuals who are looking for reliable and durable mobile accessories.","placeholder":"Enter footer description","defaultValue":""},{"type":"text","label":"Copyright text","value":"Copyright © 2022 to 2025. All rights reserved.","placeholder":"Enter footer copyright text","defaultValue":""}],"isActive":true,"description":"Add footer section details here","activationSupported":true}]}],"header":{"showStoreImageOnly":false},"banners":{},"favicon":{"faviconUrl":"https://dms.mydukaan.io/original/webp/media/9904ae01-52e6-4469-b243-840688acd5ad.png"},"advanced":{"customCSS":"/* Custom CSS for Dukaan to display full product titles */\n.product-title {\n white-space: normal !important; /* Allows the text to wrap */\n overflow: visible !important; /* Ensures the text is not cut off */\n text-overflow: clip !important; /* Prevents the text from being truncated */\n display: block !important; /* Ensures the element is a block-level element */\n max-height: none !important; /* Removes any height restrictions */\n word-wrap: break-word !important; /* Breaks long words to fit within the container */\n width: 100% !important; /* Ensures the title takes the full width of the container */\n}","upsellEnabled":true,"crossSellEnabled":true,"customCSSEnabled":false,"showStickyBuyNowMobile":true},"sections":{"newsletter":{"isActive":false,"headerText":"Sign up & Save Up To 20%","description":"Be updated on new arrivals, trends and offers. Sign up now!"}},"customConfig":true,"fontsAndColors":{"font":{"url":"https://fonts.googleapis.com/css2?family=Figtree:ital,wght@0,400;0,500;0,600;1,400;1,500;1,600&display=swap","name":"Figtree"},"color":{"primary":"#ff5800","secondary":"#1A0D3F"}},"1IpPmakiMsdgsdz3baYL9EyaRs-1":{},"A6xyqm05dgsdgAJCpaAdsgsdjB3qQR5-0":{}},"theme":{"id":5526,"created_at":"2025-02-19T14:46:28.094059+00:00","name":"Juggernaut","key":"102039593/juggernaut","thumbnail":"https://dms.mydukaan.io/original/webp/media/d6e52182-2117-49c5-acea-88493116381e.png","preview_url":"https://mydukaan.io/juggernaut2","uuid":"405947f4-4a18-4b0f-823d-7788deee71d1"},"store_theme_data":{"id":3552258,"twitterUrl":"https://twitter.com/royalstarcoin","instagramUrl":"https://instagram.com/royalstar.co.in/","facebookUrl":"https://facebook.com/RoyalStar.co.in/","linkedinUrl":"https://linkedin.com/royalstar-coin","youtubeUrl":"https://www.youtube.com/@RoyalStarMobileAccessories","pinterestUrl":"https://pinterest.com/royalstarcoin/","cxSupport":"support@royalstar.co.in","cx_support_email":"support@royalstar.co.in","cx_support_phone":"+91-8130211640","deliveryHappensWithIn":"3-5 days"}},"DUKAAN_CATEGORY_LIST":[{"id":12752540,"uuid":"b9cac38a-15c8-4a4d-8779-1931f1cf3020","created_at":"2025-05-10T10:04:54.577655+00:00","name":"Matte Tempered glass","position":100000,"image":"https://dms.mydukaan.io/original/webp/media/f7175609-f5a9-47b8-ba29-a5c6a79deb90.png","is_active":true,"show_to":3,"in_stock":true,"seo_data":{},"slug":"matte-tempered-glass","parent_id":null,"product_count":2,"banner_images":null,"banner_images_mobile":null,"description":null,"languages":{},"subcategories_count":0,"first_product_image":"https://dms.mydukaan.io/original/jpeg/media/f7175609-f5a9-47b8-ba29-a5c6a79deb90.png","default_name":"Matte Tempered glass","isLanguageSerialized":true},{"id":12677339,"uuid":"05debbe4-a1ba-4919-b4aa-1fe7bcf3b728","created_at":"2025-01-18T14:19:59.602724+00:00","name":"Super Glass","position":100000,"image":"https://dms.mydukaan.io/original/webp/media/448b5184-9398-43d8-9dab-23b3856818af.png","is_active":true,"show_to":3,"in_stock":true,"seo_data":{},"slug":"super-glass","parent_id":null,"product_count":4,"banner_images":null,"banner_images_mobile":null,"description":null,"languages":{},"subcategories_count":0,"first_product_image":"https://dms.mydukaan.io/original/jpeg/media/1917b0d3-dfea-404f-8b79-cdb84de3b627.png","default_name":"Super Glass","isLanguageSerialized":true},{"id":12669712,"uuid":"c8f5b9bd-5de6-4119-b467-9d6846bac7f2","created_at":"2025-01-04T11:15:04.11849+00:00","name":"Braided cable","position":100000,"image":"https://img.youtube.com/vi/0be1qT1neK4/maxresdefault.jpg","is_active":true,"show_to":3,"in_stock":true,"seo_data":{},"slug":"braided-cable","parent_id":null,"product_count":1,"banner_images":null,"banner_images_mobile":null,"description":null,"languages":{},"subcategories_count":0,"first_product_image":"https://img.youtube.com/vi/0be1qT1neK4/maxresdefault.jpg","default_name":"Braided cable","isLanguageSerialized":true},{"id":12597560,"uuid":"9dc63347-174d-4ba9-8edc-09c0b5bfaa64","created_at":"2024-10-14T13:37:16.13413+00:00","name":"Infinix","position":100000,"image":"https://dms.mydukaan.io/original/jpeg/media/1ed02b4a-0586-46cc-8742-c07c228c93d4.png","is_active":true,"show_to":3,"in_stock":true,"seo_data":{"image":"https://dms.mydukaan.io/original/webp/media/feca9c9d-05df-4095-9bd0-24ff80b0de23.png","title":"Discover the latest Infinix Smartphones Accessories","description":"Discover the latest accessories for Infinix smartphones. Don't miss out on incredible deals—shop now!"},"slug":"infinix-433","parent_id":null,"product_count":3,"banner_images":[],"banner_images_mobile":[],"description":"\u003cp>&nbsp;\u003c/p>\n\u003cp>&nbsp;\u003c/p>\n\u003cp>&nbsp;\u003c/p>","languages":{},"subcategories_count":0,"first_product_image":"https://dms.mydukaan.io/original/jpeg/media/9bab1aaf-5603-492b-b92d-a84daf9c0905.png","default_name":"Infinix","isLanguageSerialized":true},{"id":12597541,"uuid":"acdcbdc1-2b17-4289-bf32-fa55e8155cef","created_at":"2024-10-14T13:36:37.427596+00:00","name":"iQOO","position":100000,"image":"https://dms.mydukaan.io/original/webp/media/c44e7f61-3840-4ec0-b8e5-16fd0dbf3844.png","is_active":true,"show_to":3,"in_stock":true,"seo_data":{"image":"https://dms.mydukaan.io/original/webp/media/03ebf76d-6554-4eee-b2ae-a2b296c6b686.jpg","title":"Discover the Latest iQOO Smartphones Accessories","description":"Enhance your iQOO smartphone experience with premium accessories like mobile covers, tempered glass, camera guard rings, & full glue screen protectors."},"slug":"iqoo","parent_id":null,"product_count":28,"banner_images":[],"banner_images_mobile":[],"description":"","languages":{},"subcategories_count":0,"first_product_image":"https://dms.mydukaan.io/original/jpeg/media/9bab1aaf-5603-492b-b92d-a84daf9c0905.png","default_name":"iQOO","isLanguageSerialized":true},{"id":12597488,"uuid":"f0b49a20-cab6-417e-a973-9233f94ba292","created_at":"2024-10-14T13:32:08.428692+00:00","name":"Nothing","position":100000,"image":"https://dms.mydukaan.io/original/webp/media/e2af5c35-6097-42a4-963c-eba2a524fc89.png","is_active":true,"show_to":3,"in_stock":true,"seo_data":{"image":"https://dms.mydukaan.io/original/webp/media/736ce34c-ef95-4892-a97a-0f99df9c4e67.png","title":"Discover the Latest Nothing Smartphones Accessories","description":"Improve your Nothing smartphone experience with quality accessories like mobile covers, tempered glass, camera guard rings, and full glue screen protectors."},"slug":"nothing","parent_id":null,"product_count":24,"banner_images":[],"banner_images_mobile":[],"description":"","languages":{},"subcategories_count":0,"first_product_image":"https://dms.mydukaan.io/original/jpeg/media/eabd6bf7-cd40-4534-92a2-98533c944740.png","default_name":"Nothing","isLanguageSerialized":true},{"id":12594459,"uuid":"01bdf5ce-e5e3-48ec-aae4-a188817f2561","created_at":"2024-10-14T05:26:51.679386+00:00","name":"Google","position":100000,"image":"https://dms.mydukaan.io/original/webp/media/e469206e-4076-4b01-a0dd-010464db5509.png","is_active":true,"show_to":3,"in_stock":true,"seo_data":{"image":"https://dms.mydukaan.io/original/webp/media/62f9773e-b453-47c5-9e09-a3768848bda1.png","title":"Discover the Latest Google Pixel Smartphones Accessories","description":"Enhance your Google Pixel smartphone experience with premium accessories like mobile covers, tempered glass, camera guard rings, & full glue screen protectors."},"slug":"google-460","parent_id":null,"product_count":19,"banner_images":[],"banner_images_mobile":[],"description":"","languages":{},"subcategories_count":0,"first_product_image":"https://dms.mydukaan.io/original/jpeg/upload_file_service/3b37ebd0-9e1a-4c5c-a32e-a7dc95434d27/impossible.png","default_name":"Google","isLanguageSerialized":true},{"id":12594285,"uuid":"86e5cc0c-1365-4425-93c4-72258a9ce778","created_at":"2024-10-13T16:57:08.00766+00:00","name":"Samsung","position":100000,"image":"https://dms.mydukaan.io/original/webp/media/ebf0d070-63e7-433b-a650-e29baa4822ce.png","is_active":true,"show_to":3,"in_stock":true,"seo_data":{"image":"https://dms.mydukaan.io/original/webp/media/b608bc80-300d-4d73-a559-7392164c27b1.png","title":"Discover the Latest Samsung Smartphones Accessories","description":"Enhance your Samsung smartphone experience with premium accessories like mobile covers, tempered glass, camera guard rings, & full glue screen protectors."},"slug":"samsung-6451","parent_id":null,"product_count":158,"banner_images":[],"banner_images_mobile":[],"description":"","languages":{},"subcategories_count":0,"first_product_image":"https://dms.mydukaan.io/original/jpeg/media/e9ea00dd-c624-4850-8864-e466016934e7.png","default_name":"Samsung","isLanguageSerialized":true},{"id":12594282,"uuid":"c3ab5924-1921-4c14-b9a2-bb1a6f1322c3","created_at":"2024-10-13T16:56:29.052076+00:00","name":"Xiaomi","position":100000,"image":"https://dms.mydukaan.io/original/jpeg/media/e48dfc94-870d-4d2d-b12c-da7d2d8da8f3.png","is_active":true,"show_to":3,"in_stock":true,"seo_data":{"image":"https://dms.mydukaan.io/original/webp/media/1fcce2f7-175c-487c-aab3-9ea614581d17.png","title":"Discover the Latest Xiaomi Smartphones Accessories","description":"Enhance your Xiaomi smartphone experience with premium accessories like mobile covers, tempered glass, camera guard rings, & full glue screen protectors."},"slug":"xiaomi-355","parent_id":null,"product_count":57,"banner_images":[],"banner_images_mobile":[],"description":"","languages":{},"subcategories_count":0,"first_product_image":"https://dms.mydukaan.io/original/jpeg/media/45f7fcaa-1e08-493d-9905-18d9d878dfc7.png","default_name":"Xiaomi","isLanguageSerialized":true},{"id":12594280,"uuid":"76a87487-250c-426a-94eb-0ae58e1ecfd2","created_at":"2024-10-13T16:55:54.318933+00:00","name":"Vivo","position":100000,"image":"https://dms.mydukaan.io/original/webp/media/0d91a5fa-ef5e-4dac-8678-d26d1bb68be2.png","is_active":true,"show_to":3,"in_stock":true,"seo_data":{"image":"https://dms.mydukaan.io/original/webp/media/6eead950-2767-4c3f-a36a-b5e96002755d.png","title":"Discover the Latest Vivo Smartphones Accessories","description":"Enhance your Vivo smartphone experience with premium accessories like mobile covers, tempered glass, camera guard rings, & full glue screen protectors."},"slug":"vivo-5342","parent_id":null,"product_count":134,"banner_images":[],"banner_images_mobile":[],"description":"","languages":{},"subcategories_count":0,"first_product_image":"https://dms.mydukaan.io/original/jpeg/media/35819655-4b17-47fc-afba-4267eb558b18.webp","default_name":"Vivo","isLanguageSerialized":true}],"DUKAAN_STORE_DETAIL_CACHE_STATUS":"hit","EDGE_API_ENDPOINT":"https://edge-api.mydukaan.io","ENTERPRISE_API_ENDPOINT":"https://api-enterprise.mydukaan.io","CLIENT_API_ENDPOINT":"https://api.mydukaan.io","CLIENT_API2_ENDPOINT":"https://api.mydukaan.io","DUKAAN_ADVANCED_SEARCH_API_BASE_URL":"https://api.mydukaan.io","apiRedirectionProps":{},"STORE_COUNTRY":{"id":77,"name":"India","country_code":"IN","currency_code":"INR","locale":"en-IN"},"DEFAULT_COUNTRY":{"id":77,"name":"India","country_code":"IN","currency_code":"INR","locale":"en-IN"},"ORIGINAL_URL":"/","CURRENT_URL":"https://royalstar.co.in/","CANONICAL_BASE_URL":"https://royalstar.co.in","DUKAAN_BASE_URL":"","DUKAAN_CURRENT_PAGE_HOST":"royalstar.co.in","IS_CUSTOM_DOMAIN":true,"CUSTOM_DOMAIN":"royalstar.co.in","IS_FIRST_LOAD":true,"IS_SITE_VISITED":false,"DUKAAN_IS_SITE_VISITED_COOKIE_NAME":"v1-royalstar4-is-site-visited","CLIENT_IP":"10.42.0.1","DUKAAN_LANGUAGE":{"SEARCH_FOR_PRODUCTS":"Search for products","CATEGORIES":"Categories","BAG":"Cart","ACCOUNT":"Account","YOUR_BAG_IS_EMPTY":"Your cart is empty","LOOKS_LIKE_YOU_HAVENT_MADE_YOUR_CHOICE_YET":"Looks like you haven't made your choice yet.","ADD":"ADD","CLEAR_BAG":"Clear cart","SUB_TOTAL":"Sub total","PROCEED_TO_CHECKOUT":"Proceed to checkout","OFFERS":"Offers","FREE_DELIVERY":"Free delivery","PAYMENT_OPTIONS":"Payment options","CUSTOMER_SUPPORT":"Customer support","STORE_DETAILS":"Store details","TANDC":"T&C","COPY_CODE":"Copy code","ADD_TO_BAG":"Add to cart","BUY_NOW":"Buy now","SIMILAR_PRODUCTS":"Similar products","PER_PIECE":"per piece","ABOVE":"Above","BACK_TO_HOMEPAGE":"Back to homepage","ADDRESS":"Address","PAYMENT":"Payment","SHOPPING_CART":"Shopping cart","TOTAL":"Total","QTY":"Quantity","REMOVE":"Remove","ITEM_TOTAL":"Item total","DISCOUNT":"Discount","ALL_COLLECTIONS":"All collections","DELIVERY_FEE":"Delivery fee","GRAND_TOTAL":"Grand total","INCLUSIVE_OF_ALL_TAXES":"Inclusive of all taxes","AVERAGE_DELIVERY_TIME":"Average delivery time","SHIPPING_ADDRESS":"Shipping address","ALREADY_A_USER_SIGN_IN":"Already a user? Sign in","SET_A_DELIVERY_ADDRESS":"Set a delivery address","APPLIED":"Applied","YOU_SAVED_ADDITIONAL":"You saved additional","CASH_ON_DELIVERY":"Cash on delivery","PLACE_ORDER":"Place order","YOUR_ORDER_IS_SUCCESSFUL":"Your order is successful","TRACK_ORDER":"Track order","CONTINUE_SHOPPING":"Continue shopping","MY_ORDERS":"My orders","MY_ADDRESSES":"My addresses","SIGN_OUT":"Sign out","SHOWING_ALL_ORDERS":"Showing all the orders","FILTERS":"Filters","PAYMENT_FAILED":"The payment failed","EDIT":"Edit","DELETE":"Delete","TOP_CATEGORIES":"Top categories","VIEW_ALL":"View all","QUICK_LINKS":"Quick links","GET_IMPORTANT_UPDATES":"Get important updates","PRODUCT_DESCRIPTION":"Product description","BEST_PRICE":"Best price","USE_COUPON":"Use coupon","SIZE":"Size","YOU_MIGHT_LIKE_THESE":"You might like these","CUSTOMER_RATINGS":"Customer ratings","NO_REVIEWS":"No reviews","BE_THE_FIRST_TO_REVIEW_THIS_PRODUCT":"Be the first to review this product","WHAT_ARE_YOU_LOOKING_FOR":"What are you looking for?","COLOR":"Color","FREE":"Free","FOLLOW_US":"Follow us","GO_TO_BAG":"Go to cart","SUBMIT":"Submit","LINKS":"Links","CUSTOMER_RATING":"Customer rating","CUSTOMER_REVIEWS":"Customer reviews","SOLD_OUT":"Sold out","WISHLIST":"Wishlist","WISHLISTED":"Wishlisted","WRITE_A_REVIEW":"Write a review","VERIFIED_PURCHASE":"Verified purchase","CUSTOMER_PHOTOS":"Customer photos","HATED_IT":"Hated it","DIDNT_LIKE_IT":"Didn't like it","JUST_OK":"Just ok","LIKED_IT":"Liked it","LOVED_IT":"Loved it","STARS":"Stars","STAR":"Star","STARS_ARE_REQUIRED":"Stars are required","NAME_IS_REQUIRED":"Name is required","EDIT_REVIEW":"Edit review","UPDATE":"Update","YOU_NEED_TO_PURCHASE_THE_PRODUCT_FIRST":"You need to purchase the product first","REVIEW_DELETED_SUCCESSFULLY":"Review deleted successfully","REVIEW_UPDATED_SUCCESSFULLY":"Review updated successfully","REVIEW_POSTED_SUCCESSFULLY":"Review posted successfully","YOU_HAVE_ALREADY_REVIEWED_THIS_PRODUCT":"You have already reviewed this product","ALL_RATINGS":"All ratings","NEWEST_FIRST":"Newest first","OLDEST_FIRST":"Oldest first","HIGHEST_RATED":"Highest rated","LOWEST_RATED":"Lowest rated","SORT_BY":"Sort by","SORT":"Sort","DELETE_THIS_REVIEW":"Delete this review","ADD_PHOTOS":"Add photos","OPTIONAL":"Optional","YOUR_NAME":"Your name","TELL_OTHERS_WHAT_YOU_THINK_ABOUT_THIS_PRODUCT":"Tell others what you think about this product","ENTER_A_VALID_PINCODE":"Enter a valid pincode","OUT_OF_STOCK":"Out of stock","PLEASE_ENTER_A_VALID_EMAIL_ID":"Please enter a valid email id","WE_COULD_NOT_PROCESS_YOUR_REQUEST_PLEASE_TRY_AGAIN":"We could not process your request. Please try again.","VARIANTS":"Variants","SELECT":"Select","GET_IT_FOR":"Get it for","PRICE_LOW_TO_HIGH":"Price low to high","PRICE_HIGH_TO_LOW":"Price high to low","APPLY":"Apply","FEATURED":"Featured","FILTER":"Filter","CLEAR_ALL":"Clear all","CLEAR":"Clear","SHOWING_PRODUCTS":"Showing products","RECENT_SEARCHES":"Recent searches","MENU":"Menu","HOME":"Home","SHOP":"Shop","STORE_LOCATOR":"Store locator","WE_FOUND_NO_SEARCH_RESULTS":"We found no search results","ONLY":"Only","LEFT_IN_STOCK_HURRY_UP":"Left in stock hurry up","PER":"Per","CASH_ON_DELIVERY_AVAIBALE":"Cash on delivery avaibale","PREPAID_ONLY":"Prepaid only","PRODUCT_ADDED_TO_BAG":"Product added to cart","CODE":"Code","ADD_ON":"Add on","PRICE":"Price","OUR_CUSTOMERS_LOVE_US":"Our customers love us","CONTACT_US":"Contact us","EMAIL_ADDRESS":"Email address","SIGN_IN":"Sign in","ENTER_YOUR_EMAIL_ADDRESS":"Enter your email address","ENTER_YOUR_PHONE_NUMBER":"Enter your phone number","MOBILE_NUMBER":"Mobile number","SEND_VERIFICATION_CODE":"Send verification code","SEND_OTP":"Send OTP","OR_CONTINUE_WITH":"Or continue with","RESEND_CODE_IN":"Resend code in","RESEND":"Resend","DIDNT_GET_THE_CODE":"Didn't get the code","VERIFY":"Verify","SEE_OTHER_OPTIONS":"See other options","GET_YOUR_OTP_ON":"Get your OTP on","CALL":"Call","EMAIL_IS_REQUIRED":"Email is required","OTP_IS_REQUIRED":"OTP is required","MOBILE_NUMBER_IS_REQUIRED":"Mobile number is required","PLEASE_ENTER_A_VALID_EMAIL_ADDRESS":"Please enter a valid email address","PLEASE_ENTER_A_VALID_MOBILE_NUMBER":"Please enter a valid mobile number","OTP_SENT_SUCCESSFULLY":"OTP sent successfully","SOMETHING_WENT_WRONG":"Something went wrong","TOO_MANY_ATTEMPTS_TRY_AFTER_SOMETIME":"Too many attempts. Try after sometime","OTP_SHOULD_HAVE_SIX_DIGITS":"OTP should have 6 digits","OTHER_TANDC_MAY_APPLY":"Other T&C may apply","ON_UPI_PAYMENTS":"On UPI payments","PAYMENT_OFFERS":"Payment offers","KNOW_MORE":"Know more","ON_BUY_NOW_PAY_LATER_PAYMENT":"On Buy Now Pay Later payment","COUPONS_AND_OFFERS":"Coupons and offers","AVAILABLE_COUPONS":"Available coupons","ON_USING_SIMPLE_PAY_LATER":"On using Simpl pay later","DETAILS":"Details","FAILED_TO_ADD_PRODUCT_TO_WISHLIST":"Failed to add product to wishlist","PRODUCT_ADDED_TO_WISHLIST":"Product added to wishlist","FAILED_TO_REMOVE_PRODUCT_FROM_WISHLIST":"Failed to remove product from wishlist","PRODUCT_REMOVED_FROM_WISHLIST":"Product removed from wishlist","FORM_SUBMITTED_SUCCESSFULLY":"Form submitted successfully","MESSAGE":"Message","RESET":"Reset","CASH_ON_DELIVERY_AND_ONLINE_PAYMENT":"Cash on delivery and online payment","ONLINE_PAYMENT":"Online payment","FAST_DELIVERY":"Fast delivery","FREE_SHIPPING":"Free shipping","SORRY_WERE_CURRENTLY_NOT_ACCEPTING_ORDERS":"Sorry we're currently not accepting orders","GET_FREE_DELIVERY_ON_ALL_ORDERS":"Get free delivery on all orders","GET_FREEBIE":"Get freebie","ONLY_ON_CASH_ON_DELIVERY":"Only on cash on delivery","ONLY_ON_ONLINE_PAYMENT":"Only on online payment","ON_BOTH_ONLINE_AND_COD":"On both online and COD","OFFER_NOT_APPLICABLE_FOR_SELECTED_ITEMS":"Offer not applicable for selected items","SHOW_LESS":"Show less","NO_PRODUCTS_FOUND":"No products found","PLEASE_CHECK_THE_SPELLING_OR_TRY_SEARCHING_FOR_SOMETHING_ELSE":"Please check the spelling or try searching for something else","SELECT_OPTIONS":"Select options","SELECT_SIZE":"Select size","SELECT_COLOR":"Select color","THIS_PRODUCT_IS_OUT_OF_STOCK":"This product is out of stock","ALL_CATEGORIES":"All categories","PRODUCT_DETAILS":"Product details","MOVE_TO_BAG":"Move to cart","ARE_YOU_SURE_YOU_WANT_TO_CLEAR_ALL_THE_ITEMS_FROM_THE_BAG":"Are you sure you want to clear all the items from the cart?","SEE_ALL_PRODUCTS":"See all products","VIEW_ALL_CATEGORIES":"View all categories","BESTSELLERS":"Bestsellers","ONLINE_PAYMENT_AND_CASH_ON_DELIVERY_AVAILABLE":"Online payment and cash on delivery available","ONLINE_PAYMENT_AVAILABLE":"Online payment available","COLLECTIONS":"Collections","WHAT_OUR_CUSTOMERS_ARE_SAYING":"What our customers are saying","FEATURED_IN":"Featured in","STAY_CONNECTED":"Stay connected","SEARCH":"Search","ON_SALE":"On sale","VERIFY_YOUR_EMAIL":"Verify your email","OTP_VERIFICATION":"OTP verification","CALCULATED_AFTER_ADDRESS_INPUT":"Calculated after address input","PAYMEMENT_FAILED_PLEASE_USE_A_DIFFERENT_PAYMENT_METHOD":"Payment failed. Please use a different payment method","CONTINUE":"Continue","YOUR_SHOPPING_CART":"Your shopping cart","SAVE_MORE_WITH_COUPON_AND_OFFERS":"Save more with coupon and offers","SORRY_FEW_ITEMS_ARE_NOT_AVAILABLE_PLEASE_REMOVE_THESE_ITEMS_TO_PROCEED":"Sorry few items are not available. Please remove these items to proceed","ADDITIONAL_INFORMATION":"Additional information","NO_COUPONS_FOUND":"No coupons found","DELIVERY":"Delivery","LOYALTY_POINTS":"Loyalty points","ALLCAPS_FREE":"FREE","ALLCAPS_UPDATED":"UPDATED","BACK_TO_STORE":"Back to store","WE_ARE_CURRENTLY_CLOSED":"We are currently closed","PLEASE_TRY_PLACING_YOUR_ORDER_AFTER_THE_STORE_REOPENS":"Please try placing your order after the store reopens","SELECT_ADDRESS":"Select address","ADD_ADDRESS":"Add address","INFO":"Info","SELECT_A_DELIVERY_ADDRESS":"Select a delivery address","SORRY_WE_DONT_DELIVER_TO_YOUR_PINCODE":"Sorry we don't deliver to your pincode","CHOOSE_PAYMENT_MODE":"Choose payment mode","FILL_ADDITIONAL_INFORMATION":"Fill additional information","PAY_USING_UPI":"Pay using UPI","BUY_NOW_PAY_LATER":"Buy now pay later","PARTIAL_CASH_ON_DELIVERY":"Partial cash on delivery","PAY_IN_CASH_AT_THE_TIME_OF_DELIVERY":"Pay in cash at the time of delivery","PAY_IN_CASH_OR_PAY_IN_PERSON_AT_THE_TIME_OF_DELIVERY_WITH_GPAYPAYTMPHONEPE":"Pay in cash or pay in person at the time of delivery with GPay/PayTM/PhonePe","USE_YOUR_PAYPAL_ACCOUNT_TO_COMPLETE_THE_PAYMENT":"Use your Paypal account to complete the payment","PAY_ONLINE_USING_PAYPAL":"Pay online using Paypal","OTHER_POPULAR_PRODUCTS":"Other popular products","VIEW_PRICE_DETAILS":"View price details","USE_PHONEPEGOOGLEPAYPAYTMUPI_AND_OTHER_UPI_PLATFORMS_TO_COMPLETE_THE_PAYMENT":"Use PhonePe/GooglePay/PayTM/UPI or other UPI platforms to complete the payment","ADD_MORE":"Add more","RELEVANCE":"Relevance","VIEW_ALL_COLLECTIONS":"View all collections","VIEW_ALL_PRODUCTS":"View all products","AWESOME":"Awesome","ENTER_COUPON_CODE":"Enter coupon code","OTP_VERIFICATION_FAILED_TRY_AGAIN":"OTP verification failed, try again later","OTP_RESENT_SUCCESSFULLY":"OTP resent successfully","SOME_ERROR_OCCURED_IN_RESENDING_THE_OTP":"Some error occurred in resending the OTP","PAY_ONLINE":"Pay online","PAY_ONILNE_AND_COMPLETE_YOUR_ORDER":"Pay online and complete your order","USE_CREDITDEBIT_CARD_NETBANKING_UPI_WALLETS_TO_COMPARE_THE_PAYMENTS":"Use credit/debit card, net-banking, UPI, wallets to complete the payment","GET_CASHBACK_ON_WALLET_TRANSACTIONS":"Get cashback on wallet transactions","SAVE_AND_COUNTINUE":"Save and continue","ADD_NEW_ADDRESS":"Add new address","EDIT_ADDRESS":"Edit address","DELETE_THIS_ADDRESS":"Delete this address","TAX_INCLUDED_SHIPPING_CALCULATED_AT_THE_CHECKOUT":"Tax included. Shipping calculated at the checkout","FOR_BULK_ORDERS":"For bulk orders","BULK_ORDER_INQUIRIES":"Bulk order inquiries","SELL_ON_BIGHAAT":"Sell on Bighaat","AVAILABILITY":"Availability","IN_STOCK":"In stock","CHECK_DELIVERY":"Check delivery","ENTER_PINCODE":"Enter pincode","SORRY_THIS_PINCODE_IS_CURRENTLY_UNSERVICEABLE":"Sorry, this pin code is currently unserviceable","SEE_LESS":"See less","SEE_MORE":"See more","RECENTLY_VIEWED":"Recently viewed","BUY_IT_AGAIN":"Buy it again","MY_WISHLIST":"My wishlist","BRANDS":"Brands","YOU_MAY_ALSO_LIKE":"You may also like","CLOSE":"Close","CLICK_HERE":"Click here","NOTIFY_ME":"Notify me","SALE":"Sale","REVIEWS":"Reviews","SEARCH_FOR_PRODUCTS_BRANDS_AND_MORE":"Search for products, brands and more","CHECK":"Check","PRODUCT_QANDA":"Product Q&A","SORRY_THIS_PINCODE_IS_CURRENTLY_UNSERVICABLE":"Sorry this pincode is currently unservicable","VERIFIED_BUYER":"Verified buyer","RATINGS":"Ratings","YOU_SAVE":"You save","ABOUT_US":"About us","REACH_US":"Reach us","PRIVACY_POLICY":"Privacy policy","REFUND_POLICY":"Refund policy","TERMS_OF_SERVICE":"Terms of service","DELIVERY_POLICY":"Delivery policy","CAREERS":"Careers","CHANGE_LANGUAGE":"Change language","CONFIRM":"Confirm","CANCEL":"Cancel","LANGUAGE":"Language","LOGGED_IN_SUCCESSFULLY":"Logged in successfully","INVALID_OTP":"Invalid OTP","THE_OTP_ENTERED_IS_INVALIDINCORRECT_PLEASE_TRY_AGAIN":"The OTP entered is invalid/incorrect. Please try again","NO_RESULTS":"No results","NO_RESULTS_FOUND":"No results found","PREVIOUS":"Previous","NEXT":"Next","AVAILABLE_POINTS":"Available points","MY_LOYALTY_POINTS":"My loyalty points","CASH_ON_DELIVERY_AVAILABLE":"Cash on delivery available","CHANGE_STORE_LANGUAGE":"Change store language","GO_TO_CART":"Go to cart","ADD_TO_CART":"Add to cart","VIEW_ORDER_DETAILS":"View order details","YOU_SAVED":"You saved","FAQ":"FAQ","PROUCT_QANDA":"Product Q&A","MOVE_TO_CART":"Move to cart","CART":"Cart","MEDIA_LINKS":"Media Links","SEND_IT_ON":"Send it on","POPULAR_CATEGORY":"Popular Category","BRAND":"Brand","CAN_NOT_LOGIN_WITH__FACEBOOK_ACCOUNT_WITHOUT_EMAIL_ADDRESS":"Can not login with @Facebook account without email address","TWENTY_CASHBACK_UPTO__AMOUNT":"Twenty cashback upto @Amount","EXTRA__DISCOUNT_OFF_ON_BNPL":"Extra @Discount off on BNPL","EXTRA__DISCOUNT_OFF_ON_UPI":"Extra @Discount off on UPI","GET_EXTRA__DISCOUNT_OFF_ON_UPI_PAYMENETS":"Get extra @Discount off on UPI paymenets","EXTRA__DISCOUNT_OFF":"Extra @Discount off","GET_EXTRA__DISCOUNT_OFF_ON_BUY_NOW_PAY_LATER_PAYMENTS":"Get extra @Discount off on Buy Now Pay Later payments","OFFERS_VALID_ONLY_ON__MODE_PAYMENT_MODE":"Offers valid only on @Mode payment mode","OFFER_VALID_ON_ORDER_ABOVE__MINORDERVALUE":"Offer valid on order above @Minordervalue","MAXIMUM_INSTANT_DISCOUNT_OF__MAXDISCOUNT":"Maximum instant discount of @Maxdiscount","OFFER_VALID_TILL__EXPIRYDATE":"Offer valid till @Expirydate","ADD__MORECOUNT_MORE__COUPONTEXT_ITEM_TO_UNLOCK_THE_OFFER":"Add @Morecount more @Coupontext item to unlock the offer","CONGRATS_YOU_HAVE_UNLOCKED__COUPONCODE_OFFER":"Congrats you have unlocked @Couponcode offer","PLEASE_SELECT_ONE__ADDONNAME":"Please select one @Addonname","PLEASE_SELECT_ONLY_ONE__ADDONNAME":"Please select only one @Addonname","THE_SELLER_HAS_ONLY__INVENTORYQTY_OF_THESE_AVAILABLE":"The seller has only @Inventoryqty of these available","PRODUCT_QUANTITY_UPDATED_TO__ORDEREDQTY":"Product quantity updated to @Orderedqty","CODE__COUPONCODE_COPIED_TO_CLIPBOARD":"Code @Couponcode copied to clipboard","ONLY__INVENTORY_LEFT_IN_STOCK_HURRY_UP":"Only @Inventory left in stock Hurry up","__MONEY_PER_ORDER":"@Money per order","ABOVE__MONEY":"Above @Money","FREEBIE_ABOVE__MINORDERVALUE":"Freebie above @Minordervalue","GET__NAME_WORTH__SELLINGPRICE_FREE":"Get @Name worth @Sellingprice free","GET__NAME_WORTH__SELLINGPRICE_FREE_ON_PURCHASE_ABOVE__MINORDERVALUE":"Get @Name worth @Sellingprice free on purchase above @Minordervalue","USE__CODE":"Use @Code","YOU_WILL_SAVE__VALUE_WITH_THIS_COUPON":"You will save @Value with this coupon","APPLICABLE__MODETEXT":"Applicable @Modetext","BUY__BUYXCOUNT_GET__GETYCOUNT__ITEMTEXT_FREE":"Buy @Buyxcount get @Getycount @Itemtext free","__COUPONLISTLENGTH_MORE__COUPONLISTTEXT":"@Couponlistlength more @Couponlisttext","DELIVERY_HAPPENS_WITHIN__TIME":"Delivery happens within: @Time","BEST_PRICE__AMOUNT":"Best price @Amount","SUCCESSFULLY_SUBSCRIBED_WITH__EMAIL":"Successfully subscribed with @Email","VERIFICATION_CODE_SENT_TO__VALUE":"Verification code sent to @Value","ENTER_6DIGIT_OTP_SEND_TO__MOBILE":"Enter 6-Digit OTP sent to @Mobile","BUY__BUYXCOUNT_GET__GETYCOUNT_FREE_WITH__COUPONCODE":"Buy @Buyxcount get @Getycount free with @Couponcode","SAVE__DISCOUNT_WITH__COUPONCODE":"Save @Discount with @Couponcode","AVERAGE_DELIVERY_TIME__DAYS":"Average delivery time: @Days","__GETYCOUNT__ITEM_WORTH__DISCOUNT_FREE":"@Getycount @Item worth @Discount free","SHOPPING__BAGNAME":"Shopping @Bagname","DISCOUNT__COUPON":"Discount @Coupon","YOU_SAVED_ADDITIONAL__MONEY":"You saved additional @Money","__APPLIEDCOUPON_APPLIED":"@Appliedcoupon applied","YOU_WILL_EARN__CREDITSEARNED_ON_THIS_ORDER":"You will earn @Creditsearned on this order","DISCOUNT__COUPONCODE__COUPONMONEY":"Discount @Couponcode @Couponmoney","YOU_HAVE_EARNED__LOYALTYPOINTS_FOR_THIS_ORDER":"You have earned @Loyaltypoints for this order","YOU_HAVE_EARNED__LOYALTYPOINTS_AFTER_THIS_ORDER_IS_DELIVERED":"You have earned @Loyaltypoints after this order is delivered","FREE_DELIVERY_ON_ITEM_TOTAL_ABOVE__COSTLIMIT":"Free delivery on item total above @Costlimit","ALREADY_A_USER__LOGINHERE":"Already a user @Loginhere","__TOTALSAVINGS_SAVED_SO_FAR_ON_THIS_ORDER":"@Totalsavings saved so far on this order","SAVE__DELIVERYCOSTAPPLIED_ON_DELIVERY_FEE_BY_ADDING__DIFFERENCE_MORE_TO_BAG":"Save @Deliverycostapplied on delivery fee by adding @Difference more to bag","DELIVERY_STARTS_ON__DATE":"Delivery starts on @Date","PAY_ON_DELIVERY__MODE":"Pay on delivery @Mode","PAY__CODCONFIRMATIONCOST_ONLINE_NOW_AND_REMAINING_AMOUNT_IN_CASHGPAYPAYTMPHONEPE_AT_THE_TIME_OF_DELIVERY":"Pay @Codconfirmationcost online now and remaining amount in Cashgpaypaytmphonepe at the time of delivery","PAY__COST":"Pay @Cost","TOTAL__COST":"Total @Cost","GET_EXTRA__DISCOUNT_OFF_UPTO__MONEY_ON_YOUR_TOTAL_BILL_ON_PAYING_VIA_UPI":"Get extra @Discount off upto @Money on your total bill on paying via UPI","EXTRA__ELEMENTS_OFF":"Extra @Elements off","ADD__MORECOUNT_MORE__BUYBUYXCOUNTGETGETYCOUNT_ITEM_TO_UNLOCK_THE_OFFER":"Add @Morecount more @Buybuyxcountgetgetycount item to unlock the offer","CONGRATS_YOUVE_UNLOCKED__COUPONCODE_OFFER":"Congrats You've unlocked @Couponcode offer","WITH_THE_COUPON__COUPONCODE":"With the coupon @couponcode","UPTO__MAXDISCOUNT":"upto @maxdiscount","YOU_GET__GETYCOUNT__ITEM_FREE":"You get @getycount @item free","YOUR__BAGNAME_IS_EMPTY":"Your @bagname is empty","DELIVERY_BY__DATEESTIMATED":"Delivery by @date (estimated)","BASED_ON__REVIEWCOUNT_REVIEWS":"Based on @reviewCount reviews","SELECT__ATTRIBUTE":"Select @attribute","__COUNT_CUSTOMER__RATING":"@count customer @rating","MISSED_CALL_TO_ORDER__NUMBER":"Missed call to order - @number","DELIVERY_BY__ESTIMATED":"Delivery by @date (estimated)","BUY__BUYXCOUNT_GET__GETYCOUNT":"BUY @buyxcount GET @getycount","BUY__BUYXCOUNT_ITEM_GET__GETYCOUNT_ITEMS_FREE":"Buy @buyxcount item and get @getycount item FREE","BUY__BUYXCOUNT_GET__GETYCOUNT_FREE":"Buy @buyxcount get @getycount FREE","APPLICABLE_ONLY__USESPERCUSTOMER_PER_CUSTOMER":"Applicable only @usespercustomer per customer","ADD_ITEMS_WORTH__MONEY_MORE_TO_GET_THIS_OFFER":"Add items worth @money to get this offer","GO_TO__BAGNAME":"Go to @bagname","VERIFICATION_CODE_SENT_TO__MOBILE":"Verification code sent to @mobile","YOU_WILL_RECEIVE_A_CONFIRMATION_MESSAGE_SHORTLY_FOR_MORE_DETAILS_CHECK_ORDER_STATUS_ON_YOUR__SOURCE":"You will receive a confirmation message shortly. For more details, check order status on your @source","__DISCOUNTVALUE_OFF_ON_ITEM_TOTAL__ABOVEVALUE":"@discountvalue off on item total @abovevalue","ENTER_6DIGIT_OTP_SENT_TO__MOBILE":"Enter 6-Digit OTP sent to @Mobile","YOU_SAVED__@ADDITIONAL":"You saved @additional"},"DUKAAN_USER_SELECTED_LANGUAGE":"eng","STORE_DEFAULT_LANGUAGE":"eng","IS_COMING_FROM_APP":false,"DUKAAN_APP_VERSION":"sceptre:a9e7453","DUKAAN_CATALOG":[{"id":12752540,"uuid":"b9cac38a-15c8-4a4d-8779-1931f1cf3020","name":"Matte Tempered glass","position":100000,"slug":"matte-tempered-glass","in_stock":true,"image":"https://dms.mydukaan.io/original/webp/media/f7175609-f5a9-47b8-ba29-a5c6a79deb90.png","parent_id":null,"product_count":2,"languages":{},"products":[{"id":47823515,"uuid":"1beeb92d-d2e9-471d-850a-ead285d4f72d","slug":"apple-iphone-13-iphone-13-pro-iphone-14-matte-finish-tempered-glass-screen-protector-guard-pack-of-2","image":"https://dms.mydukaan.io/original/jpeg/media/f97c3e91-de0c-49b4-8fb2-7c205386fc92.png","name":"Apple iPhone 13 / iPhone 13 Pro / iPhone 14 Matte Finish Tempered Glass Screen Protector Guard ( Pack of 2Pcs Tempered Glass )","position":100000,"reviews_total_count":null,"reviews_average_rating":null,"product_type":0,"product_bundle_type":null,"product_bundle_discount_type":null,"product_bundle_discount_value":null,"product_bundle_min_line_item_quantity":null,"product_bundle_max_line_item_quantity":null,"product_bundle_each_line_item_price":null,"inventory_quantity":2,"all_images":["https://dms.mydukaan.io/original/jpeg/media/f97c3e91-de0c-49b4-8fb2-7c205386fc92.png"],"base_qty":1,"unit":"piece","in_stock":true,"hawk_eye_product":null,"selling_price":299,"original_price":999,"languages":{},"brands":[],"default_name":"Apple iPhone 13 / iPhone 13 Pro / iPhone 14 Matte Finish Tempered Glass Screen Protector Guard ( Pack of 2Pcs Tempered Glass )","isLanguageSerialized":true},{"id":47823482,"uuid":"4cc41c40-91b1-414c-a299-e38fed8d8334","slug":"apple-iphone-15-iphone-16-matte-finish-tempered-glass-screen-protector-guard-pack-of-2pcs-tempered-g","image":"https://dms.mydukaan.io/original/jpeg/media/f7175609-f5a9-47b8-ba29-a5c6a79deb90.png","name":"Apple iPhone 15 / iPhone 16 Matte Finish Tempered Glass Screen Protector Guard ( Pack of 2Pcs Tempered Glass )","position":100000,"reviews_total_count":null,"reviews_average_rating":null,"product_type":0,"product_bundle_type":null,"product_bundle_discount_type":null,"product_bundle_discount_value":null,"product_bundle_min_line_item_quantity":null,"product_bundle_max_line_item_quantity":null,"product_bundle_each_line_item_price":null,"inventory_quantity":2,"all_images":["https://dms.mydukaan.io/original/jpeg/media/f7175609-f5a9-47b8-ba29-a5c6a79deb90.png"],"base_qty":1,"unit":"piece","in_stock":true,"hawk_eye_product":null,"selling_price":299,"original_price":999,"languages":{},"brands":[],"default_name":"Apple iPhone 15 / iPhone 16 Matte Finish Tempered Glass Screen Protector Guard ( Pack of 2Pcs Tempered Glass )","isLanguageSerialized":true}],"sub_categories":[],"subcategories_count":0,"isLanguageSerialized":true},{"id":12677339,"uuid":"05debbe4-a1ba-4919-b4aa-1fe7bcf3b728","name":"Super Glass","position":100000,"slug":"super-glass","in_stock":true,"image":"https://dms.mydukaan.io/original/webp/media/448b5184-9398-43d8-9dab-23b3856818af.png","parent_id":null,"product_count":4,"languages":{},"products":[{"id":47532901,"uuid":"a1c5a959-602f-4a13-9cb2-83988aec3869","slug":"oneplus-13r-premium-quality-tempered-glass-screen-protector-guard","image":"https://dms.mydukaan.io/original/jpeg/media/1917b0d3-dfea-404f-8b79-cdb84de3b627.png","name":"OnePlus 13R Premium Quality Tempered Glass Screen Protector Guard","position":100000,"reviews_total_count":null,"reviews_average_rating":null,"product_type":1,"product_bundle_type":null,"product_bundle_discount_type":null,"product_bundle_discount_value":null,"product_bundle_min_line_item_quantity":null,"product_bundle_max_line_item_quantity":null,"product_bundle_each_line_item_price":null,"inventory_quantity":10,"all_images":["https://dms.mydukaan.io/original/jpeg/media/1917b0d3-dfea-404f-8b79-cdb84de3b627.png","https://dms.mydukaan.io/original/jpeg/media/89caf242-2b84-45a4-8061-13cd63c299f7.png","https://dms.mydukaan.io/original/jpeg/media/26f2b439-62d3-4413-8440-f9bc8cf06825.png","https://img.youtube.com/vi/k_4VzpJ6xpk/maxresdefault.jpg"],"base_qty":1,"unit":"piece","in_stock":true,"hawk_eye_product":null,"selling_price":299,"original_price":499,"languages":{},"brands":[],"default_name":"OnePlus 13R Premium Quality Tempered Glass Screen Protector Guard","isLanguageSerialized":true},{"id":47515813,"uuid":"3513c4a2-68cc-4545-84e4-760f99838d5c","slug":"samsung-galaxy-s25-ultra-5g-fingerprint-unlock-tempered-glass-screen-protector-guard","image":"https://dms.mydukaan.io/original/jpeg/media/97a72e71-7885-47c1-a9a3-89212118ffd2.png","name":"Samsung Galaxy S25 Ultra 5g Fingerprint Unlock Tempered Glass Screen Protector Guard","position":100000,"reviews_total_count":null,"reviews_average_rating":null,"product_type":1,"product_bundle_type":null,"product_bundle_discount_type":null,"product_bundle_discount_value":null,"product_bundle_min_line_item_quantity":null,"product_bundle_max_line_item_quantity":null,"product_bundle_each_line_item_price":null,"inventory_quantity":null,"all_images":["https://dms.mydukaan.io/original/jpeg/media/97a72e71-7885-47c1-a9a3-89212118ffd2.png","https://dms.mydukaan.io/original/jpeg/media/04886697-edcc-4b89-b98d-12bafb5bd7ea.png","https://img.youtube.com/vi/r3a1n1_0Kik/maxresdefault.jpg"],"base_qty":1,"unit":"piece","in_stock":true,"hawk_eye_product":null,"selling_price":349,"original_price":999,"languages":{},"brands":[],"default_name":"Samsung Galaxy S25 Ultra 5g Fingerprint Unlock Tempered Glass Screen Protector Guard","isLanguageSerialized":true},{"id":47515809,"uuid":"364d386d-54ad-49a7-b42d-6c46207d9cab","slug":"samsung-galaxy-s25-plus-5g-fingerprint-unlock-tempered-glass-screen-protector-guard","image":"https://dms.mydukaan.io/original/jpeg/media/40ba81ee-2262-4867-ab66-98bece3d9490.png","name":"Samsung Galaxy S25 Plus 5g Fingerprint Unlock Tempered Glass Screen Protector Guard","position":100000,"reviews_total_count":null,"reviews_average_rating":null,"product_type":1,"product_bundle_type":null,"product_bundle_discount_type":null,"product_bundle_discount_value":null,"product_bundle_min_line_item_quantity":null,"product_bundle_max_line_item_quantity":null,"product_bundle_each_line_item_price":null,"inventory_quantity":null,"all_images":["https://dms.mydukaan.io/original/jpeg/media/40ba81ee-2262-4867-ab66-98bece3d9490.png","https://dms.mydukaan.io/original/jpeg/media/a3c50e29-9e35-4ebc-854b-d721ef4e610a.png","https://img.youtube.com/vi/r3a1n1_0Kik/maxresdefault.jpg"],"base_qty":1,"unit":"piece","in_stock":true,"hawk_eye_product":null,"selling_price":299,"original_price":999,"languages":{},"brands":[],"default_name":"Samsung Galaxy S25 Plus 5g Fingerprint Unlock Tempered Glass Screen Protector Guard","isLanguageSerialized":true},{"id":47515804,"uuid":"0b5d328f-d8b3-4fcc-ac49-fb85d863bd4c","slug":"samsung-galaxy-s25-5g-tempered-glass-screen-protector-guard","image":"https://dms.mydukaan.io/original/jpeg/media/448b5184-9398-43d8-9dab-23b3856818af.png","name":"Samsung Galaxy S25 5g Fingerprint Unlock Tempered Glass Screen Protector Guard","position":100000,"reviews_total_count":null,"reviews_average_rating":null,"product_type":1,"product_bundle_type":null,"product_bundle_discount_type":null,"product_bundle_discount_value":null,"product_bundle_min_line_item_quantity":null,"product_bundle_max_line_item_quantity":null,"product_bundle_each_line_item_price":null,"inventory_quantity":null,"all_images":["https://dms.mydukaan.io/original/jpeg/media/448b5184-9398-43d8-9dab-23b3856818af.png","https://dms.mydukaan.io/original/jpeg/media/54e4ce8b-92e0-4b8e-b4e2-3d439f53a877.png","https://img.youtube.com/vi/r3a1n1_0Kik/maxresdefault.jpg"],"base_qty":1,"unit":"piece","in_stock":true,"hawk_eye_product":null,"selling_price":299,"original_price":999,"languages":{},"brands":[],"default_name":"Samsung Galaxy S25 5g Fingerprint Unlock Tempered Glass Screen Protector Guard","isLanguageSerialized":true}],"sub_categories":[],"subcategories_count":0,"isLanguageSerialized":true},{"id":12669712,"uuid":"c8f5b9bd-5de6-4119-b467-9d6846bac7f2","name":"Braided cable","position":100000,"slug":"braided-cable","in_stock":true,"image":"https://img.youtube.com/vi/0be1qT1neK4/maxresdefault.jpg","parent_id":null,"product_count":1,"languages":{},"products":[{"id":47475327,"uuid":"5d2b8a91-bf94-4563-87a7-8a1ce521c0ca","slug":"royal-star-usb-cable-3-4amp-fast-charging-braided-wire-charging-data-cable","image":"https://img.youtube.com/vi/0be1qT1neK4/maxresdefault.jpg","name":"Royal Star USB Cable 3.4Amp Fast Charging Braided Wire Charging & data Cable","position":100000,"reviews_total_count":null,"reviews_average_rating":null,"product_type":1,"product_bundle_type":null,"product_bundle_discount_type":null,"product_bundle_discount_value":null,"product_bundle_min_line_item_quantity":null,"product_bundle_max_line_item_quantity":null,"product_bundle_each_line_item_price":null,"inventory_quantity":null,"all_images":["https://img.youtube.com/vi/0be1qT1neK4/maxresdefault.jpg"],"base_qty":1,"unit":"piece","in_stock":true,"hawk_eye_product":null,"selling_price":299,"original_price":599,"languages":{},"brands":[],"default_name":"Royal Star USB Cable 3.4Amp Fast Charging Braided Wire Charging & data Cable","isLanguageSerialized":true}],"sub_categories":[],"subcategories_count":0,"isLanguageSerialized":true},{"id":12597560,"uuid":"9dc63347-174d-4ba9-8edc-09c0b5bfaa64","name":"Infinix","position":100000,"slug":"infinix-433","in_stock":true,"image":"https://dms.mydukaan.io/original/jpeg/media/1ed02b4a-0586-46cc-8742-c07c228c93d4.png","parent_id":null,"product_count":3,"languages":{},"products":[{"id":47720877,"uuid":"b2541c84-02f5-4ed2-93ae-078e595cb201","slug":"infinix-zero-30-infinix-note-40-note-40-pro-lava-agni-2-tecno-spark-20-pro-plus-oppo-find-x7-ultra-m","image":"https://dms.mydukaan.io/original/jpeg/media/f997aeea-37d1-4f1c-96a7-4eec2f9ebd0c.png","name":"Infinix Zero 30 / Infinix Note 40 / Note 40 Pro / Lava AGNI 2 / Tecno Spark 20 Pro Plus / Oppo Find X7 Ultra Matte Finish Front Membrane Screen Scratch Protector Guard","position":100000,"reviews_total_count":null,"reviews_average_rating":null,"product_type":0,"product_bundle_type":null,"product_bundle_discount_type":null,"product_bundle_discount_value":null,"product_bundle_min_line_item_quantity":null,"product_bundle_max_line_item_quantity":null,"product_bundle_each_line_item_price":null,"inventory_quantity":null,"all_images":["https://dms.mydukaan.io/original/jpeg/media/f997aeea-37d1-4f1c-96a7-4eec2f9ebd0c.png"],"base_qty":1,"unit":"piece","in_stock":true,"hawk_eye_product":null,"selling_price":200,"original_price":499,"languages":{},"brands":[],"default_name":"Infinix Zero 30 / Infinix Note 40 / Note 40 Pro / Lava AGNI 2 / Tecno Spark 20 Pro Plus / Oppo Find X7 Ultra Matte Finish Front Membrane Screen Scratch Protector Guard","isLanguageSerialized":true},{"id":47263401,"uuid":"12daec26-341f-402e-9517-791e422c251d","slug":"full-glue-curved-tempered-glass-screen-protector-guard-for-infinix-note-40-pro-plus","image":"https://dms.mydukaan.io/original/jpeg/media/771f52a4-4339-4703-a85d-e8d43fbe40a1.webp","name":"Full Glue Curved Tempered Glass Screen Protector Guard for Infinix Note 40 Pro Plus","position":100000,"reviews_total_count":null,"reviews_average_rating":null,"product_type":0,"product_bundle_type":null,"product_bundle_discount_type":null,"product_bundle_discount_value":null,"product_bundle_min_line_item_quantity":null,"product_bundle_max_line_item_quantity":null,"product_bundle_each_line_item_price":null,"inventory_quantity":null,"all_images":["https://dms.mydukaan.io/original/jpeg/media/771f52a4-4339-4703-a85d-e8d43fbe40a1.webp","https://img.youtube.com/vi/ukkGUkRLg6s/maxresdefault.jpg"],"base_qty":1,"unit":"piece","in_stock":true,"hawk_eye_product":null,"selling_price":500,"original_price":999,"languages":{},"brands":[],"default_name":"Full Glue Curved Tempered Glass Screen Protector Guard for Infinix Note 40 Pro Plus","isLanguageSerialized":true},{"id":44122219,"uuid":"66097cd2-07e0-45bd-9b21-5a73c5774c23","slug":"full-glue-curved-tempered-glass-screen-protector","image":"https://dms.mydukaan.io/original/jpeg/media/9bab1aaf-5603-492b-b92d-a84daf9c0905.png","name":"Full Glue Curved Tempered Glass Screen Protector","position":100000,"reviews_total_count":7,"reviews_average_rating":4.714285714285714,"product_type":1,"product_bundle_type":null,"product_bundle_discount_type":null,"product_bundle_discount_value":null,"product_bundle_min_line_item_quantity":null,"product_bundle_max_line_item_quantity":null,"product_bundle_each_line_item_price":null,"inventory_quantity":null,"all_images":["https://dms.mydukaan.io/original/jpeg/media/9bab1aaf-5603-492b-b92d-a84daf9c0905.png","https://img.youtube.com/vi/ukkGUkRLg6s/maxresdefault.jpg"],"base_qty":1,"unit":"piece","in_stock":true,"hawk_eye_product":null,"selling_price":500,"original_price":999,"languages":{},"brands":[],"default_name":"Full Glue Curved Tempered Glass Screen Protector","isLanguageSerialized":true}],"sub_categories":[],"subcategories_count":0,"isLanguageSerialized":true}],"DUKAAN_CATALOG_PROPS":{"catalogLength":4,"maxCount":20,"offset":4},"DUKAAN_BANNERS":[{"id":3936498,"uuid":"59d577cf-48b6-4467-babf-52c383e19b6f","is_active":true,"image":"https://dms.mydukaan.io/original/webp/media/48d4b7c7-ca74-407c-98c9-4f29eaa724da.jpeg","url":"https://royalstar.co.in/search?query=magsafe","position":2,"platform":"desktop","store":"88f50e62-fb87-4bd2-ab0d-976b72aebf61"}],"DUKAAN_WEB_BANNERS":[{"id":3936498,"uuid":"59d577cf-48b6-4467-babf-52c383e19b6f","is_active":true,"image":"https://dms.mydukaan.io/original/webp/media/48d4b7c7-ca74-407c-98c9-4f29eaa724da.jpeg","url":"https://royalstar.co.in/search?query=magsafe","position":2,"platform":"desktop","store":"88f50e62-fb87-4bd2-ab0d-976b72aebf61"}],"DUKAAN_MOBILE_BANNERS":[{"id":3936497,"uuid":"86efa16c-b7b1-44ee-aa95-f9639fd15783","is_active":true,"image":"https://dms.mydukaan.io/original/webp/media/beee24ea-3441-443d-8226-1afce8487a7a.jpeg","url":"https://royalstar.co.in/search?query=magsafe","position":1,"platform":"mobile","store":"88f50e62-fb87-4bd2-ab0d-976b72aebf61"}],"DUKAAN_PAGE_KEY":"home","CANONICAL_URL":"https://royalstar.co.in","DUKAAN_SESSION_ID":"wxUy-1750075302687","DUKAAN_LANDING_PAGE":"http://royalstar.co.in/","DUKAAN_VISIT_COUNT":1}
</script>



<div id="authWrapper">
<div id="loginModal" class="dukaan-auth-modal modal hidden">
<div class="dukaan-auth-modal-content modal-content ">
<div class="dukaan-auth-modal-header">
<span class="dukaan-auth-modal-title">Sign in</span>
<span class="dukaan-auth-modal-close cursor-pointer" onclick="closeModal()">
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16">
<g fill="none" fill-rule="evenodd">
<g fill="#4D4D4D" fill-rule="nonzero">
<g>
<g>
<path
d="M.363.363c.44-.44 1.136-.484 1.626-.11l.127.11L8 6.248 13.884.363c.452-.452 1.166-.482 1.652-.09l.101.09c.44.44.484 1.136.099 1.641l-.099.112L9.752 8l5.885 5.884c.452.452.482 1.166.09 1.652l-.09.101c-.44.44-1.136.484-1.641.099l-.112-.099L8 9.752l-5.883 5.885c-.452.452-1.166.482-1.652.09l-.101-.09c-.44-.44-.484-1.136-.099-1.64l.099-.113L6.247 8 .363 2.116C-.089 1.664-.119.95.273.464z"
transform="translate(-903 -372) translate(497 343) translate(406 29)" />
</g>
</g>
</g>
</g>
</svg>
</span>
</div>
<div class="dukaan-auth-modal-body">
<form id="loginModalForm" onsubmit="handleSubmitForm(event)" style="position: relative">

<style>
.bounceLoaderWrap {
position: relative;
height: 100%;
width: 100%;
background-color: var(--white);
}
.bounceLoaderWrap.overlay {
top: 0;
bottom: 0;
left: 0;
right: 0;
position: fixed;
background-color: rgba(0, 0, 0, 0.6);
backdrop-filter: blur(24px);
z-index: 10;
}
.bounceLoaderWrap.overlay.highZIndex {
z-index: 10000;
}

.bounceLoader {
display: flex;
align-items: center;
flex-direction: column;
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
pointer-events: all;
}
.bounceLoader.absoluteCenter {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
}
.bounceLoader .spinner {
text-align: center;
}
.bounceLoader .spinner > .bounce {
width: 20px;
height: 20px;
background-color: #ccc;
border-radius: 100%;
display: inline-block;
-webkit-animation: bounce-delay 1.4s infinite ease-in-out both;
animation: bounce-delay 1.4s infinite ease-in-out both;
}
.bounceLoader .spinner > .bounce.bounce1 {
-webkit-animation-delay: -0.32s;
animation-delay: -0.32s;
margin-right: 8px;
}
.bounceLoader .spinner > .bounce.bounce2 {
-webkit-animation-delay: -0.16s;
animation-delay: -0.16s;
margin-right: 8px;
}

@keyframes bounce-delay {
0%, 80%, 100% {
-webkit-transform: scale(0);
transform: scale(0);
} 40% {
-webkit-transform: scale(1.0);
transform: scale(1.0);
}
}

</style>

<div class="bounceLoader hidden">
<div class="spinner">
<div class="bounce bounce1"></div>
<div class="bounce bounce2"></div>
<div class="bounce bounce3"></div>
</div>
</div>


<div id="mobile-form" class="mobile-form">

<div class="hide-on-desktop">
<label class="mui-input-field mobile-number-field full-width">
<input class="full-width" autofocus type="tel" placeholder=" " id="m-mobile-input" maxlength="10">
<span class="label">Mobile number</span>
<span class="abs-prefix">+91</span>
</label>
</div>
<div class="input-box hide-on-mobile">
<span class="prefix">+91</span>
<input autofocus type="tel" placeholder="Enter your phone number" id="d-mobile-input" maxlength="10" />
</div>

</div>


<p class="dkn-auth-privacy">
By continuing, you agree to our company's <a class="dkn-auth-privacy-link" href="/p/terms-conditions">Terms and Conditions</a> and <a class="dkn-auth-privacy-link" href="/p/privacy-policy">Privacy Policy</a>
</p>
<div id="error-message" class="hidden error-message"></div>
<div class="dukaan-auth-modal-footer">
<button class="dukaan-auth-modal-btn-primary" type="submit">

Send OTP

</button>
</div>
</form>



</div>
</div>
</div>
<div id="otpModal" class="dukaan-auth-modal modal hidden">
<div class="dukaan-auth-modal-content modal-content ">
<div class="dukaan-auth-modal-header">
<span class="dukaan-auth-modal-title">Sign in</span>
<span class="dukaan-auth-modal-close cursor-pointer" onclick="closeOTPModal()">
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16">
<g fill="none" fill-rule="evenodd">
<g fill="#4D4D4D" fill-rule="nonzero">
<g>
<g>
<path
d="M.363.363c.44-.44 1.136-.484 1.626-.11l.127.11L8 6.248 13.884.363c.452-.452 1.166-.482 1.652-.09l.101.09c.44.44.484 1.136.099 1.641l-.099.112L9.752 8l5.885 5.884c.452.452.482 1.166.09 1.652l-.09.101c-.44.44-1.136.484-1.641.099l-.112-.099L8 9.752l-5.883 5.885c-.452.452-1.166.482-1.652.09l-.101-.09c-.44-.44-.484-1.136-.099-1.64l.099-.113L6.247 8 .363 2.116C-.089 1.664-.119.95.273.464z"
transform="translate(-903 -372) translate(497 343) translate(406 29)" />
</g>
</g>
</g>
</g>
</svg>
</span>
</div>
<div class="dukaan-auth-modal-body">
<div id="otp-form">
<p id="otp-title" class="otp-title"><span class="otp-num-value"></span></p>
<form id="otp-values" style="position: relative;">

<style>
.bounceLoaderWrap {
position: relative;
height: 100%;
width: 100%;
background-color: var(--white);
}
.bounceLoaderWrap.overlay {
top: 0;
bottom: 0;
left: 0;
right: 0;
position: fixed;
background-color: rgba(0, 0, 0, 0.6);
backdrop-filter: blur(24px);
z-index: 10;
}
.bounceLoaderWrap.overlay.highZIndex {
z-index: 10000;
}

.bounceLoader {
display: flex;
align-items: center;
flex-direction: column;
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
pointer-events: all;
}
.bounceLoader.absoluteCenter {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
}
.bounceLoader .spinner {
text-align: center;
}
.bounceLoader .spinner > .bounce {
width: 20px;
height: 20px;
background-color: #ccc;
border-radius: 100%;
display: inline-block;
-webkit-animation: bounce-delay 1.4s infinite ease-in-out both;
animation: bounce-delay 1.4s infinite ease-in-out both;
}
.bounceLoader .spinner > .bounce.bounce1 {
-webkit-animation-delay: -0.32s;
animation-delay: -0.32s;
margin-right: 8px;
}
.bounceLoader .spinner > .bounce.bounce2 {
-webkit-animation-delay: -0.16s;
animation-delay: -0.16s;
margin-right: 8px;
}

@keyframes bounce-delay {
0%, 80%, 100% {
-webkit-transform: scale(0);
transform: scale(0);
} 40% {
-webkit-transform: scale(1.0);
transform: scale(1.0);
}
}

</style>

<div class="bounceLoader hidden">
<div class="spinner">
<div class="bounce bounce1"></div>
<div class="bounce bounce2"></div>
<div class="bounce bounce3"></div>
</div>
</div>


<div class="hide-on-desktop">
<label class="mui-input-field m-otp-field full-width ">
<input class="full-width" autofocus placeholder="• • • • • •" id="m-otp-input" type="number"
maxlength="6">
<span class="label"></span>
</label>
</div>
<div class="otp-box hide-on-mobile">
<input class="form-control form-control-solid first" name="otp-value" onkeyup="handleOTPForm(event)" type="text" autocomplete="one-time-code"
maxlength="1" />
<input class="form-control form-control-solid second" name="otp-value" onkeyup="handleOTPForm(event)" type="text" autocomplete="one-time-code"
maxlength="1" />
<input class="form-control form-control-solid third" name="otp-value" onkeyup="handleOTPForm(event)" type="text" autocomplete="one-time-code"
maxlength="1" />
<input class="form-control form-control-solid fourth" name="otp-value" onkeyup="handleOTPForm(event)" type="text" autocomplete="one-time-code"
maxlength="1" />
<input class="form-control form-control-solid fifth" name="otp-value" onkeyup="handleOTPForm(event)" type="text" autocomplete="one-time-code"
maxlength="1" />
<input class="form-control form-control-solid sixth" name="otp-value" onkeyup="handleOTPForm(event)" type="text" autocomplete="one-time-code"
maxlength="1" />
</div>
</form>
</div>
<div id="error-message" class="hidden error-message"></div>
</div>
<div class="otp-countdown-timer flex d-row a-center j-center hidden" id="otp-countdown-timer">
<div class="resend-otp-text hide-on-desktop">Resend code in&nbsp;</div>
<div class="flex d-row a-center j-center">
<div class="timer-mins-text countdown-text" id="timer-mins-text"></div>
<div class="colon countdown-text">:</div>
<div class="timer-secs-text countdown-text" id="timer-secs-text"></div>
</div>
</div>
<div id="otp-cta" style="margin-top: 32px;" class="hidden">

<div class="flex d-c a-center j-center">
<div class="resend-text">
Didn&#39;t get the code? Send it on
</div>
<div class="flex a-center j-center cursor-pointer" onclick="onResendOtpLink(2)" style="margin-top: 12px;">
<svg width="130" height="40" viewBox="0 0 130 40" fill="none" xmlns="http://www.w3.org/2000/svg">
<path fill-rule="evenodd" clip-rule="evenodd"
d="M27.1034 7C20.1246 7 14.4673 12.6703 14.4673 19.6654C14.4673 22.0581 15.1298 24.2959 16.2804 26.2049L14 33L20.9959 30.7548C22.806 31.7583 24.8879 32.3302 27.1034 32.3302C34.0817 32.3302 39.739 26.6601 39.739 19.6654C39.739 12.6703 34.0817 7 27.1034 7ZM27.1034 30.3132C24.9454 30.3132 22.9362 29.6644 21.2586 28.5522L17.1761 29.8627L18.5029 25.9082C17.2312 24.1527 16.4798 21.9957 16.4798 19.6652C16.4798 13.7937 21.2455 9.01698 27.1034 9.01698C32.961 9.01698 37.7267 13.7937 37.7267 19.6652C37.7267 25.5365 32.961 30.3132 27.1034 30.3132Z"
fill="#45C153" />
<path fill-rule="evenodd" clip-rule="evenodd"
d="M24.1392 14.4251C23.9345 13.9307 23.7777 13.9139 23.4616 13.8989C23.3531 13.8937 23.2355 13.8887 23.1069 13.8887C22.6995 13.8887 22.2772 14.0089 22.0227 14.2699C21.7129 14.5875 20.9385 15.3314 20.9385 16.8588C20.9385 18.3864 22.0484 19.8625 22.2031 20.0697C22.3582 20.2767 24.3678 23.4573 27.4946 24.7559C29.9351 25.7691 30.6597 25.6789 31.2165 25.5568C32.0267 25.3795 33.044 24.7814 33.3021 24.0568C33.5602 23.3317 33.5602 22.7102 33.4828 22.5812C33.4053 22.4515 33.1989 22.3742 32.8891 22.2185C32.5794 22.0633 31.0563 21.3122 30.7725 21.2089C30.4885 21.1054 30.226 21.137 30.0076 21.4397C29.7062 21.8579 29.4164 22.2876 29.1763 22.5423C28.9879 22.7423 28.6847 22.7701 28.424 22.6591C28.0812 22.5127 27.1162 22.1756 25.9329 21.1182C25.0123 20.2955 24.3905 19.2792 24.2098 18.9683C24.0291 18.6578 24.1939 18.4725 24.3332 18.3035C24.492 18.1107 24.6385 17.9722 24.7934 17.7912C24.9482 17.6098 25.0348 17.5132 25.138 17.3058C25.2412 17.0988 25.1718 16.8852 25.0943 16.7297C25.0166 16.5741 24.3965 15.047 24.1392 14.4251Z"
fill="#45C153" />
<path fill-rule="evenodd" clip-rule="evenodd"
d="M55.3427 21.8908H55.3125L53.4676 14.4326H51.2445L49.3692 21.8004H49.339L47.6303 14.4326H45.2559L48.1142 25.2559H50.5191L52.3184 17.8896H52.3488L54.1781 25.2559H56.5378L59.4413 14.4326H57.1127L55.3427 21.8908ZM66.685 18.094C66.4729 17.8159 66.1832 17.5993 65.8155 17.4425C65.4473 17.2854 64.976 17.2073 64.4018 17.2073C63.998 17.2073 63.5849 17.3113 63.161 17.5177C62.7382 17.7251 62.39 18.0559 62.1176 18.511H62.0727V14.4326H59.9249V25.2559H62.0727V21.1484C62.0727 20.3504 62.203 19.7769 62.4655 19.4276C62.7278 19.0788 63.1511 18.9052 63.7362 18.9052C64.2498 18.9052 64.6079 19.0639 64.8095 19.3824C65.0111 19.7009 65.1124 20.1842 65.1124 20.8299V25.2559H67.2596V20.4364C67.2596 19.9511 67.217 19.5093 67.1316 19.1101C67.045 18.7107 66.8965 18.3721 66.685 18.094ZM75.5312 23.5133V19.4353C75.5312 18.9607 75.4258 18.5789 75.2134 18.2911C75.0019 18.0031 74.7296 17.7778 74.3973 17.6162C74.0646 17.4545 73.6958 17.3457 73.2932 17.2902C72.89 17.2356 72.4917 17.2072 72.0987 17.2072C71.6655 17.2072 71.2337 17.2504 70.8057 17.3357C70.3765 17.4214 69.9913 17.5655 69.6484 17.7676C69.3057 17.9703 69.0234 18.2377 68.8023 18.5707C68.58 18.9051 68.454 19.324 68.4236 19.83H70.571C70.6113 19.4049 70.7532 19.1018 70.9946 18.9199C71.2365 18.7381 71.5687 18.6467 71.9929 18.6467C72.1843 18.6467 72.3628 18.6597 72.5296 18.6852C72.6957 18.7106 72.8421 18.7607 72.9683 18.8361C73.0944 18.9127 73.1948 19.0185 73.2707 19.1546C73.3459 19.2917 73.3841 19.476 73.3841 19.7081C73.394 19.9303 73.3282 20.1001 73.1875 20.2162C73.0459 20.3327 72.855 20.4209 72.6126 20.4808C72.3706 20.5422 72.0933 20.588 71.7809 20.6174C71.4681 20.6481 71.1506 20.6888 70.8283 20.7394C70.5052 20.7901 70.1854 20.8582 69.8681 20.9439C69.5504 21.0295 69.2672 21.1589 69.0218 21.3302C68.7742 21.503 68.572 21.7319 68.4163 22.0202C68.2598 22.3083 68.1816 22.6744 68.1816 23.1184C68.1816 23.5237 68.2496 23.8722 68.3864 24.1643C68.5218 24.4582 68.7108 24.7007 68.9527 24.8922C69.1952 25.085 69.4769 25.226 69.7999 25.3168C70.1219 25.4078 70.47 25.453 70.8433 25.453C71.3272 25.453 71.8013 25.3827 72.2641 25.2419C72.728 25.0991 73.1323 24.8518 73.4745 24.4985C73.4844 24.6294 73.5021 24.7585 73.5274 24.8851C73.5528 25.0109 73.5855 25.1354 73.6258 25.2559H75.8035C75.7031 25.0951 75.6321 24.8518 75.592 24.529C75.5516 24.2058 75.5312 23.8673 75.5312 23.5133ZM73.3841 22.2241C73.3841 22.3454 73.3717 22.5079 73.3459 22.7098C73.3212 22.9119 73.2529 23.1107 73.1423 23.3079C73.0312 23.5052 72.8589 23.6748 72.6281 23.8155C72.3961 23.9572 72.0685 24.0289 71.6447 24.0289C71.4738 24.0289 71.3074 24.0128 71.1461 23.9829C70.9845 23.9529 70.8437 23.8995 70.7222 23.8237C70.6018 23.7477 70.5056 23.6448 70.4351 23.5133C70.3647 23.3816 70.3292 23.2199 70.3292 23.0283C70.3292 22.8262 70.3647 22.6592 70.4351 22.5277C70.5056 22.3971 70.599 22.2885 70.7152 22.2023C70.8308 22.1158 70.967 22.0482 71.1232 21.9971C71.2797 21.9462 71.438 21.9066 71.5995 21.8758C71.7705 21.8459 71.9428 21.8204 72.1134 21.8004C72.2854 21.7809 72.4491 21.7546 72.6053 21.7246C72.7617 21.6941 72.9073 21.6565 73.044 21.6107C73.18 21.5654 73.2935 21.503 73.3843 21.4216V22.2241H73.3841ZM79.5388 15.0695H77.3913V17.4191H76.0914V18.8593H77.3913V23.482C77.3913 23.8764 77.4573 24.1949 77.5881 24.4374C77.7195 24.6799 77.8982 24.8679 78.1245 24.9983C78.3516 25.1297 78.6137 25.2187 78.9113 25.2639C79.2082 25.3086 79.5244 25.3318 79.8563 25.3318C80.0689 25.3318 80.285 25.3261 80.5071 25.3168C80.7285 25.3066 80.9301 25.2866 81.1119 25.2559V23.5885C81.0109 23.6092 80.905 23.6249 80.7942 23.6346C80.6834 23.6448 80.5674 23.6496 80.4464 23.6496C80.0835 23.6496 79.8416 23.5885 79.7202 23.4672C79.6001 23.346 79.5391 23.1035 79.5391 22.7399V18.8594H81.1121V17.4192H79.5391V15.0695H79.5388ZM88.4158 21.8233C88.2748 21.5759 88.0879 21.3682 87.8563 21.2011C87.6245 21.0346 87.359 20.901 87.0622 20.7992C86.7644 20.6989 86.4596 20.6132 86.1473 20.5422C85.8447 20.4716 85.5477 20.4056 85.2555 20.3449C84.9631 20.2844 84.7028 20.2161 84.476 20.1405C84.2495 20.0645 84.0659 19.9659 83.9245 19.8446C83.783 19.7234 83.7132 19.5665 83.7132 19.3745C83.7132 19.2134 83.7527 19.0846 83.8334 18.9879C83.9143 18.8925 84.0127 18.8189 84.1287 18.768C84.2448 18.7179 84.3723 18.6852 84.5139 18.6702C84.655 18.6549 84.7864 18.6467 84.9071 18.6467C85.2903 18.6467 85.6231 18.7208 85.9059 18.8666C86.1876 19.0137 86.3444 19.2937 86.3735 19.7081H88.4158C88.3755 19.2231 88.2522 18.8214 88.0449 18.503C87.8391 18.1848 87.5788 17.93 87.2668 17.7376C86.9543 17.546 86.5988 17.4094 86.2 17.328C85.8016 17.2472 85.3912 17.2073 84.9684 17.2073C84.5446 17.2073 84.1309 17.245 83.7285 17.3213C83.324 17.3964 82.9611 17.5282 82.6397 17.7149C82.316 17.9018 82.0575 18.157 81.8602 18.4804C81.6634 18.804 81.565 19.2184 81.565 19.7235C81.565 20.0678 81.636 20.358 81.7773 20.595C81.9174 20.8327 82.1047 21.0295 82.3359 21.1867C82.5682 21.3429 82.8331 21.4696 83.1304 21.5654C83.4277 21.6619 83.733 21.7449 84.0449 21.8159C84.812 21.9771 85.4092 22.1387 85.8377 22.3004C86.2661 22.4618 86.4801 22.7051 86.4801 23.0283C86.4801 23.2199 86.4349 23.3783 86.3444 23.5052C86.2538 23.6321 86.1399 23.7325 86.004 23.8085C85.8672 23.8845 85.7161 23.94 85.5506 23.9747C85.3839 24.0106 85.2248 24.0289 85.0735 24.0289C84.8622 24.0289 84.6577 24.0026 84.462 23.9529C84.2647 23.902 84.0911 23.8235 83.9397 23.7175C83.7884 23.6114 83.6642 23.4752 83.5689 23.3079C83.4738 23.1414 83.425 22.9426 83.425 22.7098H81.3836C81.4042 23.2352 81.5223 23.6725 81.7398 24.0208C81.9553 24.3694 82.2322 24.6497 82.5708 24.8622C82.9084 25.0743 83.2947 25.226 83.7285 25.3168C84.161 25.4078 84.605 25.453 85.0582 25.453C85.5017 25.453 85.938 25.4101 86.3669 25.3248C86.7951 25.2385 87.1757 25.0893 87.5085 24.877C87.8418 24.665 88.1106 24.3846 88.3181 24.0358C88.524 23.6873 88.6272 23.2551 88.6272 22.7397C88.6271 22.3758 88.5569 22.0706 88.4158 21.8233ZM92.6804 14.4326L88.5972 25.2559H90.987L91.833 22.8462H95.8714L96.6874 25.2559H99.1533L95.1155 14.4326H92.6804ZM92.4534 21.073L93.8598 17.1007H93.8902L95.2514 21.073H92.4534ZM106.578 18.4804C106.286 18.0965 105.918 17.7885 105.474 17.5558C105.03 17.3232 104.501 17.2075 103.887 17.2075C103.402 17.2075 102.959 17.3036 102.556 17.4952C102.151 17.6871 101.82 17.9955 101.558 18.4198H101.527V17.4192H99.4848V28H101.633V24.2866H101.663C101.925 24.6702 102.26 24.9607 102.669 25.1579C103.076 25.3551 103.523 25.4532 104.007 25.4532C104.582 25.4532 105.084 25.3416 105.512 25.1196C105.94 24.898 106.299 24.5992 106.586 24.2255C106.873 23.8518 107.087 23.4221 107.229 22.9374C107.369 22.4519 107.44 21.9462 107.44 21.4217C107.44 20.8657 107.369 20.3327 107.229 19.8221C107.087 19.312 106.871 18.8648 106.578 18.4804ZM105.203 22.2854C105.141 22.5887 105.038 22.8533 104.892 23.0807C104.746 23.3081 104.554 23.4934 104.316 23.6347C104.08 23.7754 103.785 23.847 103.432 23.847C103.089 23.847 102.798 23.7753 102.556 23.6347C102.313 23.4936 102.12 23.3082 101.973 23.0807C101.827 22.8534 101.722 22.5888 101.655 22.2854C101.59 21.982 101.558 21.6737 101.558 21.3613C101.558 21.0374 101.587 20.7241 101.648 20.4211C101.709 20.118 101.812 19.8496 101.958 19.6177C102.104 19.3849 102.296 19.1952 102.533 19.0487C102.77 18.9026 103.064 18.8296 103.418 18.8296C103.76 18.8296 104.051 18.9026 104.287 19.0487C104.524 19.1953 104.718 19.3882 104.869 19.625C105.02 19.8627 105.128 20.1329 105.194 20.4365C105.26 20.7396 105.292 21.0484 105.292 21.3614C105.292 21.6737 105.263 21.982 105.203 22.2854ZM115.788 19.822C115.647 19.312 115.429 18.8648 115.138 18.4802C114.845 18.0963 114.477 17.7883 114.034 17.5556C113.59 17.323 113.06 17.2073 112.445 17.2073C111.961 17.2073 111.518 17.3035 111.115 17.4951C110.711 17.6869 110.379 17.9954 110.116 18.4197H110.087V17.4191H108.045V27.9999H110.192V24.2865H110.222C110.485 24.6701 110.821 24.9606 111.228 25.1577C111.637 25.355 112.083 25.453 112.567 25.453C113.141 25.453 113.643 25.3415 114.072 25.1195C114.5 24.8978 114.858 24.599 115.145 24.2254C115.433 23.8517 115.647 23.422 115.788 22.9373C115.929 22.4517 115.999 21.946 115.999 21.4216C115.999 20.8655 115.929 20.3325 115.788 19.822ZM113.761 22.2854C113.701 22.5887 113.598 22.8533 113.452 23.0807C113.305 23.3081 113.114 23.4934 112.877 23.6347C112.64 23.7754 112.345 23.847 111.992 23.847C111.649 23.847 111.357 23.7753 111.115 23.6347C110.872 23.4936 110.679 23.3082 110.532 23.0807C110.387 22.8534 110.28 22.5888 110.214 22.2854C110.149 21.982 110.117 21.6737 110.117 21.3613C110.117 21.0374 110.148 20.7241 110.208 20.4211C110.268 20.118 110.371 19.8496 110.517 19.6177C110.664 19.3849 110.856 19.1952 111.092 19.0487C111.329 18.9026 111.624 18.8296 111.977 18.8296C112.32 18.8296 112.609 18.9026 112.846 19.0487C113.084 19.1953 113.277 19.3882 113.428 19.625C113.581 19.8627 113.688 20.1329 113.754 20.4365C113.82 20.7396 113.852 21.0484 113.852 21.3614C113.852 21.6737 113.822 21.982 113.761 22.2854Z"
fill="#45C153" />
<rect x="0.5" y="0.5" width="129" height="39" rx="3.5" stroke="#45C153" />
</svg>
</div>
</div>

</div>
<div class="flex a-center j-center hide-on-desktop verfiy-button" id="mobile-verify-button">
<div class="dukaan-auth-modal-btn-primary" onclick="submitOTP()">Verify</div>
</div>
</div>
</div>
<div id="resend-options-modal" class="resend-options-modal modal hidden" onclick="closeResendOptionModal()">
<div class="resend-options-modal-content modal-content flex d-column" onclick="event.stopPropagation()">
<div class="flex d-row j-sb resend-header-container">
<div class="resend-header">Get your OTP on</div>
<div class="resend-close-btn cursor-pointer" onclick="closeResendOptionModal()">
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16">
<g fill="none" fill-rule="evenodd">
<g fill="#4D4D4D" fill-rule="nonzero">
<g>
<g>
<path
d="M.363.363c.44-.44 1.136-.484 1.626-.11l.127.11L8 6.248 13.884.363c.452-.452 1.166-.482 1.652-.09l.101.09c.44.44.484 1.136.099 1.641l-.099.112L9.752 8l5.885 5.884c.452.452.482 1.166.09 1.652l-.09.101c-.44.44-1.136.484-1.641.099l-.112-.099L8 9.752l-5.883 5.885c-.452.452-1.166.482-1.652.09l-.101-.09c-.44-.44-.484-1.136-.099-1.64l.099-.113L6.247 8 .363 2.116C-.089 1.664-.119.95.273.464z"
transform="translate(-903 -372) translate(497 343) translate(406 29)" />
</g>
</g>
</g>
</g>
</svg>
</div>
</div>
<div class="flex d-row a-center j-center options-wrapper full-width">
<div class="flex d-row a-center j-center full-width options-container">
<div class="flex d-column a-center j-center option-item cursor-pointer" onclick="onResendOtpLink(1)">
<div class="options-icon">
<svg xmlns="http://www.w3.org/2000/svg" width="36" height="36" viewBox="0 0 36 36">
<g fill="none" fillRule="evenodd">
<g fill="#4D4D4D" fillRule="nonzero">
<g>
<g>
<path
d="M12.141 5H8.54c-.958.001-1.87.404-2.514 1.11-.645.707-.964 1.651-.877 2.604.413 3.893 1.732 7.618 3.852 10.89 1.922 3.025 4.492 5.596 7.525 7.522 3.25 2.108 6.956 3.427 10.816 3.846.974.088 1.921-.232 2.628-.881.707-.649 1.108-1.565 1.104-2.525V23.96c.043-1.705-1.217-3.192-2.93-3.433-1.09-.144-2.152-.409-3.173-.79l-.209-.07c-1.189-.362-2.49-.046-3.384.838l-.981.98-.117-.071c-2.263-1.438-4.181-3.356-5.619-5.62l-.072-.117.977-.976c.89-.9 1.206-2.207.839-3.401l-.068-.198c-.38-1.02-.645-2.08-.787-3.161C15.31 6.237 13.85 4.983 12.14 5zm-3.6 2h3.62c.706-.007 1.308.51 1.407 1.21.161 1.222.462 2.43.896 3.592.194.517.07 1.097-.316 1.487l-1.525 1.525c-.318.319-.384.81-.162 1.202 1.803 3.17 4.427 5.794 7.597 7.597.392.222.884.156 1.202-.162l1.529-1.53c.386-.381.966-.505 1.48-.312 1.165.435 2.374.736 3.604.898.699.099 1.22.713 1.201 1.427v3.636c.002.4-.164.78-.456 1.047-.292.268-.683.4-1.078.365-3.53-.384-6.94-1.597-9.934-3.539-2.792-1.774-5.153-4.135-6.922-6.92-1.954-3.015-3.167-6.44-3.545-10.005-.034-.377.097-.768.364-1.06C7.769 7.168 8.146 7 8.54 7z"
transform="translate(-80 -372) translate(16 298) translate(64 74)" />
</g>
</g>
</g>
</g>
</svg>
</div>
<div class="options-name">Call</div>
</div>
</div>
<div class="flex d-row a-center j-center full-width options-container">
<div class="flex d-column a-center j-center option-item cursor-pointer" onclick="onResendOtpLink(2)">
<div class="options-icon">
<svg xmlns="http://www.w3.org/2000/svg" width="36" height="36" viewBox="0 0 36 36">
<g fill="none" fillRule="evenodd">
<g fill="#4D4D4D" fillRule="nonzero">
<path
d="M16.294 17.62c-2.268-.91-4.108-2.642-5.152-4.851l-.27-.571 1.362-1.362c.184-.184.184-.481 0-.665l-2.022-2.023c-.202-.201-.535-.179-.71.046-1.815 2.322-1.115 6.262 1.71 9.086 2.824 2.825 6.764 3.525 9.086 1.71.225-.175.247-.508.046-.71l-2.023-2.022c-.184-.184-.482-.184-.665 0l-1.362 1.361z"
transform="translate(-245 -372) translate(16 298) translate(64 74) translate(147) translate(18) translate(4.5 3)" />
<path
d="M3.08 29.479c-.229 0-.455-.077-.638-.226-.289-.232-.428-.602-.364-.966l.937-5.337C.66 19.924-.352 16.162.157 12.3.982 6.051 6.12.93 12.37.121c4.402-.568 8.727.875 11.865 3.959 3.138 3.083 4.657 7.376 4.167 11.78-.71 6.377-5.86 11.623-12.244 12.475-2.56.34-5.15-.019-7.524-1.045l-5.17 2.113c-.124.051-.254.076-.385.076zm9.55-27.34c-5.353.69-9.751 5.076-10.457 10.428-.456 3.452.505 6.81 2.705 9.455.19.23.27.532.219.825l-.698 3.977 3.87-1.581c.264-.107.56-.1.817.02 2.13 1 4.483 1.366 6.803 1.057 5.471-.73 9.884-5.224 10.493-10.685.42-3.779-.882-7.463-3.572-10.105-2.69-2.644-6.402-3.88-10.18-3.391zm-.091-.962h.026-.026z"
transform="translate(-245 -372) translate(16 298) translate(64 74) translate(147) translate(18) translate(4.5 3)" />
</g>
</g>
</svg>
</div>
<div class="options-name">WhatsApp</div>
</div>
</div>
</div>
</div>
</div>
</div>

<script defer src="/public/102039593/juggernaut/js/auth.js?ver=sceptre:a9e7453"></script>

<script src="/public/102039593/juggernaut/js/axios.min.js?ver=sceptre:a9e7453"></script>
<script src="/public/102039593/juggernaut/js/variant-utils.js?ver=sceptre:a9e7453"></script>
<script src="/public/102039593/juggernaut/js/dukaan-utils.js?ver=sceptre:a9e7453"></script>
<script src="/public/102039593/juggernaut/js/splide.min.js?ver=sceptre:a9e7453"></script>
<script src="/public/102039593/juggernaut/js/dukaan-coupons.js?ver=sceptre:a9e7453"></script>
<script src="/public/102039593/juggernaut/js/dukaan-offers.js?ver=sceptre:a9e7453"></script>
<script async src="/public/102039593/juggernaut/js/octarine.js?ver=sceptre:a9e7453"></script>
<script async src="/public/102039593/juggernaut/js/wishlist-utils.js?ver=sceptre:a9e7453"></script>
<link rel="stylesheet" href="/public/102039593/juggernaut/css/common-components.css?ver=sceptre:a9e7453" as="" onload="">
<noscript><link rel="stylesheet" href="styles.css"></noscript>
<div class="snackbar flex d-row j-sb hidden" id="snackbar">
<div class="snackbar-text"></div>
<a class="snackbar-action hidden"></a>
<div class="snackbar-close-icon hidden hide-on-mobile" onclick="closeSnackbar()">
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="12" viewBox="0 0 16 16" color="white">
<g fill="none" fill-rule="evenodd">
<g fill="white" fill-rule="nonzero">
<g>
<g>
<path
d="M.363.363c.44-.44 1.136-.484 1.626-.11l.127.11L8 6.248 13.884.363c.452-.452 1.166-.482 1.652-.09l.101.09c.44.44.484 1.136.099 1.641l-.099.112L9.752 8l5.885 5.884c.452.452.482 1.166.09 1.652l-.09.101c-.44.44-1.136.484-1.641.099l-.112-.099L8 9.752l-5.883 5.885c-.452.452-1.166.482-1.652.09l-.101-.09c-.44-.44-.484-1.136-.099-1.64l.099-.113L6.247 8 .363 2.116C-.089 1.664-.119.95.273.464z"
transform="translate(-903 -372) translate(497 343) translate(406 29)"></path>
</g>
</g>
</g>
</g>
</svg>
</div>
</div>

<script defer src="/public/102039593/juggernaut/js/snackbar.js?ver=sceptre:a9e7453"></script>



<div id="languageModal" class="dukaan-auth-modal modal hidden">
<div class="dukaan-auth-modal-content modal-content ">
<div class="dukaan-auth-modal-header">
<span class="dukaan-auth-modal-title">Change language</span>
<span class="dukaan-auth-modal-close cursor-pointer" onclick="closeLanguageModal()">
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16">
<g fill="none" fill-rule="evenodd">
<g fill="#4D4D4D" fill-rule="nonzero">
<g>
<g>
<path
d="M.363.363c.44-.44 1.136-.484 1.626-.11l.127.11L8 6.248 13.884.363c.452-.452 1.166-.482 1.652-.09l.101.09c.44.44.484 1.136.099 1.641l-.099.112L9.752 8l5.885 5.884c.452.452.482 1.166.09 1.652l-.09.101c-.44.44-1.136.484-1.641.099l-.112-.099L8 9.752l-5.883 5.885c-.452.452-1.166.482-1.652.09l-.101-.09c-.44-.44-.484-1.136-.099-1.64l.099-.113L6.247 8 .363 2.116C-.089 1.664-.119.95.273.464z"
transform="translate(-903 -372) translate(497 343) translate(406 29)" />
</g>
</g>
</g>
</g>
</svg>
</span>
</div>
<div class="dukaan-auth-modal-body">
<form id="languageModalForm" onsubmit="handleOnLanguageChange(event)" style="position: relative">
<div class="mobile-form">
<div class="flex d-column">
<div class="language-select">
<select id="userLanguageOptions" class="input-select" name="language">

<option value="eng"
selected>
English
</option>

<option value="hin"
>
Hindi
</option>

<option value="kan"
>
Kannada
</option>

<option value="mar"
>
Marathi
</option>

<option value="ori"
>
Odia (Oriya)
</option>

<option value="pan"
>
Punjabi
</option>

<option value="snd"
>
Sindhi
</option>

<option value="tam"
>
Tamil
</option>

<option value="tel"
>
Telugu
</option>

</select>
</div>
</div>
</div>
<div id="error-message" class="hidden error-message"></div>
<div class="dukaan-auth-modal-footer fB d-c">
<button class="dukaan-auth-modal-btn-primary" type="submit">
Confirm
</button>
<button class="dukaan-auth-modal-btn-link" type="button" onclick="closeLanguageModal()">
Cancel
</button>
</div>
</form>
</div>
</div>
</div>

<script defer>
window.handleOnLanguageChange = (event) => {
event.preventDefault();
const data = new FormData(event.target);
const language = data.get('language');
if (!!language) {
window.setLanguageCookie(language);
}
};
window.closeLanguageModal = () => {
window.q$.selectById('languageModal').addClass('hidden');
}
(function() {
const elem = document.querySelectorAll('[data-language="true"]');
elem.forEach(el => el.addEventListener('click', (event) => {
event.preventDefault();
const { language } = event.currentTarget?.dataset;
if (!!language) {
window.q$.selectById('languageModal').removeClass('hidden');
}
}));
})();
</script>



<script>
window.sharechat_sdk_url = "/public/102039593/juggernaut/js/sharechat-web-sdk.js?ver=sceptre:a9e7453"
</script>
<!-- <script defer src="https://apps.mydukaan.io/public/102039593/apps.js"></script> -->
<script>
setTimeout(function() {
var headID = document.getElementsByTagName("head")[0];
var newScript = document.createElement('script');
newScript.type = 'text/javascript';
// newScript.defer = true;
newScript.async = true;
newScript.src = 'https://apps.mydukaan.io/public/102039593/apps.js?ver=sceptre:a9e7453';
headID.appendChild(newScript);
}, 500);
</script>
<!--<script>-->
<!-- setTimeout(function() {-->
<!-- var headID = document.getElementsByTagName("head")[0]; -->
<!-- var newScript = document.createElement('script');-->
<!-- newScript.type = 'text/javascript';-->
<!-- newScript.async = true;-->
<!-- // newScript.defer = true;-->
<!-- newScript.src = "/public/102039593/juggernaut/js/elastic-apm-rum.umd.min.js?ver=sceptre:a9e7453";-->
<!-- headID.appendChild(newScript);-->
<!--}, 500);-->
<!--</script>-->
<!-- <script defer src="/public/102039593/juggernaut/js/elastic-apm-rum.umd.min.js?ver=sceptre:a9e7453"></script> -->
<script>
(function (d) {
window.rum = { key: 'qu2km8f8' };
var script = d.createElement('script');
script.src = 'https://cdn.perfops.net/rom3/rom3.min.js';
script.type = 'text/javascript';
script.defer = true;
script.async = true;
d.getElementsByTagName('head')[0].appendChild(script);
})(document);
</script>


<script src="/public/102039593/juggernaut/js/fluidMenu.js?ver=sceptre:a9e7453"></script>
<script src="/public/102039593/juggernaut/js/layout.js?ver=sceptre:a9e7453"></script>
<template id="dkn-size-variant-item-template">
<div class="dkn-size-variant-item">
<input class="dkn-variant-input d-none hidden"
type="radio"
name="size"/>
<label class="dkn-variant-label d-flex flex-column rounded-16">
<div class="dkn-size-variant-value text-wrap"></div>
</label>
</div>
</template>
<template id="dkn-color-variant-item-template">
<div class="dkn-color-variant-item">
<input class="dkn-variant-input d-none hidden"
type="radio"
name="color"/>
<label class="dkn-variant-label">
<div class="dkn-color-variant-bg-color d-flex flex-row align-items-center justify-content-center w-100 h-100">
<svg class="dkn-color-variant-tick-svg"
xmlns="http://www.w3.org/2000/svg"
width="24"
height="24"
viewBox="0 0 24 24"
fill="none"
color="#ffffff">
<path fill-rule="evenodd" clip-rule="evenodd"
d="M21.0607 4.93934C21.6464 5.52513 21.6464 6.47487 21.0607 7.06066L10.0607 18.0607C9.47487 18.6464 8.52513 18.6464 7.93934 18.0607L2.93934 13.0607C2.35355 12.4749 2.35355 11.5251 2.93934 10.9393C3.52513 10.3536 4.47487 10.3536 5.06066 10.9393L9 14.8787L18.9393 4.93934C19.5251 4.35355 20.4749 4.35355 21.0607 4.93934Z"
fill="" />
</svg>
</div>
</label>
</div>
</template>
<template id="dkn-variant-section-template">
<div class="dkn-variant-section d-flex flex-column variant-type-section">
<div class="dkn-variant-section-heading variant-type-label"></div>
<div class="dkn-variant-section-list d-flex flex-row flex-wrap"></div>
</div>
</template>
<template id="dkn-addon-variant-item-template">
<div class="dkn-addon-variant-item d-flex align-items-center w-100">
<input class="dkn-variant-input dkn-input-checkbox me-2"
type="checkbox"
name="addon">
<label class="dkn-variant-label dkn-addon-variant-details d-flex flex-row align-items-center justify-content-between w-100">
<div class="dkn-addon-variant-name"></div>
<div class="dkn-addon-variant-price"></div>
</label>
</div>
</template>
<template id="dkn-size-variant-section-template">
<div class="dkn-variant-section d-flex flex-column variant-type-section">
<div class="flex d-flex flex-row d-row j-sb justify-content-between">
<div class="dkn-variant-section-heading text-14_20 text-lg-16_24 font-semibold mb-2 variant-type-label"></div>
<size-chart-btn></size-chart-btn>
</div>
<div class="dkn-variant-section-list d-flex flex-row flex-wrap gap-2"></div>
</div>
</template>
<template id="dkn-color-variant-section-template">
<div class="dkn-variant-section d-flex flex-column variant-type-section">
<div class="dkn-variant-section-heading text-14_20 text-lg-16_24 font-semibold mb-2 variant-type-label"></div>
<div class="dkn-variant-section-list d-flex flex-row flex-wrap gap-2"></div>
</div>
</template>
<template id="dkn-action-button-wrapper-template">
<add-to-bag-button data-add-event="HOME_PAGE_PRODUCT_ADDED" class="flex-1 dkn-add-to-bag-button" data-product-uuid="" data-sku-uuid=""
data-out-stock-template-id="out-of-stock-button-modal">
</add-to-bag-button>
<buy-now-button-load-point data-add-event="PRODUCT_PAGE_BUY_NOW_CLICKED" class="flex-1 ml12 dkn-buy-now-button"
data-product-uuid="" data-sku-uuid="">
</buy-now-button-load-point>
</template>
<template id="dkn-wishlist-action-button-template">
<wishlist-button-load-point
data-product-uuid=""
data-sku-uuid=""
data-template-id="modal-wishlist-button-template"
data-add-event="CATEGORY_PAGE_WISHLIST_ADDED"
>
<button type="button"
class="detail-wishlist-btn"
data-wishlist-button-state="unselected">
<span class="wishlist-svg-wrapper">
<svg width="20"
height="20">
<use xlink:href="/assets/wishlist.svg#unfilled-wishlist-icon"></use>
</svg>
</span>
<span>Wishlist</span>
</button>
</wishlist-button-load-point>
</template>

<template id="dkn-product-card-template">
<div class="col-lg-3 col-6">
<div class="dkn-product-card product-card d-flex flex-column justify-content-between h-100" data-product-id
data-product-uuid>
<div>
<div class="card" style="border: none;">
<div class="card_image" style="border: none;">
<a>
<!-- <section class="splide dkn-product-card-image-carousel-wrapper"
id="dkn-product-card-image-carousel-wrapper">
<div class="splide__track">
<ul class="splide__list dkn-product-card-image-carousel">
</ul>
</div>
<div class="splide-progress-bar dkn-product-card-image-carousel-progress-bar"></div>
</section> -->
<div class="dkn-product-card-only-image-wrapper product-card-image-container">
<div class="image-wrapper position-relative">
<img loading="lazy" src="" alt="" id=" dkn-product-card-only-image-wrapper"
class="dkn-product-card-image img-fluid object-fit-contain rounded-16"
style="border: 1px solid #E5E5E5;" />
</div>
</div>
</a>
<div class="badge-container z-ind-1 justify-content-end position-absolute d-flex top-0 start-0 end-0 ">
<div class="dkn-product-card-bxgy-badge d-flex bxgy-badge-booster font-bold px-2 py-1 position-absolute juggernaut-bxgy-radius hidden"
data-product-id data-product-uuid>
</div>
</div>
<wishlist-button-load-point data-product-uuid="" data-template-id="heart-wishlist-button-template"
data-add-event="HOME_PAGE_WISHLIST_ADDED" style="position: absolute;top: 16px;right: 16px;">
<div class="heart-wishlist-buttons-wrapper">
<button disabled type="button" data-wishlist-button-state="unselected">
<div class="wishlist-svg-wrapper">
<svg width="24" height="24" viewBox="0 0 24 24" fill="none"
xmlns="http://www.w3.org/2000/svg">
<path fill-rule="evenodd" clip-rule="evenodd"
d="M14.5097 2.60872C15.2833 2.28816 16.1126 2.12317 16.95 2.12317C17.7874 2.12317 18.6166 2.28816 19.3903 2.60872C20.1639 2.92928 20.8668 3.39913 21.4589 3.99142C22.051 4.58337 22.5208 5.28618 22.8413 6.0597C23.1618 6.83334 23.3268 7.66256 23.3268 8.49999C23.3268 9.33742 23.1618 10.1666 22.8413 10.9403C22.5207 11.7139 22.0509 12.4167 21.4587 13.0087C21.4587 13.0088 21.4588 13.0087 21.4587 13.0087L12.6187 21.8487C12.277 22.1904 11.723 22.1904 11.3813 21.8487L2.54128 13.0087C1.34549 11.8129 0.673706 10.1911 0.673706 8.49999C0.673706 6.8089 1.34549 5.18706 2.54128 3.99128C3.73706 2.79549 5.3589 2.1237 7.05 2.1237C8.74109 2.1237 10.3629 2.79549 11.5587 3.99128L12 4.43256L12.4411 3.99142C13.0331 3.39913 13.7361 2.92928 14.5097 2.60872ZM20.2211 5.22857C19.7916 4.79887 19.2817 4.458 18.7204 4.22543C18.1591 3.99287 17.5575 3.87317 16.95 3.87317C16.3425 3.87317 15.7409 3.99287 15.1796 4.22543C14.6183 4.458 14.1084 4.79887 13.6789 5.22857L12.6187 6.28871C12.277 6.63042 11.723 6.63042 11.3813 6.28871L10.3213 5.22871C9.45368 4.36112 8.27697 3.8737 7.05 3.8737C5.82303 3.8737 4.64631 4.36112 3.77872 5.22871C2.91112 6.09631 2.42371 7.27303 2.42371 8.49999C2.42371 9.72696 2.91112 10.9037 3.77872 11.7713L12 19.9926L20.2213 11.7713C20.651 11.3418 20.992 10.8317 21.2246 10.2704C21.4571 9.70913 21.5768 9.10754 21.5768 8.49999C21.5768 7.89245 21.4571 7.29086 21.2246 6.72958C20.992 6.16831 20.6508 5.65807 20.2211 5.22857Z"
fill="#4D4D4D" />
</svg>
</div>
</button>
</div>
</wishlist-button-load-point>
</div>
</div>
<div class="card_content mt-3 textCenter d-flex flex-column align-items-center justify-content-center">
<a href="">
<div class="card_text line-clamp dkn-product-card-name mb-1 font-semibold text-c-black text-center text-16-18">
</div>
</a>
<div class="d-flex mb-1">
<div class="d-flex flex-sm-column">
<div>
<div class="dkn-product-card-review-info" data-product-id></div>
</div>
<div class="text-14">
<div class="nirvana-rating-info"><!-- <link rel="stylesheet" href="/public/102039593/juggernaut/css/ratings.css?ver=sceptre:a9e7453" as="" onload="">
<noscript><link rel="stylesheet" href="styles.css"></noscript> -->

<div class="rating-info-pdp flex d-row j-start a-center hidden" id="rating-info-pdp">
<div class="flex rating-info-star-list">
</div>
<a href="#ratings-plugin-container" class="scroll-to-plugin"></a>
</div>
</div>
</div>
</div>
</div>
<div class="d-flex flex-column">
<div class="price-information dkn-product-card-price-label d-flex flex-wrap justify-content-center ">
<p class="font-semibold dkn-product-card-selling-price d-inline abc"></p>
<p class="mx-1 text-decoration-line-through d-inline font-normal dkn-product-card-original-price"
style="color: var(--black-50)">
</p>
<p class="discount-color font-medium product-discount textLowercase font-semibold dkn-product-card-discount"
style="color:var( --secondary-green)">
</p>
</div>
</div>
<div class="d-flex justify-content-center align-items-center py-2 pb-0 d-none">
<form class="dkn-product-card-variant-form">
<div
class="dkn-product-card-color-list d-flex flex-row align-items-center justify-content-start gap-12">
</div>
</form>
</div>
</div>
</div>
<add-to-bag-button-with-variants data-add-event="HOME_PAGE_PRODUCT_ADDED" data-product-uuid=""
class="product-card-button mt-3">

Add to cart
</add-to-bag-button-with-variants>
</div>

</div>
</template>

<template id="image-with-category-products-section-product-card-template">
<div class="splide__slide">
<div class="dkn-product-card product-card d-flex flex-column justify-content-between h-100" data-product-id
data-product-uuid>
<div>
<div class="card" style="border: none;">
<div class="card_image" style="border: none;">
<a>
<!-- <section class="splide dkn-product-card-image-carousel-wrapper"
id="dkn-product-card-image-carousel-wrapper">
<div class="splide__track">
<ul class="splide__list dkn-product-card-image-carousel">
</ul>
</div>
<div class="splide-progress-bar dkn-product-card-image-carousel-progress-bar"></div>
</section> -->
<div class="dkn-product-card-only-image-wrapper product-card-image-container">
<div class="image-wrapper position-relative">
<img loading="lazy" src="" alt="" id=" dkn-product-card-only-image-wrapper"
class="dkn-product-card-image img-fluid object-fit-contain rounded-16"
style="border: 1px solid #E5E5E5;" />
</div>
</div>
</a>
<div class="badge-container z-ind-1 justify-content-end position-absolute d-flex top-0 start-0 end-0 ">
<div class="dkn-product-card-bxgy-badge d-flex bxgy-badge-booster font-bold px-2 py-1 position-absolute juggernaut-bxgy-radius hidden"
data-product-id data-product-uuid>
</div>
</div>
<wishlist-button-load-point data-product-uuid="" data-template-id="heart-wishlist-button-template"
data-add-event="HOME_PAGE_WISHLIST_ADDED" style="position: absolute;top: 16px;right: 16px;">
<div class="heart-wishlist-buttons-wrapper">
<button disabled type="button" data-wishlist-button-state="unselected">
<div class="wishlist-svg-wrapper">
<svg width="24" height="24" viewBox="0 0 24 24" fill="none"
xmlns="http://www.w3.org/2000/svg">
<path fill-rule="evenodd" clip-rule="evenodd"
d="M14.5097 2.60872C15.2833 2.28816 16.1126 2.12317 16.95 2.12317C17.7874 2.12317 18.6166 2.28816 19.3903 2.60872C20.1639 2.92928 20.8668 3.39913 21.4589 3.99142C22.051 4.58337 22.5208 5.28618 22.8413 6.0597C23.1618 6.83334 23.3268 7.66256 23.3268 8.49999C23.3268 9.33742 23.1618 10.1666 22.8413 10.9403C22.5207 11.7139 22.0509 12.4167 21.4587 13.0087C21.4587 13.0088 21.4588 13.0087 21.4587 13.0087L12.6187 21.8487C12.277 22.1904 11.723 22.1904 11.3813 21.8487L2.54128 13.0087C1.34549 11.8129 0.673706 10.1911 0.673706 8.49999C0.673706 6.8089 1.34549 5.18706 2.54128 3.99128C3.73706 2.79549 5.3589 2.1237 7.05 2.1237C8.74109 2.1237 10.3629 2.79549 11.5587 3.99128L12 4.43256L12.4411 3.99142C13.0331 3.39913 13.7361 2.92928 14.5097 2.60872ZM20.2211 5.22857C19.7916 4.79887 19.2817 4.458 18.7204 4.22543C18.1591 3.99287 17.5575 3.87317 16.95 3.87317C16.3425 3.87317 15.7409 3.99287 15.1796 4.22543C14.6183 4.458 14.1084 4.79887 13.6789 5.22857L12.6187 6.28871C12.277 6.63042 11.723 6.63042 11.3813 6.28871L10.3213 5.22871C9.45368 4.36112 8.27697 3.8737 7.05 3.8737C5.82303 3.8737 4.64631 4.36112 3.77872 5.22871C2.91112 6.09631 2.42371 7.27303 2.42371 8.49999C2.42371 9.72696 2.91112 10.9037 3.77872 11.7713L12 19.9926L20.2213 11.7713C20.651 11.3418 20.992 10.8317 21.2246 10.2704C21.4571 9.70913 21.5768 9.10754 21.5768 8.49999C21.5768 7.89245 21.4571 7.29086 21.2246 6.72958C20.992 6.16831 20.6508 5.65807 20.2211 5.22857Z"
fill="#4D4D4D" />
</svg>
</div>
</button>
</div>
</wishlist-button-load-point>
</div>
</div>
<div class="card_content mt-3 textCenter d-flex flex-column align-items-center justify-content-center">
<a href="">
<div class="card_text line-clamp dkn-product-card-name mb-1 font-semibold text-c-black text-center text-16-18">
</div>
</a>
<div class="d-flex mb-1">
<div class="d-flex flex-sm-column">
<div>
<div class="dkn-product-card-review-info" data-product-id></div>
</div>
<div class="text-14">
<div class="nirvana-rating-info"><!-- <link rel="stylesheet" href="/public/102039593/juggernaut/css/ratings.css?ver=sceptre:a9e7453" as="" onload="">
<noscript><link rel="stylesheet" href="styles.css"></noscript> -->

<div class="rating-info-pdp flex d-row j-start a-center hidden" id="rating-info-pdp">
<div class="flex rating-info-star-list">
</div>
<a href="#ratings-plugin-container" class="scroll-to-plugin"></a>
</div>
</div>
</div>
</div>
</div>
<div class="d-flex flex-column">
<div class="price-information dkn-product-card-price-label d-flex flex-wrap justify-content-center ">
<p class="font-semibold dkn-product-card-selling-price d-inline abc"></p>
<p class="mx-1 text-decoration-line-through d-inline font-normal dkn-product-card-original-price"
style="color: var(--black-50)">
</p>
<p class="discount-color font-medium product-discount textLowercase font-semibold dkn-product-card-discount"
style="color:var( --secondary-green)">
</p>
</div>
</div>
<div class="d-flex justify-content-center align-items-center py-2 pb-0 d-none">
<form class="dkn-product-card-variant-form">
<div
class="dkn-product-card-color-list d-flex flex-row align-items-center justify-content-start gap-12">
</div>
</form>
</div>
</div>
</div>
<add-to-bag-button-with-variants data-add-event="HOME_PAGE_PRODUCT_ADDED" data-product-uuid=""
class="product-card-button mt-3">

Add to cart
</add-to-bag-button-with-variants>
</div>

</div>
</template>

<template id="dkn-product-card-image-slide-template">
<li class="splide__slide">
<img loading="lazy" class="dkn-product-card-image-carousel-item" onerror="imageOnError(event)" />
</li>
</template>

<template id="dkn-wishlist-page-section-template">
<div class="dkn-wishlist-page">
<section class="breadcrumb-section d-sm-none my-32">
<div class="container pt-0 pb-0">
<ul class="d-flex align-items-center">
<li style="margin-right: 6px">
<a href="/">
<p class="text-16"
style="color: #4D4D4D">Home</p>
</a>
</li>
<span class="me-lg-1 sub-body">
<svg width="16"
height="16"
viewBox="0 0 16 16"
fill="none"
xmlns="http://www.w3.org/2000/svg">
<g clip-path="url(#clip0_1978_1614)">
<path fill-rule="evenodd" clip-rule="evenodd"
d="M5.48043 13.3536C5.28517 13.1583 5.28517 12.8417 5.48043 12.6464L10.1269 8L5.48043 3.35355C5.28517 3.15829 5.28517 2.84171 5.48043 2.64644C5.67569 2.45118 5.99228 2.45118 6.18754 2.64644L11.1875 7.64645C11.3828 7.84171 11.3828 8.15829 11.1875 8.35355L6.18754 13.3536C5.99228 13.5488 5.67569 13.5488 5.48043 13.3536Z"
fill="#4D4D4D" />
</g>
<defs>
<clipPath id="clip0_1978_1614">
<rect width="16" height="16" fill="white" transform="translate(0 16) rotate(-90)" />
</clipPath>
</defs>
</svg>
</span>
<li style="margin-right: 6px">
<p class="text-16"
style="color: #999999">Wishlist</p>
</li>
</ul>
</div>
</section>
<section class="d-flex mt-3 mb-4 mt-lg-0 mb-lg-5">
<div class="container d-flex align-items-start pt-0 pb-0">
<div class="d-flex align-items-center">
<div class="me-12 me-lg-3">
<a href=""
onclick="handleBackClick()">
<svg width="24"
height="24"
viewBox="0 0 24 24"
fill="none"
xmlns="http://www.w3.org/2000/svg">
<g clip-path="url(#clip0_12_2158)">
<path fill-rule="evenodd" clip-rule="evenodd"
d="M3 12C3 11.5858 3.33579 11.25 3.75 11.25H20.25C20.6642 11.25 21 11.5858 21 12C21 12.4142 20.6642 12.75 20.25 12.75H3.75C3.33579 12.75 3 12.4142 3 12Z"
fill="#1A181E" />
<path fill-rule="evenodd" clip-rule="evenodd"
d="M11.0303 4.71967C11.3232 5.01256 11.3232 5.48744 11.0303 5.78033L4.81066 12L11.0303 18.2197C11.3232 18.5126 11.3232 18.9874 11.0303 19.2803C10.7374 19.5732 10.2626 19.5732 9.96967 19.2803L3.21967 12.5303C2.92678 12.2374 2.92678 11.7626 3.21967 11.4697L9.96967 4.71967C10.2626 4.42678 10.7374 4.42678 11.0303 4.71967Z"
fill="#1A181E" />
</g>
<defs>
<clipPath id="clip0_12_2158">
<rect width="24" height="24" fill="white" />
</clipPath>
</defs>
</svg>

</a>
</div>
<h3 class="dkn-total-wishlist-count dkn-wishlist-page-name font-bold"
data-total-products-count>
<div class="shimmer"
style="width: 250px;
height: 32px"></div>
</h3>
</div>
</div>
</section>
<section class="dkn-wishlist-page-listing-section wishlist-section">
<div class="container mb-40 mb-lg-80 pt-0 pb-0">
<dkn-wishlisted-product-list-load-point
class="dkn-wishlisted-product-list-load-point d-flex flex-row flex-wrap row gx-3 gy-4 gx-lg-32 gy-lg-32">

<div class="col-6 col-lg-3">
<div class="shimmer mt-4 mt-lg-0 wishlist__card-img--shimmer"></div>
<div class="shimmer mt-3 wishlist__card-title--shimmer"></div>
</div>

<div class="col-6 col-lg-3">
<div class="shimmer mt-4 mt-lg-0 wishlist__card-img--shimmer"></div>
<div class="shimmer mt-3 wishlist__card-title--shimmer"></div>
</div>

<div class="col-6 col-lg-3">
<div class="shimmer mt-4 mt-lg-0 wishlist__card-img--shimmer"></div>
<div class="shimmer mt-3 wishlist__card-title--shimmer"></div>
</div>

<div class="col-6 col-lg-3">
<div class="shimmer mt-4 mt-lg-0 wishlist__card-img--shimmer"></div>
<div class="shimmer mt-3 wishlist__card-title--shimmer"></div>
</div>

<div class="col-6 col-lg-3">
<div class="shimmer mt-4 mt-lg-0 wishlist__card-img--shimmer"></div>
<div class="shimmer mt-3 wishlist__card-title--shimmer"></div>
</div>

<div class="col-6 col-lg-3">
<div class="shimmer mt-4 mt-lg-0 wishlist__card-img--shimmer"></div>
<div class="shimmer mt-3 wishlist__card-title--shimmer"></div>
</div>

<div class="col-6 col-lg-3">
<div class="shimmer mt-4 mt-lg-0 wishlist__card-img--shimmer"></div>
<div class="shimmer mt-3 wishlist__card-title--shimmer"></div>
</div>

<div class="col-6 col-lg-3">
<div class="shimmer mt-4 mt-lg-0 wishlist__card-img--shimmer"></div>
<div class="shimmer mt-3 wishlist__card-title--shimmer"></div>
</div>

<div class="col-6 col-lg-3">
<div class="shimmer mt-4 mt-lg-0 wishlist__card-img--shimmer"></div>
<div class="shimmer mt-3 wishlist__card-title--shimmer"></div>
</div>

<div class="col-6 col-lg-3">
<div class="shimmer mt-4 mt-lg-0 wishlist__card-img--shimmer"></div>
<div class="shimmer mt-3 wishlist__card-title--shimmer"></div>
</div>

<div class="col-6 col-lg-3">
<div class="shimmer mt-4 mt-lg-0 wishlist__card-img--shimmer"></div>
<div class="shimmer mt-3 wishlist__card-title--shimmer"></div>
</div>

<div class="col-6 col-lg-3">
<div class="shimmer mt-4 mt-lg-0 wishlist__card-img--shimmer"></div>
<div class="shimmer mt-3 wishlist__card-title--shimmer"></div>
</div>

<div class="col-6 col-lg-3">
<div class="shimmer mt-4 mt-lg-0 wishlist__card-img--shimmer"></div>
<div class="shimmer mt-3 wishlist__card-title--shimmer"></div>
</div>

<div class="col-6 col-lg-3">
<div class="shimmer mt-4 mt-lg-0 wishlist__card-img--shimmer"></div>
<div class="shimmer mt-3 wishlist__card-title--shimmer"></div>
</div>

<div class="col-6 col-lg-3">
<div class="shimmer mt-4 mt-lg-0 wishlist__card-img--shimmer"></div>
<div class="shimmer mt-3 wishlist__card-title--shimmer"></div>
</div>

<div class="col-6 col-lg-3">
<div class="shimmer mt-4 mt-lg-0 wishlist__card-img--shimmer"></div>
<div class="shimmer mt-3 wishlist__card-title--shimmer"></div>
</div>

</dkn-wishlisted-product-list-load-point>
</div>
</section>
</div>
</template>

<template id="dkn-wishlist-card-template">
<div class="dkn-wishlist-card dkn-product-card scroller-product-card wishlist-card d-flex flex-column justify-content-between relative col-6 col-lg-3 mt-0 pt-0 pb-4"
data-wishlist-id>
<div>
<div class="card">
<div class="card_image">
<a href=""
class="dkn-product-link">
<div class="product-card-image-container">
<div class="image-wrapper position-relative">
<img loading="lazy"
src=""
alt=""
id="dkn-product-card-only-image-wrapper"
class="dkn-product-card-image"/>
</div>
</div>
</a>
<div class="badge-container z-ind-1 justify-content-end position-absolute d-flex top-0 start-0 end-0">
<div class="dkn-product-card-bxgy-badge d-flex bxgy-badge-booster font-bold px-2 py-1 position-absolute hidden"
data-product-id
data-product-uuid>
</div>
</div>
<div class="delete-wishlist-button-wrapper">
<button class="dkn-delete-wishlist-button delete-wishlist-button">
<div class="">
<svg width="10"
height="10">
<use xlink:href="/assets/wishlist.svg#cross-wishlist-icon"></use>
</svg>
</div>
</button>
</div>
</div>
</div>

<div class="card_content mt-3 textCenter d-flex flex-column">
<a href=""
class="dkn-product-link d-flex justify-content-center">
<h6 class="card_text lineClamp dkn-product-card-name mb-1 font-medium text-c-black-12"></h6>
</a>
<div class="d-flex mb-1 d-none">

<div class="d-flex flex-sm-column">
<div>

<div class="dkn-product-card-review-info"
data-product-id></div>
</div>
<div class="text-14">
<div class="nirvana-rating-info"><!-- <link rel="stylesheet" href="/public/102039593/juggernaut/css/ratings.css?ver=sceptre:a9e7453" as="" onload="">
<noscript><link rel="stylesheet" href="styles.css"></noscript> -->

<div class="rating-info-pdp flex d-row j-start a-center hidden" id="rating-info-pdp">
<div class="flex rating-info-star-list">
</div>
<a href="#ratings-plugin-container" class="scroll-to-plugin"></a>
</div></div>
</div>
</div>
</div>

<div class="d-flex justify-content-center">
<div class="card_text price-information dkn-product-card-price-label d-flex flex-column">
<div class="d-flex flex-column">
<div class="d-flex ">
<p class="font-bold dkn-product-card-selling-price d-inline"></p>
<p class="mx-1 text-decoration-line-through d-inline font-semibold dkn-product-card-original-price"
style="color: var(--black-50)">
</p>
<p class="discount-color font-medium product-discount textLowercase font-semibold dkn-product-card-discount"
style="color:var( --secondary-green)">
</p>
</div>
<div class="dkn-product-variant-info hidden product-variant d-flex align-items-center d-none"></div>

</div>
</div>
</div>

</div>
</div>
<move-to-bag-button data-product-uuid="" data-sku-uuid="" data-add-event="WISHLIST_PAGE_PRODUCT_ADDED">
<div class="move-to-bag-button-wrapper">
<button class="dkn-without-cart-add-to-bag-button without-cart-add-to-bag-button btn-primary">
Move to cart
</button>
</div>
</move-to-bag-button>
<div class="wishlist-card-overlay"></div>
</div>
</template>

<template id="dkn-move-to-bag-button-template">
<div class="add-to-bag-button-wrapper add-to-bag-button-wrapper-wishlist mt-3 ">
<button class="without-cart-add-to-bag-button btn-secondary font-bold w-100 text-uppercase">
Move to cart
</button>
<button class="with-cart-add-to-bag-button btn-secondary detail-counter w-100 d-flex flex-row justify-content-between hidden" style="border-radius: 25px;margin: 5px;">
<div class="remove-button d-flex flex-row align-items-center justify-content-center hidden">
<svg width="24"
height="24"
viewBox="0 0 24 24"
fill="none"
xmlns="http://www.w3.org/2000/svg"
color="var(--primary)"
class="ms-3">
<path fill-rule="evenodd" clip-rule="evenodd"
d="M3.27271 11.9949C3.27271 11.4368 3.76112 10.9844 4.36361 10.9844H19.6363C20.2388 10.9844 20.7272 11.4368 20.7272 11.9949C20.7272 12.553 20.2388 13.0054 19.6363 13.0054H4.36361C3.76112 13.0054 3.27271 12.553 3.27271 11.9949Z"
fill="currentColor" />
</svg>
</div>
<h6 class="product-qty d-flex flex-row align-items-center justify-content-center text-14_20 font-bold hidden"
style="color:var(--primary)">
1
</h6>
<div class="add-button d-flex flex-row align-items-center justify-content-center font-bold w-100 text-uppercase text-c-primary">
Move to cart
</div>
</button>
</div>
</template>

<template id="dkn-move-to-bag-out-of-stock-button-template">
<div class="out-of-stock-button w-100 mt-3">
<button disabled
class="text-14_20 btn-out-stock text-lg-16_24 font-bold out-of-stock-button-wishlist text-uppercase">
Out of stock
</button>
</div>
</template>

<template id="dkn-product-variant-info-size-item-template">
<div class="dkn-product-variant-info-size-item product-variant-info-size-item ellipsis d-none"></div>
</template>

<template id="dkn-product-variant-info-color-item-template">
<div class="dkn-product-variant-info-color-item product-variant-info-color-item"></div>
</template>

<template id="dkn-product-variant-info-base-qty-item-template">
<div class="dkn-product-variant-info-base-qty-item product-variant-info-base-qty-item"></div>
</template>

<template id="heart-wishlist-button-template">
<div class="heart-wishlist-buttons-wrapper">
<button type="button"
data-wishlist-button-state="unselected">
<div class="wishlist-svg-wrapper d-flex justify-content-center align-items-center">
<svg width="24"
height="24"
viewBox="0 0 24 24"
fill="none"
xmlns="http://www.w3.org/2000/svg">
<path fill-rule="evenodd" clip-rule="evenodd"
d="M14.5097 2.60872C15.2833 2.28816 16.1126 2.12317 16.95 2.12317C17.7874 2.12317 18.6166 2.28816 19.3903 2.60872C20.1639 2.92928 20.8668 3.39913 21.4589 3.99142C22.051 4.58337 22.5208 5.28618 22.8413 6.0597C23.1618 6.83334 23.3268 7.66256 23.3268 8.49999C23.3268 9.33742 23.1618 10.1666 22.8413 10.9403C22.5207 11.7139 22.0509 12.4167 21.4587 13.0087C21.4587 13.0088 21.4588 13.0087 21.4587 13.0087L12.6187 21.8487C12.277 22.1904 11.723 22.1904 11.3813 21.8487L2.54128 13.0087C1.34549 11.8129 0.673706 10.1911 0.673706 8.49999C0.673706 6.8089 1.34549 5.18706 2.54128 3.99128C3.73706 2.79549 5.3589 2.1237 7.05 2.1237C8.74109 2.1237 10.3629 2.79549 11.5587 3.99128L12 4.43256L12.4411 3.99142C13.0331 3.39913 13.7361 2.92928 14.5097 2.60872ZM20.2211 5.22857C19.7916 4.79887 19.2817 4.458 18.7204 4.22543C18.1591 3.99287 17.5575 3.87317 16.95 3.87317C16.3425 3.87317 15.7409 3.99287 15.1796 4.22543C14.6183 4.458 14.1084 4.79887 13.6789 5.22857L12.6187 6.28871C12.277 6.63042 11.723 6.63042 11.3813 6.28871L10.3213 5.22871C9.45368 4.36112 8.27697 3.8737 7.05 3.8737C5.82303 3.8737 4.64631 4.36112 3.77872 5.22871C2.91112 6.09631 2.42371 7.27303 2.42371 8.49999C2.42371 9.72696 2.91112 10.9037 3.77872 11.7713L12 19.9926L20.2213 11.7713C20.651 11.3418 20.992 10.8317 21.2246 10.2704C21.4571 9.70913 21.5768 9.10754 21.5768 8.49999C21.5768 7.89245 21.4571 7.29086 21.2246 6.72958C20.992 6.16831 20.6508 5.65807 20.2211 5.22857Z"
fill="#4D4D4D" />
</svg>
</div>
</button>
<button type="button"
data-wishlist-button-state="selected">
<div class="wishlist-svg-wrapper">
<svg width="24"
height="24"
viewBox="0 0 24 24"
fill="none"
xmlns="http://www.w3.org/2000/svg">
<path fill-rule="evenodd" clip-rule="evenodd"
d="M16.9501 2.12317C16.1127 2.12317 15.2835 2.28816 14.5098 2.60872C13.7362 2.92928 13.0333 3.39913 12.4413 3.99142L12.0001 4.43256L11.5588 3.99128C10.3631 2.79549 8.74122 2.1237 7.05012 2.1237C5.35902 2.1237 3.73719 2.79549 2.5414 3.99128C1.34561 5.18706 0.673828 6.8089 0.673828 8.49999C0.673828 10.1911 1.34561 11.8129 2.5414 13.0087L11.3814 21.8487C11.7231 22.1904 12.2771 22.1904 12.6188 21.8487L21.4588 13.0087C22.0511 12.4167 22.5209 11.7139 22.8414 10.9403C23.1619 10.1666 23.3269 9.33742 23.3269 8.49999C23.3269 7.66256 23.1619 6.83334 22.8414 6.0597C22.5209 5.28618 22.0511 4.58337 21.459 3.99142C20.867 3.39913 20.1641 2.92928 19.3904 2.60872C18.6168 2.28816 17.7875 2.12317 16.9501 2.12317Z"
fill="#1A181E" />
</svg>
</div>
</button>
</div>
</template>

<template id="pdp-wishlist-button-template">
<div class="pdp-wishlist-buttons-wrapper">
<button type="button"
data-wishlist-button-state="unselected">
<div class="wishlist-svg-wrapper">
<svg width="24"
height="24"
viewBox="0 0 24 24"
fill="none"
xmlns="http://www.w3.org/2000/svg">
<path fill-rule="evenodd" clip-rule="evenodd"
d="M14.5097 2.60872C15.2833 2.28816 16.1126 2.12317 16.95 2.12317C17.7874 2.12317 18.6166 2.28816 19.3903 2.60872C20.1639 2.92928 20.8668 3.39913 21.4589 3.99142C22.051 4.58337 22.5208 5.28618 22.8413 6.0597C23.1618 6.83334 23.3268 7.66256 23.3268 8.49999C23.3268 9.33742 23.1618 10.1666 22.8413 10.9403C22.5207 11.7139 22.0509 12.4167 21.4587 13.0087C21.4587 13.0088 21.4588 13.0087 21.4587 13.0087L12.6187 21.8487C12.277 22.1904 11.723 22.1904 11.3813 21.8487L2.54128 13.0087C1.34549 11.8129 0.673706 10.1911 0.673706 8.49999C0.673706 6.8089 1.34549 5.18706 2.54128 3.99128C3.73706 2.79549 5.3589 2.1237 7.05 2.1237C8.74109 2.1237 10.3629 2.79549 11.5587 3.99128L12 4.43256L12.4411 3.99142C13.0331 3.39913 13.7361 2.92928 14.5097 2.60872ZM20.2211 5.22857C19.7916 4.79887 19.2817 4.458 18.7204 4.22543C18.1591 3.99287 17.5575 3.87317 16.95 3.87317C16.3425 3.87317 15.7409 3.99287 15.1796 4.22543C14.6183 4.458 14.1084 4.79887 13.6789 5.22857L12.6187 6.28871C12.277 6.63042 11.723 6.63042 11.3813 6.28871L10.3213 5.22871C9.45368 4.36112 8.27697 3.8737 7.05 3.8737C5.82303 3.8737 4.64631 4.36112 3.77872 5.22871C2.91112 6.09631 2.42371 7.27303 2.42371 8.49999C2.42371 9.72696 2.91112 10.9037 3.77872 11.7713L12 19.9926L20.2213 11.7713C20.651 11.3418 20.992 10.8317 21.2246 10.2704C21.4571 9.70913 21.5768 9.10754 21.5768 8.49999C21.5768 7.89245 21.4571 7.29086 21.2246 6.72958C20.992 6.16831 20.6508 5.65807 20.2211 5.22857Z"
fill="#4D4D4D" />
</svg>
</div>
</button>
<button type="button"
data-wishlist-button-state="selected">
<div class="wishlist-svg-wrapper">
<svg width="24"
height="24"
viewBox="0 0 24 24"
fill="none"
xmlns="http://www.w3.org/2000/svg">
<path fill-rule="evenodd" clip-rule="evenodd"
d="M16.9501 2.12317C16.1127 2.12317 15.2835 2.28816 14.5098 2.60872C13.7362 2.92928 13.0333 3.39913 12.4413 3.99142L12.0001 4.43256L11.5588 3.99128C10.3631 2.79549 8.74122 2.1237 7.05012 2.1237C5.35902 2.1237 3.73719 2.79549 2.5414 3.99128C1.34561 5.18706 0.673828 6.8089 0.673828 8.49999C0.673828 10.1911 1.34561 11.8129 2.5414 13.0087L11.3814 21.8487C11.7231 22.1904 12.2771 22.1904 12.6188 21.8487L21.4588 13.0087C22.0511 12.4167 22.5209 11.7139 22.8414 10.9403C23.1619 10.1666 23.3269 9.33742 23.3269 8.49999C23.3269 7.66256 23.1619 6.83334 22.8414 6.0597C22.5209 5.28618 22.0511 4.58337 21.459 3.99142C20.867 3.39913 20.1641 2.92928 19.3904 2.60872C18.6168 2.28816 17.7875 2.12317 16.9501 2.12317Z"
fill="#1A181E" />
</svg>
</div>
</button>
</div>
</template>

<template id="modal-wishlist-button-template">
<div class="modal-wishlist-buttons-wrapper w-100">
<button type="button"
class="detail-wishlist-btn btn-wishlist"
data-wishlist-button-state="unselected">
<h6 class="font-bold text-uppercase text-c-black-100">Wishlist</h6>
</button>
<button type="button"
class="detail-wishlist-btn btn-wishlist"
data-wishlist-button-state="selected">
<h6 class="font-bold text-uppercase text-c-black-100">Wishlisted</h6>
</button>
</div>
</template>

<template id="wishlist-variant-selection-form">
<form id="variant-selection">
<div class="variant-type-section px-3 px-lg-4">
<div class="variant-common variant-size mb-4">
<div class="select-size-heading size-selection-heading sub-body font-semibold mb-3 d-flex">

Select size
<span class="mandatory-star">*</span>
</div>
<div class="size-selection d-flex flex-wrap gap-2"></div>
</div>
<div class="variant-common variant-color mt16">
<div class="select-size-heading color-selection-heading sub-body font-semibold mb-3 d-flex">

Color
<span class="mandatory-star">*</span>
</div>
<div class="color-selection color-selection-list d-flex gap-2 flex-wrap">
</div>
</div>
</div>
</form>
<div class="product-modal-btn-wrapper d-flex detail-submit-btn px-3 w-100"
style="background-color: var(--black-98)">
<wishlist-button-load-point data-product-uuid="" data-sku-uuid=""
data-template-id="modal-wishlist-button-template" data-add-event="CATEGORY_PAGE_WISHLIST_ADDED"
class="hidden w-100">
<button type="button"
class="detail-wishlist-btn btn-wishlist"
data-wishlist-button-state="unselected">
<span class="wishlist-svg-wrapper">
<svg width="24"
height="24"
viewBox="0 0 24 24"
fill="none"
xmlns="http://www.w3.org/2000/svg">
<path fill-rule="evenodd" clip-rule="evenodd"
d="M14.5097 2.60872C15.2833 2.28816 16.1126 2.12317 16.95 2.12317C17.7874 2.12317 18.6166 2.28816 19.3903 2.60872C20.1639 2.92928 20.8668 3.39913 21.4589 3.99142C22.051 4.58337 22.5208 5.28618 22.8413 6.0597C23.1618 6.83334 23.3268 7.66256 23.3268 8.49999C23.3268 9.33742 23.1618 10.1666 22.8413 10.9403C22.5207 11.7139 22.0509 12.4167 21.4587 13.0087C21.4587 13.0088 21.4588 13.0087 21.4587 13.0087L12.6187 21.8487C12.277 22.1904 11.723 22.1904 11.3813 21.8487L2.54128 13.0087C1.34549 11.8129 0.673706 10.1911 0.673706 8.49999C0.673706 6.8089 1.34549 5.18706 2.54128 3.99128C3.73706 2.79549 5.3589 2.1237 7.05 2.1237C8.74109 2.1237 10.3629 2.79549 11.5587 3.99128L12 4.43256L12.4411 3.99142C13.0331 3.39913 13.7361 2.92928 14.5097 2.60872ZM20.2211 5.22857C19.7916 4.79887 19.2817 4.458 18.7204 4.22543C18.1591 3.99287 17.5575 3.87317 16.95 3.87317C16.3425 3.87317 15.7409 3.99287 15.1796 4.22543C14.6183 4.458 14.1084 4.79887 13.6789 5.22857L12.6187 6.28871C12.277 6.63042 11.723 6.63042 11.3813 6.28871L10.3213 5.22871C9.45368 4.36112 8.27697 3.8737 7.05 3.8737C5.82303 3.8737 4.64631 4.36112 3.77872 5.22871C2.91112 6.09631 2.42371 7.27303 2.42371 8.49999C2.42371 9.72696 2.91112 10.9037 3.77872 11.7713L12 19.9926L20.2213 11.7713C20.651 11.3418 20.992 10.8317 21.2246 10.2704C21.4571 9.70913 21.5768 9.10754 21.5768 8.49999C21.5768 7.89245 21.4571 7.29086 21.2246 6.72958C20.992 6.16831 20.6508 5.65807 20.2211 5.22857Z"
fill="#4D4D4D" />
</svg>
</span>
<span>Wishlist</span>
</button>
</wishlist-button-load-point>
</div>
</template>


<script src="/public/102039593/juggernaut/js/home.js?ver=sceptre:a9e7453"></script>

<script>(function(){function c(){var b=a.contentDocument||a.contentWindow.document;if(b){var d=b.createElement('script');d.innerHTML="window.__CF$cv$params={r:'950a276f5926dcbe',t:'MTc1MDA3NTMwMi4wMDAwMDA='};var a=document.createElement('script');a.nonce='';a.src='/cdn-cgi/challenge-platform/scripts/jsd/main.js';document.getElementsByTagName('head')[0].appendChild(a);";b.getElementsByTagName('head')[0].appendChild(d)}}if(document.body){var a=document.createElement('iframe');a.height=1;a.width=1;a.style.position='absolute';a.style.top=0;a.style.left=0;a.style.border='none';a.style.visibility='hidden';document.body.appendChild(a);if('loading'!==document.readyState)c();else if(window.addEventListener)document.addEventListener('DOMContentLoaded',c);else{var e=document.onreadystatechange||function(){};document.onreadystatechange=function(b){e(b);'loading'!==document.readyState&&(document.onreadystatechange=e,c())}}}})();</script></body>
</html>

Ads.Txt Alerts - A trading name of Red Volcano Limited

Waterloo Buildings, Second Floor Rear, 53 London Road, Southampton, Hampshire, United Kingdom, SO15 2AD

© Red Volcano 2020. All Rights Reserved.