/* Custom CSS - Add your styles here */
/* Remove left padding so only RIGHT shows */
body {
  -ms-overflow-style: none;
  scrollbar-width: none;
}

::-webkit-scrollbar {
  display: none;
}

@font-face {
  font-family: "ChronicBold";
  src: url('../fonts/ChronicleDisplayBlack.otf') format("opentype");
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'CenturyGothic';
  src: url('../fonts/centurygothic_bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'CenturyGothic';
  src: url('../fonts/centurygothic.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy-Bold.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy-Medium.ttf') format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Afacad';
  src: url('../fonts/Afacad-Bold.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Afacad';
  src: url('../fonts/Afacad-Medium.ttf') format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Afacad';
  src: url('../fonts/Afacad-Regular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Anton';
  src: url('../fonts/anton.ttf') format("truetype");
  font-weight: 400 700;
  font-style: normal;
  font-display: swap;
}

.image-slider .owl-stage {
  padding-left: 0 !important;
  right: 5px;
}

.image-slider .owl-nav {
  position: relative;
}

.image-slider .owl-nav::before {
  content: "";
  position: absolute;
  top: 52px;
  left: 0;
  width: calc(100% - 225px);
  height: 2px;
  background-color: #936DC3;
  opacity: 0.2;
  max-width: 80%;
}

@media (max-width: 1580px) {
  .image-slider .owl-nav::before {
    width: calc(100% - 150px);
    top: 42px;
  }
}

@media (max-width: 1024px) {
  .image-slider .owl-nav::before {
    display: none;
  }
}

@media (max-width: 767px) {
  .image-slider.owl-carousel .owl-stage-outer {
    overflow: visible;
  }
}

.mobile-content.active {
  max-height: 500px;
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

.mobile-card.active {
  height: 400px;
  /* expanded height */
}

.feature-content {
  opacity: 0;
  transform: translateX(6px);
  transition: opacity 0.9s ease, transform 0.9s ease;
}

.feature-content.show {
  opacity: 1;
  transform: translateY(0);
}

.curtain {
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  z-index: 2;
  overflow: hidden;
  transition: left 2s cubic-bezier(0.4, 0, 0.2, 1);
}

.curtain video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.curtain-wrapper.active .curtain {
  left: 0;
}

.feature-slider .owl-stage {
  padding-left: 0 !important;
  right: 0px;
}

.woocommerce-product-gallery {
  position: relative;
  min-height: 650px;
  /* prevents collapse */
}

@media (max-width:1280px){
  .woocommerce-product-gallery {
     min-height: 480px;
     
    }
}

.woocommerce-product-gallery__wrapper {
  display: block !important;
  position: relative;
}

.woocommerce-product-gallery,
.woocommerce-product-gallery__wrapper {
  overflow: hidden !important;
}

.product-images .owl-dots {
  display: flex;
  gap: 4px;
  position: absolute;
  bottom: 30px;
  right: 52px;
}

.product-images .owl-nav .owl-prev {
  position: absolute;
  font-size: 23px !important;
  bottom: 26px;
  right: 27%;
  color: #fff !important;
}

.product-images .owl-nav .owl-next {
  position: absolute;
  font-size: 23px !important;
  bottom: 26px;
  right: 3%;
  color: #fff !important;
}

.product-images .owl-dots .owl-dot span {
  background: rgb(255, 255, 255, 0.25);
  display: inline-block;
  height: 8px;
  width: 8px;
  border-radius: 50%;
}

/* Active dot becomes a pill */
.product-images .owl-dots .owl-dot.active span {
  position: relative;
  width: 40px;
  height: 8px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.35);
  /* track */
  overflow: hidden;
}

/* Fill animation ONLY on active */
.product-images .owl-dots .owl-dot.active span::after {
  content: "";
  position: absolute;
  inset: 0;
  background: #fff;
  border-radius: 20px;
  transform: scaleX(0);
  transform-origin: left;
  animation: dotFill 4s linear forwards;
  -webkit-animation: dotFill 4s linear forwards;
}

@keyframes dotFill {
  to {
    transform: scaleX(1);
  }
}

.woocommerce-product-gallery__wrapper .owl-item img {
  object-fit: cover;
  height: 620px !important;
  border-radius: 30px;
}

.woocommerce-product-gallery__wrapper .owl-stage-outer {
  border-radius: 30px;
}

.payment-methods .pay-meth img {
  display: block !important;
}

.add-card {
  display: flex !important;
  justify-content: space-between !important;
  align-items: center !important;
  padding: 5px 15px !important;
}

@media(max-width:767px){
  .add-card {
      padding: 10px 15px !important;
    }
}


.feature-slider .owl-nav {
  position: absolute;
  top: -75px;
  right: 50px;
  display: flex;
  align-items: center;
  gap: 15px;
}

.new-feature-slider .owl-nav {
  position: absolute;
  top: unset !important;
  bottom: -35px !important;
  right: 50%;
}

.feature-slider::before {
  content: "";
  position: absolute;
  top: -52px;
  left: 30%;
  width: calc(100% - 45%);
  max-width: 100%;
  height: 2px;
  background-color: #936DC3;
  opacity: 0.2;
  max-width: 80%;
}

.new-feature-slider::before {
  display: none;
}

.tab-btn .text-secondary {
  font-size: 18px;
}

.tab-btn[aria-selected="true"] .text-secondary {
  font-size: 20px;
  font-weight: 700 !important;
}

.tab-btn .text-secondary::after {
  content: "";
  display: block;
  width: 0;
  height: 5px;
  border-radius: 50px;
  margin-top: 4px;
  background-color: #936DC3;
  transition: width 0.3s ease;
}

.tab-btn[aria-selected="true"] .text-secondary::after {
  width: 70%;
  border-radius: 50px;
}

@media (max-width: 1500px) {
  .woocommerce-product-gallery__wrapper .owl-item img {
    height: 500px !important;
  }
}

@media (max-width: 1024px) {
  .woocommerce-product-gallery__wrapper .owl-item img {
    height: 320px !important;
  }
}

@media (max-width: 1580px) {
  .feature-slider::before {
    width: calc(100% - 55%);
    left: 40%;
  }

  .new-feature-slider::before {
    display: none;
  }
}

@media (max-width: 1280px) {
  .feature-slider::before {
    width: calc(100% - 45%);
    left: 30%;
  }

  .new-feature-slider::before {
    display: none;
  }

  .feature-slider .owl-nav {
    top: -69px;
  }

  .new-feature-slider .owl-nav {
    position: absolute;
    top: unset !important;
    right: 45%;
    bottom: -35px !important;
  }
}

@media (max-width:1024px) {
  .feature-slider .owl-nav {
    top: -62px;
    right: 10px;
  }

  .new-feature-slider .owl-nav {
    position: absolute;
    top: unset !important;
    right: 45%;
    bottom: -35px !important;
  }

  .feature-slider::before {
    display: none;
  }

  .woocommerce-product-gallery {
    min-height: unset;
  }

  .tab-btn .text-secondary {
    font-size: 16px;
  }

  .tab-btn[aria-selected="true"] .text-secondary {
    font-size: 18px;
  }
}

@media (max-width:370px) {

  .tab-btn .text-secondary::after {
    display: none;
  }

  .product-images .owl-dots {
    right: 3px;
  }

  .tab-btn .text-secondary {
    font-size: 14px;
  }

  .tab-btn[aria-selected="true"] .text-secondary {
    font-size: 14px;
  }
}

.woocommerce-error,
.woocommerce-info,
.woocommerce-message {
  margin-bottom: 0px !important;
}

.text-slider .no-js .owl-carousel,
.owl-carousel.owl-loaded {
  display: inline-block !important;
}

.sign-up input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px white inset !important;
  -webkit-text-fill-color: #161C2D !important;
}

.sr-only2 {
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

.img.wp-smiley,
img.emoji {
  display: none !important;
}

.product-images .woocommerce-product-gallery .woocommerce-product-gallery__trigger {
  display: none !important;
}

@media (max-width: 767px) {
  .product-images .woocommerce-product-gallery .woocommerce-product-gallery__trigger {
    display: none !important;
  }
}

/* cart */
.cart-div,
.checkout-div {
  font-family: 'Gilroy', 'sans-serif' !important;
}

.cart-div .product-thumbnail img {
  border-radius: 10px;
  width: 100% !important;
}

.cart-div .woocommerce-Price-amount {
  font-size: 20px !important;
  font-weight: 700 !important;
}

.cart-div .woocommerce-cart-form__cart-item {
  background-color: #ffffff;
  border-radius: 10px !important;
  margin-bottom: 10px;
}

.cart-div .woocommerce table.shop_table {
  border: 0px;

}

.cart-div .actions {
  display: none;
}

.cart-div .woocommerce a.remove {
  color: #979797 !important;
}

.cart-div .product-name {
  color: #161C2D !important;
  font-weight: 600;
}

.cart-div .woocommerce .cart-collaterals .cart_totals,
.woocommerce-page .cart-collaterals .cart_totals {
  width: 33%;
}

.cart-div .cart_totals {
  background-color: #fff;
  padding: 20px;
  border-radius: 20px;
}

.cart-div .woocommerce a.remove:hover {
  background: unset !important;
}

.cart-div a.checkout-button {
  background-color: #936DC3 !important;
  border-radius: 12px;
}

.cart-div .table-cart-data td:first-child {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}

.cart-div .table-cart-data td:last-child {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}

.cart-div .cart_totals h2 {
  text-transform: uppercase;
  font-weight: 600;
}

.cart-div .cart-subtotal td {
  display: flex;
  align-items: start;
}

.cart-div .woocommerce-Price-amount {
  line-height: 31px;
}

.cart-div .woocommerce-shipping-methods {
  color: #2BD67B;
}

.cart-div .order-total {
  display: flex;
  padding-left: 14px;
  font-weight: 600;
  padding-left: 10px;
  ;
}

.checkout-div .checkout.woocommerce-checkout .col-1,
.checkout-div .checkout.woocommerce-checkout .col-2 {
  background-color: white;
  padding: 25px;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
}

.checkout-div .woocommerce-billing-fields h3 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 10px;
}

.checkout-div #order_review_heading {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 20px;
  padding-left: 10px;
}

.checkout-div .woocommerce-billing-fields label {
  font-size: 16px;
  font-weight: 600;
}

.checkout-div button {
  background-color: #936DC3 !important;
  border-radius: 12px !important;
  -webkit-border-radius: 12px !important;
  -moz-border-radius: 12px !important;
  -ms-border-radius: 12px !important;
  -o-border-radius: 12px !important;
}

.checkout-div .woocommerce form .form-row .input-text,
.woocommerce form .form-row select {
  border: 1px solid #f1e9e9;
  color: #b9acac;
}

.checkout-div .select2-container .select2-selection--single {
  border: 1px solid #f1e9e9;
}

.checkout-div .select2-selection__rendered {
  color: #b9acac !important;
}

.checkout-div .woocommerce-checkout #payment {
  background: unset;
}

