/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */


:root {
  --container-max-width: 1366px;
  --primary-gradient-horizontal: linear-gradient(to right,
      #FF2A1A 0%,
      #FF5A1F 25%,
      #FF9A1F 50%,
      #FFC83D 75%,
      #FFE94A 100%);
  --primary-gradient-lengthwise: linear-gradient(180deg,
      #FF2A1A 0%,
      #FF5A1F 25%,
      #FF9A1F 50%,
      #FFC83D 75%,
      #FFE94A 100%);
  --primary-white: #fff;
  --potf-primary: #C9A961;
  --potf-primary-light: #E3C577;
  --potf-secondary: #111827;
  --potf-text: #ffffff;
  --potf-text-soft: #b3b3b3;
  --potf-accent: #C9A961;
  --potf-heading: #ffffff;
  --potf-muted: #A8A8A8;
  --potf-button: #C9A961;
  --potf-font-heading: "Playfair Display";
  --potf-font-body: "DM Sans";
  --potf-font-accent: var(--potf-font-body);
  --potf-bg: #0B0B0B;
  --border: 1px solid rgba(255, 255, 255, 0.12);
  --bg-secondary: #151515;
}

@supports (color: color-mix(in srgb, #ffffff 12%, transparent)) {
  :root {
    --border: 1px solid color-mix(in srgb, var(--potf-heading) 12%, transparent);
    --bg-secondary: color-mix(in srgb, var(--potf-bg) 84%, var(--potf-heading) 4%);
  }
}

body::after {
  display: none !important;
}

body {
  color: white;
  font-size: 16px;
}

.header-menu .sub-menu {
  min-width: 200px !important;
  padding: 10px !important;
}

.header-right {
  width: fit-content;
}

#elementor-menu-cart__toggle_button {
  padding: 0;
  border: none;
}

.potf-contact-form{
  gap: 30px;
}


.elementor-menu-cart__toggle .elementor-button svg {
  fill: #fff;
}

.btn a {
  background:
    linear-gradient(#111827, #111827) padding-box,
    var(--primary-gradient-horizontal) border-box;

  border: 1px solid transparent;
  color: #fff;
  border-radius: 15px;
}

.btn a:hover {
  background: var(--primary-gradient-horizontal) border-box;
  color: #fff;
}

.grid-box-home {
  background: #02060d;
  border: 1px solid rgba(0, 183, 255, .35);
  border-radius: 32px;

  box-shadow:
    0 0 0 1px rgba(0, 183, 255, .15),
    0 0 15px rgba(0, 183, 255, .2),
    0 0 40px rgba(0, 183, 255, .1),
    inset 0 0 20px rgba(0, 183, 255, .08);
}

.woocommerce .product {
  overflow: hidden;
  box-shadow: rgb(255 255 255 / 20%) 0px 8px 24px !important;
}

.parallax-banner {
  background-attachment: fixed;
}

.woocommerce .product .button {
  border: 1px solid var(--potf-primary);
  background-color: transparent;
  color: #fff;

}

.woocommerce .product .button:hover {
  background-color: var(--potf-primary);
  color: #fff;
}

.text-sub p {
  position: relative;
  padding-left: 20px;
}

.text-sub p:before {
  content: '';
  width: 10px;
  height: 10px;
  border-radius: 100%;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translatey(-50%);
  background-color: var(--potf-primary);
}

.elementor-form-fields-wrapper {
  flex-wrap: nowrap;
}

.container-footer .e-n-menu-heading {
  display: flex;
  flex-direction: column;
}

.container-footer .e-n-menu-heading span {
  color: var(--potf-text);
}

.container-footer .e-n-menu-title-container:hover span {
  color: var(--potf-primary);
}

.elementor-widget-n-menu .e-n-menu-title:not(.e-current):not(:hover) .e-n-menu-title-container .e-n-menu-title-text {
  color: var(--potf-text);
}

.elementor-widget-n-menu .e-n-menu-title:not(.e-current):not(:hover) .e-n-menu-title-container .e-n-menu-title-text:hover {
  color: var(--potf-primary);
}

/* Contact page template */
.potf-contact-page {
  margin: 0;
  background: var(--potf-bg);
  color: var(--potf-text);
  font-family: var(--potf-font-body), Arial, sans-serif;
}

.potf-contact-page a {
  color: inherit;
  text-decoration: none;
}

.potf-contact-shell {
  min-height: 100vh;
  padding: 44px 0 0;
}

.potf-contact-main {
  width: min(var(--container-max-width), calc(100% - 30px));
  margin: 0 auto;
}

.potf-contact-hero {
  padding: 34px 0 46px;
  text-align: center;
}

.potf-contact-hero p {
  margin: 0 auto;
  width: fit-content;
}

.potf-contact-hero h1 {
  margin: 0 0 18px;
  color: var(--potf-heading);
  font-family: var(--potf-font-heading), Georgia, serif;
  font-size: clamp(52px, 6vw, 78px);
  font-weight: 500;
  line-height: 0.95;
  letter-spacing: 0;
}

.potf-contact-hero h1 span,
.potf-contact-card h2,
.potf-contact-form a,
.potf-info-item a {
  color: var(--potf-primary);
}

.potf-contact-hero div {
  color: var(--potf-text-soft);
  font-size: 18px;
  line-height: 1.55;
}

.potf-contact-grid {
  display: grid;
  grid-template-columns: 0.78fr 1.28fr;
  gap: 22px;
  padding-bottom: 30px;
}

.potf-contact-card {
  border: var(--border);
  border-radius: 24px;
  background: var(--bg-secondary);
  box-shadow: 0 26px 80px color-mix(in srgb, var(--potf-bg) 70%, transparent);
}

.potf-info-card {
  padding: clamp(28px, 4vw, 44px);
}

.potf-form-card {
  padding: clamp(28px, 4vw, 44px);
}

.potf-contact-card h2 {
  margin: 0 0 14px;
  font-family: var(--potf-font-heading), Georgia, serif;
  font-size: 27px;
  font-weight: 700;
  line-height: 1.15;
}

.potf-contact-card p {
  max-width: 640px;
  margin: 0;
  color: var(--potf-text-soft);
  font-size: 15px;
  line-height: 1.5;
}


.potf-info-list {
  display: grid;
}

.potf-info-item {
  display: grid;
  grid-template-columns: 54px 1fr;
  gap: 20px;
  padding: 16px 0;
  border-bottom: 1px solid color-mix(in srgb, var(--potf-heading) 8%, transparent);
}

.potf-info-item:last-child {
  border-bottom: 0;
}

.potf-info-icon {
  display: grid;
  width: 54px;
  height: 54px;
  place-items: center;
  border-radius: 6px;
  background: color-mix(in srgb, var(--potf-heading) 6%, transparent);
  color: var(--potf-accent);
}

.potf-info-icon svg {
  width: 27px;
  height: 27px;
  fill: currentColor;
}

.potf-info-item strong,
.potf-info-item span,
.potf-info-item a {
  display: block;
}

.potf-info-item .potf-info-icon {
  display: flex;
  align-items: center;
  justify-content: center;
}

.potf-info-item .potf-info-icon img {
  width: 20px;
  height: 20px;
}

.potf-info-item strong {
  margin: 3px 0 6px;
  color: var(--potf-heading);
  font-size: 15px;
}

.potf-info-item span,
.potf-info-item a {
  color: var(--potf-text-soft);
  font-size: 15px;
  line-height: 1.5;
}

.potf-info-item a {
  color: var(--potf-primary);
}

.potf-contact-form,
.potf-contact-form label {
  display: grid;
  gap: 20px;
}

.potf-field-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.potf-contact-form label span:first-child {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
}

.potf-contact-form input,
.potf-contact-form select,
.potf-contact-form textarea {
  width: 100%;
  min-height: 46px;
  padding: 0 16px;
  border: 1px solid color-mix(in srgb, var(--potf-heading) 14%, transparent);
  border-radius: 10px;
  outline: none;
  background: color-mix(in srgb, var(--potf-bg) 88%, transparent);
  color: var(--potf-heading);
  font: 500 14px/1.4 var(--potf-font-body), Arial, sans-serif;
}

.potf-contact-form textarea {
  min-height: 142px;
  padding-top: 16px;
  resize: vertical;
}

.potf-contact-form input::placeholder,
.potf-contact-form textarea::placeholder {
  color: var(--potf-text-soft);
}

.potf-contact-form input:focus,
.potf-contact-form select:focus,
.potf-contact-form textarea:focus {
  border-color: var(--potf-primary);
  box-shadow: 0 0 0 3px color-mix(in srgb, var(--potf-primary) 12%, transparent);
}

.potf-checkbox {
  display: flex !important;
  align-items: center;
  gap: 10px !important;
  color: var(--potf-text-soft);
  font-size: 14px;
}

.potf-checkbox input {
  width: 15px;
  min-height: 15px;
  height: 15px;
  margin-top: 3px;
  padding: 0;
  accent-color: var(--potf-primary);
}

.potf-checkbox span {
  position: static !important;
  width: auto !important;
  height: auto !important;
  overflow: visible !important;
  clip: auto !important;
}

.potf-contact-form button {
  display: inline-flex;
  width: fit-content;
  min-height: 44px;
  align-items: center;
  gap: 9px;
  padding: 0 25px;
  border: 0;
  border-radius: 8px;
  background: linear-gradient(135deg, var(--potf-button), color-mix(in srgb, var(--potf-button) 72%, var(--potf-bg) 28%));
  color: var(--primary-white);
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  cursor: pointer;
  transition: transform 0.2s ease, filter 0.2s ease;
}

.potf-contact-form button span {
  display: flex;
}

.potf-contact-form button svg {
  width: 22px;
  height: 22px;
}

.potf-contact-form button:hover {
  transform: translateY(-1px);
  filter: brightness(1.06);
}

.potf-contact-form__message {
	margin: 0;
	font-size: 14px;
	font-weight: 600;
}

.potf-contact-form__message:empty {
	display: none;
}

.potf-contact-form__message.is-success {
	color: var(--potf-primary-light);
}

.potf-contact-form__message.is-error {
	color: #b91c1c;
}

.potf-contact-form button:disabled {
	cursor: wait;
	opacity: 0.7;
}

/* Homepage template */
.potf-home-page {
  color: var(--potf-text);
  font-family: var(--potf-font-body), Arial, sans-serif;
}

.potf-home-page a {
  text-decoration: none;
}

.potf-home-main {
  width: 100%;
}


.potf-home-hero {
  position: relative;
  height: 100vh;
}

.potf-home-hero-wrapper {
  width: min(var(--container-max-width), calc(100% - 30px));
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin: 0px auto;
  z-index: 1;
  position: relative;
  height: 100%;
  align-items: center;
  padding: 40px 15px;
}

.potf-eyebrow {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 18px;
  color: var(--potf-primary);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.potf-section-heading .potf-eyebrow,
.potf-about-content .potf-eyebrow,
.potf-support-band .potf-eyebrow {
  justify-content: flex-start;
}

.potf-section-heading>p:last-child {
  color: var(--potf-text-soft);
}

.potf-section-heading .potf-eyebrow {
  justify-content: center;
  margin-bottom: 10px;
}

.potf-eyebrow::before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: var(--potf-primary);
}

.potf-home-hero h1,
.potf-about-block h2,
.potf-section-heading h2,
.potf-support-band h2,
.potf-newsletter h2 {
  margin: 0;
  color: var(--potf-heading);
  font-family: var(--potf-font-heading), Georgia, serif;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1.02;
}

.potf-home-hero h1 {
  max-width: 560px;
  font-size: clamp(52px, 6vw, 82px);
}

.potf-home-hero h1 span,
.potf-support-band h2 span,
.potf-newsletter h2 span {
  color: var(--potf-primary);
}

.potf-home-hero p:not(.potf-eyebrow),
.potf-about-block p:not(.potf-eyebrow),
.potf-support-band p:not(.potf-eyebrow),
.potf-blog-card p {
  color: var(--potf-text-soft);
  line-height: 1.6;
}

.potf-home-hero p:not(.potf-eyebrow) {
  max-width: 420px;
  margin: 24px 0 0;
}

.potf-home-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 36px;
}

.potf-btn,
.potf-add-cart {
  display: inline-flex;
  min-height: 46px;
  align-items: center;
  justify-content: center;
  gap: 9px;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 500;
  transition: transform 0.2s ease, border-color 0.2s ease, filter 0.2s ease;
  color: white;
}

.potf-btn {
  padding: 0 24px;
}

.potf-btn:hover {
  color: white;
}

.potf-btn-primary {
  border: 1px solid var(--potf-button);
  background: linear-gradient(135deg, var(--potf-button), color-mix(in srgb, var(--potf-button) 72%, var(--potf-bg) 28%));
  color: white
}

.potf-home-actions a:hover {
  color: white;
}

.potf-home-page a>span {
  display: flex;
}

.potf-home-page a>span svg {
  width: 22px;
  height: 22px;
}

.potf-btn-ghost>span svg>path:nth-child(2) {
  stroke: var(--potf-primary-light);
}

.potf-home-page a:hover {
  color: white;
}

.potf-btn-ghost:hover svg>path:nth-child(2) {
  stroke: white
}

.potf-btn-ghost,
.potf-add-cart {
  border: 1px solid var(--potf-primary);
  background: transparent;
  color: var(--potf-heading);
  transition: all 0.3s ease;
}

.potf-btn-ghost:hover {
  background-color: var(--potf-primary);
}

.potf-btn:hover,
.potf-add-cart:hover {
  transform: translateY(-1px);
  filter: brightness(1.06);
}

.potf-home-hero-media {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

.potf-about-media,
.potf-support-band {
  position: relative;
  overflow: hidden;
}

.potf-home-hero-media picture {
  display: block;
  width: 100%;
  height: 100%;
}

.potf-home-hero-media img,
.potf-about-media img,
.potf-support-band img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.potf-feature-strip {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  padding: 40px 0;
  border-radius: 16px;
  width: min(var(--container-max-width), calc(100% - 30px));
  margin: 40px auto 0;
  background: var(--bg-secondary);
  border: var(--border);
}

.potf-feature-item {
  display: grid;
  justify-items: center;
  min-height: 100px;
  padding: 0 26px;
  text-align: center;
  border-right: 1px solid color-mix(in srgb, var(--potf-heading) 10%, transparent);
}

.potf-feature-item:last-child {
  border-right: 0;
}

.potf-feature-icon {
  display: grid;
  width: 36px;
  height: 36px;
  place-items: center;
  color: var(--potf-primary);
}

.potf-feature-icon svg {
  width: 25px;
  height: 25px;
  fill: currentColor;
}

.potf-feature-item strong {
  margin-top: 8px;
  color: var(--potf-heading);
  font-weight: 600;
}

.potf-feature-item p {
  max-width: 190px;
  margin: 7px 0 0;
  color: var(--potf-text-soft);
  font-size: 14px;
  line-height: 1.45;
  font-weight: 500;
}

.potf-about-block {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  overflow: hidden;
  width: min(var(--container-max-width), calc(100% - 30px));
  padding: 40px 0px;
  margin: 0 auto;
}

.potf-about-media {
  min-height: 330px;
  border-radius: 16px;
}

.potf-about-content {
  display: grid;
  align-content: center;
  justify-items: start;
  padding: clamp(34px, 5vw, 58px) clamp(28px, 5vw, 48px);
}

.potf-about-block h2 {
  font-size: clamp(38px, 4.2vw, 54px);
}

.potf-about-block p:not(.potf-eyebrow) {
  max-width: 610px;
  margin: 24px 0 0;
}

.potf-about-block .potf-btn {
  margin-top: 28px;
  color: var(--potf-primary-light);
}

.potf-products-section,
.potf-blog-section {
  padding: 40px 0;
  width: min(var(--container-max-width), calc(100% - 30px));
  margin: 0 auto
}

.potf-section-heading {
  margin-bottom: 40px;
  text-align: center;
}


.potf-section-heading h2 {
  font-size: clamp(32px, 3.7vw, 44px);
  margin-bottom: 20px;
}

.potf-product-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.potf-product-card {
  display: grid;
  justify-items: center;
  text-align: center;
  border-radius: 24px;
  border: 1px solid rgba(71, 129, 176, 0.24);
  transition: all 0.3s ease;
  overflow: hidden;
}

.potf-product-card:hover {
  transform: translateY(-3px);
  border-color: rgba(201, 169, 97, 0.45);
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.38);
}

.potf-product-card h3 a {
  color: white;
  font-weight: 500;
}

.potf-product-image {
  display: grid;
  width: 100%;
}

.potf-product-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  aspect-ratio: 1/1;
}

.potf-product-card h3 {
  color: var(--potf-heading);
  line-height: 1.25;
  font-size: 16px;
  margin: 0 0 12px;
}

.potf-product-card-content {
  display: flex;
  flex-direction: column;
  padding: 16px;
  align-items: center;
  width: 100%;
}

.potf-product-card .potf-product-price {
  font-size: 16px;
  margin: 0;
  margin-bottom: 14px;
}

.potf-product-price {
  min-height: 22px;
  color: var(--potf-primary);
  font-weight: 600;
}

.potf-product-price del {
  color: var(--potf-muted);
}

.potf-add-cart {
  width: 100%;
  min-height: 46px;
  border-radius: 12px;
  font-size: 14px;
  color: var(--potf-primary-light)
}

.potf-add-cart:hover {
  background-color: var(--potf-primary);
  color: white;
}


.potf-support-band {
  padding: 40px 0;
  background: url('https://peptidesofthefuture.com/wp-content/uploads/2026/06/nlp-dna.png') center / cover no-repeat fixed;
}

.potf-support-band-wrapper {
  width: min(var(--container-max-width), calc(100% - 30px));
  margin: 0 auto;
  background: linear-gradient(to right, rgba(255, 255, 255, 0.2), transparent);
  padding: 40px;
  border-radius: 30px;
}

.potf-support-band-wrapper>div {
  position: relative;
  z-index: 1;
  width: 50%;
}

.potf-support-band h2 {
  font-size: clamp(35px, 4vw, 51px);
}

.potf-support-band p:not(.potf-eyebrow) {
  margin: 18px 0 26px;
}


.potf-blog-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.potf-blog-card {
  overflow: hidden;
  padding: 12px;
  border-radius: 24px;
  border: 1px solid color-mix(in srgb, var(--potf-primary) 30%, transparent);
}

.potf-blog-card h3 a {
  color: white
}

.potf-blog-image {
  display: block;
  aspect-ratio: 1.95 / 1;
  overflow: hidden;
  border-radius: 13px;
}

.potf-blog-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.potf-blog-card-content {
  padding: 16px 12px 6px;
}

.potf-blog-card time {
  display: block;
  color: var(--potf-primary);
  font-size: 12px;
  font-weight: 500;
}

.potf-blog-card h3 {
  color: var(--potf-heading);
  font-size: 18px;
  line-height: 1.05;
  margin-bottom: 8px;
}

.potf-blog-card p {
  font-size: 14px;
}

.potf-read-more {
  color: var(--potf-primary);
  font-size: 13px;
  font-weight: 600;
  display: flex;
  align-items: center;
  text-transform: uppercase;
  gap: 6px;
}

.potf-read-more:hover {
  color: white;
}

.potf-read-more path:last-child {
  stroke: var(--potf-primary);
}

.potf-view-all {
  width: fit-content;
  display: flex;
  justify-content: center;
  margin: 30px auto 0;
  color: var(--potf-primary-light);
}

.potf-newsletter {
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  align-items: center;
  gap: 30px;
  width: min(var(--container-max-width), calc(100% - 30px));
  margin: 26px auto 0;
  padding: 24px 34px;
  border-radius: 16px;
}

.potf-newsletter h2 {
  font-size: clamp(24px, 2.7vw, 34px);
}

.potf-newsletter form {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 12px;
}

.potf-newsletter label span {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
}

.potf-newsletter input {
  width: 100%;
  min-height: 44px;
  padding: 0 16px;
  border: 1px solid color-mix(in srgb, var(--potf-heading) 12%, transparent);
  border-radius: 7px;
  background: color-mix(in srgb, var(--potf-bg) 88%, transparent);
  color: var(--potf-heading);
  font: 500 14px/1.4 var(--potf-font-body), Arial, sans-serif;
}

.potf-newsletter button {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  gap: 9px;
  padding: 0 26px;
  border: 0;
  border-radius: 8px;
  background: linear-gradient(135deg, var(--potf-button), color-mix(in srgb, var(--potf-button) 72%, var(--potf-bg) 28%));
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  cursor: pointer;
  color: white;
}

.potf-newsletter button span {
  display: flex;
}

.potf-newsletter button svg {
  width: 22px;
  height: 22px;
}

.potf-newsletter-message {
  min-height: 20px;
  margin: 0;
  color: var(--potf-muted);
  font: 600 14px/1.4 var(--potf-font-body);
}

.potf-newsletter-message.is-success {
  color: var(--potf-primary-light);
}

.potf-newsletter-message.is-error {
  color: var(--potf-text-soft);
}

/* About us template */
.potf-about-page {
  --potf-primary: #C9A961;
  --potf-primary-light: #E3C577;
  --potf-secondary: #111827;
  --potf-text: #ffffff;
  --potf-text-soft: #b3b3b3;
  --potf-accent: #C9A961;
  --potf-heading: #ffffff;
  --potf-muted: #A8A8A8;
  --potf-button: #C9A961;
  --potf-bg: #05080d;
  --potf-font-heading: "Playfair Display";
  --potf-font-body: "DM Sans";
  background:
    radial-gradient(circle at 18% 15%, rgba(39, 98, 145, 0.18), transparent 32%),
    radial-gradient(circle at 88% 12%, rgba(214, 130, 22, 0.18), transparent 30%),
    linear-gradient(180deg, #05080d 0%, #04070b 100%);
  color: var(--potf-text);
  font-family: var(--potf-font-body), Arial, sans-serif;
}

.potf-about-page a {
  text-decoration: none;
}

.potf-about-main {
  width: 100%;
  margin: 0 auto;
}

.potf-about-page h1,
.potf-about-page h2 {
  margin: 0;
  color: var(--potf-heading);
  font-family: var(--potf-font-heading), Georgia, serif;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1.05;
}

.potf-about-page h1 span,
.potf-about-page h2 span {
  color: var(--potf-primary);
}

.potf-about-hero {
  position: relative;
}


.potf-about-hero {
  min-height: 670px;
  display: grid;
  align-items: center;
}

.potf-about-hero-inner {
  width: min(var(--container-max-width), calc(100% - 30px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  padding: 40px 0;
}

.potf-about-hero-content {
  position: relative;
  z-index: 2;
}

.potf-about-hero h1 {
  font-size: clamp(48px, 5.2vw, 78px);
}

.potf-about-hero-content>p:not(.potf-eyebrow) {
  max-width: 560px;
  margin: 26px 0 0;
  color: var(--potf-text-soft);
}

.potf-about-hero-media {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}


.potf-about-hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.potf-about-icon,
.potf-process-icon {
  display: grid;
  place-items: center;
  color: var(--potf-primary);
}

.potf-about-icon svg,
.potf-process-icon svg {
  width: 28px;
  height: 28px;
  fill: currentColor;
}

.potf-about-panel,
.potf-about-stats-strip,
.potf-about-cta {
  border-radius: 24px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.055), rgba(255, 255, 255, 0.018)),
    rgba(10, 14, 20, 0.74);
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.28);
}

.potf-process-content h2,
.potf-about-cta h2 {
  font-size: clamp(36px, 4vw, 56px);
}

.potf-process-content>p,
.potf-about-cta p:not(.potf-eyebrow) {
  margin: 22px 0 0;
}

.potf-process-content>p {
  color: var(--potf-text-soft)
}

.potf-process-step h3 {
  margin: 16px 0 0;
  color: var(--potf-heading);
  font-size: 15px;
  font-weight: 700;
}

.potf-process-step p {
  margin: 12px 0 0;
  font-size: 14px;
  color: var(--potf-text-soft)
}

.potf-about-icon {
  height: 42px;
}

.potf-process-panel {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
  gap: clamp(34px, 5vw, 70px);
  overflow: hidden;
  margin-top: 32px;
  width: min(var(--container-max-width), calc(100% - 30px));
  margin: 60px auto;
}

.potf-process-media {
  min-height: 590px;
  overflow: hidden;
}

.potf-process-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.potf-process-content {
  align-self: center;
  padding: clamp(36px, 5vw, 62px) clamp(28px, 5vw, 60px) clamp(36px, 5vw, 62px) 0;
}

.potf-process-steps {
  display: grid;
  gap: 24px;
  margin-top: 34px;
}

.potf-process-step {
  display: grid;
  grid-template-columns: 48px 1fr;
  gap: 18px;
  position: relative;
}


.potf-process-icon {
  width: 48px;
  height: 48px;
  border: 1px solid var(--potf-primary);
  border-radius: 50%;
  background: rgba(212, 166, 58, 0.07);
  padding: 10px;
}

.potf-process-icon svg {
  width: 23px;
  height: 23px;
}

.potf-process-step h3 {
  margin-top: 4px;
}

.potf-about-stats-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: 32px;
  padding: 52px 30px;
  text-align: center;
  width: min(var(--container-max-width), calc(100% - 30px));
  margin: 40px auto;
}

