/** Shopify CDN: Minification failed

Line 26:0 All "@import" rules must come first
Line 1962:0 Unexpected "{"
Line 2625:0 Comments in CSS use "/* ... */" instead of "//"
Line 2626:0 Comments in CSS use "/* ... */" instead of "//"
Line 2627:0 Comments in CSS use "/* ... */" instead of "//"
Line 2628:0 Comments in CSS use "/* ... */" instead of "//"
Line 2629:0 Comments in CSS use "/* ... */" instead of "//"
Line 2630:0 Comments in CSS use "/* ... */" instead of "//"
Line 2631:0 Comments in CSS use "/* ... */" instead of "//"

**/
/*// =============================================================================
// Ella Custom CSS - Customize The Style For Layout
// =============================================================================
*/

/* our story ends here */
h1, h2, h3, h4, h5, h6, .title span
{
    font-family: belianty !important;
    font-weight:600 !important;
}

@import url('https://fonts.googleapis.com/css2?family=Comfortaa:wght@300..700&display=swap');







body, div
{
    font-family:Comfortaa;
}
.hato-story-section{
background: var(--background-white);
padding:80px 20px;
}
.hato-container{
max-width:80vw;
margin:auto;
display:flex;
align-items:center;
justify-content:space-between;
gap:80px;
}
/* LEFT */
.hato-left{
flex:1;
}
.story-image{
font-size:110px;
font-weight:300;
color:#a5542d;
line-height:1;
}
.story-image .ring{
border:4px solid #d8b17a;
border-radius:50%;
padding:10px 18px;
font-size:80px;
}
.ring-studio{
letter-spacing:6px;
margin-top:10px;
font-size:14px;
color:#a5542d;
}
/* RIGHT */
.hato-right{
flex:1;

}
.our-story {
    font-size: 18px;
    letter-spacing: 3px;
    color: var(--text-color);
    margin-bottom: 10px;
    display: flex;
    flex-wrap: nowrap;
    align-content: center;
    align-items: center;
    column-gap:10px;
    
}
.hr-line
{
    background: var(--primary-color);
    width: 50px;
    height: 1px;
}
.heading{
    font-size: 85px;
    font-weight: 600;
    line-height: 1;
    margin-bottom: 0px;
    padding-top: 25px;
    margin-top: 0 !important;
}
.heading span{
color:var(--primary-color) !important;
}
/* STORY BLOCK */
.story-block{
display:flex;
gap:0px;
margin-bottom:0px;
flex-direction:row;
}
.number
{
  width:20%;
}
.number h1{
font-size:85px;
color: var(--primary-color);
opacity:.28;
font-weight:600 !important;
}
.story-text {
    width: 70%;
}
.story-text h4{
    font-size: 24px;
    margin-bottom: 5px;
    font-weight: 600 !important;
    line-height:1.1;
}
.story-text p{
font-size:16px;
line-height:1.6;
color:var(--text-color);
}
/* RESPONSIVE */
@media(max-width:900px){
.hato-container{
flex-direction:column;
text-align:center;
}
.story-block{
display:grid;
grid-auto-flow: column;
}
.hato-container
{
  width:100vw;
  max-width:100vw;
}
}
 /* our story ends here */

 /* Category begins */

.hato-category-section{
padding:0px 20px 80px;
}

.hato-category-wrapper{
max-width:80vw;
margin:auto;
}

.hato-category-header{
text-align:center;
margin-bottom:30px;
display: flex;
row-gap: 20px;
flex-direction: column;
}

.hato-category-subtitle{
font-size:18px;
color: var(--text-color);
margin-bottom:10px;
display: flex;
flex-wrap: wrap;
align-content: center;
align-items: center;
justify-content: center;
column-gap: 10px;
}

.hato-category-title{
font-size:45px;
margin:0;
}

/* GRID */

.hato-category-grid{
display:grid;
grid-template-columns:1fr 1fr;
gap:30px;
}

/* CARD */

.hato-category-card{
position:relative;
overflow:hidden;
}

.hato-category-image{
width:100%;
height:100%;
object-fit:cover;
display:block;
transition:transform .4s ease;
}

.hato-category-card:hover .hato-category-image{
transform:scale(1.05);
}
.hato-category-card:hover .hato-category-button svg
{
    background-color:var(--background-white);
}
.hato-category-card:hover .hato-category-button svg path {
    stroke: var(--text-color);
}

/* TEXT OVERLAY */


.hato-category-overlay
 {
    position: absolute;
    bottom: -40px;
    left: 0;
    color: white;
    width: 100%;
    padding: 0 25px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: space-between;
    align-items: center;
}

.hato-category-name{
font-size:85px;
font-weight: 600;
display: inline-flex;
color: #fff;
}

.hato-category-button{
font-size:12px;
letter-spacing:2px;
color:var(--background-white) !important;
text-decoration:none;
border-bottom:1px solid white;
padding-bottom:4px;
margin-top: 25px;
}
.hato-category-button svg
{
    height: 30px;
    width: 30px;
    border-radius: 50%;
    border: 1px solid var(--background-white);
    padding: 3px;
    fill:var(--background-white);
    stroke:var(--background-white);
}
.hato-category-button svg path {
    stroke: var(--background-white);
}
/* -------- LAPTOP -------- */

@media (max-width:1200px){

.hato-category-wrapper{
max-width:1100px;
}

.hato-category-name{
font-size:52px;
}

.hato-category-image{
height:480px;
}

}

/* -------- TABLET -------- */

