@charset "UTF-8";
/* Base */
header,
footer,
main,
nav,
aside,
div,
span,
p,
a {
  box-sizing: border-box;
}

ul {
  padding-right: 0;
}
ul li {
  list-style: none;
}

a {
  transition: all ease 0.5s;
}
a:hover {
  color: #0193e7;
}

.click {
  cursor: pointer;
}

.relative {
  position: relative;
}

/* Basic login re-skin */
body.login {
  background: #0f172a; /* slate-900 */
}

body.login #login {
  width: 360px;
}

body.login #login h1 a {
  background-image: url("/path/to/your-logo.svg"); /* 320×80-ish works well */
  background-size: contain;
  width: 320px;
  height: 80px;
}

body.login .message,
body.login #login_error {
  border-left-color: #ff5500;
}

body.login .button-primary {
  background: #ff5500;
  border-color: #ff5500;
  box-shadow: none;
}

body.login .button-primary:hover {
  background: #e64d00;
  border-color: #e64d00;
}

#wcfm-products a > img {
  -o-object-fit: contain;
     object-fit: contain;
}

*, *::before, *::after {
  box-sizing: border-box;
}

* {
  margin: 0;
}

html, body {
  height: 100%;
}

img, svg, video, canvas {
  display: block;
  max-width: 100%;
}

input, button, textarea, select {
  font: inherit;
}

a {
  text-decoration: none;
  color: inherit;
}

ul[role=list], ol[role=list] {
  list-style: none;
  padding: 0;
}

body {
  font-family: "Sarala", system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, Helvetica Neue, Arial, sans-serif;
  color: #F5F5F5;
  background: #141414;
  font-size: 16px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Sarpanch", "Sarala", system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, Helvetica Neue, Arial, sans-serif;
}

p {
  color: #F5F5F5;
}

.lead {
  font-size: 1.125rem;
  color: #666;
}

.body-xs {
  font-family: Sarala, sans-serif;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.2px;
}

.body-sm {
  font-family: Sarala, sans-serif;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.1px;
}

.body-base {
  font-family: Sarala, sans-serif;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.1px;
}

.body-lg {
  font-family: Sarala, sans-serif;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0;
}

.heading-xl {
  font-family: Sarpanch, sans-serif;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0;
}
@media (min-width: 1536px) {
  .heading-xl {
    font-size: 20px;
    line-height: 32px;
  }
}

.heading-2xl {
  font-family: Sarpanch, sans-serif;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 0.1px;
}
@media (min-width: 768px) {
  .heading-2xl {
    font-size: 22px;
    line-height: 33px;
  }
}
@media (min-width: 1536px) {
  .heading-2xl {
    font-size: 24px;
    line-height: 36px;
  }
}

.heading-3xl {
  font-family: Sarpanch, sans-serif;
  font-size: 24px;
  line-height: 1.4;
  letter-spacing: 0.15px;
}
@media (min-width: 768px) {
  .heading-3xl {
    font-size: 28px;
    line-height: 40px;
  }
}
@media (min-width: 1536px) {
  .heading-3xl {
    font-size: 30px;
    line-height: 44px;
  }
}

.heading-4xl {
  font-family: Sarpanch, sans-serif;
  font-size: 30px;
  line-height: 1.4;
  letter-spacing: 0.2px;
}
@media (min-width: 768px) {
  .heading-4xl {
    font-size: 32px;
    line-height: 48px;
  }
}
@media (min-width: 1536px) {
  .heading-4xl {
    font-size: 36px;
    line-height: 52px;
  }
}

.display-5xl {
  font-family: Sarpanch, sans-serif;
  font-size: 36px;
  line-height: 48px;
  letter-spacing: 0.25px;
}
@media (min-width: 768px) {
  .display-5xl {
    font-size: 44px;
    line-height: 58px;
  }
}
@media (min-width: 1536px) {
  .display-5xl {
    font-size: 48px;
    line-height: 64px;
  }
}

.display-6xl {
  font-family: Sarpanch, sans-serif;
  font-size: 42px;
  line-height: 1.1;
  letter-spacing: 0.3px;
}
@media (min-width: 768px) {
  .display-6xl {
    font-size: 56px;
    line-height: 68px;
  }
}
@media (min-width: 1536px) {
  .display-6xl {
    font-size: 60px;
    line-height: 72px;
  }
}

label {
  font-weight: 600;
  display: inline-block;
  margin-bottom: 0.375rem;
}

input[type=text],
input[type=email],
input[type=url],
input[type=number],
input[type=search],
input[type=tel],
input[type=password],
textarea,
select {
  width: 100%;
  padding: 0.625rem 0.75rem;
  border: 1px solid rgba(0, 0, 0, 0.12);
  border-radius: 0.5rem;
}

.container {
  margin-inline: auto;
}

.visually-hidden {
  position: absolute !important;
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0;
  border: 0;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

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

.flex {
  display: flex;
}

.flex-col {
  display: flex;
  flex-direction: column;
}

.flex-row {
  display: flex;
  flex-direction: row;
}

.items-center {
  align-items: center;
}

.justify-between {
  justify-content: space-between;
}

.gap-1 {
  gap: 0.25rem;
}

.gap-2 {
  gap: 0.5rem;
}

.gap-3 {
  gap: 1rem;
}

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

/* For Firefox */
.hide-scrollbar {
  scrollbar-width: none;
}

/* For Internet Explorer and Edge */
.hide-scrollbar {
  -ms-overflow-style: none;
}

@media (max-width: 767px) {
  .hide-sm {
    display: none !important;
  }
}
/* Layout */
.site-main,
.w-container {
  margin-top: 88px;
  max-width: 1440px;
  margin: 0 auto;
  padding-block: 1rem;
}

body.has-fixed-header {
  padding-top: 88px;
}

body #page {
  display: flex;
  flex-direction: column;
  min-height: 100%;
}
body #page main {
  flex: 1;
  width: 100%;
  display: flex;
  flex-direction: column;
}
body #page > div {
  width: 100%;
}

@media (max-width: 768px) {
  body.has-fixed-header {
    padding-top: 64px;
  }
}
.row {
  display: flex;
  flex-wrap: wrap;
  margin-left: -0.5rem;
  margin-right: -0.5rem;
}

.col {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  flex: 0 0 100%;
}