.feature-content {
  opacity: 0;
  transform: translateX(-20px);
  transition: opacity 0.4s ease, transform 0.4s ease;
  pointer-events: none;
  visibility: hidden;
}

.feature-content.show {
  opacity: 1;
  transform: translateX(0);
  pointer-events: auto;
  visibility: visible;
  transition-delay: 0.15s;
  /* only delay on open */
}

.feature-card {
  will-change: width;
}

.feature-content {
  will-change: transform, opacity;
}

/* shop-tabs */
/* Desktop: classic tabs */
@media (min-width: 1025px) {
  .tab-item {
    display: contents;
  }

  .mobile-panels {
    display: none;
  }
}

/* shop-page-table-scroll */
.price-table-wrapper::-webkit-scrollbar {
  height: 10px;
  display: block;
}

.price-table-wrapper::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0.05);
  border-radius: 10px;
}

.price-table-wrapper::-webkit-scrollbar-thumb {
  background: #9b7ae3;
  border-radius: 10px;
}

.price-table-wrapper {
  scrollbar-width: thin;
  scrollbar-color: #9b7ae3 rgba(0, 0, 0, 0.05);
}

.group:focus-within .group-focus-within\:block {
  display: block;
}

/* order-recieved css */

.order-page {
  min-height: 100vh;
  padding: 80px 20px;
  background: radial-gradient(circle at top, #f2efff 0%, #f7f5ff 40%, #ffffff 100%);
  display: flex;
  justify-content: center;
  font-family: 'Gilroy', sans-serif;
}

.order-card {
  width: 100%;
  max-width: 920px;
  display: flex;
  flex-direction: column;
  gap: 28px;
}

/* Header */
.order-recieved {
  background: #ffffff;
  padding: 32px;
  border-radius: 20px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, .05);
}