@media (max-width:992px){

.hato-category-grid{
grid-template-columns:1fr;
gap:25px;
}

.hato-category-image{
height:450px;
}

.hato-category-name{
font-size:46px;
}

.hato-category-overlay{
bottom:30px;
left:30px;
}

}

/* -------- MOBILE -------- */

@media (max-width:600px){

.hato-category-section{
padding:70px 15px;
}

.hato-category-title{
font-size:32px;
}

.hato-category-image{
height:350px;
}

.hato-category-name{
font-size:34px;
}

.hato-category-overlay{
bottom:20px;
left:20px;
}

.hato-category-button{
font-size:11px;
}

}

 /* Category ends */

 /* new arriavals begins */

/* =========================
NEW ARRIVALS LUXURY DESIGN
========================= */
.luxdia-left
{
    width:50vw;
}
.na-luxury{
padding:80px 20px 80px;
}

.na-container{
max-width:80vw;
margin:auto;
}

.na-header{
margin-bottom:40px;
display: flex;
flex-direction: column;
row-gap: 15px;
}

.na-sub{
font-size:18px;
letter-spacing:3px;
display:flex;
align-items:center;
gap:10px;
}

.na-sub span{
width:40px;
height:1px;
background:#c78654;
}

.na-title{
font-size: 50px;
margin: 10px 0;
font-weight: 600;
line-height:1;
}

.na-desc{
color:var(--text-color);
font-size:16px;
padding: 0;
margin: 0;
}

.na-products{
display:grid;
grid-template-columns:2fr 1fr;
gap:40px;
}

/* =========================
PRODUCT CARD
========================= */

.na-item{
position:relative;
transition:all .4s ease;
}

.na-item:hover{
transform:translateY(-6px);
}

/* =========================
IMAGE CONTAINER
========================= */

.na-img{
overflow:hidden;
background-color:var(--background-white);
display:flex;
align-items:center;
justify-content:center;
position:relative;
border-radius:4px;
box-shadow:0 10px 25px rgba(0,0,0,.05);
transition:box-shadow .4s ease;
}

.na-item:hover .na-img{
box-shadow:0 20px 45px rgba(0,0,0,.12);
}

/* =========================
IMAGE STYLE
========================= */

.na-item img{
width:100%;
height:auto;
object-fit:cover;
display:block;
transition:transform .8s cubic-bezier(.19,1,.22,1),
filter .6s ease;
}

.na-item:hover img{
transform:scale(1.08);
filter:brightness(1.05) contrast(1.1);
}

/* =========================
CONTINUOUS SHINE MOVEMENT
========================= */

.na-img::before{
content:"";
position:absolute;
top:0;
left:-150%;
width:70%;
height:100%;
background:linear-gradient(
120deg,
transparent 0%,
rgba(255,255,255,0.15) 30%,
rgba(255,255,255,0.6) 50%,
rgba(255,255,255,0.15) 70%,
transparent 100%
);
transform:skewX(-25deg);
animation:luxMoveShine 7s linear infinite;
pointer-events:none;
}

@keyframes luxMoveShine{
0%{ left:-150%; }
100%{ left:150%; }
}

/* =========================
HOVER SHINE SWEEP
========================= */

.na-img::after{
content:"";
position:absolute;
top:0;
left:-120%;
width:60%;
height:100%;
background:linear-gradient(
120deg,
transparent,
rgba(255,255,255,0.7),
transparent
);
transform:skewX(-20deg);
pointer-events:none;
}

.na-item:hover .na-img::after{
animation:luxuryShine 1.2s ease;
}

@keyframes luxuryShine{
100%{ left:130%; }
}

/* =========================
DIAMOND SPARKLE EFFECT
========================= */

.na-item::before{
content:"✦";
position:absolute;
color:white;
font-size:10px;
top:30%;
left:60%;
opacity:0;
animation:sparkle 4s infinite;
}

.na-item::after{
content:"✦";
position:absolute;
color:white;
font-size:8px;
top:50%;
left:40%;
opacity:0;
animation:sparkle 5s infinite;
}

@keyframes sparkle{

0%{
opacity:0;
transform:scale(.5);
}

40%{
opacity:1;
transform:scale(1);
}

80%{
opacity:0;
}

100%{
opacity:0;
}

}

/* =========================
TEXT STYLE
========================= */

.na-name{
font-size: 35px;
margin-top: 15px;
transition: color .3s ease;
font-weight: 600;
line-height: 1.2em;
}

.na-item:hover .na-name{
color:var(--primary-color);
}

.na-price{
color:var(--primary-color);
margin-top:5px;
font-size:20px;
letter-spacing:.4px;
}

/* =========================
RESPONSIVE
========================= */

@media(max-width:900px){

.na-products{
grid-template-columns:1fr;
}

.na-title{
font-size:40px;
}

.na-item img{
height:300px;
}

}
 /* new arriavals ends */


/* diamond shape begins */

.luxdia-section{
padding:100px 20px;
background:#e6dac7;
overflow:hidden;
}

.luxdia-container{
max-width:80vw;
margin:auto;
display:grid;
grid-template-columns:1fr 1fr;
align-items:center;
gap:60px;
}

.luxdia-title{
font-size:56px;
font-family:serif;
margin-bottom:20px;
}

/* LEFT GRID */

.luxdia-grid{
display:grid;
grid-template-columns:repeat(4,1fr);
gap:25px;
}

.luxdia-item{
text-align:center;
cursor:pointer;
}

.luxdia-item img{
width:150px;
margin:auto;
display:block;
}

.luxdia-item span{
display:block;
margin-top:10px;
font-size:16px;
}

