html {
    scroll-behavior: smooth;
}
*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body {
    font-family: 'inter', sans-serif !important;
    font-size: 16px;
    font-weight: 400;
    line-height:1.6;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: var(--wed-black);
    text-transform: none;
    font-style: normal;
    background-color: #fff;
    position: relative;
    margin: 0px !important;
    padding: 0px !important;

}

img {
    max-width: 100%;
}
a {
    text-decoration: none;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}
h1,
h2,
h3,
h4,
h5,
h6 {
   position: relative;
        font-family: 'Playfair Display', serif !important;

}
h1 {
    font-size: 45px;
    font-weight: 600;
    margin-bottom: 24px;
}
h2 {
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 24px;
}
h3 {
    font-size: 28px;
    font-weight: 400;
    margin-bottom: 24px;
}
h4 {
    font-size: 22px;
    font-weight: 400;
    margin-bottom: 24px;
}
h5 {
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 16px;
}
h6 {
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 16px;
}
p {
    margin: 0 0 16px;
}
p.lead{
    font-size: 18px;
    font-weight: 400;
}
ul,ol{
    padding: 0;
    margin: 0;
    list-style: none;
}
input:focus,
select:focus,
textarea:focus {
   box-shadow: none !important;
}
textarea:focus-visible {
    outline: 0;
}
input:-webkit-autofill {
   -webkit-background-clip: text;
}
[type=search]{
    outline-offset: 0;
}
input:focus-visible, 
button:focus-visible{
    outline: 0;
}
.gutter-y-10 {
    --bs-gutter-y: 10px;
}
.gutter-y-15 {
    --bs-gutter-y: 15px;
}
.gutter-y-20 {
    --bs-gutter-y: 20px;
}
.gutter-y-30 {
    --bs-gutter-y: 30px;
}
.gutter-y-40 {
    --bs-gutter-y: 40px;
}
.gutter-y-60 {
    --bs-gutter-y: 60px;
}
.gutter-x-15{
    --bs-gutter-x: 30px;
}
.btn-check:checked+.btn:focus-visible, .btn.active:focus-visible, .btn.show:focus-visible, .btn:first-child:active:focus-visible, :not(.btn-check)+.btn:active:focus-visible{
    box-shadow: none;
}
.btn-check:checked+.btn, .btn.active, .btn.show, .btn:first-child:active, :not(.btn-check)+.btn:active{
    border: none;
}
/***********************
* header
***********************/
#topbar-text::after {
    content: "|";
    margin-left: 3px;
    animation: blink 0.7s infinite;
}
@keyframes blink {
    50% { opacity: 0; }
}
.topbar {
    background-color: #000;
    padding: 0px;
    color: #fff;
}
.topbar p {
    margin-bottom: 0;
    font-size: 14px;
}
.search-wrapper {
    position: relative;
}

.search-wrapper input {
    width: 100%;
    padding: 5px 46px 5px 16px;
    /* border-radius: 4px; */
    border: none;
    background: #f1eee4;
    border-radius: 14px;
    padding: 0 30px;
    height: 48px;
    border: 0;
    width: 100%;
    line-height: 18px;
    opacity: 0.6;
    color: var(--h-text-color);
    font-size: 13px;
    padding-right: 70px;
}
.contact-box {
    background: #ffff;
    padding: 25px;
    border-radius: 10px;
    width: 350px;
    right: 0;
    box-shadow: 0 .25rem .5625rem -.0625rem rgba(0, 0, 0, .03), 0 .275rem 1.25rem -.0625rem rgba(0, 0, 0, .05);
    position: absolute;
    top: 100%;
    opacity: 0;
    visibility: hidden;
    transform-origin: top center;
    transform: scaleY(0) translateZ(100px);
    transition: opacity 500ms ease, visibility 500ms ease, transform 700ms ease;
    z-index: 999;
}
.header-right ul li:hover .contact-box {
    opacity: 1;
    transform: scaleY(1) translateZ(0px);
    visibility: visible;
}
.logo {
    width: 100px;
}
.contact-header {
    display: flex;
    justify-content: space-between;
    font-weight: 600;
    margin-bottom: 15px;
    font-size: 16px;
}
.contact-box h3 {
    margin: 10px 0 8px;
    font-size: 18px;
    font-weight: 600;
}
.contact-box p {
    font-size: 14px;
    color: #666;
    line-height: 1.6;
    margin-bottom: 20px;
}
.contact-options {
    display: flex;
    gap: 30px;
    margin-bottom: 20px;
}
.contact-item {
    text-align: center;
    font-size: 14px;
}
.contact-item .icon {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 8px;
    box-shadow: 0 3px 10px rgba(0,0,0,0.08);
    font-size: 20px;
}
.whatsapp i {
    color: #25D366;
}
.email i {
    color: #333;
}
.contact-time {
    font-weight: 600;
    font-size: 15px;
}
.centerbar-inner {
    display: flex;
    align-items: center;
    column-gap: 30px;
    justify-content: space-between;
    padding: 8px 0;
}
.since-box {
    padding: 6px 12px;
    border-radius: 4px;
    overflow: hidden;
    background-color: #f29f9f;
    position: relative;
}
.since-box p {
    margin-bottom: 0;
    font-weight: 600;
}
.since-box::after{
    content: "";
    position: absolute;
    width: 50px;
    height: 100%;
    background-image: linear-gradient(120deg, rgba(255, 255, 255, 0) 30%, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0) 70%);
    top: 0;
    left: -100px;
    opacity: 0.7;
    animation: shine 2.5s ease-out infinite;
}
.header-right ul {
    display: flex;
    align-items: center;
    column-gap: 5px;
}
.header-right ul li{
    position: relative;
    padding: 8px 0;
}
.header-right>ul>li>a {
    width: 45px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.header-right ul li a img{
    width: 20px;
    height: 20px;
    transition: all 0.5s;
    will-change: transform;
}
.header-right ul li a:hover img{
    transform: scale(1.1);
}
.header-right ul li a.toolip{
    position: relative;
}
.header-right ul li a.toolip::after {
    content: attr(data-tooltip);
    position: absolute;
    bottom: -25px;
    left: 50%;
    transform: translateX(-50%);
    /* background: #f1eee4; */
    color: #000;
    font-size: 10px;
    padding: 5px 10px;
    border-radius: 4px;
    white-space: nowrap;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
}
.header-right ul li a.toolip:hover::after {
    opacity: 1;
    visibility: visible;
}
.searchbar {
    width: 480px;
}
.search-wrapper button {
    all: unset;
    position: absolute;
    top: 6px;
    right: 14px;
    height: 37px;
    width: 37px;
    
}
.search-wrapper button img {
    width: 26px;
    transition: all 0.5s;
}
.search-wrapper button:hover img {
    transform: scale(1.1);
}
.picode-box {
    padding: 6px 8px;
    border-radius: 4px;
    /* border: 1px solid #f29f9f; */
    display: flex;
    align-items: center;
    column-gap: 9px;
    cursor: pointer;
}
.picode-box .icon {
    flex-shrink: 0;
}
.picode-box p {
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 0;
    line-height: 14px;
    display: flex;
}
.picode-box span {
    font-size: 12px;
    line-height: 10px;
}
.picode-box .title {
    display: flex;
    flex-direction: column;
    row-gap: 4px;
}
.main-menu-inner>ul {
    display: flex;
    justify-content: center;
    column-gap: 25px;
}
.main-menu-inner>ul>li>a {
    color: #000;
}
.main-menu-inner>ul>li {
    display: flex;
    align-items: baseline;
    column-gap: 8px;
    padding: 5px 0 15px;
}
.main-menu-inner>ul>li svg {
    width: 13px;
}
.main-menu {
    position: relative;
}
.mega-menu {
    position: absolute;
    width: 100%;
    left: 0;
    top: 100%;
    background-color: #fff;
    display: flex;
    height: 400px;
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    transform-origin: center top;
    transform: scaleY(0) translateZ(100px);
    z-index: 999;
    transition: opacity 500ms, visibility 500ms, transform 700ms;
    box-shadow: 0 7px 50px 0 rgba(0, 0, 0, .1);
}
.main-menu-inner>ul>li:hover .mega-menu {
    opacity: 1;
    visibility: visible;
    transform: scaleY(1) translateZ(0px);
}
.mega-menu-right {
    width: 350px;
}
.mega-menu-left {
    width: calc(100% - 350px);
    padding: 30px;
    border-top: 2px solid #b4853e !important;
        display: flex;
    column-gap: 50px;
}
.mega-menu-item-outer {
    display: flex;
    column-gap: 50px;
}
.mega-menu-tab-item {
    display: none;
}
.mega-menu-tab-item.active{
    display: block;
}
.mega-menu-item-outer.active{
    display: flex;
}

.mega-menu-item-left {
    width: 250px;
    padding-bottom: 30px;
}
.mega-menu-tab-content {
    width: calc(100% - 300px);
}
ul.mega-menu-main-list li a {
    padding: 8px 10px;
    width: 100%;
    color: #000;
    font-size: 14px;
}
ul.mega-menu-main-list li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #6c6c6c;
}
ul.mega-menu-main-list li:last-child {
    border: none;
}
.mega-menu-left p {
    font-size: 16px;
    font-weight: 500;
}
ul.mega-menu-main-list li:hover a, ul.mega-menu-main-list li.active a {
    padding-left: 20px;
}
ul.mega-menu-main-list li span {
    transform: translateX(-20px);
    transition: all 0.5s;
    opacity: 0;
}
ul.mega-menu-main-list li:hover span , ul.mega-menu-main-list li.active span{
    opacity: 1;
    transform: translateX(-10px);
}
ul.mega-menu-main-list {
    height: 100%;
    overflow-y: auto;
    padding-right: 24px;
}
ul.mega-menu-main-list::-webkit-scrollbar {
  width: 6px;
}
ul.mega-menu-main-list::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 10px;
}
ul.mega-menu-main-list::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 10px;
}
ul.mega-menu-main-list::-webkit-scrollbar-thumb:hover {
  background: #555;
}
.mega-menu-item {
    flex: 1;
}
.mega-menu-item ul li a {
    padding: 5px 0;
    display: inline-block;
    color: #555;
    position: relative;
    font-size: 14px;
}
.mega-menu-item ul li a::after {
    content: "";
    position: absolute;
    bottom: 5px;
    left: 0;
    height: 1px;
    width: 0;
    background-color: #000;
    transition: all 0.5s;
}
.mega-menu-item ul li:hover a::after {
    width: 100%;
}
.new-arrivel-image {
    position: relative;
    overflow: hidden;
    margin-bottom: 10px;
    border: 1px solid #0000002e;
}
.new-arrivel-image img {
    object-fit: cover;
    object-position: center;
    -webkit-transition: opacity .5s, -webkit-transform 2s cubic-bezier(0, 0, .44, 1.18);
    transition: opacity .5s, transform 2s cubic-bezier(0, 0, .44, 1.18), -webkit-transform 2s cubic-bezier(0, 0, .44, 1.18);
}
.product-lower-btn .active-wishlist i{
    color: #fff;
}
.new-arrivel-image img.defolt-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.new-arrivel-image img.hover-image {
    opacity: 0;
}
.new-arrivel-box:hover img.hover-image , .new-arrivel-box:hover img.defolt-image{
    transform: scale(1.09);
    -webkit-transform: scale(1.09);
    opacity: 1;
}
.new-arrivel-box {
    text-align: center;
}
.new-arrivel-box p {
    margin-bottom: 0;
}
.new-arrival-cta {
    width: 70%;
    margin-top: 30px !important;
    margin: auto;
    text-align: center;
}
.new-arrival-cta p {
    font-size: 16px;
    color: #555555;
}
.new-arrival-btn {
    display: inline-flex;
    align-items: baseline;
    column-gap: 10px;
    color: #000;
    padding: 2px 0;
    position: relative;
    padding-right: 10px;
}
.new-arrival-btn img {
    transition: all 0.5s;
    display: inline-block;
    transform: translate(0px, 1px);
}
.new-arrival-btn:hover img {
    transform: translate(10px, 1px);
}
.new-arrival-btn::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    height: 1px;
    width: 0;
    transition: all 0.5s;
    background-color: #f29f9f;
}
.new-arrival-btn:hover::after {
    width: 100%;
}
.mega-menu-item-outer.Discover {
    width: 100%;
    margin-left: 175px;
    padding-left: 160px;
}
/***********************
* hero
***********************/
.hero-box {
    height: calc(100vh - 398px);
    overflow: hidden;
}
.hero-box a img, .hero-box a video {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.hero-category-box {
    margin: 10px 6px 0 6px;
    text-align: center;
    /* background-color: rgb(242 159 159 / 20%); */
    position: relative;
}
.hero-category-image {
    margin-bottom: 5px;
    overflow: hidden;
}
.hero-category-image img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    -webkit-transition: opacity .5s, -webkit-transform 2s cubic-bezier(0, 0, .44, 1.18);
    transition: opacity .5s, transform 2s cubic-bezier(0, 0, .44, 1.18), -webkit-transform 2s cubic-bezier(0, 0, .44, 1.18);
}
.hero-category-box:hover img {
    transform: scale(1.09);
    -webkit-transform: scale(1.09);
}
.hero-category-box p {
    margin-bottom: 0;
    padding-bottom: 10px;
    text-align: center;
    display: flex;
    justify-content: center;
}
.hero-category-box p a {
    color:#000;
    font-size: 17px;
}
.hero-category-box:hover p a{
    color:#f29f9f;
}
.hero-text-slider {
    background-color: #000;
    color: #fff;
    padding: 0px;
    margin-top: -10px;
}
.hero-text-slider p {
    margin-bottom:0;
    font-size:14px;
}
.hero-text-slider-box {
    margin: 0 35px;
}
/***********************
* tab section
***********************/
.ira-tab-section {
    padding: 80px 0;
}
.top-style-tab-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
    column-gap: 20px;
}
.top-style-tab-btn p {
    margin-bottom: 0;
    border: 1px solid #000;
    padding: 4px 16px;
    cursor: pointer;
    transition: all 0.5s;
    font-size: 14px;
}
.top-style-tab-btn p.active, .top-style-tab-btn p:hover {
    background-color: #000;
    color: #fff;
    border-color: #000;
}
.top-style-image {
    position: relative;
    /* background-color: rgb(242 159 159 / 20%); */
    overflow: hidden;
}
.top-style-image p {
    position: absolute;
    margin-bottom: 0;
    font-size: 12px;
    white-space: nowrap;
    clip-path: polygon(0 0, 100% 0, calc(100% - 10px) 50%, 100% 100%, 0 100%);
    overflow: hidden;
    background-color: #f29f9f;
    padding: 0 15px 0 5px;
    isolation: isolate;
    z-index: 2;
    top: 0;
    left: 0;
}
.top-style-image p::after {
    content: "";
    position: absolute;
    width: 60px;
    height: 100%;
    background-image: linear-gradient(
        120deg,
        rgba(255, 255, 255, 0) 30%,
        rgba(255, 255, 255, 0.8),
        rgba(255, 255, 255, 0) 70%
    );
    top: 0;
    left: -120px;
    opacity: 0.6;
    animation: shine 5s linear infinite;
}

