/* header */
@import url("https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&display=swap");
:root {
  --primary-color: #fff;
  --bg-color: #2a2a2a;
  --section-padding: 30px 30px;
  --h2-weight: bold;
  --border-radius: 4px;
  --green: #016228;
  --light-orange: #f36c0c;
}
a {
  text-decoration: none;
  color: var(--text-center);
}

body {
  margin: 0;
  padding: 0;
  font-family: "Jost", sans-serif;
  color: var(--text-color);
  overflow-x: hidden;
}
button:focus:not(:focus-visible),
input:focus-visible {
  outline: 0;
  box-shadow: none;
}
::-webkit-scrollbar {
  width: 8px;
}

::-webkit-scrollbar-track {
  background: #f5f2f9;
}

::-webkit-scrollbar-thumb {
  background: #28026a;
  border-radius: 10px;
}

::-webkit-scrollbar-thumb:hover {
  background: #3d0b8f;
}

h1 {
  font-size: 55px;
  color: var(--bg-color);
  margin-bottom: 10px;
  font-weight: bold;
  line-height: 62px;
}

h2 {
  font-size: clamp(30px, 4vw, 46px);
  line-height: 1.08;
  letter-spacing: -0.035em;
  margin-bottom: 14px;
  font-weight: var(--h2-weight);
}

p,
ul li {
  font-size: 16px;
}
.section {
  padding: var(--section-padding);
}
.center {
  text-align: center;
}
.center .lead {
  margin-left: auto;
  margin-right: auto;
}
.lead {
  font-size: 21px;
  color: #333;
  max-width: 720px;
  line-height: 24px;
}
.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #f6effb;
  color: #28026a;
  font-weight: 800;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  padding: 5px 12px;
  border-radius: 999px;
}
.topbar {
  background-color: #2d0265;
  color: #fff;
  text-align: center;
  padding: 7px 0px;
  font-weight: 500;
  font-size: 13px;
}
.stock-box {
  border: 1px solid #f0d5ad;
  background: #fff9ee;
  border-radius: 14px;
  padding: 13px 14px;
  margin: 9px 0 17px;
}
.progress {
  height: 7px;
  border-radius: 999px;
  background: #f2e3c9;
  margin-top: 9px;
  overflow: hidden;
}
.progress span {
  display: block;
  height: 100%;
  width: 74%;
  background: linear-gradient(
    94deg,
    rgba(72, 16, 109, 0.67) 0%,
    rgba(72, 16, 109, 1) 100%
  );
  border-radius: 999px;
}
.stock-foot {
  font-size: 11px;
  color: #453e36;
  margin-top: 6px;
}
.off {
  background: #fddbde;
  color: #28026a;
  font-weight: 900;
  font-size: 17px;
  padding: 4px 10px;
  border-radius: 8px;
  position: relative;
  top: -4px;

  /* Moving light */
  background-image: linear-gradient(
    110deg,
    #fddbde 0%,
    #fddbde 35%,
    #ffffff 50%,
    #fddbde 65%,
    #fddbde 100%
  );

  background-size: 250% 100%;
  animation: lightMove 3.75s linear infinite;

  /* Text ko highlight */
  text-shadow:
    0 0 4px rgba(255, 255, 255, 0.8),
    0 0 10px rgba(255, 255, 255, 0.8);
}

@keyframes lightMove {
  0% {
    background-position: 200% 0;
  }

  100% {
    background-position: -200% 0;
  }
}

.saving {
  font-size: 14px;
  color: var(--green);
  font-weight: 800;
  margin-bottom: 0;
}
.success-msg {
  color: var(--green);
  display: none;
}
.process-msg {
  color: var(--light-orange);
  vertical-align: middle;
  display: none;
}
.bottom-msg {
  text-align: center;
}
.bottom-msg img {
  margin-bottom: 3px;
}
#stickyFooter {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  transform: translateY(100%);
  transition: transform 0.3s ease;
  z-index: 1030;
}

#stickyFooter.is-visible {
  transform: translateY(0);
}
header {
  box-shadow:
    rgba(0, 0, 0, 0.1) 0px 1px 3px 0px,
    rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;
  padding: 0px 2px;
}
.border-radius {
  border-radius: var(--border-radius);
  box-shadow: var(--box-shadow);
}

.logo {
  background-image: url("../images/logo.png");
  background-position: center;
  width: 210px;
  height: 60px;
  background-size: contain;
  background-repeat: no-repeat;
}
/* header */