.luxdia-item.active span{
color:#c0653b;
font-weight:600;
border-bottom:1px solid;
}


/* RIGHT SIDE */

.luxdia-right{
position:relative;
height:500px;
}


/* ORANGE ARC */

.luxdia-arc{
position:absolute;
right:-503px;
top:80%;
transform:translateY(-50%);
width:800px;
height:800px;
border:110px solid var(--primary-color);
border-radius:50%;
z-index:1;
display:block !important;
}


/* RING */

.luxdia-ring{
position:absolute;
right:7%;
top:35%;
width:300px;
z-index:2;
transform:rotate(28deg);
}


/* CENTER DIAMOND */

.luxdia-center{
position:absolute;
right:15%;
top:29%;
width:200px;
z-index:3;
transition:all .6s ease;
}


/* PREVIOUS DIAMOND */

.luxdia-prev{
position:absolute;
right:26%;
top:75%;
width:150px;
z-index:2;
opacity:.8;
transition:all .6s ease;
}


/* NEXT DIAMOND */

.luxdia-next{
position:absolute;
right:-15%;
top:-13px;
width:150px;
z-index:2;
opacity:.8;
transition:all .6s ease;
}


/* ROTATION ANIMATION */

.luxdia-rotate{
animation:diamondRotate .6s ease;
}

@keyframes diamondRotate{
0%{transform:rotateY(0deg)}
100%{transform:rotateY(360deg)}
}


/* RESPONSIVE */

@media(max-width:900px){

.luxdia-container{
grid-template-columns:1fr;
}

.luxdia-right{
height:350px;
margin-top:40px;
}

}



/* ORBIT CONTAINER */

.luxdia-orbit{
position:absolute;
right:-561px;
top:80%;
transform:translateY(-50%) rotate(0deg);
width:900px;
height:900px;
pointer-events:none;
transition:transform .9s cubic-bezier(.25,.8,.25,1);
z-index:9;
}
.luxdia-orbit-item{
position:absolute;
width:190px;
left:50%;
top:0;
transform-origin:0 450px;
}
/* DIAMONDS ON ORBIT */

/* .luxdia-orbit-item{
position:absolute;
width:190px;
left:50%;
top:0;
transform-origin:0 450px;
transition:transform .9s ease, filter .4s ease;
} */
/* .luxdia-orbit-item:hover{
filter:drop-shadow(0 0 20px rgba(255,255,255,0.7));
transform:scale(1.1);
} */
.luxdia-orbit-item img{
animation:diamondShine 5s infinite ease-in-out;
}

@keyframes diamondShine{
0%,100%{filter:brightness(1);}
50%{filter:brightness(1.25);}
}

/* diamond shape ends */

/* explore section tab begins*/

.halo-style-section{
  padding:50px 20px;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
  align-items: center;
}
.halo-style-left
{
  padding:0 20px;
}
.halo-style-container{
max-width:80vw;
margin:auto;
display:grid;
grid-template-columns: 1fr 1fr;
gap:50px;
align-items:center;
background:var(--background-lite);
}

.halo-title {
font-size: 45px;
margin-bottom: 20px;
line-height: 1.2;
width: 360px;
}

.halo-desc{
font-size:15px;
color:var(--text-color);
max-width:420px;
}

.halo-menu{
list-style:none;
padding:0;
margin:0;
}

.halo-item{
padding:16px 0;
border-bottom:1px solid #ddd;
cursor:pointer;
font-size:20px;
letter-spacing:1px;
transition:all .4s ease;
transform:scale(1);
transform-origin:left center;
color:var(--text-color);
display:flex;
justify-content:space-between;
align-items:center;
position:relative;
width:500px;
}
/* arrow */
.halo-item::after{
content:"→";
font-size:30px;
opacity:0;
transform:translateX(-10px);
transition:all .35s ease;
color:#b47a5a;
}

/* Hover Effect */
.halo-item:hover{
color:#b47a5a;
transform:scale(1.08);
border-bottom-color:var(--primary-color);
}

/* Active Item */
.halo-item.active{
color:#b47a5a;
font-weight:600;
transform:scale(1.08);
border-bottom-color:var(--primary-color);
}
.halo-item::before{
content:"";
position:absolute;
left:0;
bottom:-1px;
width:0%;
height:2px;
background:#b47a5a;
transition:width .35s ease;
}
.halo-item:hover::after{
opacity:1;
transform:translateX(0);
}
/* .halo-item.active::after{
opacity:1;
transform:translateX(0);
} */

.halo-item.active::before{
width:100%;
}

/* image transition */
.halo-style-right img{
width:100%;
transition:opacity .45s ease, transform .45s ease;
}
.halo-style-right{
display: flex;
justify-content: flex-end;
}

.fade-out{
opacity:0;
transform:scale(0.97);
}

.fade-out{
opacity:0;
}

@media(max-width:768px){

.halo-style-container{
grid-template-columns:1fr;
}

.halo-style-right{
order:-1;
}

}
/* explore section tab ends*/

/* choose diamond begins */


