@import url(home.css);
@import url(var.css);
@import url(font.css);
@import url(header.css);
@import url(footer.css);
@import url(log_in.css);
@import url(product-detail.css);
@import url(brows.css);
@import url(collection.css);
@import url(cart.css);
@import url(checkout.css);
* {
  margin: 0;
  padding: 0;
}
h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
  padding: 0;
}
body {
  font-family: var(--font-inter-regular);
  font-size: 14px;
}
a {
  text-decoration: none;
}

/* orange btn */
.btn-orange {
  background: var(--primary) !important;
  color: var(--white) !important;
  font-family: var(--font-inter-semibold) !important;
  border-radius: 10px !important;
  padding: 12px 24px !important;
  font-size: 16px;
}
.btn-orange:hover {
  background: var(--primary-hover) !important;
  color: var(--white) !important;
}

/* dark-btn */
.btn-all-dark {
  border: 2px solid var(--secendory);
  color: var(--secendory);
  padding: 12px 26px;
  border-radius: 10px;
  font-size: 16px;
  font-family: var(--font-inter-semibold);
}

.btn-all-dark:hover {
  color: var(--white);
  border-color: var(--white);
}
.btn-hover-dark:hover {
  color: var(--text) !important;
  border-color: var(--text) !important;
}

.heading h2 {
  font-family: var(--font-inter-bold);
  font-size: 40px;
  margin-bottom: 20px;
  letter-spacing: 1px;
  color: var(--text);
}
.yellow-headings {
  color: var(--primary);
}

textarea {
  resize: none !important;
}

.all-media-tabs {
  gap: 12px !important;
  flex-wrap: wrap !important;
  margin-bottom: 25px !important;
}

#loader {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10000;
  background-color: rgba(170, 164, 164, 0.8); /* optional dim background */
  align-items: center; /* vertical center */
  justify-content: center; /* horizontal center */
  cursor: not-allowed;
}

.all-media-tabs .nav-link {
  padding: 8px 16px !important;
  border-radius: 10px !important;
  color: var(--black);
  font-size: 16px;
  font-family: var(--font-inter-medium) !important;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  border: 1px solid var(--primary);
}

.all-media-tabs .nav-link .badge {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 12px;
  font-weight: 500;
  aspect-ratio: 1 / 1;
  display: block;
  font-family: var(--font-inter-medium);
  padding-block: 0px !important;
  line-height: 23.84px;
  background-color: var(--primary);
  color: var(--white);
}

.all-media-tabs .nav-link.active .badge {
  background-color: var(--white);
  color: var(--black);
}

.all-media-tabs .nav-link.active {
  background-color: var(--primary) !important;
  color: var(--white) !important;
  font-family: var(--font-inter-semibold) !important;
  font-weight: 600 !important;
}

#mediaGrid .imageVideo-badge {
  display: block;
  z-index: 99;
  padding: 4px 6px;
  border-radius: 8px;
  background-color: var(--primary);
  color: var(--white);
  font-size: 12px;
  font-weight: 500;
  font-family: var(--font-inter-medium);
  margin: 0px !important;
  left: 10px !important;
  top: 10px !important;
}

.product-card {
  position: relative;
}

@media only screen and (max-width: 1399px) {
  .btn-orange {
    padding: 9px 18px !important;
  }
  .btn-all-light {
    padding: 9px 18px;
  }
}
@media only screen and (max-width: 1199px) {
  .heading h2 {
    font-size: 36px !important;
  }
  .btn-orange {
    font-size: 15px;
  }

  .btn-all-light {
    font-size: 15px;
  }
}
@media only screen and (max-width: 991px) {
  .heading h2 {
    margin-bottom: 3px;
    font-size: 32px !important;
  }
  .btn-orange {
    font-size: 16px;
    border-radius: 7px !important;
  }
  .btn-all-dark {
    padding: 9px 22px !important;
  }
}
@media only screen and (max-width: 767px) {
}
@media only screen and (max-width: 575px) {
  .btn-all-dark {
    padding: 9px 18px !important;
    border-radius: 7px;
  }
}
@media only screen and (max-width: 424px) {
  .heading h2 {
    font-size: 25px !important;
  }
}