.potf-about-stats-strip div:not(:last-child) {
  border-right: 1px solid rgba(255, 255, 255, 0.13);
}

.potf-about-stats-strip strong {
  display: block;
  color: var(--potf-primary);
  font-family: var(--potf-font-heading), Georgia, serif;
  font-size: clamp(32px, 3.5vw, 44px);
  font-weight: 500;
  line-height: 1;
}

.potf-about-stats-strip span {
  display: block;
  margin-top: 12px;
  color: var(--potf-heading);
  font-weight: 500;
}

.potf-about-cta {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  overflow: hidden;
  min-height: 390px;
  margin: 40px auto;
  width: min(var(--container-max-width), calc(100% - 30px));
}

.potf-about-cta .potf-btn span {
  display: flex;
  font-size: 22px;
}

.potf-about-cta-content {
  position: relative;
  z-index: 1;
  padding: clamp(38px, 5vw, 64px);
}

.potf-about-cta-content p:not(.potf-eyebrow) {
  max-width: 470px;
  margin-bottom: 30px;
  color: var(--potf-text-soft);
}

.potf-about-cta .potf-btn {
  color: #fff;
}

.potf-about-cta-media {
  height: 100%;
  min-height: 390px;
  opacity: 0.9;
}

.potf-about-cta-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.container-footer-bottom {
  border-color: clor-mix(in oklab, var(--primary-white) 60%, transparent);
}

.grid-box-home .e-con-full {
  position: relative;
  padding: 10px;
}

.grid-box-home .e-con-full:after {
  content: '';
  border-right: 1px solid rgb(255 255 255 / 30%);
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  height: -webkit-fill-available;

}

.grid-box-home>.e-con:last-child::after {
  display: none;
}

.elementor-post__meta-data {
  display: none;
}

.box-blog article {
  overflow: hidden;
  box-shadow: rgb(255 255 255 / 20%) 0px 8px 24px !important;

}

.box-blog .elementor-posts .elementor-post__card {
  background-color: transparent;
}

.box-blog .elementor-post__excerpt p {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/* Form search */

/* Form search */

/* Form search */


.header-search .e-search-form .e-search-input {
  padding: 4px 10px;
  max-width: 160px;
}






#elementor-popup-modal-833 .dialog-lightbox-widget-content {
  width: 100%;
  top: 0;
  justify-content: center;
  display: flex;
  transition: all 0.3s ease;
}

#elementor-popup-modal-833 .e-search-form {
  background: #f1f1f1;
  border-radius: 30px;
  overflow: hidden;
  padding: 5px;
}

#elementor-popup-modal-833 .dialog-message {
  max-width: 820px;
  padding: 0px 15px;
  width: 100%;
}

.elementor-833 .elementor-element.elementor-element-52656ac .e-search-input::placeholder {
  color: #858585;
}

#elementor-popup-modal-833 .dialog-close-button {
  font-size: 20px;
}

#elementor-popup-modal-833.active .dialog-widget-content {
  top: 0;
  background-color: #111317;
}

#elementor-popup-modal-833 .dialog-message {
  padding: 0px !important;
}

#elementor-popup-modal-833 .dialog-lightbox-widget-content {
  width: 100%;
  top: -100%;
  justify-content: center;
  display: flex;
  transition: all 0.3s ease;
}

#elementor-popup-modal-833 .e-search-form {
  background: #f1f1f1;
  border-radius: 30px;
  overflow: hidden;
  padding: 5px;
}

#elementor-popup-modal-833 .dialog-message {
  max-width: 820px;
  padding: 0px 15px;
  width: 100%;
}

.elementor-833 .elementor-element.elementor-element-52656ac .e-search-input::placeholder {
  color: #858585;
}

#elementor-popup-modal-833 .dialog-close-button {
  font-size: 20px;
}

#elementor-popup-modal-833.active .dialog-widget-content {
  top: 0;
}

.custom-search-input-wrap {
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
  background: #eee;
  min-height: 54px;
  border-radius: 30px !important;
  max-width: 580px;
  margin: 0px auto;
  padding: 5px;
  border: 2px solid color-mix(in srgb, var(--potf-primary) 47%, transparent);
  background: #25262A;

}

.custom-search-input-wrap.active {
  /*   background: transparent;
  border-color: #000; */
  border: 2px solid color-mix(in srgb, var(--potf-primary) 99%, transparent);
}

.custom-search-input {
  width: 100% !important;
  height: 100%;
  border: none !important;
  background: transparent;
  font-family: inherit;
  font-weight: 500;
  outline: none;
  font-size: 14px;
  flex-grow: 1;
}

.custom-search-input-wrap span {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  cursor: pointer;
}

.custom-search-input-wrap span svg {
  width: 24px;
  height: 24px;
}

.custom-search-input-wrap span:not(:span:nth-child(2) svg:last-child svg) path {
  fill: #000;
}

.custom-search-input-wrap :span:nth-child(2) svg:last-child {
  display: none;
}

/* Chrome, Safari, Edge */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  display: none;
}

/* iOS Safari fix thêm */
input[type="search"] {
  -webkit-appearance: none;
}

.custom-search-loading {
  width: 20px;
  height: 20px;
  display: none;
  border: 2px solid rgba(15, 50, 88, 0.25);
  border-top-color: #0f3258;
  border-radius: 50%;
  animation: customSearchSpin 0.9s linear infinite;
  box-sizing: border-box;
}

@keyframes customSearchSpin {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

.custom-search-results {
  max-width: 580px;
  margin: 0px auto;
  position: absolute;
  top: 0;
  padding-top: 60px;
  left: 50%;
  transform: translatex(-50%);
  background: white;
  z-index: 100;
  width: 100%;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
  z-index: 0;
}

.search-list {
  list-style: none;
  padding-left: 0px;
}

li.search-item a {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px;
  transition: all 0.3s ease;
  border-bottom: 1px solid #eee;
}

li.search-item a:hover {
  background-color: #f5f5f5;
}

.search-thumb {
  width: 44px;
  height: 44px;
  background-color: #eee;
  display: flex;
}

.search-thumb img {
  width: 100%;
  height: 100%;
}

.search-content {
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: space-between;
  flex: 1;
}

.search-content .title {
  font-size: 14px;
  font-weight: 500;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  color: #333;
}

.search-content .price {
  font-size: 14px;
  flex-direction: column;
  gap: 0px;
  font-weight: 600;
}

.search-content .price del * {
  color: #555 !important;
  font-weight: 600;
}

.search-content .price ins *,
.search-content .price .woocommerce-Price-amount {
  color: #ff352f;
}

.search-see-all-link {
  width: 100%;
  min-height: 42px;
  background: var(--potf-primary);
  color: white;
  display: flex;
  align-items: center;
  padding: 5px 20px;
  justify-content: center;
  font-size: 14px;
  font-weight: 500;
  transition: all 0.3s ease;
}

.search-see-all-link:hover {
  background-color: #ff352f;
  color: white;
}

.elementor-popup-modal .dialog-message {
  overflow: visible;
}

.custom-search-input-icon {
  width: 40px;
  background-color: var(--potf-primary);
  border-radius: 30px;
  height: stretch;
  justify-content: center;
}

.no-results {
  padding: 20px;
  text-align: center;
}

.custom-search-form {
  z-index: 1;
  position: relative;
}

.search-highlight {
  color: var(--potf-primary);
  background: transparent;
  font-weight: 700;
}

.search-content {
  gap: 10px;
}

.elementor-element-ba75ab9 {
  padding: 0px !important;
}

.search-content .price {
  display: flex;
  flex-direction: row
}

#elementor-popup-modal-833 .dialog-message {
  overflow: visible;

}



