*{
  margin:0; 
  padding:0; 
  outline:none;
}

/* =============================================
   ABOUT US PAGE
   ============================================= */


   
/* ── Shared ── */
.aup-section-eyebrow {
  display: inline-block;
  background: #EDDBE5;
  color: #FA01A2;
  font-family: Inter, sans-serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  border-radius: 999px;
  padding: 5px 16px;
  margin-bottom: 14px;
}
.aup-highlight {
  color: #FA01A2;
}
.aup-section-header {
  text-align: center;
  margin-bottom: 52px;
}
.aup-section-heading {
  font-family: Inter, sans-serif;
  font-weight: 800;
  font-size: 38px;
  color: #210714;
  line-height: 1.2;
  margin: 0 0 12px;
}
.aup-section-sub {
  font-family: Inter, sans-serif;
  font-size: 17px;
  color: #6b4557;
  max-width: 540px;
  margin: 0 auto;
  line-height: 1.6;
}

/* ── Section 1: Brand Story ── */
.aup-story {
  padding: 90px 0 70px;
  background: #fff;
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}
.aup-story.aup-in-view {
  opacity: 1;
  transform: translateY(0);
}
.aup-story-row {
  gap: 40px 0;
}
.aup-story-text {
  padding-right: 48px;
}
.aup-story-heading {
  font-family: Inter, sans-serif;
  font-weight: 800;
  font-size: 44px;
  color: #210714;
  line-height: 1.15;
  margin: 0 0 22px;
}
.aup-story-lead {
  font-family: Inter, sans-serif;
  font-size: 18px;
  color: #210714;
  line-height: 1.7;
  margin-bottom: 14px;
  font-weight: 500;
}
.aup-story-body {
  font-family: Inter, sans-serif;
  font-size: 16px;
  color: #6b4557;
  line-height: 1.75;
  margin-bottom: 28px;
}
.aup-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 32px;
}
.aup-badge {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  background: #fef0f8;
  border: 1px solid #fbbde5;
  color: #c2006a;
  border-radius: 999px;
  padding: 6px 16px;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 600;
}
.aup-badge i {
  color: #FA01A2;
}
.aup-cta-btn {
  display: inline-block;
  background: #FA01A2;
  color: #fff;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 600;
  padding: 15px 36px;
  border-radius: 999px;
  text-decoration: none;
  transition: background 0.3s ease, transform 0.2s ease, box-shadow 0.2s ease;
}
.aup-cta-btn:hover {
  background: #c8007a;
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 8px 28px rgba(250,1,162,0.4);
}
.aup-story-image-col {
  display: flex;
  justify-content: center;
}
.aup-story-image-wrap {
  position: relative;
  display: inline-block;
  max-width: 480px;
  width: 100%;
}
.aup-story-img-bg {
  position: absolute;
  inset: 24px -24px -24px 24px;
  background: linear-gradient(135deg, #FA01A2 0%, #890D55 100%);
  border-radius: 24px;
  z-index: 0;
}
.aup-story-img {
  position: relative;
  z-index: 1;
  width: 100%;
  border-radius: 24px;
  object-fit: cover;
  display: block;
  box-shadow: 0 24px 60px rgba(33,7,20,0.18);
}
.aup-story-badge-pill {
  position: absolute;
  bottom: -18px;
  left: 28px;
  background: #210714;
  color: #fff;
  border-radius: 999px;
  padding: 10px 22px;
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: Inter, sans-serif;
  font-size: 13px;
  font-weight: 600;
  z-index: 2;
  box-shadow: 0 8px 24px rgba(33,7,20,0.28);
  white-space: nowrap;
}
.aup-story-badge-pill i {
  color: #FA01A2;
}

/* ── Section 2: Stats ── */
.aup-stats {
  padding: 80px 0;
  background: #210714;
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 0.7s ease 0.1s, transform 0.7s ease 0.1s;
}
.aup-stats.aup-in-view {
  opacity: 1;
  transform: translateY(0);
}
.aup-stats-row {
  gap: 28px 0;
}
.aup-stat-card {
  text-align: center;
  padding: 36px 24px;
  border-right: 1px solid rgba(255,255,255,0.1);
}
.aup-stats-row > div:last-child .aup-stat-card {
  border-right: none;
}
.aup-stat-icon {
  font-size: 32px;
  color: #FA01A2;
  margin-bottom: 14px;
  display: block;
}
.aup-stat-number {
  font-family: Inter, sans-serif;
  font-size: 46px;
  font-weight: 900;
  color: #fff;
  line-height: 1;
  margin-bottom: 8px;
}
.aup-stat-number span {
  font-size: 28px;
  color: #FA01A2;
}
.aup-stat-label {
  font-family: Inter, sans-serif;
  font-size: 15px;
  font-weight: 500;
  color: rgba(255,255,255,0.65);
  letter-spacing: 0.03em;
}

/* ── Section 3: Why Choose Us ── */
.aup-why {
  padding: 90px 0 80px;
  background: #fdf4f9;
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 0.7s ease 0.1s, transform 0.7s ease 0.1s;
}
.aup-why.aup-in-view {
  opacity: 1;
  transform: translateY(0);
}
.aup-why-row {
  gap: 28px 0;
}
.aup-why-card {
  background: #fff;
  border-radius: 20px;
  padding: 36px 28px;
  text-align: center;
  border: 1px solid #f3d8ea;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  height: 100%;
}
.aup-why-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 50px rgba(250,1,162,0.12);
}
.aup-why-icon-wrap {
  width: 80px;
  height: 80px;
  background: #EDDBE5;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 22px;
  transition: background 0.3s ease;
}
.aup-why-card:hover .aup-why-icon-wrap {
  background: #FA01A2;
}
.aup-why-icon {
  width: 38px;
  height: 38px;
  object-fit: contain;
}
.aup-why-card h4 {
  font-family: Inter, sans-serif;
  font-size: 20px;
  font-weight: 700;
  color: #210714;
  margin-bottom: 12px;
}
.aup-why-card p {
  font-family: Inter, sans-serif;
  font-size: 15px;
  color: #6b4557;
  line-height: 1.7;
  margin: 0;
}

/* ── Section 4: Values ── */
.aup-values {
  padding: 90px 0;
  background: #fff;
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 0.7s ease 0.1s, transform 0.7s ease 0.1s;
}
.aup-values.aup-in-view {
  opacity: 1;
  transform: translateY(0);
}
.aup-values-row {
  gap: 28px 0;
}
.aup-value-item {
  padding: 32px 24px;
  border-left: 3px solid #FA01A2;
  background: #fdf4f9;
  border-radius: 0 16px 16px 0;
  height: 100%;
  transition: background 0.3s ease;
}
.aup-value-item:hover {
  background: #FAE8F3;
}
.aup-value-num {
  font-family: Inter, sans-serif;
  font-size: 40px;
  font-weight: 900;
  color: #EDDBE5;
  line-height: 1;
  margin-bottom: 10px;
}
.aup-value-item h5 {
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 700;
  color: #210714;
  margin-bottom: 10px;
}
.aup-value-item p {
  font-family: Inter, sans-serif;
  font-size: 14px;
  color: #6b4557;
  line-height: 1.7;
  margin: 0;
}

/* ── Section 5: CTA ── */
.aup-cta-section {
  padding: 80px 0 100px;
  background: #fff;
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 0.7s ease 0.1s, transform 0.7s ease 0.1s;
}
.aup-cta-section.aup-in-view {
  opacity: 1;
  transform: translateY(0);
}
.aup-cta-inner {
  background: linear-gradient(135deg, #210714 0%, #890D55 60%, #FA01A2 100%);
  border-radius: 28px;
  padding: 64px 56px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  flex-wrap: wrap;
}
.aup-cta-content h2 {
  font-family: Inter, sans-serif;
  font-size: 36px;
  font-weight: 800;
  color: #fff;
  margin-bottom: 12px;
}
.aup-cta-content p {
  font-family: Inter, sans-serif;
  font-size: 17px;
  color: rgba(255,255,255,0.78);
  line-height: 1.6;
  margin: 0;
}
.aup-cta-actions {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  flex-shrink: 0;
}
.aup-cta-btn-white {
  display: inline-block;
  background: #fff;
  color: #210714;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 700;
  padding: 15px 36px;
  border-radius: 999px;
  text-decoration: none;
  transition: background 0.3s ease, transform 0.2s ease;
}
.aup-cta-btn-white:hover {
  background: #EDDBE5;
  color: #210714;
  transform: translateY(-2px);
}
.aup-cta-btn-outline {
  display: inline-block;
  background: transparent;
  color: #fff;
  border: 2px solid rgba(255,255,255,0.7);
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 600;
  padding: 13px 34px;
  border-radius: 999px;
  text-decoration: none;
  transition: all 0.3s ease;
}
.aup-cta-btn-outline:hover {
  background: rgba(255,255,255,0.12);
  color: #fff;
  border-color: #fff;
}

/* ── About Responsive ── */
@media (max-width: 991px) {
  .aup-story-text {
    padding-right: 0;
  }
  .aup-story-heading,
  .aup-section-heading { font-size: 30px; }
  .aup-stat-card { border-right: none; border-bottom: 1px solid rgba(255,255,255,0.1); }
  .aup-stats-row > div:last-child .aup-stat-card { border-bottom: none; }
  .aup-cta-inner { padding: 44px 32px; }
  .aup-cta-content h2 { font-size: 26px; }
}
@media (max-width: 767px) {
  .aup-story { padding: 60px 0 50px; }
  .aup-story-img-bg { display: none; }
  .aup-stats, .aup-why, .aup-values, .aup-cta-section { padding: 60px 0; }
  .aup-cta-inner { flex-direction: column; text-align: center; }
  .aup-cta-actions { justify-content: center; }
  .aup-stat-number { font-size: 36px; }
}

html {
  overflow-x: hidden;
    scroll-behavior: smooth;

}
body{
  background: #FFFFFF !important;
  padding: 0 !important;
  overflow-x: hidden;
}

body {
  background-color: #F5F6FF;
  min-height: 100vh;
  margin: 0;
  transition: background 0.2s linear;
}

.sticky .header-wrap {
  padding: 0px 0px 0px;
}
.sticky  .logo {
  padding: 10px 18px 15px 0;
  display: none
}
.sticky .header-search-box{
  display: none;
}
.sticky .header-icon-btns {
  display: none;
}

a{
  text-decoration: none !important;
}


h1,
h2,
h3,
h4,
h5,
h6{ 
  margin:0;
  padding:10px 0;

}
p{
  margin:0 0 15px; 
  padding:0;
  font-size:15px;
  font-weight:300;
}

/* Slider Section */
.slider-main-heading {
    padding: 14px 0;
}
.slider-images {
    height: 642px;
}
.slider-images  img{
  width: 100%;
  height: 100%;
  object-fit: contain;
}
#slider::after {
    content: "";
    background: radial-gradient(50% 50% at 50% 50%, #890D55 0%, #490821 86.13%);
    width: 50%;
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    border-top: 48px solid #fff;
        z-index: -1;

}
.slider-free-delivery-box {
    position: absolute;
    top: 150px;
    right: 0px;
    bottom: 0;
    margin: auto;
    z-index: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50%;
}
.slider-free-delivery-box .small-text {
    transform: translateY(-50%);
    font-size: clamp(36px, 5vw, 64px);
    font-weight: 900;
    font-style: italic;
    color: rgba(255, 255, 255, 0.08);
    letter-spacing: -2px;
    white-space: nowrap;
    pointer-events: none;
    z-index: 0;
    line-height: 1;
    font-family: 'Inter', sans-serif;
    font-size: 140px;
    font-weight: 900;
    font-family: 'Inter';
    color: transparent;
    -webkit-text-stroke: 3px #FFFFFF14;
    font-style: italic;
    letter-spacing: 2px;
}
#slider   .owl-carousel .owl-nav {
    display: flex !important;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 0;
    bottom: 0;
}
#slider .owl-carousel .owl-nav button {
    width: 50px;
    height: 50px;
    border: 3px solid #FFFFFF;
    background: unset;
    color: #FFFFFF;
}
#slider .owl-carousel .owl-nav button:hover{
    border: 3px solid #FA01A2;
    color: #FA01A2;
    transition: 0.4s ease-in;
}
#slider {
    padding: 60px 0;
    position: relative;
    z-index: 1;
    background: #210714;
    margin-bottom: 100px;
    height: 822px;
    display: flex;
    align-items: center;
    justify-content: center;

}
#slider .owl-dots {
    display: none;
}
.slider-top-tag {
    font-family: Inter;
    font-weight: 800;
    font-style: Extra Bold;
    font-size: 20px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    color: #FFFFFF;
}
.slider-images img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.slider-main-heading h1 {
    font-family: Inter;
    font-weight: 800;
    font-style: Italic;
    font-size: 96px;
    leading-trim: NONE;
    line-height: 120%;
    letter-spacing: 0%;
    color: #FFFFFF;
    position: relative;
    margin: 0px 0 25px;
}
.slider-main-heading h1::after {
    content: "";
    background: #FA01A2;
    height: 4px;
    width: 0%;
    position: absolute;
    bottom: -16px;
    left: 0;
    transition: width 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}

/* Animate the line when the slider animation runs */
.slider-anim--run .slider-main-heading h1::after,
.slider-anim--heading.slider-anim--run h1::after {
    width: 20%;
}

.slider-main-content p {
    font-family: Inter;
    font-weight: 400;
    font-style: Regular;
    font-size: 20px;
    leading-trim: NONE;
    line-height: 35px;
    letter-spacing: 0%;
    color: #FFFFFF;
}
.slider-button a span {
    font-family: Inter;
    font-weight: 500;
    font-style: Medium;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    color: #FFFFFF;
    background: #FA01A2;
    padding: 14px 28px;
    border-radius: 30px;
    transition: background 0.3s ease, transform 0.2s ease, box-shadow 0.2s ease;
}
.slider-button a:hover span {
    background: #c8007a;
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(250,1,162,0.45);
}

/* =============================================
   SLIDER – ANIMATION SYSTEM  (v3)
   ============================================= */

/* ── Entrance keyframes ── */

/* TAG: flip-in from above */
@keyframes sliderTagType {
  0%   { opacity: 0; transform: rotateX(-90deg) translateY(-20px); }
  60%  { opacity: 1; transform: rotateX(8deg)   translateY(4px);   }
  100% { opacity: 1; transform: rotateX(0deg)   translateY(0);     }
}

/* HEADING: split-rise — letters slide up from a clip */
@keyframes sliderHeadingSkew {
  0%   { opacity: 0; transform: translateY(60px) scaleY(0.6); filter: blur(4px); }
  55%  { opacity: 1; transform: translateY(-8px) scaleY(1.04); filter: blur(0); }
  100% { opacity: 1; transform: translateY(0)    scaleY(1);    filter: blur(0); }
}

/* CONTENT: slide in from left */
@keyframes sliderContentBlur {
  0%   { opacity: 0; transform: translateX(-50px); }
  60%  { opacity: 1; transform: translateX(6px);   }
  100% { opacity: 1; transform: translateX(0);     }
}

/* BUTTON: zoom-pop from centre */
@keyframes sliderBtnStretch {
  0%   { opacity: 0; transform: scale(0.4) rotate(-6deg); }
  55%  { opacity: 1; transform: scale(1.08) rotate(1deg); }
  80%  { transform: scale(0.97) rotate(0deg); }
  100% { transform: scale(1)    rotate(0deg); }
}

/* BADGE: spiral spin-in */
@keyframes sliderBadgeBounce {
  0%   { opacity: 0; transform: scale(0) rotate(-180deg); }
  60%  { opacity: 1; transform: scale(1.12) rotate(8deg); }
  80%  { transform: scale(0.95) rotate(-3deg); }
  100% { transform: scale(1)    rotate(0deg); }
}

/* ── Infinite image keyframes ── */

/* Gentle float up/down */
@keyframes sliderImgSwing {
  0%   { transform: translateY(0px)   scale(1);    }
  30%  { transform: translateY(-18px) scale(1.02); }
  60%  { transform: translateY(-8px)  scale(1.01); }
  80%  { transform: translateY(-22px) scale(1.02); }
  100% { transform: translateY(0px)   scale(1);    }
}

/* Soft hue pulse */
@keyframes sliderImgColorGlow {
  0%,100% { filter: drop-shadow(0 10px 24px rgba(250,1,162,0.35)) saturate(1);    }
  40%      { filter: drop-shadow(0 18px 40px rgba(100,60,255,0.45)) saturate(1.15); }
  70%      { filter: drop-shadow(0 14px 32px rgba(250,1,162,0.55)) saturate(1.1);  }
}

/* Button: wave-shimmer */
@keyframes sliderBtnShimmer {
  0%   { background-position: -200% center; }
  100% { background-position:  200% center; }
}

/* Button: pulse ring */
@keyframes sliderBtnRipple {
  0%   { box-shadow: 0 0 0 0   rgba(250,1,162,0.7); }
  70%  { box-shadow: 0 0 0 18px rgba(250,1,162,0);  }
  100% { box-shadow: 0 0 0 0   rgba(250,1,162,0);   }
}

/* ── Base state (hidden until JS fires) ── */
#slider .slider-anim.slider-anim--tag,
#slider .slider-anim.slider-anim--heading,
#slider .slider-anim.slider-anim--content {
  opacity: 0;
  will-change: transform, opacity;
}

/* TAG – flip in */
#slider .slider-anim.slider-anim--tag {
  overflow: hidden;
  transform-style: preserve-3d;
  perspective: 600px;
}
#slider .slider-anim.slider-anim--tag.slider-anim--run {
  animation: sliderTagType 0.7s cubic-bezier(0.22, 1, 0.36, 1) both;
  animation-delay: var(--anim-delay, 0s);
}

/* HEADING – split rise */
#slider .slider-anim.slider-anim--heading.slider-anim--run {
  animation: sliderHeadingSkew 0.75s cubic-bezier(0.22, 1, 0.36, 1) both;
  animation-delay: var(--anim-delay, 0s);
}

/* CONTENT – slide from left */
#slider .slider-anim.slider-anim--content.slider-anim--run {
  animation: sliderContentBlur 0.65s cubic-bezier(0.22, 1, 0.36, 1) both;
  animation-delay: var(--anim-delay, 0s);
}

.slider-heading-highlight {
    padding-left: 54px;
}

/* BUTTON – always visible; zoom pop on run */
#slider .slider-anim.slider-anim--btn {
  opacity: 1;
  margin: 40px 16px;
}
#slider .slider-anim.slider-anim--btn.slider-anim--run {
  animation: sliderBtnStretch 0.65s cubic-bezier(0.34, 1.56, 0.64, 1) both;
  animation-delay: var(--anim-delay, 0s);
}

/* IMAGE – always visible; float + hue pulse on run */
#slider .slider-anim.slider-anim--img {
  opacity: 1;
  position: relative;
}
#slider .slider-anim.slider-anim--img.slider-anim--run {
  animation:
    sliderImgSwing     5s  ease-in-out 0.4s infinite,
    sliderImgColorGlow 4s  ease-in-out 0.4s infinite;
}


/* Newsletter Section */
#newsletter {
    margin: 100px 0;
    position: relative;
    z-index: 1;
}
#newsletter .container {
    border-radius: 10px;
    padding: 0 60px;
    position: relative;
    z-index: 1;
}
#newsletter .newsletter-animate-wrap {
  will-change: transform, opacity;
}
#newsletter.newsletter-run-animation .newsletter-animate-wrap {
  animation: fadeInUp 1.2s ease both;
}
.newsletter-heading {
    color: #FFFFFFB2;
    padding: 14px 0 0;
    font-family: Inter;
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 22px;
    letter-spacing: 0%;

}

.newsletter-image-box {
    height: 291px;
    display: flex;
    align-items: center;
    justify-content: end;
}
.newsletter-image-box img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    animation: shake 15s infinite;
}
#newsletter input[type="email"] {
    width: 100%;
    background: unset;
    border: unset;
    border-radius: 35px;
    padding: 0 22px;
    height: 55px;
    border: 1px solid #FFFFFF;
}
.newsletter-small-heading {
    color: #FFFFFF;
    font-family: Inter;
    font-weight: 500;
    font-style: Medium;
    font-size: 26px;
    leading-trim: NONE;
    line-height: 138%;
    letter-spacing: -1%;
        margin: 0;
    padding: 0;
}
.newsletter-rightImage img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.newsletter-rightImage {
    height: 406px;
    margin-top: -47px;
}
.newsletter-main-heading {
    color: #FFFFFFB2;
    padding: 14px 0 0;
    font-family: Inter;
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 22px;
    letter-spacing: 0%;

}
.newsletter-form-box  .wpcf7-form {
  position: relative;
}
.newsletter-form-box {
    margin: 34px 0 0;
}
.newsletter-form-box [type=submit]:hover {
    background: #EDDBE5;
    color: #210714;
    transition: 0.4s ease-in;
}
.newsletter-form-box [type=submit] {
       background: #FA01A2;
    border: unset;
    color: #FFFFFF;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 0;
    padding: 0 38px;
    border-radius: 23px;
    position: absolute;
    top: 5px;
    right: 8px;
    font-family: Inter;
    font-weight: 500;
    font-style: Medium;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
}
/* FAqs  Section */
.sec-faqbox {
  padding: 60px 0;
}
#faqs {
  padding: 60px 0;
  position: relative;
  z-index: 1;
  background: #FFFFFF;
}
.faqs-heading h2 {
  color: transparent;
  font-family: Inter;
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: left;
  text-transform: capitalize;
  background: linear-gradient(90deg, #9744E9 0%, #5945E5 100%);
  background-clip: text !important;
  padding: 0;
  max-width: fit-content;}
.faqs-heading p {
  font-family: Inter;
  font-weight: 300;
  font-style: Light;
  font-size: 15px;
  leading-trim: NONE;
  line-height: 26px;
  letter-spacing: 0%;
  color: #000000;
}
.faqs-heading h3 {
  letter-spacing: 0%;
  color: #000000;
  font-family: Archivo;
  font-weight: 600;
  font-style: SemiBold;
  font-size: 30px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0%;
  text-transform: capitalize;
}
.faq-card {

  border-bottom: 1px solid #000000 !important;
  width: 100%;
  border-radius: unset !important;
}

.all-posts-tags li {
  list-style: none;
}

.viewall-faq-button a {
  border: 2px solid #FA01A2;
  border-radius: 8px;
  padding: 15px 30px;
  display: flex
;
  align-items: center;
  justify-content: center;
  max-width: fit-content;
}

.viewall-faq-button a {
  font-family: Open Sans;
  font-weight: 700;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0px;
  color: #FA01A2;
  padding: 18px 35px 18px 12px;
}
.accordion-button::after {
    content: "\2b" !important;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    font-size: 18px;
    display: inline-block;
    width: 35px !important;
    height: 35px !important;
    text-align: center;
    line-height: 24px;
    background-image: none !important;
    color: #FFFFFF;
    transition: transform 0.3s;
    background: #210714;
    display: flex;
    align-items: center;
    justify-content: center;
}
.accordion-collapse.show .order-faq-number {
  font-size: 40px !important;
}
.order-faq-number {
  font-family: 'Poppins';
  font-weight: 600;
  font-style: SemiBold;
  font-size: 25px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0%;
  color: #FA01A2;
  padding-right: 30px;
}
.accordion-item:last-of-type .accordion-collapse {
animation: fadeInUp 0.2s linear;
  padding: 12px 0 32px;
}
.accordion-button:not(.collapsed)::after{
    content: "\f068" !important;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    font-size: 18px;
    display: inline-block;
    width: 35px !important;
    height: 35px !important;
    text-align: center;
    line-height: 24px;
    background-image: none !important;
    color: #FFFFFF;
    transition: transform 0.3s;
    background: #FA01A2;
    display: flex;
    align-items: center;
    justify-content: center;
}
.all-posts-tags h6 {
  font-family: Inter;
  font-weight: 600;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0px;
  color: #FFFFFF;
  margin: 0;
  padding-right: 14px;
}
.all-posts-tags {
  display: flex;
      align-items: center;
      justify-content: flex-start;
      margin: 20px 0 0;
      padding: 0;
}
.viewall-faq-button a:hover i{

  color: #FFFFFF;

}
#search .searchBox {
 position: relative;
    display: flex;
    align-items: center;
    justify-content: left;
    width: 100%;
    padding: 0 17px;
  }

  .search-category {
    font-family: Poppins;
    font-weight: 400;
    font-style: Regular;
    font-size: 14px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0px;
    color: #000000;
    border: unset;
    background: unset;
}
.header-search-box {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.slider-post-search-tag-box {
  width: 82%;
}
.all-posts-tags li a:hover {
  background: #FFFFFF;
  transition: 0.6s ease-in-out;
  color: #000;
}
.all-posts-tags li a {
  border: 1px solid #FFFFFF;
  background: #00000033;
  font-family: Inter;
  font-weight: 700;
  font-style: Bold;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0px;
  text-align: center;
  color: #fff;
  height: 32px;
  display: flex;
  justify-content: center;
  backdrop-filter: blur(20px);
  border-radius: 4px;
  padding: 17px 10px;
  margin: 0 6px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.viewall-faq-button a{
  position: relative;
}
.viewall-faq-button a i {
  font-weight: 700;
  font-size: 16px;
  color: #FA01A2;
  position: relative;
  z-index: 1;
  padding-left: 36px;
}

.viewall-faq-button a:hover{

  color: #FFFFFF;

}

.viewall-faq-button a span{
  position: relative;
  z-index: 1;
}


.viewall-faq-button a:before{
	position:absolute;
	content:'';
	top:0;
	left:0;
	right:0;
	bottom:0;
	background:#FA01A2;
	transition:all 0.3s ease-out;
	-webkit-transition:all 0.3s ease-out;
	-moz-transition:all 0.3s ease-out;
	transform:scaleX(0);
	-webkit-transform:scaleX(0);
	-moz-transform:scaleX(0);
  border-radius: 6px;
}
.viewall-faq-button a:hover:before{
	transform:scaleX(1);
	-webkit-transform:scaleX(1);
	-moz-transform:scaleX(1);
}







.accordion-button{
    padding: 0 !important;
    font-family: Inter;
    font-weight: 500;
    font-style: Medium;
    font-size: 22px !important;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    color: #210714 !important;

}
.accordion-button:not(.collapsed) {
  background-color: unset !important;
  box-shadow: unset !important;
}

.accordion-button:focus {
  border-color: unset !important;
  box-shadow: unset !important;
}

.panel-body p {
  margin: 0;
  text-align: left;
  padding: 0;
    transition: color 0.2s ease;
    font-family: Inter;
    font-weight: 400;
    font-style: Medium;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 168%;
    letter-spacing: 0%;
    color: #210714;

}


.accordion-item {
  background-color: unset !important;
  border: unset !important;
  width: 100%;
}
.accordion-body {
  padding: 0 !important;
}


.faq-card{
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 12px 0;
}



.owl-nav button {
    width: 45px;
    height: 45px;
    background: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 12px;
    background: #000000;
    border-radius: 50%;
    border: unset;
    color: #FFFFFF;

}
.owl-nav button i {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
}
#our-blogs .owl-nav {
    display: none;
  }

  #our-blogs  .owl-dots {
      display: none;
  }


.owl-nav {
  display: none;

}


.blogs-time-datebox {
    font-family: Poppins;
    font-weight: 400;
    font-style: Regular;
    font-size: 14px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    text-transform: capitalize;
    color: #8E8383;
padding: 18px 0;
}
/* contact us Section */

#contact-us-section {
    padding: 60px 0 110px;
    position: relative;
    z-index: 1;
}


#contact-us-section .contactUs-leftContent-box {
    background: linear-gradient(180deg, #FA01A2 0%, #4B1D24 100%);
    padding: 80px 42px;
    border-top-right-radius: 999px;
    border-top-left-radius: 999px;
    border-bottom-left-radius: 50px;
    border-bottom-right-radius: 50px;
    height: 100%;

}
.contactUs-left-image {
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}
.contactUs-left-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}


#contact-us-section .contact-us-section-heading {
    font-family: Sail;
    font-weight: 400;
    font-style: Regular;
    font-size: 48px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    text-transform: capitalize;
    color: #FFFFFF;
    margin-bottom: 20px;
}