.nxrb-builder{
background:linear-gradient(90deg,#4a2a1c,#6a3a24);
padding:80px 20px;
color:#fff;
font-family:serif;
}
.nxrb-sub
{
    font-family:Comfortaa;
    font-size:18px;
    text-align:center;
    margin-bottom:60px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    column-gap:10px;
}

.nxrb-container{
max-width:80vw;
margin:auto;
display:grid;
grid-template-columns:1fr 1fr;
gap:70px;
align-items:start;
}

.nxrb-imagebox{
background:#eee;
padding:40px;
box-shadow:0 0 0 20px rgba(255,255,255,.05);
width:80%;
}

.nxrb-imagebox img{
width:100%;
}

.nxrb-title{
font-size:30px;
line-height:1;
font-weight:600;
margin:0;
color:var(--background-white);
}

.nxrb-price{
font-size:25px;
margin-top:10px;
margin-bottom:5px;
}

.nxrb-tax{
font-size:12px;
opacity:.7;
margin-bottom:20px;
}

.nxrb-option{
margin-bottom:25px;
}

.nxrb-option-title{
font-size:16px;
margin-bottom:8px;
}

.nxrb-options{
display:flex;
flex-wrap:wrap;
gap:10px;
}

.nxrb-options button{
background:transparent;
border:1px solid rgba(255,255,255,.3);
color:white;
padding:6px 12px;
font-size:12px;
cursor:pointer;
transition:.3s;
}

.nxrb-options button.active,
.nxrb-options button:hover{
background:white;
color:#4a2a1c;
}

#nxrbRingSize{
width:100%;
padding:10px;
background:transparent;
border:1px solid rgba(255,255,255,.3);
color:white;
}
.collection-head-size
{
  font-size:40px !important;
}
#nxrbRingSize option
{
    color:var(--primary-color) !important;
    border:1px solid #000 !important;
}
.nxrb-cart{
width:100%;
padding:14px;
background:white;
border:none;
font-weight:600;
cursor:pointer;
}

@media(max-width:900px){

.nxrb-container{
grid-template-columns:1fr;
}

}

/* choose diamond ends */


/* enquire now popup form */

.nxrb-popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
  z-index: 9999;
}

.nxrb-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.65);
  backdrop-filter: blur(4px);
}

.nxrb-popup-box {
  position: relative;
  width: 420px;
  max-width: 90%;
  margin: 6% auto;
  background: #fff;
  padding: 35px;
  border-radius: 14px;
  z-index: 2;
  animation: luxuryFade 0.4s ease;
box-shadow: 0 20px 60px rgba(0,0,0,0.2);
}
.nxrb-popup-box button:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}

@keyframes luxuryFade {
  from { transform: translateY(40px) scale(0.95); opacity: 0; }
  to { transform: translateY(0) scale(1); opacity: 1; }
}

.nxrb-popup-box h3 {
  margin-bottom: 15px;
  font-weight: 600;
}

.nxrb-popup-box input,
.nxrb-popup-box textarea {
  width: 100%;
  padding: 12px;
  margin-bottom: 12px;
  border: 1px solid #e5e5e5;
  border-radius: 6px;
  font-size: 14px;
}

.nxrb-popup-box input:focus,
.nxrb-popup-box textarea:focus {
  border-color: #000;
  outline: none;
}

.nxrb-popup-box button {
  width: 100%;
  padding: 14px;
  background: linear-gradient(135deg, #000, #333);
  color: #fff;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  transition: 0.3s;
}

.nxrb-popup-box button:hover {
  opacity: 0.85;
}

.nxrb-close {
  position: absolute;
  right: 18px;
  top: 12px;
  font-size: 22px;
  cursor: pointer;
}

#nxrbSuccess {
  text-align: center;
  padding: 20px;
}

/* enquire now popup form */

/* color  */

.color-sub-head
{
font-size:18px;
display: flex;
align-items: center;
align-content: center;
justify-content: center;
column-gap: 10px;
}