.custom-search-input {
  color: #ffffff;
  /* chữ trắng */
}

.custom-search-input::placeholder {
  color: rgba(255, 255, 255, 0.6);
  /* placeholder màu trắng mờ */
}

.elementor-popup-modal .dialog-close-button svg {
  fill: #fcfbfe !important;
}

.custom-search-input-clear svg path {
  stroke: #ffffff;
  /* màu trắng cho đường viền X */
}

.custom-search-input-clear:hover svg path {
  stroke: #fffc;
  /* sáng hơn khi hover */
}


/* end */



/* Shop page template */
.potf-shop-page {
  --potf-primary: #C9A961;
  --potf-primary-light: #E3C577;
  --potf-shop-bg: #03070d;
  --potf-shop-panel: #071018;
  --potf-shop-line: rgba(201, 169, 97, 0.18);
  --potf-shop-gold: var(--potf-primary);
  --potf-shop-text: #ffffff;
  --potf-shop-heading: #ffffff;
  --potf-shop-muted: #A8A8A8;
  --potf-font-heading: "Playfair Display";
  --potf-font-body: "DM Sans";
  background:
    radial-gradient(circle at 78% 8%, rgba(201, 169, 97, 0.2), transparent 24%),
    radial-gradient(circle at 4% 24%, rgba(21, 84, 131, 0.18), transparent 28%),
    linear-gradient(180deg, #02050a 0%, var(--potf-shop-bg) 100%);
  color: var(--potf-shop-text);
  font-family: var(--potf-font-body), Arial, sans-serif;
}

.potf-shop-page a {
  text-decoration: none;
}

.potf-shop-main {
  width: min(var(--container-max-width), calc(100% - 30px));
  margin: 0 auto;
  padding: 24px 0 70px;
}

.potf-shop-hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(360px, 1.05fr);
  align-items: center;
  min-height: 360px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 30px;
}

.potf-shop-hero::before {
  content: "";
  position: absolute;
  inset: 0 0 auto auto;
  width: 54%;
  height: 100%;
  background:
    linear-gradient(30deg, transparent 46%, rgba(201, 169, 97, 0.18) 47%, transparent 49%) 0 0 / 70px 70px,
    radial-gradient(circle, rgba(255, 153, 42, 0.65) 1px, transparent 2px) 12px 8px / 46px 46px;
  opacity: 0.46;
}

.potf-shop-hero-content {
  position: relative;
  z-index: 2;
  max-width: 560px;
  padding: clamp(34px, 5vw, 62px);
}

.potf-shop-hero h1 {
  margin: 0;
  color: var(--potf-shop-heading);
  font-size: 46px;
  font-weight: 600;
  line-height: 1.02;
  letter-spacing: 0;
  font-family: var(--potf-font-heading), Georgia, serif;
}

.potf-shop-hero h1 span {
  color: var(--potf-primary-light)
}

.potf-shop-hero-content p:not(.potf-eyebrow) {
  max-width: 440px;
  margin: 18px 0 0;
  color: var(--potf-text-soft);
  font-size: 16px;
  line-height: 1.65;
}

.potf-shop-hero-products {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.potf-shop-hero-products img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}


.potf-shop-layout {
  display: grid;
  grid-template-columns: 286px minmax(0, 1fr);
  gap: 24px;
  margin-top: 22px;
}

.potf-shop-sidebar {
  align-self: start;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 24px;
  background: linear-gradient(180deg, rgba(10, 18, 27, 0.96), rgba(6, 12, 19, 0.96));
  box-shadow: 0 18px 54px rgba(0, 0, 0, 0.34);
}

.potf-shop-sidebar form {
  display: grid;
  gap: 24px;
  padding: 22px;
}

.potf-shop-filter-group {
  display: grid;
  gap: 12px;
  padding-bottom: 20px;
  border-bottom: 1px solid #424242;
}

.potf-shop-filter-group h2 {
  margin: 0 0 6px;
  color: var(--potf-primary-light);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.6px;
  line-height: 1.2;
  text-transform: uppercase;
}

.potf-category-link {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 10px;
  align-items: center;
  min-height: 28px;
  color: var(--potf-shop-text);
  font-size: 14px;
  text-transform: capitalize;
}

.potf-category-link:hover {
  color: var(--potf-shop-heading);
}
.potf-category-link.is-active {
  color: var(--potf-button)
}
.potf-category-link b {
  color: var(--potf-shop-gold);
  font-size: 12px;
}

.potf-filter-label {
  color: var(--potf-shop-heading);
  font-size: 14px;
}

.potf-price-fields {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

.potf-price-fields input {
  width: 100%;
  min-height: 38px;
  border: 1px solid rgba(201, 169, 97, 0.25);
  border-radius: 8px;
  background: rgba(0, 0, 0, 0.22);
  color: var(--potf-shop-heading);
  font-size: 14px;
  outline: none;
  padding: 0 10px;
  font-weight: 500;
}

.potf-price-fields input:focus {
  border-color: var(--potf-shop-gold);
}

.potf-check-row {
  display: flex;
  align-items: center;
  gap: 9px;
  color: var(--potf-text-soft);
  font-size: 13px;
}

.potf-check-row input {
  width: 15px;
  height: 15px;
  accent-color: var(--potf-shop-gold);
}

.potf-filter-actions {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.potf-filter-actions button,
.potf-filter-actions a {
  display: inline-flex;
  min-height: 42px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(201, 169, 97, 0.42);
  border-radius: 10px;
  color: var(--potf-primary-light);
  font-size: 14px;
  font-weight: 500;
}

.potf-filter-actions button {
  background: var(--potf-primary-light);
  cursor: pointer;
  color: white;
}

.potf-filter-actions button:hover {
  background: var(--potf-primary-light);
}

.potf-filter-actions a {
  background: transparent;
}

.potf-shop-products {
  position: relative;
  min-width: 0;
  transition: opacity 0.2s ease;
}

.potf-shop-layout.is-loading .potf-shop-grid,
.potf-shop-layout.is-loading .potf-shop-toolbar,
.potf-shop-layout.is-loading .potf-shop-pagination,
.potf-shop-layout.is-loading .potf-shop-empty {
  opacity: 0.45;
  pointer-events: none;
}

.potf-shop-loading {
  position: absolute;
  top: 84px;
  left: 50%;
  z-index: 5;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-height: 46px;
  padding: 0 18px;
  border: 1px solid rgba(227, 197, 119, 0.38);
  border-radius: 8px;
  background: rgba(3, 7, 13, 0.92);
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.32);
  color: var(--potf-shop-heading);
  font-size: 13px;
  font-weight: 700;
  opacity: 0;
  pointer-events: none;
  transform: translate(-50%, -8px);
  transition: opacity 0.2s ease, transform 0.2s ease;
  white-space: nowrap;
}

.potf-shop-loading span {
  width: 17px;
  height: 17px;
  border: 2px solid rgba(227, 197, 119, 0.22);
  border-top-color: var(--potf-primary-light);
  border-radius: 50%;
  animation: potf-shop-spin 0.7s linear infinite;
}

.potf-shop-layout.is-loading .potf-shop-loading {
  opacity: 1;
  transform: translate(-50%, 0);
}

@keyframes potf-shop-spin {
  to {
    transform: rotate(360deg);
  }
}

.potf-shop-toolbar {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.potf-shop-products .potf-shop-toolbar {
  justify-content: space-between;
  margin-bottom: 20px;
}

.potf-shop-toolbar p {
  margin: 0;
  color: var(--potf-text-soft);
  font-size: 14px;
  font-weight: 500;
}

.potf-shop-controls {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
}

.potf-shop-filter-toggle {
  display: none;
}

.potf-shop-filter-backdrop {
  display: none;
}

.potf-shop-sort {
  position: relative;
  display: flex;
  align-items: center;
  min-width: min(100%, 295px);
  min-height: 48px;
  border: 1px solid rgba(201, 169, 97, 0.32);
  border-radius: 12px;
  background: rgba(3, 7, 13, 0.72);
}

.potf-shop-sort label {
  position: absolute;
  left: 20px;
  z-index: 1;
  color: var(--potf-text-soft);
  font-size: 14px;
  font-weight: 500;
  pointer-events: none;
}

.potf-shop-sort select {
  width: 100%;
  min-height: 48px;
  appearance: none;
  border: 0;
  background: transparent;
  color: var(--potf-shop-heading);
  cursor: pointer;
  font-size: 14px;
  font-weight: 500;
  outline: none;
  padding: 0 30px 0 16px;
}

.potf-shop-sort select option {
  color: black;
}

.potf-shop-sort::after {
  content: "";
  position: absolute;
  right: 20px;
  width: 8px;
  height: 8px;
  border-right: 2px solid var(--potf-primary-light);
  border-bottom: 2px solid var(--potf-primary-light);
  pointer-events: none;
  transform: rotate(45deg) translateY(-2px);
}

.potf-shop-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
}

.potf-shop-card {
  overflow: hidden;
  border: 1px solid rgba(71, 129, 176, 0.24);
  border-radius: 16px;
  background: linear-gradient(180deg, rgba(8, 16, 24, 0.94), rgba(4, 9, 15, 0.98));
  box-shadow: 0 16px 42px rgba(0, 0, 0, 0.28);
  transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.potf-shop-card:hover {
  transform: translateY(-3px);
  border-color: rgba(201, 169, 97, 0.45);
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.38);
}

.potf-shop-card-image {
  position: relative;
  display: grid;
  min-height: 230px;
  place-items: center;
  background:
    radial-gradient(circle at 50% 60%, rgba(201, 169, 97, 0.14), transparent 34%),
    radial-gradient(circle at 50% 20%, rgba(38, 120, 189, 0.24), transparent 36%),
    #060b12;
}

.potf-shop-card-image::after {
  content: "";
  position: absolute;
  inset: auto 14% 13px;
  height: 22px;
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.62);
  filter: blur(12px);
}

.potf-shop-card-image img {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: transform 0.2s ease;
}

.potf-shop-card:hover .potf-shop-card-image img {
  transform: scale(1.04);
}

.potf-shop-badge {
  position: absolute;
  z-index: 2;
  top: 12px;
  left: 12px;
  min-height: 26px;
  padding: 4px 10px;
  border-radius: 999px;
  background: var(--potf-shop-gold);
  color: var(--potf-heading);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.4px;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: center;
}

.potf-shop-card-body {
  display: grid;
  gap: 7px;
  padding: 16px;
  text-align: center;
}

.potf-shop-card-body h2 {
  margin: 0;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.3;
  font-family: inherit;
}

.potf-shop-card-body h2 a {
  color: var(--potf-shop-heading);
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-clamp: 2;
  text-overflow: ellipsis;
  overflow: hidden;
}

.potf-shop-card-type {
  display: block;
  min-height: 17px;
  color: var(--potf-heading);
  font-size: 13px;
  opacity: 0.7;
  text-transform: capitalize;
}

.potf-shop-card-price {
  min-height: 22px;
  color: var(--potf-primary-light);
  font-size: 14px;
  font-weight: 600;
}

.potf-shop-card-price del {
  color: var(--potf-shop-muted);
  font-weight: 500;
}

.potf-shop-add-cart {
  display: inline-flex;
  min-height: 42px;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-top: 4px;
  border: 1px solid rgba(201, 169, 97, 0.62);
  border-radius: 10px;
  background: rgba(201, 169, 97, 0.06);
  color: var(--potf-shop-heading);
  font-size: 13px;
  color: var(--potf-primary-light);
  font-weight: 500;
  letter-spacing: 0.5px;
  transition: all 0.3s ease;
}

.woocommerce-shop .added_to_cart.wc-forward {
  display: none;
}

.potf-shop-add-cart:hover {
  background: var(--potf-shop-gold);
  color: var(--potf-shop-heading);
}

.potf-shop-add-cart.is-adding,
.potf-shop-add-cart.loading {
  cursor: wait;
  opacity: 0.72;
  pointer-events: none;
}

.potf-add-cart.is-adding,
.potf-add-cart.loading {
  cursor: wait;
  opacity: 0.72;
  pointer-events: none;
}

.potf-shop-toast-wrap {
  position: fixed;
  z-index: 9999;
  top: 40px;
  right: 24px;
  display: grid;
  gap: 12px;
  width: min(360px, calc(100vw - 32px));
  pointer-events: none;
}

.potf-shop-toast {
  display: grid;
  grid-template-columns: 28px minmax(0, 1fr) 24px;
  gap: 12px;
  align-items: center;
  min-height: 64px;
  padding: 14px 14px 14px 16px;
  border: 1px solid var(--potf-primary-light);
  border-radius: 10px;
  background: rgba(3, 7, 13, 0.96);
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.38);
  opacity: 0;
  pointer-events: auto;
  transform: translateX(18px);
  transition: opacity 0.22s ease, transform 0.22s ease;
}

.potf-shop-toast.is-visible {
  opacity: 1;
  transform: translateX(0);
}

.potf-shop-toast>span {
  display: grid;
  width: 22px;
  height: 22px;
  place-items: center;
  border-radius: 50%;
}

.potf-shop-toast>span img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}


.potf-shop-toast p {
  margin: 0;
  color: var(--potf-heading);
  font-size: 14px;
  font-weight: 500;
  line-height: 1.35;
}

.potf-shop-toast button {
  display: grid;
  width: 24px;
  height: 24px;
  place-items: center;
  border: 0;
  background: transparent;
  cursor: pointer;
  line-height: 1;
  padding: 2px;
  border-radius: 50%;
}

.potf-shop-toast button img {
  width: 100%;
  height: 100%;
}

.potf-shop-empty {
  padding: 54px 24px;
  border-radius: 12px;
  text-align: center;
}

.potf-shop-empty h2 {
  margin: 0;
  color: var(--potf-shop-heading);
}

.potf-shop-empty p {
  margin: 12px 0 0;
}

.potf-shop-pagination {
  margin-top: 28px;
}

.potf-shop-pagination ul {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.potf-shop-pagination a,
.potf-shop-pagination span {
  display: grid;
  min-width: 40px;
  height: 40px;
  place-items: center;
  border: 1px solid color-mix(in srgb, var(--potf-primary-light) 48%, transparent);
  border-radius: 6px;
  color: var(--potf-shop-heading);
  font-size: 14px;
  font-weight: 600;
}

.potf-shop-pagination .current,
.potf-shop-pagination a:hover {
  background: var(--potf-shop-gold);
  color: #111317;
}

/* Blog page template */
.potf-blog-main {
  padding-bottom: 86px;
}

.potf-blog-hero .potf-eyebrow {
  color: var(--potf-shop-gold);
}

.potf-blog-hero-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(2, 5, 10, 0.18), rgba(2, 5, 10, 0));
  pointer-events: none;
}

.potf-blog-archive {
  padding-top: 42px;
}

.potf-blog-archive-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 28px;
}

.potf-blog-archive-card {
  overflow: hidden;
  border: 1px solid rgba(71, 129, 176, 0.24);
  border-radius: 16px;
  background: rgba(7, 16, 24, 0.72);
  box-shadow: 0 22px 70px rgba(0, 0, 0, 0.24);
  transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.potf-blog-archive-card:hover {
  transform: translateY(-3px);
  border-color: rgba(201, 169, 97, 0.45);
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.38);
}

.potf-blog-archive-image {
  display: block;
  aspect-ratio: 1.82 / 1;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.2);
}

.potf-blog-archive-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.28s ease;
}

.potf-blog-archive-card:hover .potf-blog-archive-image img {
  transform: scale(1.04);
}

.potf-blog-archive-content {
  display: grid;
  gap: 12px;
  padding: 22px;
}

.potf-blog-archive-content time {
  color: var(--potf-shop-gold);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: uppercase;
}

.potf-blog-archive-content h2 {
  margin: 0;
  color: var(--potf-shop-heading);
  font-size: 26px;
  line-height: 1.08;
  font-family: inherit;
}

.potf-blog-archive-content h2 a {
  color: inherit;
}

.potf-blog-archive-content p {
  margin: 0;
  color: var(--potf-text-soft);
  font-size: 15px;
  line-height: 1.65;
}