#contact-us-section .contact-usbox-form {
    background: #FFFFFF;
    box-shadow: 0px 4px 54px 0px #0000001C;
    border-top-left-radius: 20px;
    border-top-right-radius: 110px;
    border-bottom-left-radius: 110px;
    border-bottom-right-radius: 20px;
    padding: 80px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}


#contact-us-section input[type='text'], #contact-us-section input[type='email'] , #contact-us-section input[type='tel'] {
    width: 100%;
    height: 60px;
    border: 1px solid #EAEAEA;
    border-radius: 99px;
    padding: 0 22px;
}



#contact-us-section textarea{
   width: 100%;
    height: 140px;
    border: 1px solid #EAEAEA;
    border-radius: 30px;
    padding: 18px 22px;
}


#contact-us-section
[type=submit] {
    font-family: Poppins;
    font-weight: 500;
    font-style: Medium;
    font-size: 18px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 3%;
    text-transform: uppercase;
    color: #FFFFFF;
    background: #FA01A2;
    border: unset;
    width: 100%;
    padding: 10px;
    border-radius: 50px;
    height: 60px;
}


#contact-us-section   .contact-form-bottom-text p label {
    font-family: Poppins;
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    text-transform: capitalize;
    color: #8E8383;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}


.contact-us-leftbox span a {
    font-family: Poppins;
    font-weight: 400;
    font-style: Regular;
    font-size: 18px;
    leading-trim: NONE;
    line-height: 150%;
    letter-spacing: 0%;
    color: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-left: 16px;
    height: 50px;

}
.contact-usmail-leftbox span {
    font-family: Poppins;
    font-weight: 400;
    font-style: Regular;
    font-size: 18px;
    leading-trim: NONE;
    line-height: 150%;
    letter-spacing: 0%;
    color: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
        padding-left: 16px;

}
.contact-us-leftbox {
      display: -webkit-box;
    align-items: center;
    justify-content: flex-start;
    padding: 12px 0;
    flex-direction: initial;

}
.contact-us-leftbox svg {
    border: 1.5px dashed #FFFFFF;
    width: 52px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    padding: 10px;
}
#contact-us-section [type=submit]:hover {
    color: #fff;
    background: #000;
    transition: 0.3s ease-in;
}
.contact-us-button a span {
    font-family: Poppins;
    font-weight: 500;
    font-style: Medium;
    font-size: 18px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 3%;
    text-transform: uppercase;
    color: #23203B;
    background: #FFFFFF;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
        padding: 0 30px;  
}
.contact-us-button a span:hover {
    background: #000000;
    color: #fff;
    transition: 0.3s ease-in;
}
.contact-us-button {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 32px;
}



/*------------------ Contact Page -----------------*/
.contact-page-details {
    padding: 30px 0;
    background: #EDDBE5;
    border-radius: 10px;
}

.contact-page-box {
    margin-top: 38px;
    padding: 0px 15px;
    position: relative;
    z-index: 1;
    border-radius: 30px;
    margin-bottom: 30px;
    border: 1px solid #D0D0D0;
    box-shadow: 0px 4px 44px 0px #00000012;
}

span.yith-wcwl-add-to-wishlist-button__label {
    display: none;
}
h3.contact-page {
  margin-left: 3%;
  font-weight: bold;
  color: #18304c;
  border-bottom: solid 4px #d3da36;
  display: table;
  margin-bottom: 4%;
}

.contac_form input[type='text'],
.contac_form input[type='email'],
.contac_form input[type='url'],
.contac_form input[type='password'],
.contac_form input[type='search'],
.contac_form input[type='number'],
.contac_form input[type='tel'],
.contac_form input[type='range'],
.contac_form input[type='date'],
.contac_form input[type='month'],
.contac_form input[type='week'],
.contac_form input[type='time'],
.contac_form input[type='datetime'],
.contac_form input[type='datetime-local'],
.contac_form input[type='color'],
.contac_form select,
.contac_form textarea,
.contac_form .wpcf7 .wpcf7-form-control-wrap[class*="file-"] {
    background-color: #FFFFFF;
    border-color: #ccc;
    color: #000000;
    border-radius: 0px;
    box-shadow: none;
    border: 1px solid #EAEAEA;
    width: 100%;
    margin-bottom: 14px;
    padding: 18px;
    border-radius: 30px;
    border: 1px solid #490821;
}
.contact-box {
  padding: 60px 0;
}
.inner-cont {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.c_content.media-small {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.contact-page-details p{
  text-align: center;
}
.choose-content-box:hover .choose-icon-box {
  animation: bounceIn 0.30s linear;
}
.bradcrumbs a:hover {
  color: #000000;
  transition: 0.6s ease-in;
  background: #fff;
}
.contact-page-details p a {
      font-family: Inter;
    font-weight: 500;
    font-style: Medium;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 23px;
    letter-spacing: 0%;
    color: #210714;
}
.contact-page-details p a:hover {
  color: #FA01A2;
  transition: 0.3s ease-in;
}
.contact-page-details i {
    color: #210714;
    font-size: 16px;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin-bottom: 10px;
    border: 1px solid #210714;
}
.contact-page-details span {
    letter-spacing: 0%;
    color: #FA01A2;
    font-family: Inter;
    font-weight: 500;
    font-style: Bold;
    font-size: 18px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
}
.contact-page-box [type=submit] {
     align-items: center;
    background: #FA01A2;
    border-radius: 999px;
    color: #FFFFFF;
    display: inline-flex;
    justify-content: center;
    padding: 17px 33px;
    text-decoration: none;
    transition: all 0.3s ease;
    white-space: nowrap;
    font-family: Inter;
    font-weight: 500;
    font-style: Medium;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    border: unset;
}
.contact-page-box [type=submit]:hover{
  background: #FA01A2;
  color: #fff;
}
.contact-page-box h3 {
    white-space: nowrap;
    font-family: Inter;
    font-weight: 700;
    font-style: Bold;
    font-size: 30px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    color: #210714;
        text-align: center;
}


/* ===== Single Product Page ===== */

.shop.sing-sop {
  padding: 40px 0 60px;
}

/* ---- Breadcrumb ---- */
.shop.sing-sop .woocommerce-breadcrumb {
    color: #210714;
    font-family: 'Inter';
    font-size: 16px;
    margin-bottom: 28px;
}

.shop.sing-sop .woocommerce-breadcrumb a {
  color: #21071499;
  text-decoration: none;
  transition: color 0.2s ease;
}

.shop.sing-sop .woocommerce-breadcrumb a:hover {
  color: #e91e8c;
}

/* ---- Product gallery ---- */
.shop.sing-sop .woocommerce-product-gallery {
  float: none;
  margin-bottom: 0;
  width: 100%;
}

.shop.sing-sop .woocommerce-product-gallery__wrapper {
  border-radius: 16px;
  overflow: hidden;
}

.shop.sing-sop .woocommerce-product-gallery .woocommerce-product-gallery__image img {
  border-radius: 16px;
  height: auto;
  max-height: 500px;
  object-fit: contain;
  width: 100%;
}

.shop.sing-sop .woocommerce-product-gallery__trigger {
  background: #ffffff;
  border-radius: 50%;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.12);
  color: #555555;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 36px;
  width: 36px;
  right: 14px;
  top: 14px;
}

.shop.sing-sop .flex-control-thumbs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
  margin: 12px 0 0;
  padding: 0;
}

.shop.sing-sop .flex-control-thumbs li {
  margin: 0;
  width: 70px;
}

.shop.sing-sop .flex-control-thumbs img {
  border: 2px solid transparent;
  border-radius: 10px;
  cursor: pointer;
  object-fit: contain;
  transition: border-color 0.2s ease;
}

.shop.sing-sop .flex-control-thumbs img:hover,
.shop.sing-sop .flex-control-thumbs .flex-active {
  border-color: #e91e8c;
}

/* ---- Sale badge ---- */
.shop.sing-sop .woocommerce-product-gallery .onsale,
.shop.sing-sop span.onsale {
  background: #8b0057;
  border-radius: 999px;
  color: #ffffff;
  font-family: Inter, sans-serif;
  font-size: 13px;
  font-weight: 700;
  left: 16px;
  min-height: auto;
  min-width: auto;
  padding: 5px 14px;
  position: absolute;
  top: 16px;
  z-index: 3;
}

/* ---- Entry summary (right column) ---- */
.shop.sing-sop .entry-summary {
  float: none;
  padding: 0 0 0 20px;
  width: 100%;
}

.shop.sing-sop .product_title.entry-title {
    margin: 0 0 12px;
    color: #210714;
    font-family: Inter;
    font-weight: 700;
    font-style: Bold;
    font-size: 32px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    font-style: unset;

}

/* Star rating */
.shop.sing-sop .woocommerce-product-rating {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 14px;
}

.shop.sing-sop .star-rating {
  color: #F9BA0C;
  font-size: 14px;
}

.shop.sing-sop .woocommerce-review-link {
    font-family: Inter;
    font-weight: 500;
    font-style: Medium;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    color: #210714;
}
.woocommerce-product-details__short-description p {
    color: #210714;
    padding: 14px 0 0;
    font-family: Inter;
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 22px;
    letter-spacing: 0%;
}
.shop.sing-sop .woocommerce-review-link:hover {
  text-decoration: underline;
}

/* Price */
.shop.sing-sop .price {
  align-items: baseline;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 14px;
}

.shop.sing-sop p.price,
.shop.sing-sop span.price {
  margin-bottom: 14px;
}

.shop.sing-sop .price ins {
  color: #111111;
  font-family: Inter, sans-serif;
  font-size: 26px;
  font-weight: 700;
  text-decoration: none;
}

.shop.sing-sop .price del {
  color: #aaaaaa;
  font-size: 18px;
  text-decoration: line-through;
}

.shop.sing-sop .price ins .woocommerce-Price-amount,
.shop.sing-sop .price .woocommerce-Price-amount {
  color: #111111;
  font-family: Inter, sans-serif;
  font-size: 26px;
  font-weight: 700;
}

.shop.sing-sop .price del .woocommerce-Price-amount {
  color: #aaaaaa;
  font-size: 18px;
  font-weight: 400;
}

/* Short description */
.shop.sing-sop .woocommerce-product-details__short-description {
  border-bottom: 1px solid #f0e0ec;
  color: #555555;
  font-family: Inter, sans-serif;
  font-size: 14px;
  line-height: 1.7;
  margin-bottom: 20px;
  padding-bottom: 20px;
}

/* Quantity + Add to cart */
.shop.sing-sop .cart {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 20px;
}

.shop.sing-sop .quantity .qty {
  appearance: none;
  -webkit-appearance: none;
  border: 1.5px solid #dddddd;
  border-radius: 10px;
  color: #111111;
  font-family: Inter, sans-serif;
  font-size: 15px;
  font-weight: 600;
  height: 46px;
  padding: 0 12px;
  text-align: center;
  width: 72px;
  outline: none;
  transition: border-color 0.2s ease;
}

.shop.sing-sop .quantity .qty:focus {
  border-color: #e91e8c;
}
div#tab-description p {
    color: #210714;
    padding: 14px 0 0;
    font-family: Inter;
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 22px;
    letter-spacing: 0%;
}
.shop.sing-sop .single_add_to_cart_button,
.shop.sing-sop button.single_add_to_cart_button {
  border: none;
  border-radius: 999px;
  color: #ffffff;
  cursor: pointer;
  letter-spacing: 0.3px;
  padding: 12px 32px;
  text-decoration: none;
  transition: all 0.3s ease;
      align-items: center;
    background: #FA01A2;
    border-radius: 999px;
    color: #FFFFFF;
    display: inline-flex;
    justify-content: center;
    padding: 17px 33px;
    text-decoration: none;
    transition: all 0.3s ease;
    white-space: nowrap;
    font-family: Inter;
    font-weight: 500;
    font-style: Medium;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
}

.shop.sing-sop .single_add_to_cart_button:hover {
  background: linear-gradient(135deg, #c8007a 0%, #a3005f 100%);
  box-shadow: 0 8px 28px rgba(233, 30, 140, 0.45);
  color: #ffffff;
  transform: translateY(-2px);
}

/* Product meta (SKU / Category) */
.shop.sing-sop .product_meta {
  border-top: 1px solid #f0e0ec;
  font-family: Inter, sans-serif;
  font-size: 13px;
  margin-top: 20px;
  padding-top: 16px;
}

.shop.sing-sop .product_meta span {
  color: #555555;
  display: block;
  margin-bottom: 6px;
}

.shop.sing-sop .product_meta a {
  color: #e91e8c;
  text-decoration: none;
}

.shop.sing-sop .product_meta a:hover {
  text-decoration: underline;
}

.shop.sing-sop .product_meta .sku_wrapper .sku {
  color: #111111;
  font-weight: 600;
}

/* ---- Tabs (Description / Reviews) ---- */
.shop.sing-sop .woocommerce-tabs {
  margin-top: 48px;
}

.shop.sing-sop .woocommerce-tabs .wc-tabs {
  border-bottom: 2px solid #f0e0ec;
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
  list-style: none;
  margin: 0 0 28px;
  padding: 0;
}

.shop.sing-sop .woocommerce-tabs .wc-tabs li {
  margin: 0;
}

.shop.sing-sop .woocommerce-tabs .wc-tabs li a {
  border: none;
  border-bottom: 3px solid transparent;
  color: #777777;
  display: block;
  font-family: Inter, sans-serif;
  font-size: 15px;
  font-weight: 600;
  margin-bottom: -2px;
  padding: 10px 22px;
  text-decoration: none;
  transition: color 0.2s ease, border-color 0.2s ease;
}

.shop.sing-sop .woocommerce-tabs .wc-tabs li.active a,
.shop.sing-sop .woocommerce-tabs .wc-tabs li a:hover {
  border-bottom-color: #e91e8c;
  color: #111111;
}

.shop.sing-sop .woocommerce-Tabs-panel {
  color: #555555;
  font-family: Inter, sans-serif;
  font-size: 14px;
  line-height: 1.8;
}

.shop.sing-sop .woocommerce-Tabs-panel h2 {
  color: #111111;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 16px;
}

/* ---- Reviews ---- */
.shop.sing-sop #reviews .comment-form-rating label {
  color: #111111;
  font-family: Inter, sans-serif;
  font-weight: 600;
}

.shop.sing-sop #reviews .stars a {
  color: #F9BA0C;
}

.shop.sing-sop #reviews .comment-form input,
.shop.sing-sop #reviews .comment-form textarea {
  border: 1.5px solid #dddddd;
  border-radius: 10px;
  font-family: Inter, sans-serif;
  font-size: 14px;
  outline: none;
  padding: 10px 14px;
  transition: border-color 0.2s ease;
  width: 100%;
}

.shop.sing-sop #reviews .comment-form input:focus,
.shop.sing-sop #reviews .comment-form textarea:focus {
  border-color: #e91e8c;
}

.shop.sing-sop #reviews .comment-form .submit,
.shop.sing-sop #reviews #submit {
    background: linear-gradient(135deg, #e91e8c 0%, #c8007a 100%);
    border: none;
    border-radius: 999px;
    color: #ffffff;
    cursor: pointer;
    font-family: 'Inter';
    font-size: 18px;
    font-weight: 600;
    padding: 14px 34px;
    transition: all 0.3s ease;
    width: fit-content;

}

.shop.sing-sop #reviews #submit:hover {
  background: linear-gradient(135deg, #c8007a 0%, #a3005f 100%);
  transform: translateY(-2px);
}

/* ---- Related Products ---- */
.shop.sing-sop .related.products {
  margin-top: 56px;
}

.shop.sing-sop .related.products .section-title,
.shop.sing-sop .related.products h2 {
  color: #111111;
  font-family: Inter, sans-serif;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 24px;
}

/* Related product cards (uses existing .featured-products-box styles, just fine-tune) */
.shop.sing-sop .related.products .featured-products-items {
  border-radius: 16px;
  overflow: visible;
  transition: box-shadow 0.3s ease, transform 0.3s ease;
}

.shop.sing-sop .related.products .featured-products-items:hover {
  box-shadow: 0 14px 36px rgba(0, 0, 0, 0.09);
  transform: translateY(-4px);
}

.shop.sing-sop .related.products .product-cart-button a {
  border: 1.5px solid #e91e8c;
  border-radius: 999px;
  color: #e91e8c;
  display: block;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 600;
  margin: 12px 16px 16px;
  padding: 10px 18px;
  text-align: center;
  text-decoration: none;
  transition: background 0.25s ease, color 0.25s ease;
}

.shop.sing-sop .related.products .product-cart-button a:hover {
  background: #e91e8c;
  color: #ffffff;
}

/* ---- Responsive ---- */
@media screen and (max-width: 991px) {
  .shop.sing-sop .entry-summary {
    padding: 24px 0 0;
  }

  .shop.sing-sop .product_title.entry-title {
    font-size: 22px;
  }
}

@media screen and (max-width: 767px) {
  .shop.sing-sop {
    padding: 28px 0 48px;
  }

  .shop.sing-sop .price ins,
  .shop.sing-sop .price .woocommerce-Price-amount {
    font-size: 22px;
  }

  .shop.sing-sop .woocommerce-tabs .wc-tabs li a {
    font-size: 14px;
    padding: 8px 14px;
  }
}


















/* 404 page */
.error404 .content_page {
  padding: 80px 0;
}
.page-content h3 span {
      font-family: 'Inter';
    font-weight: 600;
    font-size: 67px;
    line-height: 120%;
    letter-spacing: 0%;
    color: #210714;
    text-align: left;
    background: #fff;
    padding: 0px 59px;

}
.page-content {
     display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 60px 0;
}
.read-moresec a {
     color: #FFFFFF;
    padding: 16px 36px;
    border-radius: 60px;
    font-family: 'Inter';
    font-weight: 600;
    font-style: Medium;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0%;
    background: #FA01A2;
    position: relative;
    z-index: 1;
}
.read-moresec a:hover{
  color: #fff;
}


.read-moresec a span{
  position: relative;
  z-index: 1;
}

.error-page-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.error-page-image {
    width: 100%;
    height: 180px;
    margin-bottom: 24px;
}
.read-moresec a:before{
	position:absolute;
	content:'';
	top:0;
	left:0;
	right:0;
	bottom:0;
	background:#210714;
	transition:all 0.3s ease-out;
	-webkit-transition:all 0.3s ease-out;
	-moz-transition:all 0.3s ease-out;
	transform:scaleX(0);
	-webkit-transform:scaleX(0);
	-moz-transform:scaleX(0);
  border-radius: 60px;
}
.read-moresec a:hover:before{
	transform:scaleX(1);
	-webkit-transform:scaleX(1);
	-moz-transform:scaleX(1);
}

.text-404 {
    padding: 0 0 20px 0;
    color: #210714;
    position: relative;
    font-family: 'Inter';
    font-weight: 500;
    font-style: Regular;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 32px;
    letter-spacing: 0%;
    text-transform: capitalize;
}
.error404 .page-content h3 span {
  padding: 34px 59px 0;
  background: unset;
  font-style: Bold;
  letter-spacing: 0%;
  text-align: center;
  color: #171717;
  font-family: 'Poppins';
  font-weight: 700;
  font-style: Bold;
  font-size: 65px;
  leading-trim: NONE;
  line-height: 55px;
  letter-spacing: 0%;
  text-transform: capitalize;
}

.page-template-page-with-left-sidebar .middle-align {
  padding: 60px 0;
}
.page-template-page-with-right-sidebar .middle-align {
  padding: 60px 0;
}
.page-template-page-with-left-sidebar .middle-align p {
     letter-spacing: 0px;
    text-align: left;
    color: #210714;
    font-family: Inter;
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 26px;
    letter-spacing: 0%;

}
.page-template-page-with-right-sidebar .middle-align p {
     letter-spacing: 0px;
    text-align: left;
    color: #210714;
    font-family: Inter;
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 26px;
    letter-spacing: 0%;
}
.woocommerce .woocommerce-ordering select {
    vertical-align: top;
    padding: 14px;
    font-family: 'Inter';
    color: #210714;
    font-weight: 500;
}
#shop  .woocommerce-breadcrumb {
    margin: 0 0 1em;
    padding: 0;
    display: none;
}
.woocommerce .woocommerce-result-count {
    margin: 0 0 1em;
    margin: 0;
    white-space: nowrap;
    font-family: Inter;
    font-weight: 400;
    font-style: Bold;
    font-size: 18px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    color: #210714;
}
/* single blog page */
.feature-box img {
  width: 100%;
  height: 400px;
  object-fit: cover;
}
.form-submit [type=submit] {
padding: 16px 30px;
    border: unset;
    font-family: 'Inter';
    font-weight: 500;
    font-style: Bold;
    font-size: 18px;
    leading-trim: NONE;
    line-height: 24px;
    letter-spacing: 0px;
    vertical-align: middle;
    background: #FA01A2;
    border-radius: 30px;
    color: #fff;
}
.form-submit [type=submit]:hover {
  color: #fff;
  transition: 0.6s ease-in;
  background: #FA01A2;
}
.main-single-div h1 {
  font-family: 'Poppins';
  font-weight: 700;
  font-size: 50px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: left;
  color: #000000;
}
.main-single-div p {
    color: #210714;
    font-family: 'Inter';
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    line-height: 27px;
    letter-spacing: 0px;
    margin: 0;

}
.recent-post-box {
    margin-bottom: 14px;
}
.meta-box-question {
  font-family: 'Poppins';
  font-weight: 600;
  font-size: 18px;
  line-height: 100%;
  letter-spacing: 0%;
  text-transform: capitalize;
  margin: 0;
  color: #FA01A2;
}
.single-page-metaimage img {
  width: 100%;
  height: 400px;
  object-fit: cover;
}
.copyright-right-button a:hover span {
  color: #000;
  transition: 0.4s ease-in;
}
.main-single-div {
  padding: 60px 0;
}
.social-icons p a i {
    background: #210714;
    width: 35px;
    height: 35px;
    font-size: 14px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    margin-left: 10px;
    border-radius: 50%;
}
.social-icons p a i:hover {
  background: #000;
  color: #fff;
  transition: 0.4s ease-in;

}
#footer_box .wpcf7 form .wpcf7-response-output {
  color: #fff;
  font-family: 'Poppins';
  font-size: 14px;
  font-weight: 500;
  border-color: #fff !important;
}
.socila_share {
  display: flex;
  align-items: center;
  justify-content: end;
}
#comments h2 {
    font-family: 'Inter';
    font-weight: 700;
    font-style: Bold;
    font-size: 36px;
    line-height: 48px;
    text-align: left;
    color: #210714;
}
.metabox {
  margin-bottom: 24px;
  border-bottom: 1px solid #EAEAEA;
  padding-bottom: 22px;
}
.metabox span {
    color: #1B212F;
    letter-spacing: 3%;
    font-family: 'Poppins';
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    line-height: 34px;
    letter-spacing: 0%;
}


.metabox span a {
     color: #1B212F;
    letter-spacing: 3%;
    font-family: 'Poppins';
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    line-height: 34px;
    letter-spacing: 0%;
}
.post-navigation {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.metabox  .entry-date {
  margin: 0 20px;
}

.comment-form-comment textarea {
  resize: vertical;
  width: 100%;
  height: 200px;
  border: 1px solid #D4D7D9;
  border-radius: 7px;
  background: #FFFFFF;
}

/* Search page */
.search .middle-align {
  padding: 60px 0;
}
.search   [type=submit] {
    font-family: Inter;
    font-weight: 700;
    font-style: Bold;
    font-size: 15px;
    line-height: 100%;
    letter-spacing: 0px;
    text-align: center;
    color: #FFFFFF;
    border: unset;
    height: 46px;
    border-radius: unset;
    padding: 4px 36px;
    background: #FA01A2;

}



.search .search-field {

  border-radius: 10px;
}
.banner-image h1 span {
  color: #fff;
}
.search h3 {
  font-family: 'Inter';
  font-weight: 700;
  font-size: 38px;
  line-height: 52px;
  letter-spacing: 0%;
  color: #000000;
  text-align: left;
  text-shadow: unset;
}
.search .search-field{
      height: 46px;
    padding: 17px;
    border: 1px solid #FA01A2;
    border-radius: unset;
    width: 100%;
    margin-top: 33px;
    min-width: 400px !important;
}

/* Single testimonial page */
.testimonial {
  padding: 60px 0;
}
.testimonial .single-page-content p {

  padding: 14px 0;
}
.main-single-div p a {
  color: #000;
  font-weight: 600;
}
.nav-next a {
    font-family: 'Inter';
    font-weight: 500;
    font-size: 18px;
    line-height: 30px;
    letter-spacing: 0%;
    color: #FA01A2;
}
.nav-next a .post-title {
  padding-left: 4px;
  color: #000000;
}
.nav-previous a {
  font-family: 'Inter';
  font-weight: 500;
  font-size: 18px;
  line-height: 30px;
  letter-spacing: 0%;
  color: #FA01A2;
}
.nav-previous a .post-title {
  padding-left: 4px;
  color: #000000;
}
#single-team-page {
  padding: 60px 0;
}
#single-team-page .team-title a {

  color: #000000;
}
#single-team-page .team-designation h6{
  color: #000000;

}

.entry-title {
    text-align: left;
    color: #210714;
    font-family: Inter;
    font-weight: 800;
    font-style: Italic;
    font-size: 78px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
}
/* Sidebar */
#sidebar aside {
    margin-bottom: 10px;
    background: #EDDBE5;
    border-radius: 20px;
    padding: 16px 16px;
}


#sidebar .serach-page {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

#sidebar label {
      color: #210714;
    margin: 0;
    font-family: 'Inter';
    font-weight: 700;
    font-style: SemiBold;
    font-size: 26px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    margin-bottom: 0;

  }
aside#block-3 {
  display: none;
}
#sidebar .widget-title {
    padding: 0 0 18px;
    margin: 0;
    white-space: nowrap;
    font-family: Inter;
    font-weight: 700;
    font-style: Bold;
    font-size: 24px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    color: #210714;
}
.widget_recent_entries img {
    width: 100px;
    height: 100px;
    object-fit: cover;
}
.wp-block-search__input{
  border-radius: 10px;
}
#sidebar {
  display: flex;
  flex-direction: column;
}
#sidebar .search-field{
      height: 56px;
      width: 100%;
      padding-left: 18px;
      border-radius: 10px;
      border: 1px solid #949494;
      flex-grow: 1;
      margin-left: 0;
      margin-right: 0;
      padding: 8px;
      text-decoration: unset !important;
      background: unset !important;
      color: #000;

}
.wp-block-search__inside-wrapper{
    position: relative;
    margin-top: 16px;
  }
#sidebar [type=submit] {
      align-items: center;
    background: #FA01A2;
    border-radius: 999px;
    color: #ffffff;
    padding: 16px 32px;
    text-decoration: none;
    transition: all 0.3s ease;
    white-space: nowrap;
    font-family: Inter;
    font-weight: 500;
    font-style: Medium;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    border: unset;
}
#sidebar input[type=search] {
    font-family: Inter;
    font-weight: 400;
    font-style: Regular;
    font-size: 12px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    color: #210714;
}
#sidebar input[type=search] {
      -webkit-appearance: none;
    background: #FFFFFF !important;
    border: unset;
    border-radius: 99px;
    height: 46px;
    padding: 17px;
    height: 50px;
    padding: 17px;
    border: unset;
    border-radius: 30px;
    box-shadow: 0px 0px 2px 0px #00000026;
}
#sidebar ul {
    padding: 0;
}
#sidebar ul li {
list-style: none;}
.page-template-page-with-left-sidebar #sidebar .widget_recent_entries {
  order: unset;
}
.page-template-page-with-right-sidebar #sidebar .widget_recent_entries {
  order: unset;
}
.category-single-page {
  padding: 60px 0;
}
#sidebar #block-2{
  order: 1;
}
#sidebar .widget_calendar {
  order: 5;
}
#sidebar  .widget_recent_entries{
  order: 2;

}
#sidebar  #block-4{
  order: 4;

}
#sidebar .widget_categories{
  order: 3;

}

#sidebar ul li a:hover{
  color: #FA01A2;
  transition: 0.4s ease-in-out;
}
#sidebar h2 {
    padding: 0 0 18px;
    margin: 0;
    white-space: nowrap;
    font-family: Inter;
    font-weight: 700;
    font-style: Bold;
    font-size: 24px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    color: #210714;
}
  