@keyframes shine {
    0% {
        left: -120px;
    }
    100% {
        left: 120%;
    }
}
.top-style-image .hover-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
}
.top-style-image img {
    object-fit: cover;
    object-position: center;
    -webkit-transition: opacity .5s, -webkit-transform 2s cubic-bezier(0, 0, .44, 1.18);
    transition: opacity .5s, transform 2s cubic-bezier(0, 0, .44, 1.18), -webkit-transform 2s cubic-bezier(0, 0, .44, 1.18);
}
.top-style-image:hover img.hover-image, .top-style-image:hover img.defolt-image{
    transform: scale(1.09);
    -webkit-transform: scale(1.09);
    opacity: 1;
}
.whishlist {
    position: absolute;
    color: #fff;
    font-size: 24px;
    position: absolute;
    bottom: 10px;
    left: 15px;
    color: #fff;
    font-size: 24px;
    background: white;
    color: black;
    padding: 5px 10px;
    border-radius: 70px;
    width: 35px;
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.whishlist i{
    font-size: 18px;
    z-index: 1;
    position: relative;
    color: #868686;
}
.whishlist.active{
    color: #f29f9f;
}
.top-style-cart {
    position: absolute !important;
    bottom: 5px !important;
    right: -10% !important;
    transform: translateX(-50%) !important;
    background-color: #000 !important;
    padding: 4px 20px !important;
    color: #ffffff !important;
    background: white !important;
    border-radius: 30px !important;
    font-size: 12px !important;
    background-color: #ffffff !important;
    border-radius: 20px !important;
    padding: 7px 15px !important;
    text-transform: uppercase !important;
    font-weight: 400 !important;
    margin-bottom: 9px !important;
    margin-right: 5px !important;
    font-size: 10px !important;
    color: #868686 !important;
}
.top-style-details h4 {
    margin-bottom: 4px;
    font-size: 16px;
}
.top-style-details {
    margin-top: 12px;
}
.top-style-price {
    display: flex;
    align-items: center;
    column-gap: 6px;
}
.top-style-price p {
    margin-bottom: 0;
    font-size: 14px;
}
.top-style-price p.old-price {
    text-decoration: line-through;
    color: #989898;
}
.top-style-price .discount {
    color: green;
}
.top-style-content-inner {
    display: none;
}
.top-style-content-inner.active {
    display: block;
}
/***********************
* letest design
***********************/
.letest-section {
    padding-bottom: 80px;
}
.letest-design-box.left {
    padding-right: 90px;
}
.letest-design-box.right {
    padding-left: 90px;
}
.letest-design-row {
    position: relative;
}
.letest-design-row::after {
    content: "";
    position: absolute;
    left: 50%;
    height: 93%;
    top: 4%;
    width: 1px;
    background-color: #dcdcdc;
}
.letest-design-box.left .letest-design-details {
    margin-bottom: 30px;
}
.letest-design-details h4 {
    font-size: 24px;
    margin-bottom: 6px;
    font-weight: 600;
}
.letest-design-details p {
    margin-bottom: 6px;
}
.link-btn {
    display: inline-flex;
    align-items: baseline;
    column-gap: 10px;
    color: #000;
    padding: 2px 0;
    position: relative;
    padding-right: 10px;
}
.link-btn img {
    transition: all 0.5s;
    display: inline-block;
    transform: translate(0px, 1px);
}
.link-btn::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    height: 1px;
    width: 0;
    transition: all 0.5s;
    background-color: #f29f9f;
}
.link-btn:hover::after {
    width: 100%;
}
.link-btn:hover img {
     transform: translate(10px, 1px);
}
.letest-design-box.right .letest-design-details {
    margin-top: 30px;
}
.letest-design-image {
    position: relative;
    height: 500px;
}
.letest-design-image>img{
    height: 100% !important;
    width: 100%;
    object-fit: cover;
}
.letest-image-icon {position: absolute;bottom: 100px;right: -50px;}
/***********************
* new-slider
***********************/
.new-slider-section {
    overflow: hidden;
    position: relative;
    cursor: grab;
    margin-bottom: 80px;
}
.new-slider-stop .fa-play {
    display: none;
}
.new-slider-stop i {
    cursor: pointer;
}
.new-slider-image {
    height: 600px;
    position: relative;
}
.new-slider-image::after{
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 70%;
    background: linear-gradient(0deg,rgba(0, 0, 0, 0.671) 0%, rgba(0, 0, 0, 0) 100%);
}
.new-slider-box {
    position: relative;
}
.new-slider-box .primary-btn{
    color: #000 !important;
    font-size: 14px;
}
.new-slider-image img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.new-slider-details {
    position: absolute;
    bottom: 50px;
    left: 50%;
    transform: translateX(-50%);
    width: 60%;
    text-align: center;
    color: #fff;
}
.new-slider-details h4{
    margin-bottom: 12px;
}
.primary-btn{
    display: inline-flex;
    align-items: baseline;
    column-gap: 10px;
    color: #000;
    padding: 6px 20px;
    position: relative;
    background-color: #fff;
}
.primary-btn img{
    transition: all 0.5s;
    transform: translate(0px, 1px);
}
.primary-btn:hover img{
    filter: brightness(100) invert(1);
}
.primary-btn:hover{
    /* background-color: #fff !important; */
    color: #fff;
}
.new-slider-stop {
    position: absolute;
    bottom: 30px;
    left: 30px;
    height: 50px;
    width: 50px;
    background-color: #ffffffb0;
    border-radius: 100%;
    z-index: 1;
    backdrop-filter: blur(9px);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
}
/***********************
* new-slider
***********************/
.gift-section {
    overflow: hidden;
}
.gift-outer {
    display: flex;
    column-gap: 0;
}
.gift-box {
    position: relative;
}
.gift-image img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    transition: all 1s;
}
.gift-image {
    overflow: hidden;
    position: relative;
}
.gift-image::after{
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 70%;
    background: linear-gradient(0deg,rgba(0, 0, 0, 0.671) 0%, rgba(0, 0, 0, 0) 100%);
}
.gift-box:hover img {
    transform: scale(1.1);
}
.gift-details .primary-btn{
   color: #000;
   font-size: 14px;
}
.gift-details {
    position: absolute;
    bottom: 50px;
    left: 50%;
    transform: translateX(-50%);
    width: 50%;
    text-align: center;
    color: #fff;
}
.gift-details h4 {
    margin-bottom: 12px;
}
.primary-btn.dark {
    color: #000;
    border: 1px solid #000;
    font-size:14px;
}
.product-lower-btn{
    background-color: #fff;
}
.primary-btn.dark img{
    filter: brightness(100) invert(1);
}
/***********************
* best seller
***********************/
.best-seller-section {
    padding: 80px 0;
    background-color: rgb(242 159 159 / 10%);
}
.best-seller-image {
    position: relative;
    background-color: #fff;
    overflow: hidden;
}
.best-seller-image p {
    position: absolute;
    margin-bottom: 0;
    font-size: 12px;
    white-space: nowrap;
    clip-path: polygon(0 0, 100% 0, calc(100% - 10px) 50%, 100% 100%, 0 100%);
    overflow: hidden;
    background-color: #f29f9f;
    padding: 0 15px 0 5px;
    isolation: isolate;
    z-index: 2;
    top: 0;
    left: 0;
}
.best-seller-image {
    position: relative;
    overflow: hidden;
}