/* @media only screen and (max-width: 1399px) {
}
@media only screen and (max-width: 1199px) {
}
@media only screen and (max-width: 991px) {
}
@media only screen and (max-width: 767px) {
}
@media only screen and (max-width: 575px) {
}
@media only screen and (max-width: 424px) {
} */

/* Admin CSSS */

.sidebar-nav ul .sidebar-item .sidebar-link:hover {
  background-color: transparent !important;
  color: var(--black) !important;
}
.sidebar-nav ul .sidebar-item .sidebar-link.active:hover {
  background-color: var(--primary) !important;
  color: var(--white) !important;
}
.admin-box {
  background-color: var(--white) !important;
}
.gt-link {
  color: var(--primary) !important;
}

.wrap {
  padding: 2rem;
  display: flex;
  flex-direction: column;
  gap: 12px;
  max-width: 480px;
  margin: 0 auto;
}
/* .row {
  display: flex;
  justify-content: space-between;
  font-size: 13px;
  color: var(--color-text-secondary);
} */
.cur {
  font-size: 22px;
  font-weight: 500;
  color: var(--color-text-primary);
  text-align: center;
  font-variant-numeric: tabular-nums;
}

.track-wrap {
  position: relative;
  height: 36px;
  display: flex;
  align-items: center;
}
.track-bg {
  position: absolute;
  inset: 0;
  margin: auto;
  height: 4px;
  border-radius: 99px;
  background: var(--color-border-tertiary);
}
.track-fill {
  position: absolute;
  left: 0;
  margin: auto;
  top: 0;
  bottom: 0;
  height: 4px;
  border-radius: 99px;
  background: var(--primary);
  pointer-events: none;
}

input[type="range"] {
  position: absolute;
  width: 100%;
  height: 36px;
  -webkit-appearance: none;
  appearance: none;
  background: transparent;
  margin: 0;
  cursor: pointer;
}
input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: var(--primary);
  border: 3px solid var(--color-background-primary);
  box-shadow: 0 0 0 1.5px var(--primary);
  transition: transform 0.1s, box-shadow 0.1s;
}
input[type="range"]:active::-webkit-slider-thumb {
  transform: scale(1.2);
  box-shadow: 0 0 0 5px rgba(255, 128, 0, 0.2);
}
input[type="range"]::-moz-range-thumb {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: var(--primary);
  border: 3px solid var(--color-background-primary);
  box-shadow: 0 0 0 1.5px var(--primary);
}
input[type="range"]::-webkit-slider-runnable-track {
  background: transparent;
}
input[type="range"]::-moz-range-track {
  background: transparent;
}

.pl {
  width: 6em;
  height: 6em;
}

.pl__ring {
  animation: ringA 2s linear infinite;
}

.pl__ring--a {
  stroke: var(--primary);
}

.pl__ring--b {
  animation-name: ringB;
  stroke: #000;
}

.pl__ring--c {
  animation-name: ringC;
  stroke: #000;
}

.pl__ring--d {
  animation-name: ringD;
  stroke: var(--primary);
}

/* Animations */
@keyframes ringA {
  from,
  4% {
    stroke-dasharray: 0 660;
    stroke-width: 20;
    stroke-dashoffset: -330;
  }

  12% {
    stroke-dasharray: 60 600;
    stroke-width: 30;
    stroke-dashoffset: -335;
  }

  32% {
    stroke-dasharray: 60 600;
    stroke-width: 30;
    stroke-dashoffset: -595;
  }

  40%,
  54% {
    stroke-dasharray: 0 660;
    stroke-width: 20;
    stroke-dashoffset: -660;
  }

  62% {
    stroke-dasharray: 60 600;
    stroke-width: 30;
    stroke-dashoffset: -665;
  }

  82% {
    stroke-dasharray: 60 600;
    stroke-width: 30;
    stroke-dashoffset: -925;
  }

  90%,
  to {
    stroke-dasharray: 0 660;
    stroke-width: 20;
    stroke-dashoffset: -990;
  }
}