#sidebar ul li a {
    color: #490821;
    font-family: 'Inter';
    font-weight: 700;
    font-style: SemiBold;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 130%;
    letter-spacing: 0px;
    text-align: center;
}
#sidebar ol li a {
  font-family: 'Inter';
  font-weight: 600;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 3%;
  text-align: center;
  color: #000;
}

/* Our Location */
#our-location {
 padding: 60px 0;
    position: relative;
    z-index: 1;
    margin: 140px 0;
}
.our-location-heading {
    color: #1B212F;
    font-family: Raleway;
    font-weight: 600;
    font-style: SemiBold;
    font-size: 30px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
}
.our-location-text a {
    font-family: Montserrat;
    font-weight: 400;
    font-style: Regular;
    font-size: 16.67px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    color: #404040;
    padding-left: 12px;
}
.our-location-leftbox {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 20px 0 0;
  }

.our-location-time-box {
    background: #1E4F9E;
    border-radius: 15px;
    padding: 24px 18px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.location-timing-label {
    font-family: Montserrat;
    font-weight: 500;
    font-style: Medium;
    font-size: 14.58px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    color: #FBFBFB;
}
.location-timing {
    font-family: Montserrat;
    font-weight: 600;
    font-style: SemiBold;
    font-size: 14.58px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    color: #FFFFFF;
    padding-top: 8px;
}

.our-location-time {
    padding-left: 16px;
}

#our-location #map embed {
    width: 100%;
    height: 100%;
    border-top-left-radius: 400px;
    border-bottom-left-radius: 400px;
}
#our-location #map {
    position: absolute;
    top: 0;
    right: 0;
    width: 67%;
    height: 430px;
    border-top-left-radius: 50px;
    bottom: 0;
    margin: auto;
}





/* Single team page */

#single-team {
  padding: 60px 0;
}

.single-team-info {
  height: 481px;
  overflow: hidden;
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
}

#single-team .row {
  border: 1px solid #E5EAF4;
  box-shadow: 0px 10px 35px 0px #00000008;
  background: #FFFFFF;
  border-radius: 16px;
}
.single-teampage-content h2 {
  text-align: left;
  font-family: Inter;
  font-weight: 700;
  font-style: Bold;
  font-size: 18px;
  line-height: 30px;
  letter-spacing: 0%;
  color: #FFFFFF;
  background: linear-gradient(90deg, #AF29D3 0%, #654EDB 100%);
  max-width: fit-content;
  border-radius: 6px;
  padding: 7px 13px;
  text-transform: uppercase;
}
.single-teampage-content h6 {
  font-family: Poppins;
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 2%;
  color: #5D666F;
  text-align: left;
  margin: 0;
  padding: 0;
}
.single-team-info img{
  height: 500px;
}


#single-team .social-profiles a i {
    width: 42px;
    height: 42px;
    color: #fff;
    background: unset;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
    margin: 0 3px;
    background: #081F41;
}

.blogs-category-content-box a:hover {
  color: #fff;
  transition: 0.4s ease-in;
}
.social-profiles {
  display: flex;
  align-items: center;
  justify-content: left;
}
#sidebar .serach-page {
  display: flex
;
  align-items: center;
  justify-content: space-between;
  position: relative;
}



 .category-single-page .blogs-inner-details {
  border: 1px solid #E5EAF4;
  box-shadow: 0px 10px 35px 0px #00000008;
  background: #FFFFFF;
  border-radius: 20px;
  height: 100%;
}
.category-single-page .blogs-inner-content {
  padding: 20px 25px 20px;
}
 .category-single-page .blog-title a {
  font-size: 24px;
  line-height: 35px;
}
.category-single-page .blogs-content p {
  font-size: 16px;
  line-height: 26px;
  color: #000000;
  margin: 6px 0 0;
}

.middle-align p {
    letter-spacing: 0px;
    text-align: left;
    color: #210714;
    font-family: Inter;
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 26px;
    letter-spacing: 0%;
}

.postbox .blogs-inner-details {
  border: 1px solid #E5EAF4;
  box-shadow: 0px 10px 35px 0px #00000008;
  background: #FFFFFF;
  border-radius: 20px;
  height: 100%;
}
.postbox .blogs-inner-content {
  padding: 20px 25px 20px;
}
 .postbox .blog-title a {
  font-size: 24px;
  line-height: 35px;
}
.postbox .blogs-content p {
  font-size: 16px;
  line-height: 26px;
  color: #000000;
  margin: 6px 0 0;
}
#comments input[type="text"],
#comments input[type="email"],
#comments textarea {
     margin: 10px 0 0;
    font-size: 16px;
    padding: 18px 19px 18px;
    margin: 0 0 0px 0;
    width: 100%;
    background: unset;
    margin-bottom: 7px;
    border: unset;
    border-radius: 30px;
    margin: 10px 0 0;
    border: 1px solid #490821;

}

#commentform {
  display: flex;
  flex-direction: column;
}
.comment-form-author {
  order: 1;
}
.comment-form-email {
  order: 2;
}
.comment-form-url {
  order: 3;
}
.comment-form-comment {
  order: 4;
}
.comment-form-cookies-consent {
  order: 5;
}

.comment-form-cookies-con {
  order: 6;
}
.form-submit {
  order: 7;
}
.meta-team-contact-box-details {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 22px 0;
}
.team-contact-box {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  border: 1px solid #EAEAEA;
  background: #fff;
  padding: 12px 20px;
  margin-right: 16px;
}
.team-contact-box i {
  color: #fff;
  width: 28px;
  height: 28px;
  background: #FA01A2;
  display: flex
;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 12px;
  margin-right: 9px;
}
.team-contact-box p {
  font-family: Outfit;
  font-weight: 400;
  font-size: 17px;
  line-height: 95%;
  letter-spacing: 2%;
  color: #000000;
  margin: 0;
  padding: 0;
}
#single-team .social-profiles a i:hover {
  background: #FA01A2;
  transition: 0.4s ease-in-out;
  color: #fff;
}


.best-articles-image {
  height: 256px;
  overflow: hidden;
  border-radius: 10px;
}
.best-articles-image img {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  object-fit: cover;
}
.best-articles-blog-title a {
  font-family: Inter;
  font-weight: 700;
  font-style: Bold;
  font-size: 24px;
  line-height: 32px;
  letter-spacing: 0.2px;
  color: #183B56;
}
.best-article-blog-content p {
  font-family: Inter;
  font-weight: 400;
  font-style: Regular;
  font-size: 20px;
  line-height: 32px;
  letter-spacing: 0px;
  color: #5A7184;
  margin: 0;
}
.best-articles-inner-content {
  padding: 16px;
}
.best-articles-content-box {
  background: #FFFFFF;
  /* box-shadow: -50px 50px 50px 0px #00000026; */
  border-radius: 16px;
  padding: 0 12px 22px;
  margin: 0 75px;

}
.best-aticles-heading {
  margin-right: 50px;
}
#best-aticles .blogs-inner-details::after {
  content: "";
  background: #FA01A2;
  width: 52%;
  height: 232px;
  position: absolute;
  bottom: -60px;
  opacity: 6%;
  z-index: -1;
  box-shadow: -50px 50px 50px 0px #00000026;
  border-radius: 16px;
}
#best-aticles .blogs-inner-details {
  position: relative;
  z-index: 1;
}
#best-aticles .blogs-inner-details::before {
  content: "";
  background: #FA01A2;
  width: 50%;
  position: absolute;
  height: 233px;
  right: 0;
  z-index: -1;
  border-radius: 16px;
  top: 34px;
}

/* Single case page */
.single-case-page {
  padding: 60px 0;
}
.single-case-content p {
  font-family: Outfit;
  font-weight: 400;
  font-size: 20px;
  line-height: 170%;
  letter-spacing: 0%;
  color: #5D666F;
  margin: 0;
}
.single-case-member-images {
  height: 500px;
  margin-top: 20px;

}
.single-case-member-images img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.single-case-info1 h6 {
  font-family: 'Poppins';
  font-weight: 700;
  font-size: 60px;
  line-height: 100%;
  letter-spacing: 2%;
  -webkit-text-stroke: 1px #D4D4D4;
  color: transparent;
  margin: 0;
  padding: 0;
  text-align: left;
  position: relative;
}
.single-case-info1 h4 {
  font-family: Outfit;
  font-weight: 700;
  font-size: 40px;
  line-height: 100%;
  letter-spacing: 2%;
  color: #000000;
  position: absolute;
  top: 0;
  bottom: 0;
  display: flex
;
  align-items: center;
  margin: 0;
  padding: 0;
}
.single-case-info1{
  position: relative;
}
.single-case-info1 p {
  font-family: Outfit;
  font-weight: 400;
  font-size: 20px;
  line-height: 170%;
  letter-spacing: 0%;
  color: #5D666F;
  margin: 0;
}

.single-case-title a {
  font-family: Outfit;
  font-weight: 400;
  font-size: 20px;
  line-height: 100%;
  letter-spacing: 2%;
  color: #000000;
  margin: 0;
  padding: 0;
  padding-left: 14px;
}
.single-case-title {
  border: 1px solid #EAEAEA;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 22px 10px;
  margin-bottom: 10px;
  border-radius: 10px;
}
.single-case-title i {
  color: #FA01A2;
  width: 23px;
  height: 23px;
  background: rgba(224, 10, 10, 0.40);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 12px;
}
.single-case-title a:hover {
  color: #FA01A2;
}
.single-case-box-border {
  border-bottom: 1px solid #EAEAEA;
  border-top: 1px solid #EAEAEA;
  padding: 50px 0;
}
.single-case-page .limited-offer-box {
  margin: 0;
}


.wpcf7 form .wpcf7-response-output {

    border: 2px solid #FA01A2 !important;
    color: #fff;
    text-align: center;
    font-family: 'Inter';
    font-weight: 400;
    margin: 0;
}
.post-section {
    padding: 60px 0;
}
/* Terms and conditions */

#tandc {
  padding: 60px 0;
}
#tandc h1 {
  font-family: 'Urbanist';
  font-weight: 700;
  font-size: 40px;
  line-height: 100%;
  letter-spacing: 2%;
  text-align: left;
  color: #000000;
}
#tandc h2 {
  font-family: 'Urbanist';
  font-weight: 600;
  font-size: 26px;
  line-height: 140%;
  letter-spacing: 3%;
  color: #000000;
}
#tandc p {
  font-family: 'Inter';
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  letter-spacing: 3%;
  color: #000;
}

#warranty-policy {
    padding: 60px 0;
    position: relative;
}
  #returns-refunds{
   padding: 60px 0;
    position: relative;
}
#privacy-policy{
  padding: 60px 0;
}

.top-content h2 {
    font-family: 'Inter';
    font-weight: 700;
    font-size: 32px;
    line-height: 100%;
    letter-spacing: 2%;
    text-align: left;
    color: #210714;
}
.top-content h3 {
    font-family: 'Inter';
    font-weight: 600;
    font-size: 26px;
    line-height: 140%;
    letter-spacing: 3%;
    color: #210714;
}
.top-content p {
    font-family: 'Inter';
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    letter-spacing: 3%;
    color: #210714;
    margin: 10px 0;

}
.top-content li {
  font-family: 'Inter';
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  letter-spacing: 3%;
  color: #000000;
  margin: 14px 0;
}
#self-service {
  padding: 60px 0;
}


/* Single blog page */

.main-single-div .nav-next a .post-title {
  padding-left: 4px;
  color: #000;
  font-size: 14px;
}
.main-single-div .navigation span{
    clip-path: unset;
    background: unset;
    font-size: 14px;
    padding: 0px;
    border: unset !important;
}
.main-single-div  .navigation a{
    clip-path: unset;
    padding: 0;
    background: unset !important;
    border: unset;
    box-shadow: unset !important;
}
.main-single-div .nav-links {
  display: flex;
      align-items: center;
      justify-content: space-between;
      width: 100%;
}
.main-single-div .nav-previous a .post-title {
  padding-left: 4px;
  color: #000;
  font-size: 14px;
}
.main-single-div .navigation span {
  color: #FA01A2;
}

/* =============================================
   PAGINATION – WooCommerce + WordPress Core
   ============================================= */

/* ── Shared wrapper ── */
.woocommerce-pagination,
.woocommerce nav.woocommerce-pagination,
.navigation.pagination,
.navigation .nav-links {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 8px;
  padding: 40px 0 20px;
  width: 100%;
  clear: both;
}

/* WooCommerce inner ul */
.woocommerce-pagination ul {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.woocommerce nav.woocommerce-pagination ul li {
    border: unset !important;
}
.woocommerce-pagination ul li {
  margin: 0;
  padding: 0;
}

/* ── All page number items ── */
.woocommerce-pagination ul li a,
.woocommerce-pagination ul li span,
.page-numbers a,
.page-numbers span {
    display: flex !important;
    align-items: center;
    justify-content: center;
    min-width: 44px !important;
    height: 44px;
    padding: 0 14px !important;
    border-radius: 999px;
    border: 2px solid #2107141A;
    background: #ffffff;
    color: #210714;
    font-family: Inter, sans-serif;
    font-size: 15px !important;
    font-weight: 600;
    text-decoration: none;
    transition: background 0.25s ease, color 0.25s ease, border-color 0.25s ease, transform 0.2s ease, box-shadow 0.2s ease;
    cursor: pointer;
    border-radius: unset;
    margin: 0 5px !important;
}
.woocommerce nav.woocommerce-pagination ul {
    border: unset !important;
 
}
/* ── Hover state ── */
.woocommerce-pagination ul li a:hover,
.page-numbers a:hover {
    background: #FA01A2 !important;
    border-color: #FA01A2;
    color: #ffffff !important;
    box-shadow: unset;
}

/* ── Active / current page ── */
.woocommerce-pagination ul li span.current,
.page-numbers span.current,
.page-numbers .current {
    background: #FA01A2 !important;
    border-color: #FA01A2;
    color: #ffffff !important;
    box-shadow: unset;
}

/* ── Prev / Next arrows ── */
.woocommerce-pagination ul li a.prev,
.woocommerce-pagination ul li a.next,
.page-numbers.prev,
.page-numbers.next,
a.page-numbers.prev,
a.page-numbers.next {
  background: #210714;
  border-color: #210714;
  color: #ffffff;
  font-size: 14px;
  padding: 0 20px;
}

.woocommerce-pagination ul li a.prev:hover,
.woocommerce-pagination ul li a.next:hover,
a.page-numbers.prev:hover,
a.page-numbers.next:hover {
  background: #FA01A2;
  border-color: #FA01A2;
  color: #ffffff;
  box-shadow: 0 6px 18px rgba(250, 1, 162, 0.35);
}
.navigation a {
    font-family: Inter;
    font-weight: 700;
    font-style: Bold;
    font-size: 18px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    color: #210714;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    border: 1px solid #210714;
    padding: 15px;
    margin-right: 10px;
}
.navigation {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 22px;
}
.navigation span {
    font-family: Inter;
    font-weight: 700;
    font-style: Bold;
    font-size: 18px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    color: #210714;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    border: 1px solid #210714;
    padding: 15px;
    margin-right: 10px;

}
.navigation a:hover {
    background: #FA01A2;
    border-color: #FA01A2;
    color: #ffffff;
    box-shadow: 0 6px 18px rgba(250, 1, 162, 0.35);
}
/* ── Dots (…) ── */
.woocommerce-pagination ul li span.dots,
.page-numbers.dots {
  background: transparent;
  border-color: transparent;
  color: #6b4557;
  font-size: 18px;
  letter-spacing: 2px;
  cursor: default;
  min-width: 32px;
}
.woocommerce-pagination ul li span.dots:hover,
.page-numbers.dots:hover {
  background: transparent;
  border-color: transparent;
  color: #6b4557;
  transform: none;
  box-shadow: none;
}

/* ── WordPress core .navigation wrapper ── */
.navigation.pagination {
  margin: 20px 0 40px;
}
.navigation.pagination .nav-links {
  justify-content: center;
}

/* tAGS */

.tag .middle-align {
  padding: 60px 0;
}


/* Single post page */

.related-posts h3 {
  font-family: Inter;
  font-weight: 700;
  font-style: Bold;
  font-size: 40px;
  line-height: 65px;
  letter-spacing: 0%;
  color: #000000;
  margin-top: 58px;
  margin-bottom: 24px;}

.main-single-div .blogs-inner-details {
  border: 1px solid #E5EAF4;
  box-shadow: 0px 10px 35px 0px #00000008;
  background: #FFFFFF;
  border-radius: 16px;
  margin-bottom: 31px;
}
.main-single-div  .latest-blogs-box {
  padding: 32px 20px;
}
.main-single-div .recent-post-category a {
  font-family: Open Sans;
  font-weight: 700;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0px;
  text-align: center;
  color: #FA01A2;
  background: #F5F6FF;
  padding: 12px 29px;
  border-radius: 20px;
  display: flex
;
  align-items: center;
  justify-content: center;
  max-width: fit-content;
}


/* Project page */

.projects-member-images {
  height: 326px;
  border-radius: 8px;
  overflow: hidden;
}


.projects-member-images img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 8px;
}
.projects-title a {
  font-family: Inter;
  font-weight: 600;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 0%;
  text-align: center;
  color: #2B2B2B;
}
.projects-designation h6 {
  font-family: Inter;
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  line-height: 19.2px;
  letter-spacing: 0%;
  text-align: left;
  color: #828089;
  margin: 0;
  padding: 9px 0 0;
}
.projects-inner-box {
  border: 1px solid #E5EAF4;
  box-shadow: 0px 10px 35px 0px #00000008;
  background: #FFFFFF;
  border-radius: 8px;
}
.projects-details-box {
  padding: 18px 16px;
}

.projects-inner-box:hover .projects-member-images img {
  animation: pulse 400ms linear;
}
.projects-title:hover a {
  color: #FA01A2;
  transition: 0.2s eaes-in;
}


/* Single project page */

.single-projects-page {
  padding: 60px 0;
}
.single-projects-images {
  height: 500px;
  overflow: hidden;
  border-radius: 6px;
}
.single-projects-images img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 6px;

}

.single-projects-details h2 {
  font-family: Inter;
  font-weight: 700;
  font-style: Bold;
  font-size: 18px;
  line-height: 30px;
  letter-spacing: 0%;
  text-transform: uppercase;
  background: linear-gradient(90deg, #FA01A2 0%, #6052DB 100%);
  max-width: fit-content;
  padding: 10px 22px;
  border-radius: 6px;
  color: #fff;
  margin-top: 26px;
}

.single-projects-details p {
  font-family: Inter;
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  line-height: 27px;
  letter-spacing: 0%;
  color: #5A7184;

}

.projects-single-image {
  height: 400px;
  border-radius: 8px;
  overflow: hidden;
}
.projects-single-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 6px;

}
.projects-single-image:hover img {
  animation: pulse 400ms linear;
}

.blogs-inner-details:hover .best-articles-image img {
  animation: pulse 400ms linear;
}

.single-projects-content-box {
  background: #fff;
  padding: 20px;
  border-radius: 8px;
}

.single-projects-content-box h4 {
  font-family: Inter;
  font-weight: 600;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 0%;
  color: #FA01A2;
  padding: 0;
  margin: 0;
}
.project-meta-data {
  display: flex
  ;
      align-items: baseline;
      justify-content: flex-start;
      margin-top: 18px;
}
.services-single-image {
  height: 380px;
}
.services-single-image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.services-single-points h6 {
  margin: 0;
  padding: 0;
}
.services-single-points i {
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    font-style: normal;
    font-size: 12px;
    padding: 8px;
    margin-right: 20px;
    color: #fff;
    width: 22px;
    height: 22px;
    background: #000000;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
}
.service-single-boxes h5 {
    color: #081F41;
    font-family: 'Raleway';
    font-weight: 600;
    font-size: 22px;
    line-height: 35px;
    letter-spacing: 0px;
    margin: 0;
}
.services-single-points {
  display: flex
;
  align-items: center;
  justify-content: flex-start;
}
.project-meta-data h5 {
  font-family: Inter;
  font-weight: 600;
  font-size: 16px;
  line-height: 30px;
  letter-spacing: 0%;
  text-align: left;
  color: #2B2B2B;
  width: 100%;
  margin: 0;
  padding: 0;
  max-width: 130px;
}
.project-meta-data h6 {
  font-family: Inter;
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  line-height: 19.2px;
  letter-spacing: 0%;
  text-align: left;
  color: #828089;
  margin: 0;
  padding: 0;
}
/* Single blog pages */
/* 
.content_page .blogs-inner-content {
  padding: 20px 25px 20px;
}

.content_page .blog-title a {
  font-size: 24px;
  line-height: 35px;
}
.content_page .blogs-content p {
  font-size: 16px;
  line-height: 26px;
  color: #000000;
  margin: 6px 0 0;
}

.content_page .blogs-inner-details {
  border: 1px solid #E5EAF4;
  box-shadow: 0px 10px 35px 0px #00000008;
  background: #FFFFFF;
  border-radius: 20px;
  height: 100%;
} */

/* Shop page */




#shop .product-shop-buttonbox a i {
    font-size: 13px;
}
#shop .product-shop-buttonbox a {
    width: 25px;
    height: 25px;
    background: #DDF2EB;
    border-radius: 50%;
    color: #35A03E;
    display: flex;
    align-items: center;
    justify-content: center;
}
#shop .product-shop-buttonbox a:hover {
    background: #35A03E;
    color: #fff;
    transition: 0.3s ease-in;
}

#shop .owl-dots {
    display: flex !important;
    align-items: center;
    justify-content: center;
}

#shop .owl-dots {
    display: flex !important;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 9;
}

#shop .owl-dots button span {
    background: #E2CFBC;
    width: 15px;
    height: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    cursor: pointer;
}
#shop .owl-dots button {
    border-radius: 50%;
    border: unset;
    margin: 6px;
        cursor: pointer;

}
#shop .owl-dot.active span{
background: #FFB70D !important;
}

#shop .owl-dot.active {
    border: 1px solid #FFB70D !important;
    width: 25px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
}



.featured-price-butttonflex-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.shop-heading {
    font-family: Josefin Sans;
    font-weight: 600;
    font-style: SemiBold;
    font-size: 36px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0px;
    text-align: center;
    color: #000000;
}

.shops-items {
    background: #FFFFFF;
    border: 1px solid #00000012;
    border-radius: 15px;
    padding: 42px 12px 12px;
}

#shop .products-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

#shop .products-image {
    height: 200px;
}



#shop .products-price {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    justify-content: flex-start;
}
#shop .regular-price {
    font-family: Poppins;
    font-weight: 500;
    font-style: Medium;
    font-size: 18px;
    leading-trim: NONE;
    line-height: 130%;
    letter-spacing: 0px;
    text-transform: capitalize;
    color: #35A03E;
}

#shop .sale-price {
    font-family: Poppins;
    font-weight: 500;
    font-style: Medium;
    font-size: 14px;
    leading-trim: NONE;
    line-height: 130%;
    letter-spacing: 0px;
    text-transform: capitalize;
    text-decoration: line-through;
    color: #CECECE;
}


#pa_occasions {
    font-family: Poppins;
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    color: #A1B1C1;
    border: 1px solid #C0C6C9;
    border-radius: 99px;
    padding: 15px 16px;
    width: 100%;
}
.product_meta {
    margin-top: 16px;
}
#pa_occasions option {
    font-family: Poppins;
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    color: #A1B1C1;
}
#shop {
    padding: 60px 0;
    position: relative;
}

.yith-wcwl-add-to-wishlist-button.yith-wcwl-add-to-wishlist-button--single.yith-wcwl-add-to-wishlist-button--anchor {
    display: flex;
    align-items: center;
    margin-inline: 0;
    justify-content: center;
    gap: 10px;
}
#shop .product-title a {
  font-family: Sail;
font-weight: 400;
font-style: Regular;
font-size: 24px;
leading-trim: NONE;
line-height: 130%;
letter-spacing: 0%;
color: #000000;
}
 .tag-stock {
    font-family: Poppins;
    font-weight: 500;
    font-style: Medium;
    font-size: 13px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 3%;
    text-transform: capitalize;
    background: #FA01A2;
    border-radius: 50px;
    color: #FFFFFF;
    padding: 7px 14px;
    position: absolute;
    left: 14px;
    top: -18px;
}
#shop  .product-inner-box .product-weight {
    font-family: Josefin Sans;
    font-weight: 600;
    font-style: SemiBold;
    font-size: 15px;
    leading-trim: NONE;
    line-height: 150%;
    letter-spacing: 0px;
    text-transform: capitalize;
    color: #9097A3;
}


#shop  .product-inner-box {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 0 4px;

}
#shop .product-rating {
    display: flex;
    align-items: center;
    justify-content: center;
}

#shop  .product-price {
    display: flex;
    align-items: baseline;
    justify-content: flex-start;
    flex-direction: column;
    padding-top: 32px;
}


.related .products-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.related .products-image {
    height: 200px;
}

.related .product-title {
    text-align: center;
    padding: 14px 0;
}
.related .product-rating {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}


/* singleService  */

#singleService .service-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
#singleService .service-image {
    height: 500px;
}


/* Single Services page */
#singleService {
  padding: 60px 0;
}
.service-single-heading h4 {
       font-family: 'Raleway';
    font-weight: 700;
    font-style: Medium;
    font-size: 28px;
    leading-trim: NONE;
    line-height: 134%;
    letter-spacing: 10%;
    color: #081F41;

}
#singleService p {
    font-family: 'Montserrat';
    font-weight: 500;
    font-style: Regular;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 27px;
    letter-spacing: 0%;
    text-transform: capitalize;
    color: #707171;

}

.services-points-box-details h4 {
    color: #FA01A2;
    font-family: 'Raleway';
    font-weight: 800;
    font-size: 31px;
    line-height: 48px;
    letter-spacing: 0px;
    margin: 0;
}
.services-single-points h6 {
    font-family: 'Poppins';
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 41px;
    letter-spacing: 0%;
    text-transform: capitalize;
    color: #56585B;
    margin: 0;
}

#singleService #pills-tab {
      position: relative;
    margin: 0px 0 0;
    border-radius: 20px;
    padding: 12px 25px;
    background: #F5F8FF;
}
.single-services-title {
      font-family: 'Raleway';
    font-weight: 700;
    font-style: Bold;
    font-size: 32px;
    line-height: 50px;
    letter-spacing: 0px;
    color: #081F41;
    margin: 20px 0 0;
    padding: 0;

}
.service-para {
    font-family: 'Montserrat';
    font-weight: 500;
    font-style: Regular;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 27px;
    letter-spacing: 0%;
    text-transform: capitalize;
    color: #707171;
}
#singleService  .nav-item {
  width: 100%;
}
#singleService  .nav-pills .nav-link {
     background: 0 0;
    border: 0;
    font-family: 'Montserrat';
    font-weight: 500;
    font-style: Medium;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 24px;
    letter-spacing: 0%;
    text-align: left;
    color: #1B212F;
    padding: 9px 0;

}

#singleService .nav-pills .nav-link.active{
  color: #FA01A2;

}
#singleService .services-meta-images {
  height: 400px;
}
.services-meta-images img{
  width: 100%;
  height: 100%;

  object-fit: cover;
}


.singleservices-meta-details h4 {
  font-family: Outfit;
  font-weight: 700;
  font-size: 44px;
  line-height: 130%;
  letter-spacing: 2%;
  color: #000000;
}
.singleservices-meta-details p {
  font-family: Outfit;
  font-weight: 400;
  font-size: 20px;
  line-height: 170%;
  letter-spacing: 3%;
  color: #5D666F;
}

.single-services-points-box h6 {
  font-family: Outfit;
  font-weight: 400;
  font-size: 20px;
  line-height: 149%;
  letter-spacing: 2%;
  color: #000000;
  margin: 0;
  padding: 0;
}

.single-services-points-box {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 4px;
  height: 100%;
}

.single-services-points-box i {
  color: #FA01A2;
  width: 20px;
  height: 20px;
  background: rgba(224, 10, 10, 0.40);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 10px;
  margin-right: 13px;
}


/* Single project page */