.best-seller-image p::after {
    content: "";
    position: absolute;
    width: 60px;
    height: 100%;
    background-image: linear-gradient(
        120deg,
        rgba(255, 255, 255, 0) 30%,
        rgba(255, 255, 255, 0.8),
        rgba(255, 255, 255, 0) 70%
    );
    top: 0;
    left: -120px;
    opacity: 0.6;
    animation: shine 5.5s linear infinite;
}

@keyframes shine {
    0% {
        left: -120px;
    }
    100% {
        left: 120%;
    }
}
.best-seller-image img {
    object-fit: cover;
    object-position: center;
    -webkit-transition: opacity .5s, -webkit-transform 2s cubic-bezier(0, 0, .44, 1.18);
    transition: opacity .5s, transform 2s cubic-bezier(0, 0, .44, 1.18), -webkit-transform 2s cubic-bezier(0, 0, .44, 1.18);
    height: 1;
    width: 100%;
}
.best-seller-image img.hover-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
}
.best-seller-image:hover img.hover-image , .best-seller-image:hover img.defolt-image{
    transform: scale(1.09);
    -webkit-transform: scale(1.09);
    opacity: 1;
}
.retting {
    position: absolute;
    bottom: 0;
    right: 0;
    font-size: 14px;
    padding: 2px 6px;
    background: #e2e2e2;
    display: flex;
    align-items: baseline;
    column-gap: 3px;
}
.retting span {
    color: #f90;
    font-size: 16px;
}
.best-seller-details {
    margin-top: 12px;
}
.best-seller-details h4 {
    margin-bottom: 4px;
    font-size: 20px;
}
.best-seller-price {
    display: flex;
    align-items: center;
    column-gap: 6px;
}
.best-seller-price p.old-price {
    text-decoration: line-through;
    color: #989898;
}
/***********************
* insta
***********************/
.insta-section {
    padding: 80px 0;
    padding-bottom: 0;
}
.insta-box {
    overflow: hidden;
    position: relative;
}
.insta-outer {
    display: flex;
    column-gap: 8px;
}
.insta-box .icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    transition: all 0.5s;
    z-index: 1;
}
.insta-box::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 100%;
    height: 0;
    transition: all 0.5s;
    background-color: #00000066;
}
.insta-box:hover::after {
    height: 100%;
}
.insta-box:hover .icon {
    opacity: 1;
}
/***********************
* testimonial
***********************/
.testimonial-section {
    padding-top: 80px;
}
.testimonial-head {
    display: flex;
    align-items: center;
    column-gap: 15px;
    margin-bottom: 24px;
}
.testimonial-image {
    border-radius: 100%;
    overflow: hidden;
    height: 50px;
    width: 50px;
}
.testimonial-head h4 {
    margin-bottom: 0;
}
.testimonial-box p {
    margin-bottom: 0;
}
.testimonial-box {
    background-color: #f0f0f0;
    padding: 28px;
    position: relative;
    margin: 0 12px;
    border: 1px solid #f0f0f0;
        margin-bottom: 1px;
}
.ts-shape {
    position: absolute;
    right: 50px;
    top: 30px;
    opacity: 0.5;
}
.testimonial-slider-btn {
    display: flex;
    justify-content: center;
    column-gap: 35px;
    margin-top: 30px;
}
.testimonial-slider-btn .slick-arrow {
    background-color:#f0f0f0;
    border: none;
    padding: 0;
    height: 40px;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #f0f0f0;
    transform: rotate(45deg);
    transition: all 0.5s;
}
.testimonial-slider-btn .slick-arrow img {
    filter: brightness(0);
    transform: rotate(-45deg);
    width: 24px;
}
/***********************
* footer
***********************/
footer {
    background-color: #f6f6f8 !important;
    padding-top: 80px;
    position: relative;
}
.footer-link {
    display: flex;
    column-gap: 40px;
    justify-content: space-between;
    padding-right: 30px;
}
.footer-widget h4 , .footer-column h4{
    font-weight: 600;
    font-size: 18px;
}
.footer-widget.contact {
    padding: 0 30px;
}
.footer-widget.contact {
    padding: 0 30px;
}
.footer-link ul li {
    margin-bottom: 5px;
}
.footer-link ul li a {
    color: #868686;
    padding-bottom: 2px;
    position: relative;
    display: inline-block;
}
.footer-link ul li a::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 1px;
    background-color: #ffffffb3;
    transition: all 0.5s;
}
.footer-link ul li:hover a::after {
    width: 100%;
}
.footer-link ul li:hover a {
    color: #ffffffb3;
}
.footer-widget.contact ul li {
    margin-bottom: 12px;
}
.footer-widget.contact ul li:last-child {
    margin-bottom: 0;
}
.footer-widget.contact ul li a {
    color: #868686;
    display: flex;
    align-items: flex-start;
    column-gap: 12px;
}
.footer-widget.contact ul li a span {
    height: 35px;
    width: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    background-color: #ffffff54;
    flex-shrink: 0;
    color: #868686;
    border: 1px solid #6c6c6c;
}
.footer-widget.contact ul li a:hover {
    color: #ffffffb3;
}
.news-form-box {
    position: relative;
}
.news-form-box .form-control {
    border-radius: 0;
    background-color: transparent;
    border: none;
    border-bottom: 2px solid #000000db;
    color: #000;
    padding-left: 0;
    padding-right: 40px;
}
.news-form-box  button {
    all: unset;
    position: absolute;
    top: 50%;
    right: 0;
    height: 37px;
    transform: translateY(-50%);
    filter: brightness(0);
}
.footer-column {
    margin-bottom: 30px;
}
.footer-column:last-child {
    margin-bottom: 0;
}
ul.social-media {
    display: flex;
    align-items: center;
    column-gap: 10px;
}
ul.social-media li a {
    height: 40px;
    width: 40px;
    color: #000;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #ffffff54;
    border: 1px solid #6c6c6c;
}
.channel-partner-outer {
    display: flex;
    column-gap: 6px;

}
.chanel-partner {
    width: 50px;
    border: 1px solid #6c6c6c;
}
.footer-lower {
    text-align: center;
    padding: 16px;
    margin-top: 50px;
    border-top: 1px solid #6C6C6C;
}
.footer-lower p {
    margin-bottom: 0;
}
/***********************
* evry
***********************/
.evry-slider-section {
    padding: 80px 0;
    position: relative;
}
.evry-slider-btn {
    margin: 0 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: absolute;
    top: 50%;
    width: calc(100% - 80px);
    z-index: 1;
    transform: translateY(-50%);
}
.evry-slider-btn button {
    background-color: rgb(255 255 255);
    border: none;
    padding: 0;
    height: 40px;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #000;
    transform: rotate(45deg);
    transition: all 0.5s;
}
.evry-slider-btn button img {
    transform: rotate(-45deg);
    filter: brightness(0);
}
.evry-slider {
    width: 100%;
}
.swiper-slide {
    width: 507px;
    transition: transform 0.6s ease;
}
.evry-box img {
    width: 100%;
    border-radius: 10px;
}
.footer-logo {
    max-width: 360px;
    margin: auto;
    transform: translateY(170px);
    z-index: 0;
    position: relative;
    transition: all 1s;
}
.footer-logo.active{
    transform: translateY(50px);
}
/***********************
* pincode-popup
***********************/
.pincode-popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    transform: scale(0);
    transition: all 0.5s;
    visibility: hidden;
    z-index: 999999;
    opacity: 0;
    display: flex;
}
.pincode-popup.expanded {
    opacity: 1;
    transform: scale(1);
    visibility: visible;
}
.pincode-toggel {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgb(0 0 0 / 60%);
}
.pincode-content {
    width: 600px;
    margin: auto;
    background-color: #fff;
    position: relative;
    overflow: hidden;
    padding: 24px;
    border-radius: 12px;
}
.pincode-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px;
}
.pincode-head h4 {
    margin-bottom: 0;
    font-weight: 600;
}
a.pincode-close.pincode-toggel {
    position: relative;
    height: 30px;
    width: 30px;
    background-color: transparent;
}
a.pincode-close.pincode-toggel span {
    height: 2px;
    display: inline-block;
    width: 100%;
    background-color: #000000;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%) rotate(45deg);
    transition: all 0.5s;
    border-radius: 4px;
}
a.pincode-close.pincode-toggel span:last-child {
    transform: translateY(-50%) rotate(-45deg);
}
.pincode-form {
    position: relative;
}
.pincode-form .form-control {
    border-radius: 4px;
    padding: 10px 16px;
    padding-right: 50px;
}
.pincode-form .form-control:focus{
    border-color: #dee2e6;
}
.pincode-form button.primary-btn {
    border: none;
    border-radius: 4px;
    background-color: #f1eee4;
    height: 45.6px;
    align-items: center;
    position: absolute;
    top: 0;
    right: 0;
    transition: all 0.5s;
}
.gold-silver-toggle-border {
    display: block;
    background: linear-gradient(90.01deg, #ed9090 18.45%, #fbdbdb 99.99%);
    padding: 1px;
    border-radius: 20px;
    height: fit-content;
    position: inherit;
    width: 50%;
    transform: none;
    margin: 0 auto;
    margin-bottom: 1rem;
}
.gold-silver-toggle {
    display: flex;
    background: #ffffff;
    height: fit-content;
    border-radius: 20px;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    position: relative;
}
.gold-silver-toggle input{
    display:none;
}
.gold-silver-toggle label {
    position: relative;
    font-weight: 500;
    text-align: center;
    flex: 1;
    cursor: pointer;
    z-index: 2;
    color: #25282b;
    transition: color 0.3s ease;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0.5rem;
    text-wrap: nowrap;
    font-size: 14px;
    padding: 0.25vw 0;
}
.gold-silver-toggle .slider {
    position: absolute;
    left: 3px;
    top: 3px;
    height: calc(100% - 6px);
    width: 50%;
    background: #cf9486;
    border-radius: 20px;
    transition: transform 0.3s ease;
    z-index: 1;
}
#gold-toggle:checked ~ .slider {
    transform: translateX(calc(100% - 6px));
}
#gold-toggle:checked + label {
    color: #ffffff ;
}
#silver-toggle:checked ~ .slider {
    transform: translateX(0%);
   background: #2a8389;
}
#silver-toggle:checked + label {
    color: #ffffff ;
}
.hero-tagline-section {
    display: flex;
    align-items: center;
    padding: 12px;
    background: #000;
    margin-top: 0px;
}
.hero-tagline-section p {
    margin: 0 38px;
    margin-bottom: 0;
    flex: 1;
    text-align: center;
    background-color: #fff;
    padding: 2px 10px;
    border-radius: 4px;
    font-size: 14px;
}
.under-price-section {
    padding-bottom: 80px;
    overflow: hidden;
    position: relative;
}
.under-price-left {
    padding-right: 150px;
}
.under-price-left h2 {
    font-size: 36px;
}
.under-price-box {
    position: relative;
    border-radius: 12px;
    overflow: hidden;
    /* height: 330px; */
    margin-bottom: 24px;
}
.under-price-box:last-child{
    margin-bottom: 0;
}
.under-price-image img {
    height: 100% !important;
    width: 100%;
    object-fit: cover;
    transition: opacity .5s, transform 2s cubic-bezier(0, 0, .44, 1.18), -webkit-transform 2s cubic-bezier(0, 0, .44, 1.18);
}
.under-price-image {
    height: 100%;
}
.under-price-right {
    padding-left: 80px;
    padding-right: 80px;
}
.under-price-title {
    position: absolute;
    bottom: 80px;
    width: 100%;
    text-align: center;
    color: #fff;
    z-index: 1;
}
.under-price-title h4 {
    margin-bottom: 0;
    display: flex;
    justify-content: center;
    flex-direction: column;
    font-size: 40px;
}
.under-price-title h4 span {
    font-size: 60px;
    font-weight: 700;
}
.under-price-box::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.671) 0%, rgba(0, 0, 0, 0) 100%);
}
.under-price-box:hover .under-price-image img {
    transform: scale(1.1);
}
.under-price-btn {
    position: absolute;
    width: 100%;
    text-align: center;
    bottom: -50px;
    z-index: 1;
    transition: all 0.5s;
}
.under-price-box:hover .under-price-btn {
    bottom: 20px;
}
.color-box {
    position: relative;
}
.color-image {
    overflow: hidden;
    position: relative;
    background-color: rgb(242 159 159 / 20%);
}
.color-section {
    padding-bottom: 80px;
}
.color-details {
    text-align: center;
    margin-top: 12px;
}
.color-details h4 {
    font-weight: 600;
}
.color-image img {
    object-fit: cover;
    object-position: center;
    -webkit-transition: opacity .5s, -webkit-transform 2s cubic-bezier(0, 0, .44, 1.18);
    transition: opacity .5s, transform 2s cubic-bezier(0, 0, .44, 1.18), -webkit-transform 2s cubic-bezier(0, 0, .44, 1.18);
    height: 100%;
    width: 100%;
}
.color-image img.hover-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
}
.color-box:hover .color-image img {
     transform: scale(1.09);
    -webkit-transform: scale(1.09);
    opacity: 1;
}
p.color-tagline {
    position: absolute;
    margin-bottom: 0;
    font-size: 14px;
    white-space: nowrap;
    clip-path: polygon(0 0, 100% 0, calc(100% - 15px) 50%, 100% 100%, 0 100%);
    overflow: hidden;
    background-color: #f1eee4;
    padding: 4px 21px 4px 10px;
    isolation: isolate;
    z-index: 2;
    top: 0;
    left: 0;
}
p.color-tagline::after {
     content: "";
    position: absolute;
    width: 50px;
    height: 100%;
    background-image: linear-gradient(120deg, rgba(255, 255, 255, 0) 30%, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0) 70%);
    top: 0;
    left: -100px;
    opacity: 0.7;
    animation: shine 2.5s ease-out infinite;
}
.login-popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    transform: scale(0);
    transition: all 0.5s;
    visibility: hidden;
    z-index: 999999;
    opacity: 0;
    display: flex;
}
.login-popup.expanded {
    opacity: 1;
    transform: scale(1);
    visibility: visible;
}
.login-content {
    width: 1024px;
    margin: auto;
    position: relative;
    overflow: hidden;
    padding: 16px;
    border-radius: 0;
    display: flex;
    column-gap: 8px;
    background-color: #ffe6e6;
    height: 460px;
}
.login-toggel {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgb(0 0 0 / 70%);
    backdrop-filter: blur(10px);
}
.login-close.login-toggel {
    position: absolute;
    height: 30px;
    width: 30px;
    background-color: #ffe6e6;
    right: 0;
    left: auto;
    z-index: 1;
}
.login-close.login-toggel span {
    height: 2px;
    display: inline-block;
    width: 100%;
    background-color: #000000;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%) rotate(45deg);
    transition: all 0.5s;
    border-radius: 4px;
}
.login-close.login-toggel span:last-child{
    transform: translateY(-50%) rotate(-45deg);
}
.login-left {
    padding: 20px 0px 0px 0;
    width: 600px;
    flex-shrink: 0;
}
.login-left .logo {
    text-align: center;
    width: 120px;
    margin: auto;
    margin-bottom: 15px;
}
.login-title {
    text-align: center;
}
.login-title span {
    font-size:20px;
}
.login-box-grid {
    display: flex;
    column-gap: 8px;
}
.login-box {
    background-color: #fff;
    padding: 12px;
    flex: 1;
}
.login-box .icon {
    height: 50px;
    width: 50px;
    margin: auto;
    border-radius: 100%;
    margin-bottom: 10px;
    background-color: #f29f9f;
    display: flex;
    align-items: center;
    justify-content: center;
}
.login-box .icon img{
    width: 30px;
    height: 30px;
}
.login-box h4 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
    text-align: center;
}
.login-box p {
    font-size: 12px;
    text-align: center;
    margin-bottom: 0;
}
.login-right {
    background-color: #fff;
    padding: 50px 35px;
    display: flex;
    align-items: center;
    position: relative;
    width: 100%;
    justify-content: center;
}
.login-right-title {
    text-align: center;
}
.login-right-title h2 {
    margin-bottom: 10px;
}
.login-right-title p {
    font-size: 14px;
}
.login-form-group {
    margin-bottom: 10px;
}
.login-form-group .form-control {
    border-radius: 4px;
    padding: 10px 20px;
}
.login-form-check-box {
    display: flex;
    align-items: baseline;
    column-gap: 10px;
    margin-bottom: 25px;
}
.login-form-check-box label {
    color: #6B716E;
    cursor: pointer;
    font-size:12px;
}
.login-form-check-box input#notify {
    accent-color: #f29f9f;
    height: 14px;
    width: 14px;
}
.login-form-btn {
    text-align: center;
}
.login-form-btn button {
    border: none;
    padding: 8px 50px;
    background: rgba(180, 133, 62, .1);
    border: 1px solid rgba(180, 133, 62, .3) !important;
    width: 100%;
    display: flex;
    justify-content: center;
    border-radius: 6px;
}
.login-lower-text p {
    margin-bottom: 0;
    color: #6B716E;
}
.login-lower-text p a {
    color: #f29f9f;
}
.login-lower-text {
       text-align: center;
    margin-top: 42px;
    font-size: 12px;
}
.login-verification-edit p {
    margin-bottom: 0;
}
.login-verification-edit {
    text-align: center;
    margin-bottom: 16px;
}
.login-verification-edit>span {
    display: inline-flex;
    align-items: center;
    column-gap: 8px;
}
.login-verification-edit>span a {
    color: #f29f9f;
    border: 1px solid #f29f9f;
    padding: 0px 10px;
    border-radius: 24px;
    font-size: 12px;
}
.otp-input-wrapper {
    display: flex;
    align-items: center;
    column-gap: 16px;
    margin-bottom: 8px;
        justify-content: center;
}
.otp-input-wrapper .otp-input {
    height: 42px;
    width: 42px;
    border: 1px solid #cccccc;
    border-radius: 0;
    padding: 14px;
}
.resend-otp a {
    display: flex;
    column-gap: 8px;
    justify-content: center;
    color: #666666;
}
.resend-otp a img {
    width: 20px;
    filter: brightness(0.5) invert(0.4);
}
.resend-otp {
    margin-bottom: 16px;
}
.login-form-group .form-control:focus{
    border-color: #dee2e6;
}
input[readonly] {
    background-color: #f3f3f3;
    cursor: not-allowed;
}
.login-loder {
    display: flex;
    justify-content: center;
    column-gap: 12px;
    align-items: center;
}
.login-loder img {
    width: 34px;
}
.locked {
    position: fixed;
    width: 100%;
    top: 0;
}
.product-gallery {
    display: flex;
    gap: 8px;
    margin-bottom: -10px;
    flex-direction: column-reverse;
}
.product-thumb-slider{
    width: 100%;
    flex-shrink: 0;
    bottom: 10px;
    position: absolute;
    z-index: 2;
    left: 25px;
}
.main-slide {
    background-color: #fff;
}
.thumb-item {
    margin-right: 8px;
    margin-bottom: 5px;
    cursor: pointer;
    overflow: hidden;
    background-color: transparent;
    border: 2px solid transparent;
    transition: all 0.5s;
    width: 9px !important;
    height: 9px;
    border-radius: 50%;
    border: 1px solid #000 !important;
}
.slick-slide.slick-current.slick-active .thumb-item{
    background: #000;
}
.thumb-item img{
width:100%;
display:block;
}
.product-main-slider {
    position: relative;
    width: 100%;
}
.product-main-slider img{
width:100%;
}
.maximize {
    position: absolute;
    top: 20px;
    right: 20px;
    background: #fff;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}
.maximize img{
    height: 24px;
    width: 24px;
}
.product-details-left {
    padding: 8px;
    position: sticky;
    top: 50px;
}
.product-slider-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: calc(100% - 40px);
    left: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.product-slider-btn .slick-arrow {
    all: unset;

    justify-content: center;
    padding: 4px;
    cursor: pointer;
}
.product-details-section {
    padding: 30px  0 60px;
}
.product-details-right {
    padding-left: 50px;
}
.product-details-title h3 {
    margin-bottom: 16px;
    font-size: 22px;
}
.product-price {
    display: flex;
    align-items: center;
    column-gap: 7px;
    margin-bottom: 0;
}
.product-price .current-price {
    font-size: 20px;
}
.product-price .old-price {
    text-decoration: line-through;
    color: #555555;
    font-size: 12px;
}
.product-price .discount {
    font-size: 14px;
    overflow: hidden;
    color: #b4853e !important;
}
.texes{
    font-size: 12px;
    margin-top: -4px;
}
.sku-id{
    font-size: 14px;
}
.product-price .discount::after{
     content: "";
    position: absolute;
    width: 50px;
    height: 100%;
    background-image: linear-gradient(120deg, rgba(255, 255, 255, 0) 30%, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0) 70%);
    top: 0;
    left: -100px;
    opacity: 0.7;
    animation: shine 2.5s ease-out infinite;
}
.product-option-outer {
    display: flex;
    column-gap: 110px;
    /* padding: 18px 0; */
    border-top: 1px solid #5555;
    /* border-bottom: 1px solid #5555; */
}
.product-option h4 {
    margin-bottom: 7px;
}
.color-options {
    display: flex;
    align-items: center;
    column-gap: 5px;
}
.color-item{
    width:20px;
    height:20px;
    border-radius:50%;
    cursor:pointer;
    border:2px solid transparent;
    overflow: hidden;
    position: relative;
}
.color-item::after{
    content: "";
        width:100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: .3;
    background: linear-gradient(135deg, #fff 0, #00000040 17%, #fff 26% 39%, #00000040 53%, #fff 61%, #00000040 71%, #fff 84% 93%, #00000040);
}
.color-item.active{
   border-color:#000;
}
.silver{
   background:#cfcfcf;
}
.gold{
   background:#d4af37;
}
.rose{
   background:#e6a6a1;
}
.quantity-box{
    display:flex;
    align-items:center;
    border:1px solid #ddd;
    width:130px;
}
.qty-btn{
    width:40px;
    height:40px;
    border:none;
    background:#f5f5f5;
    cursor:pointer;
}
.qty-input{
    width:50px;
    height: 40px;
    text-align:center;
    border:none;
    outline:none;
}
.add-cart-btn{
    padding: 12px 30px !important;
    background-color: #000 !important;
    color: #fff !important;
    border: none;
    cursor: pointer;
    display: flex !important;
}
.add-cart-btn:hover{
    background:#fff!important;
    color: #000 !important;
}
.product-fature {
    display: flex;
    padding: 24px 0;
}
.product-fatore-box .icon img{
    height: auto;
    max-width: 100%;
    width: 25px;
    margin-top: 8px;
}
.product-fatore-box {
    flex: 1;
    text-align: center;
    border-right: 1px solid #5555;
}
.product-fatore-box:last-child{
    border: none;
}
.product-fatore-box p {
    margin-bottom: 0;
    font-size: 14px;
    margin: 7px;
    color: #000;
}
.product-btn-outer {
    display: flex;
    column-gap: 8px;
}
.product-btn-outer .primary-btn {
    flex: 1;
    justify-content: center;
    padding: 10px 20px;
    align-items: center;
}
.product-btn-outer .primary-btn:hover{
    border: 1px solid #000;
}
.product-btn-outer .primary-btn img{
    filter: none;
    transform: translate(0px, -1px);
}
.product-lower-btn {
    display: flex;
    column-gap: 8px;
     flex: 1;
}
.product-lower-btn .whishlist-btn {
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    background-color: #000;
    font-size: 20px;
    border: 1px solid #000;
}
.primary-btn.loading::before{
    content:"";
    position:absolute;
    left:0;
    top:0;
    width:0%;
    height:100%;
    background: linear-gradient(90deg, #396195e6, #70a1be, #4b6796);
    z-index:0;
    animation:fillBtn 2s forwards;
}
.loading{
    opacity: 1 !important;
}
.btn-arrow{
    animation:arrowMove 1s infinite alternate;
}
@keyframes arrowMove{
    0%{
    transform:translateX(0);
    }
    100%{
    transform:translateX(10px);
    }
}
.primary-btn span,
.primary-btn img{
    position:relative;
    z-index:2;
}
@keyframes fillBtn{
    0%{
    width:0%;
    }
    100%{
    width:100%;
    }
}
.product-lower-btn  .whishlist-btn.active {
    background-color: #000;
    color: #fff;
}
.according-list {
    padding-top: 24px;
    margin-top: 24px;
    border-top: 1px solid #5555;
}
.accordin-item{
    border-bottom:1px solid #eee;
    margin-bottom: 15px;
}
.accordin-item:last-child{
    margin-bottom: 0;
}
.according-button {
    cursor: pointer;
    padding: 10px 40px 10px 15px;
    font-weight: 600;
    background-color: #86868614;
    position: relative;
}
.according-button::after {
    content: "+";
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 46px;
    background-color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    color: #fff;
}
.accordin-item.active .according-button::after{
    content: "−";
}
.according-button p{
    margin-bottom: 0;
}
.accordin-body{
    max-height:0;
    overflow:hidden;
    transition:max-height 0.45s ease;
}
.accordin-inner {
    color: #555;
    line-height: 1.6;
    padding: 15px;
    border: 1px solid #55555529;
}
.accordin-item.active .accordin-body{
    max-height:1000px;
}
.similar-product-section .best-seller-image {
    background-color: rgb(242 159 159 / 20%);
}
/***********************
* product listing
***********************/
.breadcrumb-section {
    padding: 30px 0;
    text-align: center;
    padding-top: 60px;
}
ul.breadcrumb {
    justify-content: center;
    column-gap: 9px;
}
ul.breadcrumb li a {
    color: #000;
}
ul.breadcrumb li a:hover {
    color: #f29f9f;
}
.product-listing-section {
    padding: 0 40px;
    transition: all 0.5s;
    padding-bottom: 80px;
}
.product-listing-section.colleps {
    margin-left: 350px;
}
.product-listing-section.colleps .listing-box-outer {
    width: 33.33%;
}
.product-listing-wrapper {
    display: flex;
    align-items: center;
    column-gap: 30px;
    flex-wrap: wrap;
    row-gap: 10px;
    justify-content: space-between;
    margin-bottom: 30px;
}
.product-listing-left {
    display: flex;
    column-gap: 30px;
    align-items: center;
}
.product-listing-left p {
    margin-bottom: 0;
}
.fillter-open-btn img {
    height: 24px;
}
.fillter-open-btn {
    display: flex;
    align-items: center;
    column-gap: 10px;
    padding: 6px 20px;
    background-color: #f1eee4;
    cursor: pointer;
}
.product-listing-right {
    display: flex;
    column-gap: 25px;
    align-items: center;
}
.select2-results__option--highlighted {
  background-color: #ffffff;
  color: #000;
}
.select2-container.select2-container .select2-selection--single {
    padding: 0px 20px;
    height: auto;
    border: 1px solid #000;
    border-radius: 0px;
    background: #fff;
    z-index: 3;
    position: relative;
}
.select2-container.select2-container .select2-selection--single:focus {
  outline: none;
}
.select2-container .select2-selection--single .select2-selection__arrow {
  height: 100%;
  position: absolute;
  top: 1px;
  right: 10px;
  width: 30px;
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
  -ms-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
}
.select2-container .select2-dropdown li:hover , .select2-container--default .select2-results__option--highlighted.select2-results__option--selectable, .select2-container--default .select2-results__option--selected{
    background-color:#f29f9f ;
    color: #fff;
}
.select2-container .select2-dropdown ul::-webkit-scrollbar {
  width: 6px;
}
.select2-container .select2-dropdown ul::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 10px;
}
.select2-container .select2-dropdown ul::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 10px;
}
.select2-container .select2-dropdown ul::-webkit-scrollbar-thumb:hover {
  background: #555;
}
.product-listing-right p {
    margin-bottom: 0;
    white-space: nowrap;
}
.select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 0px;
}
.listing-image {
    position: relative;
    background-color: rgb(242 159 159 / 20%);
    overflow: hidden;
}
.product-slider {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity 1s !important;
    background-color: #fcecec;
}
.listing-image .primary-btn {
    position: absolute;
    transform: translateX(-50%);
    opacity: 0;
    z-index: 1;
    bottom: 10px;
    right: -10%;
    transform: translateX(-50%);
    background-color: #000;
    padding: 4px 20px;
    color: #ffffff;
    background: white;
    border-radius: 30px;
    font-size: 12px;
    background-color: #ffffff;
    border-radius: 20px;
    padding: 7px 15px;
    text-transform: uppercase;
    font-weight: 400;
    margin-bottom: 9px;
    margin-right: 5px;
    font-size: 10px;
    color: #868686;
    border: none;
}
.listing-details {
    margin-top: 12px;
}
.listing-details h4 {
    margin-bottom: 4px;
    font-size: 16px;
}
.listing-box:hover .product-slider, .listing-box:hover .listing-image .primary-btn{
    opacity: 1;
}
.listing-image .retting,.listing-image  .whishlist {
    z-index: 2;
}
.swiper-button-next:after, .swiper-button-prev:after {
    font-size: 18px;
    height: 35px;
    width: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000;
    font-weight: 700;
}
.listing-image img.defolt-image {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.listing-image .swiper-slide img{
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.listing-details .color-item::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    height: calc(100% + 4px);
    width: calc(100% + 4px);
    border: 3px solid #fff;
    z-index: 11;
    border-radius: 100%;
    transform: translate(-50% , -50%);
}
.listing-details .color-item{
    height: 24px;
    width: 24px;
    overflow: visible;
}
.listing-details .color-item::after{
    overflow: hidden;
}
.listing-details .color-item.active::before {
    border-color: #f29f9f;
}









.filter-wrapper-outer {
    z-index: 999999;
    opacity: 0;
    display: flex;
    position: fixed;
    top: 0;
    left: 0;
    width: 390px;
    height: 100vh;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    transform-origin: left center;
    transition: all 0.5s;
    visibility: hidden;
    z-index: 999999;
}
.filter-wrapper-outer.expanded {
    opacity: 1;
    transform: translateX(0%);
    visibility: visible;
    transition: all 0.5s;
}
.filter-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    /* background-color: #0606066e; */
    opacity: 0.9;
}
.filter-close {
    width: 25px;
    height: 25px;
    display: block;
    position: absolute;
    top: 12px;
    right: 12px;
}
.filter-close span {
    width: 3px;
    height: 100%;
    display: block;
    position: absolute;
    border-radius: 10px;
    top: 50%;
    left: 50%;
    background-color: #000000;
    transform: translate(-50%, -50%) rotate(45deg);
}
.filter-close span:last-child {
    transform: translate(-50%, -50%) rotate(-45deg);
}
.filter-wrapper-outer .filter-wrapper {
    background-color: #F9F9F9;
    padding: 45px 10px;
    height: 100%;
    overflow-y: scroll;
    max-width: 390px;
    scrollbar-width: none;
    z-index: 1;
    position: relative;
    box-shadow: 4px 0 30px 17px #0000001f;
}
.filter-wrapper-outer .filter-wrapper .filter-wrapper-inner {
    padding: 0;
}
.filter-top {
    display: none; 
    align-items: center;
    column-gap: 16px;
    margin-bottom: 20px;
        flex-wrap: wrap;
    row-gap: 10px;
}
.filter-top p {
    margin-bottom: 0;
    color: #000;
}
a.filter-clear-all {
    color: #f29f9f;
}
.filter-add {
    padding: 4px 20px;
    border-radius: 20px;
    background-color: #fff;
    display: flex;
    align-items: center;
    column-gap: 10px;
    border: 1px solid #2B343033;
    padding-right: 11px;
    cursor: pointer;
}
.filter-add i {
    color: #6B716E;
}
.filter-wrapper-inner {
    padding: 20px;
    background-color: #F9F9F9;
    box-shadow: 0px 130px 36px 0px #00000000;
}
.filter-box {
    padding: 24px;
    background-color: #fff;
    border: 1px solid #2B343033;
    border-radius: 4px;
    margin-bottom: 12px;
}
.filter-box-head {
    display: flex;
    align-items: center;
    margin-bottom: 18px;
    column-gap: 20px;
    justify-content: space-between;
    cursor: pointer;
}
.filter-box-head h4 {
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 700;
    font-family: 'Nunito Sans', sans-serif !important;
}
.filter-box-body {
    max-height: 5000px; 
    transition: max-height 0.8s ease;
    overflow: hidden;
}
.filter-box.collaps .filter-box-body {
    max-height: 0;
        margin-bottom: -18px;
}
.range-slider {
    position: relative;
    height: 24px;
    margin-bottom: 18px;
    padding: 0 10px;
}
.range-slider input[type="range"] {
    position: absolute;
    width: 94%;
    height: 26px;
    background: none;
    pointer-events: none;
    -webkit-appearance: none;
    top: -2px;
    z-index: 2;
    
}
.range-slider input::-webkit-slider-thumb {
    pointer-events: auto;
    -webkit-appearance: none;
    width: 22px;
    height: 22px;
    background: #fff;
    border-radius: 50%;
    cursor: pointer;
    box-shadow: 0px 2px 4px 0px #0000001A;
    border: 1px solid #0000001A;
}
.range-slider input::-moz-range-thumb {
    pointer-events: auto;
    width: 16px;
    height: 16px;
    background: #fff;
    border-radius: 50%;
    cursor: pointer;
}
.slider-track {
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    height: 4px;
    background: #333;
    border-radius: 4px;
    cursor: pointer;
    z-index: 1;
}
.range-dot {
    position: absolute;
    top: -9px;
    width: 22px;
    height: 22px;
    background: #ffffff;
    border-radius: 50%;
    pointer-events: none;
    border: 1px solid #0000001A;
    box-shadow: 0px 2px 4px 0px #0000001A;
    z-index: 999;
}
.slider-track {
    position: relative;
}
.price-inputs {
    display: flex;
    align-items: center;
    column-gap: 24px;
    width: 100%;
}
.price-box {
    width: 100%;
    position: relative;
}
.price-box label {
    font-weight: 600;
    color: #000;
    margin-bottom: 8px;
}
.price-box input {
    width: 100%;
    border: 1px solid #2B343033;
    border-radius: 4px;
    padding: 10px 15px;
    color: #000;
    padding-left: 28px;
    line-height: 20px;
}
.dollar-icon {
    position: absolute;
    bottom: 0;
    left: 14px;
    height: 42px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.filter-box:last-child {
    margin-bottom: 0;
}
.filter-box-head i {
    transition: all 0.5s;
}
.filter-box.collaps .filter-box-head i {
    transform: rotate(180deg);
}
.filter-check {
    display: flex;
    align-items: center;
    column-gap: 20px;
    justify-content: space-between;
    margin-bottom: 10px;
}
.filter-check label {
    color: #2B3430;
}
.filter-check:last-child {
    margin-bottom: 0;
}
.filter-check input {
    height: 16px;
    width: 16px;
    accent-color: #f29f9f;
}
.offer-slider-outer {
    margin: 16px 0;
    padding: 0px 16px;
    background-color: rgb(242 159 159 / 20%);
    padding: 8px 12px;
    background:rgba(180,133,62,.1);
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
    position: relative;
}
.product-option h4{
    font-size: 16px;
}
.offer-slider-outer>h5 {
    display: flex;
    align-items: center;
    column-gap: 15px;
    background-color: #fff;
    font-weight: 600;
    margin-bottom: 16px;
    padding: 6px 12px;
    border-radius: 4px;
    align-items: center;
    gap: 5px;
    margin-bottom: 8px;
    padding: 3px 8px;
    background-color: #ffffff;
    border-radius: 14px;
    position: relative;
    font-size: 14px;
    top: -10px;
    width: 100%;
    display: inline-flex;
    align-items: center;
    gap: 5px;
    margin-bottom: 8px;
    padding: 3px 8px;
    background-color: #ffffff;
    border-radius: 14px;
    position: relative;
    top: -18px;
        border: 1px solid rgba(180, 133, 62, .3);
    background: rgba(180, 133, 62, .1);
}
.offer-slider-outer>h5 img {
    width: 18px;
}
.offer-box {
    background-color: #fff;
    padding: 12px;
    border-radius: 4px;
    width: 300px;
    margin-right: 30px;
}
.offer-box h4 {
    font-size: 12px;
    font-weight: 600;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #5555;
}
.offer-box>p {
    font-size: 12px;
    color: #555;
    margin-bottom: 6px;
}
.offer-code-copy {
    display: inline-flex;
    align-items: center;
    column-gap: 15px;
    padding: 6px 10px;
    border-radius: 4px;
    border: 1px dashed #16a34a;
    cursor: pointer;
}
.offer-code-copy img {
    width: 16px;
}
.offer-code-copy p {
    margin-bottom: 0;
    font-size: 8px;
}
.offer-box.btn {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 135px;
}
.offer-box.btn a {
    color: #000;
}
.offer-box.btn:hover {
    background-color: #fff;
}
.hero-category-box p a{
    margin-left: 0px;
    color: #000;
    font-size: 17px;
    position: absolute;
    bottom: 30px;
}
.flickityt4s-button-icon{
    width: 18px;
}
.woocommerce-Price-amount  bdi{
    font-size: 14px;
}
/* Wrapper */
.product-listing-right {
    position: relative;
}

/* Select Box */
.product-listing-right select {
    appearance: none !important;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;

    width: 200px;
    padding: 10px 40px 10px 15px !important;

    border: none !important;
    border-bottom: 2px solid #e5e5e5 !important;
    background: transparent !important;

    font-size: 16px !important;
    font-weight: 500 !important;
    color: #000 !important;

    cursor: pointer;
    outline: none !important;
}

/* Arrow icon */
.product-listing-right::after {
    content: "⌄";
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 18px;
    pointer-events: none;
}

/* Focus effect */
.product-listing-right select:focus {
    border-bottom: 2px solid #000 !important;
}

/* Dropdown options (limited styling) */
.product-listing-right select option {
    font-size: 14px;
    padding: 10px;
}

/* Mobile full width */
@media (max-width: 768px) {
    .product-listing-right select {
        width: 100%;
    }
}
.select2-container--default .select2-selection--single .select2-selection__rendered{
    line-height: 28px;
    padding-top: 3px !important;
    padding-bottom: 3px !important;
    font-size: 14px;
}

/* about page  */


.about-section {
    padding: 80px 0;
}
.about-right {
    padding-left: 100px;
}
.about-image-box {
    overflow: hidden;
}
.about-image-box img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    transition: all 0.5s;
}
.about-image-box:hover img {
    transform: scale(1.1);
}
.about-left {
    position: relative;
}
.About-slider-btn {
    position: absolute;
    bottom: 20px;
    right: 20px;
    display: flex;
    align-items: center;
    column-gap: 20px;
}
.About-slider-btn .slick-arrow {
    height: 50px;
    width: 50px;
    border-radius: 100%;
    border: none;
    background-color: #f29f9f;
    display: flex;
    align-items: center;
    justify-content: center;
}
.value-box {
    padding: 20px;
    background-color: rgb(242 159 159 / 20%);
    height: 100%;
    transition: all 0.5s;
}
.value-section {
    padding-bottom: 80px;
}
.value-box .icon {
    margin-bottom: 16px;
}
.value-box .icon img {
    transition: all 0.5s;
    filter: brightness(0);
    width: 50px;
    height: 50px;
}
.value-box h4 {
    margin-bottom: 12px;
}
.value-box:hover {
    background-color: #f29f9f;
    color: #fff;
    transform: translateY(-10px);
}