.order-title {
  font-size: 22px;
  font-weight: 600;
}

/* Progress */
.order-progress {
  display: flex;
  justify-content: space-between;
  position: relative;
  margin-top: 40px;
}

.order-progress::before {
  content: "";
  position: absolute;
  top: 24px;
  left: 40px;
  right: 40px;
  height: 2px;
  background: #e5e7eb;
}

.order-progress::after {
  content: "";
  position: absolute;
  top: 24px;
  left: 40px;
  height: 2px;
  background: #8b5cf6;
  width: 0;
  transition: width .4s ease;
}

/* Fill states */
.order-progress.status-processing::after {
  width: 25%;
}

.order-progress.status-completed::after {
  width: 50%;
}

.order-progress.status-shipped::after {
  width: 75%;
}

.order-progress.status-delivered::after {
  width: 100%;
}

.step {
  text-align: center;
  flex: 1;
  position: relative;
  z-index: 1;
}

.step span {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: #fff;
  border: 2px solid #d1d5db;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 8px;
  font-weight: 600;
  color: #6b7280;
}

.step.active span {
  background: #8b5cf6;
  border-color: #8b5cf6;
  color: #fff;
}

.step p {
  font-size: 14px;
  color: #6b7280;
}

.step.active p {
  color: #111827;
  font-weight: 600;
}