.project-featured-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 20px;
}
.project-featured-image {
    height: 423px;
    border-radius: 20px;
}
.single-projects-page .project-title {
    font-family: Raleway;
    font-weight: 700;
    font-style: Bold;
    font-size: 29.17px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: left;
    color: #081F41;
}
.meta-single-gallery-image {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.project-contact a:hover {
    background: #FA01A2;
    color: #ffffff;
    transition: 0.3s ease-in;
}
.project-sidebar h4 {
    font-family: Raleway;
    font-weight: 700;
    font-style: Bold;
    font-size: 29.17px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: left;
    color: #081F41;
}
.project-content p {
    font-family: Montserrat;
    font-weight: 600;
    font-style: Regular;
    font-size: 15px;
    leading-trim: NONE;
    line-height: 19px;
    letter-spacing: 0%;
    text-align: left;
    color: #001C69;
}
.project-meta {
     font-family: Montserrat;
    font-weight: 500;
    font-style: Medium;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    color: #000000;
    margin-bottom: 24px;
}

.single-projects-page .gallery-img {
    height: 170px;
    border-radius: 20px;
    width: 100%;

}
.single-projects-page .gallery-img img {
    width: 95%;
    height: 100%;
    object-fit: cover;
    border-radius: 20px;
}
.project-sidebar li a {
    font-family: Raleway;
    font-weight: 600;
    font-style: SemiBold;
    font-size: 18px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    color: #1B212F;
}

.project-contact a {
    font-family: Montserrat;
    font-weight: 700;
    font-style: Bold;
    font-size: 14.58px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    color: #FFFFFF;
    background: #000000;
    border-radius: 12px;
    padding: 20px 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: fit-content;
}


/* Single team page */


.single-team .member {
    font-family: Raleway;
    font-weight: 700;
    font-style: Bold;
    font-size: 29.17px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: justify;
    color: #001C69;
    padding: 0;
}


.single-team-content p {
    font-family: Montserrat;
    font-weight: 500;
    font-style: Medium;
    font-size: 15px;
    leading-trim: NONE;
    line-height: 22px;
    letter-spacing: 0%;
    color: #707171;
}
.team-contact-box a {
    font-family: Montserrat;
    font-weight: 500;
    font-style: Medium;
    font-size: 14.58px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    color: #081F41;
}
.single-team-related h4 {
    font-family: Raleway;
    font-weight: 700;
    font-style: Bold;
    font-size: 29.17px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    color: #081F41;
}

.single-team .team-member-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 20px;
}
.single-team .team-member-image {
    position: relative;
    overflow: hidden;
    height: 470px;
    border-radius: 20px;
}
.single-team-content h6 {
    font-family: Montserrat;
    font-weight: 600;
    font-style: Regular;
    font-size: 18px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: left;
    color: #707170;
    margin: 0;
    padding: 10px 0 0;
  }

  /* Shop banner design */
  #shop-banner {
    margin: 0 0 100px;
  }

  #shop-banner .shop-banner-design-row {
    row-gap: 24px;
  }

  #shop-banner .shop-banner-design-card {
    align-items: center;
    background-color: var(--shop-banner-bg);
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 18px;
    display: flex;
    justify-content: space-between;
    gap: 18px;
    min-height: 272px;
    overflow: hidden;
    padding: 30px 18px 20px 12px;
    position: relative;
    transition: transform 0.35s ease, box-shadow 0.35s ease;
  }

  #shop-banner .shop-banner-design-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 24px 40px rgba(18, 10, 22, 0.16);
  }

  #shop-banner .shop-banner-design-card::before {
content: "";
    position: absolute;
    right: -83px;
    top: 50%;
    transform: translateY(-41%);
    width: 309px;
    height: 309px;
    border-radius: 50%;
    background: var(--shop-banner-circle);
    z-index: 1;
    transition: transform 0.45s ease, right 0.45s ease;
  }

  #shop-banner .shop-banner-design-card:hover::before {
    transform: translateY(-41%) scale(1.08);
    right: -72px;
  }

  #shop-banner .shop-banner-design-content {
    max-width: 42%;
    position: relative;
    z-index: 2;
    padding-left: 0;
  }

  #shop-banner .shop-banner-design-content h3 {
    color: #210714;
    font-family: Inter;
    font-weight: 700;
    font-style: Bold;
    font-size: 30px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
  }

  #shop-banner .shop-banner-design-content p {
    margin: 14px 0 0;
    max-width: 190px;
    font-family: Inter;
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 23px;
    letter-spacing: 0%;
    color: #210714B2;
  }

  #shop-banner .shop-banner-design-button {
    margin-top: 32px;
  }

  #shop-banner .shop-banner-design-button a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 140px;
    min-height: 48px;
    padding: 12px 28px;
    border-radius: 999px;
    background: linear-gradient(180deg, #ff13aa 0%, #f30095 100%);
    color: #ffffff;
    font-family: Inter;
    font-size: 15px;
    font-weight: 600;
    line-height: 1;
    text-decoration: none;
    box-shadow: 0 12px 25px rgba(243, 0, 149, 0.24);
    transition: all 0.3s ease-in-out;
  }

  #shop-banner .shop-banner-design-button a:hover {
    background: #210714;
    color: #ffffff;
    transform: translateY(-2px);
  }

  #shop-banner .shop-banner-design-image {
    width: 54%;
    min-height: 220px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    position: relative;
    z-index: 2;
  }

  #shop-banner .shop-banner-design-image img {
    animation: upDown 4s ease-in-out infinite;
    width: 100%;
    max-width: 215px;
    max-height: 235px;
    object-fit: contain;
    display: block;
    transition: transform 0.35s ease;
  }

  #shop-banner .shop-banner-design-card:hover .shop-banner-design-image img {
    transform: scale(1.05) rotate(-2deg);
  }

  /* ── Shop Banner Scroll Animation ── */
  #shop-banner.sb-animation-ready .shop-bannerleft-box {
    opacity: 0;
    transform: translateX(-60px);
    transition: opacity 0.65s ease, transform 0.65s ease;
  }

  #shop-banner.sb-animation-ready .shop-bannercenter-box {
    opacity: 0;
    transform: translateY(60px);
    transition: opacity 0.65s ease 0.18s, transform 0.65s ease 0.18s;
  }

  #shop-banner.sb-animation-ready .shop-bannerright-box {
    opacity: 0;
    transform: translateX(60px);
    transition: opacity 0.65s ease 0.36s, transform 0.65s ease 0.36s;
  }

  #shop-banner.sb-animation-ready.sb-run-animation .shop-bannerleft-box,
  #shop-banner.sb-animation-ready.sb-run-animation .shop-bannercenter-box,
  #shop-banner.sb-animation-ready.sb-run-animation .shop-bannerright-box {
    opacity: 1;
    transform: translate(0, 0);
  }

  @media screen and (max-width: 1399px) {
    #shop-banner .shop-banner-design-content {
      max-width: 45%;
    }

    #shop-banner .shop-banner-design-content h3 {
      font-size: 22px;
    }
  }

  @media screen and (max-width: 991px) {
    #shop-banner .shop-banner-design-card {
      min-height: 250px;
      padding: 28px 16px 20px 16px;
    }

    #shop-banner .shop-banner-design-card::before {
        width: 50%;
        height: 309px;
    }
  }

  @media screen and (max-width: 767px) {
    #shop-banner {
      margin-bottom: 70px;
    }

    #shop-banner .shop-banner-design-card {
      flex-direction: column;
      align-items: flex-start;
      padding: 24px;
    }

    #shop-banner .shop-banner-design-card::before {
           right: 0;
        top: unset;
        width: 100%;
        height: 400px;
        bottom: -144px;
        transform: unset;
    }
    #shop-banner .shop-banner-design-content h3 {
        font-size: 22px;
        text-align: center;
    }
    #shop-banner .shop-banner-design-button {
    display: flex;
    align-items: center;
    justify-content: center;
}
    #shop-banner .shop-banner-design-content p {
    max-width: 100%;;
    text-align: center;
}
    #shop-banner .shop-banner-design-content,
    #shop-banner .shop-banner-design-image {
      width: 100%;
      max-width: 100%;
    }

    #shop-banner .shop-banner-design-image {
      justify-content: center;
      min-height: 170px;
    }

    #shop-banner .shop-banner-design-image img {
      max-height: 100%;
    }
  }

  /* ===== Trending Electronics ===== */

  #trending-electronics {
    padding: 60px 0;
    position: relative;
  }

  /* Header row */
  #trending-electronics .te-header {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    justify-content: space-between;
    margin-bottom: 36px;
  }

  #trending-electronics .te-section-title {
     margin: 0;
    white-space: nowrap;
    font-family: Inter;
    font-weight: 700;
    font-style: Bold;
    font-size: 30px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    color: #210714;
  }

  /* Category filter tabs */
  #trending-electronics .te-category-tabs {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
  }

  #trending-electronics .te-tab-btn {
    background: transparent;
    border: none;
      outline: none;
    padding: 8px 20px;
    transition: background 0.25s ease, color 0.25s ease;
    white-space: nowrap;
    font-family: Inter;
    font-weight: 400;
    font-style: Regular;
    font-size: 18px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    color: #490821;
  }

  #trending-electronics .te-tab-btn:hover,
  #trending-electronics .te-tab-btn.active {
      background: unset;
    color: #FA01A2;
  }

  /* View All button */
  #trending-electronics .te-view-all-btn {
      align-items: center;
    background: #FA01A2;
    border-radius: 999px;
    color: #ffffff;

    padding: 16px 32px;
    text-decoration: none;
    transition: all 0.3s ease;
    white-space: nowrap;
    font-family: Inter;
    font-weight: 500;
    font-style: Medium;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
  }

  #trending-electronics .te-view-all-btn:hover {
    background: linear-gradient(135deg, #c8007a 0%, #a3005f 100%);
    box-shadow: 0 8px 28px rgba(233, 30, 140, 0.45);
    color: #ffffff;
    transform: translateY(-2px);
  }

  /* Product card */
  #trending-electronics .te-product-card {
    background: #FFFFFF;
    border-radius: 16px;
    display: flex;
    flex-direction: column;
    height: 100%;
    overflow: visible;
    padding: 0 0 20px;
    position: relative;
    transition: box-shadow 0.3s ease, transform 0.3s ease;
    border: 1px solid #2107144D;
  }

  #trending-electronics .te-product-card {
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 0.55s ease, transform 0.55s ease, box-shadow 0.3s ease;
  }

  #trending-electronics .te-product-card.te-card-visible {
    opacity: 1;
    transform: translateY(0);
  }

  #trending-electronics .te-product-card:hover {
    transform: translateY(-4px);
  }

  /* ── Trending Electronics: Animation Keyframes ── */
  @keyframes te-slide-left {
    from { opacity: 0; transform: translateX(-40px); }
    to   { opacity: 1; transform: translateX(0); }
  }
  @keyframes te-slide-right {
    from { opacity: 0; transform: translateX(40px); }
    to   { opacity: 1; transform: translateX(0); }
  }
  @keyframes te-fade-down {
    from { opacity: 0; transform: translateY(-18px); }
    to   { opacity: 1; transform: translateY(0); }
  }
  @keyframes te-star-pop {
    0%   { transform: scale(1); }
    40%  { transform: scale(1.45) rotate(-15deg); }
    70%  { transform: scale(0.9) rotate(8deg); }
    100% { transform: scale(1) rotate(0deg); }
  }
  @keyframes te-underline-grow {
    from { width: 0; }
    to   { width: 48px; }
  }

  /* ── Header: initial hidden states ── */
  #trending-electronics .te-section-title,
  #trending-electronics .te-category-tabs,
  #trending-electronics .te-view-all-btn {
    opacity: 0;
  }

  /* ── Header: animated states ── */
  #trending-electronics .te-section-title.te-anim {
    animation: te-slide-left 0.6s cubic-bezier(0.22, 1, 0.36, 1) forwards;
  }

  
  #trending-electronics .te-category-tabs.te-anim {
    animation: te-fade-down 0.55s 0.2s cubic-bezier(0.22, 1, 0.36, 1) forwards;
  }
  #trending-electronics .te-view-all-btn.te-anim {
    animation: te-slide-right 0.6s 0.35s cubic-bezier(0.22, 1, 0.36, 1) forwards;
  }

  /* ── Rating star pop on card reveal ── */
  #trending-electronics .te-product-card.te-card-visible .te-product-rating svg {
    animation: te-star-pop 0.5s 0.35s cubic-bezier(0.22, 1, 0.36, 1) both;
  }

  #trending-electronics .te-product-card.te-card-visible:hover {
    transform: translateY(-4px);
  }

  /* Image wrap */
  #trending-electronics .te-product-image-wrap {
    background: #EDDBE5;
    border-radius: 10px;
    min-height: 270px;
    overflow: visible;
    padding: 18px 14px 10px;
    position: relative;
    width: 101%;
    z-index: 1;
    left: -1px;
    top: -3px;
  }

  /* Discount badge */
  #trending-electronics .te-discount-badge {
      align-items: center;
    background: #890D55;
    border-radius: 999px;
    color: #ffffff;
    display: inline-flex;
    left: 16px;
    padding: 8px 15px;
    position: absolute;
    top: 16px;
    z-index: 2;
    font-family: Inter;
    font-weight: 500;
    font-style: Medium;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
  }

  /* Wishlist button */
  #trending-electronics .te-wishlist-btn {
    position: absolute;
    right: 14px;
    top: 14px;
    z-index: 2;
  }

  #trending-electronics .te-heart,
  #trending-electronics .te-wishlist-btn .yith-wcwl-add-to-wishlist-button {
      align-items: center;
    background: #FFFFFF !important;
    border-radius: 50%;
    box-shadow: unset;
    color: #210714;
    cursor: pointer;
    display: inline-flex;
    height: 36px;
    justify-content: center;
    text-decoration: none;
    transition: color 0.25s ease, box-shadow 0.25s ease;
    width: 36px;
    border: unset;
  }

  #trending-electronics .te-heart:hover {
    box-shadow: 0 4px 14px rgba(233, 30, 140, 0.25);
    color: #e91e8c;
  }

  /* Product image */
  #trending-electronics .te-product-image {
    text-align: center;
  }

  #trending-electronics .te-product-image img {
    height: 180px;
    object-fit: contain;
    width: 100%;
  }

  /* Card body */
  #trending-electronics .te-product-body {
        padding: 14px 22px 0px;
    flex: 1;
    display: flex;
    flex-direction: column;
  }

  #trending-electronics .te-product-name a {
      color: #210714;
    font-family: Inter;
    font-weight: 700;
    font-style: Bold;
    font-size: 18px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
  }

  #trending-electronics .te-product-name a:hover {
    color: #e91e8c;
  }

  /* Price + rating row */
  #trending-electronics .te-product-meta {
      align-items: center;
    display: flex;
    justify-content: space-between;
    gap: 8px;
    flex-wrap: wrap;
    padding: 16px 0;
  }

  #trending-electronics .te-product-price {
    align-items: baseline;
    display: flex;
    gap: 8px;
  }

  #trending-electronics .te-price-current {
    color: #111111;
    font-family: Inter, sans-serif;
    font-size: 17px;
    font-weight: 700;
  }

  #trending-electronics .te-price-current .woocommerce-Price-amount {
    color: #111111;
    font-size: 17px;
    font-weight: 700;
  }

  #trending-electronics .te-price-original {
    color: #aaaaaa;
    font-family: Inter, sans-serif;
    font-size: 14px;
    font-weight: 400;
    text-decoration: line-through;
  }

  #trending-electronics .te-price-original .woocommerce-Price-amount {
    font-family: Inter;
    font-weight: 400;
    font-style: Regular;
    font-size: 18px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    text-decoration: line-through;
    color: #21071499;  }

  #trending-electronics .te-product-rating {
    align-items: center;
    color: #555555;
    display: flex;
    font-size: 16px;
    gap: 4px;
  }
  .te-product-rating svg {
    fill: #F9BA0C;
    width: 20px;
    height: 20px;

}
.te-product-rating span {
    font-family: Inter;
    font-weight: 500;
    font-style: Medium;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    color: #210714;
}
  /* Add to cart */
  #trending-electronics .te-product-cart {
    margin-top: auto;
  }

  #trending-electronics .te-add-to-cart-btn {
    border: 1.5px solid #FA01A2;
    border-radius: 999px;
    color: #FA01A2;
    cursor: pointer;
    display: block;
    font-family: Inter, sans-serif;
    font-size: 14px;
    font-weight: 600;
    padding: 14px 20px;
    text-align: center;
    text-decoration: none;
    transition: background 0.25s ease, color 0.25s ease;
    width: 100%;
    font-family: Inter;
    font-weight: 500;
    font-style: Medium;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
  }

  #trending-electronics .te-add-to-cart-btn:hover {
    background: #e91e8c;
    color: #ffffff;
  }

  /* Hidden items while filtering */
  #trending-electronics .te-product-col.te-hidden {
    display: none;
  }

  /* Responsive */
  @media screen and (max-width: 991px) {
    #trending-electronics .te-header {
      flex-direction: column;
      align-items: flex-start;
    }

    #trending-electronics .te-view-all-btn {
      align-self: flex-start;
    }
  }

  @media screen and (max-width: 767px) {
    #trending-electronics {
      padding: 40px 0 0;
    }

    #trending-electronics .te-section-title {
      font-size: 22px;
    }

    #trending-electronics .te-product-image img {
      height: 100%;
    }
    #hot-deals .hd-product-image img {
    height: 100%;
    width: 100%;
}


  }

  /* ===== New Arrivals ===== */

  #new-arrivals {
    padding: 60px 0;
    position: relative;
  }

  #new-arrivals .te-header {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    justify-content: space-between;
    margin-bottom: 36px;
  }

  #new-arrivals .te-section-title {
     margin: 0;
    white-space: nowrap;
    font-family: Inter;
    font-weight: 700;
    font-style: Bold;
    font-size: 30px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    color: #210714;
  }

  #new-arrivals .te-category-tabs {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
  }

  #new-arrivals .te-tab-btn {
    background: transparent;
    border: none;
     outline: none;
    padding: 8px 20px;
    transition: background 0.25s ease, color 0.25s ease;
    white-space: nowrap;
    font-family: Inter;
    font-weight: 400;
    font-style: Regular;
    font-size: 18px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    color: #490821;
  }

  #new-arrivals .te-tab-btn:hover,
  #new-arrivals .te-tab-btn.active {
    color: #FA01A2;
  }

  #new-arrivals .te-view-all-btn {
    align-items: center;
    background: #FA01A2;
    border-radius: 999px;
    color: #FFFFFF;
    display: inline-flex;
    justify-content: center;
    padding: 17px 33px;
    text-decoration: none;
    transition: all 0.3s ease;
    white-space: nowrap;
    font-family: Inter;
    font-weight: 500;
    font-style: Medium;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
  }

  #new-arrivals .te-view-all-btn:hover {
    background: linear-gradient(135deg, #c8007a 0%, #a3005f 100%);
    box-shadow: 0 8px 28px rgba(233, 30, 140, 0.45);
    color: #ffffff;
    transform: translateY(-2px);
  }

  #new-arrivals .te-product-card {
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    height: 100%;
    overflow: visible;
    padding: 0 0 20px;
    position: relative;
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 0.55s ease, transform 0.55s ease, box-shadow 0.3s ease;
    border: 1px solid #2107144D;
  }

  #new-arrivals .te-product-card.te-card-visible {
    opacity: 1;
    transform: translateY(0);
  }

  #new-arrivals .te-product-card:hover {
    box-shadow: 0 16px 40px rgba(0, 0, 0, 0.1);
    transform: translateY(-4px);
  }

  #new-arrivals .te-product-card.te-card-visible:hover {
    transform: translateY(-4px);
  }
#mega-sale .ms-right-content {
    text-align: left;
    margin-top: 62px;
}
  /* ── New Arrivals: header initial hidden states ── */
  #new-arrivals .te-section-title,
  #new-arrivals .te-category-tabs,
  #new-arrivals .te-view-all-btn {
    opacity: 0;
  }

  /* ── New Arrivals: header animated states ── */
  #new-arrivals .te-section-title.na-anim {
    animation: te-slide-left 0.6s cubic-bezier(0.22, 1, 0.36, 1) forwards;
  }
  #new-arrivals .te-category-tabs.na-anim {
    animation: te-fade-down 0.55s 0.2s cubic-bezier(0.22, 1, 0.36, 1) forwards;
  }
  #new-arrivals .te-view-all-btn.na-anim {
    animation: te-slide-right 0.6s 0.35s cubic-bezier(0.22, 1, 0.36, 1) forwards;
  }

  /* ── New Arrivals: rating star pop on reveal ── */
  #new-arrivals .te-product-card.te-card-visible .te-product-rating svg {
    animation: te-star-pop 0.5s 0.35s cubic-bezier(0.22, 1, 0.36, 1) both;
  }

  #new-arrivals .te-product-image-wrap {
    background: #EDDBE5;
    border-radius: 10px;
    min-height: 270px;
    overflow: visible;
    padding: 18px 14px 10px;
    position: relative;
    width: 101%;
    z-index: 1;
    left: -1px;
    top: -3px;
  }

  #new-arrivals .te-discount-badge {
     align-items: center;
    background: #890D55;
    border-radius: 999px;
    color: #ffffff;
    display: inline-flex;
    left: 11px;
    padding: 8px 15px;
    position: absolute;
    top: 10px;
    z-index: 2;
    font-family: Inter;
    font-weight: 500;
    font-style: Medium;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
  }

  #new-arrivals .te-wishlist-btn {
    position: absolute;
    right: 14px;
    top: 14px;
    z-index: 2;
  }