.team-section {
    padding: 80px 0;
    background-color: rgb(242 159 159 / 20%);
}
.team-box {
    background-color: #fff;
    transition: all 0.5s;
}
.team-details {
    padding: 16px 20px;
}
.team-image {
    overflow: hidden;
}
.team-image img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    transition: all 0.5s;
}
.team-image:hover img {
    transform: scale(1.1);
}
.team-details p {
    margin-bottom: 0;
    color: #555555;
}
.team-details h4 {
    margin-bottom: 0;
}
.process-section {
    padding-top: 80px;
}
.process-box {
    text-align: center;
    padding: 20px;
    position: relative;
}
.process-box .icon {
    width: 50px;
    margin: auto;
    margin-bottom: 16px;
}
.process-box h4 {
    margin-bottom: 12px;
}
.process-box::after {
    content: "";
    position: absolute;
    bottom: -30px;
    right: -70px;
    height: 60px;
    width: 120px;
    background-image: url(../img/process-shape.png);
    background-size: 120px;
    transform: rotate(198deg) scaleX(-1);
}
.process-box.four::after{
    display: none;
}
.process-box.two::after {
    content: "";
    position: absolute;
    top: 0;
    right: -70px;
    height: 60px;
    width: 120px;
    background-image: url(../img/process-shape.png);
    background-size: 120px;
    transform: rotate(348deg);
}
.privacy_list{
    list-style: disc;
}
.breadcrumb-section h1{
   font-size: 32px;
}
.accordion-item {
    border-bottom: 1px solid #E9E9EB !important;
    border-radius: 0 !important;
    border-left: none !important;
    border-right: none !important;
}
button.accordion-button {
    border-radius: 0 !important;
    box-shadow: none !important;
    color: #000 !important;
    background-color: transparent !important;
    font-size: 18px;
}
.accordion-button:not(.collapsed) {
    background:#f1eee4 !important ;
}
.pincode-form button.primary-btn:hover{
    /* background:#f1eee4 !important ; */
    color: #000;
}
.footer-link ul li:hover a{
    color: #000 !important;
}
.product-meta-box {
    margin-top: 10px;
}