.potf-blog-read-more {
  justify-self: start;
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  margin-top: 4px;
  border: 1px solid var(--potf-shop-gold);
  border-radius: 8px;
  background: rgba(201, 169, 97, 0.08);
  color: var(--potf-primary);
  padding: 0 18px;
  font-size: 13px;
  font-weight: 700;
}

.potf-blog-read-more:hover {
  background: var(--potf-shop-gold);
  color: #fff;
}

/* Single blog template */
.potf-single-blog-main {
  padding-bottom: 86px;
}

.potf-single-blog-breadcrumb {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  padding: 24px 0 34px;
  color: var(--potf-text-soft);
  font-size: 14px;
}

.potf-single-blog-breadcrumb a {
  color: inherit;
}

.potf-single-blog-breadcrumb a:hover,
.potf-single-blog-breadcrumb strong {
  color: var(--potf-shop-gold);
}

.potf-single-blog-breadcrumb strong {
  font-weight: 500;
}

.potf-single-blog-article {
  display: grid;
  gap: 34px;
}


.potf-single-blog-header h1 {
  margin: 0;
  color: var(--potf-shop-heading);
  font-family: var(--potf-font-heading);
  font-size: clamp(32px, 6vw, 50px);
  line-height: 1.02;
}

.potf-single-blog-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 18px;
  margin-top: 18px;
  color: var(--potf-text-soft);
  font-size: 14px;
}

.potf-single-blog-meta span,
.potf-single-blog-meta time {
  display: inline-flex;
  align-items: center;
}

.potf-single-blog-meta span::before {
  content: "";
  width: 5px;
  height: 5px;
  margin-right: 18px;
  border-radius: 50%;
  background: var(--potf-shop-gold);
}

.potf-single-blog-image {
  overflow: hidden;
  margin: 0;
  border: 1px solid rgba(71, 129, 176, 0.24);
  border-radius: 18px;
  background: rgba(7, 16, 24, 0.72);
  box-shadow: 0 22px 70px rgba(0, 0, 0, 0.26);
}

.potf-single-blog-image img {
  width: 100%;
  max-height: 620px;
  object-fit: cover;
  display: block;
}

.potf-single-blog-content {
  width: min(100%, 1024px);
  margin: 0 auto;
  color: var(--potf-text-soft);
  font-size: 17px;
  line-height: 1.78;
}

.potf-single-blog-content>*:first-child {
  margin-top: 0;
}

.potf-single-blog-content>*:last-child {
  margin-bottom: 0;
}

.potf-single-blog-content h2,
.potf-single-blog-content h3,
.potf-single-blog-content h4 {
  margin: 1.7em 0 0.65em;
  color: var(--potf-shop-heading);
  font-family: var(--potf-font-heading);
  line-height: 1.16;
}

.potf-single-blog-content h2 {
  font-size: clamp(30px, 3vw, 44px);
}

.potf-single-blog-content h3 {
  font-size: clamp(24px, 2.4vw, 34px);
}

.potf-single-blog-content p,
.potf-single-blog-content ul,
.potf-single-blog-content ol {
  margin: 0 0 1.15em;
}

.potf-single-blog-content a {
  color: var(--potf-shop-gold);
}

.potf-single-blog-content blockquote {
  margin: 34px 0;
  border-left: 3px solid var(--potf-shop-gold);
  padding: 8px 0 8px 24px;
  color: var(--potf-shop-heading);
  font-size: 22px;
  line-height: 1.5;
}

.potf-single-blog-content img {
  max-width: 100%;
  height: auto;
  border-radius: 14px;
}

.potf-single-blog-pages {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 28px;
}

.potf-single-blog-related {
  margin-top: 72px;
}

.potf-single-blog-related-heading {
  margin-bottom: 26px;
}

.potf-single-blog-related-heading h2 {
  margin: 0;
  color: var(--potf-shop-heading);
  font-family: var(--potf-font-heading);
  font-size: 36px;
  line-height: 1.06;
}

/* Search results template */
.potf-search-main {
  padding-bottom: 76px;
}

.potf-search-hero {
  padding: 20px 0;
  margin-bottom: 40px;
}

.potf-search-hero h1 {
  margin: 0;
  color: var(--potf-shop-heading);
  font-family: var(--potf-font-heading);
  line-height: 1.02;
  display: flex;
  align-items: center;
  gap: 10px;
}

.potf-search-hero h1 span {
  display: block;
  color: var(--potf-primary-light);
}

.potf-search-mid {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 20px;
}

.potf-search-mid>div {
  margin: 0;
}

.potf-search-shop-link {
  display: flex;
  align-items: center;
  gap: 6px;
  color: white !important;
  margin-bottom: 24px;
  font-size: 14px;
}

.potf-search-shop-link span {
  display: flex;
}

.potf-shop-empty .potf-search-shop-link {
  background: var(--potf-accent);
  margin: 40px auto;
  min-height: 46px;
  width: fit-content;
  border-radius: 30px;
  padding: 0 30px;
  font-weight: 600;
  font-size: 16px;
}

.potf-search-shop-link span img {
  width: 24px;
  height: 100%;
}

.no-results {
  color: black;
}

.potf-search-results {
  display: grid;
  gap: 22px;
}

/* WooCommerce My Account */
.potf-account-page {
  --potf-account-bg: #030405;
  --potf-account-panel: rgba(18, 18, 18, 0.88);
  --potf-account-line: rgba(255, 255, 255, 0.12);
  --potf-account-text: #ffffff;
  --potf-account-muted: #A8A8A8;
  --potf-account-gold: #C9A961;
  background:
    radial-gradient(circle at 70% 4%, rgba(241, 164, 0, 0.16), transparent 24%),
    linear-gradient(180deg, #030405 0%, #010202 100%);
  color: var(--potf-account-text);
  padding: 24px;
  min-height: 720px;
}

.potf-account-page a {
  text-decoration: none;
}

.potf-account-shell {
  display: grid;
  grid-template-columns: 300px minmax(0, 1fr);
  min-height: 680px;
  overflow: hidden;
  border: 1px solid var(--potf-account-line);
  border-radius: 30px;
  background: rgba(6, 6, 6, 0.78);
}

.potf-account-sidebar {
  border-right: 1px solid var(--potf-account-line);
  padding: 26px 16px;
  width: 100% !important;
}

.potf-account-content .woocommerce-Addresses {
  border: none !important;
  padding: 0 !important;
  margin-top: 40px;
}

.potf-account-content .woocommerce-Addresses>div {
  display: flex;
  flex-direction: column;
  padding: 30px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  color: #fff;
  font-style: normal;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.03);
  border-radius: 16px;
  background: radial-gradient(circle at 16% 18%, rgba(255, 255, 255, 0.055), transparent 31%), linear-gradient(180deg, rgba(255, 255, 255, 0.035), rgba(255, 255, 255, 0.015));
}

.potf-account-content .woocommerce-address-fields__field-wrapper {
  margin-bottom: 20px;
}

.woocommerce-EditAccountForm.edit-account>p:last-child {
  margin-top: 20px;
}

.potf-account-content .woocommerce-Address-title {
  display: flex;
  align-items: center;
  gap: 20px;
  justify-content: space-between;
  margin-bottom: 20px;
}

.potf-account-content .woocommerce-Address-title a {
  color: var(--potf-primary-light) !important;
  font-size: 14px;
}

.potf-account-content .woocommerce-Address-title h2 {
  margin: 0;
}

.potf-account-content .woocommerce-Address-title::before,
.potf-account-content .woocommerce-Address-title::after {
  display: none !important;
}

.potf-account-content h2 {
  font-size: 22px;
}

.potf-account-user {
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr);
  gap: 12px;
  align-items: center;
  padding: 0 0 18px;
  border-bottom: 1px solid var(--potf-account-line);
  margin-bottom: 16px;
}

.potf-account-avatar {
  display: grid;
  place-items: center;
  width: 58px;
  height: 58px;
  border: 1px solid rgba(241, 164, 0, 0.55);
  border-radius: 50%;
  background: rgba(241, 164, 0, 0.12);
  color: var(--potf-account-gold);
  font-weight: 800;
}

.potf-account-user strong,
.potf-account-user span {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.potf-account-user strong {
  color: #fff;
}

.potf-account-user span {
  margin-top: 4px;
  color: var(--potf-account-muted);
  font-size: 13px;
}

.potf-account-sidebar ul {
  display: grid;
  gap: 8px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.potf-account-sidebar a {
  display: flex;
  align-items: center;
  gap: 12px;
  min-height: 48px;
  border-radius: 7px;
  color: var(--potf-account-text);
  padding: 0 16px;
  font-weight: 500;
}

.potf-account-sidebar li.is-active a,
.potf-account-sidebar li.woocommerce-MyAccount-navigation-link--dashboard.is-active a,
.potf-account-sidebar a:hover {
  background: rgba(241, 164, 0, 0.18);
  color: var(--potf-account-gold);
}

.potf-account-nav-icon {
  display: flex;
}

.potf-account-sidebar>ul>li .potf-account-nav-icon::before {
  content: "";
  width: 24px;
  height: 24px;
  display: block;
  background-size: contain;
  background-repeat: no-repeat;
  flex-shrink: 0;
  filter: brightness(0) invert(1);
}

.potf-account-sidebar>ul>li.is-active .potf-account-nav-icon::before,
.potf-account-sidebar>ul>li:hover .potf-account-nav-icon::before {
  filter: none;
}

.potf-account-sidebar>ul>li:nth-child(1) .potf-account-nav-icon::before {
  background-image: url('https://peptidesofthefuture.com/wp-content/uploads/2026/06/proicons-home.svg');
}

.potf-account-sidebar>ul>li:nth-child(2) .potf-account-nav-icon::before {
  background-image: url('https://peptidesofthefuture.com/wp-content/uploads/2026/06/mage-box-3d-check.svg');
}

.potf-account-sidebar>ul>li:nth-child(3) .potf-account-nav-icon::before {
  background-image: url('https://peptidesofthefuture.com/wp-content/uploads/2026/06/mynaui-download.svg');
}

.potf-account-sidebar>ul>li:nth-child(4) .potf-account-nav-icon::before {
  background-image: url('https://peptidesofthefuture.com/wp-content/uploads/2026/06/hugeicons-location-03-1.svg');
}

.potf-account-sidebar>ul>li:nth-child(5) .potf-account-nav-icon::before {
  background-image: url('https://peptidesofthefuture.com/wp-content/uploads/2026/06/lineicons-user-4.svg');
}

.potf-account-sidebar>ul>li:nth-child(6) .potf-account-nav-icon::before {
  background-image: url('https://peptidesofthefuture.com/wp-content/uploads/2026/06/mynaui-logout.svg');
}

.potf-account-content {
  padding: clamp(28px, 3.2vw, 40px);
  width: 100% !important;
}

.potf-account-heading {
  margin-bottom: 22px;
}

.potf-account-heading h1 {
  margin: 0;
  color: #fff;
  font-size: clamp(28px, 3vw, 38px);
  line-height: 1.1;
}

.potf-account-heading h1 span,
.potf-account-heading h1>span {
  color: var(--potf-account-gold);
}

.potf-account-heading p {
  margin: 8px 0 0;
  color: var(--potf-account-text);
}

.potf-account-stat-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
  margin-bottom: 24px;
}



.potf-account-stat-card,
.potf-account-panel {
  border: 1px solid var(--potf-account-line);
  border-radius: 24px;
  background:
    radial-gradient(circle at 75% 20%, rgba(241, 164, 0, 0.12), transparent 36%),
    var(--potf-account-panel);
  box-shadow: 0 22px 70px rgba(0, 0, 0, 0.26);
}

.potf-account-stat-card {
  display: grid;
  grid-template-columns: 64px minmax(0, 1fr);
  gap: 6px 16px;
  min-height: 176px;
  color: #fff;
  padding: 22px;
}

.potf-account-stat-card>div {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.potf-account-stat-icon {
  width: 60px;
  height: 60px;
  border-radius: 10px;
  background: rgba(213, 147, 34, 0.12);
  color: #f4b53d;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  overflow: hidden;
  padding: 16px;
}

.potf-account-stat-icon>img {
  width: 100%;
}

.potf-account-stat-card strong {
  color: var(--potf-heading);
  font-weight: 500;
}

.potf-account-stat-card b {
  color: var(--potf-account-gold);
  font-size: 24px;
  line-height: 1;
}

.potf-account-stat-card small {
  display: flex;
  justify-content: space-between;
  grid-column: 1 / -1;
  margin-top: 20px;
  border-top: 1px solid var(--potf-account-line);
  padding-top: 18px;
  color: #fff;
  font-weight: 500;
  font-size: 16px;
}

.potf-account-stat-card small span {
  display: flex;
}

.potf-account-stat-card small span img {
  width: 24px;
}

.potf-account-dashboard-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}

.potf-account-panel {
  overflow: hidden;
}

.potf-account-panel-head {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  align-items: center;
  min-height: 66px;
  border-bottom: 1px solid var(--potf-account-line);
  padding: 0 22px;
}

.potf-account-panel-head h2 {
  margin: 0;
  color: #fff;
  font-size: 16px;
}

.potf-account-panel-head a {
  color: var(--potf-account-gold);
  font-size: 14px;
  font-weight: 500;
  text-transform: capitalize;
}

.potf-account-recent-orders {
  min-height: 452px;
}

.potf-account-empty {
  margin: 0;
  color: var(--potf-account-text);
  padding: 28px 22px;
}

.potf-account-order-list {
  display: grid;
}

.potf-account-order-row {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr auto;
  gap: 14px;
  align-items: center;
  min-height: 62px;
  border-bottom: 1px solid var(--potf-account-line);
  color: var(--potf-account-text);
  padding: 0 22px;
}

.potf-account-order-row:hover span {
  color: white;
}

.potf-account-order-row:last-child {
  border-bottom: 0;
}

.potf-account-order-row strong {
  color: var(--potf-account-gold);
  text-align: right;
  font-weight: 600;
}

.potf-account-side-stack {
  display: grid;
  gap: 24px;
}

.potf-account-detail-list {
  display: grid;
  padding: 8px 22px 20px;
}

.potf-account-detail-list div {
  display: grid;
  grid-template-columns: 140px minmax(0, 1fr);
  gap: 20px;
  border-bottom: 1px solid var(--potf-account-line);
  padding: 17px 0;
}

.potf-account-detail-list div:last-child {
  border-bottom: 0;
}

.potf-account-detail-list span {
  color: var(--potf-account-muted);
}

.potf-account-detail-list strong {
  color: #fff;
  font-weight: 500;
}

.potf-account-club {
  display: grid;
  grid-template-columns: 60px minmax(0, 1fr) auto;
  gap: 16px;
  align-items: center;
  padding: 24px;
}

.potf-account-club h2,
.potf-account-club p {
  margin: 0;
}

.potf-account-club h2 {
  color: #fff;
  font-size: 17px;
}

.potf-account-club p {
  margin-top: 6px;
  color: var(--potf-account-text);
  font-size: 13px;
}

.potf-account-club>a,
.potf-account-order-filter button,
.potf-account-content .woocommerce-button,
.potf-account-content button.button,
.potf-account-content .button {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  border: 1px solid var(--potf-account-gold) !important;
  border-radius: 8px !important;
  background: transparent !important;
  color: var(--potf-account-gold) !important;
  padding: 0 18px !important;
  font-size: 13px !important;
  font-weight: 700 !important;
  text-transform: uppercase;
}

.potf-account-order-filter {
  display: grid;
  grid-template-columns: 185px minmax(0, 1fr);
  gap: 18px;
  margin: 28px 0 18px;
}

.potf-account-order-filter div {
  display: grid;
  grid-template-columns: minmax(0, 360px) 112px;
  justify-content: end;
  gap: 18px;
}

.potf-account-order-filter select,
.potf-account-order-filter input,
.potf-account-content input.input-text,
.potf-account-content input[type="text"],
.potf-account-content input[type="email"],
.potf-account-content input[type="password"],
.potf-account-content input[type="tel"],
.potf-account-content select,
.potf-account-content textarea {
  min-height: 48px;
  border: 1px solid var(--potf-account-line) !important;
  border-radius: 12px !important;
  background: rgba(10, 10, 10, 0.85) !important;
  color: #fff !important;
  padding: 0 14px !important;
}

.potf-account-content .woocommerce-Addresses,
.potf-account-content .woocommerce-address-fields,
.potf-account-content form.woocommerce-EditAccountForm,
.potf-account-content .woocommerce-order-details,
.potf-account-content .woocommerce-customer-details {
  border: 1px solid var(--potf-account-line);
  border-radius: 14px;
  background: var(--potf-account-panel);
  padding: 24px;
}

.potf-account-content fieldset {
  border-color: var(--potf-account-line);
}

.potf-account-content legend,
.potf-account-content h2,
.potf-account-content h3 {
  color: #fff;
  font-family: inherit;
  font-weight: 500;
}

.potf-account-content mark,
.potf-account-content .woocommerce-info {
  border: 1px solid var(--potf-account-line);
  border-radius: 10px;
  background: var(--potf-account-panel);
  color: var(--potf-account-text);
}

.potf-account-pagination {
  display: flex;
  gap: 12px;
  justify-content: flex-end;
  margin-top: 18px;
}

/* Single product template */
.potf-product-page {
  --potf-product-panel: rgba(7, 16, 24, 0.72);
  --potf-product-line: rgba(227, 197, 119, 0.24);
  width: min(var(--container-max-width), calc(100% - 30px));
  margin: 0 auto;
  padding: 30px 0 72px;
  color: var(--potf-text);
}

.potf-product-breadcrumb {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  margin-bottom: 28px;
  color: var(--potf-text-soft);
  font-size: 14px;
}

.potf-product-breadcrumb a {
  color: inherit;
}

.potf-product-breadcrumb a:hover,
.potf-product-breadcrumb strong {
  color: var(--potf-primary-light);
}

.potf-product-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(360px, 0.9fr);
  gap: clamp(34px, 5vw, 66px);
  align-items: start;
}