/* Info */
.order-info {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.info-card {
  background: #fff;
  padding: 18px;
  border-radius: 14px;
  box-shadow: 0 6px 18px rgba(0, 0, 0, .04);
}

.info-card span {
  font-size: 14px;
  color: #8b8b8b;
}

.info-card p {
  font-weight: 700;
}

/* Items */
.order-items h3 {
  margin-bottom: 16px;
}

.order-item {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 16px;
  border: 1px solid #eee;
  border-radius: 14px;
  margin-bottom: 12px;
}

.order-item img {
  width: 64px;
  border-radius: 12px;
}

.item-info {
  flex: 1;
  font-weight: 600;
}

.item-price {
  text-align: right;
  font-weight: 600;
}

/* Bottom */
.order-bottom {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
}

.orders-summary div {
  display: flex;
  justify-content: space-between;
  margin-bottom: 12px;
  color: #6b7280;
}

.orders-summary .total {
  font-size: 18px;
  font-weight: 700;
  border-top: 1px solid #eee;
  padding-top: 16px;
}

/* Mobile */
@media (max-width: 768px) {

  .order-info,
  .order-bottom {
    grid-template-columns: 1fr;
  }
}


.order-received-wrapper {
  max-width: 1100px;
  margin: auto;
  padding: 20px 20px;
}

.order-tracker-card,
.order-items-card,
.meta-card {
  background: #fff;
  border-radius: 14px;
  padding: 26px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}

.order-meta-grid,
.order-bottom-grid {
  gap: 20px;
}

.order-bottom-grid {
  background: #fff;
  padding: 20px;
  border-radius: 14px;
}

.order-item {
  display: flex;
  justify-content: space-between;
  padding: 16px;
  border-bottom: 1px solid #eee;
}

.woocommerce ul.order_details::after, .woocommerce ul.order_details::before {
  content: unset;
}

.woocommerce ul.order_details li {
  border-right: 0;
}

.woocommerce-order-overview__date, .woocommerce-order-overview__total {
  background-color: #fff;
  padding: 20px 25px !important;
  border-radius: 12px;
}

.progress-container {
  display: flex;
  justify-content: space-between;
  position: relative;
}

/* The line connecting steps */
.progress-container::before {
  content: '';
  position: absolute;
  top: 22%;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #e0e0e0;
  z-index: 0;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}

.step {
  display: flex;
  flex-direction: column;
  align-items: center;
  z-index: 1;
  position: relative;
  width: 20%;
}

.step-circle {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: white;
  border: 2px solid #e0e0e0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  color: #e0e0e0;
  margin-bottom: 10px;
}

/* Completed steps */
.step.completed .step-circle {
  background-color: #936DC3;
  border: 2px solid #936DC3;
  color: white;
}

.step.completed::after {
  content: '';
  position: absolute;
  top: 20%;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: #936DC3;
  z-index: -1;
}

/* Labels */
.step-label {
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 5px;
}

.step-subtext {
  font-size: 14px;
  color: #888;
}

.step.current .step-circle {
  border: 2px solid #936DC3;
  color: #936DC3;
}

/* .table-scrolls {
  max-height: 600px;
  overflow: auto;
} */

/* =========================
   Mobile: Vertical Progress
   ========================= */
@media (max-width: 639px) {
  .progress-container {
    flex-direction: column;
    align-items: flex-start;
    padding-left: 30px;
  }

  /* Vertical base line */
  .progress-container::before {
    top: 0;
    left: 48px;
    width: 3px;
    height: 87%;
    transform: none;
  }

  .step {
    flex-direction: row;
    align-items: flex-start;
    width: 100%;
    margin-bottom: 30px;
  }

  .step-circle {
    margin-bottom: 0;
    margin-right: 16px;
    z-index: 2;
    background-color: white;
  }

  /* Completed vertical line */
  .step.completed::after {
    top: 40px;
    left: 18px;
    width: 3px;
    height: 100%;
  }

  .step:last-child.completed::after {
    display: none;
  }

  .step-label,
  .step-subtext {
    text-align: left;
  }

  .order-tracker-card, .order-items-card, .meta-card {
    padding: 10px;
  }

  .order-received-wrapper {
    padding: 0px;
  }
}

@media (max-width: 1024px) {
  .tab-panels-desktop {
    display: none;
  }

  .mobile-graph {
    position: absolute;
    top: 45%;
    left: 40%;
    transform: translateX(-35%);
  }

  .mobile-slow {
    position: absolute;
    top: 31%;
    left: 40%;
    transform: translateX(-35%);
  }

  .manage-graph {
    margin-top: 145px !important;
  }

  .price-table-wrapper.choice-start {
    scrollbar-width: unset !important;
    scrollbar-color: unset !important;
  }

  /* .table-scrolls {
    max-height: 500px;
    overflow: auto;
  } */
}

@media (max-width: 767px) {
  .mobile-graph, .mobile-slow {
    position: absolute;
    top: 40%;
    left: 35%;
    transform: translateX(-26%);
  }

  /* .table-scrolls {
    max-height: 500px;
    overflow: auto;
    scrollbar-width: thin !important;
  } */

  .manage-graph {
    margin-top: 75px !important;
  }

  /* .control-width {
    width: 100px !important;
    border: 1px solid red;
} */
}

@media (max-width: 567px) {
  .mobile-graph {
    position: absolute;
    top: 42%;
    left: 25%;
    transform: translateX(-17%);
  }

  .mobile-slow {
    position: absolute;
    top: 47%;
    left: 25%;
    transform: translateX(-17%);
  }

  .manage-graph {
    margin-top: 65px !important;
  }
}

@media (max-width: 480px) {
  .mobile-graph {
    position: absolute;
    top: 55%;
    left: 25%;
    transform: translateX(-17%);
  }

  .mobile-slow {
    position: absolute;
    top: 62%;
    left: 25%;
    transform: translateX(-17%);
  }

  .manage-graph {
    margin-top: 55px !important;
  }
}

@media (max-width: 400px) {
  .manage-graph {
    margin-top: 35px !important;
  }
}

@media (max-width: 380px) {
  .mobile-graph {
    position: absolute;
    top: 65%;
    left: 25%;
    transform: translateX(-17%);
  }

  .mobile-slow {
    position: absolute;
    top: 68%;
    left: 25%;
    transform: translateX(-17%);
  }

  .manage-graph {
    margin-top: 55px !important;
  }
}

@media (max-width: 360px) {
  .manage-graph {
    margin-top: 45px !important;
  }

  .mobile-slow {
    margin-top: 28px !important;
  }
}

.woocommerce-product-gallery__wrapper .owl-item video {
  width: 100%;
  height: 620px !important;
  object-fit: cover;
  border-radius: 30px;
  display: block;
}

@media (max-width: 1500px) {
  .woocommerce-product-gallery__wrapper .owl-item video {
    height: 500px !important;
  }
}

@media (max-width: 1024px) {
  .woocommerce-product-gallery__wrapper .owl-item video {
    height: 320px !important;
  }
}

/* Price size (keep as is) */
.uv-price .price span{
  font-size: 1.05rem !important;
  line-height: 1 !important;
}

/* Old price */
.uv-price .price del {
  color: #9B8FD4 !important;
  /* UV badge color */
  opacity: 1 !important;
  /* not washed out */
  font-weight: 700;
  text-decoration-color: #000 !important;
  /* black line */
}

/* Sale price */
.uv-price .price ins {
  color: #E53935 !important;
  /* red */
  text-decoration: none !important;
  font-weight: 800;
}

/* Prevent Woo size overrides */
.uv-price .price del .amount,
.uv-price .price ins .amount {
  font-size: inherit !important;
  color: inherit !important;
}

.money-back {
  margin-top: 0.4rem;
  display: inline-flex;
  align-items: center;
  padding: 0.35rem 0.75rem;

  font-family: 'Afacad', sans-serif;
  font-size: 0.78rem;
  font-weight: 500;
  letter-spacing: 0.04em;

  color: var(--text-secondary, #6A7282);
  background: rgba(155, 143, 212, 0.08);
  /* UV-lila tint */
  border-radius: 999px;
}


.uv-rating-badge {
  position: absolute;
  top: 14px;
  right: 14px;
  z-index: 20;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 10px;
  border-radius: 9999px;
  background: rgba(255, 255, 255, .85);
  backdrop-filter: blur(8px);
  text-decoration: none;
  cursor: pointer;
  user-select: none;
  box-shadow: 0 6px 18px rgba(0, 0, 0, .08);
}

.uv-rating-badge:hover {
  background: rgba(255, 255, 255, .95);
}

.uv-rating-text {
  font-size: 13px;
  line-height: 1;
  font-weight: 600;
  color: #111;
  white-space: nowrap;
}

.uv-rating-count {
  margin-left: 6px;
  font-weight: 500;
  color: rgba(17, 17, 17, .55);
}

html {
  scroll-behavior: smooth;
}

#customer-reviews {
  scroll-margin-top: 120px;
}


/* =====================================================
   Valentine Heart SALE badge (Woo onsale)
   ===================================================== */

.woocommerce span.onsale.uv-heart-sale {
  position: absolute !important;
  top: 16px !important;
  left: 16px !important;
  z-index: 30;

  width: 50px;
  /* ~15% smaller */
  height: 50px;

  background: #E53935 !important;
  transform: rotate(-45deg);
  border-radius: 9px;

  display: flex !important;
  align-items: center;
  justify-content: center;

  box-shadow: 0 8px 18px rgba(229, 57, 53, .35);
  padding: 0 !important;
  overflow: visible !important;
}

/* Heart lobes */
.woocommerce span.onsale.uv-heart-sale::before,
.woocommerce span.onsale.uv-heart-sale::after {
  content: "";
  position: absolute;
  width: 50px;
  height: 50px;
  background: #E53935;
  border-radius: 50%;
  z-index: -1;
}

.woocommerce span.onsale.uv-heart-sale::before {
  top: -25px;
  left: 0;
}

.woocommerce span.onsale.uv-heart-sale::after {
  top: 0;
  left: 25px;
}

/* SALE text – bigger + lifted up more */
.uv-heart-sale__text {
  transform: rotate(45deg) translateY(-35%);
  transform-origin: center;

  font-size: 17px;
  font-weight: 900;
  letter-spacing: .14em;
  text-transform: uppercase;

  color: #000;
  line-height: 1;
  margin: 0;
  padding: 0;
}

/* Hide timer inside heart completely */
.uv-heart-sale__time {
  display: none !important;
}

/* Subtle pulse animation */
@media (prefers-reduced-motion: no-preference) {
  .woocommerce span.onsale.uv-heart-sale {
    animation: uvHeartPulse 1.8s ease-in-out infinite;
  }

  @keyframes uvHeartPulse {
    0%, 100% {
      transform: rotate(-45deg) scale(1);
    }

    50% {
      transform: rotate(-45deg) scale(1.04);
    }
  }
}

/* =====================================================
   Valentine pill under price (countdown lives here)
   ===================================================== */

.uv-valentine-pill {
  margin-top: 8px;

  display: inline-flex;
  align-items: center;
  gap: 6px;

  padding: 6px 10px;
  border-radius: 999px;

  background: rgba(229, 57, 53, .10);
  border: 1px solid rgba(229, 57, 53, .22);

  font-size: 1rem;
  font-weight: 600;
  color: #111;
}

.uv-valentine-pill__time {
  font-weight: 800;
  color: #E53935;
  font-variant-numeric: tabular-nums;
}

.woocommerce-MyAccount-navigation {
  width: 100% !important;
  background: white;
  padding: 10px !important;
  border-radius: 12px;
}

.woocommerce-error, .woocommerce-info, .woocommerce-message {
  color: #000;
  background-color: transparent;
  border-top: 0;
}

.woocommerce-info::before {
  color: #936DC3;
}

.payment_box.payment_method_stripe {
  background-color: #e3e0fe !important;
  border: 1px solid #936DC3;
  border-radius: 12px !important;
  -webkit-border-radius: 12px !important;
  -moz-border-radius: 12px !important;
  -ms-border-radius: 12px !important;
  -o-border-radius: 12px !important;
}

.woocommerce-checkout #payment div.payment_box::before {
  content: unset;
}