.meta-badge {
    display: inline-block;
    padding: 6px 12px;
    margin: 5px 5px 0 0;
    background: #f1f1f1;
    border-radius: 20px;
    font-size: 13px;
}
/* Fix taxonomy column layout */
.wp-list-table .column-taxonomy-jewellery_type,
.wp-list-table .column-taxonomy-product_color,
.wp-list-table .column-taxonomy-product_collection,
.wp-list-table .column-taxonomy-product_price_range {
    writing-mode: horizontal-tb !important;
    transform: none !important;
    white-space: normal !important;
}

/* Fix text wrapping */
.wp-list-table td {
    white-space: normal !important;
}

/* Fix column width */
.wp-list-table th,
.wp-list-table td {
    max-width: 150px;
}
.custom-cart-message {
    position: fixed;
    top: 20px;
    right: 20px;
    background: #28a745;
    color: #fff;
    padding: 12px 18px;
    border-radius: 6px;
    font-size: 14px;
    z-index: 9999;
    box-shadow: 0 5px 15px rgba(0,0,0,0.2);
    animation: slideIn 0.3s ease;
}

@keyframes slideIn {
    from {
        transform: translateX(100%);
        opacity: 0;
    }
    to {
        transform: translateX(0);
        opacity: 1;
    }
}
.page-banner-image img{
    width: 100% !important;
}
.wishlist-tabs {
    display: flex;
    gap: 20px;
    justify-content: center;
    margin-bottom: 30px;
}