@keyframes ringB {
  from,
  12% {
    stroke-dasharray: 0 220;
    stroke-width: 20;
    stroke-dashoffset: -110;
  }

  20% {
    stroke-dasharray: 20 200;
    stroke-width: 30;
    stroke-dashoffset: -115;
  }

  40% {
    stroke-dasharray: 20 200;
    stroke-width: 30;
    stroke-dashoffset: -195;
  }

  48%,
  62% {
    stroke-dasharray: 0 220;
    stroke-width: 20;
    stroke-dashoffset: -220;
  }

  70% {
    stroke-dasharray: 20 200;
    stroke-width: 30;
    stroke-dashoffset: -225;
  }

  90% {
    stroke-dasharray: 20 200;
    stroke-width: 30;
    stroke-dashoffset: -305;
  }

  98%,
  to {
    stroke-dasharray: 0 220;
    stroke-width: 20;
    stroke-dashoffset: -330;
  }
}

@keyframes ringC {
  from {
    stroke-dasharray: 0 440;
    stroke-width: 20;
    stroke-dashoffset: 0;
  }

  8% {
    stroke-dasharray: 40 400;
    stroke-width: 30;
    stroke-dashoffset: -5;
  }

  28% {
    stroke-dasharray: 40 400;
    stroke-width: 30;
    stroke-dashoffset: -175;
  }

  36%,
  58% {
    stroke-dasharray: 0 440;
    stroke-width: 20;
    stroke-dashoffset: -220;
  }

  66% {
    stroke-dasharray: 40 400;
    stroke-width: 30;
    stroke-dashoffset: -225;
  }

  86% {
    stroke-dasharray: 40 400;
    stroke-width: 30;
    stroke-dashoffset: -395;
  }

  94%,
  to {
    stroke-dasharray: 0 440;
    stroke-width: 20;
    stroke-dashoffset: -440;
  }
}

@keyframes ringD {
  from,
  8% {
    stroke-dasharray: 0 440;
    stroke-width: 20;
    stroke-dashoffset: 0;
  }

  16% {
    stroke-dasharray: 40 400;
    stroke-width: 30;
    stroke-dashoffset: -5;
  }

  36% {
    stroke-dasharray: 40 400;
    stroke-width: 30;
    stroke-dashoffset: -175;
  }

  44%,
  50% {
    stroke-dasharray: 0 440;
    stroke-width: 20;
    stroke-dashoffset: -220;
  }

  58% {
    stroke-dasharray: 40 400;
    stroke-width: 30;
    stroke-dashoffset: -225;
  }

  78% {
    stroke-dasharray: 40 400;
    stroke-width: 30;
    stroke-dashoffset: -395;
  }

  86%,
  to {
    stroke-dasharray: 0 440;
    stroke-width: 20;
    stroke-dashoffset: -440;
  }
}

.share-wrapper {
  display: inline-block;
}

.product-detail-content .share-wrapper .share-dropdown {
  bottom: auto !important;
  top: calc(100% + 10px);
}

.share-dropdown {
  position: absolute;
  bottom: calc(100% + 10px);
  right: 0;
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 14px;
  padding: 12px 8px;
  min-width: 200px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.13);
  z-index: 9999;
  display: none;
  animation: shareDropIn 0.18s ease;
}

@keyframes shareDropIn {
  from {
    opacity: 0;
    transform: translateY(8px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.share-dropdown-title {
  font-size: 11px;
  font-weight: 600;
  color: #9ca3af;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  padding: 0 8px 8px;
}

.share-option {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 9px 10px;
  border-radius: 8px;
  text-decoration: none;
  color: #1f2937;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  border: none;
  background: none;
  width: 100%;
  transition: background 0.15s;
}

.share-option:hover {
  background: #f3f4f6;
  color: #1f2937;
}

.share-icon {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.whatsapp-icon {
  background: #dcfce7;
  color: #16a34a;
}

.x-icon {
  background: #f3f4f6;
  color: #111827;
}

.instagram-icon {
  background: #fce7f3;
  color: #db2777;
}

.facebook-icon {
  background: #eff6ff;
  color: #2563eb;
}

.copy-icon {
  background: #f3f4f6;
  color: #6b7280;
}

.share-divider {
  height: 1px;
  background: #f3f4f6;
  margin: 6px 8px;
}

.copy-link-btn.copied .copy-icon {
  background: #dcfce7;
  color: #16a34a;
}

body:has(.cart-section.show_popup) {
  overflow: hidden;
}