.hato-single {
  text-align: center;
  padding: 80px 20px;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-content: center;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

/* TITLE */
.hato-title {
  font-size: 50px;
  font-weight: 600;
  margin-bottom: 60px;
  line-height:1;
  transform: translateY(40px);
  transition: 1s ease;
  margin-top:0;
}

.hato-single.show .hato-title {
  opacity: 1;
  transform: translateY(0);
}

/* IMAGE WRAP */
.hato-ring {
  position: relative;
  display: inline-block;
  animation: float 6s ease-in-out infinite;
}

/* FLOAT */
@keyframes float {
  0%,100% { transform: translateY(0); }
  50% { transform: translateY(-15px); }
}

/* IMAGE */
.hato-ring img {
  max-width: 800px;
  transition: transform 0.5s ease, filter 0.5s ease;
}

/* HOVER */
.hato-ring:hover img {
  transform: scale(1.08);
}

/* 💎 SPARKLE */
.sparkle {
  position: absolute;
  width: 6px;
  height: 6px;
  background: white;
  border-radius: 50%;
  opacity: 0;
  animation: sparkleAnim 2s linear infinite;
}

@keyframes sparkleAnim {
  0% { opacity: 0; transform: scale(0); }
  50% { opacity: 1; transform: scale(1.6); }
  100% { opacity: 0; transform: scale(0); }
}

/* LABEL */
.hato-label {
  margin-top: 30px;
  font-size: 36px;
  color: #777;
  letter-spacing: 1px;
  font-weight:600;
}

/* MOBILE */
@media(max-width:768px){
  .hato-title { font-size: 34px; }
  .hato-ring img { max-width: 220px; }
}

/* best seller begins */

.bestseller-section {
background: #FFF3E0;
padding: 80px 20px;
display: flex;
flex-direction: column;
flex-wrap: wrap;
align-content: center;
justify-content: center;
align-items: center;
}

.bestseller-container {
  max-width:80vw;
}
.bestseller-heading
{
width: 525px;
display: flex;
flex-direction: column;
flex-wrap: wrap;
align-content: flex-start;
justify-content: start;
align-items: flex-start;
}
.bestseller-title {
  font-size: 50px;
  margin:0;
  margin-bottom: 50px;
  line-height:1;
  font-weight:600;
  width:100vw;
}

.carousel-wrapper {
  overflow: hidden;
}

.carousel-track {
  display: flex;
  gap: 30px;
  transition: transform 0.8s ease;
}

.product-card {
  flex: 0 0 calc(25% - 22px);
}

.card-inner {
  background: rgba(255,255,255,0.6);
  backdrop-filter: blur(12px);
  border-radius: 20px;
  padding: 30px;
  text-align: center;
  transition: 0.4s;
}

.card-inner:hover {
  transform: translateY(-10px) scale(1.05);
}

.product-card img {
  max-width: 100%;
}

.product-title {
  margin-top: 10px;
  font-size: 24px;
}

.product-price {
  color: var(--primary-color);
  margin: 10px 0;
  font-size:20px;
}

/* Buttons */
.btn {
  padding: 8px 18px;
  border-radius: 25px;
  border: 1px solid var(--primary-color);
  background: transparent;
  cursor: pointer;
  margin: 5px;
  font-family:Comfortaa;
  color:var(--primary-color);
  font-size:16px;
}

.btn:hover {
  background: var(--primary-color);
  color: var(--background-lite);
}

/* best seller ends */

/* special service begins */ 

.lux-services {
padding: 80px 20px 50px;
text-align: center;
display: flex;
flex-direction: column;
flex-wrap: wrap;
align-content: center;
justify-content: center;
align-items: center;
}
.lux-services-container
{
width:75vw;
display: flex;
flex-direction: column;
flex-wrap: wrap;
align-content: center;
justify-content: center;
align-items: center;
}
.lux-services .sub {
font-size: 18px;
position: relative;
margin-bottom:10px;
display: flex;
flex-wrap: wrap;
align-content: center;
justify-content: center;
align-items: center;
column-gap: 10px;
}

.lux-services .title {
  font-size: 45px;
  font-weight: 600;
  margin-bottom: 30px !important;
  width:500px;
  line-height:1;
  margin:0;
}

.lux-grid {
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-wrap: nowrap;
  flex-direction:row;
}

.lux-card {
position: relative;
width: 40vw;
height: 500px;
overflow: hidden;
cursor: pointer;
}

.lux-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.6s ease;
}

.lux-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.35);
}

.lux-content {
position: absolute !important;
top: 50% !important;
left: 50% !important;
transform: translate(-50%, -50%) !important;
color: #fff !important;
z-index: 2 !important;
text-align: center !important;
width: 100% !important;
}

.lux-content h3 {
  font-size: 56px;
  margin-bottom: 10px;
  line-height:1;
  color:var(--background-white);
}

.lux-content p {
  font-size: 14px;
  margin-bottom: 20px;
}

.lux-btn {
  font-size: 12px;
  letter-spacing: 2px;
  border-bottom: 1px solid #fff;
  display: inline-block;
  padding-bottom: 5px;
  transition: 0.3s;
}

.lux-card:hover img {
  transform: scale(1.08);
}

.lux-card:hover .lux-btn {
  letter-spacing: 3px;
}
.lux-card:hover .lux-category-button svg 
{
  background:#fff;
}
.lux-card:hover .lux-category-button svg path
{
  fill:#000;
  stroke:#000;
}
/* Mobile */
@media(max-width: 768px){
  .lux-card {
    width: 100%;
  }
}

.lux-category-button{
font-size:12px;
letter-spacing:2px;
color:var(--background-white) !important;
text-decoration:none;
padding-bottom:4px;
margin-top: 25px;
}
.lux-category-button svg
{
height: 30px;
width: 30px;
border-radius: 50%;
border: 1px solid var(--background-white);
padding: 3px;
fill:var(--background-white);
stroke:var(--background-white);
}
.lux-category-button svg path {
stroke: var(--background-white);
}

/* special service ends */ 

/* custom icon begins */


.nxp-sec {
  padding: 50px 20px 30px;
  text-align: center;
  overflow: hidden;
}

.nxp-wrap {
  max-width: 80vw;
  margin: auto;
}
.nxp-sub {
  font-size: 18px;
  color: var(--text-color);
  display: flex;
  align-items: center;
  column-gap: 10px;
}
.heading-left-promise
{
width:760px;
display: flex;
flex-direction: column;
flex-wrap: wrap;
align-content: flex-start;
justify-content: center;
align-items: flex-start;
}
.nxp-line {
  width: 60px;
  height: 1px;
  background: var(--primary-color);
  opacity: 0.6;
}

.nxp-title {
  font-size: 45px;
  font-weight: 600;
  margin: 30px 0 20px;
  text-align:left;
  line-height:1;
}

.nxp-desc {
  font-size: 16px;
  color: var(--text-color);
  margin: 20px 0;
  line-height: 1.5;
  text-align:left;
  width:600px;
}

.nxp-grid {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 30px;
}

.nxp-card {
  flex: 1;
  min-width: 150px;
  padding: 20px 10px;
  transition: 0.4s ease;
  cursor: pointer;
}

.nxp-icon {
  width: 42px;
  height: 42px;
  margin: 0 auto 15px;
  stroke: var(--primary-color);
}

.nxp-text {
  font-size: 16px;
  color: var(--text-color);
}

.nxp-card:hover {
  transform: translateY(-8px);
}

.nxp-card:hover .nxp-icon {
  transform: scale(1.1);
}