.tab-btn {
    border: none;
    background: none;
    font-size: 18px;
    cursor: pointer;
    padding-bottom: 5px;
}

.tab-btn.active {
    border-bottom: 2px solid #e91e63;
    color: #e91e63;
}

.wishlist-products.grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 25px;
}

.product-card {
    text-align: center;
}

.product-img {
    position: relative;
}
.active-wishlist i{
 color: red;
}
.wishlist-count{
        position: absolute;
    top: -12px;
    right: 3px;
    font-size: 12px;
    width: 17px;
    height: 17px;
    letter-spacing: 0;
    font-weight: 400;
    font-size: 10px;
    line-height: 17px;
    box-shadow: 1px 1px 3px #0000004d;
    opacity: 1;
    transition: .3s ease-in-out;
    background-color: #000000;
    color: #ffffff;
    text-align: center;
    border-radius: 50%;
    top: -6px;
    right: 0px;
}
.add-to-cart-btn {
    display: block;
    background: #f8cdd1;
    padding: 10px;
    margin-top: 10px;
}
.wishlist-tooltip {
    position: absolute;
    bottom: 15%;
    left: 190%;
    transform: translateX(-20%);
    background: #000;
    color: #fff;
    padding: 5px 10px;
    font-size: 10px;
    border-radius: 4px;
    white-space: nowrap;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
}
.wishlist-price .current-price{
    font-size: 14px;
}
.wishlist-price .old-price{
    font-size: 12px;
}
.wishlist-price .discount{
    font-size: 12px;
}
.wishlist-btn:hover .wishlist-tooltip {
    opacity: 1;
    visibility: visible;
}
.wishlist-empty img {
    margin-bottom: 20px;
}