@media (min-width: 768px) {
  .col-6 {
    flex: 0 0 50%;
  }
}
@media (min-width: 992px) {
  .col-4 {
    flex: 0 0 33.333%;
  }
}
@media (min-width: 992px) {
  .col-3 {
    flex: 0 0 25%;
  }
}
.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 88px;
  z-index: 50;
  background: #141414;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 10px;
}
.site-header .left,
.site-header .right {
  display: flex;
  align-items: center;
  width: 30%;
}
.site-header .left {
  gap: 10px;
}
.site-header .left .jet-logo {
  display: flex;
  align-items: center;
}
.site-header .left .jet-logo img {
  max-height: 48px;
}
.site-header .cart-num {
  border-radius: 9999px;
  width: 20px;
  height: 20px;
  line-height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #cb2b83;
  position: absolute;
  top: 0;
  right: 0;
}
@media (max-width: 1024px) {
  .site-header .cart-num {
    top: -5px;
    right: -5px;
  }
}
.site-header .right {
  gap: 10px;
  justify-content: end;
}
.site-header .right div.icon {
  position: relative;
}
.site-header .center {
  display: flex;
  flex-grow: 1;
}
.site-header .center form {
  flex-grow: 1;
  display: flex;
  border-radius: 8px;
  background: #262626;
  height: 48px;
}
.site-header .center form button,
.site-header .center form input {
  border: 0;
  outline: none;
  background-color: transparent;
  margin: 0;
  color: #6b6b6b;
}
.site-header .center form button:focus,
.site-header .center form input:focus {
  border: 0;
  outline: none;
  box-shadow: none;
}
.site-header .center form input {
  flex-grow: 1;
}
.site-header .dropdown {
  position: relative;
  display: inline-block;
}
.site-header .dropdown .account-btn {
  background-color: transparent;
  cursor: pointer;
  width: 48px;
  height: 48px;
  outline: 2px solid transparent;
  border-radius: 8px;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-in-out;
}
.site-header .dropdown .account-btn:hover {
  background-color: rgba(255, 255, 255, 0.2);
}
.site-header .dropdown .account-btn:focus {
  outline-color: #595959;
}
.site-header .hide {
  display: none;
}
.site-header .dropdown-content {
  display: block;
  position: absolute;
  background-color: #000;
  top: 64px;
  min-width: 169px;
  box-shadow: 0 1px 4px 2px rgba(255, 255, 255, 0.12);
  z-index: 1;
  border-radius: 8px;
  right: 0;
  padding: 4px;
}
.site-header .dropdown-content .email {
  color: #434343;
  padding: 6px;
  margin-bottom: 4px;
}
.site-header .dropdown-content ul {
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.site-header .dropdown-content ul li {
  height: 32px;
  display: flex;
  align-items: center;
}
.site-header .dropdown-content ul a,
.site-header .dropdown-content ul button {
  height: 100%;
  padding: 6px;
  width: 100%;
  display: flex;
  justify-content: flex-start;
  gap: 4px;
  background-color: transparent;
  border: none;
  color: #f5f5f5;
  border-radius: 4px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.site-header .dropdown-content ul a svg,
.site-header .dropdown-content ul button svg {
  height: 20px;
  width: 20px;
}
.site-header .dropdown-content ul a:hover, .site-header .dropdown-content ul a:focus,
.site-header .dropdown-content ul button:hover,
.site-header .dropdown-content ul button:focus {
  background-color: rgba(255, 255, 255, 0.2);
  color: #f5f5f5;
}
@media (max-width: 768px) {
  .site-header {
    height: 64px;
  }
  .site-header .dropdown .account-btn {
    width: 36px;
    border-radius: 4px;
    height: 36px;
  }
}

@media (max-width: 992px) {
  .site-header .left,
  .site-header .right {
    width: auto;
  }
  .site-header .left .jet-logo {
    height: 40px;
    margin-right: 12px;
  }
  .site-header .left .jet-logo img {
    height: 100%;
  }
}
.site-header .header-inner {
  margin-inline: auto;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.site-header .logo {
  font-weight: 800;
  font-size: 1.25rem;
}

.site-header .actions {
  display: flex;
  gap: 0.5rem;
  align-items: center;
}

.site-header .icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 0.5rem;
  border: 1px solid rgba(0, 0, 0, 0.08);
  cursor: pointer;
}

.site-footer {
  background-color: #141414;
  margin-top: 100px;
}

.site-footer .d-inner {
  margin: 0 auto;
  padding: 16px;
  display: flex;
  gap: 3rem;
  max-width: 1440px;
}

.site-footer .d-inner:last-of-type {
  border-top: 1px solid #434343;
  padding: 16px;
  margin-top: 16px;
  justify-content: space-between;
}

.site-footer .d-inner .d-block {
  width: calc(100% - 2.25rem);
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.site-footer .d-block.logo div.body-lg {
  max-width: 315px;
}

@media (max-width: 768px) {
  .site-footer .d-block.logo div.body-lg {
    max-width: 100%;
  }
}
.site-footer .d-inner .d-block img {
  width: 100%;
  max-width: 320px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: left;
     object-position: left;
}

.site-footer .menu-footer-container ul {
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.site-footer .menu-footer-container ul li a {
  color: #f5f5f5;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  border-bottom: 2px solid transparent;
  transition: all 0.3s ease;
  margin: 7px 0;
  display: flex;
  align-items: center;
  justify-content: start;
  width: -moz-fit-content;
  width: fit-content;
}

.site-footer .menu-footer-container ul li a:hover,
.site-footer .menu-footer-container ul li a:focus {
  color: #f5f5f5;
  border-bottom-color: #f5f5f5;
}

.site-footer .d-inner.bottom p {
  margin: 0;
}

.site-footer .d-inner.bottom ul {
  display: flex;
  gap: 20px;
  padding: 0;
}

.site-footer .d-inner.bottom ul a {
  text-decoration: underline;
}

.site-footer .d-inner.bottom ul a:hover,
.site-footer .d-inner.bottom ul a:focus {
  color: #eee;
}

@media (max-width: 768px) {
  .site-footer {
    margin-top: 60px;
  }
  .site-footer .d-inner {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 8px;
  }
  .site-footer .d-inner .d-block img {
    max-width: 246px;
    height: 36px;
  }
  .site-footer .d-inner .d-block {
    gap: 12px;
    width: -moz-fit-content;
    width: fit-content;
  }
  .site-footer .d-inner.bottom {
    margin-top: 0;
    justify-content: center;
    align-items: center;
    gap: 12px;
    flex-direction: column;
  }
}
.offcanvas-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.4);
  backdrop-filter: blur(12px);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s ease;
  z-index: 20;
}

.offcanvas-overlay.is-active {
  opacity: 1;
  pointer-events: auto;
}

.offcanvas {
  position: fixed;
  top: 0;
  height: 100%;
  background: #fff;
  box-shadow: 0 20px 25px rgba(0, 0, 0, 0.12);
  z-index: 900;
  transition: transform 0.25s ease;
  display: flex;
  flex-direction: column;
}

.offcanvas__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.75rem 1rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
  font-weight: 700;
}

.offcanvas__body {
  flex: 1 1 auto;
  overflow: auto;
  padding: 1rem;
}

::-webkit-scrollbar {
  background-color: transparent;
  width: 10px;
}

::-webkit-scrollbar-thumb {
  background-color: #434343;
  border-radius: 999px;
}

::-webkit-scrollbar-thumb:hover {
  background-color: #5f5f5f;
}

#off-left {
  width: 240px;
  background: #141414;
  left: 0;
  transform: translateX(-100%);
}
#off-left ul {
  display: flex;
  flex-direction: column;
  gap: 1.8rem;
}
#off-left li {
  margin: 0;
}
#off-left h2 {
  font-size: 14px;
  font-weight: normal;
  display: flex;
  margin-bottom: 0;
}
#off-left h2 mark {
  background-color: transparent;
  color: #fff;
  float: right;
}

/* Make the title a flex row and push the count */
.woocommerce .product-category .woocommerce-loop-category__title {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.woocommerce .product-category .woocommerce-loop-category__title .count {
  margin-left: auto; /* this does the “far right” */
}

#off-left.is-open {
  transform: translateX(0);
}

#off-right {
  right: 0;
  color: #444;
  width: 350px;
  transform: translateX(100%);
}
#off-right p {
  color: #444;
}

#off-right.is-open {
  transform: translateX(0);
}

/* Layout */
.pc-checkout-page .woocommerce-message,
.pc-checkout-page .woocommerce-info,
.pc-checkout-page .woocommerce-error {
  display: none;
}

.pc-checkout {
  padding: 0 16px;
}

.pc-checkout__grid {
  display: grid;
  gap: 20px;
  align-items: start;
  grid-template-columns: 3fr 1fr;
}
.pc-checkout__grid .pc-checkout__left {
  height: 100%;
}
.pc-checkout__grid .pc-checkout__left,
.pc-checkout__grid .pc-checkout__right {
  border-radius: 12px;
  background: #000;
  padding: 16px;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.08), 0 6px 20px 0.5px rgba(0, 0, 0, 0.12);
}
.pc-checkout__grid .pc-order__title {
  margin-bottom: 36px;
}
.pc-checkout__grid .pc-order__title > span:first-of-type {
  display: block;
  font-weight: 500;
  margin-bottom: 8px;
}
.pc-checkout__grid .pc-order__title .pc-order__sum {
  font-weight: 600;
}
.pc-checkout__grid .pc-order__title .pc-order__count {
  font-weight: 600;
  color: #8c8c8c;
}
.pc-checkout__grid .pc-item {
  display: flex;
  gap: 8px;
  padding: 16px 0;
  border-top: 1px solid #434343;
}
.pc-checkout__grid .pc-item:first-of-type {
  border: 0;
}
.pc-checkout__grid .pc-item .pc-item__main {
  flex: 1;
}
.pc-checkout__grid .pc-item .pc-item__main .pc-item__title {
  font-weight: 700;
  font-family: Sarala, sans-serif;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.1px;
}
.pc-checkout__grid .pc-item .pc-item__main .pc-item__meta {
  display: none;
}
.pc-checkout__grid .pc-item .pc-item__price .woocommerce-Price-amount.amount {
  font-weight: 700;
  font-family: Sarala, sans-serif;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.1px;
}
.pc-checkout__grid .pc-item .pc-item__thumb {
  width: 100px;
  height: 133px;
  display: flex;
}
.pc-checkout__grid .pc-item .pc-item__thumb img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
}
.pc-checkout__grid .pc-checkout__right .loading {
  display: none;
}
.pc-checkout__grid .pc-checkout__right .pc-form.processing .blockUI.blockOverlay {
  background-color: #000 !important;
  opacity: 1 !important;
  z-index: 30 !important;
}
.pc-checkout__grid .pc-checkout__right .pc-form.processing .loading {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 40;
}
.pc-checkout__grid .pc-checkout__right .pc-form.processing .loading p {
  font-family: Sarala, sans-serif;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.1px;
  color: #8c8c8c;
}
.pc-checkout__grid .pc-checkout__right .form-row label {
  margin-bottom: 6px;
  font-family: Sarala, sans-serif;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.1px;
  color: #8c8c8c;
  font-weight: 400;
}
.pc-checkout__grid .pc-checkout__right .form-row label span.required {
  display: none;
}
.pc-checkout__grid .pc-checkout__right .pc-pay::before {
  content: "Select payment method";
  font-family: Sarala, sans-serif;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.1px;
  font-weight: 400;
  color: #8c8c8c;
}
.pc-checkout__grid .pc-checkout__right .form-row.woocommerce-validated input.input-text {
  box-shadow: none;
}