.yith-wcwl-add-to-wishlist-button:is(button):not(.yith-wcwl-theme-button-style) {
    align-items: center;
    background: #FFFFFF !important;
    border-radius: 50%;
    box-shadow: unset;
    color: #210714;
    cursor: pointer;
    display: inline-flex;
    height: 36px;
    justify-content: center;
    text-decoration: none;
    transition: color 0.25s ease, box-shadow 0.25s ease;
    width: 36px;
    border: unset;
}
  #new-arrivals .te-heart,
  #new-arrivals .te-wishlist-btn .yith-wcwl-add-to-wishlist-button {
    align-items: center;
    background: #FFFFFF !important;
    border-radius: 50%;
    box-shadow: unset;
    color: #210714;
    cursor: pointer;
    display: inline-flex;
    height: 36px;
    justify-content: center;
    text-decoration: none;
    transition: color 0.25s ease, box-shadow 0.25s ease;
    width: 36px;
    border: unset;
  }

  #new-arrivals .te-heart:hover {
    box-shadow: 0 4px 14px rgba(233, 30, 140, 0.25);
    color: #e91e8c;
  }

  #new-arrivals .te-product-image {
    text-align: center;
  }

  #new-arrivals .te-product-image img {
    height: 180px;
    object-fit: contain;
    width: 100%;
  }

  #new-arrivals .te-product-body {
    padding: 14px 18px 0;
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 10px;
  }

  #new-arrivals .te-product-name a {
       transition: color 0.2s ease;
    font-family: Inter;
    font-weight: 500;
    font-style: Medium;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    color: #210714;
  }

  #new-arrivals .te-product-name a:hover {
    color: #e91e8c;
  }

  #new-arrivals .te-product-meta {
      align-items: center;
    display: flex;
    justify-content: space-between;
    gap: 8px;
    flex-wrap: wrap;
    padding: 16px 0 14px;
  }

  #new-arrivals .te-product-price {
    align-items: baseline;
    display: flex;
    gap: 8px;
  }

  #new-arrivals .te-price-current {
    color: #111111;
    font-family: Inter, sans-serif;
    font-size: 17px;
    font-weight: 700;
  }

  #new-arrivals .te-price-current .woocommerce-Price-amount {
    font-family: Inter;
    font-weight: 700;
    font-style: Bold;
    font-size: 18px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    color: #210714;
  }

  #new-arrivals .te-price-original {
    color: #aaaaaa;
    font-family: Inter, sans-serif;
    font-size: 14px;
    font-weight: 400;
    text-decoration: line-through;
  }

  #new-arrivals .te-price-original .woocommerce-Price-amount {
       font-family: Inter;
    font-weight: 400;
    font-style: Regular;
    font-size: 18px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    text-decoration: line-through;
    color: #21071499;
  }

  #new-arrivals .te-product-rating {
    align-items: center;
    color: #555555;
    display: flex;
    font-family: Inter, sans-serif;
    font-size: 13px;
    font-weight: 500;
    gap: 4px;
  }

  #new-arrivals .te-product-cart {
    margin-top: auto;
  }

  #new-arrivals .te-add-to-cart-btn {
     border: 1.5px solid #FA01A2;
    border-radius: 999px;
    color: #FA01A2;
    cursor: pointer;
    display: block;
    font-family: Inter, sans-serif;
    font-size: 14px;
    font-weight: 600;
    padding: 14px 20px;
    text-align: center;
    text-decoration: none;
    transition: background 0.25s ease, color 0.25s ease;
    width: 100%;
    font-family: Inter;
    font-weight: 500;
    font-style: Medium;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
  }

  #new-arrivals .te-add-to-cart-btn:hover {
    background: #e91e8c;
    color: #ffffff;
  }

  #new-arrivals .na-product-col.te-hidden {
    display: none;
  }

  @media screen and (max-width: 991px) {
    #new-arrivals .te-header {
      flex-direction: column;
      align-items: flex-start;
    }

    #new-arrivals .te-view-all-btn {
      align-self: flex-start;
    }
  }

  @media screen and (max-width: 767px) {
    #new-arrivals {
      padding: 40px 0;
    }

    #new-arrivals .te-section-title {
        font-size: 22px;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;    }

    #new-arrivals .te-product-image img {
      height: 100%;
    }
  }

  /* ===== Hot Deals Right Now ===== */

  #hot-deals {
    padding: 60px 0;
    position: relative;
  }

  /* ── Hot Deals: Animation Keyframes ── */
  @keyframes hd-fade-down {
    from { opacity: 0; transform: translateY(-24px); }
    to   { opacity: 1; transform: translateY(0); }
  }
  @keyframes hd-slide-left {
    from { opacity: 0; transform: translateX(-50px); }
    to   { opacity: 1; transform: translateX(0); }
  }
  @keyframes hd-slide-up {
    from { opacity: 0; transform: translateY(36px); }
    to   { opacity: 1; transform: translateY(0); }
  }
  @keyframes hd-label-pop {
    0%   { transform: scale(0.7); opacity: 0; }
    60%  { transform: scale(1.1); opacity: 1; }
    100% { transform: scale(1); }
  }

  /* Initial hidden states */
  #hot-deals .hd-header,
  #hot-deals .hd-promo-card,
  #hot-deals .hd-product-card {
    opacity: 0;
  }

  /* Animated states */
  #hot-deals .hd-header.hd-anim {
    animation: hd-fade-down 0.6s cubic-bezier(0.22,1,0.36,1) forwards;
  }
  #hot-deals .hd-promo-card.hd-anim {
    animation: hd-slide-left 0.7s 0.15s cubic-bezier(0.22,1,0.36,1) forwards;
  }
  #hot-deals .hd-promo-card.hd-anim .hd-promo-label {
    animation: hd-label-pop 0.5s 0.6s cubic-bezier(0.22,1,0.36,1) both;
  }
  #hot-deals .hd-product-card.hd-card-visible {
    animation: hd-slide-up 0.55s cubic-bezier(0.22,1,0.36,1) forwards;
  }

  /* Header */
  #hot-deals .hd-header {
    align-items: center;
    display: flex;
    justify-content: space-between;
    margin-bottom: 32px;
    flex-wrap: wrap;
    gap: 12px;
  }

  #hot-deals .hd-section-title {
    color: #111111;
    font-family: Inter, sans-serif;
    font-size: 28px;
    font-weight: 700;
    line-height: 1.2;
    margin: 0;
  }

  #hot-deals .hd-view-all-btn {
    align-items: center;
    background: linear-gradient(135deg, #e91e8c 0%, #c8007a 100%);
    border-radius: 999px;
    box-shadow: 0 6px 20px rgba(233, 30, 140, 0.3);
    color: #ffffff;
    display: inline-flex;
    font-family: Inter, sans-serif;
    font-size: 15px;
    font-weight: 600;
    justify-content: center;
    padding: 11px 28px;
    text-decoration: none;
    transition: all 0.3s ease;
    white-space: nowrap;
  }

  #hot-deals .hd-view-all-btn:hover {
    background: linear-gradient(135deg, #c8007a 0%, #a3005f 100%);
    box-shadow: 0 8px 28px rgba(233, 30, 140, 0.45);
    color: #ffffff;
    transform: translateY(-2px);
  }

  /* Body: promo + grid */
  #hot-deals .hd-body {
    display: flex;
    gap: 24px;
    align-items: flex-start;
  }

  /* Promo Card */
  #hot-deals .hd-promo-card {
    background: linear-gradient(160deg, #5a0030 0%, #2d0018 100%);
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 520px;
    overflow: hidden;
    padding: 36px 28px 0;
    position: relative;
    width: 280px;
    flex-shrink: 0;
  }

  #hot-deals .hd-promo-inner {
    position: relative;
    z-index: 2;
  }

  #hot-deals .hd-promo-label {
    color: #e91e8c;
    display: block;
    font-family: Inter, sans-serif;
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 10px;
  }

  #hot-deals .hd-promo-heading {
    color: #ffffff;
    font-family: Inter, sans-serif;
    font-size: 26px;
    font-weight: 800;
    line-height: 1.25;
    margin: 0 0 14px;
  }

  #hot-deals .hd-promo-heading strong,
  #hot-deals .hd-promo-heading span {
    color: #e91e8c;
  }

  #hot-deals .hd-promo-desc {
    color: #cccccc;
    font-family: Inter, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.6;
    margin: 0 0 22px;
  }

  #hot-deals .hd-promo-btn {
    align-items: center;
    background: #FA01A2;
    border-radius: 999px;
    color: #ffffff;
    padding: 16px 32px;
    text-decoration: none;
    transition: all 0.3s ease;
    white-space: nowrap;
    font-family: Inter;
    font-weight: 500;
    font-style: Medium;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
  }

  #hot-deals .hd-promo-btn:hover {
    background: #c8007a;
    box-shadow: 0 8px 24px rgba(233, 30, 140, 0.5);
    color: #ffffff;
    transform: translateY(-2px);
  }

  #hot-deals .hd-promo-image {
    margin-top: 20px;
    text-align: center;
  }

  #hot-deals .hd-promo-image img {
    display: block;
    max-height: 240px;
    object-fit: contain;
    width: 100%;
  }

  /* Products grid (2-column, 3 rows) */
  #hot-deals .hd-products-grid {
    display: grid;
    flex: 1;
    gap: 16px;
    grid-template-columns: repeat(2, 1fr);
  }

  #hot-deals .hd-product-card {
    background: #ffffff;
    border: 1px solid #f0e0ec;
    border-radius: 14px;
    display: flex;
    gap: 14px;
    overflow: hidden;
    padding: 14px;
    transition: box-shadow 0.3s ease, transform 0.3s ease;
  }

  #hot-deals .hd-product-card:hover {
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08);
    transform: translateY(-3px);
  }

  /* Product image side */
  #hot-deals .hd-product-image-wrap {
    background: #faeaf5;
    border-radius: 10px;
    flex-shrink: 0;
    min-height: 110px;
    overflow: visible;
    position: relative;
    width: 190px;
  }

  #hot-deals .hd-discount-badge {
    align-items: center;
    background: #5a0030;
    border-radius: 999px;
    color: #ffffff;
    display: inline-flex;
    font-family: Inter, sans-serif;
    font-size: 12px;
    font-weight: 700;
    left: 8px;
    padding: 3px 9px;
    position: absolute;
    top: 8px;
    z-index: 2;
  }

  #hot-deals .hd-wishlist-btn {
    position: absolute;
    right: 8px;
    top: 8px;
    z-index: 2;
  }

  #hot-deals .hd-heart {
    align-items: center;
    background: #ffffff;
    border-radius: 50%;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
    color: #888888;
    display: inline-flex;
    height: 30px;
    justify-content: center;
    text-decoration: none;
    transition: color 0.25s ease;
    width: 30px;
  }

  #hot-deals .hd-heart:hover {
    color: #e91e8c;
  }

  #hot-deals .hd-product-image {
    height: 100%;
    min-height: 110px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 8px;
  }

  #hot-deals .hd-product-image img {
    height: 90px;
    object-fit: contain;
    width: 100%;
  }

  /* Product details side */
  #hot-deals .hd-product-details {
    display: flex;
    flex: 1;
    flex-direction: column;
    gap: 8px;
    justify-content: space-between;
  }

  #hot-deals .hd-product-name a {
    color: #111111;
    font-family: Inter, sans-serif;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.4;
    text-decoration: none;
    transition: color 0.2s ease;
  }

  #hot-deals .hd-product-name a:hover {
    color: #e91e8c;
  }

  #hot-deals .hd-product-meta {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    justify-content: space-between;
  }

  #hot-deals .hd-product-price {
    align-items: baseline;
    display: flex;
    gap: 7px;
  }

  #hot-deals .hd-price-current,
  #hot-deals .hd-price-current .woocommerce-Price-amount {
      font-family: Inter;
    font-weight: 700;
    font-style: Bold;
    font-size: 18px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    color: #210714;
  }

  #hot-deals .hd-price-original,
  #hot-deals .hd-price-original .woocommerce-Price-amount {
    color: #aaaaaa;
    font-size: 13px;
    text-decoration: line-through;
  }

  #hot-deals .hd-product-rating {
    align-items: center;
    color: #555555;
    display: flex;
    font-family: Inter, sans-serif;
    font-size: 12px;
    font-weight: 500;
    gap: 3px;
  }

  #hot-deals .hd-add-to-cart-btn {
    border: 1.5px solid #e91e8c;
    border-radius: 999px;
    color: #e91e8c;
    cursor: pointer;
    display: block;
    font-family: Inter, sans-serif;
    font-size: 13px;
    font-weight: 600;
    padding: 9px 14px;
    text-align: center;
    text-decoration: none;
    transition: background 0.25s ease, color 0.25s ease;
    width: 100%;
  }

  #hot-deals .hd-add-to-cart-btn:hover {
    background: #e91e8c;
    color: #ffffff;
  }

  #hot-deals .hd-no-products {
    color: #888888;
    font-family: Inter, sans-serif;
    grid-column: 1 / -1;
    padding: 20px 0;
    text-align: center;
  }

  /* Responsive */
  @media screen and (max-width: 1199px) {
    #hot-deals .hd-promo-card {
      width: 240px;
    }
  }

  @media screen and (max-width: 991px) {
  
    

    #hot-deals .hd-promo-card {
      min-height: auto;
      width: 100%;
      flex-direction: row;
      padding: 28px;
      gap: 20px;
    }

    #hot-deals .hd-promo-image {
      margin-top: 0;
      width: 180px;
      flex-shrink: 0;
    }

    #hot-deals .hd-promo-image img {
      max-height: 160px;
    }

    #hot-deals .hd-products-grid {
      grid-template-columns: repeat(2, 1fr);
    }
  }

  @media screen and (max-width: 575px) {
    #hot-deals .hd-promo-card {
      flex-direction: column;
    }

    #hot-deals .hd-promo-image {
      width: 100%;
    }

    #hot-deals .hd-products-grid {
      grid-template-columns: 1fr;
    }

    #hot-deals .hd-product-card {
      flex-direction: column;
    }

    #hot-deals .hd-product-image-wrap {
      width: 100%;
    }
  }

  /* ===== Hot Deals Right Now ===== */

  #hot-deals {
    padding: 60px 0;
    position: relative;
  }

  #hot-deals .hd-header {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    justify-content: space-between;
    margin-bottom: 32px;
  }

  #hot-deals .hd-section-title {
    margin: 0;
    font-family: Inter;
    font-weight: 700;
    font-style: Bold;
    font-size: 30px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    color: #210714;
  }

  #hot-deals .hd-view-all-btn {
    align-items: center;
    background: linear-gradient(135deg, #e91e8c 0%, #c8007a 100%);
    border-radius: 999px;
    box-shadow: 0 6px 20px rgba(233, 30, 140, 0.3);
    color: #ffffff;
    display: inline-flex;
    font-family: Inter, sans-serif;
    font-size: 15px;
    font-weight: 600;
    justify-content: center;
    padding: 11px 28px;
    text-decoration: none;
    transition: all 0.3s ease;
    white-space: nowrap;
  }

  #hot-deals .hd-view-all-btn:hover {
    background: linear-gradient(135deg, #c8007a 0%, #a3005f 100%);
    box-shadow: 0 8px 28px rgba(233, 30, 140, 0.45);
    color: #ffffff;
    transform: translateY(-2px);
  }

  #hot-deals .hd-body {
    align-items: flex-start;
    display: flex;
    gap: 24px;
  }

  /* Promo Card */
  #hot-deals .hd-promo-card {
    background: #EDDBE5;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    flex-shrink: 0;
    justify-content: space-between;
    min-height: 520px;
    overflow: hidden;
    padding: 66px 0px 0;
    width: 342px;
    position: relative;
    z-index: 1;
  }

  #hot-deals .hd-promo-inner {
    position: relative;
    z-index: 2;
    padding: 0 28px;
  }

  #hot-deals .hd-promo-label {
    margin-bottom: 16px;
    font-family: Inter;
    font-weight: 500;
    font-style: Medium;
    font-size: 20px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    color: #FA01A2;
  }

  #hot-deals .hd-promo-heading {
      margin: 0 0 14px;
    font-family: Inter;
    font-weight: 700;
    font-style: Bold;
    font-size: 32px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    color: #210714;
  }

  #hot-deals .hd-promo-desc {
     margin: 0 0 42px;
    font-family: Inter;
    font-weight: 500;
    font-style: Medium;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 23px;
    letter-spacing: 0%;
    color: #210714;
  }

  #hot-deals .hd-promo-btn {
     align-items: center;
    background: #FA01A2;
    border-radius: 999px;
    color: #ffffff;
    padding: 16px 32px;
    text-decoration: none;
    transition: all 0.3s ease;
    white-space: nowrap;
    font-family: Inter;
    font-weight: 500;
    font-style: Medium;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
  }

  #hot-deals .hd-promo-btn:hover {
    background: #c8007a;
    box-shadow: 0 8px 24px rgba(233, 30, 140, 0.5);
    color: #ffffff;
    transform: translateY(-2px);
  }

  #hot-deals .hd-promo-image {
     margin-top: 20px;
    text-align: center;
    position: relative;
    z-index: 1;
    margin-top: 60px;

  }
#hot-deals .hd-promo-image::after {
    content: "";
    background: #490821;
    width: 100%;
    height: 248px;
    position: absolute;
    bottom: 0;
    left: 0;
    clip-path: polygon(23.558% 5.153%, 23.558% 5.153%, 20.521% 6.428%, 17.35% 7.982%, 14.154% 9.715%, 11.038% 11.532%, 8.109% 13.335%, 5.474% 15.028%, 3.239% 16.514%, 1.511% 17.695%, 0.395% 18.475%, 0% 18.756%, 0% 94.34%, 0% 94.34%, 0.064% 95.258%, 0.25% 96.129%, 0.547% 96.941%, 0.946% 97.683%, 1.436% 98.342%, 2.007% 98.908%, 2.649% 99.368%, 3.353% 99.711%, 4.107% 99.926%, 4.902% 100%, 95.098% 100%, 95.098% 100%, 95.893% 99.926%, 96.647% 99.711%, 97.351% 99.368%, 97.993% 98.908%, 98.564% 98.342%, 99.054% 97.683%, 99.453% 96.941%, 99.75% 96.129%, 99.936% 95.258%, 100% 94.34%, 100% 17.434%, 100% 17.434%, 99.725% 17.233%, 98.949% 16.674%, 97.747% 15.824%, 96.193% 14.748%, 94.364% 13.512%, 92.333% 12.181%, 90.175% 10.822%, 87.966% 9.5%, 85.779% 8.281%, 83.69% 7.231%, 83.69% 7.231%, 80.724% 5.888%, 77.938% 4.729%, 75.282% 3.738%, 72.704% 2.9%, 70.153% 2.2%, 67.578% 1.623%, 64.928% 1.153%, 62.151% 0.777%, 59.197% 0.477%, 56.013% 0.24%, 56.013% 0.24%, 52.331% 0.057%, 48.902% 0%, 45.67% 0.079%, 42.573% 0.302%, 39.554% 0.678%, 36.554% 1.215%, 33.513% 1.922%, 30.373% 2.809%, 27.074% 3.882%, 23.558% 5.153%);
    z-index: -1;
}
#hot-deals .hd-promo-image::before {
content: "";
    background: #890D55;
    width: 100%;
    height: 241px;
    position: absolute;
    bottom: 16px;
    left: 0;
clip-path: polygon( 19.118% 4.529%,19.118% 4.529%,16.204% 5.76%,13.371% 7.103%,10.672% 8.502%,8.16% 9.901%,5.889% 11.24%,3.911% 12.464%,2.28% 13.516%,1.049% 14.338%,0.271% 14.873%,0% 15.064%,0% 100%,100% 100%,100% 23.071%,100% 23.071%,99.687% 22.801%,98.81% 22.053%,97.458% 20.923%,95.723% 19.505%,93.695% 17.893%,91.466% 16.183%,89.127% 14.469%,86.768% 12.846%,84.479% 11.408%,82.353% 10.249%,81.976% 10.065%,81.976% 10.065%,79.005% 8.615%,76.119% 7.234%,73.29% 5.936%,70.49% 4.737%,67.692% 3.649%,64.87% 2.687%,61.994% 1.865%,59.039% 1.199%,55.976% 0.701%,52.778% 0.387%,52.778% 0.387%,49.061% 0.167%,45.542% 0.033%,42.174% 0.004%,38.913% 0.102%,35.716% 0.348%,32.537% 0.762%,29.333% 1.366%,26.057% 2.182%,22.667% 3.229%,19.118% 4.529% );    z-index: -1;
}
  #hot-deals .hd-promo-image img {
    display: block;
    max-height: 240px;
    object-fit: contain;
    width: 100%;
  }

  /* Products grid */
  #hot-deals .hd-products-grid {
    display: grid;
    flex: 1;
    gap: 16px;
    grid-template-columns: repeat(2, 1fr);
  }

  #hot-deals .hd-product-card {
     background: #ffffff;
    border: 1px solid #f0e0ec;
    border-radius: 14px;
    display: flex;
    gap: 14px;
    overflow: hidden;
    padding: 0 14px 0 0px;
    transition: box-shadow 0.3s ease, transform 0.3s ease;
    border: 1px solid #2107144D;
  }

  #hot-deals .hd-product-card:hover {
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08);
    transform: translateY(-3px);
  }

  #hot-deals .hd-product-image-wrap {
    background: #faeaf5;
    border-radius: 10px;
    flex-shrink: 0;
    min-height: 110px;
    overflow: visible;
    position: relative;
    width: 190px;
  }

  #hot-deals .hd-discount-badge {
     align-items: center;
    background: #890D55;
    border-radius: 999px;
    color: #ffffff;
    display: inline-flex;
    left: 11px;
    padding: 8px 15px;
    position: absolute;
    top: 10px;
    z-index: 2;
    font-family: Inter;
    font-weight: 500;
    font-style: Medium;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
  }

  #hot-deals .hd-wishlist-btn {
    position: absolute;
    right: 8px;
    top: 8px;
    z-index: 2;
  }

  #hot-deals .hd-heart {
    align-items: center;
    background: #ffffff;
    border-radius: 50%;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
    color: #888888;
    display: inline-flex;
    height: 30px;
    justify-content: center;
    text-decoration: none;
    transition: color 0.25s ease;
    width: 30px;
  }

  #hot-deals .hd-heart:hover {
    color: #e91e8c;
  }

  #hot-deals .hd-product-image {
    align-items: center;
    display: flex;
    height: 100%;
    justify-content: center;
    min-height: 190px;
    padding: 8px
  }

  #hot-deals .hd-product-image img {
    height: 90px;
    object-fit: contain;
    width: 100%;
  }

  #hot-deals .hd-product-details {
    display: flex;
    flex: 1;
    flex-direction: column;
    gap: 8px;
    justify-content: center;
  }

  #hot-deals .hd-product-name a {
     color: #210714;

    transition: color 0.2s ease;
    font-family: Inter;
    font-weight: 500;
    font-style: Medium;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 20px;
    letter-spacing: 0%;
  }

  #hot-deals .hd-product-name a:hover {
    color: #e91e8c;
  }

  #hot-deals .hd-product-meta {
     align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    justify-content: space-between;
    padding: 20px 0;
  }

  #hot-deals .hd-product-price {
    align-items: baseline;
    display: flex;
    gap: 7px;
  }

  #hot-deals .hd-price-current,
  #hot-deals .hd-price-current .woocommerce-Price-amount {
    font-family: Inter;
    font-weight: 700;
    font-style: Bold;
    font-size: 18px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    color: #210714;
  }

  #hot-deals .hd-price-original,
  #hot-deals .hd-price-original .woocommerce-Price-amount {
       font-family: Inter;
    font-weight: 400;
    font-style: Regular;
    font-size: 18px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    text-decoration: line-through;
    color: #21071499;
  }
.hd-product-rating svg {
    fill: #F9BA0C;
    width: 20px;
    height: 20px;
}
  #hot-deals .hd-product-rating {
    align-items: center;
    display: flex;
    gap: 3px;
        font-family: Inter;
    font-weight: 500;
    font-style: Medium;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    color: #210714;
  }

  #hot-deals .hd-add-to-cart-btn {
    border: 1.5px solid #FA01A2;
    border-radius: 999px;
    color: #FA01A2;
    cursor: pointer;
    display: block;
    font-family: Inter, sans-serif;
    font-size: 14px;
    font-weight: 600;
    padding: 14px 20px;
    text-align: center;
    text-decoration: none;
    transition: background 0.25s ease, color 0.25s ease;
    width: 100%;
    font-family: Inter;
    font-weight: 500;
    font-style: Medium;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
  }

  #hot-deals .hd-add-to-cart-btn:hover {
    background: #e91e8c;
    color: #ffffff;
  }

  #hot-deals .hd-no-products {
    color: #888888;
    font-family: Inter, sans-serif;
    grid-column: 1 / -1;
    padding: 20px 0;
    text-align: center;
  }

  @media screen and (max-width: 1199px) {
    #hot-deals .hd-promo-card {
      width: 255px;
    }
  }

  @media screen and (max-width: 991px) {
  
   
    

    #hot-deals .hd-promo-image {
      flex-shrink: 0;
      margin-top: 0;
      width: 100%;
    }

    #hot-deals .hd-promo-image img {
      max-height: 100%;
    }
  }

  @media screen and (max-width: 575px) {
    #hot-deals .hd-promo-card {
      flex-direction: column;
    }

    #hot-deals .hd-promo-image {
      width: 100%;
    }

    #hot-deals .hd-products-grid {
      grid-template-columns: 1fr;
      width: 100%;
    }

    #hot-deals .hd-product-card {
      flex-direction: column;
    }

    #hot-deals .hd-product-image-wrap {
      width: 100%;
    }
  }

  /* ===== Best Sellers & Top Rated ===== */

  #best-sellers {
    padding: 60px 0;
    position: relative;
  }

  #best-sellers .bstr-half-col {
    padding-left: 12px;
    padding-right: 12px;
  }

  #best-sellers .bstr-divider {
    background: #eeeeee;
    margin: 0 0 24px;
    width: 1px;
  }

  /* Sub-header */
  #best-sellers .bstr-sub-header {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    justify-content: space-between;
    margin-bottom: 24px;
  }

  #best-sellers .bstr-sub-title {
      margin: 0;
    white-space: nowrap;
    font-family: Inter;
    font-weight: 700;
    font-style: Bold;
    font-size: 28px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    color: #210714;
  }

  #best-sellers .bstr-view-all-btn {
    align-items: center;
    background: linear-gradient(135deg, #e91e8c 0%, #c8007a 100%);
    border-radius: 999px;
    box-shadow: 0 6px 20px rgba(233, 30, 140, 0.3);
    color: #ffffff;
    display: inline-flex;
    font-family: Inter, sans-serif;
    font-size: 14px;
    font-weight: 600;
    justify-content: center;
    padding: 10px 24px;
    text-decoration: none;
    transition: all 0.3s ease;
    white-space: nowrap;
  }

  #best-sellers .bstr-view-all-btn:hover {
    background: linear-gradient(135deg, #c8007a 0%, #a3005f 100%);
    box-shadow: 0 8px 28px rgba(233, 30, 140, 0.45);
    color: #ffffff;
    transform: translateY(-2px);
  }

  /* Product card */
  #best-sellers .bstr-product-card {
    background: #ffffff;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    height: 100%;
    opacity: 0;
    overflow: visible;
    transform: translateY(28px);
    transition: opacity 0.5s ease, transform 0.5s ease, box-shadow 0.3s ease;
    border: 1px solid #2107144D;
  }

  #best-sellers .bstr-product-card.bstr-card-visible {
    opacity: 1;
    transform: translateY(0);
  }

  #best-sellers .bstr-product-card:hover {
    box-shadow: 0 14px 36px rgba(0, 0, 0, 0.09);
    transform: translateY(-4px);
  }

  #best-sellers .bstr-product-card.bstr-card-visible:hover {
    transform: translateY(-4px);
  }

  /* Image wrap */
  #best-sellers .bstr-product-image-wrap {
    background: #EDDBE5;
    border-radius: 10px;
    min-height: 270px;
    overflow: visible;
    padding: 18px 14px 10px;
    position: relative;
    width: 101%;
    z-index: 1;
    left: -1px;
    top: -3px;
  }

  /* Discount badge */
  #best-sellers .bstr-discount-badge {
      align-items: center;
    background: #890D55;
    border-radius: 999px;
    color: #ffffff;
    display: inline-flex;
    left: 11px;
    padding: 8px 15px;
    position: absolute;
    top: 10px;
    z-index: 2;
    font-family: Inter;
    font-weight: 500;
    font-style: Medium;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
  }

  /* Wishlist */
  #best-sellers .bstr-wishlist-btn {
    position: absolute;
    right: 12px;
    top: 12px;
    z-index: 2;
  }

  #best-sellers .bstr-heart {
      align-items: center;
    background: #ffffff;
    border-radius: 50%;
    /* box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1); */
    color: #210714;
    display: inline-flex;
    height: 36px;
    justify-content: center;
    text-decoration: none;
    transition: color 0.25s ease;
    width: 36px;

  }

  #best-sellers .bstr-heart:hover {
    color: #e91e8c;
  }

  /* Product image */
  #best-sellers .bstr-product-image {
    text-align: center;
  }

  #best-sellers .bstr-product-image img {
    height: 270px;
    object-fit: contain;
    width: 100%;
  }

  /* Card body */
  #best-sellers .bstr-product-body {
    display: flex;
    flex: 1;
    flex-direction: column;
    gap: 10px;
    padding: 14px 16px 18px;
  }

  #best-sellers .bstr-product-name a {
       transition: color 0.2s ease;
    font-family: Inter;
    font-weight: 500;
    font-style: Medium;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    color: #210714;
  }

  #best-sellers .bstr-product-name a:hover {
    color: #e91e8c;
  }

  /* Price + rating row */
  #best-sellers .bstr-product-meta {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    justify-content: space-between;
    padding: 16px 0 14px;
  }

  #best-sellers .bstr-product-price {
    align-items: baseline;
    display: flex;
    gap: 8px;
  }

  #best-sellers .bstr-price-current,
  #best-sellers .bstr-price-current .woocommerce-Price-amount {
    color: #210714;
    font-size: 16px;
    font-weight: 700;
    font-family: Inter;
    font-weight: 700;
    font-style: Bold;
    font-size: 18px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
  }

  #best-sellers .bstr-price-original,
  #best-sellers .bstr-price-original .woocommerce-Price-amount {
       color: #21071499;
    font-size: 13px;
    text-decoration: line-through;
    font-family: Inter;
    font-weight: 400;
    font-style: Regular;
    font-size: 18px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    text-decoration: line-through;

  }

  #best-sellers .bstr-product-rating {
      font-family: Inter;
    font-weight: 500;
    font-style: Medium;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    color: #210714;
  }
  #best-sellers .bstr-product-rating svg {
    fill: #F9BA0C;
    width: 20px;
    height: 20px;
}
  /* Add to cart */
  #best-sellers .bstr-product-cart {
    margin-top: auto;
  }

  #best-sellers .bstr-add-to-cart-btn {
      border: 1.5px solid #FA01A2;
    border-radius: 999px;
    color: #FA01A2;
    cursor: pointer;
    display: block;
    font-family: Inter, sans-serif;
    font-size: 14px;
    font-weight: 600;
    padding: 14px 20px;
    text-align: center;
    text-decoration: none;
    transition: background 0.25s ease, color 0.25s ease;
    width: 100%;
    font-family: Inter;
    font-weight: 500;
    font-style: Medium;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
  }

  #best-sellers .bstr-add-to-cart-btn:hover {
    background: #e91e8c;
    color: #ffffff;
  }

  #best-sellers .bstr-no-products {
    color: #888888;
    font-family: Inter, sans-serif;
    text-align: center;
  }

  /* Responsive */
  @media screen and (max-width: 991px) {
    #best-sellers .bstr-divider {
      display: none;
    }

    #best-sellers .bstr-half-col {
      margin-bottom: 40px;
    }
  }

  @media screen and (max-width: 767px) {
    #best-sellers {
      padding: 40px 0;
    }

    #best-sellers .bstr-sub-title {
      font-size: 22px;
    }

    #best-sellers .bstr-product-image img {
      height: 100%;
    }
  }

  /* ===== Flash Sale ===== */

  #flash-sale {
    padding: 60px 0;
    position: relative;
  }

  /* Header */
  #flash-sale .fs-header {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    justify-content: space-between;
    margin-bottom: 28px;
  }

  #flash-sale .fs-section-title {
       margin: 0;
    font-family: Inter;
    font-weight: 700;
    font-style: Bold;
    font-size: 30px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    color: #210714;
  }

  #flash-sale .fs-view-all-btn {
    align-items: center;
    background: #FA01A2;
    border-radius: 999px;
    color: #FFFFFF;
    display: inline-flex;
    justify-content: center;
    padding: 17px 33px;
    text-decoration: none;
    transition: all 0.3s ease;
    white-space: nowrap;
    font-family: Inter;
    font-weight: 500;
    font-style: Medium;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
  }

  #flash-sale .fs-view-all-btn:hover {
    background: linear-gradient(135deg, #c8007a 0%, #a3005f 100%);
    box-shadow: 0 8px 28px rgba(233, 30, 140, 0.45);
    color: #ffffff;
    transform: translateY(-2px);
  }

  /* Promo Card */
  #flash-sale .fs-promo-card {
    background: #210714;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 440px;
    overflow: hidden;
    padding: 36px 0px 0;
    position: relative;
  }

  #flash-sale .fs-promo-inner {
     position: relative;
    z-index: 2;
    padding: 0 20px;
  }

  #flash-sale .fs-promo-heading {
       margin: 0 0 14px;
    font-family: Inter;
    font-weight: 700;
    font-style: Bold;
    font-size: 32px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    color: #FFFFFF;
  }

  #flash-sale .fs-promo-desc {
    color: #FFFFFFCC;
    font-size: 14px;
    line-height: 1.6;
    margin: 0 0 12px;
    font-family: Inter;
    font-weight: 500;
    font-style: Medium;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
  }

  #flash-sale .fs-promo-urgency {
      color: #FFFFFF;
    font-size: 15px;
    font-weight: 700;
    margin: 0;
    font-family: Inter;
    font-weight: 700;
    font-style: Bold;
    font-size: 18px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
  }

  #flash-sale .fs-promo-btn {
    display: inline-block;
    margin-top: 24px;
    padding: 10px 28px;
    background: #FA01A2;
    color: #fff;
    font-family: Inter, sans-serif;
    font-size: 15px;
    font-weight: 600;
    border-radius: 50px;
    text-decoration: none;
    transition: background 0.22s ease, transform 0.18s ease;
    position: relative;
    z-index: 2;
  }

  #flash-sale .fs-promo-btn:hover {
    background: #c8007a;
    color: #fff;
    transform: translateY(-2px);
  }

  #flash-sale .fs-promo-image-wrap {
    margin-top: 20px;
    position: relative;
    text-align: center;
  }

  #flash-sale .fs-promo-circle {
     background: #890D55;
    bottom: 0;
    display: block;
    height: 245px;
    left: 0;
    opacity: 0.6;
    position: absolute;
    width: 100%;
    right: 0;
    border-radius: 400px 400px 0 0;

  }

  #flash-sale .fs-promo-image-wrap img {
    display: block;
    max-height: 230px;
    object-fit: contain;
    position: relative;
    width: 100%;
    z-index: 2;
  }

  /* Carousel column */
  #flash-sale .fs-carousel-col {
    position: relative;
  }

  /* Owl nav arrows */
  #flash-sale .fs-products-carousel .owl-nav {
    margin: 0;
  }

  #flash-sale .fs-products-carousel .owl-prev,
  #flash-sale .fs-products-carousel .owl-next {
    align-items: center;
    background: #1a1a1a !important;
    border-radius: 50% !important;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.18);
    color: #ffffff !important;
    display: inline-flex !important;
    font-size: 16px !important;
    height: 42px;
    justify-content: center;
    margin: 0 !important;
    position: absolute;
    top: 38%;
    transform: translateY(-50%);
    transition: background 0.25s ease;
    width: 42px;
    z-index: 10;
  }

  #flash-sale .fs-products-carousel .owl-prev {
    left: -21px;
  }

  #flash-sale .fs-products-carousel .owl-next {
    right: -21px;
  }

  #flash-sale .fs-products-carousel .owl-prev:hover,
  #flash-sale .fs-products-carousel .owl-next:hover {
    background: #e91e8c !important;
  }

  #flash-sale .fs-products-carousel .owl-dots {
    display: none;
  }
