.elementor-331606 .elementor-element.elementor-element-b774dcd{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-331606 .elementor-element.elementor-element-eda77a9{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-331606 .elementor-element.elementor-element-0daf65d{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-331606 .elementor-element.elementor-element-0daf65d.e-con{--flex-grow:0;--flex-shrink:0;}.elementor-331606 .elementor-element.elementor-element-d2afd54{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-331606 .elementor-element.elementor-element-e0c97a5{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-331606 .elementor-element.elementor-element-348cb50{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-331606 .elementor-element.elementor-element-7c03e5e{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-331606 .elementor-element.elementor-element-35c637b{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}@media(max-width:767px){.elementor-331606 .elementor-element.elementor-element-0daf65d{--width:431px;}}/* Start custom CSS for html, class: .elementor-element-2e0eae9 */:root {
  --pm-white: #FFFFFF;
  --pm-yellow: #F7AA00;
  --pm-black: #000000;
  --pm-muted: rgba(255, 255, 255, 0.70);
  --pm-border: rgba(247, 170, 0, 0.34);
  --pm-soft-border: rgba(255, 255, 255, 0.14);
  --pm-radius-lg: 26px;
  --pm-radius-md: 18px;
  --pm-radius-sm: 12px;
  --pm-shadow: 0 24px 70px rgba(0, 0, 0, 0.45);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body,
body.is-scrolling,
.pm-scroll-section,
.pm-scroll-section.is-scrolling {
  margin: 0;
  background: var(--pm-black);
  color: var(--pm-white) !important;
  font-family: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  transition: none !important;
}

.pm-offer-marquee {
  width: 100%;
  overflow: hidden;
  padding: 5px 0;
  border-top: 1px solid #f7aa00;
  border-bottom: 1px solid #f7aa00;
  background: #f7aa00;
  color: #000000;
  font-family: "Inter", Arial, sans-serif;
}

.pm-offer-marquee__track {
  width: max-content;
  display: flex;
  animation: pm-offer-scroll 20s linear infinite;
  will-change: transform;
}

.pm-offer-marquee__content {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  gap: 32px;
  padding-right: 32px;
  white-space: nowrap;
}

.pm-offer-marquee__content span {
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.pm-offer-marquee__content b {
  color: #200102;
  font-size: 16px;
  font-weight: 900;
  letter-spacing: 0.04em;
}

.pm-offer-marquee__content i {
  color: #200102;
  font-size: 17px;
  font-style: normal;
}

.pm-offer-marquee:hover .pm-offer-marquee__track {
  animation-play-state: paused;
}

@keyframes pm-offer-scroll {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-50%);
  }
}

@media (max-width: 650px) {
  .pm-offer-marquee {
    padding: 9px 0;
  }

  .pm-offer-marquee__track {
    animation-duration: 14s;
  }

  .pm-offer-marquee__content {
    gap: 22px;
    padding-right: 22px;
  }

  .pm-offer-marquee__content span {
    font-size: 11px;
  }

  .pm-offer-marquee__content b {
    font-size: 14px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .pm-offer-marquee__track {
    animation-play-state: paused;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-0341728 */.pm-logo-section {
  width: 100%;
  padding: 20px 15px !important;
  overflow: hidden;
  background: #000000;
}

.pm-logo-section__inner {
  width: 100%;
  min-height: 90px;
  margin: 0 auto;
  display: flex !important;
  align-items: center;
  justify-content: center;
}

.pm-logo-section img.pm-logo-section__image {
  width: 100px !important;
  max-width: 100px !important;
  height: auto !important;
  max-height: 100px !important;
  margin: 0 auto !important;
  display: block !important;
  object-fit: contain !important;
}

/* Mobile */
@media (max-width: 650px) {
  .pm-logo-section {
    padding: 0px 10px !important;
  }

  .pm-logo-section__inner {
    min-height: 70px;
  }

  .pm-logo-section img.pm-logo-section__image {
    width: 60px !important;
    max-width: 60px !important;
    max-height: 75px !important;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-7237f3c *//* Remove browser/Elementor click color effect */
.pm-landing-page a,
.pm-landing-page button,
.pm-landing-page input[type="button"],
.pm-landing-page input[type="submit"],
.pm-landing-page .elementor-button {
  -webkit-tap-highlight-color: transparent;
}

/* Remove mouse-click outline and shadow */
.pm-landing-page a:focus:not(:focus-visible),
.pm-landing-page button:focus:not(:focus-visible),
.pm-landing-page input:focus:not(:focus-visible),
.pm-landing-page .elementor-button:focus:not(:focus-visible) {
  outline: none !important;
  box-shadow: none !important;
}

/* Prevent Elementor from changing button color after click */
.pm-landing-page button:active,
.pm-landing-page button:focus,
.pm-landing-page .elementor-button:active,
.pm-landing-page .elementor-button:focus,
.pm-landing-page .sr-buy-now:active,
.pm-landing-page .sr-buy-now:focus {
  outline: none !important;
  box-shadow: none !important;
}

/* Keep Shiprocket Buy Now button colors unchanged */
.pm-landing-page .pm-fixed-buy-btn,
.pm-landing-page .pm-fixed-buy-btn:visited,
.pm-landing-page .pm-fixed-buy-btn:focus,
.pm-landing-page .pm-fixed-buy-btn:active {
  background: #f7aa00 !important;
  color: #000000 !important;
  border-color: #f7aa00 !important;
}

/* Keep normal links from turning blue or purple */
.pm-landing-page a:visited {
  color: inherit;
}

/* Accessible keyboard focus */
.pm-landing-page a:focus-visible,
.pm-landing-page button:focus-visible,
.pm-landing-page .elementor-button:focus-visible {
  outline: 2px solid #f7aa00 !important;
  outline-offset: 3px;
}




.pm-landing-page .pm-fixed-buy-btn,
.pm-landing-page .pm-fixed-buy-btn:hover,
.pm-landing-page .pm-fixed-buy-btn:focus,
.pm-landing-page .pm-fixed-buy-btn:active {
  background: #f7aa00 !important;
  color: #000000 !important;
  border-color: #f7aa00 !important;
}

/* Thumbnail normal state */
button.pm-thumb {
  background: #000000 !important;
  color: #ffffff !important;
  border: 1px solid rgba(255, 255, 255, 0.35) !important;
  outline: none !important;
  box-shadow: none !important;
  -webkit-tap-highlight-color: transparent;
}

/* Hover, focus and click state */
button.pm-thumb:hover,
button.pm-thumb:focus,
button.pm-thumb:active {
  background: #000000 !important;
  color: #ffffff !important;
  border-color: #ffffff !important;
  outline: none !important;
  box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.22) !important;
}

/* Selected thumbnail */
button.pm-thumb.is-active,
button.pm-thumb.is-active:hover,
button.pm-thumb.is-active:focus,
button.pm-thumb.is-active:active {
  background: #000000 !important;
  color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.30) !important;
}

/* Prevent image opacity/filter changes */
button.pm-thumb:hover img,
button.pm-thumb:focus img,
button.pm-thumb:active img,
button.pm-thumb.is-active img {
  opacity: 1 !important;
  filter: none !important;
}

.pm-gallery__zoom:hover,
.pm-gallery__zoom:focus,
.pm-gallery__zoom:active {
  background: #ffffff !important;
  color: #000000 !important;
  border-color: #ffffff !important;
  outline: none !important;
  box-shadow: none !important;
}

.pm-gallery__zoom:hover svg,
.pm-gallery__zoom:focus svg,
.pm-gallery__zoom:active svg {
  stroke: #000000 !important;
}

button {
  cursor: pointer;
}

img {
  max-width: 100%;
  display: block;
}

.pm-product {
  position: relative;
  overflow: hidden;
  padding: clamp(52px, 7vw, 100px) 20px;
  background: var(--pm-black);
  isolation: isolate;
  padding-top: 0px;
}

.pm-product::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  opacity: 0.20;
  background-image: linear-gradient(rgba(255, 255, 255, .035) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, .035) 1px, transparent 1px);
  background-size: 48px 48px;
  mask-image: linear-gradient(to bottom, transparent, black 18%, black 82%, transparent);
}

.pm-product__shell {
  width: min(1240px, 100%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(420px, 0.98fr);
  gap: clamp(34px, 5vw, 76px);
  align-items: start;
}

.pm-gallery {
  min-width: 0;
}

.pm-gallery__stage {
  position: relative;
  min-height: 650px;
  overflow: hidden;
  display: grid;
  place-items: center;
  border: 1px solid var(--pm-border);
  border-radius: var(--pm-radius-lg);
  background: var(--pm-black);
  box-shadow: var(--pm-shadow);
}

.pm-gallery__stage::after {
  content: "";
  position: absolute;
  width: 62%;
  height: 42px;
  left: 19%;
  bottom: 7%;
  border-radius: 50%;
  background: rgba(0, 0, 0, .56);
  filter: blur(22px);
}

.pm-gallery__main-image {
  position: relative;
  z-index: 1;
  width: min(88%, 570px);
  max-height: 610px;
  object-fit: contain;
  filter: drop-shadow(0 18px 30px rgba(0, 0, 0, .48));
  transition: opacity .18s ease, transform .28s ease;
}

.pm-gallery__main-image.is-changing {
  opacity: 0;
  transform: scale(.985);
}

.pm-gallery__badge {
  position: absolute;
  z-index: 2;
  top: 20px;
  left: 20px;
  padding: 9px 13px;
  border: 1px solid rgba(247, 170, 0, .58);
  border-radius: 999px;
  color: var(--pm-black);
  background: var(--pm-yellow);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .08em;
}

.pm-gallery__zoom {
  position: absolute;
  z-index: 3;
  top: 18px;
  right: 18px;
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  border: 1px solid var(--pm-soft-border);
  border-radius: 50%;
  color: var(--pm-white);
  background: rgba(0, 0, 0, .42);
  backdrop-filter: blur(8px);
  transition: .2s ease;
}

.pm-gallery__zoom:hover {
  color: var(--pm-black);
  background: var(--pm-yellow);
  border-color: var(--pm-yellow);
}

.pm-gallery__zoom svg {
  width: 21px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
}

.pm-gallery__thumbs {
  margin-top: 16px;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 12px;
}

.pm-thumb {
  min-width: 0;
  height: 104px;
  padding: 6px;
  overflow: hidden;
  border: 1px solid var(--pm-soft-border);
  border-radius: 14px;
  background: #0c0505;
  transition: border-color .2s ease, transform .2s ease, box-shadow .2s ease;
}

.pm-thumb:hover {
  transform: translateY(-2px);
  border-color: rgba(247, 170, 0, .62);
}

.pm-thumb.is-active {
  border-color: var(--pm-yellow);
  box-shadow: 0 0 0 2px rgba(247, 170, 0, .18);
}

.pm-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 9px;
}

.pm-details {
  padding-top: 6px;
}

.pm-kickers {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 18px;
}

.pm-kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 34px;
  padding: 7px 12px;
  border: 1px solid var(--pm-border);
  border-radius: 999px;
  color: var(--pm-yellow);
  background: var(--pm-black);
  font-size: 12px;
  font-weight: 700;
}

.pm-kicker__dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--pm-yellow);
  box-shadow: 0 0 0 5px var(--pm-black);
}

.pm-details__eyebrow {
  margin: 0 0 10px;
  color: var(--pm-yellow);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .14em;
}

.pm-details__title {
  margin: 0;
  font-family: "Manrope", "Inter", sans-serif;
  font-size: clamp(38px, 5vw, 66px);
  line-height: .98;
  letter-spacing: -.048em;
}

.pm-details__title span {
  display: block;
  margin-top: 12px;
  color: var(--pm-yellow);
  font-size: .62em;
  line-height: 1.08;
  letter-spacing: -.035em;
}

.pm-rating {
  margin-top: 20px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  font-size: 14px;
}

.pm-rating__stars {
  color: var(--pm-yellow);
  letter-spacing: 2px;
}

.pm-rating a {
  color: var(--pm-muted);
  text-underline-offset: 3px;
}

.pm-details__summary {
  max-width: 620px;
  margin: 20px 0 0;
  color: var(--pm-muted);
  font-size: 16px;
  line-height: 1.75;
}

.pm-offer {
  margin-top: 24px;
  display: flex;
  gap: 14px;
  align-items: center;
  padding: 16px;
  border: 1px solid var(--pm-yellow);
  border-radius: var(--pm-radius-md);
  background: var(--pm-black);
}

.pm-offer__icon {
  flex: 0 0 auto;
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: var(--pm-black);
  background: var(--pm-yellow);
  font-size: 22px;
  font-weight: 800;
}

.pm-offer strong,
.pm-offer span {
  display: block;
}

.pm-offer span {
  margin-top: 4px;
  color: var(--pm-muted);
  font-size: 13px;
}

.pm-purchase {
  margin-top: 28px;
}

.pm-purchase__label {
  margin: 0 0 12px;
  font-size: 14px;
  font-weight: 700;
}

.pm-variant {
  position: relative;
  display: grid;
  grid-template-columns: auto 62px minmax(0, 1fr) auto;
  gap: 14px;
  align-items: center;
  padding: 15px;
  border: 1px solid var(--pm-soft-border);
  border-radius: var(--pm-radius-md);
  background: var(--pm-black);
  cursor: pointer;
  transition: .2s ease;
}

.pm-variant:hover,
.pm-variant.is-selected {
  border-color: var(--pm-yellow);
  background: var(--pm-black);
}

.pm-variant input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.pm-variant__check {
  width: 19px;
  height: 19px;
  border: 2px solid rgba(255, 255, 255, .42);
  border-radius: 50%;
  box-shadow: inset 0 0 0 4px transparent;
}

.pm-variant.is-selected .pm-variant__check {
  border-color: var(--pm-yellow);
  background: var(--pm-yellow);
  box-shadow: inset 0 0 0 4px var(--pm-maroon);
}

.pm-variant__media {
  width: 62px;
  height: 76px;
  overflow: hidden;
  border-radius: 10px;
  background: var(--pm-white);
}

.pm-variant__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.pm-variant__content strong,
.pm-variant__content span,
.pm-variant__content small,
.pm-variant__price strong,
.pm-variant__price del,
.pm-variant__price small {
  display: block;
}

.pm-variant__content strong {
  font-size: 17px;
}

.pm-variant__content span {
  margin-top: 3px;
  color: var(--pm-muted);
  font-size: 13px;
}

.pm-variant__content small {
  margin-top: 7px;
  color: var(--pm-yellow);
}

.pm-variant__price {
  text-align: right;
}

.pm-variant__price strong {
  color: var(--pm-yellow);
  font-size: 22px;
}

.pm-variant__price del {
  margin-top: 3px;
  color: var(--pm-muted);
  font-size: 13px;
}

.pm-variant__price small {
  margin-top: 5px;
  color: var(--pm-white);
  font-weight: 700;
}

.pm-stock {
  margin-top: 18px;
  display: flex;
  align-items: center;
  gap: 8px;
  color: var(--pm-muted);
  font-size: 14px;
}

.pm-stock strong {
  color: var(--pm-white);
}

.pm-stock__pulse {
  position: relative;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--pm-yellow);
}

.pm-stock__pulse::after {
  content: "";
  position: absolute;
  inset: -5px;
  border: 1px solid var(--pm-yellow);
  border-radius: inherit;
  animation: pm-pulse 1.8s infinite;
}



@keyframes pm-pulse {
  0% {
    transform: scale(.7);
    opacity: .85;
  }

  100% {
    transform: scale(1.55);
    opacity: 0;
  }
}

.pm-action-row {
  margin-top: 24px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
}

.wc-proceed-to-checkoutt {
  width: 100%;
}

.wc-proceed-to-checkoutt .shiprocket-headless {
  width: 100%;
}

/* Main checkout button */
.wc-proceed-to-checkoutt .pm-btn.pm-btn--buy {
  width: 100%;
  min-height: 54px;
  padding: 0 19px;

  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;

  border: 1px solid var(--pm-yellow);
  border-radius: 14px;

  color: var(--pm-black);
  background: var(--pm-yellow);

  box-shadow: 0 14px 30px rgba(247, 170, 0, 0.18);

  font-family: "Inter", Arial, sans-serif;
  font-size: 15px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0.025em;
  text-transform: uppercase;

  cursor: pointer;
  appearance: none;

  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease,
    background-color 0.2s ease,
    color 0.2s ease;
}

/* Remove styling added by the checkout plugin */
.wc-proceed-to-checkoutt .pm-btn.pm-btn--buy .b01 {
  margin: 0;
  padding: 0;
  color: inherit;
  background: transparent;
  font: inherit;
  line-height: inherit;
}

/* Arrow icon */
.wc-proceed-to-checkoutt .pm-btn.pm-btn--buy svg {
  width: 19px;
  height: 19px;
  flex: 0 0 auto;

  fill: none;
  stroke: currentColor;
  stroke-width: 2.3;
  stroke-linecap: round;
  stroke-linejoin: round;

  transition: transform 0.2s ease;
}

/* Hover */
.wc-proceed-to-checkoutt .pm-btn.pm-btn--buy:hover {
  color: var(--pm-yellow);
  background: var(--pm-maroon);
  box-shadow: 0 18px 38px rgba(247, 170, 0, 0.28);
  transform: translateY(-2px);
}

.wc-proceed-to-checkoutt .pm-btn.pm-btn--buy:hover svg {
  transform: translateX(4px);
}

/* Click */
.wc-proceed-to-checkoutt .pm-btn.pm-btn--buy:active {
  transform: translateY(0);
  box-shadow: 0 8px 20px rgba(247, 170, 0, 0.18);
}

/* Keyboard focus */
.wc-proceed-to-checkoutt .pm-btn.pm-btn--buy:focus-visible {
  outline: 3px solid rgba(247, 170, 0, 0.35);
  outline-offset: 3px;
}

/* Disabled or loading state */
.wc-proceed-to-checkoutt .pm-btn.pm-btn--buy:disabled {
  opacity: 0.6;
  cursor: not-allowed;
  transform: none;
}

@media (max-width: 650px) {
  .wc-proceed-to-checkoutt .pm-btn.pm-btn--buy {
    min-height: 52px;
    padding: 0 16px;
    border-radius: 12px;
    font-size: 14px;
  }
}

.pm-cart-message {
  min-height: 20px;
  margin: 10px 0 0;
  color: var(--pm-yellow);
  font-size: 13px;
  font-weight: 700;
}

.pm-checkout {
  margin-top: 20px;
  padding: 16px 0;
  border-top: 1px solid var(--pm-soft-border);
  border-bottom: 1px solid var(--pm-soft-border);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.pm-checkout>span {
  color: var(--pm-muted);
  font-size: 13px;
}

.pm-payment-badges {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 8px;
}

.pm-payment-badges b {
  padding: 7px 10px;
  border-radius: 8px;
  color: var(--pm-black);
  background: var(--pm-white);
  font-size: 11px;
}

.pm-trust-grid {
  margin-top: 20px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}

.pm-trust-item {
  min-width: 0;
  padding: 12px;
  display: flex;
  align-items: center;
  gap: 9px;
  border: 1px solid var(--pm-soft-border);
  border-radius: 13px;
  background: var(--pm-black);
}

.pm-trust-item>span {
  font-size: 20px;
}

.pm-trust-item strong,
.pm-trust-item small {
  display: block;
}

.pm-trust-item strong {
  font-size: 12px;
}

.pm-trust-item small {
  margin-top: 3px;
  color: var(--pm-muted);
  font-size: 10px;
}

.pm-disclaimer {
  margin: 18px 0 0;
  color: rgba(255, 255, 255, .50);
  font-size: 11px;
  line-height: 1.55;
}

.pm-lightbox {
  width: min(900px, calc(100% - 30px));
  padding: 0;
  overflow: visible;
  border: 1px solid var(--pm-border);
  border-radius: 18px;
  background: var(--pm-black);
  box-shadow: var(--pm-shadow);
}

.pm-lightbox::backdrop {
  background: rgba(0, 0, 0, .84);
  backdrop-filter: blur(7px);
}

.pm-lightbox img {
  width: 100%;
  max-height: 84vh;
  object-fit: contain;
  border-radius: 18px;
}

.pm-lightbox__close {
  position: absolute;
  top: -14px;
  right: -14px;
  z-index: 2;
  width: 42px;
  height: 42px;
  border: 1px solid var(--pm-yellow);
  border-radius: 50%;
  color: var(--pm-black);
  background: var(--pm-yellow);
  font-size: 26px;
  line-height: 1;
}

@media (max-width: 1000px) {
  .pm-product__shell {
    grid-template-columns: 1fr;
  }

  .pm-gallery__stage {
    min-height: 570px;
  }

  .pm-details {
    max-width: 760px;
  }
}

@media (max-width: 680px) {
  .pm-product {
    padding-inline: 14px;
  }

  .pm-gallery__stage {
    min-height: 470px;
    border-radius: 20px;
  }

  .pm-gallery__main-image {
    width: 94%;
    max-height: 440px;
  }

  .pm-gallery__thumbs {
    gap: 8px;
    overflow-x: auto;
    grid-template-columns: repeat(5, 84px);
    padding-bottom: 6px;
  }

  .pm-thumb {
    height: 82px;
  }

  .pm-details__title {
    font-size: clamp(36px, 12vw, 50px);
  }

  .pm-trust-grid {
    grid-template-columns: 1fr;
  }

  .pm-checkout {
    align-items: flex-start;
    flex-direction: column;
  }

  .pm-payment-badges {
    justify-content: flex-start;
  }
}

@media (prefers-reduced-motion: reduce) {

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .01ms !important;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-1dedd51 */.pm-choose-section {
  position: relative;
  overflow: hidden;
  padding: 0px 15px;
  color: var(--pm-white, #fff);
  background: var(--pm-black, #000);
  font-family: Arial, Helvetica, sans-serif;
}

.pm-choose-section::before {
  content: none;
}

.pm-choose-container {
  position: relative;
  z-index: 1;
  width: min(1200px, 100%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(420px, 0.9fr);
  gap: 70px;
  align-items: center;
}

.pm-section-label {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  margin-bottom: 18px;
  padding: 8px 14px;
  border: 1px solid rgba(247, 170, 0, 0.55);
  border-radius: 100px;
  color: var(--pm-yellow, #F7AA00);
  background: var(--pm-black);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 1.5px;
}

.pm-choose-content h2 {
  max-width: 650px;
  margin: 0;
  color: var(--pm-white, #fff);
  font-size: clamp(42px, 5vw, 68px);
  font-weight: 800;
  line-height: 1.04;
  letter-spacing: -2px;
}

.pm-choose-content h2 span {
  display: block;
  color: var(--pm-yellow, #F7AA00);
}

.pm-choose-intro {
  max-width: 680px;
  margin: 24px 0 32px;
  color: rgba(255, 255, 255, 0.76);
  font-size: 17px;
  line-height: 1.75;
}

.pm-benefit-list {
  display: grid;
  gap: 14px;
}

.pm-benefit-card {
  position: relative;
  display: grid;
  grid-template-columns: 54px minmax(0, 1fr);
  gap: 16px;
  align-items: center;
  padding: 19px 20px;
  overflow: hidden;
  border: 1px solid rgba(247, 170, 0, 0.32);
  border-radius: 17px;
  background: var(--pm-black, #000);
  transition: transform 0.25s ease, border-color 0.25s ease, background 0.25s ease;
}

.pm-benefit-card::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 4px;
  height: 100%;
  background: var(--pm-yellow, #F7AA00);
  transform: scaleY(0);
  transition: transform 0.25s ease;
}

.pm-benefit-card:hover {
  transform: translateX(6px);
  border-color: var(--pm-yellow, #F7AA00);
  background: var(--pm-maroon, #200102);
}

.pm-benefit-card:hover::after {
  transform: scaleY(1);
}

/* This is the box that was going invisible — background/color now
   have hard fallbacks so it can never render as a blank chip. */
.pm-benefit-icon {
  width: 54px;
  height: 54px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(247, 170, 0, 0.55);
  border-radius: 14px;
  color: var(--pm-black, #000);
  background: var(--pm-black);
  font-size: 24px;
  line-height: 1;
}

.pm-benefit-text h3 {
  margin: 0;
  color: var(--pm-yellow, #F7AA00);
  font-size: 17px;
  font-weight: 800;
  line-height: 1.3;
}

.pm-benefit-text p {
  margin: 6px 0 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 14px;
  line-height: 1.6;
}

.pm-choose-visual {
  position: relative;
  min-height: 660px;
  display: grid;
  place-items: center;
}

.pm-image-glow {
  position: absolute;
  width: 420px;
  height: 420px;
  border-radius: 50%;
  background: rgba(247, 170, 0, 0.18);
  filter: blur(75px);
}

.pm-image-frame {
  position: relative;
  width: min(100%, 500px);
  min-height: 610px;
  padding: 35px;
  overflow: hidden;
  display: grid;
  place-items: center;
  border: 1px solid rgba(247, 170, 0, 0.45);
  border-radius: 32px;
  background: var(--pm-black, #000);
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.55), inset 0 0 40px rgba(247, 170, 0, 0.04);
}

.pm-image-frame::after {
  content: "";
  position: absolute;
  left: 20%;
  bottom: 45px;
  width: 60%;
  height: 30px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.8);
  filter: blur(18px);
}

.pm-image-frame img {
  position: relative;
  z-index: 1;
  width: 100%;
  max-height: 540px;
  object-fit: contain;
  filter: drop-shadow(0 25px 30px rgba(0, 0, 0, 0.7));
  transition: transform 0.35s ease;
}

.pm-image-frame:hover img {
  transform: scale(1.035) rotate(-1deg);
}

.pm-image-badge {
  position: absolute;
  z-index: 2;
  top: 22px;
  left: 22px;
  padding: 9px 13px;
  border-radius: 100px;
  color: var(--pm-black, #000);
  background: var(--pm-yellow, #F7AA00);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 1px;
}

.pm-floating-card {
  position: absolute;
  z-index: 3;
  min-width: 155px;
  padding: 13px 16px;
  border: 1px solid rgba(247, 170, 0, 0.55);
  border-radius: 13px;
  background: rgba(0, 0, 0, 0.85);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.45);
  backdrop-filter: blur(10px);
}

.pm-floating-card strong,
.pm-floating-card span {
  display: block;
}

.pm-floating-card strong {
  color: var(--pm-yellow, #F7AA00);
  font-size: 14px;
}

.pm-floating-card span {
  margin-top: 4px;
  color: rgba(255, 255, 255, 0.7);
  font-size: 11px;
}

.pm-floating-card-one {
  top: 90px;
  right: -20px;
}

.pm-floating-card-two {
  left: -35px;
  bottom: 90px;
}

@media (max-width: 1024px) {
  .pm-choose-container {
    grid-template-columns: 1fr;
    gap: 55px;
  }

  .pm-choose-content {
    max-width: 780px;
  }

  .pm-choose-visual {
    min-height: auto;
  }

  .pm-image-frame {
    min-height: 570px;
  }
}

@media (max-width: 650px) {
  .pm-choose-section {
    padding: 0px 16px;
  }

  .pm-choose-content h2 {
    font-size: 40px;
    letter-spacing: -1.3px;
  }

  .pm-choose-intro {
    font-size: 15px;
  }

  .pm-benefit-card {
    grid-template-columns: 46px minmax(0, 1fr);
    padding: 16px;
  }

  .pm-benefit-icon {
    width: 46px;
    height: 46px;
    border-radius: 12px;
    font-size: 20px;
  }

  .pm-benefit-text h3 {
    font-size: 15px;
  }

  .pm-benefit-text p {
    font-size: 13px;
  }

  .pm-image-frame {
    min-height: 480px;
    padding: 22px;
    border-radius: 22px;
  }

  .pm-image-frame img {
    max-height: 430px;
  }

  .pm-floating-card {
    position: relative;
    inset: auto;
    width: 100%;
    margin-top: 10px;
  }

  .pm-choose-visual {
    display: block;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-a53c341 */.pm-howto-section {
      padding: 40px 15px;
      background: var(--pm-black, #000);
      color: var(--pm-white, #fff);
    }

    .pm-howto-container {
      width: min(1160px, 100%);
      margin: 0 auto;
    }

    .pm-howto-head {
      text-align: center;
      max-width: 620px;
      margin: 0 auto 56px;
    }

    .pm-section-label {
      display: inline-flex;
      align-items: center;
      min-height: 34px;
      margin-bottom: 18px;
      padding: 8px 14px;
      border: 1px solid rgba(247, 170, 0, 0.55);
      border-radius: 100px;
      color: var(--pm-yellow, #F7AA00);
      background: var(--pm-black);
      font-size: 12px;
      font-weight: 800;
      letter-spacing: 1.5px;
    }

    .pm-howto-head h2 {
      font-size: clamp(34px, 4.4vw, 52px);
      font-weight: 800;
      line-height: 1.08;
      letter-spacing: -1.5px;
      color: var(--pm-white, #fff);
      margin-bottom: 14px;
    }

    .pm-howto-head h2 span {
      color: var(--pm-yellow, #F7AA00);
    }

    .pm-howto-head p {
      color: rgba(255, 255, 255, 0.72);
      font-size: 16px;
      line-height: 1.65;
    }

    .pm-howto-grid {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 24px;
    }

    .pm-howto-card {
      position: relative;
      padding: 34px 26px 30px;
      border: 1px solid rgba(247, 170, 0, 0.32);
      border-radius: 20px;
      background: var(--pm-black);
      text-align: center;
      transition: border-color 0.2s ease, transform 0.2s ease;
    }

    .pm-howto-card:hover {
      border-color: var(--pm-yellow, #F7AA00);
      transform: translateY(-4px);
    }

    .pm-howto-step {
      position: absolute;
      top: 18px;
      right: 20px;
      font-size: 13px;
      font-weight: 800;
      color: rgba(247, 170, 0, 0.55);
      letter-spacing: 0.05em;
    }

    .pm-howto-icon {
      width: 72px;
      height: 72px;
      margin: 0 auto 22px;
      display: grid;
      place-items: center;
      border: 1px solid rgba(247, 170, 0, 0.55);
      border-radius: 18px;
      background: var(--pm-yellow, #F7AA00);
    }

    .pm-howto-icon svg {
      width: 34px;
      height: 34px;
      fill: none;
      stroke: var(--pm-black, #000);
      stroke-width: 1.8;
      stroke-linecap: round;
      stroke-linejoin: round;
    }

    .pm-howto-card h3 {
      font-size: 18px;
      font-weight: 800;
      color: var(--pm-yellow, #F7AA00);
      margin-bottom: 10px;
      line-height: 1.3;
    }

    .pm-howto-card p {
      font-size: 14px;
      line-height: 1.65;
      color: rgba(255, 255, 255, 0.75);
    }

    .pm-howto-note {
      margin-top: 40px;
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 10px;
      text-align: center;
      padding: 16px 20px;
      border: 1px solid rgba(247, 170, 0, 0.32);
      border-radius: 14px;
      background: var(--pm-black);
      color: rgba(255, 255, 255, 0.75);
      font-size: 13px;
    }

    .pm-howto-note strong {
      color: var(--pm-yellow, #F7AA00);
    }

    @media (max-width: 900px) {
      .pm-howto-grid {
        grid-template-columns: 1fr;
      }
    }

    @media (max-width: 650px) {
      .pm-howto-section {
        padding: 15px 16px;
      }

      .pm-howto-head h2 {
        font-size: 32px;
        letter-spacing: -1px;
      }
    }/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-7320e09 */.pm-faq-section {
  width: 100%;
  padding: 15px 20px;
  color: var(--pm-white);
  background: var(--pm-black);
  font-family: Arial, Helvetica, sans-serif;
}

.pm-faq-container {
  width: min(1080px, 100%);
  margin: 0 auto;
}

.pm-faq-heading {
  margin-bottom: 38px;
  text-align: center;
}

.pm-faq-heading > span {
  display: inline-block;
  margin-bottom: 12px;
  color: var(--pm-yellow);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 2px;
}

.pm-faq-heading h2 {
  margin: 0;
  color: var(--pm-white);
  font-size: clamp(34px, 5vw, 54px);
  font-weight: 800;
  line-height: 1.1;
  letter-spacing: -1.5px;
}

.pm-faq-heading p {
  margin: 14px 0 0;
  color: rgba(255, 255, 255, 0.68);
  font-size: 16px;
  line-height: 1.6;
}

.pm-faq-list {
  display: grid;
  gap: 13px;
}

.pm-faq-item {
  overflow: hidden;
  border: 1px solid rgba(247, 170, 0, 0.32);
  border-left: 5px solid var(--pm-yellow);
  border-radius: 14px;
  background: var(--pm-maroon);
}

.pm-faq-item input {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
  pointer-events: none;
}

.pm-faq-question {
  min-height: 72px;
  padding: 20px 22px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  color: var(--pm-white);
  background: var(--pm-maroon);
  cursor: pointer;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.4;
  transition:
    color 0.25s ease,
    background-color 0.25s ease;
}

.pm-faq-question:hover {
  color: var(--pm-yellow);
  background-color: #2b0203;
}

.pm-faq-arrow {
  width: 34px;
  height: 34px;
  flex: 0 0 34px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(247, 170, 0, 0.5);
  border-radius: 50%;
  color: var(--pm-yellow);
  background: var(--pm-black);
  transition:
    transform 0.3s ease,
    color 0.3s ease,
    background-color 0.3s ease;
}

.pm-faq-arrow svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.pm-faq-answer {
  display: grid;
  grid-template-rows: 0fr;
  background: var(--pm-black);
  transition: grid-template-rows 0.35s ease;
}

.pm-faq-answer-inner {
  min-height: 0;
  overflow: hidden;
  padding: 0 72px 0 22px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 15px;
  line-height: 1.75;
  transition: padding 0.35s ease;
}

.pm-faq-item input:checked + .pm-faq-question {
  color: var(--pm-yellow);
  background: var(--pm-maroon);
}

.pm-faq-item input:checked + .pm-faq-question .pm-faq-arrow {
  color: var(--pm-black);
  background: var(--pm-yellow);
  transform: rotate(180deg);
}

.pm-faq-item input:checked
  + .pm-faq-question
  + .pm-faq-answer {
  grid-template-rows: 1fr;
}

.pm-faq-item input:checked
  + .pm-faq-question
  + .pm-faq-answer
  .pm-faq-answer-inner {
  padding-top: 18px;
  padding-bottom: 22px;
}

.pm-faq-disclaimer {
  max-width: 850px;
  margin: 28px auto 0;
  color: rgba(255, 255, 255, 0.45);
  font-size: 11px;
  line-height: 1.6;
  text-align: center;
}

@media (max-width: 650px) {
  .pm-faq-section {
    padding: 20px 14px;
  }

  .pm-faq-heading {
    margin-bottom: 28px;
  }

  .pm-faq-heading h2 {
    font-size: 36px;
  }

  .pm-faq-heading p {
    font-size: 14px;
  }

  .pm-faq-question {
    min-height: 66px;
    padding: 17px 16px;
    gap: 14px;
    font-size: 15px;
  }

  .pm-faq-arrow {
    width: 30px;
    height: 30px;
    flex-basis: 30px;
  }

  .pm-faq-arrow svg {
    width: 16px;
    height: 16px;
  }

  .pm-faq-answer-inner {
    padding-right: 16px;
    padding-left: 16px;
    font-size: 13px;
  }

  .pm-faq-item input:checked
    + .pm-faq-question
    + .pm-faq-answer
    .pm-faq-answer-inner {
    padding-top: 16px;
    padding-bottom: 18px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-a09faf4 */.pm-reviews-section {
  padding: 20px 15px;
  overflow: hidden;
  background: #000000;
  color: #ffffff;
  font-family: "Inter", Arial, Helvetica, sans-serif;
}

.pm-reviews-container {
  width: min(1160px, 100%);
  margin: 0 auto;
}

.pm-reviews-head {
  max-width: 680px;
  margin: 0 auto 48px;
  text-align: center;
}

.pm-section-label {
  display: inline-block;
  margin-bottom: 14px;
  color: #f7aa00;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 2px;
}

.pm-reviews-head h2 {
  margin: 0 0 14px;
  color: #ffffff;
  font-size: clamp(34px, 4.4vw, 52px);
  font-weight: 800;
  line-height: 1.08;
  letter-spacing: -1.5px;
}

.pm-reviews-head h2 span {
  color: #f7aa00;
}

.pm-reviews-head p {
  margin: 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 16px;
  line-height: 1.65;
}

/* Review summary */

.pm-reviews-summary {
  display: grid;
  grid-template-columns: 220px 1fr;
  gap: 40px;
  align-items: center;
  padding: 32px;
  margin-bottom: 44px;
  border: 1px solid rgba(247, 170, 0, 0.35);
  border-radius: 20px;
  background: #200102;
}

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

.pm-score strong {
  display: block;
  color: #f7aa00;
  font-size: 56px;
  font-weight: 800;
  line-height: 1;
}

.pm-score .pm-stars {
  margin: 10px 0 6px;
  color: #f7aa00;
  font-size: 18px;
  letter-spacing: 2px;
}

.pm-score span {
  display: block;
  color: rgba(255, 255, 255, 0.65);
  font-size: 13px;
}

.pm-bars {
  display: grid;
  gap: 9px;
}

.pm-bar-row {
  display: grid;
  grid-template-columns: 48px 1fr 40px;
  gap: 12px;
  align-items: center;
  color: rgba(255, 255, 255, 0.75);
  font-size: 13px;
}

.pm-bar-track {
  height: 8px;
  overflow: hidden;
  border-radius: 100px;
  background: #000000;
}

.pm-bar-fill {
  height: 100%;
  border-radius: 100px;
  background: #f7aa00;
}

/* Slider */

.pm-reviews-slider {
  position: relative;
}

.pm-reviews-viewport {
  width: 100%;
  overflow: hidden;
}

.pm-reviews-track {
  display: flex;
  gap: 20px;
  transition: transform 0.55s ease;
  will-change: transform;
}

.pm-review-card {
  min-width: calc((100% - 40px) / 3);
  padding: 24px;
  border: 1px solid rgba(247, 170, 0, 0.34);
  border-radius: 18px;
  background: #200102;
}

.pm-review-top {
  display: flex;
  gap: 12px;
  align-items: center;
  margin-bottom: 14px;
}

.pm-avatar {
  width: 44px;
  height: 44px;
  flex: 0 0 44px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #f7aa00;
  color: #000000;
  font-size: 15px;
  font-weight: 800;
}

.pm-review-who strong {
  display: block;
  color: #ffffff;
  font-size: 14px;
}

.pm-verified {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  margin-top: 4px;
  color: #f7aa00;
  font-size: 11px;
  font-weight: 700;
}

.pm-review-stars {
  margin-bottom: 10px;
  color: #f7aa00;
  font-size: 14px;
  letter-spacing: 1px;
}

.pm-review-card p {
  min-height: 92px;
  margin: 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 14px;
  line-height: 1.65;
}

.pm-review-date {
  display: block;
  margin-top: 14px;
  color: rgba(255, 255, 255, 0.45);
  font-size: 12px;
}

/* Slider arrows */

.pm-slider-arrow {
  position: absolute;
  top: 50%;
  z-index: 5;
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  border: 1px solid #f7aa00;
  border-radius: 50%;
  background: #000000;
  color: #f7aa00;
  font-size: 18px;
  transform: translateY(-50%);
  cursor: pointer;
  transition:
    background-color 0.25s ease,
    color 0.25s ease;
}

.pm-slider-arrow:hover {
  background: #f7aa00;
  color: #000000;
}

.pm-slider-prev {
  left: -22px;
}

.pm-slider-next {
  right: -22px;
}

/* Slider dots */

.pm-slider-dots {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 25px;
}

.pm-slider-dot {
  width: 9px;
  height: 9px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.3);
  cursor: pointer;
  transition:
    width 0.25s ease,
    background-color 0.25s ease;
}

.pm-slider-dot.is-active {
  width: 25px;
  border-radius: 20px;
  background: #f7aa00;
}

/* Footer */

.pm-reviews-footer {
  display: flex;
  justify-content: center;
  margin-top: 35px;
}

.pm-btn-write {
  min-height: 50px;
  padding: 0 28px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #f7aa00;
  border-radius: 100px;
  background: #f7aa00;
  color: #000000;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  cursor: pointer;
  transition:
    background-color 0.25s ease,
    color 0.25s ease;
}

.pm-btn-write:hover {
  background: #200102;
  color: #f7aa00;
}

/* Tablet */

@media (max-width: 950px) {
  .pm-review-card {
    min-width: calc((100% - 20px) / 2);
  }

  .pm-reviews-summary {
    grid-template-columns: 180px 1fr;
  }

  .pm-slider-prev {
    left: 10px;
  }

  .pm-slider-next {
    right: 10px;
  }
}

/* Mobile */

@media (max-width: 650px) {
  .pm-reviews-section {
    padding: 20px 16px;
  }

  .pm-reviews-head {
    margin-bottom: 32px;
  }

  .pm-reviews-head h2 {
    font-size: 34px;
    letter-spacing: -1px;
  }

  .pm-reviews-head p {
    font-size: 14px;
  }

  .pm-reviews-summary {
    grid-template-columns: 1fr;
    gap: 25px;
    padding: 24px 18px;
    margin-bottom: 32px;
  }

  .pm-review-card {
    min-width: 100%;
    padding: 22px;
  }

  .pm-review-card p {
    min-height: auto;
  }

  .pm-slider-arrow {
    top: auto;
    bottom: -62px;
  }

  .pm-slider-prev {
    left: calc(50% - 55px);
  }

  .pm-slider-next {
    right: calc(50% - 55px);
  }

  .pm-slider-dots {
    margin-top: 78px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-63b536b *//* Copyright Section */

.pm-copyright-footer {
  width: 100%;
  padding: 24px 16px 105px;
  border-top: 1px solid rgba(247, 170, 0, 0.3);
  background: #000000;
  text-align: center;
}

.pm-copyright-footer p {
  margin: 0;
  color: rgba(255, 255, 255, 0.65);
  font-family: "Inter", Arial, sans-serif;
  font-size: 13px;
  line-height: 1.5;
}


/* Always Visible Bottom CTA */

.pm-fixed-cta {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  padding: 10px 16px;
  border-top: 1px solid rgba(247, 170, 0, 0.55);
  background: #200102;
  box-shadow: 0 -8px 30px rgba(0, 0, 0, 0.55);
}

.pm-fixed-cta-content {
  width: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.pm-fixed-product-info {
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: "Inter", Arial, sans-serif;
}

.pm-fixed-product-info span {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
}

.pm-fixed-product-info strong {
  color: #f7aa00;
  font-size: 20px;
  font-weight: 800;
}

.pm-fixed-product-info del {
  color: rgba(255, 255, 255, 0.5);
  font-size: 13px;
}


/* Shiprocket Checkout */

.pm-fixed-checkout,
.pm-fixed-checkout .shiprocket-headless {
  display: flex;
  align-items: center;
  justify-content: center;
}

.pm-fixed-checkout,
.pm-fixed-checkout .wc-proceed-to-checkoutt {
  width: unset !important;
}

.wc-proceed-to-checkoutt.pm-fixed-checkout button {
  background: #F7AA00;
  color: black;
  border-radius: 999px;
}

.pm-fixed-checkout,
.wc-proceed-to-checkoutt .sr-headless-checkout {
  font-family: unset;
  font-weight: 800;
}

.pm-fixed-buy-btn {
  min-width: 190px;
  min-height: 52px;
  padding: 0 25px;

  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;

  border: 1px solid #f7aa00;
  border-radius: 100px;

  background: #f7aa00;
  color: #000000;

  font-family: "Inter", Arial, sans-serif;
  font-size: 14px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0.04em;
  text-decoration: none;
  text-transform: uppercase;

  appearance: none;
  cursor: pointer;
  box-shadow: none;

  transition:
    background-color 0.25s ease,
    color 0.25s ease,
    transform 0.25s ease;
}

.pm-fixed-buy-btn .b01 {
  margin: 0;
  padding: 0;
  color: inherit;
  background: transparent;
  font: inherit;
  line-height: inherit;
}

.pm-fixed-buy-btn svg {
  width: 19px;
  height: 19px;
  flex: 0 0 auto;

  fill: none;
  stroke: currentColor;
  stroke-width: 2.2;
  stroke-linecap: round;
  stroke-linejoin: round;

  transition: transform 0.25s ease;
}

.pm-fixed-buy-btn:hover {
  background: #200102;
  color: #f7aa00;
  transform: translateY(-2px);
}

.pm-fixed-buy-btn:hover svg {
  transform: translateX(4px);
}

.pm-fixed-buy-btn:active {
  transform: translateY(0);
}

.pm-fixed-buy-btn:focus-visible {
  outline: 3px solid rgba(247, 170, 0, 0.35);
  outline-offset: 3px;
}


/* Mobile */

@media (max-width: 650px) {
  .pm-copyright-footer {
    padding-bottom: 100px;
  }

  .pm-fixed-cta {
    padding: 0px 12px;
  }

  .pm-fixed-cta-content {
    gap: 10px;
  }

  .pm-fixed-product-info {
    min-width: 0;
    display: block;
  }

  .pm-fixed-product-info span {
    display: block;
    max-width: 145px;
    overflow: hidden;
    font-size: 14px;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .pm-fixed-product-info strong {
    display: inline-block;
    margin-top: 3px;
    font-size: 17px;
  }

  .pm-fixed-product-info del {
    margin-left: 5px;
    font-size: 11px;
  }

  .pm-fixed-buy-btn {
    min-width: 130px;
    min-height: 48px;
    padding: 0 18px;
    font-size: 13px;
  }
}/* End custom CSS */