@media (max-width: 1024px) {
  .pc-checkout__grid {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 768px) {
  .pc-checkout__grid {
    grid-template-columns: 1fr;
  }
}
/* Left column: item list with thumbs */
.pc-order__list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.pc-order__list .is-hidden {
  display: none !important;
}

.pc-order__more {
  margin: 10px auto 0;
  display: flex;
  gap: 6px;
  align-items: center;
  background: none;
  border: 0;
  color: #fff;
  cursor: pointer;
}

/* Right side: fields */
.pc-fields .form-row {
  margin-bottom: 16px;
}

.pc-fields input.input-text {
  width: 100%;
  height: 48px;
  border-radius: 10px;
  background: #262626;
  border: 0;
  color: #fff;
  padding: 0 14px;
}

.pc-fields input.input-text:focus {
  outline: 2px solid #ff4da6;
}

/* Payment tabs */
.pc-pay__tabs {
  display: flex;
  gap: 12px;
  margin: 6px 0 16px;
}

.pc-tab {
  flex: 1;
  height: 48px;
  padding: 0 16px;
  border-radius: 8px;
  border: 1px solid #595959;
  background: transparent;
  color: #f5f5f5;
  cursor: pointer;
  font-weight: 700;
  font-family: Sarala, sans-serif;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0;
}

.pc-tab.is-active {
  border-color: #a02669;
  color: #cb2b83;
}

/* Woo payment area */
#payment,
.woocommerce-checkout-payment {
  background: transparent;
  border: 0;
  padding: 0;
}

#payment ul.wc_payment_methods {
  background: transparent;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 20px;
}

#payment .place-order .button {
  width: 100%;
  height: 48px;
  border-radius: 8px;
  background: #cb2b83;
  color: #000000;
  font-weight: 700;
  font-family: Sarala, sans-serif;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0;
  transition: 0.3s all ease-in-out;
}
#payment .place-order .button:hover, #payment .place-order .button:focus {
  background: #a02669;
}

/* Totals */
.pc-totals {
  margin-top: 20px;
}

.pc-totals__table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0 10px;
}

.pc-totals__table th {
  text-align: left;
  color: #8c8c8c;
  font-weight: 400;
  font-family: Sarala, sans-serif;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.1px;
  padding: 0;
}
@media (max-width: 768px) {
  .pc-totals__table th {
    font-family: Sarala, sans-serif;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 0;
  }
}

.pc-totals__table td {
  padding: 0;
  text-align: right;
  color: #8c8c8c;
  font-weight: 400;
  font-family: Sarala, sans-serif;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.1px;
}
@media (max-width: 768px) {
  .pc-totals__table td {
    font-family: Sarala, sans-serif;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 0;
  }
}

.pc-total th,
.pc-total td {
  border-top: 1px solid #434343;
  padding-top: 20px;
}

.pc-total td {
  font-family: Sarala, sans-serif;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.1px;
  color: #f5f5f5;
}
@media (max-width: 768px) {
  .pc-total td {
    font-family: Sarala, sans-serif;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 0;
  }
}

/* Strip Woo default borders in review tables if any appear */
.woocommerce-checkout-review-order-table,
.woocommerce-checkout-review-order-table th,
.woocommerce-checkout-review-order-table td {
  border: 0 !important;
  background: transparent !important;
}

/* Components */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 0.625rem 1rem;
  border-radius: 0.5rem;
  text-decoration: none;
  border: 1px solid transparent;
  cursor: pointer;
  font-weight: 600;
  line-height: 1.2;
  background: #CB2B83;
  color: #fff;
}

.btn:hover {
  filter: brightness(0.95);
}

.btn--outline {
  background: transparent;
  border-color: #CB2B83;
  color: #CB2B83;
}

.btn--secondary {
  background: #0aa;
}

.btn--danger {
  background: #ef4444;
}

.btn-ghost {
  background-color: transparent;
  border: 0;
  transition: all 0.3s ease-in-out;
}

.btn-ghost:hover {
  background-color: rgba(255, 255, 255, 0.2);
}

.btn-square {
  height: 40px;
  width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
}

.btn-solid {
  font-family: Sarala, sans-serif;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0;
  background-color: #cb2b83;
  color: #000000 !important;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border: 0;
  border-radius: 10px;
  padding: 12px 32px;
  font-weight: 700;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 768px) {
  .btn-solid {
    padding: 10px 28px;
  }
}
.btn-solid svg {
  width: 28px;
  height: 28px;
  min-width: 28px;
}
.btn-solid.sm {
  padding: 0px 16px;
}

.btn-solid--gray {
  background-color: #262626;
  color: #ffffff;
  border-radius: 10px;
  padding: 8px 20px;
}

.btn-solid:hover {
  background-color: #a02669 !important;
  color: #000000 !important;
}

.btn-solid--gray:hover {
  background-color: #5f5f5f;
  color: #ffffff;
}

.ghost-primary-btn {
  font-family: Sarala, sans-serif;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.1px;
  color: #cb2b83;
  background-color: transparent;
  border: none;
  outline: none;
  font-weight: 700;
  display: flex;
  gap: 8px;
  padding: 10px 14px;
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.3 ease-in-out;
}

.ghost-primary-btn:hover,
.ghost-primary-btn:focus {
  background-color: rgba(203, 43, 131, 0.0862745098);
  color: #cb2b83;
  text-decoration: none;
}

.card {
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 1rem;
  padding: 1rem;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  background: #fff;
}

.breadcrumb {
  display: flex;
  gap: 0.5rem;
  font-size: 0.875rem;
  color: #666;
}

table {
  width: 100%;
  border-collapse: collapse;
}

th, td {
  padding: 0.625rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
  text-align: left;
}

.alert {
  padding: 0.75rem 1rem;
  border-radius: 0.5rem;
  background: rgba(0, 0, 0, 0.04);
}

.pagination {
  display: flex;
  gap: 0.5rem;
  align-items: center;
}

.loader {
  width: 40px;
  height: 40px;
  border: 4px solid #8C8C8C;
  border-bottom-color: transparent;
  border-radius: 50%;
  display: inline-block;
  box-sizing: border-box;
  animation: rotation 1s linear infinite;
}

@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.toast {
  padding: 4px 16px;
  border-radius: 4px;
  box-shadow: 0 4px 8px 3px rgba(0, 0, 0, 0.15), 0 1px 3px 0 rgba(0, 0, 0, 0.3) !important;
}
.toast.info {
  background: #322F35;
}

/* Pages */
.home-hero {
  padding-block: 3rem;
  text-align: center;
}

.post-368 .entry-header {
  display: none;
}

.section-bg-1,
.section-bg-2,
.section-bg-3 {
  background-repeat: no-repeat;
  background-position: center center;
  -o-object-fit: cover;
     object-fit: cover;
}

/* ========= Woo Category Cards – Variables ========= */
/* page bg */
/* fallback bg */
/* green like screenshot */
/* warm orange */
/* pink-magenta -% */
/* main price pink */
/* ========= Layout ========= */
.site-main.d-category {
  display: flex;
  flex-direction: row-reverse;
  gap: 20px;
}
.site-main.d-category .woocommerce-no-products-found .woocommerce-info {
  width: -moz-fit-content;
  width: fit-content;
  background-color: #262626;
  font-family: Sarala, sans-serif;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0;
  color: #f5f5f5;
}
.site-main.d-category .site-main {
  margin: 0;
}
.site-main.d-category aside {
  width: 320px;
  position: sticky;
  top: 1rem;
  align-self: flex-start;
  flex-direction: column;
}
@media (max-width: 768px) {
  .site-main.d-category aside {
    padding-right: 16px;
  }
}
.site-main.d-category aside .woof_redraw_zone {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.site-main.d-category aside .woof_price_search_container form .price_slider_wrapper {
  flex-direction: column;
}
.site-main.d-category aside .woof_list.woof_list_checkbox li.is-disabled {
  display: none;
}
.site-main.d-category #primary {
  flex: 1;
}

.pc-archive-head {
  margin: 0.5rem 0 1rem;
}
.pc-archive-head .pc-archive-title {
  color: #fff;
  font-size: 2rem;
  margin: 0 0 0.25rem;
}
.pc-archive-head .pc-archive-desc {
  color: rgba(255, 255, 255, 0.65);
  font-size: 0.95rem;
}