.discount-rightbottom-svg {
    position: absolute;
    bottom: 0;
    right: -22px;
}
.metasale-leftbottom-svg {
    position: absolute;
    bottom: 0;
    left: -13px;
}
  /* Product Card */
  #flash-sale .fs-product-item {
    padding: 0 8px;
  }

  #flash-sale .fs-product-card {
    background: #ffffff;
    border-radius: 16px;
    display: flex;
    flex-direction: column;
    transition: box-shadow 0.3s ease, transform 0.3s ease;
        border: 1px solid #2107144D;
  }

  #flash-sale .fs-product-card:hover {
    box-shadow: 0 14px 36px rgba(0, 0, 0, 0.09);
    transform: translateY(-4px);
  }

  #flash-sale .fs-product-image-wrap {
    background: #EDDBE5;
    border-radius: 10px;
    min-height: 270px;
    overflow: visible;
    padding: 18px 14px 10px;
    position: relative;
    width: 101%;
    z-index: 1;
    left: -1px;
    top: -3px;
  }

  #flash-sale .fs-discount-badge {
    align-items: center;
    background: #8b0057;
    border-radius: 999px;
    color: #ffffff;
    display: inline-flex;
    font-family: Inter, sans-serif;
    font-size: 13px;
    font-weight: 700;
    left: 14px;
    padding: 4px 12px;
    position: absolute;
    top: 14px;
    z-index: 2;
  }

  #flash-sale .fs-wishlist-btn {
    position: absolute;
    right: 12px;
    top: 12px;
    z-index: 2;
  }

  #flash-sale .fs-heart {
    align-items: center;
    background: #FFFFFF;
    border-radius: 50%;
    color: #210714;
    display: inline-flex;
    height: 36px;
    justify-content: center;
    text-decoration: none;
    transition: color 0.25s ease;
    width: 36px;
  }

  #flash-sale .fs-heart:hover {
    color: #e91e8c;
  }

  #flash-sale .fs-product-image {
    text-align: center;
  }

  #flash-sale .fs-product-image img {
    height: 259px;
    object-fit: contain;
    width: 100%;
  }

  #flash-sale .fs-product-body {
    display: flex;
    flex: 1;
    flex-direction: column;
    gap: 10px;
    padding: 14px 16px 18px;
  }

  #flash-sale .fs-product-name a {
     transition: color 0.2s ease;
    font-family: Inter;
    font-weight: 500;
    font-style: Medium;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 22px;
    letter-spacing: 0%;
    color: #210714;

  }

  #flash-sale .fs-product-name a:hover {
    color: #e91e8c;
  }

  #flash-sale .fs-product-meta {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    justify-content: space-between;
  }

  #flash-sale .fs-product-price {
    align-items: baseline;
    display: flex;
    gap: 8px;
  }

  #flash-sale .fs-price-current,
  #flash-sale .fs-price-current .woocommerce-Price-amount {
    color: #210714;
    font-size: 16px;
    font-weight: 700;
    font-family: Inter;
    font-weight: 700;
    font-style: Bold;
    font-size: 18px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;  }

  #flash-sale .fs-price-original,
  #flash-sale .fs-price-original .woocommerce-Price-amount {
    color: #21071499;
    font-size: 13px;
    text-decoration: line-through;
    font-family: Inter;
    font-weight: 400;
    font-style: Regular;
    font-size: 18px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    text-decoration: line-through;
  }

  #flash-sale .fs-product-rating {
    font-family: Inter;
    font-weight: 500;
    font-style: Medium;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    color: #210714;
  }
.fs-product-rating svg {
    fill: #F9BA0C;
    width: 20px;
    height: 20px;
}
  #flash-sale .fs-product-cart {
    margin-top: auto;
  }

  #flash-sale .fs-add-to-cart-btn {
    border: 1.5px solid #e91e8c;
    border-radius: 999px;
    color: #e91e8c;
    cursor: pointer;
    display: block;
    font-family: Inter, sans-serif;
    font-size: 14px;
    font-weight: 600;
    padding: 10px 18px;
    text-align: center;
    text-decoration: none;
    transition: background 0.25s ease, color 0.25s ease;
    width: 100%;
  }

  #flash-sale .fs-add-to-cart-btn:hover {
    background: #e91e8c;
    color: #ffffff;
  }

  /* Scroll animation */
  #flash-sale.flash-sale-animation-ready .fs-promo-card {
    opacity: 0;
    transform: translateX(-40px);
    transition: opacity 0.7s ease, transform 0.7s ease;
  }

  #flash-sale.flash-sale-animation-ready .fs-carousel-col {
    opacity: 0;
    transform: translateX(40px);
    transition: opacity 0.7s ease 0.2s, transform 0.7s ease 0.2s;
  }

  #flash-sale.flash-sale-animation-ready.flash-sale-run-animation .fs-promo-card,
  #flash-sale.flash-sale-animation-ready.flash-sale-run-animation .fs-carousel-col {
    opacity: 1;
    transform: translateX(0);
  }

  /* Responsive */
  @media screen and (max-width: 991px) {
  

    #flash-sale .fs-promo-image-wrap {
           flex-shrink: 0;
        margin-top: 0;
        width: 100%;
    }
    #flash-sale .fs-promo-circle {

    height: 180px;
    }
#flash-sale .fs-promo-heading {
    font-size: 22px;
    line-height: 118%;
}
    #flash-sale .fs-promo-image-wrap img {
      max-height: 140px;
    }

    #flash-sale .fs-products-carousel .owl-prev {
      left: -10px;
    }

    #flash-sale .fs-products-carousel .owl-next {
      right: -10px;
    }
  }

  @media screen and (max-width: 767px) {
    #flash-sale {
      padding: 40px 0;
    }

    #flash-sale .fs-promo-card {
      flex-direction: column;
    }

    #flash-sale .fs-promo-image-wrap {
      width: 100%;
    }

    #flash-sale .fs-product-image img {
      height: 130px;
    }
  }

  #flash-sale .flash-sale-design-row {
    row-gap: 24px;
  }

  #flash-sale .flash-sale-design-card {
    align-items: center;
    background: linear-gradient(135deg, #070b13 0%, #13081f 100%);
    border-radius: 18px;
    display: flex;
    gap: 18px;
    justify-content: space-between;
    min-height: 300px;
    overflow: hidden;
    padding: 28px 26px 28px 28px;
    position: relative;
    transition: transform 0.35s ease, box-shadow 0.35s ease;
  }

  #flash-sale .flash-sale-design-card::before {
    background: linear-gradient(90deg, rgba(2, 5, 12, 0.86) 0%, rgba(4, 6, 16, 0.58) 38%, rgba(8, 9, 20, 0.08) 100%);
    content: "";
    inset: 0;
    position: absolute;
    z-index: 1;
  }

  #flash-sale .flash-sale-design-card:hover {
    box-shadow: 0 22px 40px rgba(5, 9, 20, 0.18);
    transform: translateY(-8px);
  }

  #flash-sale .flash-sale-design-content,
  #flash-sale .flash-sale-design-image {
    position: relative;
    z-index: 2;
  }

  #flash-sale .flash-sale-design-content {
    max-width: 50%;
  }

  #flash-sale .flash-sale-design-content h3 {
    color: #ffffff;
    font-family: Inter;
    font-size: 54px;
    font-weight: 800;
    letter-spacing: -0.04em;
    line-height: 1;
    margin: 0;
  }

  #flash-sale .flash-sale-offer-text {
    color: #ffffff;
    font-family: Inter;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.4;
    margin-top: 28px;
  }

  #flash-sale .flash-sale-design-content p {
    color: #ffffff;
    font-family: Inter;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.45;
    margin: 2px 0 0;
  }

  #flash-sale .flash-sale-button {
    margin-top: 20px;
  }

  #flash-sale .flash-sale-button a {
    align-items: center;
    background: linear-gradient(180deg, #ff13aa 0%, #f30095 100%);
    border-radius: 999px;
    box-shadow: 0 12px 25px rgba(243, 0, 149, 0.24);
    color: #ffffff;
    display: inline-flex;
    font-family: Inter;
    font-size: 15px;
    font-weight: 600;
    justify-content: center;
    min-height: 52px;
    min-width: 140px;
    padding: 12px 28px;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
  }

  #flash-sale .flash-sale-button a:hover {
    background: #081f41;
    color: #ffffff;
    transform: translateY(-2px);
  }

  #flash-sale .flash-sale-design-image {
    align-items: center;
    display: flex;
    justify-content: flex-end;
    min-height: 240px;
    width: 54%;
  }

  #flash-sale .flash-sale-design-image img {
    animation: upDown 4s ease-in-out infinite;
    display: block;
    filter: drop-shadow(0 18px 36px rgba(0, 0, 0, 0.25));
    margin-left: auto;
    max-height: 250px;
    max-width: 320px;
    object-fit: contain;
    transition: transform 0.35s ease;
    width: 100%;
  }

  #flash-sale .flash-sale-design-card:hover .flash-sale-design-image img {
    transform: scale(1.04);
  }

  #flash-sale.flash-sale-animation-ready .flash-sale-animate-card {
    opacity: 0;
  }

  #flash-sale.flash-sale-animation-ready.flash-sale-run-animation .flash-sale-animate-card {
    animation-duration: 0.9s;
    animation-fill-mode: both;
    opacity: 1;
  }

  #flash-sale.flash-sale-animation-ready.flash-sale-run-animation .col-lg-6:nth-child(odd) .flash-sale-animate-card {
    animation-delay: 0.1s;
    animation-name: flashSaleFadeInLeft;
  }

  #flash-sale.flash-sale-animation-ready.flash-sale-run-animation .col-lg-6:nth-child(even) .flash-sale-animate-card {
    animation-delay: 0.3s;
    animation-name: flashSaleFadeInRight;
  }

  @keyframes flashSaleFadeInLeft {
    0% {
      opacity: 0;
      transform: translate3d(-60px, 0, 0);
    }

    100% {
      opacity: 1;
      transform: translate3d(0, 0, 0);
    }
  }

  @keyframes flashSaleFadeInRight {
    0% {
      opacity: 0;
      transform: translate3d(60px, 0, 0);
    }

    100% {
      opacity: 1;
      transform: translate3d(0, 0, 0);
    }
  }

  @media screen and (max-width: 1199px) {
    #flash-sale .flash-sale-design-content h3 {
      font-size: 34px;
    }

    #flash-sale .flash-sale-design-content {
      max-width: 46%;
    }
  }

  @media screen and (max-width: 991px) {
    #flash-sale .flash-sale-design-card {
      min-height: 280px;
      padding: 24px;
    }
  }

  @media screen and (max-width: 767px) {
    #flash-sale {
      margin-bottom: 0;
    }

    #flash-sale .flash-sale-design-card {
      flex-direction: column;
      align-items: flex-start;
    }

    #flash-sale .flash-sale-design-content,
    #flash-sale .flash-sale-design-image {
      max-width: 100%;
      width: 100%;
    }

    #flash-sale .flash-sale-design-content h3 {
      font-size: 40px;
    }

    #flash-sale .flash-sale-design-image {
      justify-content: center;
      min-height: 180px;
    }

    #flash-sale .flash-sale-design-image img {
      margin-left: 0;
      max-height: 220px;
    }
  }

  /* Banner Image */

  /* ── Page Banner ── */
  .banner-image {
    background-color: #0a0a0a;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    min-height: 260px;
    position: relative;
    display: flex;
    align-items: center;
  }

  .banner-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(0,0,0,0.72) 0%, rgba(0,0,0,0.18) 100%);
    z-index: 1;
  }

  .banner-image .container {
    position: relative;
    z-index: 2;
  }

  .banner-image .banner-mainbox {
    padding: 60px 0;
  }

  .banner-image .banner-entry-title {
    font-family: 'Inter';
    font-size: 48px;
    font-weight: 800;
    line-height: 1.1;
    color: #fff;
    margin: 0 0 12px;
    text-transform: capitalize;
;
  }

  .banner-image .banner-breadcrumbs {
    display: flex;
    align-items: center;
    gap: 6px;
    font-family: 'Inter';
    font-size: 18px;
    font-weight: 500;
    color: #ffffff;
  }

  .banner-image .banner-breadcrumbs a {
    color: #ffffff;
    text-decoration: none;
  }

  .banner-image .banner-breadcrumbs a:hover {
    color: #fff;
  }

  .banner-image .banner-breadcrumbs .breadcrumb_last {
    color: #ffffff99;
  }

  @media (max-width: 767px) {
    .banner-image .banner-entry-title {
      font-size: 32px;
    }
    .banner-image .banner-mainbox {
      padding: 40px 0;
    }
  }

/* ===================================================
   MEGA SALE SECTION
   =================================================== */

#mega-sale .container {
  overflow: hidden;
  position: relative;
background: radial-gradient(50% 50% at 50% 50%, #890D55 39.8%, #490821 100%);
}




/* ---- Layout ---- */
#mega-sale .ms-inner {
  display: flex;
  align-items: stretch;
  min-height: 260px;
  position: relative;
  z-index: 2;
}

#mega-sale .ms-col {
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Left column */
#mega-sale .ms-col-left {
    flex: 0 0 28%;
    max-width: 28%;
    position: relative;
    padding: 30px 20px 15px 0;
    align-items: end;
}

/* Center column */
#mega-sale .ms-col-center {
  flex: 0 0 44%;
  max-width: 44%;
  padding: 0;
  align-items: flex-end;
}

/* Right column */
#mega-sale .ms-col-right {
    flex: 0 0 28%;
    max-width: 28%;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    padding: 30px 0 30px 20px;
    gap: 16px;
}

/* ---- Brand watermark ---- */
#mega-sale .ms-brand-watermark {
       position: absolute;
    top: 25%;
    left: 40px;
    transform: translateY(-50%);

    font-size: clamp(36px, 5vw, 64px);
    font-weight: 900;
    font-style: italic;
    color: rgba(255, 255, 255, 0.08);
    letter-spacing: -2px;
    white-space: nowrap;
    pointer-events: none;
    z-index: 0;
    line-height: 1;
    font-family: 'Inter', sans-serif;
    font-size: 96px;
    font-weight: 900;
    font-family: 'Inter';
    color: transparent;
    -webkit-text-stroke: 3px #FFFFFF14;
    font-style: italic;
    letter-spacing: 2px;
}

/* ---- Left arc / circle ---- */
#mega-sale .ms-left-arc {
    width: 220px;
    height: 220px;
    border-radius: 50%;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    position: relative;
    z-index: 1;
 
}

/* ---- Contact info inside left arc ---- */
#mega-sale .ms-contact-info {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  padding: 0 10px;
}

#mega-sale .ms-contact-btn {
display: inline-block;
    background: #FA01A2;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    padding: 18px 36px;
    border-radius: 999px;
    text-decoration: none;
    transition: background 0.3s ease, transform 0.2s ease;
    white-space: nowrap;
    font-family: 'Inter', sans-serif;
    font-family: Inter;
    font-weight: 500;
    font-style: Medium;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
}

#mega-sale .ms-contact-btn:hover {
  background: #c8007a;
  transform: translateY(-2px);
  color: #fff;
}
#mega-sale .ms-phone {
    margin: 0;
    padding: 0;
}
#mega-sale .ms-phone a {
     color: #FFFFFF;

    font-family: Inter;
    font-weight: 700;
    font-style: Bold;
    font-size: 24px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
}

#mega-sale .ms-website a {
    font-family: Inter;
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 25px;
    letter-spacing: 0%;
    color: #FFFFFF;
}

/* ---- Center product image ---- */
#mega-sale .ms-product-image {
  display: block;
  width: 100%;
  max-width: 580px;
  height: auto;
  object-fit: contain;
  position: relative;
  z-index: 2;
  margin: 0 auto;
  filter: drop-shadow(0 20px 40px rgba(0,0,0,0.5));
}

#mega-sale .ms-product-placeholder {
  width: 100%;
  min-height: 240px;
}

/* ---- Right content ---- */
#mega-sale .ms-right-content {
  text-align: left;
}

#mega-sale .ms-sub-title {
    color: #FFFFFF;
    letter-spacing: 1px;
    font-family: Inter;
    font-weight: 800;
    font-style: Extra Bold;
    font-size: 24px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    transform: rotate(-15deg);
}

#mega-sale .ms-main-title {
font-family: Inter;
font-weight: 900;
font-style: Extra Bold;
font-size: 60px;
leading-trim: NONE;
line-height: 100%;
letter-spacing: 0%;
    color: #FA01A2; /* Pink color */
    
    -webkit-text-stroke: 0px white;
    text-shadow: 
        2px 2px 0 white,
        -2px -2px 0 white,
        2px -2px 0 white,
        -2px 2px 0 white;

    display: inline-block;
    transform: rotate(-15deg);

}

/* ---- Right arc / discount circle ---- */
#mega-sale .ms-right-arc {
    width: 200px;
    height: 200px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
        position: absolute;
    bottom: -25px;
    right: 0;
}

#mega-sale .ms-discount-circle {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 2px;

}

#mega-sale .ms-upto {
font-family: Inter;
    font-weight: 600;
    font-style: Semi Bold;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    color: #FFFFFF;
}

#mega-sale .ms-discount-number {
  display: flex;
  align-items: flex-start;
  line-height: 1;
}

#mega-sale .ms-number {
    font-family: Inter;
    font-weight: 800;
    font-style: Extra Bold;
    font-size: 80px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    color: #FFFFFF;
}

#mega-sale .ms-percent {
  color: #ffffff;
  font-size: 28px;
  font-weight: 700;
  margin-top: 8px;
  font-family: 'Inter', sans-serif;
}

#mega-sale .ms-off {
    font-family: Inter;
    font-weight: 800;
    font-style: Extra Bold;
    font-size: 36px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    color: #FFFFFF;
    padding-left: 16px;
}

/* ---- Animations ---- */

@keyframes ms-fade-left {
  from { opacity: 0; transform: translateX(-50px); }
  to   { opacity: 1; transform: translateX(0); }
}

@keyframes ms-fade-right {
  from { opacity: 0; transform: translateX(50px); }
  to   { opacity: 1; transform: translateX(0); }
}

@keyframes ms-fade-up {
  from { opacity: 0; transform: translateY(40px); }
  to   { opacity: 1; transform: translateY(0); }
}

@keyframes ms-zoom-in {
  from { opacity: 0; transform: scale(0.82); }
  to   { opacity: 1; transform: scale(1); }
}

@keyframes ms-float {
  0%, 100% { transform: translateY(0px); }
  50%       { transform: translateY(-12px); }
}

@keyframes ms-pulse-ring {
  0%   { box-shadow: 0 0 0 0   rgba(250, 1, 162, 0.45); }
  70%  { box-shadow: 0 0 0 18px rgba(250, 1, 162, 0);    }
  100% { box-shadow: 0 0 0 0   rgba(250, 1, 162, 0);     }
}

@keyframes ms-shimmer {
  0%   { background-position: -400px 0; }
  100% { background-position:  400px 0; }
}

@keyframes ms-watermark-slide {
  from { opacity: 0; letter-spacing: 20px; }
  to   { opacity: 1; letter-spacing: 2px;  }
}

@keyframes ms-title-pop {
  0%   { opacity: 0; transform: rotate(-15deg) scale(0.6); }
  60%  { transform: rotate(-15deg) scale(1.08); }
  100% { opacity: 1; transform: rotate(-15deg) scale(1);   }
}

@keyframes ms-subtitle-pop {
  0%   { opacity: 0; transform: rotate(-15deg) translateX(30px); }
  100% { opacity: 1; transform: rotate(-15deg) translateX(0);    }
}

/* Apply animations to elements */

#mega-sale.ms-animated .ms-brand-watermark {
  animation: ms-watermark-slide 1s cubic-bezier(0.22, 1, 0.36, 1) both;
  animation-delay: 0.1s;
}

#mega-sale.ms-animated .ms-col-left {
  animation: ms-fade-left 0.75s cubic-bezier(0.22, 1, 0.36, 1) both;
  animation-delay: 0.15s;
}

#mega-sale.ms-animated .ms-contact-btn {
  animation: ms-fade-up 0.6s ease both;
  animation-delay: 0.4s;
}

#mega-sale.ms-animated .ms-phone {
  animation: ms-fade-up 0.6s ease both;
  animation-delay: 0.55s;
}

#mega-sale.ms-animated .ms-website {
  animation: ms-fade-up 0.6s ease both;
  animation-delay: 0.7s;
  margin: 0;
}

#mega-sale.ms-animated .ms-product-image {
  animation: ms-zoom-in 0.85s cubic-bezier(0.22, 1, 0.36, 1) both, ms-float 4s ease-in-out 1s infinite;
  animation-delay: 0.2s, 1s;
}

#mega-sale.ms-animated .ms-col-right {
  animation: ms-fade-right 0.75s cubic-bezier(0.22, 1, 0.36, 1) both;
  animation-delay: 0.15s;
}

#mega-sale.ms-animated .ms-sub-title {
  animation: ms-subtitle-pop 0.65s cubic-bezier(0.22, 1, 0.36, 1) both;
  animation-delay: 0.35s;
}

#mega-sale.ms-animated .ms-main-title {
  animation: ms-title-pop 0.75s cubic-bezier(0.34, 1.56, 0.64, 1) both;
  animation-delay: 0.45s;
}


#mega-sale.ms-animated .ms-contact-btn {
  animation: ms-fade-up 0.6s ease both;
  animation-delay: 0.4s;
}

/* Shimmer on the contact button */
#mega-sale .ms-contact-btn {
  background-size: 200% 100%;
  background-image:#FA01A2;
  background-position: 0 0;
  transition: background-position 0.6s ease, transform 0.2s ease, box-shadow 0.2s ease;
}

#mega-sale .ms-contact-btn:hover {
  background-position: 100% 0;
  box-shadow: 0 8px 24px rgba(250, 1, 162, 0.5);
  transform: translateY(-3px);
  color: #fff;
}

/* ---- Responsive ---- */
@media (max-width: 1024px) {
  #mega-sale .ms-col-left,
  #mega-sale .ms-col-right {
    flex: 0 0 26%;
    max-width: 26%;
  }

  #mega-sale .ms-col-center {
    flex: 0 0 48%;
    max-width: 48%;
  }

  #mega-sale .ms-left-arc,
  #mega-sale .ms-right-arc {
    width: 180px;
    height: 180px;
    position: unset;
  }

  #mega-sale .ms-main-title {
    font-size: 48px;
  }

  #mega-sale .ms-number {
    font-size: 56px;
  }
}

@media (max-width: 768px) {
  #mega-sale .ms-inner {
        flex-direction: column;
        align-items: center;
        padding: 30px 20px 0;
        gap: 24px;
  }
.discount-rightbottom-svg {

    right: 0;
}


  #mega-sale .ms-col-left,
  #mega-sale .ms-col-center,
  #mega-sale .ms-col-right {
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
    justify-content: center;
    padding: 0;
  }

  #mega-sale .ms-col-right {
    align-items: center;
  }

  #mega-sale .ms-right-content {
    text-align: center;
  }

  #mega-sale .ms-brand-watermark {
    display: none;
  }
}


/* ===================================================
   Shop Archive — Product Cards  (.ap-product-card)
   Mirrors the Trending Electronics card design
   =================================================== */

#shop .ap-product-card,
.related.products .ap-product-card {
  background: #ffffff;
  border-radius: 16px;
  display: flex;
  flex-direction: column;
  height: 100%;
  overflow: visible;
  position: relative;
  transition: box-shadow 0.3s ease, transform 0.3s ease;
  opacity: 0;
  transform: translateY(30px);
  animation: apCardFadeIn 0.55s ease forwards;
}