.potf-product-main-image {
  display: grid;
  aspect-ratio: 1/1;
  place-items: center;
  overflow: hidden;
  border: 1px solid rgba(71, 129, 176, 0.24);
  border-radius: 30px;
  background:
    radial-gradient(circle at 28% 72%, rgba(12, 102, 179, 0.28), transparent 34%),
    radial-gradient(circle at 82% 24%, rgba(227, 197, 119, 0.16), transparent 28%),
    rgba(2, 6, 12, 0.92);
}

.potf-product-main-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  aspect-ratio: 1/1;
}

.potf-product-thumbs {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 12px;
  margin-top: 18px;
}

.potf-product-thumbs button {
  aspect-ratio: 1 / 1;
  overflow: hidden;
  border: 1px solid rgba(71, 129, 176, 0.397);
  border-radius: 15px;
  background: rgba(3, 7, 13, 0.76);
  cursor: pointer;
  padding: 0;
}

.potf-product-thumbs button.is-active,
.potf-product-thumbs button:hover {
  border-color: var(--potf-primary-light);
}

.potf-product-thumbs img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.potf-product-summary {
  padding-top: 2px;
}

.potf-product-category {
  display: inline-flex;
  min-height: 30px;
  align-items: center;
  padding: 0 12px;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--potf-primary-light), var(--potf-primary));
  color: var(--potf-heading);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.4px;
  text-transform: uppercase;
}

.potf-product-summary h1 {
  margin: 18px 0 0;
  color: var(--potf-heading);
  font-size: 36px;
  font-weight: 600;
  line-height: 1.08;
  font-family: var(--potf-font-heading), Georgia, serif;
}

.potf-product-price {
  margin-top: 22px;
  color: var(--potf-primary-light);
  font-size: 22px;
  font-weight: 500;
}

.potf-product-selected-price {
  min-height: 32px;
}

.potf-product-selected-price.is-empty {
  display: none;
}

.potf-product-short-desc {
  max-width: 620px;
  margin-top: 18px;
  color: var(--potf-text-soft);
  line-height: 1.65;
}

.potf-purchase-options {
  display: grid;
  gap: 20px;
}

.potf-purchase-options h2 {
  display: flex;
  align-items: center;
  gap: 16px;
  margin: 0;
  color: var(--potf-heading);
  font-size: 16px;
  font-weight: 800;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.potf-purchase-options h2::after {
  content: "";
  flex: 1;
  height: 1px;
  background: rgba(255, 255, 255, 0.14);
}

.potf-option-group {
  display: grid;
  gap: 14px;
}

.potf-option-group h3 {
  margin: 0;
  color: var(--potf-heading);
  font-size: 16px;
  font-weight: 500;
}

.potf-option-select {
  display: none;
}

.potf-option-buttons {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.woocommerce-variation-availability p.stock {
  position: relative;
  width: fit-content;
  display: flex;
  align-items: center;
  gap: 6px;
}

.woocommerce-variation-availability p.stock.in-stock {
  color: #1acd1a;
}

.woocommerce-variation-availability p.stock.in-stock::before {
  background: #1acd1a;
}

.woocommerce-variation-availability p.stock.out-of-stock {
  color: #e11616;
}

.woocommerce-variation-availability p.stock.out-of-stock::before {
  background: #e11616;
}

.woocommerce-variation-availability p.stock::before {
  content: '';
  width: 8px;
  height: 8px;
  border-radius: 50%;
  display: block;
}

.potf-option-buttons button {
  position: relative;
  display: grid;
  min-height: 48px;
  place-items: center;
  overflow: hidden;
  border: 1px solid rgba(227, 197, 119, 0.22);
  border-radius: 8px;
  background: rgba(3, 7, 13, 0.76);
  color: var(--potf-heading);
  cursor: pointer;
  font-weight: 500;
  padding: 0 12px;
}

.potf-option-buttons button.is-active,
.potf-option-buttons button:hover {
  border-color: var(--potf-primary);
  box-shadow: 0 0 0 1px var(--potf-primary);
  color: var(--potf-primary-light);
  background: transparent;
}

.potf-option-buttons button.is-unavailable {
  cursor: not-allowed;
  opacity: 0.42;
}

.potf-option-buttons button img {
  position: absolute;
  right: 8px;
  top: 8px;
  width: 14px;
  height: 14px;
  object-fit: contain;
  opacity: 0;
}

.potf-option-buttons button.is-unavailable img {
  opacity: 1;
}

.potf-product-info-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin-top: 34px;
}

.potf-product-info-item {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr);
  gap: 16px;
  align-items: center;
  padding: 12px;
  border-radius: 16px;
  border: 1px solid rgb(227 197 119 / 49%);
}

.potf-product-info-item>span {
  display: grid;
  width: 46px;
  height: 46px;
  place-items: center;
  border: 1px solid var(--potf-primary-light);
  border-radius: 12px;
  background-color: var(--potf-primary);
  line-height: 1;
  padding: 10px;
}

.potf-product-info-item>span>img {
  filter: brightness(0) invert(1);
}

.potf-product-info-item strong {
  display: block;
  color: var(--potf-heading);
  font-weight: 600;
  line-height: 1.3;
}

.potf-product-info-item p {
  margin: 3px 0 0;
  color: var(--potf-text-soft);
  line-height: 1.35;
}

.potf-product-cart {
  display: grid;
  gap: 14px;
  margin-top: 30px;
}

.potf-product-cart label {
  color: var(--potf-heading);
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 6px;
}

.potf-product-buy-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

.potf-product-qty {
  display: flex;
  width: max-content;
  overflow: hidden;
  border: 1px solid rgb(227 197 119 / 49%);
  border-radius: 12px;
  padding: 4px;
  grid-column: span 2;

}

.potf-product-qty button,
.potf-product-qty input.qty {
  width: 40px;
  height: 40px;
  border: 0;
  background: rgba(3, 7, 13, 0.75);
  color: var(--potf-heading);
  text-align: center;
}

.potf-product-buy-row>button {
  border-radius: 12px !important;
}


.potf-product-buy-row>button.potf-product-buy-now {
  background: transparent !important;
  border: 1px solid var(--potf-primary);
  color: var(--potf-primary) !important;
  border-width: 2px;
}

.woocommerce .quantity .qty {
  width: 100%;
  max-width: 50px;
}

.woocommerce .quantity .qty:focus {
  outline: none;
}

.potf-product-qty button {
  cursor: pointer;
  color: var(--potf-primary-light);
  font-size: 18px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #383326;
}

.potf-product-qty button:hover,
.potf-product-qty button:focus-visible {
  background: var(--potf-primary-light) !important;
}

.potf-product-qty input.qty {
  appearance: textfield;
}

.potf-price-fields input::-webkit-outer-spin-button,
.potf-price-fields input::-webkit-inner-spin-button,
.potf-product-qty input.qty::-webkit-outer-spin-button,
.potf-product-qty input.qty::-webkit-inner-spin-button {
  margin: 0;
  appearance: none;
}

.potf-price-fields input,
.potf-product-qty input.qty {
  appearance: textfield;
  -moz-appearance: textfield;
}

button.single_add_to_cart_button.potf-product-add,
.potf-product-buy-now,
.potf-product-native-cart .single_add_to_cart_button {
  display: inline-flex;
  width: 100%;
  min-height: 46px;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--potf-primary-light);
  border-radius: 8px;
  background: linear-gradient(135deg, var(--potf-primary-light), var(--potf-primary));
  color: #111317;
  font-size: 14px !important;
  font-weight: 600 !important;
  letter-spacing: 0.4px;
  text-transform: uppercase;
}

button.single_add_to_cart_button.potf-product-add:hover {
  background: linear-gradient(135deg, var(--potf-primary-light), var(--potf-primary));
}

.potf-product-buy-now {
  background: transparent;
  color: var(--potf-primary-light);
}

.potf-product-add:disabled,
.potf-product-buy-now:disabled,
.potf-product-add.disabled,
.potf-product-buy-now.disabled {
  cursor: not-allowed;
  opacity: 0.55;
  pointer-events: none;
}

.potf-product-qty button:disabled,
.potf-product-qty input.qty:disabled {
  cursor: not-allowed;
  opacity: 0.5;
  pointer-events: none;
}

.potf-product-add.is-adding {
  cursor: wait;
  opacity: 0.72;
  pointer-events: none;
}

.potf-product-variable-cart .woocommerce-variation {
  color: var(--potf-primary-light);
  font-size: 14px;
}

.potf-product-variable-cart .woocommerce-variation-price {
  display: none;
}

.potf-product-variable-cart .woocommerce-variation-availability {
  color: var(--potf-text-soft);
}

.potf-product-native-cart form.cart {
  display: grid;
  gap: 14px;
}

.potf-product-description {
  margin-top: 56px;
  padding: 28px 32px 34px;
  border: 1px solid rgba(227, 197, 119, 0.18);
  border-radius: 24px;
  background: rgba(3, 7, 13, 0.58);
}

.potf-product-tabs {
  display: flex;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.potf-product-tabs button {
  min-height: 44px;
  border: 0;
  border-bottom: 2px solid var(--potf-primary-light);
  background: transparent !important;
  color: var(--potf-primary-light);
  cursor: default;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.4px;
  text-transform: uppercase;
}

.potf-product-description-content {
  max-width: 780px;
  padding-top: 22px;
  color: var(--potf-text-soft);
  line-height: 1.75;
}

.potf-product-description-content h2,
.potf-product-description-content h3 {
  color: var(--potf-heading);
}

.potf-product-related {
  margin-top: 34px;
}

.potf-product-related-slider {
  position: relative;
}

.potf-related-nav {
  display: none;
}

.potf-product-related h2 {
  margin: 0 0 30px;
  color: var(--potf-heading);
  font-size: clamp(28px, 3vw, 38px);
  font-weight: 600;
}

.potf-product-related-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 22px;
}

.potf-related-card {
  overflow: hidden;
  border: 1px solid rgba(227, 197, 119, 0.2);
  border-radius: 24px;
  background: linear-gradient(180deg, rgba(8, 16, 24, 0.94), rgba(4, 9, 15, 0.98));
}

.potf-related-card-image {
  display: grid;
  aspect-ratio: 1/1;
  place-items: center;
  background:
    radial-gradient(circle at 50% 68%, rgba(227, 197, 119, 0.12), transparent 34%),
    radial-gradient(circle at 28% 36%, rgba(38, 120, 189, 0.2), transparent 34%),
    #060b12;
}

.potf-related-card-image img {
  width: 100%;
  object-fit: contain;
}

.potf-related-card-body {
  display: grid;
  gap: 8px;
  padding: 18px;
  text-align: center;
}

.potf-related-card h3 {
  margin: 0;
  font-size: 16px;
  line-height: 1.3;
}

.potf-related-card h3 a {
  color: var(--potf-heading);
}

.potf-related-card-body>span {
  color: white;
  font-size: 14px;
  opacity: 0.7;
  text-transform: capitalize;
}

.potf-related-card-price {
  color: var(--potf-primary-light);
  font-size: 16px;
  font-weight: 600;
}

.potf-related-add {
  display: inline-flex;
  min-height: 46px;
  align-items: center;
  justify-content: center;
  margin-top: 4px;
  border: 1px solid rgba(227, 197, 119, 0.52);
  border-radius: 12px;
  color: var(--potf-primary);
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.4px;
}

.potf-related-add:hover {
  background: var(--potf-primary-light);
  color: #111317;
}

.potf-related-add.is-adding,
.potf-related-add.loading {
  cursor: wait;
  opacity: 0.72;
  pointer-events: none;
}

/* mini cart */
.woocommerce-mini-cart__empty-message {
  color: black !important;
}

.elementor-menu-cart__product-name a,
.elementor-menu-cart__product-price {
  color: black;
  font-family: var(--potf-font-accent), Arial, sans-serif !important;
  font-size: 14px !important;
  line-height: 1;
  font-weight: 600 !important;
}

.elementor-menu-cart__product-remove:after,
.elementor-menu-cart__product-remove:before {
  background: black;
}

.elementor-menu-cart__product-remove {
  border-color: black;
}

.elementor-menu-cart__main {
  padding-left: 15px;
}

.elementor-menu-cart__subtotal {
  color: black;
}

.elementor-menu-cart__subtotal .woocommerce-Price-amount {
  font-weight: 700;
}

.elementor-button-icon-qty {
  font-family: var(--potf-font-accent), Arial, sans-serif;
}


/* my account */
.woocommerce-account main#content {
  max-width: 1366px;
}

.entry-title {
  display: none !important;
}

.potf-auth-wrap {
  width: min(100%, 520px);
  margin: 48px auto 72px;
  padding: 0 16px;
  font-family: var(--potf-font-body), Arial, sans-serif;
}

.potf-auth-panel {
  position: relative;
  overflow: hidden;
  padding: 26px 28px 32px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 8px;
  background:
    radial-gradient(circle at 50% -18%, rgba(201, 169, 97, 0.12), transparent 32%),
    linear-gradient(145deg, rgba(18, 24, 35, 0.98), rgba(6, 10, 17, 0.98));
  box-shadow: 0 22px 60px rgba(0, 0, 0, 0.42), inset 0 1px 0 rgba(255, 255, 255, 0.04);
  color: #fff;
}

.potf-auth-tabs {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-bottom: 32px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.09);
}

.potf-auth-tab {
  position: relative;
  min-height: 36px;
  padding: 0 12px 14px;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: #8f99ac;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  box-shadow: none;
  cursor: pointer;
}

.potf-auth-tab::after {
  position: absolute;
  right: 0;
  bottom: -1px;
  left: 0;
  height: 2px;
  background: transparent;
  content: "";
}

.potf-auth-tab.is-active {
  color: var(--potf-primary-light);
}


.potf-auth-tab.is-active::after {
  background: linear-gradient(90deg, var(--potf-primary-light), var(--potf-primary));
}

.potf-auth-tab:hover,
.potf-auth-tab:focus-visible {
  background: transparent;
  color: #fff;
  outline: none;
}

.potf-auth-heading {
  margin-bottom: 26px;
  text-align: center;
}

.potf-auth-heading h2 {
  margin: 0;
  color: #fff;
  font-family: var(--potf-font-body), Arial, sans-serif;
  font-size: 20px;
  font-weight: 800;
  line-height: 1.25;
}

.potf-auth-heading p {
  margin: 8px 0 0;
  color: #9aa5b8;
  font-size: 14px;
  font-weight: 500;
}

.potf-auth-pane[hidden] {
  display: none !important;
}

.potf-auth-pane form {
  margin: 0;
}

.potf-auth-field {
  margin: 0 0 20px !important;
}

span.login-remember-me {
  position: relative;
  bottom: 3px;
  left: 3px;
}

.potf-auth-field label {
  display: block;
  margin-bottom: 9px;
  color: #f4f7fb;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.25;
}