.AccordionItem.p-AccordionItem.p-AccordionItem--selected.AccordionItem--selected {
  background-color: transparent !important;
  margin-top: 10px;
}

#languageModal.modal-backdrop {
  position: fixed;
  display: none;
  inset: 0;
  background: rgba(0,0,0,.45);
  z-index: 99;
}

#languageModal .modal {
  margin: auto;
  width: 450px;
  height: auto;
  background: #fff;
  border-radius: 24px;
  padding: 30px 25px;
  font-family: system-ui;
}

#languageModal .modal-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.close-btn {
  background: none;
  border: none;
  font-size: 18px;
  cursor: pointer;
}

.selected-language {
  margin: 20px 0;
  padding: 14px 16px;
  border-radius: 14px;
  background: #f6f6f6;
  display: flex;
  align-items: center;
  gap: 12px;
}

.selected-language img {
  width: 28px;
}

.language-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

.language-card {
  background: #fafafa;
  padding: 14px;
  border-radius: 14px;
  display: flex;
  align-items: center;
  gap: 12px;
  cursor: pointer;
  position: relative;
}

.language-card img {
  width: 26px;
}

.checkout-header header{
  background-color: transparent !important;
  box-shadow: none !important;
}

.price-wrapper .woocommerce-Price-amount {
  color: #936DC3 !important;
}