/* ========= Grid (3 per row) ========= */
.site-main.d-category .pc-products {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
}
@media (max-width: 1200px) {
  .site-main.d-category .pc-products {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 860px) {
  .site-main.d-category .pc-products {
    grid-template-columns: 1fr 1fr;
    gap: 8px;
  }
  .site-main.d-category .pc-products .pc-card {
    min-width: auto;
    border-radius: 12px;
    height: 220px;
  }
  .site-main.d-category .pc-products .pc-card__title {
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .site-main.d-category .pc-products .pc-card__body {
    padding: 8px 12px;
  }
  .site-main.d-category .pc-products .pc-card__price {
    font-size: 16px;
    gap: 4px;
  }
  .site-main.d-category .pc-products .pc-card__price span {
    font-size: 16px !important;
    line-height: 1.1 !important;
  }
}

.d-category:has(aside.isActive) .pc-products {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
@media (max-width: 1200px) {
  .d-category:has(aside.isActive) .pc-products {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* ========= Card ========= */
.pc-card {
  position: relative;
  height: 380px;
  border-radius: 16px;
  background: #111 center/cover no-repeat;
  background-image: var(--bg);
  overflow: hidden;
  box-shadow: 0 14px 40px rgba(0, 0, 0, 0.35);
  /* glass-like face gradient for readability */
  /* ===== Badges row (top-left) ===== */
  /* ===== Bottom meta overlay ===== */
  /* hover lift */
}
.pc-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.25) 45%, rgba(0, 0, 0, 0.78) 100%);
}
.pc-card .pc-card__link {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  color: #fff;
  text-decoration: none;
  padding: 16px;
}
.pc-card .pc-card__badges {
  position: relative;
  z-index: 2;
  display: flex;
  gap: 0.5rem;
  flex-wrap: wrap;
}
.pc-card .pc-card__badges .badge {
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.02em;
  padding: 0.28rem 0.5rem;
  border-radius: 999px;
  line-height: 1;
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: rgba(0, 0, 0, 0.35);
  backdrop-filter: blur(4px);
}
.pc-card .pc-card__badges .badge.is-new {
  background: #28e17d;
  color: #053a1f;
  border-color: transparent;
}
.pc-card .pc-card__badges .badge.is-best {
  background: #ffcd33;
  color: #3a2a00;
  border-color: transparent;
}
.pc-card .pc-card__badges .badge.is-sale {
  background: #ff4da6;
  color: #fff;
  border-color: transparent;
}
.pc-card .pc-card__meta {
  position: relative;
  z-index: 2;
  margin-top: auto;
  display: grid;
  gap: 0.4rem;
  /* Woo price HTML lives here */
  /* Optional attributes list (kept subtle) */
}
.pc-card .pc-card__meta .pc-card__cats {
  color: rgba(255, 255, 255, 0.65);
  font-size: 0.85rem;
  /* “Games = Key” look */
}
.pc-card .pc-card__meta .pc-card__cats::before {
  content: "";
}
.pc-card .pc-card__meta .pc-card__title {
  color: #fff;
  font-size: 1.35rem;
  line-height: 1.2;
  margin: 0;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
}
.pc-card .pc-card__meta .pc-card__tags {
  color: rgba(255, 255, 255, 0.5);
  font-size: 0.82rem;
}
.pc-card .pc-card__meta .pc-card__price {
  margin-top: 0.15rem;
  display: flex;
  gap: 8px;
  align-items: baseline;
}
.pc-card .pc-card__meta .pc-card__price .price {
  display: inline-flex;
  gap: 0.5rem;
  align-items: baseline;
}
.pc-card .pc-card__meta .pc-card__price .price ins {
  text-decoration: none;
  color: #ff4da6;
  font-weight: 800;
  font-size: 1.15rem;
}
.pc-card .pc-card__meta .pc-card__price .price del {
  color: rgba(255, 255, 255, 0.6);
  font-weight: 500;
  font-size: 0.95rem;
}
.pc-card .pc-card__meta .pc-card__price .price bdi {
  /* for currency symbol grouping */
}
.pc-card .pc-card__meta .pc-card__attrs {
  margin: 0.35rem 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 0.25rem;
}
.pc-card .pc-card__meta .pc-card__attrs li {
  font-size: 0.78rem;
  color: rgba(255, 255, 255, 0.5);
  display: flex;
  gap: 0.35rem;
}
.pc-card .pc-card__meta .pc-card__attrs li .k {
  opacity: 0.8;
}
.pc-card:hover {
  transform: scale(1.05);
  transition: transform 0.5s ease-in;
}

/* ========= Pagination ========= */
.pc-archive-pagination {
  margin-top: 10px;
}
.pc-archive-pagination .nav-links {
  display: inline-flex;
  gap: 4px;
}
.pc-archive-pagination .page-numbers {
  font-family: Sarala, sans-serif;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.1px;
  color: #f5f5f5;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 8px;
  font-weight: 700;
}
.pc-archive-pagination .page-numbers.current {
  background-color: #cb2b83;
  color: #000;
}
.pc-archive-pagination .page-numbers:hover {
  background-color: #cb2b83;
  color: #000;
}
.pc-archive-pagination .next,
.pc-archive-pagination .prev {
  width: -moz-fit-content;
  width: fit-content;
  color: #cb2b83;
  padding: 0 8px;
}
.pc-archive-pagination .next:hover,
.pc-archive-pagination .prev:hover {
  background-color: rgba(203, 43, 131, 0.0862745098);
  color: #cb2b83;
}

/* ========= Small helpers (match Elementor/woo resets) ========= */
.pc-card .price {
  margin: 0;
}

.pc-card .price * {
  line-height: 1.1;
}

.site-main.filters {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 0;
  padding-bottom: 10px;
}
.site-main.filters svg {
  cursor: pointer;
}

.product-filter,
.fiter-open,
.fiter-close {
  display: none !important;
}
.product-filter.isActive,
.fiter-open.isActive,
.fiter-close.isActive {
  display: flex !important;
}

/* ================================
   Single Product — FLEX LAYOUT
   ================================ */
/* ---- Theme tokens ---- */
/* ---- Page wrapper ---- */
.site-main.d-product {
  display: flex;
  flex-direction: column;
  padding: 0;
  /* === Top grid (Gallery • Summary • Buy) === */
  /* === LEFT: Gallery === */
  /* === CENTER: Summary === */
  /* === RIGHT: Buy box === */
  /* === Below-the-fold === */
}
.site-main.d-product .pd-grid {
  display: flex;
  gap: 1rem;
  align-items: flex-start;
  flex-wrap: nowrap;
  padding: 0 16px;
}
@media (max-width: 1200px) {
  .site-main.d-product .pd-grid {
    flex-direction: column;
  }
}
.site-main.d-product .pd-left {
  width: 520px;
  flex: 0 0 520px;
  position: relative;
  /* Woo gallery base */
  /* --- Single-image mode ---
     Triggered when there are NO thumbnails.
     1) Pure CSS: :not(:has(.flex-control-nav))
     2) JS fallback class: .no-thumbs  */
}
@media (max-width: 1200px) {
  .site-main.d-product .pd-left {
    width: 100%;
    flex: 0 0 auto;
  }
}
.site-main.d-product .pd-left .onsale {
  display: none;
}
.site-main.d-product .pd-left .woocommerce-product-gallery {
  display: flex;
  /* Multi-image default: thumbs on the LEFT, big image to the RIGHT.
     We get this by placing the viewport first in the DOM and then reversing. */
  flex-direction: row-reverse;
  gap: 1rem;
  background: #000;
  border-radius: 16px;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.08), 0 6px 20px 0.5px rgba(0, 0, 0, 0.12);
  align-items: stretch;
  position: relative;
  /* Fullscreen trigger (Woo) */
  /* Big image area */
  /* Thumbs column (Flexslider dots) */
}
.site-main.d-product .pd-left .woocommerce-product-gallery .woocommerce-product-gallery__trigger {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 2;
}
.site-main.d-product .pd-left .woocommerce-product-gallery img {
  z-index: 1;
}
.site-main.d-product .pd-left .woocommerce-product-gallery .flex-viewport {
  height: auto !important;
  flex: 1 1 auto;
  min-width: 0;
  overflow: visible;
}
.site-main.d-product .pd-left .woocommerce-product-gallery .woocommerce-product-gallery__wrapper::after {
  content: "";
  display: block;
  clear: both;
}
.site-main.d-product .pd-left .woocommerce-product-gallery .woocommerce-product-gallery__image,
.site-main.d-product .pd-left .woocommerce-product-gallery .woocommerce-product-gallery__image a {
  display: block;
  width: 100%;
  border-radius: 12px;
  overflow: hidden;
}
.site-main.d-product .pd-left .woocommerce-product-gallery .woocommerce-product-gallery__image img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 12px;
  -o-object-fit: cover;
     object-fit: cover;
}
.site-main.d-product .pd-left .woocommerce-product-gallery .flex-control-nav {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  width: 88px;
  flex: 0 0 88px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.site-main.d-product .pd-left .woocommerce-product-gallery .flex-control-nav li {
  list-style: none;
}
.site-main.d-product .pd-left .woocommerce-product-gallery .flex-control-nav img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 12px;
  opacity: 0.9;
  transition: opacity 0.15s;
}
.site-main.d-product .pd-left .woocommerce-product-gallery .flex-control-nav img:hover {
  opacity: 1;
}
.site-main.d-product .pd-left .woocommerce-product-gallery:not(:has(.flex-control-nav)),
.site-main.d-product .pd-left .woocommerce-product-gallery.no-thumbs {
  flex-direction: column; /* drop the reserved thumb column */
  gap: 0;
}
.site-main.d-product .pd-left .woocommerce-product-gallery:not(:has(.flex-control-nav)) .flex-viewport,
.site-main.d-product .pd-left .woocommerce-product-gallery.no-thumbs .flex-viewport {
  flex: 0 0 100%;
  width: 100%;
  min-width: 0;
}
.site-main.d-product .pd-left .woocommerce-product-gallery:not(:has(.flex-control-nav)) .woocommerce-product-gallery__image,
.site-main.d-product .pd-left .woocommerce-product-gallery:not(:has(.flex-control-nav)) .woocommerce-product-gallery__image a,
.site-main.d-product .pd-left .woocommerce-product-gallery.no-thumbs .woocommerce-product-gallery__image,
.site-main.d-product .pd-left .woocommerce-product-gallery.no-thumbs .woocommerce-product-gallery__image a {
  width: 100%;
}
.site-main.d-product .pd-left .woocommerce-product-gallery:not(:has(.flex-control-nav)) .woocommerce-product-gallery__image img,
.site-main.d-product .pd-left .woocommerce-product-gallery.no-thumbs .woocommerce-product-gallery__image img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 12px;
}
@media (max-width: 768px) {
  .site-main.d-product .pd-left .woocommerce-product-gallery:not(:has(.flex-control-nav)) .woocommerce-product-gallery__image img,
  .site-main.d-product .pd-left .woocommerce-product-gallery.no-thumbs .woocommerce-product-gallery__image img {
    max-height: 260px;
  }
}
.site-main.d-product .pd-summary {
  width: 100%;
  flex: 1 1 auto;
  color: #fff;
}
.site-main.d-product .pd-summary .pd-breadcrumbs {
  color: rgba(255, 255, 255, 0.55);
  margin-bottom: 0.25rem;
  font-size: 0.85rem;
}
.site-main.d-product .pd-summary .pd-title {
  font-size: 2rem;
  margin: 0 0 0.75rem;
}
.site-main.d-product .pd-summary .pd-meta {
  margin: 16px 0;
}
.site-main.d-product .pd-summary .subheading {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.site-main.d-product .pd-summary .subheading .pd-meta__title {
  font-family: Sarala, sans-serif;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.1px;
  color: #F5F5F5;
}
.site-main.d-product .pd-summary .subheading a {
  color: #cb2b83;
  display: flex;
  gap: 5px;
}
.site-main.d-product .pd-summary .pd-short {
  color: rgba(255, 255, 255, 0.7);
  line-height: 1.55;
}
.site-main.d-product .pd-range {
  margin-block: 20px;
  /** FF*/
  /* IE*/
}
.site-main.d-product .pd-range label {
  font-family: Sarala, sans-serif;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.1px;
  color: #8c8c8c;
  font-weight: 400;
  margin-bottom: 0;
}
.site-main.d-product .pd-range .top {
  display: flex;
  flex-direction: column;
  align-items: start;
  gap: 8px;
}
.site-main.d-product .pd-range input[type=number] {
  background: transparent;
  color: #f5f5f5;
  height: 40px;
  text-align: center;
  padding: 0 12px;
  width: 100px;
  border: 1px solid #595959;
  border-radius: 8px;
  outline: none;
  font-family: Sarala, sans-serif;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0;
  font-weight: 600;
  transition: 0.3s border-color ease-in-out;
  -moz-appearance: textfield; /* Firefox */
}
.site-main.d-product .pd-range input[type=number]:hover, .site-main.d-product .pd-range input[type=number]:focus {
  border-color: #cb2b83;
}
.site-main.d-product .pd-range input[type=number]::-webkit-inner-spin-button, .site-main.d-product .pd-range input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
}
.site-main.d-product .pd-range input[type=range] {
  width: 100%;
  -webkit-appearance: none; /* For WebKit browsers like Chrome and Safari */
  -moz-appearance: none;
       appearance: none; /* Standard property */
  background: transparent; /* Makes the track transparent initially */
  cursor: pointer;
  border: none;
  position: relative;
  border-radius: 999px;
  height: 12px;
}
.site-main.d-product .pd-range input[type=range]::-moz-range-progress {
  background-color: #cb2b83;
  height: 12px;
  border-radius: 999px;
}
.site-main.d-product .pd-range input[type=range]::-ms-fill-lower {
  background-color: #cb2b83;
  height: 12px;
  border-radius: 999px;
}
.site-main.d-product .pd-range input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 20px;
  height: 20px;
  background: #cb2b83;
  border-radius: 50%;
}
.site-main.d-product .pd-range input[type=range]::-moz-range-thumb {
  width: 20px;
  height: 20px;
  background: #cb2b83;
  border-radius: 50%;
  border: none;
  outline: none;
  margin-top: -4px;
}
.site-main.d-product .pd-range .relative {
  margin-top: 32px;
}
.site-main.d-product .pd-range input[type=range]::-ms-thumb {
  width: 20px;
  height: 20px;
  background: #cb2b83;
  border-radius: 50%;
  margin-top: -4px;
}
.site-main.d-product .pd-range .min-attr {
  top: -20px;
  left: 0;
  position: absolute;
  font-family: Sarala, sans-serif;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.1px;
  color: #8c8c8c;
}
.site-main.d-product .pd-range .max-attr {
  top: -20px;
  right: 0;
  position: absolute;
  font-family: Sarala, sans-serif;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.1px;
  color: #8c8c8c;
}
.site-main.d-product .pd-attrs {
  display: grid;
  height: -moz-fit-content;
  height: fit-content;
  grid-template-columns: 1fr 1fr;
  -moz-column-gap: 0;
       column-gap: 0;
  row-gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
}
.site-main.d-product .pd-attrs li {
  display: contents;
}
.site-main.d-product .pd-attrs .k {
  font-family: Sarala, sans-serif;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.1px;
  color: #8c8c8c;
  padding: 4px 16px 4px 0;
  border-bottom: 1px solid #434343;
  vertical-align: middle;
  display: flex;
  align-items: center;
}
.site-main.d-product .pd-attrs .v {
  font-family: Sarala, sans-serif;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.1px;
  color: #F5F5F5;
  padding: 4px 16px 4px 0;
  border-bottom: 1px solid #434343;
  display: flex;
  align-items: center;
}
.site-main.d-product .pd-buy {
  width: 340px;
  flex: 0 0 340px;
}
@media (max-width: 1200px) {
  .site-main.d-product .pd-buy {
    width: 100%;
    flex: 0 0 auto;
  }
}
.site-main.d-product .pd-buy .pd-card {
  position: sticky;
  top: 80px;
  background: #000;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.08), 0 6px 20px 0.5px rgba(0, 0, 0, 0.12);
  padding: 1rem;
  color: #fff;
  border-radius: 12px;
}
.site-main.d-product .pd-buy .pd-price,
.site-main.d-product .pd-buy .woocommerce-variation-price {
  display: flex;
  justify-content: space-between;
  margin-bottom: 24px;
}
.site-main.d-product .pd-buy .price {
  display: inline-flex;
  width: -moz-fit-content;
  width: fit-content;
  flex-direction: row-reverse;
  gap: 20px;
  align-items: baseline;
}
.site-main.d-product .pd-buy .woocommerce-Price-amount {
  font-size: 30px;
  font-family: "Sarpanch", "Sarala", system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, Helvetica Neue, Arial, sans-serif;
  font-weight: 600;
  line-height: 44px;
}
.site-main.d-product .pd-buy .woocommerce-Price-currencySymbol {
  margin-right: 4px;
}
.site-main.d-product .pd-buy ins {
  color: #ff4da6;
  text-decoration: none;
  font-size: 30px;
  font-weight: 600;
  font-family: "Sarpanch", "Sarala", system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, Helvetica Neue, Arial, sans-serif;
  color: #CB2B83;
  word-break: break-all;
}
.site-main.d-product .pd-buy del {
  color: #8c8c8c;
  font-size: 18px;
  word-break: break-all;
  font-family: Sarala, sans-serif;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.1px;
}
.site-main.d-product .pd-buy del span {
  font-family: Sarala, sans-serif;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.1px;
}
@media (max-width: 768px) {
  .site-main.d-product .pd-buy del {
    text-decoration: none;
  }
  .site-main.d-product .pd-buy del bdi {
    text-decoration: line-through;
    font-size: 24px;
    line-height: 24px;
  }
  .site-main.d-product .pd-buy del bdi .woocommerce-Price-currencySymbol {
    font-size: 24px;
  }
}
.site-main.d-product .pd-buy bdi {
  word-break: break-all;
}
.site-main.d-product .pd-buy form.cart {
  display: grid;
  gap: 0.6rem;
}
.site-main.d-product .pd-buy form.cart .quantity input {
  height: 44px;
}
.site-main.d-product .pd-buy form.cart .single_add_to_cart_button {
  height: 48px;
  border-radius: 8px;
  font-weight: 800;
  background: #CB2B83;
  border: 0;
}
.site-main.d-product .pd-buy form.cart .single_add_to_cart_button_alt,
.site-main.d-product .pd-buy form.cart .button.alt {
  font-family: Sarala, sans-serif;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0;
  font-weight: 700;
  margin-bottom: 8px;
}
.site-main.d-product .pd-similar {
  margin-top: 2rem;
}
.site-main.d-product .pd-similar .pd-rowhead {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0.75rem;
}
.site-main.d-product .pd-similar .pd-rowhead h3 {
  color: #fff;
  margin: 0;
}
.site-main.d-product .pd-similar .pd-rowhead .pd-more {
  color: rgba(255, 255, 255, 0.55);
  text-decoration: none;
  font-size: 0.9rem;
}
.site-main.d-product .section-cards {
  padding: 0 16px;
}
@media (max-width: 768px) {
  .site-main.d-product .section-cards {
    padding: 0;
  }
  .site-main.d-product .section-cards .w-container {
    padding: 0;
  }
  .site-main.d-product .section-cards .pc-products {
    gap: 8px;
  }
}
.site-main.d-product .section-cards .pc-card {
  height: 220px;
  min-width: 220px;
}
.site-main.d-product .pd-desc {
  margin: 1.5rem 0 2rem;
  padding: 0 16px;
}
@media (max-width: 768px) {
  .site-main.d-product .pd-desc {
    margin: 0;
  }
}
.site-main.d-product .pd-desc h3 {
  color: #fff;
  margin: 0 0 0.5rem;
}
.site-main.d-product .pd-desc p,
.site-main.d-product .pd-desc li {
  color: #f5f5f5;
}