.potf-auth-field .required {
  color: var(--potf-primary-light);
}

.potf-auth-input {
  position: relative;
  display: block;
}

.potf-auth-input::before {
  position: absolute;
  top: 50%;
  left: 14px;
  z-index: 1;
  width: 18px;
  color: #8b98ab;
  font-size: 16px;
  line-height: 1;
  text-align: center;
  transform: translateY(-50%);
  pointer-events: none;
}

.potf-auth-input--email::before {
  content: "@";
}

.potf-auth-input--password::before {
  width: 16px;
  height: 16px;
  background-color: #8b98ab;
  content: "";
  mask: url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20stroke='black'%20stroke-width='2'%20stroke-linecap='round'%20stroke-linejoin='round'%3E%3Crect%20x='3'%20y='11'%20width='18'%20height='11'%20rx='2'%20ry='2'/%3E%3Cpath%20d='M7%2011V7a5%205%200%200%201%2010%200v4'/%3E%3C/svg%3E") center / contain no-repeat;
  -webkit-mask: url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20stroke='black'%20stroke-width='2'%20stroke-linecap='round'%20stroke-linejoin='round'%3E%3Crect%20x='3'%20y='11'%20width='18'%20height='11'%20rx='2'%20ry='2'/%3E%3Cpath%20d='M7%2011V7a5%205%200%200%201%2010%200v4'/%3E%3C/svg%3E") center / contain no-repeat;
}

.potf-auth-input--user::before {
  content: "\25CB";
  font-size: 15px;
}

.woocommerce-privacy-policy-text {
  display: none;
}


.potf-auth-panel .woocommerce-Input,
.potf-auth-panel input.input-text {
  width: 100%;
  min-height: 44px;
  padding: 12px 14px 12px 46px;
  border: 5px solid rgba(145, 158, 181, 0.24);
  border-radius: 6px;
  background: rgba(10, 15, 23, 0.7);
  color: #fff;
  font-size: 14px;
  outline: none;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.02);
  transition: border-color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.potf-auth-panel .woocommerce-Input::placeholder,
.potf-auth-panel input.input-text::placeholder {
  color: #7f8b9f;
  opacity: 1;
}

.potf-auth-panel .woocommerce-Input:focus,
.potf-auth-panel input.input-text:focus {
  border-color: rgba(227, 197, 119, 0.75);
  background: rgba(12, 18, 28, 0.92);
  box-shadow: 0 0 0 3px rgba(201, 169, 97, 0.13);
}

.potf-auth-options {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin: 2px 0 28px;
  color: #f5f7fb;
  font-size: 13px;
  font-weight: 700;
}

.potf-auth-options a {
  color: var(--potf-primary-light);
  text-decoration: none;
}

.potf-auth-options a:hover {
  color: #fff;
}

.potf-auth-panel .woocommerce-form__label-for-checkbox {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin: 0;
  color: #f5f7fb;
  cursor: pointer;
}

.potf-auth-panel input[type="checkbox"] {
  width: 16px;
  height: 16px;
  margin: 0;
  border: 1px solid rgba(255, 255, 255, 0.42);
  border-radius: 3px;
  accent-color: var(--potf-primary);
}

.potf-auth-submit {
  margin: 0 !important;
}



.potf-auth-panel button[type="submit"],
.potf-auth-panel .button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  width: 100%;
  min-height: 48px;
  padding: 13px 18px;
  border: 1px solid rgba(227, 197, 119, 0.42);
  border-radius: 6px;
  background: linear-gradient(135deg, #efd37e, #b4943f) !important;
  color: #fff !important;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.2;
  text-decoration: none;
  box-shadow: 0 14px 30px rgba(201, 169, 97, 0.18);
}