@keyframes apCardFadeIn {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

#shop .ap-product-card:hover,
.related.products .ap-product-card:hover {
  box-shadow: 0 14px 36px rgba(0, 0, 0, 0.09);
  transform: translateY(-4px);
}

/* ---- Image wrap ---- */
#shop .ap-product-image-wrap,
.related.products .ap-product-image-wrap {
  background: #EDDBE5;
  border-radius: 16px 16px 0 0;
  min-height: 220px;
  overflow: visible;
  padding: 20px 16px 10px;
  position: relative;
}

/* ---- Discount badge ---- */
#shop .ap-discount-badge,
.related.products .ap-discount-badge {
  align-items: center;
  background: #890D55;
  border-radius: 999px;
  color: #ffffff;
  display: inline-flex;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 600;
  left: 16px;
  padding: 6px 14px;
  position: absolute;
  top: 14px;
  z-index: 2;
}

/* ---- Wishlist button ---- */
#shop .ap-wishlist-btn,
.related.products .ap-wishlist-btn {
  position: absolute;
  right: 14px;
  top: 14px;
  z-index: 2;
}

#shop .ap-heart,
#shop .ap-wishlist-btn .yith-wcwl-add-to-wishlist-button,
.related.products .ap-heart,
.related.products .ap-wishlist-btn .yith-wcwl-add-to-wishlist-button {
    align-items: center;
    background: #FFFFFF !important;
    border-radius: 50%;
    box-shadow: unset;
    color: #210714;
    cursor: pointer;
    display: inline-flex;
    height: 36px;
    justify-content: center;
    text-decoration: none;
    transition: color 0.25s ease, box-shadow 0.25s ease;
    width: 36px;
    border: unset;
}

#shop .ap-heart:hover,
.related.products .ap-heart:hover {
  box-shadow: 0 4px 14px rgba(233, 30, 140, 0.25);
  color: #e91e8c;
}

/* ---- Product image ---- */
#shop .ap-product-image,
.related.products .ap-product-image {
  text-align: center;
}

#shop .ap-product-image img,
.related.products .ap-product-image img {
  height: 200px;
  object-fit: contain;
  width: 100%;
}

/* ---- Card body ---- */
#shop .ap-product-body,
.related.products .ap-product-body {
  border: 1px solid rgba(33, 7, 20, 0.3);
  border-top: none;
  border-radius: 0 0 16px 16px;
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 10px;
  padding: 14px 20px 20px;
}

/* ---- Product name ---- */
#shop .ap-product-name a,
.related.products .ap-product-name a {
  color: #210714;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.3;
  text-decoration: none;
  transition: color 0.2s ease;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

#shop .ap-product-name a:hover,
.related.products .ap-product-name a:hover {
  color: #FA01A2;
}

/* ---- Price + rating row ---- */
#shop .ap-product-meta,
.related.products .ap-product-meta {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: space-between;
  padding: 6px 0 2px;
}

#shop .ap-product-price,
.related.products .ap-product-price {
  align-items: baseline;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

#shop .ap-price-current,
#shop .ap-price-current .woocommerce-Price-amount,
.related.products .ap-price-current,
.related.products .ap-price-current .woocommerce-Price-amount {
  color: #210714;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 700;
}

#shop .ap-price-original,
#shop .ap-price-original .woocommerce-Price-amount,
.related.products .ap-price-original,
.related.products .ap-price-original .woocommerce-Price-amount {
  color: rgba(33, 7, 20, 0.6);
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 400;
  text-decoration: line-through;
}

#shop .ap-product-rating,
.related.products .ap-product-rating {
  align-items: center;
  color: #210714;
  display: flex;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 500;
  gap: 4px;
}

#shop .ap-product-rating svg,
.related.products .ap-product-rating svg {
  flex-shrink: 0;
}

/* ---- Add to cart ---- */
#shop .ap-product-cart,
.related.products .ap-product-cart {
  margin-top: auto;
}

#shop .ap-add-to-cart-btn,
.related.products .ap-add-to-cart-btn {
  border: 1.5px solid #FA01A2;
  border-radius: 999px;
  color: #FA01A2;
  cursor: pointer;
  display: block;
  font-family: Inter, sans-serif;
  font-size: 15px;
  font-weight: 600;
  padding: 12px 20px;
  text-align: center;
  text-decoration: none;
  transition: background 0.25s ease, color 0.25s ease, box-shadow 0.25s ease;
  width: 100%;
}

#shop .ap-add-to-cart-btn:hover,
.related.products .ap-add-to-cart-btn:hover {
  background: #FA01A2;
  box-shadow: 0 6px 20px rgba(250, 1, 162, 0.3);
  color: #ffffff;
}

/* ---- Responsive ---- */
@media screen and (max-width: 767px) {
  #shop .ap-product-image img,
  .related.products .ap-product-image img {
    height: 160px;
  }

  #shop .ap-product-image-wrap,
  .related.products .ap-product-image-wrap {
    min-height: 180px;
  }

  #shop .ap-product-name a,
  .related.products .ap-product-name a {
    font-size: 14px;
  }

  #shop .ap-price-current,
  #shop .ap-price-current .woocommerce-Price-amount,
  .related.products .ap-price-current,
  .related.products .ap-price-current .woocommerce-Price-amount {
    font-size: 15px;
  }
}

@media screen and (max-width: 480px) {
  #shop .ap-product-image img,
  .related.products .ap-product-image img {
    height: 130px;
  }
}

/* ===================================================
   Header — Icon Buttons (wishlist / cart / account)
   =================================================== */

.header-icon-btns {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 14px;
  height: 100%;
  padding: 4px 0;
}

.header-icon-btn {
  position: relative;
}

.header-icon-btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 1.5px solid #210714;
  background: #ffffff;
  color: #210714;
  transition: background 0.25s ease, color 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
  text-decoration: none !important;
  position: relative;
}

.header-icon-btn a:hover {
  background: #210714;
  color: #ffffff;
  border-color: #210714;
  box-shadow: 0 4px 14px rgba(33, 7, 20, 0.25);
}
.header-icon-btn a:hover svg path{
  fill: #ffffff !important;
}
.header-icon-btn a svg {
  flex-shrink: 0;
}

/* Cart count badge */
.header-icon-count {
  position: absolute;
  top: -6px;
  right: -6px;
  background: #FA01A2;
  color: #ffffff;
  font-family: Inter, sans-serif;
  font-size: 11px;
  font-weight: 700;
  min-width: 18px;
  height: 18px;
  border-radius: 999px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 4px;
  line-height: 1;
  pointer-events: none;
}

/* YITH wishlist button override */
.header-icon-btn .yith-wcwl-add-to-wishlist,
.header-icon-btn .yith-wcwl-add-to-wishlist-button {
  display: flex !important;
  align-items: center;
  justify-content: center;
  width: 44px !important;
  height: 44px !important;
  border-radius: 50% !important;
  border: 1.5px solid #210714 !important;
  background: #ffffff !important;
  color: #210714 !important;
  margin: 0 !important;
  padding: 0 !important;
  transition: background 0.25s ease, color 0.25s ease !important;
}

.header-icon-btn .yith-wcwl-add-to-wishlist:hover,
.header-icon-btn .yith-wcwl-add-to-wishlist-button:hover {
  background: #210714 !important;
  color: #ffffff !important;
}

@media screen and (max-width: 991px) {
  .header-icon-btns {
    justify-content: center;
    gap: 10px;
  }

  .header-icon-btn a {
    width: 38px;
    height: 38px;
  }
}


/* ===================================================
   My Account Page
   =================================================== */

.woocommerce-myaccount-wrapper {
  padding: 60px 0 80px;
  background: #f9f5f7;
  min-height: 60vh;
}

/* ---- Sidebar Nav Box ---- */
.myaccount-nav-box {
  background: #ffffff;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 4px 24px rgba(33, 7, 20, 0.07);
  margin-bottom: 30px;
}

/* User greeting strip */
.myaccount-nav-box::before {
  content: '';
  display: block;
  height: 6px;
  background: linear-gradient(90deg, #890D55 0%, #FA01A2 100%);
}

/* Nav list */
.woocommerce-MyAccount-navigation ul {
  list-style: none;
  margin: 0;
  padding: 8px 0;
}

.woocommerce-MyAccount-navigation ul li {
  margin: 0;
}

.woocommerce-MyAccount-navigation ul li a {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 14px 22px;
  color: #210714;
  font-family: Inter, sans-serif;
  font-size: 15px;
  font-weight: 500;
  text-decoration: none !important;
  transition: background 0.2s ease, color 0.2s ease, padding-left 0.2s ease;
  border-left: 3px solid transparent;
  position: relative;
}

.woocommerce-MyAccount-navigation ul li a:hover {
  background: #fdf0f7;
  color: #FA01A2;
  padding-left: 28px;
  border-left-color: #FA01A2;
}

.woocommerce-MyAccount-navigation ul li.is-active a,
.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--active a {
  background: linear-gradient(90deg, #fdf0f7 0%, #fff5fb 100%);
  color: #FA01A2;
  font-weight: 700;
  padding-left: 28px;
  border-left-color: #FA01A2;
}

/* Nav icon */
.myaccount-nav-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 8px;
  background: #f5eaf2;
  flex-shrink: 0;
  transition: background 0.2s ease, color 0.2s ease;
}

.woocommerce-MyAccount-navigation ul li a:hover .myaccount-nav-icon,
.woocommerce-MyAccount-navigation ul li.is-active a .myaccount-nav-icon,
.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--active a .myaccount-nav-icon {
  background: #FA01A2;
  color: #ffffff;
}

.myaccount-nav-icon svg {
  stroke: currentColor;
}

.woocommerce-MyAccount-navigation ul li a:hover .myaccount-nav-icon svg,
.woocommerce-MyAccount-navigation ul li.is-active a .myaccount-nav-icon svg,
.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--active a .myaccount-nav-icon svg {
  stroke: #ffffff;
}

/* Nav label */
.myaccount-nav-label {
  flex: 1;
}

/* Nav arrow */
.myaccount-nav-arrow {
  opacity: 0;
  transition: opacity 0.2s ease, transform 0.2s ease;
  display: flex;
  align-items: center;
}

.woocommerce-MyAccount-navigation ul li a:hover .myaccount-nav-arrow,
.woocommerce-MyAccount-navigation ul li.is-active a .myaccount-nav-arrow,
.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--active a .myaccount-nav-arrow {
  opacity: 1;
  transform: translateX(3px);
}

/* Log out special color */
.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--customer-logout a {
  color: #c0392b;
}

.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--customer-logout a:hover {
  background: #fff5f5;
  color: #c0392b;
  border-left-color: #c0392b;
}

.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--customer-logout a .myaccount-nav-icon {
  background: #fdecea;
}

.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--customer-logout a:hover .myaccount-nav-icon {
  background: #c0392b;
}

/* Divider before logout */
.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--customer-logout {
  border-top: 1px solid #f0e0ec;
  margin-top: 6px;
  padding-top: 6px;
}

/* ---- Content Box ---- */
.myaccount-content-box {
  background: #ffffff;
  border-radius: 16px;
  box-shadow: 0 4px 24px rgba(33, 7, 20, 0.07);
  padding: 36px 40px;
}

/* Content headings */
.woocommerce-MyAccount-content h2,
.woocommerce-MyAccount-content h3 {
  color: #210714;
  font-family: Inter, sans-serif;
  font-weight: 700;
  margin-bottom: 20px;
  padding-bottom: 14px;
  border-bottom: 2px solid #f0e0ec;
}

/* Dashboard welcome text */
.woocommerce-MyAccount-content p {
  color: #555555;
  font-family: Inter, sans-serif;
  font-size: 15px;
  line-height: 1.7;
}

.woocommerce-MyAccount-content p a {
  color: #FA01A2;
  text-decoration: none;
  font-weight: 500;
}

.woocommerce-MyAccount-content p a:hover {
  text-decoration: underline;
}

/* Tables (orders, downloads) */
.woocommerce-MyAccount-content table.woocommerce-orders-table,
.woocommerce-MyAccount-content table.woocommerce-table {
  width: 100%;
  border-collapse: collapse;
  font-family: Inter, sans-serif;
  font-size: 14px;
}

.woocommerce-MyAccount-content table th {
  background: #f9f0f5;
  color: #210714;
  font-weight: 700;
  padding: 12px 16px;
  text-align: left;
  border-bottom: 2px solid #f0e0ec;
}

.woocommerce-MyAccount-content table td {
  padding: 12px 16px;
  color: #555555;
  border-bottom: 1px solid #f5eaf2;
  vertical-align: middle;
}

.woocommerce-MyAccount-content table tr:last-child td {
  border-bottom: none;
}

.woocommerce-MyAccount-content table .button,
.woocommerce-MyAccount-content a.button,
.woocommerce-MyAccount-content button[type="submit"] {
  background: #FA01A2;
  color: #ffffff;
  border: none;
  border-radius: 999px;
  padding: 9px 22px;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  text-decoration: none !important;
  display: inline-block;
  transition: background 0.25s ease, box-shadow 0.25s ease;
}

.woocommerce-MyAccount-content table .button:hover,
.woocommerce-MyAccount-content a.button:hover,
.woocommerce-MyAccount-content button[type="submit"]:hover {
  background: #c8007a;
  box-shadow: 0 6px 20px rgba(250, 1, 162, 0.3);
  color: #ffffff;
}

/* Order status badges */
.woocommerce-MyAccount-content mark.order-status {
  background: transparent;
  font-weight: 600;
  font-family: Inter, sans-serif;
  font-size: 12px;
  padding: 4px 12px;
  border-radius: 999px;
}

.woocommerce-MyAccount-content mark.order-status.status-completed { background: #e6f9f0; color: #1a8a5a; }
.woocommerce-MyAccount-content mark.order-status.status-processing { background: #fff3e0; color: #e67e22; }
.woocommerce-MyAccount-content mark.order-status.status-on-hold    { background: #f0f4ff; color: #3a57d6; }
.woocommerce-MyAccount-content mark.order-status.status-cancelled  { background: #fdecea; color: #c0392b; }
.woocommerce-MyAccount-content mark.order-status.status-refunded   { background: #f5f5f5; color: #777777; }

/* Forms (edit account, edit address) */
.woocommerce-MyAccount-content .woocommerce-form-row input,
.woocommerce-MyAccount-content .woocommerce-address-fields input,
.woocommerce-MyAccount-content .woocommerce-address-fields select,
.woocommerce-MyAccount-content input[type="text"],
.woocommerce-MyAccount-content input[type="email"],
.woocommerce-MyAccount-content input[type="password"],
.woocommerce-MyAccount-content input[type="tel"],
.woocommerce-MyAccount-content select,
.woocommerce-MyAccount-content textarea {
  width: 100%;
  height: 48px;
  border: 1.5px solid #e0cdd8;
  border-radius: 10px;
  padding: 0 16px;
  font-family: Inter, sans-serif;
  font-size: 14px;
  color: #210714;
  background: #ffffff;
  outline: none;
  transition: border-color 0.2s ease;
}

.woocommerce-MyAccount-content input:focus,
.woocommerce-MyAccount-content select:focus,
.woocommerce-MyAccount-content textarea:focus {
  border-color: #FA01A2;
}

.woocommerce-MyAccount-content textarea {
  height: 120px;
  padding: 14px 16px;
  resize: vertical;
}

.woocommerce-MyAccount-content label {
  font-family: Inter, sans-serif;
  font-size: 13px;
  font-weight: 600;
  color: #210714;
  display: block;
  margin-bottom: 6px;
}

/* Addresses grid */
.woocommerce-MyAccount-content .woocommerce-Addresses {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}

.woocommerce-MyAccount-content .woocommerce-Address {
  background: #fdf5f9;
  border: 1.5px solid #f0e0ec;
  border-radius: 14px;
  padding: 24px;
}

.woocommerce-MyAccount-content .woocommerce-Address-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 14px;
}

.woocommerce-MyAccount-content .woocommerce-Address-title h3 {
  font-size: 16px;
  color: #210714;
  font-weight: 700;
  border: none;
  padding: 0;
  margin: 0;
}

.woocommerce-MyAccount-content .woocommerce-Address address {
  font-family: Inter, sans-serif;
  font-size: 14px;
  color: #555555;
  line-height: 1.8;
  font-style: normal;
}

/* Notices */
.woocommerce-MyAccount-content .woocommerce-message,
.woocommerce-MyAccount-content .woocommerce-error,
.woocommerce-MyAccount-content .woocommerce-info {
  border-radius: 10px;
  padding: 14px 20px;
  font-family: Inter, sans-serif;
  font-size: 14px;
  margin-bottom: 20px;
  border: none;
  border-left: 4px solid;
}

.woocommerce-MyAccount-content .woocommerce-message {
  background: #e6f9f0;
  color: #1a8a5a;
  border-left-color: #1a8a5a;
}

.woocommerce-MyAccount-content .woocommerce-error {
  background: #fdecea;
  color: #c0392b;
  border-left-color: #c0392b;
}

.woocommerce-MyAccount-content .woocommerce-info {
  background: #f0f4ff;
  color: #3a57d6;
  border-left-color: #3a57d6;
}

/* ---- Responsive ---- */
@media screen and (max-width: 991px) {
  .woocommerce-myaccount-wrapper {
    padding: 40px 0 60px;
  }

  .myaccount-content-box {
    padding: 26px 24px;
  }

  .woocommerce-MyAccount-content .woocommerce-Addresses {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 767px) {
  .myaccount-content-box {
    padding: 20px 16px;
    margin-top: 20px;
  }

  .woocommerce-myaccount-wrapper {
    padding: 30px 0 50px;
  }
}


/* ===================================================
   Cart Page
   =================================================== */
/* ==========================================================
   CART PAGE  –  ElectroNova
   ========================================================== */

.wc-cart-page-wrapper {
  padding: 50px 0 90px;
  background: #fff;
  min-height: 60vh;
}

/* WooCommerce notices */
.wc-cart-page-wrapper .woocommerce-notices-wrapper .woocommerce-message,
.wc-cart-page-wrapper .woocommerce-notices-wrapper .woocommerce-error,
.wc-cart-page-wrapper .woocommerce-notices-wrapper .woocommerce-info {
  border-radius: 6px;
  margin-bottom: 20px;
  font-family: Inter, sans-serif;
  font-size: 14px;
}

/* Empty cart */
.wc-empty-cart-box {
  background: #fff;
  padding: 70px 0;
  text-align: center;
}
.wc-empty-cart-box .cart-empty,
.wc-empty-cart-box .woocommerce-info {
  font-family: Inter, sans-serif;
  font-size: 16px;
  color: #555;
  margin-bottom: 24px;
  background: transparent;
  border: none;
  padding: 0;
  display: block;
}
.wc-empty-cart-box .cart-empty::before,
.wc-empty-cart-box .woocommerce-info::before { display: none; }
.wc-return-to-shop-btn {
  display: inline-flex;
  align-items: center;
  background: #111;
  color: #fff;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 600;
  padding: 11px 28px;
  border-radius: 4px;
  text-decoration: none !important;
  transition: background .2s;
}
.wc-return-to-shop-btn:hover { background: #333; color: #fff; }

/* Cart items box */
.wc-cart-table-box {
  background: #fff;
  border-radius: 0;
  box-shadow: none;
  overflow: visible;
}

/* Table header */
.wc-cart-thead {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 0 14px 0;
  border-bottom: 2px solid #222;
}
.wc-cart-th {
  font-family: Inter, sans-serif;
  font-size: 11px;
  font-weight: 700;
  color: #111;
  text-transform: uppercase;
  letter-spacing: 1.2px;
}
.wc-th-product { flex: 1; }
.wc-th-total   { width: 150px; text-align: right; }

/* Cart row */
.wc-cart-row {
  display: flex;
  align-items: center;
  padding: 24px 0;
  border-bottom: 1px solid #e8e8e8;
  gap: 20px;
}
.wc-cart-row:hover { background: transparent; }

/* Cells */
.wc-cart-cell { font-family: Inter, sans-serif; font-size: 14px; }

/* Product cell */
.wc-cell-product {
  flex: 1;
  display: flex;
  align-items: center;
  gap: 18px;
  min-width: 0;
}

/* Product image */
.wc-cart-product-img {
  width: 80px;
  height: 80px;
  flex-shrink: 0;
  border-radius: 6px;
  overflow: hidden;
  background: #f5f5f5;
  border: 1px solid #e8e8e8;
  display: flex;
  align-items: center;
  justify-content: center;
}
.wc-cart-product-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}
.wc-cart-product-img a {
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
}

/* Product info */
.wc-cart-product-info {
  flex: 1;
  min-width: 0;
}

/* Name */
.wc-cart-product-name {
  margin-bottom: 4px;
  line-height: 1;
}
.wc-cart-product-name a {
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 600;
  color: #2563EB;
  text-decoration: none !important;
  line-height: 1.4;
  display: inline;
  transition: color .15s;
}
.wc-cart-product-name a:hover { color: #1d4ed8; }

/* Price */
.wc-cart-product-price {
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  gap: 5px;
  margin-bottom: 4px;
}
.wc-cart-product-price del {
  font-family: Inter, sans-serif;
  font-size: 13px;
  color: #aaa;
  font-weight: 400;
  text-decoration: line-through;
}
.wc-cart-product-price del .woocommerce-Price-amount {
  color: #aaa;
  font-size: 13px;
  font-weight: 400;
}
.wc-cart-product-price ins { text-decoration: none !important; }
.wc-cart-product-price ins .woocommerce-Price-amount,
.wc-cart-product-price > .woocommerce-Price-amount {
  font-family: Inter, sans-serif;
  font-size: 13px;
  font-weight: 500;
  color: #222;
}

/* Short description */
.wc-cart-product-desc {
  font-family: Inter, sans-serif;
  font-size: 12.5px;
  color: #888;
  line-height: 1.5;
  margin-bottom: 0;
}

/* Qty + trash row */
.wc-cart-qty-row {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 12px;
}

/* Qty stepper */
.wc-qty-stepper {
  display: inline-flex;
  align-items: stretch;
  border: 1px solid #ccc;
  border-radius: 4px;
  overflow: hidden;
  height: 30px;
  background: #fff;
}
.wc-qty-btn {
  width: 28px;
  height: 100%;
  background: transparent;
  border: none;
  font-size: 14px;
  font-weight: 400;
  color: #555;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  padding: 0;
  line-height: 1;
  transition: background .15s;
  -webkit-user-select: none;
  user-select: none;
}
.wc-qty-btn:hover { background: #f0f0f0; color: #111; }
.wc-qty-input {
  width: 36px;
  height: 100%;
  border: none;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  text-align: center;
  font-family: Inter, sans-serif;
  font-size: 13px;
  font-weight: 500;
  color: #111;
  background: #fff;
  -moz-appearance: textfield;
  appearance: textfield;
  outline: none;
  padding: 0;
}
.wc-qty-input::-webkit-outer-spin-button,
.wc-qty-input::-webkit-inner-spin-button { -webkit-appearance: none; }

/* Trash */
.wc-remove-item {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border-radius: 4px;
  background: transparent;
  color: #aaa;
  font-size: 12px;
  text-decoration: none !important;
  border: none;
  transition: color .15s;
  flex-shrink: 0;
}
.wc-remove-item:hover { color: #555; }

/* Total cell */
.wc-cell-total {
  width: 150px;
  flex-shrink: 0;
  text-align: right;
  align-self: center;
}
.wc-cart-item-total {
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 600;
  color: #111;
  white-space: nowrap;
  display: block;
}
.wc-cart-item-total .woocommerce-Price-amount {
  font-size: 14px;
  font-weight: 600;
  color: #111;
}

/* Save badge */
.wc-cart-save-badge {
  display: inline-block;
  margin-top: 7px;
  padding: 3px 9px;
  background: #fff;
  color: #444;
  border: 1px solid #ccc;
  border-radius: 3px;
  font-family: Inter, sans-serif;
  font-size: 11.5px;
  font-weight: 500;
  white-space: nowrap;
}
.wc-cart-save-badge .woocommerce-Price-amount {
  color: #444;
  font-size: 11.5px;
  font-weight: 500;
}

/* Actions row */
.wc-cart-actions-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 12px;
  padding: 20px 0 0;
}
.wc-coupon-box {
  display: flex;
  align-items: center;
  gap: 8px;
  flex: 1;
  min-width: 0;
}
.wc-coupon-input {
  flex: 1;
  min-width: 0;
  height: 38px;
  border: 1px solid #ccc;
  border-radius: 4px;
  padding: 0 14px;
  font-family: Inter, sans-serif;
  font-size: 13px;
  color: #333;
  outline: none;
  background: #fff;
  transition: border-color .18s;
}
.wc-coupon-input:focus { border-color: #888; }
.wc-apply-coupon-btn {
  height: 38px;
  padding: 0 20px;
  background: #111;
  color: #fff;
  border: none;
  border-radius: 4px;
  font-family: Inter, sans-serif;
  font-size: 13px;
  font-weight: 600;
  cursor: pointer;
  white-space: nowrap;
  transition: background .2s;
}
.wc-apply-coupon-btn:hover { background: #444; }
.wc-update-cart-btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  height: 38px;
  padding: 0 20px;
  background: transparent;
  color: #555;
  border: 1px solid #ccc;
  border-radius: 4px;
  font-family: Inter, sans-serif;
  font-size: 13px;
  font-weight: 500;
  cursor: pointer;
  white-space: nowrap;
  transition: background .2s, color .2s, border-color .2s;
}
.wc-update-cart-btn:hover { background: #111; color: #fff; border-color: #111; }

/* Cart Totals panel */
.wc-cart-totals-box {
  background: #fff;
  border-radius: 0;
  box-shadow: none;
  overflow: visible;
  position: sticky;
  top: 90px;
  padding-left: 20px;
  border-left: 1px solid #e8e8e8;
}
.wc-cart-totals-box .cart_totals { padding: 0; }

/* CART TOTALS heading */
.wc-totals-heading {
  padding: 0 0 14px 0;
  border-bottom: 2px solid #222;
  margin-bottom: 0;
}
.wc-totals-heading h2 {
  font-family: Inter, sans-serif;
  font-size: 11px;
  font-weight: 700;
  color: #111;
  text-transform: uppercase;
  letter-spacing: 1.2px;
  margin: 0;
  padding: 0;
  border: none;
  background: none;
  line-height: 1;
}

/* Add coupons accordion */
.wc-totals-coupon-accordion {
  border-bottom: 1px solid #e8e8e8;
}
.wc-totals-coupon-toggle {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 0;
  background: none;
  border: none;
  cursor: pointer;
  font-family: Inter, sans-serif;
  font-size: 13.5px;
  color: #333;
  font-weight: 400;
  text-align: left;
}
.wc-totals-coupon-toggle:hover { color: #111; }
.wc-coupon-chevron {
  font-size: 11px;
  color: #999;
  transition: transform .2s;
  flex-shrink: 0;
}
.wc-totals-coupon-toggle[aria-expanded="true"] .wc-coupon-chevron {
  transform: rotate(180deg);
}
.wc-totals-coupon-body { padding: 4px 0 14px; }
.wc-totals-coupon-row  { display: flex; align-items: center; gap: 8px; }
.wc-totals-coupon-input {
  flex: 1;
  height: 36px;
  border: 1px solid #ccc;
  border-radius: 4px;
  padding: 0 12px;
  font-family: Inter, sans-serif;
  font-size: 13px;
  outline: none;
  transition: border-color .18s;
}
.wc-totals-coupon-input:focus { border-color: #888; }
.wc-totals-coupon-btn {
  height: 36px;
  padding: 0 16px;
  background: #111;
  color: #fff;
  border: none;
  border-radius: 4px;
  font-family: Inter, sans-serif;
  font-size: 13px;
  font-weight: 600;
  cursor: pointer;
  white-space: nowrap;
  transition: background .18s;
}
.wc-totals-coupon-btn:hover { background: #444; }

/* Totals table */
.wc-cart-totals-box .shop_table {
  width: 100%;
  border-collapse: collapse;
}
.wc-cart-totals-box .shop_table th,
.wc-cart-totals-box .shop_table td {
  font-family: Inter, sans-serif;
  font-size: 13.5px;
  padding: 13px 0;
  border-bottom: 1px solid #e8e8e8;
  vertical-align: middle;
}
.wc-cart-totals-box .shop_table th {
  color: #555;
  font-weight: 400;
  width: 50%;
}
.wc-cart-totals-box .shop_table td {
  color: #111;
  font-weight: 500;
  text-align: right;
}

/* Estimated total row */
.wc-cart-totals-box .order-total th {
  font-family: Inter, sans-serif;
  font-size: 20px;
  font-weight: 700;
  color: #111;
  padding-top: 20px;
  padding-bottom: 20px;
  border-top: none;
  border-bottom: 1px solid #e8e8e8;
}
.wc-cart-totals-box .order-total td {
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #e8e8e8;
}
.wc-cart-totals-box .order-total .woocommerce-Price-amount {
  font-family: Inter, sans-serif;
  font-size: 20px;
  font-weight: 700;
  color: #111;
}

/* Proceed to Checkout */
.wc-cart-totals-box .wc-proceed-to-checkout {
  padding: 20px 0 6px;
  text-align: center;
  border-top: none;
}
.wc-cart-totals-box .wc-proceed-to-checkout a.checkout-button,
.wc-cart-totals-box .checkout-button {
  display: inline-block;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: #2563EB !important;
  text-decoration: none !important;
  background: transparent !important;
  border: none;
  padding: 0;
  box-shadow: none;
  cursor: pointer;
  transition: color .15s;
  line-height: 1.5;
  width: auto;
  border-radius: 0;
  transform: none !important;
}
.wc-cart-totals-box .wc-proceed-to-checkout a.checkout-button:hover,
.wc-cart-totals-box .checkout-button:hover {
  color: #1d4ed8 !important;
  background: transparent !important;
  box-shadow: none;
  transform: none !important;
}

/* Shipping calculator */
.wc-cart-totals-box .shipping-calculator-button {
  color: #2563EB;
  font-family: Inter, sans-serif;
  font-size: 12.5px;
  font-weight: 500;
  text-decoration: none;
}
.wc-cart-totals-box .shipping-calculator-form { padding: 8px 0 12px; }
.wc-cart-totals-box .shipping-calculator-form input,
.wc-cart-totals-box .shipping-calculator-form select {
  width: 100%;
  height: 36px;
  border: 1px solid #ccc;
  border-radius: 4px;
  padding: 0 12px;
  font-family: Inter, sans-serif;
  font-size: 13px;
  margin-bottom: 7px;
  outline: none;
  box-sizing: border-box;
}
.wc-cart-totals-box .shipping-calculator-form button[type="submit"] {
  background: #111;
  color: #fff;
  border: none;
  border-radius: 4px;
  padding: 9px 18px;
  font-family: Inter, sans-serif;
  font-size: 13px;
  font-weight: 600;
  cursor: pointer;
  transition: background .2s;
}
.wc-cart-totals-box .shipping-calculator-form button[type="submit"]:hover { background: #444; }

/* WooCommerce notices override */
.woocommerce-message::before { content: "\e015"; color: #FA01A2; }
.woocommerce-message { border-top-color: #FA01A2; }
.woocommerce .woocommerce-error .button,
.woocommerce .woocommerce-info .button,
.woocommerce .woocommerce-message .button,
.woocommerce-page .woocommerce-error .button,
.woocommerce-page .woocommerce-info .button,
.woocommerce-page .woocommerce-message .button {
  float: right;
  border: none;
  border-radius: 999px;
  color: #fff;
  cursor: pointer;
  padding: 12px 28px;
  text-decoration: none;
  transition: background .3s;
  background: #FA01A2;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  white-space: nowrap;
  font-family: Inter, sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 1;
}

/* Responsive */
@media screen and (max-width: 991px) {
  .wc-cart-page-wrapper   { padding: 32px 0 60px; }
  .wc-cart-totals-box     { position: static; margin-top: 32px; padding-left: 0; border-left: none; border-top: 2px solid #222; padding-top: 24px; }
  .wc-cart-thead          { display: none; }
  .wc-cart-row            { flex-wrap: wrap; padding: 20px 0; }
  .wc-cell-product        { flex: 0 0 100%; margin-bottom: 8px; }
  .wc-cell-total          { width: 100%; text-align: left; }
  .wc-cell-total::before  {
    content: attr(data-title) ': ';
    font-family: Inter, sans-serif;
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
    color: #999;
    display: block;
    margin-bottom: 3px;
    letter-spacing: 0.6px;
  }
}

@media screen and (max-width: 767px) {
  .wc-cart-actions-row    { flex-direction: column; align-items: stretch; }
  .wc-coupon-box          { flex-direction: column; }
  .wc-coupon-input,
  .wc-apply-coupon-btn,
  .wc-update-cart-btn     { width: 100%; justify-content: center; }
  .wc-cart-product-img    { width: 64px; height: 64px; }
}

/* Single blog page */
.slider-blogs-image img {
    width: 100%;
    height: 100%;
}

/* CArt page */

.woocommerce-cart .middle-content {
    padding: 60px 0;
}
body:not(.woocommerce-block-theme-has-button-styles) .wc-block-components-button:not(.is-link) {
    min-height: 3em;
    padding: 16px 29px;
    line-height: 100%;
    letter-spacing: 0%;
    font-family: Inter;
    font-weight: 500;
    font-style: Medium;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    color: #FA01A2;
    border: 1px solid #FA01A2;
    border-radius: 30px;
}
body:not(.woocommerce-block-theme-has-button-styles) .wc-block-components-button:not(.is-link):hover{
    background: #FA01A2;
    color: #fff;
    transition: all 0.3s ease;
}
.editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__row .wc-block-components-product-name, table.wc-block-cart-items .wc-block-cart-items__row .wc-block-components-product-name {
    display: block;
    font-size: var(--wp--preset--font-size--small, 14px);
    line-height: 1.4;
    margin-bottom: 5px;
    max-width: max-content;
    color: #210714;
    font-family: Inter;
    font-weight: 700;
    font-style: Bold;
    font-size: 16px !important;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
} 
.wc-block-components-product-metadata__description p {
    transition: color 0.2s ease;
    font-family: Inter;
    font-weight: 500;
    font-style: Medium;
    font-size: 13px !important;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    color: #210714;
}
.wc-block-components-formatted-money-amount {
    white-space: nowrap;
    font-family: Inter;
    font-weight: 700;
    font-style: Bold;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    color: #210714;
}
.wc-block-components-product-price__value.is-discounted {
    margin-left: .5em;
    font-family: Inter;
    font-weight: 700;
    font-style: Bold;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    color: #210714;
}
del.wc-block-components-product-price__regular {
    font-family: Inter;
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    text-decoration: line-through;
    color: #21071499;
}
.wc-block-cart .wc-block-cart__totals-title {
    font-family: Inter !important;
    font-weight: 500 !important;
    font-style: Regular;
    font-size: 14px !important;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    color: #490821 !important;
}
table.wc-block-cart-items .wc-block-cart-items__header .wc-block-cart-items__header-total {
    font-family: Inter;
    font-weight: 500;
    font-style: Regular;
    font-size: 14px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    color: #490821;
}
.wc-block-components-totals-footer-item .wc-block-components-totals-item__label{
   font-family: Inter;
    font-weight: 500;
    font-style: Regular;
    font-size: 14px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    color: #490821;
}

.wc-block-cart-item__total-price-and-sale-badge-wrapper .wc-block-components-sale-badge {
    margin-top: 4px;
    white-space: nowrap;
    font-family: Inter;
    font-weight: 500;
    font-style: Bold;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    color: #FA01A2;
}

/* Blog pages */

#full-width-blog {
    padding: 60px 0;
    position: relative;
    z-index: 1;
}
#blog-left-sidebar{
    padding: 60px 0;
    position: relative;
    z-index: 1;
}
#blog-right-sidebar{
    padding: 60px 0;
    position: relative;
    z-index: 1;
}
.slider-blogs-image{
  height: 300px;
}
.slider-blogs-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.blog-title a {
    font-family: Inter;
    font-weight: 500;
    font-style: Medium;
    font-size: 18px;
    leading-trim: NONE;
    line-height: 22px;
    letter-spacing: 0%;
    color: #210714;
}
.blog-title a:hover {
    color: #FA01A2;
    transition: all 0.3s ease;
}
.blogs-inner-content {
    padding: 16px 20px;
    background: #EDDBE5;
}
.blogs-datebox {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding-bottom: 14px;
}
.blogs-date {
    font-family: Inter;
    font-weight: 400;
    font-style: Regular;
    font-size: 18px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    color: #490821;
}
.blogs-date-icon i {
    color: #490821;
}
.blog-read-more-buttontext a {
    font-family: Inter;
    font-weight: 400;
    font-style: Regular;
    font-size: 18px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    color: #FA01A2;
    text-decoration: underline !important;
}
.blog-read-more-buttontext {
    padding: 10px 0;
}
.blog-read-more-buttontext a:hover{
    color: #c8007a;
}

/* ============================================================
   SHIPPING & DELIVERY PAGE  (sdp- prefix)
   ============================================================ */

/* ── Shared helpers ────────────────────────────────────────── */
.shipping-delivery-page section {
  padding: 80px 0;
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}
.shipping-delivery-page section.sdp-in-view {
  opacity: 1;
  transform: translateY(0);
}
.sdp-eyebrow {
  display: inline-block;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #FA01A2;
  background: rgba(250, 1, 162, 0.08);
  padding: 5px 14px;
  border-radius: 50px;
  margin-bottom: 14px;
}
.sdp-highlight {
  color: #FA01A2;
}
.sdp-section-header {
  text-align: center;
  max-width: 680px;
  margin: 0 auto 48px;
}
.sdp-section-heading {
  font-size: 36px;
  font-weight: 800;
  color: #1a1a2e;
  margin-bottom: 14px;
  line-height: 1.25;
}
.sdp-section-sub {
  font-size: 16px;
  color: #666;
  line-height: 1.7;
  margin: 0;
}

/* ── SECTION 1 – INTRO ─────────────────────────────────────── */
.sdp-intro {
  background: #f9f9ff;
}
.sdp-intro-row {
  gap: 0;
}
.sdp-intro-heading {
  font-size: 42px;
  font-weight: 900;
  color: #1a1a2e;
  line-height: 1.2;
  margin-bottom: 18px;
}
.sdp-intro-para {
  font-size: 16px;
  color: #555;
  line-height: 1.8;
  margin-bottom: 28px;
}
.sdp-intro-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 0;
}
.sdp-intro-badge {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  font-size: 13px;
  font-weight: 600;
  color: #333;
  background: #fff;
  border: 1px solid #e8e8f0;
  padding: 7px 14px;
  border-radius: 50px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.05);
}
.sdp-intro-badge i {
  color: #FA01A2;
  font-size: 14px;
}
.sdp-intro-image-col {
  display: flex;
  justify-content: center;
}
.sdp-intro-image-wrap {
  position: relative;
  width: 100%;
  max-width: 480px;
}
.sdp-intro-img {
  width: 100%;
  height: 380px;
  object-fit: cover;
  border-radius: 20px;
  box-shadow: 0 20px 50px rgba(0,0,0,0.12);
}
.sdp-intro-img-placeholder {
  width: 100%;
  height: 380px;
  background: linear-gradient(135deg, #FA01A2 0%, #7b2ff7 100%);
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sdp-intro-placeholder-icon {
  font-size: 90px;
  color: rgba(255,255,255,0.35);
}
.sdp-intro-float-card {
  position: absolute;
  bottom: -18px;
  right: -10px;
  background: #fff;
  border-radius: 14px;
  padding: 12px 18px;
  box-shadow: 0 8px 30px rgba(0,0,0,0.12);
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 13px;
  font-weight: 700;
  color: #1a1a2e;
  white-space: nowrap;
}
.sdp-intro-float-card i {
  color: #FA01A2;
  font-size: 18px;
}

/* ── SECTION 2 – METHODS ───────────────────────────────────── */
.sdp-methods {
  background: #fff;
}
.sdp-methods-row {
  row-gap: 28px;
}
.sdp-method-card {
  position: relative;
  background: #fff;
  border: 1px solid #eee;
  border-radius: 18px;
  padding: 30px 24px 26px;
  text-align: center;
  height: 100%;
  transition: box-shadow 0.3s ease, transform 0.3s ease;
  overflow: hidden;
}
.sdp-method-card:hover {
  box-shadow: 0 16px 48px rgba(250, 1, 162, 0.12);
  transform: translateY(-6px);
}
.sdp-method-card::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 4px;
  background: linear-gradient(90deg, #FA01A2, #7b2ff7);
  opacity: 0;
  transition: opacity 0.3s;
}
.sdp-method-card:hover::before {
  opacity: 1;
}
.sdp-method-badge {
  position: absolute;
  top: 14px;
  right: 14px;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 1px;
  text-transform: uppercase;
  background: linear-gradient(135deg, #FA01A2, #7b2ff7);
  color: #fff;
  padding: 4px 10px;
  border-radius: 50px;
}
.sdp-method-icon-wrap {
  width: 72px;
  height: 72px;
  background: rgba(250, 1, 162, 0.08);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 18px;
  transition: background 0.3s;
}
.sdp-method-card:hover .sdp-method-icon-wrap {
  background: linear-gradient(135deg, #FA01A2, #7b2ff7);
}
.sdp-method-icon-wrap i {
  font-size: 28px;
  color: #FA01A2;
  transition: color 0.3s;
}
.sdp-method-card:hover .sdp-method-icon-wrap i {
  color: #fff;
}
.sdp-method-title {
  font-size: 17px;
  font-weight: 800;
  color: #1a1a2e;
  margin-bottom: 14px;
}
.sdp-method-meta {
  display: flex;
  flex-direction: column;
  gap: 6px;
  margin-bottom: 14px;
}
.sdp-method-timeframe,
.sdp-method-price {
  font-size: 13px;
  font-weight: 600;
  color: #555;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
}
.sdp-method-timeframe i { color: #7b2ff7; }
.sdp-method-price i { color: #FA01A2; }
.sdp-method-desc {
  font-size: 14px;
  color: #777;
  line-height: 1.65;
  margin: 0;
}

/* ── SECTION 3 – STEPS ─────────────────────────────────────── */
.sdp-steps {
  background: linear-gradient(135deg, #1a1a2e 0%, #2d2d5f 100%);
}
.sdp-steps .sdp-eyebrow {
  background: rgba(255,255,255,0.12);
  color: #e0b0ff;
}
.sdp-steps .sdp-section-heading {
  color: #fff;
}
.sdp-steps-row {
  position: relative;
  row-gap: 32px;
}
.sdp-steps-row::before {
  content: '';
  position: absolute;
  top: 56px;
  left: 12.5%;
  right: 12.5%;
  height: 2px;
  background: linear-gradient(90deg, transparent, rgba(250,1,162,0.5), rgba(123,47,247,0.5), transparent);
}
.sdp-step-item {
  text-align: center;
  padding: 0 12px;
  position: relative;
}
.sdp-step-number {
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 2px;
  color: rgba(255,255,255,0.25);
  margin-bottom: 10px;
}
.sdp-step-icon-wrap {
  width: 72px;
  height: 72px;
  background: rgba(255,255,255,0.06);
  border: 2px solid rgba(250,1,162,0.4);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
  transition: background 0.3s, border-color 0.3s;
}
.sdp-step-item:hover .sdp-step-icon-wrap {
  background: linear-gradient(135deg, #FA01A2, #7b2ff7);
  border-color: transparent;
}
.sdp-step-icon-wrap i {
  font-size: 26px;
  color: #FA01A2;
  transition: color 0.3s;
}
.sdp-step-item:hover .sdp-step-icon-wrap i {
  color: #fff;
}
.sdp-step-title {
  font-size: 16px;
  font-weight: 800;
  color: #fff;
  margin-bottom: 10px;
}
.sdp-step-desc {
  font-size: 14px;
  color: rgba(255,255,255,0.6);
  line-height: 1.65;
  margin: 0;
}

/* ── SECTION 4 – ZONES ─────────────────────────────────────── */
.sdp-zones {
  background: #f4f6ff;
}
.sdp-zones-row {
  row-gap: 24px;
}
.sdp-zone-card {
  background: #fff;
  border-radius: 16px;
  padding: 32px 22px;
  text-align: center;
  height: 100%;
  border: 1px solid #eaeaf5;
  transition: box-shadow 0.3s, transform 0.3s;
}
.sdp-zone-card:hover {
  box-shadow: 0 12px 36px rgba(123,47,247,0.12);
  transform: translateY(-5px);
}
.sdp-zone-icon-wrap {
  width: 68px;
  height: 68px;
  background: linear-gradient(135deg, rgba(250,1,162,0.1), rgba(123,47,247,0.1));
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 18px;
  transition: background 0.3s;
}
.sdp-zone-card:hover .sdp-zone-icon-wrap {
  background: linear-gradient(135deg, #FA01A2, #7b2ff7);
}
.sdp-zone-icon-wrap i {
  font-size: 26px;
  color: #7b2ff7;
  transition: color 0.3s;
}
.sdp-zone-card:hover .sdp-zone-icon-wrap i {
  color: #fff;
}
.sdp-zone-title {
  font-size: 16px;
  font-weight: 800;
  color: #1a1a2e;
  margin-bottom: 10px;
}
.sdp-zone-desc {
  font-size: 14px;
  color: #777;
  line-height: 1.65;
  margin: 0;
}

/* ── SECTION 5 – TRACK ─────────────────────────────────────── */
.sdp-track {
  background: #fff;
}
.sdp-track-row {
  gap: 0;
}
.sdp-track-image-col {
  display: flex;
  justify-content: center;
  margin-bottom: 30px;
}
.sdp-track-img-wrap {
  width: 100%;
  max-width: 460px;
}
.sdp-track-img {
  width: 100%;
  height: 360px;
  object-fit: cover;
  border-radius: 20px;
  box-shadow: 0 16px 48px rgba(0,0,0,0.1);
}
.sdp-track-img-placeholder {
  width: 460px;
  max-width: 100%;
  height: 360px;
  background: linear-gradient(135deg, #7b2ff7, #FA01A2);
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sdp-track-img-placeholder i {
  font-size: 100px;
  color: rgba(255,255,255,0.3);
}
.sdp-track-content {
  padding-left: 20px;
}
.sdp-track-heading {
  font-size: 34px;
  font-weight: 800;
  color: #1a1a2e;
  margin-bottom: 16px;
  line-height: 1.25;
}
.sdp-track-desc {
  font-size: 16px;
  color: #555;
  line-height: 1.8;
  margin-bottom: 26px;
}
.sdp-track-features {
  list-style: none;
  padding: 0;
  margin: 0 0 30px;
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.sdp-track-features li {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 15px;
  color: #333;
  font-weight: 600;
}
.sdp-track-features li i {
  width: 38px;
  height: 38px;
  background: rgba(250, 1, 162, 0.08);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FA01A2;
  font-size: 15px;
  flex-shrink: 0;
}
.sdp-track-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: linear-gradient(135deg, #FA01A2, #7b2ff7);
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  padding: 14px 30px;
  border-radius: 50px;
  text-decoration: none;
  transition: box-shadow 0.3s, transform 0.3s;
}
.sdp-track-btn:hover {
  box-shadow: 0 8px 28px rgba(250,1,162,0.4);
  transform: translateY(-2px);
  color: #fff;
  text-decoration: none;
}

/* ── SECTION 6 – NOTES ─────────────────────────────────────── */
.sdp-notes {
  background: #f9f9ff;
}
.sdp-notes-row {
  row-gap: 20px;
}
.sdp-note-item {
  background: #fff;
  border-radius: 14px;
  padding: 24px 20px;
  display: flex;
  align-items: flex-start;
  gap: 16px;
  height: 100%;
  border: 1px solid #eaeaf5;
  transition: box-shadow 0.3s, transform 0.3s;
}
.sdp-note-item:hover {
  box-shadow: 0 8px 28px rgba(0,0,0,0.08);
  transform: translateY(-3px);
}
.sdp-note-icon {
  width: 44px;
  height: 44px;
  background: linear-gradient(135deg, rgba(250,1,162,0.1), rgba(123,47,247,0.1));
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.sdp-note-icon i {
  font-size: 18px;
  color: #FA01A2;
}
.sdp-note-text {
  font-size: 14px;
  color: #555;
  line-height: 1.65;
  margin: 0;
  padding-top: 4px;
}

/* ── SECTION 7 – CTA BANNER ────────────────────────────────── */
.sdp-cta-section {
  background: #210714;
  padding: 80px 0;
}
.sdp-cta-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  flex-wrap: wrap;
}
.sdp-cta-content h2 {
  font-size: 34px;
  font-weight: 900;
  color: #fff;
  margin-bottom: 10px;
  line-height: 1.25;
}
.sdp-cta-content p {
  font-size: 16px;
  color: rgba(255,255,255,0.8);
  line-height: 1.7;
  margin: 0;
  max-width: 520px;
}
.sdp-cta-actions {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  flex-shrink: 0;
}
.sdp-cta-btn-primary {
  display: inline-block;
  background: #fff;
  color: #FA01A2;
  font-size: 15px;
  font-weight: 800;
  padding: 14px 32px;
  border-radius: 50px;
  text-decoration: none;
  transition: box-shadow 0.3s, transform 0.3s;
  white-space: nowrap;
}
.sdp-cta-btn-primary:hover {
  box-shadow: 0 8px 28px rgba(0,0,0,0.2);
  transform: translateY(-2px);
  color: #FA01A2;
  text-decoration: none;
}
.sdp-cta-btn-outline {
  display: inline-block;
  background: transparent;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  padding: 13px 30px;
  border-radius: 50px;
  border: 2px solid rgba(255,255,255,0.7);
  text-decoration: none;
  transition: background 0.3s, border-color 0.3s, transform 0.3s;
  white-space: nowrap;
}
.sdp-cta-btn-outline:hover {
  background: rgba(255,255,255,0.15);
  border-color: #fff;
  transform: translateY(-2px);
  color: #fff;
  text-decoration: none;
}

/* ── RESPONSIVE ────────────────────────────────────────────── */
@media (max-width: 991px) {
  .sdp-intro-heading { font-size: 32px; }
  .sdp-section-heading { font-size: 28px; }
  .sdp-track-heading { font-size: 28px; }
  .sdp-cta-content h2 { font-size: 26px; }
  .sdp-cta-inner { flex-direction: column; text-align: center; }
  .sdp-cta-content p { max-width: 100%; }
  .sdp-cta-actions { justify-content: center; }
  .sdp-steps-row::before { display: none; }
  .sdp-track-content { padding-left: 0; padding-top: 30px; }
}
@media (max-width: 767px) {
  .shipping-delivery-page section { padding: 60px 0; }
  .sdp-intro-heading { font-size: 28px; }
  .sdp-intro-float-card { display: none; }
  .sdp-methods-row > div,
  .sdp-zones-row > div { margin-bottom: 20px; }
}
@media (max-width: 575px) {
  .sdp-intro-badges { flex-direction: column; }
  .sdp-cta-actions { flex-direction: column; align-items: center; }
}


/* ============================================================
   WISHLIST PAGE — YITH WooCommerce Wishlist
   ============================================================ */

/* Page wrapper */
.woocommerce-wishlist .woocommerce,
.page-template-wishlist .woocommerce,
body.woocommerce-wishlist {
  background: #fafafa;
}

/* Breadcrumb */
.woocommerce-wishlist .woocommerce-breadcrumb {
  font-size: 13px;
  color: #888;
  margin-bottom: 24px;
}
.woocommerce-wishlist .woocommerce-breadcrumb a {
  color: #8b1a4a;
  text-decoration: none;
}
.woocommerce-wishlist .woocommerce-breadcrumb a:hover {
  text-decoration: underline;
}

/* Page title */
.woocommerce-wishlist h1.entry-title,
.woocommerce-wishlist .page-title,
h1.woocommerce-wishlist-title {
  font-size: 32px;
  font-weight: 700;
  color: #1a0a12;
  margin-bottom: 30px;
}

/* ---- Wishlist table ---- */
.woocommerce-wishlist table.wishlist_table,
table.wishlist_table {
  width: 100%;
  border-collapse: collapse;
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 24px rgba(139, 26, 74, 0.07);
  margin-bottom: 40px;
}

/* Table head */
.woocommerce-wishlist table.wishlist_table thead th,
table.wishlist_table thead th {
  background: #8b1a4a;
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  padding: 14px 18px;
  border: none;
  white-space: nowrap;
}

/* Table body rows */
.woocommerce-wishlist table.wishlist_table tbody tr,
table.wishlist_table tbody tr {
  border-bottom: 1px solid #f0e8ef;
  transition: background 0.2s;
}
.woocommerce-wishlist table.wishlist_table tbody tr:last-child,
table.wishlist_table tbody tr:last-child {
  border-bottom: none;
}
.woocommerce-wishlist table.wishlist_table tbody tr:hover,
table.wishlist_table tbody tr:hover {
  background: #fdf5f9;
}

/* Table cells */
.woocommerce-wishlist table.wishlist_table tbody td,
table.wishlist_table tbody td {
  padding: 16px 18px;
  vertical-align: middle;
  font-size: 14px;
  color: #333;
  border: none;
}

/* Remove button (×) */
.woocommerce-wishlist table.wishlist_table .product-remove a,
table.wishlist_table .product-remove a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: #fce8f0;
  color: #8b1a4a;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  transition: background 0.2s, color 0.2s;
}
.woocommerce-wishlist table.wishlist_table .product-remove a:hover,
table.wishlist_table .product-remove a:hover {
  background: #8b1a4a;
  color: #fff;
}

/* Product thumbnail */
.woocommerce-wishlist table.wishlist_table .product-thumbnail img,
table.wishlist_table .product-thumbnail img {
  width: 60px;
  height: 60px;
  object-fit: cover;
  border-radius: 8px;
  border: 1px solid #f0e8ef;
}


/* Product name link */
.woocommerce-wishlist table.wishlist_table .product-name a,
table.wishlist_table .product-name a {
  color: #1a0a12;
  font-weight: 600;
  font-size: 14px;
  text-decoration: none;
  transition: color 0.2s;
}
.woocommerce-wishlist table.wishlist_table .product-name a:hover,
table.wishlist_table .product-name a:hover {
  color: #8b1a4a;
}

/* Price */
.woocommerce-wishlist table.wishlist_table .product-price,
table.wishlist_table .product-price {
  font-weight: 600;
  color: #fff;
  font-size: 14px;
}
.woocommerce-wishlist table.wishlist_table .product-price del,
table.wishlist_table .product-price del {
  color: #aaa;
  font-weight: 400;
  margin-right: 4px;
  font-size: 12px;
}

/* Stock status */
.woocommerce-wishlist table.wishlist_table .product-stock-status span,
table.wishlist_table .product-stock-status span {
  display: inline-block;
  padding: 3px 10px;
  border-radius: 20px;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.04em;
}
.woocommerce-wishlist table.wishlist_table .product-stock-status .instock,
table.wishlist_table .product-stock-status .instock {
  background: #e8f8f0;
  color: #1a8f50;
}
.woocommerce-wishlist table.wishlist_table .product-stock-status .outofstock,
table.wishlist_table .product-stock-status .outofstock {
  background: #fce8e8;
  color: #c0392b;
}

/* Add to cart / date added column */
.woocommerce-wishlist table.wishlist_table .product-add-to-cart,
table.wishlist_table .product-add-to-cart {
  text-align: right;
}
.woocommerce-wishlist table.wishlist_table .product-add-to-cart .wishlist_table_item_added_on,
table.wishlist_table .product-add-to-cart .wishlist_table_item_added_on {
  display: block;
  font-size: 11px;
  color: #aaa;
  margin-bottom: 8px;
}

/* Add to cart button */
.woocommerce-wishlist table.wishlist_table .add_to_cart_button,
table.wishlist_table .add_to_cart_button,
.woocommerce-wishlist table.wishlist_table a.button,
table.wishlist_table a.button {
  display: inline-block;
  padding: 8px 18px;
  background: #8b1a4a;
  color: #fff !important;
  border: 2px solid #8b1a4a;
  border-radius: 6px;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  text-decoration: none;
  cursor: pointer;
  transition: background 0.2s, color 0.2s;
  white-space: nowrap;
}
.woocommerce-wishlist table.wishlist_table .add_to_cart_button:hover,
table.wishlist_table .add_to_cart_button:hover,
.woocommerce-wishlist table.wishlist_table a.button:hover,
table.wishlist_table a.button:hover {
  background: transparent;
  color: #8b1a4a !important;
}

/* Remove "Remove" text button */
.woocommerce-wishlist table.wishlist_table .product-add-to-cart .remove_from_wishlist,
table.wishlist_table .product-add-to-cart .remove_from_wishlist {
  display: inline-block;
  margin-top: 6px;
  font-size: 11px;
  color: #aaa;
  text-decoration: underline;
  cursor: pointer;
  transition: color 0.2s;
}
.woocommerce-wishlist table.wishlist_table .product-add-to-cart .remove_from_wishlist:hover,
table.wishlist_table .product-add-to-cart .remove_from_wishlist:hover {
  color: #8b1a4a;
}

/* ---- Share on section ---- */
.yith-wcwl-share {
  margin-top: 30px;
  padding: 20px 24px;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 4px 16px rgba(139, 26, 74, 0.06);
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
}
.yith-wcwl-share p,
.yith-wcwl-share span {
  font-size: 14px;
  font-weight: 600;
  color: #1a0a12;
  margin: 0;
}
.yith-wcwl-share ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  gap: 10px;
}
.yith-wcwl-share ul li a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: #fce8f0;
  color: #8b1a4a;
  font-size: 14px;
  text-decoration: none;
  transition: background 0.2s, color 0.2s;
}
.yith-wcwl-share ul li a:hover {
  background: #8b1a4a;
  color: #fff;
}

/* ---- Empty wishlist ---- */
.woocommerce-wishlist .woocommerce-info,
.wishlist-empty-notice {
  background: #fff;
  border-left: 4px solid #8b1a4a;
  border-radius: 8px;
  padding: 20px 24px;
  font-size: 15px;
  color: #555;
  box-shadow: 0 2px 12px rgba(139, 26, 74, 0.06);
}

/* ---- Responsive ---- */
@media (max-width: 991px) {
  .woocommerce-wishlist table.wishlist_table thead th,
  table.wishlist_table thead th {
    font-size: 12px;
    padding: 12px 12px;
  }
  .woocommerce-wishlist table.wishlist_table tbody td,
  table.wishlist_table tbody td {
    padding: 12px 12px;
    font-size: 13px;
  }
}
@media (max-width: 767px) {
  .woocommerce-wishlist table.wishlist_table,
  table.wishlist_table {
    display: block;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  h1.woocommerce-wishlist-title,
  .woocommerce-wishlist h1.entry-title {
    font-size: 24px;
  }
}
@media (max-width: 575px) {
  .yith-wcwl-share {
    flex-direction: column;
    align-items: flex-start;
  }
  .woocommerce-wishlist table.wishlist_table .add_to_cart_button,
  table.wishlist_table .add_to_cart_button {
    padding: 7px 12px;
    font-size: 11px;
  }
}