.product {
  gap: 19px;
}
.pro-price {
  font-size: 36px;
  font-weight: bold;
}
.product i {
  color: var(--green);
  font-weight: var(--font-weight);
  font-size: 12px;
}
#quantity::-webkit-outer-spin-button,
#quantity::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.product strong {
  font-size: var(--font-size);
}
.product span.detail {
  font-size: 23px;
  margin-top: 30px;
  display: block;
  margin-bottom: 10px;
  font-weight: var(--h2-weight);
}
.pro-price strike {
  color: #929191;
  font-weight: 300;
  font-size: 25px;
}
.carousel-indicators button.thumbnail {
  width: 40px;
  margin: 5px;
  border-radius: 4px;
}
.thumbnail-slide .carousel-item img {
  width: 430px;
}
.carousel-indicators button.thumbnail img {
  border: 1px solid #ccc;
  border-radius: var(--border-radius);
}
.carousel-indicators button.thumbnail:not(.active) {
  opacity: 0.7;
}
.thumbnail-slide .carousel-control-next-icon,
.thumbnail-slide .carousel-control-prev-icon {
  filter: brightness(0) saturate(100%) invert(0%) sepia(97%) saturate(7500%)
    hue-rotate(206deg) brightness(80%) contrast(94%);
}
.thumbnail-slide .carousel-item img {
  margin: auto;
}
.carousel-indicators {
  position: static;
}
.stock-title span {
  font-size: 14px;
}
.stock-title span img {
  width: 20px;
}
.product p {
  font-size: 18px;
  line-height: 24px;
  color: #666;
}
.trust-strip {
  padding: 19px 0 0px;
  background: #fff;
}
.trust-card {
  display: flex;
  align-items: center;
  gap: 11px;
  padding: 10px 15px;
  border: 1px solid #666;
  border-radius: 14px;
  background: #fff;
  transition: transform 0.3s ease;
}
.trust-card:hover {
  background: #2d0265;
  color: #fff;
  cursor: pointer;
  transform: translateY(-6px);
}
.trust-card:hover strong {
  color: #fff;
}
.trust-icon {
  width: 38px;
  height: 38px;
  border-radius: 11px;
  background: #f6effb;
  display: grid;
  place-items: center;
  font-size: 19px;
  flex: 0 0 auto;
}
.trust-str {
  line-height: 20px;
}
.trust-card strong {
  display: block;
  font-size: 18px;
  color: #28026a;
}
.trust-card span {
  font-size: 14px;
  color: var(--muted);
}
.trust-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
}
.cod-banner {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 16px;
  border: 1px solid #ccebd8;
  background: #f3fbf6;
  color: var(--green);
  padding: 13px 14px;
  border-radius: 14px;
  font-weight: 800;
}
.sign {
  font-size: 24px;
}

.cod-banner small {
  font-weight: 600;
  color: #727272;
  display: block;
}
.social {
  display: flex;
  align-items: center;
}
.social i {
  display: inline-flex;
  margin: 6px 10px 0px;
  transition: transform 0.3s ease;
}
.social i:hover {
  color: #28026a;
  transform: translateY(-5px);
}
.selling span {
  background-color: #28026a;
  padding: 0px 5px;
  border-radius: 4px;
  color: #fff;
  display: inline-flex;
  margin-right: 10px;
  font-size: 13px;
  font-weight: bold;
  margin-left: 3px;
}
.selling span:first-child {
  background-color: #dac5fe;
  color: #28026a;
}
.cart strike {
  color: #929191;
  font-weight: 300;
  font-size: 13px;
  display: block;
}
.addtocart {
  background-color: #2d0265;
  text-transform: uppercase;
  border-radius: 5px;
  padding: 10px 30px;
  color: #fff;
  border: 1px solid #28026a;
}
.addtocart:hover {
  background-color: #732382;
}

.addtocart:focus {
  background-color: #28026a;
  color: #fff;
}
.shop-buttons {
  margin-top: 18px;
}
.shop-buttons button {
  width: 47%;
  margin-right: 34px;
}
.shop-buttons button:last-child {
  margin-right: 0px;
  width: 100%;
}
.rating {
  display: inline-flex;
  gap: 3px;
  line-height: 20px;
  margin-bottom: 0px !important;
}

/* privacy */
.privacy .lead {
  font-size: 21px;
  color: #e0e0e0;
  line-height: 24px;
}
.privacy {
  background: #26122f;
  color: #fff;
  padding-top: 65px;
  padding-bottom: 65px;
}
.privacy-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  align-items: center;
}
.parcel {
  background: #fff;
  border-radius: 20px;
  padding: 20px 20px;
  color: #000;
}
.parcel .title {
  font-size: 28px;
  font-weight: var(--h2-weight);
}
.checklist {
  display: grid;
  gap: 12px;
  margin: 22px 0;
}
.checkitem {
  display: flex;
  gap: 10px;
  color: #eee4f1;
  font-size: 18px;
}
.checkitem b {
  color: #fff;
}
/* privacy */