/* 🔥 Pulse Glow Effect */
.pulse-btn {
    animation: pulseEffect 3s infinite;
}

@keyframes pulseEffect {
    0% {
        box-shadow: 0 0 0 0 rgb(252, 249, 239);
        transform: scale(1);
    }
    40% {
        box-shadow: 0 0 20px 10px rgba(255, 45, 141, 0);
        transform: scale(1.05);
    }
    70% {
        transform: scale(0.98);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(255, 45, 141, 0);
        transform: scale(1);
    }
}

/* 🔥 Small Shake (Vibration) */
.pulse-btn:hover {
    animation: shake 0.4s;
    color: #000 !important;
}

@keyframes shake {
    0% { transform: translateX(0); }
    25% { transform: translateX(-2px); }
    50% { transform: translateX(2px); }
    75% { transform: translateX(-2px); }
    100% { transform: translateX(0); }
}
.continue-btn {
    background: #f1eee4;
    color: #fff;
    padding: 10px 20px;
    display: inline-block;
    margin: 15px 0;
    color: #151313;
    border: 1px solid rgba(180, 133, 62, .3);
    border-radius: 3px;
    font-weight: 500;
}

.browse-text {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin: 20px 0;
}

.browse-text span {
    flex: 1;
    height: 1px;
    background: #ddd;
}