/* Responsive */
@media(max-width:768px){
  .nxp-title {font-size: 38px;}
  .nxp-grid {justify-content: center;}
  .nxp-card {flex: 0 0 45%;}
}

@media(max-width:480px){
  .nxp-card {flex: 0 0 100%;}
  .lux-services .sub
  {
    column-gap: 3px;
  }
}
/* custom icon ends */


/* footer */

.footer-width
{
  width:80vw;
}
.custom-footer {
  background: var(--primary-color);
  /* background: var(--color-brown); */
  color: #fff;
  padding: 60px 40px 10px;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
  align-items: center;
  z-index:9;
  position:relative;
}

.footer-container {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 2fr;
  gap: 40px;
}

.footer-logo {
  max-width: 140px;
  margin-bottom: 20px;
}

.logo {
  font-size: 36px;
}

.tag {
  font-size: 16px;
  letter-spacing: 2px;
  margin-bottom: 20px;
}
.footer-col h4 {
  margin-bottom: 20px;
  font-size:18px;
  color:var(--primary-color);
  font-family:Comfortaa !important;
}

.footer-col ul {
  list-style: none;
  padding: 0;
}

.footer-col li {
  margin-bottom: 10px;
}

.footer-col a {
  color: #fff;
  text-decoration: none;
  font-size:16px;
}

.footer-col a:hover {
  opacity: 1;
}

.social a {
  display: inline-block;
  border: 1px solid #fff;
  padding: 8px;
  margin-right: 8px;
  border-radius: 50%;
  font-size: 12px;
  color: #fff;
}
.social a svg{
 width:25px;
 height:25px;
 fill:#fff;
 stroke:#fff;
}
.payments img
{
  width:300px;
}
.footer-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
/*footer */

/* header */ 

.slide-block-image_BaqC9J .slide-content {
width: 475px;
padding-top: 25px;
padding-bottom: 30px;
position: absolute;
bottom: 10%;
top: auto;
left: auto;
right: 16%;
}

/* header */




/* Global Responsive */

/* ===== GLOBAL RESPONSIVE BASE ===== */