.ultravoom-pr-wrap {
  margin: 12px 0;
}

.ultravoom-pr-wrap--checkout {
  margin-bottom: 16px; /* ovanför kortfältet */
}

/* Stripe PR button renderas i en iframe-ish container, men wrapper kan stylas */
.ultravoom-pr-wrap > div {
  width: 100%;
}

.ring-size-btn.is-oos {
  opacity: .45;
  pointer-events: none;
  position: relative;
  cursor: not-allowed;
}

.ring-size-btn.is-oos::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 15%;
  width: 70%;
  height: 0;
  border-top: 2px solid #e53e3e;
  transform: translateY(-50%) rotate(-45deg);
  transform-origin: center;
}

/* Fix: Klarna badge/icon ska inte bryta ut som egen rad i gateways-listan */
.woocommerce-checkout #payment ul.payment_methods li img,
.woocommerce-checkout #payment ul.payment_methods li .payment_method_icons,
.woocommerce-checkout #payment ul.payment_methods li .wc-stripe-payment-method-icon,
.woocommerce-checkout #payment ul.payment_methods li .stripe-payment-method-icon {
  display: inline-block !important;
  vertical-align: middle !important;
}

/* Hindra “ensam” ikonrad mellan gateways */
.woocommerce-checkout #payment ul.payment_methods li label {
  display: inline-flex !important;
  align-items: center !important;
  gap: 8px !important;
}