/* FAQ */
.accordion-button::after {
  filter: brightness(0) invert(1) !important;
}
.accordion-button {
  background-color: transparent !important;
  color: #fff !important;
}
.accordion-item {
  background-color: transparent;
  color: #fff;
  border-color: #51395c;
}
.faq .accordion-button:not(.collapsed) {
  background-color: #dac5fe;
  color: #28026a;
}
.faq .accordion-button {
  font-size: 18px;
  font-weight: 500;
}
.highlights h3 {
  margin-bottom: 15px;
}
.pro-list {
  background: #f4f4f4;
  padding: 25px 30px;
  border-radius: 10px;
  box-shadow:
    rgba(0, 0, 0, 0.05) 0px 6px 24px 0px,
    rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
}
.pro-list ul li {
  margin-bottom: 8px;
}
/* FAQ */

/* Reviews */
.ratings {
  background: #faf7fc;
  padding-bottom: 70px !important;
}

.rating-box {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 35px;
  align-items: center;
  margin-top: 32px;
  background: #fff;
  border: 1px solid var(--line);
  padding: 28px;
  border-radius: 24px;
  box-shadow: var(--shadow);
}
.score {
  text-align: center;
}
.score .big {
  font-size: 70px;
  font-weight: 950;
  color: var(--purple);
  line-height: 1;
}
.score .stars {
  font-size: 22px;
  margin: 8px 0;
}
.bar span {
  display: block;
  height: 100%;
  background: #6e2088;
  border-radius: 999px;
}
.score p {
  color: var(--muted);
  font-size: 13px;
}
.bars {
  display: grid;
  gap: 10px;
}
.barrow {
  display: grid;
  grid-template-columns: 62px 1fr 40px;
  gap: 10px;
  align-items: center;
  font-size: 13px;
}
.bar {
  height: 8px;
  background: #eee8f0;
  border-radius: 999px;
  overflow: hidden;
}

.reviews-wrap {
  overflow: hidden;
  margin-top: 28px;
}
.reviews-track {
  display: flex;
  gap: 16px;
  width: max-content;
  animation: scroll 35s linear infinite;
}

@keyframes scroll {
  to {
    transform: translateX(calc(-50% - 8px));
  }
}
.reviews-track {
  animation-duration: 28s;
}
.review {
  width: 390px;
  white-space: normal;
  border: 1px solid #e6e6e6;
  background: #fff;
  padding: 20px;
  border-radius: 18px;
}
.review .tag {
  display: inline-flex;
  background: #fff6dc;
  color: #83620a;
  padding: 5px 8px;
  border-radius: 7px;
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  margin-bottom: 4px;
}
.stars {
  color: #f1a917;
  letter-spacing: 1px;
  font-size: 17px;
}
.review p {
  font-size: 16px;
  color: #514859;
  line-height: 20px;
}
.review footer {
  display: flex;
  justify-content: space-between;
  color: #786c7d;
  font-size: 12px;
  box-shadow: none;
}
.reviews-track {
  display: flex;
  gap: 16px;
  width: max-content;
  animation: scroll 35s linear infinite;
}
/* Reviews */

/* Form */
#myForm label {
  font-weight: 600;
}
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.error-msg {
  color: red;
  display: none;
}
/* Form */

/* Thankyou Message*/
#thankyou-msg {
  padding-top: 50px;
  padding-bottom: 50px;
}
#thankyou-msg i {
  font-size: 90px;
  text-align: center;
  display: block;
}
#thankyou-msg p {
  font-size: 33px;
  text-align: center;
  margin-top: 10px;
}
/* Thankyou Message*/

.thankyou .bottom-footer {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.main-thank-div {
  height: 80vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.thankyou header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
.thank-btn {
  margin: 50px auto 0;
  display: block;
}

/* Firefox */
input[type="number"] {
  -moz-appearance: textfield;
  appearance: textfield;
}

/* footer */

footer {
  box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px 0px;
}

.bottom-footer {
  background: #dac5fe;
  margin-top: 60px;
  padding: 22px;
  text-align: center;
  color: #000;
}
footer strike {
  color: #4f4f4f;
  font-weight: 300;
  font-size: 17px;
}
.sticky-inner {
  width: min(980px, calc(100% - 22px));
  margin: auto;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 15px;
  align-items: center;
  padding: 10px 0;
}
.sticky-price {
  display: flex;
  align-items: baseline;
  gap: 8px;
}
.sticky-sub {
  font-size: 12px;
  color: var(--muted);
  margin-top: 1px;
}
.sticky-buy .btn {
  min-height: 48px;
  padding: 12px 22px;
}
.sticky-price strong {
  font-size: 21px;
}
footer .addtocart {
  font-size: 16px;
  padding: 7px 27px;
}
footer .off {
  font-size: 11px;
}
/* footer */

.error-border {
  border: 1px solid red;
}

.error {
  margin-bottom: 10px;
  display: flex;
  color: #f67d3c;
  margin-top: 10px;
}
.spinner-border {
  color: #28026a;
  width: 20px;
  border-width: 3px;
  height: 20px;
  position: relative;
  top: 4px;
}
.stock-title strong {
  float: right;
  font-size: 14px;
}