.birthday-celebration-section {
padding: 40px 0 0;
max-width: 1250px;
margin: 0 auto;
background: #fff;
}
.birthday-celebration-section h2 {
font-family: Montserrat, serif !important;
display: flex;
align-items: center;
justify-content: center;
text-align: center;
font-size: 28px;
font-weight: 400;
line-height: 36px;
color: #000;
margin: 0;
font-style: italic;
}
.birthday-slider-wrapper {
position: relative;
max-width: 1340px;
margin: 0 auto;
padding: 0 70px; }
.birthday-slider {
display: flex;
gap: 0px;
overflow-x: auto;
padding: 20px 70px 10px;
scroll-behavior: auto; -ms-overflow-style: none;
scrollbar-width: none;
justify-content: flex-start; }
.birthday-slider::-webkit-scrollbar {
display: none; }
.birthday-card {
flex: 0 0 160px !important;
min-width: 160px;
text-align: center;
background: transparent !important;
box-shadow: none !important;
border: none !important;
padding: 0 !important;
margin: 0 !important;
transition: transform 0.3s ease;
}
.birthday-card a {
text-decoration: none !important;
display: flex;
flex-direction: column;
align-items: center;
border: none !important;
box-shadow: none !important;
}
.birth-img {
width: 105px;
height: 105px;
border-radius: 50%;
overflow: hidden;
margin: 0 auto 5px; background: transparent !important;
transition: transform 0.3s ease;
}
.birth-img img {
width: 100%;
height: 100%;
object-fit: cover;
transition: transform 0.4s ease;
}
.birthday-card:hover .birth-img img {
transform: scale(1.1);
}
.birth-text {
width: 100%;
display: flex;
flex-direction: column;
align-items: center;
min-height: 50px; }
.birthday-card .month-name {
font-family: 'Montserrat', sans-serif;
font-size: 14px;
color: #232323;
margin: 0;
font-weight: 500;
transition: all 0.3s ease;
text-transform: capitalize;
position: relative;
} .birthday-card .month-name::after {
content: '';
display: block;
width: 20px;
height: 1.5px;
background: #232323;
margin: 4px auto 0; opacity: 0;
transition: all 0.3s ease;
}
.birthday-card:hover .month-name::after {
opacity: 1;
}
.birthday-card.is-current .month-name::after {
background: #ff8383;
}
.birthday-card .stone-name {
font-family: Montserrat, sans-serif;
font-size: 11.5px;
color: #9b9b9b;
margin-top: 2px !important; opacity: 0 !important;
visibility: hidden !important;
transition: all 0.4s ease-in-out !important;
transform: translateY(-5px);
font-weight: normal;
} .birthday-card:hover .stone-name {
opacity: 1 !important;
visibility: visible !important;
transform: translateY(0) !important;
} .birthday-card.is-current .month-name {
color: #ff8383;
} .birth-arrow-prev,
.birth-arrow-next {
position: absolute;
top: 72px; transform: translateY(-50%);
background: rgba(255, 255, 255, 0.9) !important;
border: none !important;
cursor: pointer;
width: 32px;
height: 32px;
display: flex;
align-items: center;
justify-content: center;
z-index: 100; padding: 0;
transition: all 0.2s ease;
box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
}
.birth-arrow-prev::before,
.birth-arrow-next::before {
content: '';
display: block;
width: 8px;
height: 8px;
border-top: 1.5px solid #000;
border-left: 1.5px solid #000;
}
.birth-arrow-prev {
left: 15px !important;
}
.birth-arrow-next {
right: 15px !important;
}
.birth-arrow-prev::before {
transform: rotate(-45deg);
margin-left: 3.5px;
}
.birth-arrow-next::before {
transform: rotate(135deg);
margin-right: 3.5px;
}
.birth-arrow-prev:hover,
.birth-arrow-next:hover {
background: #fff !important;
box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
} @media (max-width: 900px) {
.birthday-celebration-section {
padding: 40px 0 20px;
}
.birthday-slider-wrapper {
padding: 0 10px;
max-width: 100%;
}
.birth-arrow-prev,
.birth-arrow-next {
display: none !important;
} .birthday-slider {
display: flex !important;
flex-wrap: wrap !important;
gap: 25px 0px !important;
justify-content: center !important;
overflow-x: hidden !important;
padding: 25px 0 10px !important;
}
.birthday-card {
flex: 0 0 25% !important;
min-width: 80px !important;
text-align: center;
}
.birth-img {
width: 70px !important;
height: 70px !important;
margin-bottom: 10px !important;
}
.birthday-card .month-name {
font-size: 11.5px !important;
}
.birth-text {
min-height: 35px !important;
}
.birthday-card .stone-name {
margin-top: 1px !important;
font-size: 10px !important;
}
} @media (max-width: 375px) {
.birthday-card {
flex: 0 0 calc(50% - 10px) !important;
}
.birth-img {
width: 85px !important;
height: 85px !important;
}
} .Sparkle.section .birthday-slider {
gap: 30px !important;
padding-bottom: 30px !important;
} .Sparkle.section .birthday-card.cj-product-card {
flex: 0 0 280px !important;
width: 280px !important;
min-width: 280px !important;
text-align: left !important;
}
.Sparkle.section .birthday-card.cj-product-card .cj-card__image-wrap { height: auto !important; border-radius: 0 !important; }
.Sparkle.section .birthday-card.cj-product-card .cj-card__info {
text-align: center !important;
padding: 15px 10px !important;
}
.cj-card__title {
font-family: 'Montserrat', sans-serif !important;
font-size: 14px !important;
line-height: 1.4 !important;
color: #111 !important;
margin-bottom: 8px !important;
text-transform: capitalize !important;
font-weight: 500 !important;
display: -webkit-box !important;
-webkit-line-clamp: 2 !important;
line-clamp: 2 !important;
-webkit-box-orient: vertical !important;
overflow: hidden !important;
min-height: 40px !important;
}
.cj-card__price {
font-family: 'Montserrat', sans-serif !important;
font-size: 14px !important;
font-weight: 500 !important;
color: #D51817 !important; }
.cj-card__price del {
color: #888 !important;
font-weight: 500 !important;
font-size: 14px !important;
margin-right: 8px !important;
text-decoration: line-through !important;
}
.cj-card__price ins {
text-decoration: none !important;
color: #D51817 !important; font-weight: 500 !important;
} .cj-card__image-wrap {
position: relative !important;
overflow: hidden !important;
}
.cj-card__sale-badge {
position: absolute !important;
top: 10px !important;
left: 10px !important;
background: #D51817 !important;
color: #fff !important;
font-family: 'Montserrat', sans-serif !important;
font-size: 10px !important;
font-weight: 700 !important;
padding: 3px 10px !important;
border-radius: 2px !important;
text-transform: uppercase !important;
letter-spacing: 1px !important;
z-index: 5 !important;
box-shadow: 0 2px 8px rgba(208, 19, 69, 0.3) !important;
} @media (max-width: 900px) { .Sparkle.section .birthday-slider {
display: flex !important;
flex-wrap: nowrap !important;
overflow-x: auto !important;
justify-content: flex-start !important;
gap: 15px !important;
padding-left: 20px !important;
padding-right: 20px !important;
scrollbar-width: none !important;
padding-bottom: 0 !important;
}
.testimonial-card {
padding: 0px 20px 0;
}
.Sparkle.section .birthday-slider::-webkit-scrollbar {
display: none !important;
}
.Sparkle.section .birthday-card.cj-product-card {
flex: 0 0 220px !important;
width: 220px !important;
min-width: 220px !important;
}
.Sparkle.section .birthday-slider-wrapper {
padding: 0 !important; max-width: 100% !important;
margin: 0px 0 !important;
} .Sparkle.section .slider-arrow {
display: flex !important;
top: 45% !important;
width: 34px !important;
height: 34px !important;
}
.Sparkle.section .slider-arrow.prev {
left: 5px !important;
}
.Sparkle.section .slider-arrow.next {
right: 5px !important;
}
}
@media (max-width: 480px) {
.Sparkle.section .birthday-card.cj-product-card {
flex: 0 0 calc((100% - 15px) / 2) !important; width: calc((100% - 15px) / 2) !important;
min-width: calc((100% - 15px) / 2) !important;
margin: 0 !important;
scroll-snap-align: start !important;
}
.Sparkle.section .birthday-slider {
padding-left: 10px !important;
padding-right: 10px !important;
gap: 15px !important;
}
}.home-image-slider-section {
padding: 50px 0; overflow: hidden;
position: relative;
background: #fff;
}
.home-image-slider-header h2 {
font-family: Montserrat, serif !important;
display: flex;
align-items: center;
justify-content: center;
text-align: center;
margin-bottom: 30px;
font-size: 28px;
font-weight: 400;
line-height: 36px;
color: #000;
font-style: italic;
}
.home-image-slider-wrapper {
max-width: 100%;
margin: 0 auto;
position: relative;
padding: 0 10px;
}
.home-image-slider {
margin: 0 -10px; }
.image-slider-item {
padding: 0 10px;
outline: none;
}
.image-slider-card {
position: relative;
width: 100%; padding-bottom: 120%; 
background: #D9D9D9;
overflow: hidden;
border-radius: 4px;
}
.image-slider-card img {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
object-fit: cover;
transition: transform 0.5s ease;
}
.image-slider-item:hover img {
transform: scale(1.05);
}
.card-hover-overlay {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
opacity: 0;
transition: opacity 0.3s ease;
z-index: 2;
}
.image-slider-item:hover .card-hover-overlay {
opacity: 1;
}
.hover-rectangle {
position: absolute;
left: 0%;
right: -1.49%;
top: 70.44%;
bottom: 0%;
background: #FFFFFF;
}
.hover-title {
position: absolute;
left: 38.85%;
right: 38.85%;
top: 72%;
bottom: 23%;
font-family: Montserrat, sans-serif;
font-style: normal;
font-weight: 400;
font-size: 24px;
line-height: 32px;
text-align: center;
text-transform: capitalize;
color: #000000;
margin: 0;
display: flex;
align-items: center;
justify-content: center;
}
.hover-divider {
position: absolute;
left: 2.02%;
right: 2.65%;
top: 79.5%;
bottom: 20.5%;
border: 1px solid #000000;
}
.hover-description {
position: absolute;
left: 4.03%;
right: 2.76%;
top: 80%;
bottom: 0%;
font-family: Montserrat, sans-serif;
font-style: normal;
font-weight: 400;
font-size: 16px;
line-height: 25px;
color: #000000;
margin: 0;
overflow: hidden;
} .home-image-slider-wrapper .slick-arrow {
position: absolute;
top: 50%;
transform: translateY(-50%);
width: 32px; height: 32px;
background: rgba(255, 255, 255, 0.9);
border: none;
z-index: 10;
cursor: pointer;
font-size: 0;
display: flex;
align-items: center;
justify-content: center;
box-shadow: 0 1px 5px rgba(0,0,0,0.1);
transition: all 0.2s ease;
}
.home-image-slider-wrapper .slick-arrow:hover {
background: #fff;
box-shadow: 0 2px 8px rgba(0,0,0,0.2);
}
.home-image-slider-wrapper .prev-arrow {
left: 20px;
}
.home-image-slider-wrapper .next-arrow {
right: 20px;
} .home-image-slider-wrapper .slick-arrow::before {
content: '';
width: 8px;
height: 8px;
border-top: 1.5px solid #000;
border-left: 1.5px solid #000;
display: block;
}
.home-image-slider-wrapper .prev-arrow::before {
transform: rotate(-45deg);
margin-left: 3px;
}
.home-image-slider-wrapper .next-arrow::before {
transform: rotate(135deg);
margin-right: 3px;
} @media (max-width: 1024px) {
.home-image-slider-section {
padding: 40px 0 60px;
}
.hover-title {
font-size: 20px;
line-height: 28px;
}
.hover-description {
font-size: 14px;
line-height: 20px;
}
}
@media (max-width: 768px) {
.image-slider-card {
padding-bottom: 125%;
}
.home-image-slider-wrapper .slick-arrow {
width: 35px;
height: 35px;
background: rgba(255, 255, 255, 0.95);
}
.home-image-slider-wrapper .prev-arrow {
left: 10px;
}
.home-image-slider-wrapper .next-arrow {
right: 10px;
}
.hover-rectangle {
top: 65%;
}
.hover-title {
font-size: 18px;
line-height: 24px;
top: 67%;
bottom: 28%;
}
.hover-divider {
top: 75%;
bottom: 24.5%;
}
.hover-description {
font-size: 13px;
line-height: 18px;
top: 77%;
bottom: 2%;
padding: 0 5%;
}
}
@media (max-width: 480px) {
.home-image-slider-section {
padding: 30px 0 50px;
}
.hover-rectangle {
top: 60%;
}
.hover-title {
top: 62%;
bottom: 33%;
}
.hover-divider {
top: 70%;
bottom: 29.5%;
}
.hover-description {
top: 72%;
}
}.trending-collections-v2 {
padding: 40px 0 30px;
background: #fff;
overflow: hidden;
}
.trending-v2-heading {
margin-bottom: 25px;
text-align: center;
}
.trending-v2-heading h2 {
font-family: Montserrat, serif;
font-size: 28px;
font-weight: 400;
line-height: 36px;
color: #000;
margin: 0;
font-style: italic;
} .trending-v2-grid {
display: flex;
flex-wrap: nowrap;
gap: 15px; max-width: 100%;
margin: 0 auto;
padding: 0 10px;
justify-content: space-between;
} .trending-v2-card {
display: flex;
flex-direction: column;
align-items: center;
gap: 13px;
flex: 0 0 calc(25% - 12px); max-width: 100%;
text-decoration: none !important;
width: 25%;
} .trending-v2-image {
width: 100%;
aspect-ratio: 475 / 504;
overflow: hidden;
position: relative;
background: #D9D9D9;
}
.trending-v2-image img {
width: 100%;
height: 100%;
object-fit: cover;
display: block;
transition: transform 0.8s cubic-bezier(0.25, 1, 0.5, 1);
}
.trending-v2-card:hover .trending-v2-image img {
transform: scale(1.08);
} .trending-v2-image img.hover-img {
position: absolute;
top: 0;
left: 0;
opacity: 0;
z-index: 1;
}
.trending-v2-card:hover .trending-v2-image img.hover-img {
opacity: 1;
} .trending-v2-overlay {
position: absolute;
left: 0;
right: 0;
bottom: 0;
top: 85.87%; background: rgba(0, 0, 0, 0.8); display: flex;
align-items: center;
justify-content: center;
opacity: 0;
transition: opacity 0.4s ease, transform 0.4s ease;
transform: translateY(10px);
z-index: 5;
}
.trending-v2-overlay span {
font-family: 'PP Telegraf', Montserrat, sans-serif;
font-size: 16px;
font-weight: 400;
line-height: 22px;
color: #ffffff; text-align: center;
text-transform: uppercase; letter-spacing: 0.1em;
} .trending-v2-card:hover .trending-v2-overlay {
opacity: 1;
transform: translateY(0);
} .trending-v2-info {
width: 100%;
text-align: center;
}
.trending-v2-info h3 {
font-family: Montserrat, sans-serif;
font-weight: normal;
font-size: 12px;
line-height: 22px;
text-align: center;
letter-spacing: 0.08em;
text-decoration: underline;
text-transform: uppercase;
color: #1D1D1F;
margin: 0;
transition: color 0.3s ease;
}
.trending-v2-card:hover .trending-v2-info h3 {
color: #000;
} .trending-v2-view-all {
display: none; } @media (max-width: 1440px) {
.trending-v2-grid {
gap: 12px;
padding: 0 20px;
}
.trending-v2-card {
flex: 0 0 calc(25% - 9px);
}
}
@media (max-width: 1100px) {
.trending-v2-grid {
flex-wrap: wrap;
gap: 20px;
}
.trending-v2-card {
flex: 0 0 calc(50% - 10px);
max-width: 100%;
}
.trending-v2-heading h2 {
line-height: 40px;
}
} @media (max-width: 650px) {
.trending-collections-v2 {
padding: 40px 0;
}
.trending-v2-grid {
flex-direction: row; flex-wrap: wrap; justify-content: center;
gap: 12px; padding: 0px;
}
.trending-v2-card {
flex: 0 0 calc(50% - 6px); width: calc(50% - 6px);
max-width: 100%;
gap: 10px;
}
.trending-v2-heading h2 {
font-size: 24px;
line-height: 32px;
padding: 0 15px;
margin-bottom: 25px;
}
.trending-v2-overlay {
top: 82%; background: rgba(0, 0, 0, 0.7); }
.trending-v2-overlay span {
font-size: 14px;
}
}
@media (max-width: 400px) {
.trending-v2-heading h2 {
font-size: 24px;
}
}.home-cta-banner {
position: relative;
width: 100%;
min-height: 648px;
display: flex;
align-items: center;
justify-content: center;
background-size: cover;
background-position: center;
background-repeat: no-repeat; background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.44), rgba(0, 0, 0, 0.44));
overflow: hidden;
padding: 60px 20px;
}
.cta-banner-content {
position: relative;
z-index: 2;
max-width: 800px;
width: 100%;
display: flex;
flex-direction: column;
align-items: center;
text-align: center;
gap: 0px;
} .cta-banner-heading-wrapper {
position: relative;
width: 458px;
height: 250px;
display: flex;
justify-content: center;
align-items: center;
} .cta-banner-heading h2 {
font-family: 'Expert 2.0', serif;
font-size: 170px !important;
font-weight: 400;
line-height: 242px;
color: #FFFFFF;
margin: 0;
text-transform: capitalize;
position: relative;
top: 3.2%;
z-index: 2;
} .cta-banner-text p {
font-size: 15px;
line-height: 1.5;
font-weight: 400;
color: #FFFFFF;
max-width: 458px;
margin: 0 auto;
font-family: 'Montserrat', sans-serif;
} .home-cta-banner .cta-banner-button {
display: flex;
flex-direction: row;
justify-content: center;
align-items: center;
padding: 12px 30px;
gap: 8px;
background: #FFFFFF !important;
border: 1px solid #000000 !important;
text-decoration: none !important;
position: relative;
overflow: hidden;
transition: all 0.4s ease;
margin-top: 20px;
}
.home-cta-banner .cta-banner-button::after {
content: "";
position: absolute;
left: 0;
top: 0;
width: 0;
height: 100%;
background: #000000;
transition: width 0.4s cubic-bezier(0.4, 0, 0.2, 1);
z-index: 1;
}
.home-cta-banner .cta-banner-button:hover::after {
width: 100%;
}
.home-cta-banner .cta-banner-button span {
font-family: 'Montserrat', sans-serif;
font-weight: 500;
font-size: 15px;
line-height: 18px;
text-transform: uppercase;
color: #000000 !important;
letter-spacing: 0.05em;
position: relative;
z-index: 10;
transition: color 0.4s ease;
}
.home-cta-banner .cta-banner-button svg {
width: 22px !important;
height: auto;
position: relative;
z-index: 10;
}
.home-cta-banner .cta-banner-button svg path {
stroke: #000000 !important;
transition: stroke 0.4s ease;
} .home-cta-banner .cta-banner-button:hover span {
color: #FFFFFF !important;
}
.home-cta-banner .cta-banner-button:hover svg path {
stroke: #FFFFFF !important;
} @media (max-width: 1440px) {
.cta-banner-heading h2 {
font-size: 160px !important;
line-height: 1.1;
}
.cta-banner-heading-wrapper {
width: 100%;
height: auto;
}
}
@media (max-width: 1100px) {
.home-cta-banner {
min-height: 500px;
}
.cta-banner-heading h2 {
font-size: 120px !important;
}
.cta-banner-text p {
font-size: 20px;
line-height: 28px;
}
}
@media (max-width: 768px) {
.home-cta-banner {
min-height: 450px;
padding: 50px 20px;
}
.cta-banner-heading h2 {
font-size: 80px !important;
}
.cta-banner-text p {
font-size: 18px;
line-height: 26px;
}
.home-cta-banner .cta-banner-button {
padding: 10px 25px;
}
}
@media (max-width: 480px) {
.home-cta-banner {
min-height: 400px;
}
.cta-banner-heading h2 {
font-size: 50px;
}
.cta-banner-text p {
font-size: 16px;
line-height: 24px;
padding: 0 10px;
}
.home-cta-banner .cta-banner-button span {
font-size: 13px;
}
}.home-features-v2 {
background: #fff;
overflow: hidden;
}
.features-v2-container {
align-items: center;
max-width: 1100px;
margin: 50px auto;
display: flex;
gap: 40px;
text-align: center;
justify-content: space-between;
padding: 0 20px;
} .feature-v2-item {
display: flex;
width: 100%;
align-items: center;
gap: 20px;
border-right: solid 2px #ccc;
}
.feature-v2-item:last-child {
border: none;
} .feature-v2-icon {
flex-shrink: 0;
}
.feature-v2-icon img {
width: 75px;
height: 75px;
object-fit: contain;
}
.feature-v2-info {
display: flex;
flex-direction: column;
justify-content: center;
align-items: flex-start;
}
.feature-v2-info h4 {
text-align: left;
margin: 0;
font-size: 18px;
font-weight: normal;
font-family: 'Montserrat';
color: #232323;
line-height: 23px;
}
.feature-v2-info p {
font-family: Montserrat, sans-serif;
font-size: 14px;
font-weight: 400;
line-height: normal;
color: #666666;
margin: 0;
padding-top: 4px;
} @media (min-width: 1200px) { .feature-v2-item {
flex: 1;
}
} @media (max-width: 1199px) {
.feature-v2-item {
padding: 10px 20px;
}
.feature-v2-item::after { 
height: 40px; 
}
.feature-v2-info h4 {
font-size: 16px;
}
.feature-v2-info p {
font-size: 14px;
}
.feature-v2-icon img {
width: 65px;
height: 65px;
}
} @media (max-width: 991px) {}
@media (max-width: 767px) {
.features-v2-container{margin: 10px auto;}
.feature-v2-item{border-right: unset;}
.home-features-v2 {padding: 0;}
.feature-v2-item {
padding: 20px 0;
flex-direction: column;
text-align: center;
align-items: center;
gap: 12px;
}
.feature-v2-item::after {
display: none !important; }
.feature-v2-info {
align-items: center;
}
.feature-v2-info h4 {
font-size: 16px;
}
.feature-v2-info p {
text-align: center;
}
} .features-v2-container.slick-initialized .slick-slide {
display: flex; justify-content: center;
}:root {
--cj-v2-regular-price: #A6A6A6;
--cj-v2-sale-price: #D51817;
--cj-v2-font-main: Montserrat, sans-serif;
--cj-v2-font-accent: Montserrat, serif;
} .jewellery-collections-v2 {
padding: 40px 0;
max-width: 1599px;
margin: 0 auto;
background: #fff;
overflow: hidden;
}
.jewellery-collections-v2 .container-fluid {
padding: 0 20px;
} .collections-v2-header {
display: flex;
justify-content: space-between;
align-items: center;
margin-bottom: 30px;
gap: 20px;
}
.collections-v2-header h2 {
font-family: Montserrat, serif;
font-size: 28px;
font-weight: 400;
line-height: 36px;
color: #000;
margin: 0;
font-style: italic;
} .view-all-btn {
display: flex;
align-items: center;
justify-content: center;
padding: 12px 24px;
gap: 8px;
min-width: 146px;
height: 45px;
border: 1px solid #000;
position: relative;
overflow: hidden;
text-decoration: none;
transition: all 0.4s ease;
flex-shrink: 0;
}
.view-all-btn::after {
content: "";
position: absolute;
left: 0;
top: 0;
width: 0;
height: 100%;
background: #000;
transition: width 0.4s cubic-bezier(0.4, 0, 0.2, 1);
z-index: 1;
}
.view-all-btn span {
font-family: var(--cj-v2-font-main);
font-weight: 500;
font-size: 15px;
text-transform: uppercase;
color: #000;
position: relative;
z-index: 10;
white-space: nowrap;
}
.view-all-btn svg {
position: relative;
z-index: 10;
color: #000;
}
.view-all-btn:hover::after {
width: 100%;
}
.view-all-btn:hover span,
.view-all-btn:hover svg {
color: #fff;
} .collections-v2-slider-wrapper {
position: relative;
padding: 0px;
}
.collections-v2-slider-wrapper .slick-arrow {
position: absolute;
top: 50%;
transform: translateY(-50%);
width: 32px !important;
height: 32px !important;
background: rgba(255, 255, 255, 0.9) !important;
border: none !important;
z-index: 100 !important;
cursor: pointer;
display: flex !important;
align-items: center;
justify-content: center;
box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
transition: all 0.2s ease;
border-radius: 0;
padding: 0;
}
.collections-v2-slider-wrapper .slick-arrow:hover {
background: #fff !important;
box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}
.collections-v2-slider-wrapper .prev-arrow {
left: 50px !important;
}
.collections-v2-slider-wrapper .next-arrow {
right: 50px !important;
}
.collections-v2-slider-wrapper .slick-arrow::before {
content: '' !important;
width: 8px !important;
height: 8px !important;
border-top: 1.5px solid #000 !important;
border-left: 1.5px solid #000 !important;
display: block !important;
opacity: 1 !important;
}
.collections-v2-slider-wrapper .prev-arrow::before {
transform: rotate(-45deg);
margin-left: 3px;
}
.collections-v2-slider-wrapper .next-arrow::before {
transform: rotate(135deg);
margin-right: 3px;
} .image-slider-item {
padding: 0px;
outline: none;
padding-right: 12px !important;
}
.collection-v2-card {
background: #fff;
border: 1px solid #f2f2f2;
transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
height: 500px;
display: flex;
flex-direction: column;
}
.collection-v2-card:hover {
transform: translateY(-8px);
box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
border-color: transparent;
}
.collection-v2-card .card-link {
text-decoration: none;
height: 100%;
padding: 27px;
}
.card-image {
width: 100%;
height: 334px;
display: flex;
align-items: center;
justify-content: center;
margin-bottom: 25px;
overflow: hidden;
position: relative;
}
.cj-card__sale-badge {
position: absolute !important;
top: 10px !important;
left: 10px !important;
right: auto !important;
background: #d01345 !important;
color: #fff !important;
font-family: 'Montserrat', sans-serif !important;
font-size: 10px !important;
font-weight: 700 !important;
padding: 3px 10px !important;
border-radius: 2px !important;
text-transform: uppercase !important;
letter-spacing: 1px !important;
z-index: 5 !important;
box-shadow: 0 2px 8px rgba(208, 19, 69, 0.3) !important;
display: flex;
flex-direction: column;
align-items: center;
line-height: 1.2;
}
.cj-card__sale-badge span {
display: block;
}
.cj-card__sale-badge small {
font-size: 9px;
opacity: 0.9;
font-weight: 500;
}
.card-image img {
max-width: 100%;
max-height: 100%;
object-fit: contain;
transition: transform 0.6s ease;
}
.collection-v2-card:hover .card-image img {
transform: scale(1.08);
}
.card-info {
display: flex;
flex-direction: column;
justify-content: space-between;
gap: 15px;
}
.card-info h3 {
font-family: var(--cj-v2-font-main);
font-weight: 400;
font-size: 16px;
line-height: 24px;
color: #000;
margin: 0;
display: -webkit-box;
-webkit-line-clamp: 2;
line-clamp: 2;
-webkit-box-orient: vertical;
overflow: hidden;
}
.price-wrapper {
display: flex;
align-items: center;
gap: 12px;
}
.price-wrapper del {
font-family: var(--cj-v2-font-main);
font-size: 14px;
color: #A6A6A6 !important; text-decoration: line-through !important;
text-decoration-color: #A6A6A6 !important;
opacity: 1;
}
.price-wrapper ins,
.price-wrapper .sale-price {
font-family: var(--cj-v2-font-main);
font-size: 15px;
font-weight: 500;
color: #D51817 !important; text-decoration: none !important;
} @media (max-width: 991px) {
.jewellery-collections-v2 {
padding: 0px 0 40px;
}
.collections-v2-header {
margin-bottom: 30px;
}
.collections-v2-header h2 {
font-size: 24px;
}
.collection-v2-card {
height: 420px;
}
.card-image {
height: 260px;
}
.collections-v2-slider-wrapper .prev-arrow {
left: 10px !important;
}
.collections-v2-slider-wrapper .next-arrow {
right: 10px !important;
}
}
@media (max-width: 600px) {
.collections-v2-header {
display: block;
}
.collections-v2-header {
margin-bottom: 25px;
gap: 10px;
}
.collections-v2-header h2 {
font-size: 18px;
line-height: 24px;
}
.view-all-btn {
min-width: 100px;
height: 38px;
padding: 0 16px;
width: 40%;
margin: auto;
margin-top: 20px;
}
.view-all-btn span {
font-size: 13px;
}
.view-all-btn svg {
width: 12px;
height: 12px;
}
.collection-v2-card {
height: 350px;
}
.collection-v2-card .card-link {
padding: 15px;
}
.card-image {
height: 226px;
margin-bottom: 10px;
}
.card-info {
gap: 8px;
}
.card-info h3 {
font-size: 13px;
line-height: 18px;
}
.price-wrapper {
flex-wrap: wrap;
gap: 2px 8px;
}
.price-wrapper del {
font-size: 12px;
}
.price-wrapper ins,
.price-wrapper .sale-price {
font-size: 13px;
font-weight: 600;
}
}:root {
--cj-ethical-v2-bg: #f2f2f2;
--cj-ethical-v2-text-grey: #666666;
--cj-ethical-v2-black: #000000;
--cj-ethical-v2-font-the-seasons: 'Montserrat', sans-serif;
--cj-ethical-v2-font-expert: 'Expert 2.0', cursive;
--cj-ethical-v2-font-main: 'Montserrat', sans-serif;
}
.ethical-jewellery-v2 {
background: var(--cj-ethical-v2-bg);
width: 100%;
min-height: 797px;
position: relative;
overflow: hidden;
padding: 60px 40px;
}
.ethical-v2-container {
height: 100%;
margin: 0 auto;
position: relative;
} .ethical-v2-main-img,
.video-box {
background: #D9D9D9;
overflow: hidden;
position: absolute;
}
.ethical-v2-main-img video,
.video-box video,
.video-box img {
width: 100%;
height: 100%;
object-fit: cover;
display: block;
} .ethical-v2-main-img {
width: 589px;
height: 654px;
}
.video-box.small {
width: 287px;
height: 363px;
top: 0;
right: 50px;
}
.video-box.medium {
right: 0;
top: 416px;
width: 374px;
height: 245px;
} .ethical-v2-content {
position: absolute;
width: 656px;
left: 710px;
top: 68px;
display: flex;
flex-direction: column;
align-items: flex-start;
gap: 0px;
z-index: 5;
}
.ethical-v2-content .top-heading {
line-height: 1.2;
color: #232323;
font-size: 28px;
margin: 0;
font-weight: normal;
text-align: center;
font-family: 'Montserrat';
margin-bottom: 30px;
font-style: italic;
}
.ethical-v2-content .main-title {
text-transform: lowercase;
font-size: 170px;
font-family: 'Expert 2.0';
color: #000;
margin: 10px 0;
}
.ethical-v2-content .description {
width: 100%;
max-width: 520px;
font-family: var(--cj-ethical-v2-font-main);
font-weight: 400;
font-size: 16px;
line-height: 26px;
color: var(--cj-ethical-v2-text-grey);
padding-bottom: 20px;
} .shop-now-btn {
box-sizing: border-box;
display: flex;
align-items: center;
justify-content: center;
width: 146px;
height: 45px;
background: transparent;
border: 1px solid var(--cj-ethical-v2-black);
position: relative;
text-decoration: none;
overflow: hidden;
transition: all 0.4s ease;
}
.shop-now-btn::after {
content: "";
position: absolute;
left: 0;
top: 0;
width: 0;
height: 100%;
background: var(--cj-ethical-v2-black);
transition: width 0.4s cubic-bezier(0.4, 0, 0.2, 1);
z-index: 1;
}
.shop-now-btn:hover::after {
width: 100%;
}
.shop-now-btn span,
.shop-now-btn svg {
position: relative;
z-index: 10;
color: var(--cj-ethical-v2-black);
transition: color 0.4s ease;
}
.shop-now-btn span {
font-family: var(--cj-ethical-v2-font-main);
font-weight: 500;
font-size: 15px;
text-transform: uppercase;
}
.shop-now-btn svg {
margin-left: 6px;
}
.shop-now-btn:hover span,
.shop-now-btn:hover svg {
color: #fff;
} @media (max-width: 1600px) {
.ethical-v2-main-img {
width: 450px;
}
.ethical-v2-content {
left: 510px;
width: 476px;
}
.ethical-v2-content .main-title {
font-size: 120px;
line-height: 1.1;
}
.video-box.small {
right: 30px;
}
.video-box.medium {
right: -10px;
}
}
@media (max-width: 1399px) {
.video-box.small {
right: 20px;
}
.video-box.medium{right: 0px;width: 324px;}
.ethical-v2-content{
width: 416px;}
} @media (max-width: 1340px) {
.ethical-jewellery-v2{padding: 60px 20px;}
.video-box.small {right: 0;}
.video-box.medium{width: 284px;}
.ethical-v2-content .main-title{font-size: 100px;}
.ethical-v2-content {width: 366px;}
}
@media (max-width: 1240px) {
.ethical-jewellery-v2 {
padding-bottom: 60px;
}
.ethical-v2-container {
display: flex;
flex-wrap: wrap;
gap: 40px;
}
.ethical-v2-content{left: 490px;}
.ethical-v2-content {
}
.ethical-v2-content .main-title {
font-size: 110px;
line-height: 1.1;
margin: 0 auto;
}
}
@media (max-width: 1200px) {
.ethical-v2-content .main-title {
font-size: 100px;
}
.ethical-v2-main-img, .video-box{position: unset;}
.ethical-v2-container{display: block;}
.ethical-v2-main-img { width: 50%;}
.ethical-v2-content{width: 50%;left: unset; right: -40px;}
.ethical-v2-content .main-title{margin: unset;}
.video-box.medium {
width: 50%;
margin: auto;
margin-top: 50px; height: auto;
}
.video-box.small {
width: 50%;
margin: auto;
margin-top: 40px;  height: 600px;
}
.ethical-v2-content .top-heading {
font-size: 26px;
}
}
@media (max-width: 991px) {
.ethical-v2-main-img {
width: 100%;
}
.ethical-v2-content{position: unset; width: 100%; padding: 30px;}
.video-box.medium{padding: 20px;
background: unset; width: 100%;}
}
@media (max-width: 767px) {
.ethical-v2-main-img{height: 514px;}
.video-box.medium{margin-top: 0; padding-bottom: 0;}
.ethical-jewellery-v2 {
padding: 0;
}
.video-box.small {
height: 510px ! IMPORTANT;
width: 100%;
padding: 0 20px;
background: unset; 
}
.ethical-v2-content {
gap: 15px; padding-bottom: 0;
} 
.ethical-v2-content .top-heading {
font-size: 20px;
padding: 0 10px; margin: 0;
}
.ethical-v2-content .main-title {
font-size: 15vw !important;
line-height: 1.8 !important;
display: block !important; padding-left: 20px;
}
.ethical-v2-content .description {
font-size: 15px;
line-height: 1.5;
padding: 0px;
}
.video-box {
margin: 0 auto;
}
}
@media (max-width: 480px) {
.ethical-v2-content .top-heading {
font-size: 18px;
}
.ethical-v2-content .main-title {
font-size: 14vw !important;
line-height: 1.85 !important;
}
.ethical-v2-content .description {
font-size: 14px;
}
}