.woocommerce-product-gallery__image a {
  pointer-events: none;
  cursor: default;
}

/* Hide the hardcoded wrong total row */
.woocommerce-cart tr.order-total {
  display: none !important;
}


.woocommerce-cart .woocommerce-shipping-destination,
.woocommerce-cart .shipping-calculator-button,
.woocommerce-cart .woocommerce-shipping-calculator {
  display: none !important;
}



/* Cart layout: stack columns on mobile */
@media (max-width: 768px) {
  .woocommerce-cart .woocommerce-cart-form,
  .woocommerce-cart .cart-collaterals,
  .woocommerce-cart .cart_totals {
    float: none !important;
    width: 100% !important;
    max-width: 100% !important;
  }

  .woocommerce-cart .cart_totals {
    margin: 16px 0 0 0 !important;
  }

  .woocommerce-cart .cart_totals table,
  .woocommerce-cart .cart_totals .shop_table {
    width: 100% !important;
  }

  .woocommerce-cart .wc-proceed-to-checkout .checkout-button {
    width: 100% !important;
    display: block !important;
  }
}

#billing_country + .select2-container .select2-selection--single, #billing_state + .select2-container .select2-selection--single {
  height: 37px;
}

#billing_country + .select2-container--default .select2-selection--single .select2-selection__rendered, 
#billing_state + .select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 18px;
}

#billing_country + .select2-container--default .select2-selection--single .select2-selection__arrow,
#billing_state + .select2-container--default .select2-selection--single .select2-selection__arrow{
  top: 6px;
}

/* Ring size buttons */
.size-selection .ring-size-btn{
  border: 1px solid #4B5563 !important;
  color: #2D2A3E;
}

/* Info button (i) - ton-i-ton lila, lite mörkare än bakgrunden */
[data-open-modal="sizingModal"]{
  background-image: none !important;        /* dödar bg-gradient-to-b */
  background-color: #E3DDFF !important;     /* mörkare lila än din ljusa bakgrund */
  border: 1px solid #C9C2FF !important;     /* diskret lila kant */
  color: #2D2A3E !important;                /* din textfärg */
  box-shadow: none !important;             /* om du vill ha clean look */
}

/* Hover */
[data-open-modal="sizingModal"]:hover{
  background-color: #D7D0FF !important;
  border-color: #BDB4FF !important;
}