.category-slider {
    display: flex;
    gap: 15px;
    overflow-x: auto;
    padding-top: 20px;
}

.category-item {
    min-width: 120px;
    text-align: center;
}

.category-item img {
    width: 100%;
    border-radius: 12px;
}
.wishlist-banner {
    padding: 40px 0;
    text-align: center;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
}

.wishlist-banner h1 {
    font-size: 36px;
    font-weight: 500;
    margin-bottom: 10px;
}

.breadcrumb a {
    color: #000;
    text-decoration: none;
}

.breadcrumb span {
    margin: 0 5px;
}
.breadcrumb{
    font-size: 14px;
    color: #777;
    text-align: center;
    display: flex;
    justify-content: center;
}
.wishlist-content{
    margin-top: 60px;
}
.order-totals p{
    display: flex;
    justify-content: space-between;
    margin-bottom: 0px;
}
/* === Custom Checkout Layout === */
.custom-checkout-wrapper {
    max-width: 1320px;
    margin: 0 auto;
    padding: 30px 15px;
}
.checkout-container {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}
.checkout-left {
    flex: 1 1 55%;
    background: transparent;
    padding: 25px;
    padding-left:0px;
    padding-right:0px;
}
.contact-info , .order-details , .shipping-info{
    border: 1px solid #EBEBEB;
    padding: 28px;
}
.checkout-right {
    flex: 1 1 40%;
    background: transparent;
    padding: 25px;
    padding-left:0px;
    padding-right:0px;
}
.checkout-left h2,
.checkout-right h2 {
    font-size: 22px;
    margin-bottom: 10px;
    padding-bottom: 8px;
}
.contact-fields {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
}
.contact-fields .form-row-wide {
    grid-column: 1 / 3;
}
.contact-fields .form-row{
    width:100% !important;

}
.shipping-fields {
    margin-top: 30px;
}
#order_review_heading {
    font-size: 18px;
    margin: 20px 0 10px;
}
.order-review {
    margin-top: 15px;
}
.woocommerce-checkout input{
  padding:7px;
  width: 100%;
  border:1px solid #E9E9EB;
}
.woocommerce-checkout label{
   font-family: Clash Grotesk;
   font-weight: 500;
   font-style: Medium;
   font-size: 16px;
   leading-trim: NONE;
   line-height: 140%;
   letter-spacing: 0%;
   margin-bottom:10px;
}
.shipping-fields #shipping_address_1_field{
    display:flex;
    flex-direction: column;
}
.shipping-fields .select2-selection--single{
    border: 1px solid #E9E9EB;
    padding:2px;

}
.checkout-left {
    flex: 1 1 55%;
    background: transparent;
    padding: 25px;
    padding-left: 0px;
    padding-right: 0px;
    display: flex;
    flex-direction: column;
    gap: 25px;
}
.order-item {
    margin-bottom: 20px;
    display: flex;
    column-gap: 30px;
    justify-content: space-between;
}
.order-item:last-child {
    margin-bottom: 0;
}
.order-left {
    display: flex;
    column-gap: 20px;
}
.order-details {
    display: flex;
    flex-direction: column;
}
.order-details h4 {
    font-size: 14px !important;
    margin-bottom: 6px;
}
.order-details  span {
    display: inline-block;
    font-size: 16px;
    margin-bottom: 3px;
    margin-top: auto;
}
.order-retting ul {
    display: inline-flex;
    column-gap: 14px;
    cursor: pointer;
}
.order-right {
       display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-end;
    text-align: right;
    min-height: 140px;
}
.order-right p {
    margin-bottom: 0;
    font-size: 14px;
    color: #8F8E8A;
}
.item-img img {
    width: 56px;
    height: 56px;
    object-fit: cover;
    border-radius: 6px;
}
.item-left{
    display: flex;
    align-items: center;
    gap: 15px;
}
.item-details .name{
    font-size: 14px;
    margin-bottom: 0px;
}
.item-details .sku{
    font-size: 14px;
    margin-bottom: 0px;
}
.woocommerce-Price-currencySymbol{
    font-size: 16px !important;
}
.coupon-box {
    margin: 15px 0;
    display: flex;
    gap: 10px;
}
.checkout-btn button {
    padding: 12px 25px;
    background: #000;
    color: #fff;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    width: 100%;
    margin-top: 10px;
    font-weight: 500;
    font-style: Medium;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0px;
    padding: 14px 40px 14px 40px;
}
.ira-tab-section h2{
    font-size: 22px;
}
.letest-design-details p{
    font-size: 14px;
}
.top-style-price .current-price{
    font-size: 14px;
}
.top-style-price .old-price {
    font-size: 12px;
    overflow: hidden;
    text-decoration: line-through;
    color: #555555;
}
.top-style-price .discount {
    font-size: 12px;
    overflow: hidden;
    color: #b4853e !important;
}
.wc-forward{
    display: none !important;
}
.product-title-rating {
    display: flex;
    justify-content: space-between;
    gap: 10px;
}
.product-rating .stars {
    color: #f5a623; /* gold color */
    font-size: 12px;
    letter-spacing: 2px;
}
.product-rating{
    font-size: 12px;
}
.star-count{
color:#555;
}
.dot{
    font-size: 14px;
    border: 1px solid #000;
    width: 9px;
    height: 9px;
    border-radius: 50%;
}
.page-dots{
   display: flex !important;
   gap: 10px;
}
.luxury-budget {
  padding: 100px 5%;
  background: #f8f5f2;
  text-align: center;
}

.luxury-header .tag {
  letter-spacing: 2px;
  font-size: 12px;
  color: #c5a47e;
}

.luxury-header h2 {
  font-size: 44px;
  margin: 15px 0;
  font-weight: 500;
}

.luxury-header p {
  max-width: 600px;
  margin: auto;
  color: #666;
  font-size: 16px;
}

/* cards layout */
.luxury-cards {
  margin-top: 60px;
  display: flex;
  justify-content: center;
  gap: 30px;
  align-items: center;
}

/* card */
.lux-card {
  position: relative;
  width: 260px;
  height: 360px;
  border-radius: 20px;
  overflow: hidden;
  text-decoration: none;
  transition: 0.5s;
}

.lux-card img {
  width: 100%;
  height: 100% !important;
  object-fit: cover;
  transition: 0.6s;
}

/* soft overlay (important fix) */
.lux-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0,0,0,0.55), rgba(0,0,0,0.1));
}

/* content */
.lux-content {
  position: absolute;
  bottom: 25px;
  left: 25px;
  color: #fff;
  text-align: left;
}

.lux-content p {
  font-size: 14px;
  opacity: 0.85;
}

.lux-content h3 {
  font-size: 30px;
  margin-top: 5px;
}

/* hover = luxury feel */
.lux-card:hover img {
  transform: scale(1.1);
}

.lux-card:hover {
  transform: translateY(-10px);
}

/* featured center */
.featured {
  width: 300px;
  height: 400px;
  transform: translateY(-20px);
  box-shadow: 0 25px 50px rgba(0,0,0,0.15);
}

/* mobile */
@media (max-width: 768px) {
  .luxury-cards {
    flex-direction: column;
  }

  .featured {
    transform: none;
  }
}
    