.potf-auth-panel button[type="submit"]:hover,
.potf-auth-panel button[type="submit"]:focus,
.potf-auth-panel button[type="submit"]:focus-visible,
.potf-auth-panel button[type="submit"]:active,
.potf-auth-panel .button:hover,
.potf-auth-panel .button:focus,
.potf-auth-panel .button:focus-visible,
.potf-auth-panel .button:active {
  border-color: rgba(227, 197, 119, 0.42);
  background: linear-gradient(135deg, #efd37e, #b4943f) !important;
  color: #fff !important;
  outline: none;
  box-shadow: 0 14px 30px rgba(201, 169, 97, 0.18);
}

.potf-auth-panel [type=button]:focus,
.potf-auth-panel [type=button]:hover,
.potf-auth-panel [type=submit]:focus,
.potf-auth-panel [type=submit]:hover,
.potf-auth-panel button:focus,
.potf-auth-panel button:hover {
  background-color: transparent !important;
}

.potf-auth-note {
  margin: 0 0 22px;
  color: #a5b0c1;
  font-size: 13px;
  line-height: 1.6;
  text-align: center;
}

.woocommerce form .form-row .input-text, .woocommerce form .form-row select{
  padding-inline: 40px;
  border-radius: 7px;
}


.potf-auth-panel .woocommerce-Input:focus, .potf-auth-panel input.input-text:focus {
  background: var(--wc-form-color-background, #fff);;
}
.woocommerce form.checkout_coupon, .woocommerce form.login, .woocommerce form.register {
  border: none;
  padding-top: 0px;
}


/* cart page */
.wc-block-components-product-name {
  color: white !important;
  font-size: 14px !important;
}

.wc-block-cart-item__prices,
.wc-block-cart-item__prices *,
.wc-block-components-product-metadata,
.wc-block-components-product-metadata * {
  font-size: 14px;
}

.wc-block-cart__submit-container a {
  background: var(--potf-primary);
  color: white !important;
}

.wc-block-checkout__contact-fields .wc-block-components-text-input label,
.wc-blocks-components-select .wc-blocks-components-select__label {
  color: black !important;
  opacity: 0.8 !important;
  font-weight: 600;
}

.wc-block-checkout__billing-fields label {
  color: black !important;
  opacity: 0.8 !important;
}

.wc-block-components-button {
  background: var(--potf-primary) !important;
  color: white !important;
  font-weight: 600;
  border: none;
}

.wc-block-components-order-summary .wc-block-components-order-summary-item__quantity span {
  color: black !important;
  font-weight: 600 !important;
}

.wc-block-components-totals-coupon__input label {
  color: black !important;
}

/* card product */
.added_to_cart.wc-forward {
  display: none !important;
}

:root :where(.wp-element-button, .wp-block-button__link) {
  height: fit-content;
  background-color: var(--potf-accent);
}

.wc-block-cart__empty-cart__title.with-empty-cart-icon:before {
  width: 40px !important;
  height: 40px !important;
  mask-size: 40px !important;
  margin-bottom: 40px !important;
}

.wp-block-woocommerce-empty-cart-block .wp-block-heading:not(.wp-block-woocommerce-empty-cart-block .with-empty-cart-icon) {
  display: none;
}

.wp-block-woocommerce-empty-cart-block .wp-block-product-new {
  display: none;
}

.potf-mobile-menu-toggle {
  display: none;
}

@media (max-width: 767px) {
  #elementor-popup-modal-833 {
    z-index: 99999999 !important;
  }
  .elementor-element-a2c1f52.header-wrapper {
    position: relative;
    z-index: 10000;
  }

  .elementor-element-a2c1f52.header-wrapper .potf-mobile-menu-toggle {
    position: relative;
    z-index: 10001;
    display: inline-flex;
    flex: 0 0 42px;
    width: 42px;
    height: 42px;
    align-items: center;
    justify-content: center;
    padding: 0;
    border: 1px solid rgba(201, 169, 97, 0.38);
    border-radius: 8px;
    background: rgba(3, 7, 13, 0.82) !important;
    color: var(--potf-primary-light);
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
  }

  .elementor-element-a2c1f52.header-wrapper .potf-mobile-menu-toggle:hover,
  .elementor-element-a2c1f52.header-wrapper .potf-mobile-menu-toggle:focus,
  .elementor-element-a2c1f52.header-wrapper .potf-mobile-menu-toggle:focus-visible,
  .elementor-element-a2c1f52.header-wrapper .potf-mobile-menu-toggle:active {
    border-color: rgba(201, 169, 97, 0.38);
    background: rgba(3, 7, 13, 0.82) !important;
    color: var(--potf-primary-light);
    outline: 0;
    box-shadow: none;
  }

  .potf-mobile-menu-toggle span {
    position: absolute;
    width: 20px;
    height: 2px;
    border-radius: 999px;
    background: currentColor;
    transition: transform 0.22s ease, opacity 0.22s ease;
  }

  .potf-mobile-menu-toggle span:nth-child(1) {
    transform: translateY(-7px);
  }

  .potf-mobile-menu-toggle span:nth-child(2) {
    transform: translateY(0);
  }

  .potf-mobile-menu-toggle span:nth-child(3) {
    transform: translateY(7px);
  }

  .potf-mobile-menu-toggle[aria-expanded="true"] span:nth-child(1) {
    transform: rotate(45deg);
  }

  .potf-mobile-menu-toggle[aria-expanded="true"] span:nth-child(2) {
    opacity: 0;
  }

  .potf-mobile-menu-toggle[aria-expanded="true"] span:nth-child(3) {
    transform: rotate(-45deg);
  }

  body.potf-mobile-menu-open {
    overflow: hidden;
  }

  .elementor-element.elementor-element-b80d02b.e-con-full.elementor-hidden-tablet.elementor-hidden-mobile.e-flex.e-con.e-child {
    position: fixed !important;
    top: 0;
    right: 0;
    bottom: 0;
    left: auto !important;
    z-index: 9999;
    display: flex !important;
    width: 80vw !important;
    max-width: 80vw !important;
    height: 100dvh;
    max-height: 100dvh;
    overflow-y: auto;
    padding: 72px 22px 26px;
    border-left: 1px solid rgba(201, 169, 97, 0.2);
    background: rgba(5, 8, 14, 0.98);
    box-shadow: -24px 0 64px rgba(0, 0, 0, 0.42);
    opacity: 0;
    pointer-events: none;
    transform: translateX(100%);
    transition: transform 0.32s ease, opacity 0.32s ease;
    visibility: hidden;
  }

  body.potf-mobile-menu-open .elementor-element.elementor-element-b80d02b.e-con-full.elementor-hidden-tablet.elementor-hidden-mobile.e-flex.e-con.e-child {
    opacity: 1;
    pointer-events: auto;
    transform: translateX(0);
    visibility: visible;
  }
}
/* =========================================================
   Responsive styles
   Only two breakpoints: tablet and mobile.
   ========================================================= */

@media (max-width: 1024px) {
  /* Common */

  .header-wrapper .e-con-inner>div:nth-child(2) {
    order: -1;
    width: fit-content;
  }

  .header-wrapper .e-con-inner>div:nth-child(2)>div {
    width: min-content;
  }

  .header-wrapper .e-con-inner>div:nth-child(2) .elementor-menu-toggle {
    margin-left: 0;
  }

  /* Contact page */
  .potf-contact-grid {
    grid-template-columns: 1fr;
  }

  /* Homepage */
  .potf-home-hero,
  .potf-about-block,
  .potf-support-band,
  .potf-newsletter {
    grid-template-columns: 1fr;
  }

  .potf-feature-strip,
  .potf-product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .potf-feature-item:nth-child(2) {
    border-right: 0;
  }

  .potf-feature-item:nth-child(n+3) {
    margin-top: 24px;
  }

  .potf-home-hero-media,
  .potf-about-media {
    min-height: 300px;
  }

  .potf-support-band img {
    position: relative;
    width: 100%;
    max-height: 280px;
  }

  /* About page */
  .potf-about-main {
    width: min(var(--container-max-width), calc(100% - 30px));
    padding-top: 46px;
  }

  .potf-about-hero-inner,
  .potf-process-panel,
  .potf-about-cta {
    grid-template-columns: 1fr;
  }

  .potf-about-hero {
    min-height: auto;
  }

  .potf-about-hero-media,
  .potf-process-media,
  .potf-about-cta-media {
    min-height: 360px;
  }

  .potf-about-stats-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .potf-process-content {
    padding: 0 clamp(28px, 5vw, 58px) clamp(36px, 5vw, 58px);
  }

  /* Blog pages */
  .potf-blog-archive-grid {
    grid-template-columns: 1fr;
  }

  /* Shop page */
  .potf-shop-hero,
  .potf-shop-layout {
    grid-template-columns: 1fr;
  }

  .potf-shop-hero-products {
    justify-content: center;
    min-height: 220px;
    padding: 0 24px 34px;
  }

  .potf-shop-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  /* Account page */
  .potf-account-shell,
  .potf-account-dashboard-grid {
    grid-template-columns: 1fr;
  }

  .potf-account-sidebar {
    border-right: 0;
    border-bottom: 1px solid var(--potf-account-line);
  }

  .potf-account-stat-grid,
  .potf-account-order-stats {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  /* Single product page */
  .potf-product-hero {
    grid-template-columns: 1fr;
  }

  .potf-product-main-image {
    min-height: 460px;
  }

  .potf-product-related-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  /* Common */
  .header-wrapper .e-con-inner {
    padding: 10px 0;
  }
  .potf-shop-hero-content p:not(.potf-eyebrow){
    font-size: 14px;
  }
  .potf-shop-card-body{
    display: flex;
    flex-direction: column;
    height: 100%;
  }
  .potf-shop-page a{
    margin-top: auto;
  }
  .potf-shop-card{
    display: flex;
    flex-direction: column;
  }

  .header-right>div>div,
  .elementor-menu-cart__toggle {
    display: flex;
  }
  .header-logo {
    max-width: 120px;
  }
  .grid-box-home .e-con-full:after {
    display: none;
  }

  .elementor-form-fields-wrapper {
    flex-wrap: wrap;
  }

  /* Contact page */
  .potf-contact-shell {
    padding-top: 24px;
  }

  .potf-contact-main {
    width: min(var(--container-max-width), calc(100% - 30px));
  }

  .potf-contact-hero {
    padding: 34px 0;
  }
  .potf-contact-card p {
    font-size: 14px;
  }
  .potf-contact-card p a {
    font-size: 14px;
  }

  .potf-contact-hero h1 {
    font-size: 50px;
  }
  .potf-checkbox {
    font-size: 12px;
  }

  .potf-contact-hero div {
    font-size: 14px;
  }

  .potf-field-row,
  .potf-info-item {
    grid-template-columns: 1fr;
  }

  .potf-info-item {
    gap: 12px;
    display: flex;
  }

  .potf-contact-card {
    padding: 24px;
  }

  /* Homepage */
  .potf-home-main {
    width: min(var(--container-max-width), calc(100% - 30px));
    padding-top: 22px;
  }

  .potf-home-hero-content,
  .potf-about-content,
  .potf-support-band,
  .potf-newsletter {
    padding: 24px;
  }

  .potf-home-hero h1 {
    font-size: 48px;
  }

  .potf-feature-strip,
  .potf-product-grid,
  .potf-blog-grid,
  .potf-newsletter form {
    grid-template-columns: 1fr;
  }

  .potf-feature-item,
  .potf-feature-item:nth-child(2) {
    border-right: 0;
    border-bottom: 1px solid color-mix(in srgb, var(--potf-heading) 10%, transparent);
    padding: 20px 10px;
  }

  .potf-feature-item:last-child {
    border-bottom: 0;
  }

  .potf-feature-item:nth-child(n+3) {
    margin-top: 0;
  }

  /* About page */
  .potf-about-main {
    width: min(var(--container-max-width), calc(100% - 30px));
    padding: 0px 0 54px;
  }

  .potf-about-hero h1 {
    font-size: 34px;
  }

  .potf-about-hero {
    width: 100vw;
    max-width: 100vw;
    margin-left: calc(50% - 50vw);
    border-right: 0;
    border-left: 0;
    border-radius: 0;
    box-shadow: 0 18px 46px rgba(0, 0, 0, 0.24);
    /* overflow: hidden; */
    padding-bottom: 260px;
  }

  .potf-process-content .potf-eyebrow {
    font-size: 10px;
  }

  .potf-about-hero-content>p:not(.potf-eyebrow){
    font-size: 14px;
    max-width: 97%;
    margin-top: 15px;
  }

  .potf-about-stats-strip {
    grid-template-columns: 1fr;
    padding: 28px;
  }

  .potf-about-hero-media,
  .potf-process-media,
  .potf-about-cta-media {
    min-height: 300px;
    order: 2;
  }

  .potf-about-stats-strip div {
    padding: 20px 0;
  }

  .potf-about-stats-strip div:not(:last-child) {
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.13);
  }
  .potf-about-cta h2 {
    font-size: 34px;
  }

  .potf-about-cta {
    margin: 0;
    margin-left: 14px;
  }

  /* Blog pages */
  .potf-single-blog-header h1 {
    font-size: 38px;
  }

  .potf-single-blog-content {
    font-size: 16px;
  }

  /* Shop page */
  .potf-shop-main {
    width: min(var(--container-max-width), calc(100% - 30px));
    padding-top: 18px;
  }

  .potf-shop-hero {
    min-height: auto;
  }

  .potf-shop-hero-content {
    padding: 30px 24px 16px;
  }

  .potf-shop-hero h1 {
    font-size: 30px;
  }

  .potf-shop-hero-products img {
    width: 100%;
    border-radius: 30px;
  }
.potf-shop-grid, .potf-filter-actions, .potf-search-form
  .potf-shop-hero-products img:nth-child(2),
  .potf-shop-hero-products img:nth-child(3) {
    width: 100%;
  }

  .potf-shop-toolbar {
    align-items: stretch;
    flex-direction: column;
  }

  .potf-shop-sort {
    width: 100%;
  }

  .potf-shop-grid,
  .potf-filter-actions,
  .potf-search-form {
    grid-template-columns: 1fr;
  }

  .potf-shop-grid {
    grid-template-columns: 1fr 1fr;
    gap: 14px;
    width: 100%;
  }

  .potf-shop-card-image {
    min-height: auto;
  }


  /* Account page */
  .potf-account-page {
    padding: 12px;
  }

  .potf-account-content {
    padding: 22px 16px;
  }

  .potf-account-stat-grid,
  .potf-account-order-stats,
  .potf-account-order-filter,
  .potf-account-order-filter div,
  .potf-account-club,
  .potf-account-order-row,
  .potf-account-detail-list div {
    grid-template-columns: 1fr;
  }

  /* Single product page */
  .potf-product-page {
    width: min(var(--container-max-width), calc(100% - 30px));
    padding-top: 22px;
  }

  .potf-product-main-image {
    min-height: 340px;
  }

  .potf-product-thumbs {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .potf-product-description {
    padding: 22px 18px 26px;
  }

  .potf-option-buttons {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  /* .potf-product-buy-row,
  .potf-product-related-grid {
    grid-template-columns: 1fr;
  } */

  .potf-product-related {
    position: relative;
    overflow: hidden;
  }

  .potf-related-nav {
    --potf-related-nav-icon-x: 0px;
    --potf-related-nav-icon-y: -1px;
    position: absolute;
    top: 50%;
    z-index: 2;
    display: grid;
    width: 38px;
    height: 38px;
    place-items: center;
    border: 1px solid rgba(227, 197, 119, 0.42);
    border-radius: 50%;
    background: rgba(3, 7, 13, 0.82);
    color: var(--potf-primary-light);
    cursor: pointer;
    font-size: 24px;
    line-height: 1;
    transition: opacity 0.16s ease, color 0.16s ease, border-color 0.16s ease;
    transform: translateY(-50%);
    -webkit-tap-highlight-color: transparent;
  }

  .potf-related-nav span {
    display: block;
    line-height: 1;
    position: relative;
    bottom: 3px;
    right: 3px;
    transform: translate(var(--potf-related-nav-icon-x), var(--potf-related-nav-icon-y));
  }

  .potf-related-prev {
    left: 6px;
  }

  .potf-related-next {
    right: 6px;
  }

  .potf-related-nav:disabled {
    border-color: rgba(180, 180, 180, 0.32);
    background: rgba(70, 70, 70, 0.62);
    color: rgba(220, 220, 220, 0.58);
    cursor: default;
    opacity: 1;
    pointer-events: auto;
  }

  .potf-related-nav:hover,
  .potf-related-nav:focus,
  .potf-related-nav:focus-visible,
  .potf-related-nav:active {
    border-color: rgba(227, 197, 119, 0.42);
    background: rgba(3, 7, 13, 0.82);
    color: var(--potf-primary-light);
    outline: 0;
    box-shadow: none;
  }

  .potf-related-nav:disabled:hover,
  .potf-related-nav:disabled:focus,
  .potf-related-nav:disabled:focus-visible,
  .potf-related-nav:disabled:active {
    border-color: rgba(180, 180, 180, 0.32);
    background: rgba(70, 70, 70, 0.62);
    color: rgba(220, 220, 220, 0.58);
  }

  .potf-product-related-grid {
    display: flex;
    grid-template-columns: none;
    gap: 0;
    overflow-x: auto;
    padding-bottom: 10px;
    scroll-behavior: smooth;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
  }

  .potf-product-related-grid::-webkit-scrollbar {
    display: none;
  }

  .potf-product-related-grid .potf-related-card {
    flex: 0 0 100%;
    scroll-snap-align: center;
  }

  .potf-product-qty {
    width: fit-content;
    grid-template-columns: 1fr 1.2fr 1fr;
  }

  .potf-product-qty input.qty {
    width: 100%;
  }
}



  
/* Newsletter Popup */
  .potf-newsletter-popup {
    --potf-popup-bg: var(--potf-bg);
    --potf-popup-panel: var(--potf-secondary);
    --potf-popup-gold: var(--potf-primary);
    --potf-popup-gold-light: var(--potf-primary-light);
    --potf-popup-text: var(--potf-heading);
    --potf-popup-muted: var(--potf-muted);
    position: fixed;
    inset: 0;
    z-index: 99999;
    display: grid;
    place-items: center;
    padding: clamp(18px, 4vw, 48px);
    color: var(--potf-popup-text);
    font-family: var(--potf-font-body);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 220ms ease, visibility 220ms ease;
  }

  .potf-newsletter-popup.is-open {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }

  .potf-newsletter-popup__backdrop {
    position: absolute;
    inset: 0;
    background:
      radial-gradient(circle at 22% 48%, color-mix(in srgb, var(--potf-primary) 18%, transparent), transparent 28%),
      radial-gradient(circle at 78% 24%, color-mix(in srgb, var(--potf-primary-light) 12%, transparent), transparent 24%),
      color-mix(in srgb, var(--potf-bg) 88%, transparent);
    backdrop-filter: blur(12px);
  }

  .potf-newsletter-popup__dialog {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    max-width: min(60vw, 1000px);
    /* max-height: min(50vw, 860px); */
    overflow: hidden;
    border: 1px solid color-mix(in srgb, var(--potf-popup-gold) 45%, transparent);
    border-radius: 30px;
    background:
      linear-gradient(90deg, color-mix(in srgb, var(--potf-bg) 20%, transparent), var(--potf-popup-bg) 52%),
      var(--potf-popup-bg);
    box-shadow:
      0 34px 120px color-mix(in srgb, var(--potf-bg) 72%, transparent),
      0 0 42px color-mix(in srgb, var(--potf-popup-gold) 18%, transparent),
      inset 0 0 0 1px color-mix(in srgb, var(--primary-white) 4%, transparent);
    transition: transform 220ms ease;
    transform-origin: center;
  }

  

  .potf-newsletter-popup__close {
    display: flex;
    align-items: center;
    position: absolute;
    top: 12px;
    right: 12px;
    z-index: 2;
    width: 40px;
    height: 40px;
    place-items: center;
    padding: 10px;
    border: 1px solid color-mix(in srgb, var(--potf-popup-gold) 62%, transparent);
    border-radius: 50%;
    background: color-mix(in srgb, var(--potf-bg) 62%, transparent);
    color: var(--potf-primary-light);
    cursor: pointer;
  }

  .potf-newsletter-popup__close:hover,
  .potf-newsletter-popup__close:focus-visible {
    background: var(--potf-popup-gold);
    color: var(--potf-bg);
    outline: none;
  }

  .potf-newsletter-popup svg {
    width: 1em;
    height: 1em;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.7;
    stroke-linecap: round;
    stroke-linejoin: round;
  }

  .potf-newsletter-popup__close svg {
    width: 26px;
    height: 26px;
  }

  .potf-newsletter-popup__media {
    position: relative;
    background: var(--potf-bg);
  }

  .potf-newsletter-popup__media::after {
    content: "";
    position: absolute;
    inset: 0;
    background:
      linear-gradient(90deg, transparent 64%, var(--potf-popup-bg) 100%),
      linear-gradient(180deg, color-mix(in srgb, var(--potf-bg) 8%, transparent), color-mix(in srgb, var(--potf-bg) 16%, transparent));
    pointer-events: none;
  }

  .potf-newsletter-popup__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
    display: block;
  }

  .potf-newsletter-popup__content {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 39px;
    background:
      radial-gradient(circle at 85% 18%, color-mix(in srgb, var(--potf-popup-gold) 11%, transparent), transparent 30%),
      linear-gradient(180deg, color-mix(in srgb, var(--primary-white) 2%, transparent), transparent);
  }

  .potf-newsletter-popup__eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin: 0 0 15px;
    color: var(--potf-primary-light);
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 1.4px;
    line-height: 1;
    text-transform: uppercase;
  }

  .potf-newsletter-popup__eyebrow span {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--potf-primary-light), var(--potf-popup-gold));
    box-shadow: 0 0 18px color-mix(in srgb, var(--potf-popup-gold) 58%, transparent);
  }

  .potf-newsletter-popup__content h2 {
    margin: 0;
    color: var(--potf-popup-text);
    font-family: var(--potf-font-heading);
    font-size: clamp(33px, 2vw, 72px);
    font-weight: 700;
    line-height: 1.12;
    letter-spacing: 0;
  }

  .potf-newsletter-popup__content h2 span {
    display: block;
    margin-top: 8px;
    color: var(--potf-primary-light);
  }

  .potf-newsletter-popup__text {
    max-width: 660px;
    margin: 15px 0 30px;
    color: var(--potf-popup-muted);
    font-size: clamp(16px, 0.6vw, 24px);
    line-height: 1.55;
  }

  .potf-newsletter-popup__form {
    display: flex;
    flex-direction: column;
    gap: 12px;
    max-width: 600px;
    height: 100%;
  }

  .potf-newsletter-popup__form label {
    position: relative;
    display: block;
    margin: 0;
    height: 46px;
  }

  .potf-newsletter-popup__form label > span {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
  }

  .potf-newsletter-popup__form i {
    position: absolute;
    top: 50%;
    left: 11px;
    width: 22px;
    height: 22px;
    place-items: center;
    color: var(--potf-popup-gold);
    transform: translateY(-50%);
    pointer-events: none;
  }

  .potf-newsletter-popup__form i svg {
    width: 100%;
    height: 100%;
  }

  .potf-newsletter-popup__form input[type="email"] {
    width: 100%;
    height: 100%;
    padding: 0 22px 0 40px;
    border: 1px solid color-mix(in srgb, var(--potf-popup-gold) 82%, transparent);
    border-radius: 8px;
    background: color-mix(in srgb, var(--potf-bg) 18%, transparent);
    color: var(--potf-popup-text);
    box-shadow: inset 0 0 18px color-mix(in srgb, var(--potf-bg) 18%, transparent);
    font-size: 14px;
  }

  .potf-newsletter-popup__form input[type="email"]::placeholder {
    color: color-mix(in srgb, var(--potf-popup-muted) 86%, transparent);
  }

  .potf-newsletter-popup__form input[type="email"]:focus {
    border-color: var(--potf-primary-light);
    outline: none;
    box-shadow: 0 0 0 3px color-mix(in srgb, var(--potf-popup-gold) 18%, transparent);
  }

  .potf-newsletter-popup__form button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 18px;
    width: 100%;
    height: 46px;
    border: 0;
    border-radius: 10px;
    background: linear-gradient(180deg, var(--potf-primary-light), var(--potf-popup-gold));
    color: #fff;
    font: 600 15px/1 var(--potf-font-body);
    letter-spacing: 1.2px;
    text-transform: uppercase;
    cursor: pointer;
    box-shadow: 0 18px 32px color-mix(in srgb, var(--potf-popup-gold) 20%, transparent);
  }

  .potf-newsletter-popup__form button:hover,
  .potf-newsletter-popup__form button:focus-visible {
    filter: brightness(1.06);
    outline: none;
  }

  .potf-newsletter-popup__form button:disabled {
    cursor: wait;
    opacity: 0.7;
  }

  .potf-newsletter-popup__form button svg {
    width: 26px;
    height: 26px;
    stroke-width: 1.9;
  }

  .potf-newsletter-popup__message {
    display: none;
    min-height: 20px;
    margin: 0;
    color: var(--potf-muted);
    font: 600 14px/1.4 var(--potf-font-body);
  }

  .potf-newsletter-popup__message.is-success {
    color: var(--potf-primary-light);
  }

  .potf-newsletter-popup__message.is-error {
    color: var(--potf-text-soft);
  }

  .potf-newsletter-popup__features {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    max-width: 600px;
    margin-top: 38px;
  }

  .potf-newsletter-popup__features div {
    display: grid;
    gap: 10px;
    justify-items: center;
    padding: 0 16px;
    border-right: 1px solid color-mix(in srgb, var(--primary-white) 22%, transparent);
    text-align: center;
    color: var(--potf-popup-text);
    font-size: 14px;
    line-height: 1.25;
  }

  .potf-newsletter-popup__features div:last-child {
    border-right: 0;
  }

  .potf-newsletter-popup__features svg {
    width: 36px;
    height: 36px;
    color: var(--potf-popup-gold);
  }

  .potf-newsletter-popup__privacy {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin: 26px 0 0;
    color: color-mix(in srgb, var(--potf-popup-muted) 78%, transparent);
    font-size: 15px;
  }

  .potf-newsletter-popup__privacy svg {
    width: 17px;
    height: 17px;
  }

  @media (max-width: 1024px) {
    .potf-newsletter-popup__dialog {
      grid-template-columns: 1fr;
      width: min(90vw, 720px);
      max-height: 90vh;
      overflow-y: auto;
    }

    .potf-newsletter-popup__media {
      min-height: 280px;
    }

    .potf-newsletter-popup__media::after {
      background: linear-gradient(180deg, transparent 60%, var(--potf-popup-bg) 100%);
    }

    .potf-newsletter-popup__content {
      padding: 34px clamp(22px, 6vw, 42px) 36px;
    }
  }

  @media (max-width: 640px) {
    .elementor-52 .elementor-element.elementor-element-f30c67b img {
      width: 60%;

    }
    .potf-process-step p {
      font-size: 14px;
    }
    .potf-newsletter-popup__eyebrow span {
      width: 10px;
      height: 10px;
    }

    .potf-auth-wrap {
      width: 100%;
      margin: 28px auto 48px;
      padding: 0 12px;
    }

    .potf-auth-panel {
      padding: 22px 18px 24px;
      border-radius: 8px;
    }

    .potf-auth-tabs {
      margin-bottom: 26px;
    }

    .potf-auth-tab {
      min-height: 38px;
      padding: 0 8px 12px;
      font-size: 13px;
    }

    .potf-auth-heading {
      margin-bottom: 22px;
    }

    .potf-auth-heading h2 {
      font-size: 18px;
    }

    .potf-auth-field {
      margin-bottom: 17px !important;
    }

    .potf-auth-panel .woocommerce-Input,
    .potf-auth-panel input.input-text {
      min-height: 46px;
      font-size: 13px;
    }

    .potf-auth-options {
      flex-wrap: wrap;
      gap: 12px;
      margin-bottom: 24px;
      font-size: 12px;
    }

    .potf-auth-options a {
      margin-left: auto;
    }

    .potf-auth-panel button[type="submit"],
    .potf-auth-panel .button {
      min-height: 48px;
      font-size: 13px;
    }


    .potf-about-hero-media img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: center 70%;
    }

    .potf-about-panel {
      margin: 24px 0px;
      width: 100%;
    }
    .potf-process-content > p:first-of-type {
      font-size: 10px;
      margin-bottom: 5px;
    }
    .potf-about-stats-strip {
      margin: 24px 0px;
      width: 100%;
    }
    .potf-about-cta{
      margin: 24px 0px;
      width: 100%;
    }

    .potf-process-content h2 {
      font-size: clamp(26px, 4vw, 56px);
    }
    .potf-product-category {
      font-size: 10px;
    }
    .potf-about-cta-content p:not(.potf-eyebrow) {
      font-size: 14px;
    }
    #rmp_menu_trigger-1106 {
      margin-top: 0px !important;
      display: flex;
      align-items: center;
      justify-content: center;
    }
    .rmp-trigger-icon{
      display: flex;
      align-items: center;
    }

    .potf-process-icon {
      width: 40px;
      height: 40px;
      position: relative;
      top: 12px;
    }

    .potf-process-content>p {
      font-size: 14px;
      margin-top: 15px;
    }

    .potf-process-step h3 {
      font-size: 16px;
    }


    .potf-product-related h2 {
      font-size: clamp(25px, 3vw, 38px);
    }

    .potf-purchase-options h2 {
      font-size: 14px;
    }
    .potf-product-info-list{
      grid-template-columns: 1fr;
    }
    .potf-product-summary h1 {
      font-size: 26px;
      margin: 10px 0 0;
    }
    .potf-product-info-item {
      font-size: 14px;
      gap: 2px;
    }
    .potf-product-info-item>span {
      width: 40px;
      height: 40px;
    }
    /* potf-shop-card-body{
      line-height: 1.5;
    } */

    .potf-shop-card-body h2 a{
      /* min-height: 52px; */
    }
    .potf-shop-toolbar p{
      margin-block: 8px;
      font-size: 12px;
    }
    .potf-shop-toolbar{
      width: 100%;
      max-width: none;
      gap: 8px;
    }

    .potf-shop-controls {
      width: 100%;
      justify-content: flex-start;
    }

    .potf-shop-filter-toggle {
      display: grid;
      flex: 0 0 48px;
      width: 48px;
      height: 48px;
      place-items: center;
      padding: 0;
      border: 1px solid rgba(201, 169, 97, 0.32);
      border-radius: 12px;
      background: rgba(3, 7, 13, 0.72);
      color: var(--potf-primary-light);
      cursor: pointer;
      transition: background 0.16s ease, border-color 0.16s ease, color 0.16s ease, transform 0.16s ease;
      -webkit-tap-highlight-color: transparent;
    }

    .potf-shop-filter-toggle svg {
      width: 22px;
      height: 22px;
      fill: currentColor;
      transition: transform 0.16s ease;
    }

    .potf-shop-filter-toggle[aria-expanded="true"] {
      border-color: var(--potf-primary-light);
      background: var(--potf-primary-light);
      color: #050505;
    }

    .potf-shop-filter-toggle[aria-expanded="true"] svg {
      transform: rotate(90deg) scale(0.92);
    }

    .potf-shop-filter-toggle:focus,
    .potf-shop-filter-toggle:focus-visible,
    .potf-shop-filter-toggle:active {
      outline: 0;
      box-shadow: none;
    }

    .potf-shop-filter-backdrop {
      position: fixed;
      inset: 0;
      z-index: 9998;
      display: block;
      width: 100%;
      height: 100%;
      margin: 0;
      padding: 0;
      appearance: none;
      -webkit-appearance: none;
      border: 0;
      background: rgba(0, 0, 0, 0.58);
      border-radius: 0;
      box-shadow: none;
      opacity: 0;
      outline: 0;
      pointer-events: none;
      transform: none;
      backdrop-filter: blur(6px);
      -webkit-backdrop-filter: blur(6px);
      transition: opacity 0.16s ease;
      user-select: none;
      -webkit-tap-highlight-color: transparent;
    }

    .potf-shop-layout.is-filter-open .potf-shop-filter-backdrop {
      opacity: 1;
      pointer-events: auto;
    }

    .potf-shop-filter-backdrop:hover,
    .potf-shop-filter-backdrop:focus,
    .potf-shop-filter-backdrop:focus-visible,
    .potf-shop-filter-backdrop:active {
      background: rgba(0, 0, 0, 0.58);
      box-shadow: none;
      outline: 0;
      transform: none;
    }

    .potf-shop-sidebar{
      position: fixed;
      top: 0;
      left: 0;
      z-index: 9999;
      display: block;
      width: 80vw;
      max-width: 80vw;
      height: 100dvh;
      overflow-y: auto;
      border-radius: 0 18px 18px 0;
      opacity: 0;
      pointer-events: none;
      transform: translateX(-100%);
      transition: transform 0.16s ease, opacity 0.16s ease;
    }

    .potf-shop-layout.is-filter-open .potf-shop-sidebar {
      opacity: 1;
      pointer-events: auto;
      transform: translateX(0);
    }
    .potf-home-page {
      background: #050505;
    }
    .potf-shop-sort{
      flex: 1 1 auto;
      min-width: 0;
      width: auto;
    }

    .potf-shop-hero {
      background:
        radial-gradient(circle at 78% 12%, rgba(201, 169, 97, 0.2), transparent 30%),
        radial-gradient(circle at 8% 28%, rgba(21, 84, 131, 0.18), transparent 34%),
        linear-gradient(180deg, #02050a 0%, var(--potf-shop-bg) 100%);
    }

    .potf-shop-hero::before {
      inset: auto 0 0;
      width: 100%;
      height: 48%;
      background:
        linear-gradient(30deg, transparent 46%, rgba(201, 169, 97, 0.18) 47%, transparent 49%) 0 0 / 70px 70px,
        radial-gradient(circle, rgba(255, 153, 42, 0.65) 1px, transparent 2px) 12px 8px / 46px 46px;
    }

    .potf-shop-hero-products {
      display: grid;
      min-height: 0;
      height: clamp(210px, 58vw, 280px);
      margin: 0;
      padding: 0px;
      place-items: center;
      overflow: hidden;
      /* border: 1px solid rgba(201, 169, 97, 0.34); */
      /* border-radius: 24px; */
      /* background:
        radial-gradient(circle at 82% 18%, rgba(201, 169, 97, 0.18), transparent 34%),
        linear-gradient(135deg, rgba(7, 16, 24, 0.96), rgba(3, 7, 13, 0.96)); */
    }

    .potf-shop-hero-products img {
      width: 100%;
      height: 100%;
      /* border: 1px solid rgba(255, 255, 255, 0.12); */
      border-radius: 18px;
      object-fit: contain;
      object-position: center;
    }

    .potf-home-main {
      width: 100%;
      padding-top: 0;
      overflow: hidden;
    }

    .potf-home-hero {
      position: relative;
      display: grid;
      height: auto;
      min-height: 0;
      margin: 0;
      overflow: hidden;
      padding-bottom: 250px;
    }

    .potf-home-hero-wrapper {
      position: relative;
      z-index: 2;
      width: 100%;
      grid-template-columns: 1fr;
      align-items: start;
      order: 1;
      padding: 30px 18px 12px;
    }

    .potf-home-hero-content {
      max-width: 97%;
      padding: 0;
      position: relative;
      top: auto;
      left: auto;
    }

    .potf-eyebrow {
      gap: 5px;
      margin-bottom: 7px;
      font-size: 12px;
      line-height: 1.2;
      letter-spacing: 0.7px;
    }

    .potf-eyebrow::before {
      width: 4px;
      height: 4px;

    }

    .potf-home-hero h1 {
      max-width: 100%;
      font-size: 34px;
      line-height: 0.96;
    }

    .potf-home-hero p:not(.potf-eyebrow) {
      max-width: 100%;
      margin-top: 12px;
      font-size: 14px;
      line-height: 1.45;
    }

    .potf-home-actions {
      display: grid;
      width: 150px;
      gap: 10px;
      margin-top: 18px;
    }

    .potf-btn,
    .potf-add-cart {
      min-height: 34px;
      border-radius: 5px;
      font-size: 11px;
    }

    .potf-btn {
      padding: 0 13px;
    }

    .potf-home-page a>span svg {
      width: 14px;
      height: 14px;
    }

    .potf-home-hero-media {

      position: absolute;
      width: 100%;
      height: 100%;
      display: grid;
      right: auto;
      order: 2;
      z-index: 1;
      opacity: 1;
      visibility: visible;
      place-items: center;
      background: url("https://peptidesofthefuture.com/wp-content/uploads/2026/06/ChatGPT-Image-Jun-17-2026-08_43_17-PM.png") center top / cover no-repeat;
    }

    .potf-home-hero-media picture {
      display: block;
      width: 100%;
      position: absolute;
      height: 100%;
    }

    .potf-home-hero-media img {
      width: 100%;
      height: 100%;
    }

    .potf-home-hero-media img {
      object-fit: cover;
      object-position: center 75%;
    }

    .potf-feature-strip {
      position: relative;
      z-index: 2;
      width: calc(100% - 30px);
      grid-template-columns: 1fr;
      gap: 0;
      margin: 18px auto 18px;
      padding: 10px 12px;
      border-radius: 4px;
      background: rgba(18, 18, 18, 0.94);
      box-shadow: 0 18px 44px rgba(0, 0, 0, 0.35);
    }

    .potf-feature-item,
    .potf-feature-item:nth-child(2) {
      grid-template-columns: 34px 1fr;
      justify-items: start;
      align-items: center;
      min-height: 44px;
      padding: 8px 0;
      text-align: left;
    }

    .potf-feature-icon {
      grid-row: 1 / span 2;
      width: 24px;
      height: 24px;
    }

    .potf-feature-icon img {
      width: 21px;
      height: 21px;
      object-fit: contain;
    }

    .potf-feature-item strong {
      margin: 0;
      font-size: 16px;
      line-height: 1.2;
    }

    .potf-feature-item p {
      max-width: none;
      margin: 2px 0 0;
      font-size: 12px;
      line-height: 1.35;
    }

    .potf-about-block {
      position: relative;
      display: flex;
      flex-direction: column;
      width: 100%;
      min-height: 260px;
      margin: 0;
      padding: 28px 18px 22px;
      overflow: hidden;
    }

    .potf-about-media {
      position: relative;
      inset: auto;
      order: 2;
      min-height: 220px;
      margin-top: 22px;
      border-radius: 14px;
      overflow: hidden;
    }

    .potf-about-media::after {
      display: none;
    }

    .potf-about-media img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: center;
    }

    .potf-about-content {
      position: relative;
      z-index: 1;
      order: 1;
      max-width: 100%;
      padding: 0;
    }

    .potf-about-block h2,
    .potf-section-heading h2,
    .potf-support-band h2,
    .potf-newsletter h2 {
      font-size: 30px;
      line-height: 1.05;
    }

    .potf-about-block p:not(.potf-eyebrow),
    .potf-support-band p:not(.potf-eyebrow) {
      margin-top: 12px;
      font-size: 14px;
      line-height: 1.55;
    }

    .potf-about-block .potf-btn {
      margin-top: 15px;
    }

    .potf-products-section,
    .potf-blog-section {
      width: 100%;
      padding: 28px 0 18px;
      margin: 0;
    }

    .potf-section-heading {
      width: calc(100% - 36px);
      margin: 0 auto 18px;
      text-align: center;
    }

    .potf-section-heading .potf-eyebrow {
      justify-content: center;
      margin-bottom: 8px;
    }

    .potf-section-heading>p:last-child {
      max-width: 300px;
      margin: 8px auto 0;
      font-size: 14px;
      line-height: 1.45;
    }

    .potf-product-grid {
      display: grid;
      grid-auto-flow: column;
      grid-auto-columns: calc(50% - 5px);
      grid-template-columns: none;
      gap: 14px;
      overflow-x: auto;
      padding: 0 18px 12px;
      scroll-snap-type: x mandatory;
      scrollbar-width: none;
    }

    .potf-product-grid::-webkit-scrollbar,
    .potf-blog-grid::-webkit-scrollbar {
      display: none;
    }

    .potf-product-card,
    .potf-blog-card {
      scroll-snap-align: center;
      border-radius: 15px;
      background: #0e0e0e;
    }

    .potf-product-card-content {
      padding: 12px;
    }

    .potf-product-card h3 {
      margin-bottom: 8px;
      font-size: 11px;
    }
    .potf-product-price {
      margin-top: 10px;
    }
    .potf-product-card h3 a {
      font-size: 14px;
    }

    .potf-product-card .potf-product-price {
      min-height: 18px;
      margin-bottom: 10px;
      font-size: 14px;

    }
    .potf-home-page a {
      font-size: 14px;
    }

    .potf-add-cart {
      min-height: 31px;
      border-radius: 4px;
      font-size: 9px;
    }

    .potf-support-band {
      padding: 0px 18px 15px 18px;
      /* background-attachment: scroll;
      background-position: 74% center; */
    }

    .potf-support-band-wrapper {
      width: 100%;
      padding: 0;
      border-radius: 0;
      background: transparent;
    }

    .potf-support-band-wrapper>div {
      width: 68%;
    }

    .potf-blog-section .potf-section-heading {
      display: grid;
      grid-template-columns: 1fr auto;
      align-items: end;
      text-align: left;
    }

    .potf-blog-section .potf-section-heading .potf-eyebrow {
      grid-column: 1 / -1;
      justify-content: start;
    }

    .potf-blog-section .potf-section-heading::after {
      content: "See all >";
      color: var(--potf-primary);
      font-size: 9px;
      font-weight: 600;
    }

    .potf-blog-grid {
      display: grid;
      grid-auto-flow: column;
      grid-auto-columns: calc(50% - 5px);
      grid-template-columns: none;
      gap: 10px;
      overflow-x: auto;
      padding: 0 10px;
      scroll-snap-type: x mandatory;
      scrollbar-width: none;
    }

    .potf-blog-card {
      padding: 5px;
    }

    .potf-blog-image {
      border-radius: 3px; 
      aspect-ratio: 1.08 / 1;
    }

    .potf-blog-card-content {
      padding: 8px 3px 3px;
    }

    .potf-blog-card time,
    .potf-read-more {
      font-size: 7px;
    }

    .potf-blog-card h3 {
      margin: 4px 0;
      font-size: 14px;
      line-height: 1.18;
    }

    .potf-blog-card p {
      font-size: 10px;
      line-height: 1.35;
    }

    .potf-view-all {
      display: none;
    }

    .potf-newsletter {
      width: calc(100% - 30px);
      gap: 14px;
      margin: 12px auto 24px;
      padding: 18px 16px;
      border: var(--border);
      border-radius: 4px;
      background: #0e0e0e;
    }

    .potf-newsletter form {
      grid-template-columns: 1fr auto;
      gap: 8px;
    }

    .potf-newsletter input {
      min-height: 34px;
      padding: 0 10px;
      border-radius: 4px;
      font-size: 10px;
    }

    .potf-newsletter button {
      min-height: 34px;
      padding: 0 12px;
      border-radius: 4px;
      font-size: 9px;
      padding-top: 5px;

    }

    .potf-newsletter button svg {
      padding-bottom: 2px;
      display: inline-block;
      left: 0px;
    }

    .potf-newsletter-message {
      grid-column: 1 / -1;
      min-height: 14px;
      font-size: 9px;
    }

    .potf-newsletter-popup {
      padding: 12px;
    }

    .potf-newsletter-popup__dialog {
      border-radius: 18px;
      max-width: 90%;
      max-height: 90%;
    }



    .potf-newsletter-popup__close {
      top: 8px;
      right: 8px;
      width: 30px;
      height: 30px;
      padding: 8px;
    }

    .potf-newsletter-popup__close svg {
      width: 18px;
      height: 18px;
    }

    .potf-newsletter-popup__media {
      min-height: 185px;
    }

    .potf-newsletter-popup__media img {
      height: 100%;
      width: 100%;
      object-position: center;
    }

    .potf-newsletter-popup__eyebrow {
      margin-bottom: 10px;
      font-size: 10px;
    }

    .potf-newsletter-popup__content h2 {
      font-size: 24px;
    }

    .potf-newsletter-popup__text {
      margin: 18px 0 22px;
      font-size: 14px;
    }

    .potf-newsletter-popup__form {
      gap: 16px;
    }

    .potf-newsletter-popup__form input[type="email"] {
      height: 44px;
      padding-left: 43px;
      font-size: 14px;
    }

    .potf-newsletter-popup__form i {
      
    }

    .potf-newsletter-popup__form button {
      min-height: 44px;
      font-size: 14px;
    }

    .potf-newsletter-popup__features {
      grid-template-columns: repeat(2, minmax(0, 1fr));
      gap: 20px 0;
      margin-top: 28px;
    }

    .potf-newsletter-popup__features div:nth-child(2n) {
      border-right: 0;
    }

    .potf-newsletter-popup__privacy {
      align-items: flex-start;
      font-size: 13px;
    }
  }