.reset_variations_alert,
.single_variation_wrap,
.woocommerce-variation-add-to-cart {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.variations_form .variations {
  display: none !important;
}
.variations_form .reset_variations {
  display: none !important;
}

.pd-variants {
  margin: 16px 0 24px;
}

.pd-variants__label {
  color: #8C8C8C;
  font-weight: 400;
  margin-bottom: 8px;
}

.pd-variants__btns {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.pd-variant-btn {
  padding: 0px 26px;
  height: 48px;
  border-radius: 8px;
  border: 1px solid #595959;
  background: transparent;
  color: #F5F5F5;
  cursor: pointer;
  font-weight: 700;
  transition: 0.15s ease;
  font-family: Sarala, sans-serif;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0;
}
.pd-variant-btn:hover {
  border-color: #A02669;
}
@media (max-width: 768px) {
  .pd-variant-btn {
    padding: 0px 16px;
    height: 40px;
  }
}

.pd-variant-btn.is-active {
  border-color: #A02669;
  color: #CB2B83;
}

/* Checkout page */
.checkout-layout {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}

@media (min-width: 992px) {
  .checkout-layout .customer-details {
    flex: 0 0 60%;
  }
  .checkout-layout .order-review {
    flex: 0 0 40%;
  }
}
.woocommerce-checkout-review-order {
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 12px;
  padding: 1rem;
  background: #fff;
}

.woocommerce-form-coupon {
  margin-bottom: 1rem;
}

.place-order .button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 0.625rem 1rem;
  border-radius: 12px;
  text-decoration: none;
  border: 1px solid transparent;
  cursor: pointer;
  font-weight: 600;
  line-height: 1.2;
  background: #CB2B83;
  color: #fff;
}

.place-order .button:hover {
  filter: brightness(0.95);
}

.post-1070 {
  display: flex;
  flex-direction: column;
}
.post-1070 .entry-header {
  display: none;
}
.post-1070 .login-wrapper {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.post-1070 #customer_login .col-1 {
  display: block;
}
.post-1070 #customer_login .col-2 {
  display: none;
}
.post-1070 #customer_login.isRegister .col-2 {
  display: block;
}
.post-1070 #customer_login.isRegister .col-1 {
  display: none;
}
.post-1070 .customer-login-form {
  background: #000;
  padding: 16px;
  border-radius: 12px;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.08), 0 6px 20px 0.5px rgba(0, 0, 0, 0.12);
  width: 100%;
  max-width: 360px;
}
.post-1070 .customer-login-form .title {
  font-family: Sarpanch, sans-serif;
  font-size: 24px;
  line-height: 1.4;
  letter-spacing: 0.15px;
  color: #ffffff;
  font-weight: 600;
}
@media (min-width: 768px) {
  .post-1070 .customer-login-form .title {
    font-size: 28px;
    line-height: 40px;
  }
}
@media (min-width: 1536px) {
  .post-1070 .customer-login-form .title {
    font-size: 30px;
    line-height: 44px;
  }
}
.post-1070 .customer-login-form .description {
  font-family: Sarala, sans-serif;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.1px;
  color: #f5f5f5;
  margin-top: 4px;
  margin-bottom: 16px;
}
.post-1070 .customer-login-form .mt-2 {
  margin-top: 8px;
}
.post-1070 .customer-login-form .wcfmmp_become_vendor_link {
  display: none;
}
.post-1070 .customer-login-form .woocommerce-password-strength {
  font-family: Sarala, sans-serif;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.1px;
  text-align: left;
  margin-bottom: 8px;
}
.post-1070 .customer-login-form label {
  font-family: Sarala, sans-serif;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.1px;
  color: #f5f5f5;
  font-weight: 400;
  margin-bottom: 4px;
  display: none;
}
.post-1070 .customer-login-form input {
  background-color: #262626 !important;
  color: #f5f5f5 !important;
  margin-bottom: 12px;
  font-family: Sarala, sans-serif;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.1px;
}
.post-1070 .customer-login-form .show-password-input {
  display: none;
}
.post-1070 .customer-login-form .form-row {
  display: flex;
  flex-direction: column;
}
.post-1070 .customer-login-form .form-row button {
  border-radius: 8px;
  background: #cb2b83;
  color: #000;
  transition: 0.3s all ease-in-out;
}
.post-1070 .customer-login-form .woocommerce-form-login__rememberme span {
  font-family: Sarala, sans-serif;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.1px;
}
.post-1070 .customer-login-form .woocommerce-LostPassword.lost_password {
  font-family: Sarala, sans-serif;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.1px;
  color: #f5f5f5;
  text-align: right;
  font-weight: 700;
  margin-bottom: 20px;
}
.post-1070 .customer-login-form .woocommerce-LostPassword.lost_password > a:hover {
  color: #8c8c8c;
}
.post-1070 .customer-login-form .bottom-content {
  margin-top: 20px;
  display: flex;
  align-items: baseline;
  gap: 8px;
}
.post-1070 .customer-login-form .bottom-content span {
  font-family: Sarala, sans-serif;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.1px;
  color: #f5f5f5;
}
.post-1070 .customer-login-form .bottom-content .ghost-primary-btn {
  font-family: Sarala, sans-serif;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.1px;
  font-weight: 700;
}
.post-1070 .customer-login-form .bottom-content input:-internal-autofill-selected {
  background-color: #262626;
  color: #f5f5f5;
}
.post-1070 .customer-login-form .woocommerce-ResetPassword.lost_reset_password > p:first-of-type {
  font-family: Sarala, sans-serif;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.1px;
  margin-bottom: 12px;
}
.post-1070 .woocommerce-ResetPassword.lost_reset_password {
  background: #000;
  padding: 16px;
  border-radius: 12px;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.08), 0 6px 20px 0.5px rgba(0, 0, 0, 0.12);
  width: 100%;
  max-width: 360px;
  margin: 0 auto;
}
.post-1070 .woocommerce-ResetPassword.lost_reset_password h2 {
  font-family: Sarpanch, sans-serif;
  font-size: 24px;
  line-height: 1.4;
  letter-spacing: 0.15px;
  color: #ffffff;
  font-weight: 600;
}
@media (min-width: 768px) {
  .post-1070 .woocommerce-ResetPassword.lost_reset_password h2 {
    font-size: 28px;
    line-height: 40px;
  }
}
@media (min-width: 1536px) {
  .post-1070 .woocommerce-ResetPassword.lost_reset_password h2 {
    font-size: 30px;
    line-height: 44px;
  }
}
.post-1070 .woocommerce-ResetPassword.lost_reset_password p.description {
  font-family: Sarala, sans-serif;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.1px;
  color: #f5f5f5;
  margin-top: 4px;
  margin-bottom: 16px;
}
.post-1070 .woocommerce-ResetPassword.lost_reset_password input {
  background-color: #262626 !important;
  color: #f5f5f5 !important;
  margin-bottom: 12px;
  font-family: Sarala, sans-serif;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.1px;
}
.post-1070 .woocommerce-ResetPassword.lost_reset_password .form-row button {
  border-radius: 8px;
  background: #cb2b83;
  color: #000;
  transition: 0.3s all ease-in-out;
  width: 100%;
}