* {
  box-sizing: border-box;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

/* container fix */
.hato-category-wrapper,
.na-container,
.luxdia-container,
.nxrb-container,
.nxp-wrap,
.footer-width {
  width: 80vw;
  margin: auto;
}

/* remove rigid vw layouts */
.luxdia-left,
.lux-card,
.nxrb-imagebox {
  /* width: 100%; */
}

/* 💻 LAPTOP (1366px FIX) */

@media (max-width: 1366px) {

  .heading,
  .na-title,
  .bestseller-title,
  .nxp-title,
  .lux-services .title {
    font-size: 30px;
  }

  .hato-category-name {
    font-size: 60px;
  }

  .halo-title {
    font-size: 44px;
    width: auto;
  }

  .halo-item {
    width: 100%;
  }

}

/* 🖥️ DESKTOP (1440px OPTIMIZATION) */

@media (min-width: 1440px) {

  .hato-container,
  .na-container,
  .luxdia-container {
    max-width: 80vw;
  }

}

/* 📲 TABLET FIX (768–1024) */

@media (max-width: 1024px) {

  /* grids → single */
  .hato-container,
  .luxdia-container,
  .nxrb-container,
  .halo-style-container {
    grid-template-columns: 1fr !important;
    flex-direction: column;
  }

  /* typography */
  .heading,
  .na-title,
  .hato-title {
    font-size: 48px;
  }

  .hato-category-name {
    font-size: 42px;
  }

  /* spacing */
  .na-luxury,
  .luxdia-section {
    padding: 60px 20px;
  }

}

/* 📱 MOBILE FIX  */

@media (max-width: 768px) {

  .footer-bottom
  {
        flex-direction: column;
  }
  .luxdia-grid {
    gap:50px !important;
  }

  .luxdia-item img {
        width: 80px !important;
    }

  .na-sub span {
 
    display: none;
}

  .hato-story-section {
    padding: 0;
}

  .story-text {
    width: 100%;
}

.our-story {
    justify-content: center !important;
  }


  /* ===== GLOBAL STACK ===== */
  .hato-container,
  .na-products,
  .lux-grid,
  .footer-container {
    display: flex !important;
    flex-direction: column;
    gap: 20px;
  }

  /* ===== TYPOGRAPHY ===== */
  .na-title,
  .hato-title,
  .bestseller-title,
  .nxp-title,
  .lux-services .title {
    font-size: 32px;
    line-height: 1.3;
    width: 100%;
  }

  /* ===== CATEGORY ===== */
  .hato-category-grid {
    grid-template-columns: 1fr;
  }

  .hato-category-image {
    height: 300px;
  }

  /* ===== HALO SECTION ===== */
  .halo-style-container {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .halo-style-right {
    order: -1;
    justify-content: center;
  }

  .halo-title,
  .halo-desc {
    width: 100%;
  }

  .halo-item {
    width: 100%;
    font-size: 16px;
  }

  /* ===== LUX DIA ===== */
  .luxdia-right {
    height: auto;
  }

  .luxdia-arc,
  .luxdia-orbit {
    display: none;
  }

  /* ===== NEW ARRIVALS ===== */
  .na-products {
    grid-template-columns: 1fr;
  }

  /* ===== BUILDER ===== */
  .nxrb-imagebox {
    width: 100%;
  }

  /* ===== SERVICES ===== */
  .lux-card {
    width: 100%;
    height: 300px;
  }

  /* ===== FOOTER ===== */
  .footer-container {
    grid-template-columns: 1fr;
    text-align: center;
  }

}

/* 📱 SMALL MOBILE */

@media (max-width: 480px) {
  .heading,
{
  font-size:40px;
}
  .na-title,
  .hato-title {
    font-size: 26px;
  }

  .hato-category-name {
    font-size: 28px;
  }

  .halo-item {
    font-size: 14px;
  }

}


/* orbit */ 

/* ===============================
   TABLET (≤ 900px)
================================= */
@media(max-width:900px){

.luxdia-container{
grid-template-columns:1fr;
gap:40px;
text-align:center;
}

/* LEFT GRID FIX */
.luxdia-grid{
grid-template-columns:repeat(2,1fr);
gap:20px;
}

/* RIGHT SIDE */
.luxdia-right{
height:400px;
}

/* ARC SCALE */
.luxdia-arc{
right:-250px;
top:50%;
width:500px;
height:500px;
border-width:70px;
}

/* ORBIT SCALE */
.luxdia-orbit{
right:-300px;
top:50%;
width:600px;
height:600px;
}

.luxdia-orbit-item{
width:120px;
transform-origin:0 300px;
}

/* RING CENTER */
.luxdia-ring{
right:50%;
top:50%;
transform:translate(50%,-50%) rotate(28deg);
width:220px;
}

}


/* ===============================
   MOBILE (≤ 600px)
================================= */
@media(max-width:600px){
.lux-content h3 {
  font-size: 20px;
  font-weight: 400;
}
.na-name{
font-size: 25px;
margin-top: 15px !important;
margin:0;
}
.na-price
{
  font-size:20px;
}
.hato-single {
  padding: 50px 20px;
}
.hato-label {
    font-size: 20px;
}
.bestseller-section {
  padding: 50px 20px;
}

.luxdia-section{
padding:60px 15px;
}

/* GRID → SCROLL */
.luxdia-grid {
  display: flex;
  overflow-x: auto;
  gap: 15px;
  padding-bottom: 10px;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
  align-items: center;
}
/* .luxdia-grid::-webkit-scrollbar{
display:none;
} */

.luxdia-item{
min-width:80px;
flex:0 0 auto;
}

.luxdia-item img{
width:50px;
}

.luxdia-item span{
font-size:13px;
}

/* RIGHT SIDE */
.luxdia-right{
display:none;
}
.bestseller-heading, .nxp-desc
{
  width:320px;
}
.luxdia-left {
    width: 100%;
}
/* ARC FIX */
.luxdia-arc{
right:0px;
top:50%;
width:350px;
height:350px;
border-width:50px;
}

/* ORBIT FIX */
.luxdia-orbit{
right:-200px;
top:50%;
width:400px;
height:400px;
}

.luxdia-orbit-item{
width:70px;
transform-origin:0 200px;
}

/* RING */
.luxdia-ring{
right:50%;
top:50%;
transform:translate(50%,-50%) rotate(28deg);
width:150px;
}

/* TEXT */
.na-title{
font-size:26px;
}

.na-desc{
font-size:14px;
}

}
/* ===============================
   BASE (DESKTOP = 4)
================================= */

.carousel-track{
display:flex;
gap:20px;
}

.product-card{
flex:0 0 calc(25% - 15px); /* 4 columns */
}


/* ===============================
   LAPTOP (≤ 1200px → 3)
================================= */

@media(max-width:1200px){
.product-card{
flex:0 0 calc(33.33% - 14px);
}
}


/* ===============================
   TABLET (≤ 900px → 2)
================================= */

@media(max-width:900px){
.product-card{
flex:0 0 calc(50% - 10px);
}
}


/* ===============================
   MOBILE (≤ 600px → 1)
================================= */

@media(max-width:600px){
.product-card{
flex:0 0 100%;
}
.lux-icon
{
  width:25px;
}
}


@media (min-width: 1024px) and (max-width: 1440px) {
.nxrb-title
{
  font-size:40px;
}
.hato-title
{
  font-size:50px;
}
.product-card
{
flex: 0 0 calc(33% - 15px);
}
.heading {
    font-size: 60px;
    margin-bottom: 0;
    padding-top: 0;
    margin-top: 0 !important;
}
.story-block
{
  column-gap:25px;
  row-gap:0px;
  margin-bottom:0;
}
.story-text p, .na-desc
{
  font-size:14px;
}
.hato-category-title {
    font-size: 45px;
}
/* .hato-category-image
{
  height:400px;
} */
.na-title
{
  font-size:45px;
}
.na-item img {
  height: 260px;
  object-fit: cover;
}
.nxrb-price {
  font-size: 25px;
}

.lux-menu
 {
  gap: 20px !important;
}
.add-to-cart, .buy-now
{
  font-size:13px !important;
  padding:0 !important;
}
.product-title {
  font-size: 16px !important;
  font-weight: 600 !important;
  margin:0 !important;
}
.product-price {
  font-size: 16px;
  margin: 0 0 5px;
}
.na-header {
  margin-bottom: 20px !important;
  row-gap: 0px !important;
}
.na-sub {
  font-size: 16px;
}
.na-title {
  font-size: 35px;
}
.hato-category-button
{
  margin-top:0;
}
}
.cus-product-buy-btn {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}


/* outer ring */

 .page-sidebar
{
  display:block !important;
} 
.product-item:hover
{
background:#F4F4F4;
padding:10px;
}
.product-item
{
padding:10px;
}
.card-wishlist .wishlist-icon, .card-quickview .quickview-icon
 {
  background-color: #F4F4F4;
 }
/* .card-swatch
{
  display:none !important;
} */
/* .price-item .text
{
  display:none !important;
} */
.product-card-layout-01 .card .card-media.has-compare:after, .product-card-layout-05 .card .card-media.has-compare:after {
        background: transparent;
    }
.custom-collection-desc
{
background-color: #F4F4F4;
padding:30px 0 10px;
margin-bottom:0px;
}
.custom-collection-desc p
{  
  text-align:justify;
}
@media(max-width:600px){
/* desktop-product-bread
{
  display:none !important;
} */
.mobile-product-bread
{
  display:block !important;
}
  #CollectionSection-template--25175370006808__product-grid
  {
    padding-right:0 !important;
  }
}
@media(min-width:600px){

desktop-product-bread
{
  display:block !important;
}
/* .mobile-product-bread
{
  display:none !important;
} */
}
.breadcrumb a
{
  color:#5B5B5B !important;
}
.breadcrumb span:not(.separate)
{
  color:#000 !important;
}
/* .productView-price .price
{
  display:none !important;
} */
.single-product-final-price {
  font-size: 30px;
  font-weight: 600;
  color: var(--primary-color);
}
.single-product-actual-price
{
  font-size: 20px;
  font-weight: 600;
  color:#818181;
  text-decoration:line-through;
}
.single-product-discount-rate
{
  background: #B063481A;
  padding: 10px;
  color: var(--primary-color);
  margin-left: 20px;
}
.product-customInformation__content .title {
  color: #484848;
  font-weight: 500;
  font-family: 'Comfortaa' !important;
  font-size: 14px;
}
.productView-title
{
  font-size:
}
/* ===== INLINE VARIANT STYLE ===== */
.product-form__input {
  font-size: 0;
  letter-spacing: 0;
  border-bottom: 1px solid #000 !important;
  padding: 0;
  margin: 0;
  border-left: none;
  border-right: none;
  border-top: none;
}
.custom-option-header {
  display: flex !important;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 8px;
  margin-bottom: 12px;
}

.option-title {
  font-weight: 500;
  color: #000;
  min-width: 150px;
  font-size:14px;
}

.option-inline-values {
  display: flex;
  align-items: center;
  gap: 0px;
}

/* remove default box UI */
.product-form__label {
  background: none !important;
  border: none !important;
  padding: 0 !important;
  position: relative;
  cursor: pointer;
  display:flex !important;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
  align-items: center;
  margin:0 !important;
}

/* text style */
.product-form__label .text {
  font-size: 14px !important;
  color: #999;
  transition: 0.3s;
  border:none !important;

}

/* separator line */
.product-form__label:not(:last-child)::after {
  content: "";
  margin-left: 12px;
  height: 20px;
  width: 1px;
  background: var(--primary-color);
}

/* ACTIVE STATE */
.product-form__radio:checked + .product-form__label .text {
  color: #b4532a !important;
  font-weight: 500 !important;
}

/* SMALL TRIANGLE INDICATOR */
.product-form__label .active-indicator {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0px;
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-bottom: 6px solid #b4532a;
  opacity: 0;
  transition: 0.3s;
}

/* show triangle when active */
.product-form__radio:checked + .product-form__label .active-indicator {
  opacity: 1;
}

/* hide radio button */
.product-form__radio {
  display: none;
}

.custom-product-layout {
  max-width: 480px;
}

.product-title {
  font-size: 23px;
  font-weight: 600;
  margin-bottom: 10px;
  line-height:1;
}

.product-price {
  font-size: 20px;
  margin-bottom: 20px;
}

.product-options-row {
  display: flex;
  gap: 15px;
  margin-bottom: 20px;
}

.product-size select {
  padding: 10px;
  width: 100%;
}

.product-qty {
  display: flex;
  align-items: center;
}

.product-buttons button {
  width: 100%;
  padding: 14px;
  margin-bottom: 10px;
}

.product-actions {
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
}

.wishlist-btn,
.share-btn {
  background: none;
  border: none;
  cursor: pointer;
}
.lux-thumbs img.active
{
  border: 2px solid var(--primary-color) !important;
}
#CollectionSection-template--25175370006808__product-grid
 {
    padding-top: 0px;
    padding-bottom: 0px;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-content: flex-end;
    padding-right: 10%;
}
.collection-breadcrumb .breadcrumb {
  width: 70vw;
  margin-left: 7% !important;
}


@media (min-width: 1024px) and (max-width: 1440px) {
.facets__price--box .filter__price
{
  padding: 0 !important;
}
.nx-left-drawer-wrap {
    width: 260px !important;
    margin-top:5%;
}
.page-sidebar {
  width:250px !important;
  margin-top:8%;
}
}
.tos-content li, .tos-content p {
    font-size: 16px;
    margin-top: 20px;
    text-align: justify;
}
.bookeasy-appBlock
{
  justify-content: center !important;
  flex-wrap: wrap;
  align-content: center;
  padding:50px 0;
}

.bookeasy-appBlock-details .description{
  font-size:16px !important;
}
.rte p{
  font-size: 16px !important;
}

.rte ul li{
  font-size: 16px !important;
}

.icon svg {
    width: 21px;
    height: 21px;
    fill: white;
    stroke: #000;
}

.info {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  color: white;
  padding:0;
  margin:0;
  font-size:16px;
  margin-bottom:10px;
}
.dis-flex
{
  display: flex;
  flex-direction: column;
  gap: 20px;
}
// =============================================================================
//
// IMPORTANT DISCLAIMER
// Shopify is notifying shop owners about the need to convert scss files to css files.
// Please use only CSS to style the layout.
//
// =============================================================================*/


/* media query */