#post-1073 .entry-header {
  display: none;
}
#post-1073 .woocommerce-notices-wrapper {
  display: none;
}
#post-1073 .empty-cart-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 16px;
  padding: 60px 16px;
  height: 100%;
}
#post-1073 .empty-cart-container .cart-empty {
  color: #8c8c8c;
  padding: 0;
  background-color: transparent;
  font-family: Sarala, sans-serif;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.1px;
  text-transform: uppercase;
  padding-bottom: 0;
}
#post-1073 .empty-cart-container a {
  display: block;
}

.cart-page > h1 {
  margin-bottom: 16px;
}
@media (max-width: 768px) {
  .cart-page > h1 {
    font-family: Sarpanch, sans-serif;
    font-size: 24px;
    line-height: 1.4;
    letter-spacing: 0.15px;
  }
}
@media (max-width: 768px) and (min-width: 768px) {
  .cart-page > h1 {
    font-size: 28px;
    line-height: 40px;
  }
}
@media (max-width: 768px) and (min-width: 1536px) {
  .cart-page > h1 {
    font-size: 30px;
    line-height: 44px;
  }
}
.cart-page .pc-checkout__left {
  height: auto;
}
.cart-page .cart-items {
  display: flex;
  flex-direction: column;
}
.cart-page .cart-items .cart-info {
  display: flex;
  justify-content: space-between;
  gap: 16px;
}
.cart-page .cart-items .cart-item {
  display: flex;
  gap: 8px;
  margin-bottom: 8px;
  border-bottom: 1px solid #434343;
  padding-bottom: 8px;
}
.cart-page .cart-items .cart-item:last-of-type {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
.cart-page .cart-items .cart-thumb img {
  width: 100px;
  height: 133px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
}
.cart-page .cart-items .cart-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.cart-page .cart-items .cart-title {
  color: #f5f5f5;
  font-weight: bold;
  text-decoration: none;
}
.cart-page .cart-items .cart-title:hover,
.cart-page .cart-items .cart-title:focus {
  color: #f5f5f5;
}
.cart-page .cart-items .cart-price {
  display: flex;
  flex-direction: column;
  color: #f5f5f5;
  font-weight: 700;
  font-size: 16px;
}
.cart-page .cart-items .cart-price:has(.cart-price-old) > span:first-of-type {
  color: #cb2b83;
}
.cart-page .cart-items .cart-price-old {
  text-decoration: line-through;
  color: #8c8c8c;
  font-weight: 700;
  font-size: 14px;
}
.cart-page .cart-items .cart-qty {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-top: 8px;
}
.cart-page .cart-items .cart-remove {
  font-size: 14px;
  color: #8c8c8c;
  text-decoration: underline;
}
.cart-page .cart-items .cart-remove:hover {
  color: #acacac;
}
.cart-page .cart-items .cart-quantity {
  display: flex;
  align-items: center;
  gap: 4px;
}
.cart-page .cart-items .cart-quantity button {
  background: none;
  border: none;
  width: 20px;
  height: 20px;
  padding: 0;
  color: #2b4acb;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
@media (max-width: 768px) {
  .cart-page .cart-items .cart-quantity button {
    width: 32px;
    height: 32px;
    font-size: 24px;
  }
}
.cart-page .cart-items .cart-quantity button svg {
  width: 16px;
  height: 16px;
}
.cart-page .cart-items .cart-quantity button:hover,
.cart-page .cart-items .cart-quantity button:focus {
  background-color: rgba(43, 75, 203, 0.1529411765);
}
.cart-page .cart-subtotal td {
  color: #f5f5f5;
}
.cart-page .cart-discount td {
  color: #cb2b83;
}
.cart-page .shop_table td,
.cart-page .shop_table th {
  font-family: Sarala, sans-serif;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.1px;
}
@media (max-width: 768px) {
  .cart-page .shop_table td,
  .cart-page .shop_table th {
    font-family: Sarala, sans-serif;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 0;
  }
}
.cart-page .btn-purchase {
  margin-top: 20px;
}
@media (max-width: 768px) {
  .cart-page .qty-value {
    font-size: 16px;
    line-height: 1.1;
  }
}

.not-found {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 12px;
  height: 100%;
  padding: 0 16px;
  margin-top: auto;
  margin-bottom: auto;
}
.not-found h1 {
  text-align: center;
}
.not-found a {
  display: inline-block;
}

.pc-thankyou-page .woocommerce-order-details, .pc-thankyou-page .woocommerce-customer-details {
  display: none;
}
.pc-thankyou-page > p {
  display: none;
}
.pc-thankyou-page .woocommerce-notice {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 16px 16px 0;
  height: 100%;
}
.pc-thankyou-page .woocommerce-notice i svg {
  width: 80px;
  height: 80px;
}
.pc-thankyou-page .woocommerce-notice p:first-of-type {
  margin-top: 16px;
  font-family: Sarpanch, sans-serif;
  font-size: 30px;
  line-height: 1.4;
  letter-spacing: 0.2px;
  font-weight: 600;
  color: #f5f5f5;
}
@media (min-width: 768px) {
  .pc-thankyou-page .woocommerce-notice p:first-of-type {
    font-size: 32px;
    line-height: 48px;
  }
}
@media (min-width: 1536px) {
  .pc-thankyou-page .woocommerce-notice p:first-of-type {
    font-size: 36px;
    line-height: 52px;
  }
}
.pc-thankyou-page .woocommerce-notice p:last-of-type {
  font-family: Sarala, sans-serif;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.1px;
  color: #8C8C8C;
  margin-bottom: 16px;
}

.pc-account .pc-account__inner {
  display: flex;
  padding: 0 16px;
}

.pc-account .dashboard nav {
  margin-top: 16px;
}
.pc-account .dashboard ul {
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.pc-account .dashboard li {
  height: 32px;
  display: flex;
  align-items: center;
}
.pc-account .dashboard a, .pc-account .dashboard button {
  padding: 0;
  color: #D9D9D9;
  background-color: transparent;
  border: none;
  cursor: pointer;
  transition: color 0.3s ease-in-out;
}
.pc-account .dashboard a:hover, .pc-account .dashboard a:focus, .pc-account .dashboard button:hover, .pc-account .dashboard button:focus {
  color: #a1a1a1;
}

.pc-empty {
  margin-top: 24px;
}
.pc-empty .pc-btn {
  margin-top: 8px;
  display: inline-block;
}

.pc-orders {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.pc-orders .pc-orders__title {
  font-family: Sarpanch, sans-serif;
  font-size: 30px;
  line-height: 1.4;
  letter-spacing: 0.2px;
  margin-top: 0 !important;
  margin-bottom: 16px;
}
@media (min-width: 768px) {
  .pc-orders .pc-orders__title {
    font-size: 32px;
    line-height: 48px;
  }
}
@media (min-width: 1536px) {
  .pc-orders .pc-orders__title {
    font-size: 36px;
    line-height: 52px;
  }
}
@media (max-width: 768px) {
  .pc-orders .pc-orders__title {
    font-family: Sarpanch, sans-serif;
    font-size: 24px;
    line-height: 1.4;
    letter-spacing: 0.15px;
  }
}
@media (max-width: 768px) and (min-width: 768px) {
  .pc-orders .pc-orders__title {
    font-size: 28px;
    line-height: 40px;
  }
}
@media (max-width: 768px) and (min-width: 1536px) {
  .pc-orders .pc-orders__title {
    font-size: 30px;
    line-height: 44px;
  }
}
.pc-orders .pc-order {
  border-radius: 12px;
  background: #000;
  padding: 16px;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.08), 0 6px 20px 0.5px rgba(0, 0, 0, 0.12);
}
.pc-orders .pc-order .pc-order__header {
  margin-bottom: 36px;
}
.pc-orders .pc-order .hide {
  display: none;
}
.pc-orders .pc-order .pc-order__meta {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 348px) {
  .pc-orders .pc-order .pc-order__meta {
    flex-direction: column;
  }
}
.pc-orders .pc-order .pc-order-status {
  font-family: Sarala, sans-serif;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.1px;
  color: #8c8c8c;
}
.pc-orders .pc-order .pc-order-status.Pending-payment, .pc-orders .pc-order .pc-order-status.Processing, .pc-orders .pc-order .pc-order-status.On-hold {
  color: #aa6215;
}
.pc-orders .pc-order .pc-order-status.Cancelled, .pc-orders .pc-order .pc-order-status.Refunded, .pc-orders .pc-order .pc-order-status.Failed {
  color: #791a1f;
}
.pc-orders .pc-order .pc-order-status.Completed {
  color: #306317;
}
.pc-orders .pc-order .pc-order__title,
.pc-orders .pc-order .pc-order__date {
  font-family: Sarpanch, sans-serif;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0;
  font-weight: 500;
}
@media (min-width: 1536px) {
  .pc-orders .pc-order .pc-order__title,
  .pc-orders .pc-order .pc-order__date {
    font-size: 20px;
    line-height: 32px;
  }
}
.pc-orders .pc-order .pc-order__price {
  margin-top: 8px;
  font-family: Sarpanch, sans-serif;
  font-size: 24px;
  line-height: 1.4;
  letter-spacing: 0.15px;
  font-weight: 600;
}
@media (min-width: 768px) {
  .pc-orders .pc-order .pc-order__price {
    font-size: 28px;
    line-height: 40px;
  }
}
@media (min-width: 1536px) {
  .pc-orders .pc-order .pc-order__price {
    font-size: 30px;
    line-height: 44px;
  }
}
.pc-orders .pc-order .pc-order__price .pc-order_num {
  color: #8c8c8c;
}
.pc-orders .pc-order .pc-items {
  padding: 0;
  margin-bottom: 32px;
}
.pc-orders .pc-order .pc-item {
  display: flex;
  gap: 8px;
  margin-bottom: 16px;
  border-bottom: 1px solid #434343;
  padding-bottom: 16px;
}
@media (max-width: 756px) {
  .pc-orders .pc-order .pc-item {
    flex-direction: column;
  }
}
.pc-orders .pc-order .pc-item__info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
}
@media (max-width: 756px) {
  .pc-orders .pc-order .pc-item__info {
    align-items: flex-start;
    flex-direction: column;
  }
}
.pc-orders .pc-order .pc-item:last-of-type {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
.pc-orders .pc-order .pc-item__thumb img {
  width: 360px;
  height: 240px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
  position: relative;
}
@media (max-width: 756px) {
  .pc-orders .pc-order .pc-item__thumb img {
    width: 240px;
    height: 160px;
  }
}
.pc-orders .pc-order .pc-item__title {
  font-family: Sarala, sans-serif;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.1px;
  font-weight: 700;
  color: #f5f5f5;
}
@media (max-width: 768px) {
  .pc-orders .pc-order .pc-item__title {
    font-family: Sarala, sans-serif;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 0;
  }
}
.pc-orders .pc-order .pc-item__meta {
  font-family: Sarala, sans-serif;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.2px;
  font-weight: 500;
  display: flex;
  flex-direction: column;
  padding: 0;
  margin-top: 8px;
}
@media (max-width: 768px) {
  .pc-orders .pc-order .pc-item__meta {
    font-family: Sarala, sans-serif;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.1px;
  }
}
.pc-orders .pc-order .pc-item__meta .pc-item__copy {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 360px;
  width: 100%;
  background-color: #434343;
  padding: 0 12px;
  border-radius: 8px;
  margin-bottom: 8px;
}
.pc-orders .pc-order .pc-item__meta .pc-item__copy > div {
  display: flex;
  flex-direction: column;
}
.pc-orders .pc-order .pc-item__meta .pc-item__copy > div .item-label {
  font-family: Sarala, sans-serif;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.2px;
  color: #8c8c8c;
}
@media (max-width: 768px) {
  .pc-orders .pc-order .pc-item__meta .pc-item__copy > div .item-label {
    font-family: Sarala, sans-serif;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.1px;
  }
}
.pc-orders .pc-order .pc-item__meta .pc-item__copy > div .text-to-copy {
  font-family: Sarala, sans-serif;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.1px;
  color: #f5f5f5;
}
@media (max-width: 768px) {
  .pc-orders .pc-order .pc-item__meta .pc-item__copy > div .text-to-copy {
    font-family: Sarala, sans-serif;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.1px;
  }
}
.pc-orders .pc-order .pc-item__meta .pc-item__copy button.copy-btn {
  background-color: transparent;
  border-radius: 2px;
  padding: 2px;
  border: none;
  outline: none;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.pc-orders .pc-order .pc-item__meta .pc-item__copy button.copy-btn svg {
  width: 16px;
  height: 16px;
}
.pc-orders .pc-order .pc-item__meta .pc-item__copy button.copy-btn:hover, .pc-orders .pc-order .pc-item__meta .pc-item__copy button.copy-btn:focus {
  background-color: #8c8c8c;
}
.pc-orders .pc-order .pc-item__meta table {
  margin-top: 4px;
  max-width: 360px;
}
.pc-orders .pc-order .pc-item__meta table tr:first-of-type td {
  border-top: 1px solid #434343;
}
.pc-orders .pc-order .pc-item__meta table td {
  padding: 4px 0;
  border-bottom: 1px solid #434343;
}
.pc-orders .pc-order .pc-item__meta table td:first-of-type {
  color: #8c8c8c;
  padding-right: 16px;
}
.pc-orders .pc-order .pc-item__meta li span {
  color: #8c8c8c;
}
.pc-orders .pc-order .pc-item__main {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.pc-orders .pc-order .pc-item__price {
  display: flex;
  flex-direction: column;
  color: #f5f5f5;
  font-weight: 700;
  font-size: 16px;
}
@media (max-width: 768px) {
  .pc-orders .pc-order .pc-item__price {
    font-family: Sarala, sans-serif;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 0;
  }
}
.pc-orders .pc-order .pc-item__price:has(.pc-item__price-old) > span:first-of-type {
  color: #cb2b83;
}
.pc-orders .pc-order .pc-item__price-old {
  text-decoration: line-through;
  color: #8c8c8c;
  font-weight: 700;
  font-size: 14px;
}
@media (max-width: 420px) {
  .pc-orders .pc-order .pc-item {
    flex-direction: column;
    gap: 16px;
  }
}
.pc-orders .pc-order__footer {
  border-top: 1px solid #434343;
  padding-top: 18px;
  display: flex;
  justify-content: center;
}
.pc-orders .pc-order__footer .pc-order__toggle {
  display: flex;
  background: transparent;
  border: none;
  box-shadow: none;
  cursor: pointer;
  color: #f5f5f5;
  gap: 4px;
  padding: 4px 8px;
  border-radius: 4px;
  transition: 0.3s all ease-in-out;
}
.pc-orders .pc-order__footer .pc-order__toggle:hover, .pc-orders .pc-order__footer .pc-order__toggle:focus {
  background-color: #434343;
}
.pc-orders .pc-order__footer .pc-order__toggle span {
  font-family: Sarala, sans-serif;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.2px;
  font-weight: 700;
}
.pc-orders .pc-order__footer .pc-order__toggle[aria-expanded=true] .pc-order__toggle-less {
  display: inline-block;
}
.pc-orders .pc-order__footer .pc-order__toggle[aria-expanded=true] .pc-order__toggle-more {
  display: none;
}
.pc-orders .pc-order__footer .pc-order__toggle[aria-expanded=true] svg {
  transform: rotate(180deg);
}
.pc-orders .pc-order__footer .pc-order__toggle[aria-expanded=false] svg {
  transform: rotate(0);
}
.pc-orders .pc-order__footer .pc-order__toggle[aria-expanded=false] .pc-order__toggle-less {
  display: none;
}
.pc-orders .pc-order__footer .pc-order__toggle[aria-expanded=false] .pc-order__toggle-more {
  display: inline-block;
}

.feed-container {
  position: relative;
  height: 800px;
  overflow: scroll;
  padding: 0;
}
.feed-container table {
  min-width: 800px;
}
.feed-container tbody {
  position: relative;
}
.feed-container th {
  font-family: Sarala, sans-serif;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.2px;
  text-transform: uppercase;
  color: #8c8c8c;
}

.feed-item {
  width: 100%;
  padding: 8px;
  border-radius: 12px;
  margin: 2px 0;
  transform: translateY(0);
  transition: transform 0.5s ease-out;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.08), 0 6px 20px 0.5px rgba(0, 0, 0, 0.12);
}
.feed-item div {
  flex: 1;
}
.feed-item td {
  background: #000000;
}
.feed-item.new td {
  background: #262626;
}
.feed-item .prod {
  border-top-left-radius: 12px;
  border-bottom-left-radius: 12px;
}
.feed-item .prod div {
  display: flex;
  align-items: center;
}
.feed-item .prod img {
  width: 30px;
  height: 40px;
  border-radius: 8px;
  margin-right: 8px;
}
.feed-item .prod p {
  font-family: Sarala, sans-serif;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.1px;
  max-width: 200px;
  font-weight: 700;
}
.feed-item td {
  font-family: Sarala, sans-serif;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.1px;
}
.feed-item .feed-timestamp {
  color: #8c8c8c;
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
}

/* Vendors */
/* Woo buttons (duplicate of .btn) */
.woocommerce a.button, .woocommerce button.button, .woocommerce input.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 0.625rem 1rem;
  border-radius: 12px;
  text-decoration: none;
  border: 1px solid transparent;
  cursor: pointer;
  font-weight: 600;
  line-height: 1.2;
  background: #CB2B83;
  color: #fff;
}

.woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover {
  filter: brightness(0.95);
}

/* Woo notices (duplicate of .alert) */
.woocommerce-message, .woocommerce-info, .woocommerce-error {
  padding: 0.75rem 1rem;
  border-radius: 12px;
  background: rgba(0, 0, 0, 0.04);
}

/* Utilities */
/* Spacing utilities */
.m-0 {
  margin: 0 !important;
}

.p-0 {
  padding: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.m-4 {
  margin: 1.25rem !important;
}

.p-4 {
  padding: 1.25rem !important;
}

.m-5 {
  margin: 1.5rem !important;
}

.p-5 {
  padding: 1.5rem !important;
}

.m-6 {
  margin: 2rem !important;
}

.p-6 {
  padding: 2rem !important;
}

.m-7 {
  margin: 2.5rem !important;
}

.p-7 {
  padding: 2.5rem !important;
}

.m-8 {
  margin: 3rem !important;
}

.p-8 {
  padding: 3rem !important;
}

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

.z-overlay {
  z-index: 20;
}

.z-offcanvas {
  z-index: 900;
}

.z-modal {
  z-index: 1000;
}

.shadow {
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.08);
}

.shadow-sm {
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}

.shadow-lg {
  box-shadow: 0 20px 25px rgba(0, 0, 0, 0.12);
}

/* Offcanvas body wrapper already exists in your theme */
/* Items */
/* Footer */
/* Empty state */
/* Optional: make offcanvas narrower on mobile */
.offcanvas__body .widget_shopping_cart_content {
  padding: 12px;
}

.mc-items {
  list-style: none;
  margin: 0;
  padding: 0;
  max-height: 60vh;
  overflow: auto;
}

.mc-item {
  display: grid;
  grid-template-columns: 72px 1fr;
  gap: 12px;
  align-items: start;
  padding: 10px 0;
  border-bottom: 1px solid #eee;
  position: relative;
}

.mc-thumb img {
  display: block;
  width: 72px;
  height: auto;
  border-radius: 6px;
}

.mc-body {
  display: grid;
  gap: 6px;
}

.mc-title {
  font-weight: 600;
  text-decoration: none;
  color: inherit;
}

.mc-meta {
  display: flex;
  gap: 10px;
  font-size: 14px;
  color: #777;
}

.mc-remove {
  position: absolute;
  top: 10px;
  right: 0;
  text-decoration: none;
  font-size: 18px;
  line-height: 1;
  opacity: 0.6;
}
.mc-remove:hover {
  opacity: 1;
}

.mc-footer {
  padding-top: 12px;
}

.mc-subtotal {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 12px 0 16px;
  font-size: 16px;
}

.mc-actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

.mc-btn {
  display: inline-block;
  text-align: center;
  padding: 10px 14px;
  border-radius: 8px;
  text-decoration: none;
}
.mc-btn:hover {
  filter: brightness(0.96);
}

.mc-btn--primary {
  background: #5865F2;
  color: #fff;
}

.mc-btn--ghost {
  background: #f1f1f3;
  color: #333;
}

.mc-empty {
  text-align: center;
  padding: 24px 8px;
}
.mc-empty .mc-btn {
  margin-top: 10px;
}

@media (max-width: 480px) {
  .mc-item {
    grid-template-columns: 60px 1fr;
  }
  .mc-thumb img {
    width: 60px;
  }
}
.pc-card__price.small-card {
  flex-direction: row !important;
}/*# sourceMappingURL=main.css.map */