:root {
  --pb-bg: #050507;
  --pb-panel: rgba(16, 16, 22, 0.78);
  --pb-panel-2: rgba(255, 255, 255, 0.045);
  --pb-text: #f7f1e7;
  --pb-muted: rgba(247, 241, 231, 0.66);
  --pb-faint: rgba(247, 241, 231, 0.38);
  --pb-gold: #d6a85d;
  --pb-gold-2: #f4d58d;
  --pb-line: rgba(244, 213, 141, 0.16);
  --pb-line-2: rgba(255, 255, 255, 0.08);
  --pb-radius-xl: 34px;
  --pb-radius-lg: 24px;
  --pb-radius-md: 16px;
  --pb-shadow: 0 28px 90px rgba(0, 0, 0, 0.52);
  --pb-font: Yekan, IRANSans, Vazirmatn, Tahoma, Arial, sans-serif;
}

* {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  min-height: 100%;
  background: var(--pb-bg);
  color: var(--pb-text);
  font-family: var(--pb-font);
  overflow-x: hidden;
}

body.pb-shop-body {
  background:
    radial-gradient(circle at 50% 0%, rgba(214, 168, 93, 0.14), transparent 34%),
    radial-gradient(circle at 12% 78%, rgba(95, 67, 190, 0.12), transparent 30%),
    linear-gradient(180deg, #09090d 0%, #030304 100%);
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  max-width: 100%;
}

.pb-shop-page {
  position: relative;
  min-height: 100svh;
  isolation: isolate;
  overflow: hidden;
}

.pb-shop-bg,
.pb-shop-bg-grid,
.pb-shop-bg-glow {
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: -2;
}

.pb-shop-bg-grid {
  background:
    linear-gradient(rgba(255,255,255,0.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.022) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: radial-gradient(circle at top, #000 0 45%, transparent 85%);
  opacity: 0.55;
}

.pb-shop-bg-glow {
  z-index: -1;
  filter: blur(34px);
  opacity: 0.65;
}

.pb-shop-bg-glow-1 {
  width: 430px;
  height: 430px;
  inset: 5% auto auto 50%;
  transform: translateX(-50%);
  border-radius: 50%;
  background: rgba(214, 168, 93, 0.17);
}

.pb-shop-bg-glow-2 {
  width: 360px;
  height: 360px;
  inset: auto 8% 18% auto;
  border-radius: 50%;
  background: rgba(91, 74, 190, 0.13);
}

.pb-shop-hero {
  width: min(1180px, calc(100% - 36px));
  margin: 0 auto;
  padding: 26px 0 52px;
  text-align: center;
}

.pb-shop-logo {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 154px;
  margin-bottom: clamp(34px, 7vw, 72px);
}

.pb-shop-logo img {
  display: block;
  width: 100%;
  height: auto;
}

.pb-shop-hero-content {
  position: relative;
  width: min(820px, 100%);
  margin: 0 auto;
  padding: clamp(28px, 5vw, 58px);
  border: 1px solid var(--pb-line);
  border-radius: var(--pb-radius-xl);
  background:
    radial-gradient(circle at 50% 0%, rgba(214,168,93,0.12), transparent 44%),
    linear-gradient(180deg, rgba(255,255,255,0.062), rgba(255,255,255,0.018)),
    rgba(8, 8, 12, 0.72);
  box-shadow: var(--pb-shadow), inset 0 1px 0 rgba(255,255,255,0.08);
  backdrop-filter: blur(18px);
}

.pb-shop-kicker,
.pb-shop-section-head span,
.pb-shop-guide-card span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  padding: 7px 14px;
  border-radius: 999px;
  border: 1px solid rgba(244, 213, 141, 0.18);
  background: rgba(244, 213, 141, 0.065);
  color: var(--pb-gold-2);
  font-size: 13px;
  line-height: 1.7;
}

.pb-shop-hero h1 {
  margin: 22px auto 16px;
  max-width: 760px;
  color: #fff;
  font-size: clamp(34px, 6vw, 62px);
  line-height: 1.25;
  font-weight: 900;
  letter-spacing: -1.5px;
}

.pb-shop-hero p {
  margin: 0 auto;
  max-width: 680px;
  color: var(--pb-muted);
  font-size: clamp(15px, 1.8vw, 18px);
  line-height: 2.05;
}

.pb-shop-actions {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  flex-wrap: wrap;
  margin-top: 32px;
}

.pb-shop-main-btn,
.pb-shop-secondary-btn,
.pb-product-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 0 24px;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 850;
  transition: transform 180ms ease, filter 180ms ease, border-color 180ms ease, background 180ms ease;
}

.pb-shop-main-btn,
.pb-product-btn {
  color: #171006;
  background: linear-gradient(135deg, #f9d990, #c99442 58%, #f1cf83);
  box-shadow:
    0 16px 42px rgba(214,168,93,0.22),
    inset 0 1px 0 rgba(255,255,255,0.45);
}

.pb-shop-secondary-btn {
  color: var(--pb-text);
  border: 1px solid rgba(255,255,255,0.11);
  background: rgba(255,255,255,0.045);
}

.pb-shop-main-btn:hover,
.pb-shop-secondary-btn:hover,
.pb-product-btn:hover {
  transform: translateY(-2px);
  filter: brightness(1.05);
}

.pb-shop-section {
  width: min(1180px, calc(100% - 36px));
  margin: 0 auto;
  padding: 48px 0 34px;
}

.pb-shop-section-head {
  text-align: center;
  margin-bottom: 30px;
}

.pb-shop-section-head h2 {
  margin: 18px 0 10px;
  color: #fff;
  font-size: clamp(28px, 4.5vw, 48px);
  line-height: 1.35;
  font-weight: 900;
}

.pb-shop-section-head p {
  margin: 0 auto;
  max-width: 620px;
  color: var(--pb-muted);
  line-height: 2;
  font-size: 15px;
}

.pb-shop-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.pb-product-card {
  position: relative;
  overflow: hidden;
  border-radius: 28px;
  border: 1px solid var(--pb-line-2);
  background:
    linear-gradient(180deg, rgba(255,255,255,0.055), rgba(255,255,255,0.018)),
    rgba(11, 11, 16, 0.74);
  box-shadow:
    0 24px 70px rgba(0,0,0,0.34),
    inset 0 1px 0 rgba(255,255,255,0.055);
  backdrop-filter: blur(16px);
  transition: transform 220ms ease, border-color 220ms ease, box-shadow 220ms ease;
}

.pb-product-card:hover {
  transform: translateY(-5px);
  border-color: rgba(244, 213, 141, 0.28);
  box-shadow:
    0 32px 88px rgba(0,0,0,0.42),
    0 0 0 1px rgba(244,213,141,0.07),
    inset 0 1px 0 rgba(255,255,255,0.07);
}

.pb-product-image-wrap {
  position: relative;
  display: block;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  background: rgba(255,255,255,0.035);
}

.pb-product-image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transform: scale(1.02);
  transition: transform 380ms ease, filter 380ms ease;
}

.pb-product-card:hover .pb-product-image-wrap img {
  transform: scale(1.065);
  filter: brightness(1.08);
}

.pb-product-image-wrap::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, transparent 38%, rgba(0,0,0,0.48) 100%),
    radial-gradient(circle at 50% 0%, rgba(244,213,141,0.12), transparent 45%);
}

.pb-product-label {
  position: absolute;
  right: 14px;
  bottom: 14px;
  z-index: 2;
  min-height: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 6px 11px;
  border-radius: 999px;
  color: var(--pb-gold-2);
  background: rgba(0,0,0,0.48);
  border: 1px solid rgba(244,213,141,0.2);
  backdrop-filter: blur(10px);
  font-size: 12px;
}

.pb-product-content {
  padding: 20px 18px 18px;
  text-align: right;
}

.pb-product-content h3 {
  margin: 0 0 10px;
  color: #fff;
  font-size: 20px;
  line-height: 1.55;
  font-weight: 900;
}

.pb-product-subtitle {
  margin: 0 0 10px;
  color: var(--pb-gold-2);
  font-size: 13px;
  line-height: 1.9;
}

.pb-product-excerpt {
  margin: 0;
  min-height: 54px;
  color: var(--pb-muted);
  font-size: 13.5px;
  line-height: 2;
}

.pb-product-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  margin-top: 18px;
  padding-top: 16px;
  border-top: 1px solid rgba(255,255,255,0.075);
}

.pb-product-price {
  color: var(--pb-gold-2);
  font-size: 13px;
  line-height: 1.7;
  white-space: nowrap;
}

.pb-product-price del {
  color: var(--pb-faint);
  margin-left: 6px;
}

.pb-product-price ins {
  text-decoration: none;
}

.pb-product-btn {
  min-height: 42px;
  padding: 0 16px;
  font-size: 12.5px;
  white-space: nowrap;
}

.pb-shop-guide {
  width: min(1180px, calc(100% - 36px));
  margin: 0 auto;
  padding: 36px 0 72px;
}

.pb-shop-guide-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: clamp(24px, 4vw, 40px);
  border-radius: var(--pb-radius-xl);
  border: 1px solid var(--pb-line);
  background:
    radial-gradient(circle at 85% 0%, rgba(244,213,141,0.12), transparent 42%),
    linear-gradient(180deg, rgba(255,255,255,0.055), rgba(255,255,255,0.018)),
    rgba(9,9,13,0.78);
  box-shadow: var(--pb-shadow);
  backdrop-filter: blur(18px);
}

.pb-shop-guide-card > div {
  max-width: 720px;
}

.pb-shop-guide-card h2 {
  margin: 16px 0 10px;
  color: #fff;
  font-size: clamp(24px, 3.8vw, 40px);
  line-height: 1.45;
  font-weight: 900;
}

.pb-shop-guide-card p {
  margin: 0;
  color: var(--pb-muted);
  font-size: 15px;
  line-height: 2;
}

@media (max-width: 1024px) {
  .pb-shop-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .pb-shop-guide-card {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 720px) {
  .pb-shop-hero,
  .pb-shop-section,
  .pb-shop-guide {
    width: min(100% - 28px, 1180px);
  }

  .pb-shop-hero {
    padding-top: 20px;
    padding-bottom: 34px;
  }

  .pb-shop-logo {
    width: 132px;
    margin-bottom: 30px;
  }

  .pb-shop-hero-content {
    padding: 28px 18px;
    border-radius: 28px;
  }

  .pb-shop-hero h1 {
    font-size: 34px;
    letter-spacing: -0.8px;
  }

  .pb-shop-actions {
    flex-direction: column;
    gap: 10px;
  }

  .pb-shop-main-btn,
  .pb-shop-secondary-btn {
    width: 100%;
  }

  .pb-shop-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .pb-product-image-wrap {
    aspect-ratio: 16 / 9;
  }

  .pb-product-footer {
    align-items: stretch;
    flex-direction: column;
  }

  .pb-product-btn {
    width: 100%;
  }

  .pb-shop-guide-card {
    border-radius: 28px;
  }

  .pb-shop-guide-card .pb-shop-main-btn {
    width: 100%;
  }
}

@media (max-width: 420px) {
  .pb-shop-hero h1 {
    font-size: 30px;
  }

  .pb-product-content h3 {
    font-size: 18px;
  }

  .pb-product-excerpt {
    min-height: auto;
  }
}





.pb-shop-category {
  margin-top: 42px;
}

.pb-shop-category:first-child {
  margin-top: 0;
}

.pb-shop-category-head {
  margin-bottom: 18px;
  text-align: right;
}

.pb-shop-category-head h3 {
  margin: 0 0 8px;
  color: #fff;
  font-size: clamp(22px, 3vw, 34px);
  line-height: 1.45;
  font-weight: 900;
}

.pb-shop-category-head p {
  margin: 0;
  max-width: 680px;
  color: var(--pb-muted);
  font-size: 14px;
  line-height: 2;
}

.pb-shop-category:first-child .pb-shop-grid,
.pb-shop-category:nth-child(2) .pb-shop-grid {
  grid-template-columns: 1fr;
}

.pb-shop-category:first-child .pb-product-card,
.pb-shop-category:nth-child(2) .pb-product-card {
  display: grid;
  grid-template-columns: minmax(280px, 42%) 1fr;
  align-items: stretch;
  min-height: 360px;
}

.pb-shop-category:first-child .pb-product-image-wrap,
.pb-shop-category:nth-child(2) .pb-product-image-wrap {
  aspect-ratio: auto;
  height: 100%;
}

.pb-shop-category:first-child .pb-product-content,
.pb-shop-category:nth-child(2) .pb-product-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(24px, 4vw, 44px);
}

.pb-shop-category:first-child .pb-product-content h3,
.pb-shop-category:nth-child(2) .pb-product-content h3 {
  font-size: clamp(28px, 4.5vw, 48px);
}

@media (max-width: 720px) {
  .pb-shop-category:first-child .pb-product-card,
  .pb-shop-category:nth-child(2) .pb-product-card {
    grid-template-columns: 1fr;
    min-height: auto;
  }

  .pb-shop-category:first-child .pb-product-image-wrap,
  .pb-shop-category:nth-child(2) .pb-product-image-wrap {
    aspect-ratio: 16 / 9;
  }

  .pb-shop-category-head {
    text-align: center;
  }

  .pb-shop-category-head p {
    margin: 0 auto;
  }
}



/* =========================
   FORCE ALL COURSE IMAGES 1:1
========================= */

.pb-product-image-wrap {
  aspect-ratio: 1 / 1 !important;
  height: auto !important;
}

.pb-product-image-wrap img {
  aspect-ratio: 1 / 1;
  object-fit: cover;
}

/* =========================
   REMOVE STRETCHED HERO STYLE
========================= */

.pb-shop-category:first-child .pb-product-card,
.pb-shop-category:nth-child(2) .pb-product-card {
  grid-template-columns: 1fr !important;
  min-height: auto !important;
}

.pb-shop-category:first-child .pb-product-image-wrap,
.pb-shop-category:nth-child(2) .pb-product-image-wrap {
  aspect-ratio: 1 / 1 !important;
  height: auto !important;
}

.pb-shop-category:first-child .pb-product-content,
.pb-shop-category:nth-child(2) .pb-product-content {
  padding: 22px 20px !important;
}

.pb-shop-category:first-child .pb-product-content h3,
.pb-shop-category:nth-child(2) .pb-product-content h3 {
  font-size: clamp(24px, 4vw, 36px) !important;
}


/* =========================
   FIX FEATURED COURSE CARDS SIZE
   Alpha Master + Godfather
========================= */

.pb-shop-category:first-of-type .pb-shop-grid,
.pb-shop-category:nth-of-type(2) .pb-shop-grid {
  display: grid !important;
  grid-template-columns: minmax(0, 520px) !important;
  justify-content: center !important;
}

.pb-shop-category:first-of-type .pb-product-card,
.pb-shop-category:nth-of-type(2) .pb-product-card {
  width: 100% !important;
  max-width: 520px !important;
  margin-left: auto !important;
  margin-right: auto !important;
  display: block !important;
  min-height: auto !important;
}

.pb-shop-category:first-of-type .pb-product-image-wrap,
.pb-shop-category:nth-of-type(2) .pb-product-image-wrap {
  width: 100% !important;
  aspect-ratio: 1 / 1 !important;
  height: auto !important;
}

.pb-shop-category:first-of-type .pb-product-content,
.pb-shop-category:nth-of-type(2) .pb-product-content {
  padding: 22px 20px !important;
}

.pb-shop-category:first-of-type .pb-product-content h3,
.pb-shop-category:nth-of-type(2) .pb-product-content h3 {
  font-size: clamp(24px, 3vw, 34px) !important;
}


/* =========================
   GODFATHER ALIGN RIGHT
========================= */

.pb-shop-category:nth-of-type(2) .pb-shop-grid {
  justify-content: start !important;
}

.pb-shop-category:nth-of-type(2) .pb-product-card {
  margin-right: 0 !important;
  margin-left: auto !important;
}

html {
    scroll-behavior: smooth;
}


/* =========================
   FOOTER
   ========================= */

.pb-footer {
  position: relative;
  z-index: 2;

  padding: 38px 20px;

  border-top: 1px solid rgba(255,255,255,0.08);

  background:
    linear-gradient(
      to bottom,
      rgba(255,255,255,0.015),
      rgba(255,255,255,0.03)
    );
}

.pb-footer-inner {
  max-width: 1180px;

  margin: 0 auto;

  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;

  flex-wrap: wrap;
}

.pb-footer p {
  margin: 0;

  color: var(--text-muted);

  font-size: 15px;

  line-height: 1.9;
}

.pb-footer-links {
  display: flex;
  align-items: center;
  gap: 22px;
}

.pb-footer-links a {
  color: #dbe5ee;

  text-decoration: none;

  font-size: 15px;
  font-weight: 700;

  transition:
    opacity 0.25s ease,
    color 0.25s ease;
}

.pb-footer-links a:hover {
  color: var(--accent);
}

/* MOBILE */

@media (max-width: 768px) {

  .pb-footer-inner {
    flex-direction: column;

    text-align: center;
  }

  .pb-footer-links {
    gap: 18px;
  }

}


.pb-featured-row{
  display:grid;
  grid-template-columns:minmax(0, 1fr) minmax(360px, 520px);
  gap:clamp(28px, 5vw, 70px);
  align-items:center;
}

.pb-shop-category--card-right .pb-featured-product-card{grid-column:2;}
.pb-shop-category--card-right .pb-featured-copy{grid-column:1;}

.pb-shop-category--card-left .pb-featured-product-card{grid-column:1;}
.pb-shop-category--card-left .pb-featured-copy{grid-column:2;}

.pb-featured-product-card{
  width:100% !important;
  max-width:520px !important;
  margin:0 !important;
}

.pb-featured-copy{
  text-align:right;
  padding:clamp(22px, 4vw, 46px);
  border:1px solid var(--pb-line);
  border-radius:var(--pb-radius-xl);
  background:rgba(255,255,255,0.035);
  backdrop-filter:blur(16px);
}

.pb-featured-copy span{
  color:var(--pb-gold-2);
  font-size:13px;
}

.pb-featured-copy h3{
  margin:16px 0 12px;
  color:#fff;
  font-size:clamp(26px, 3.5vw, 44px);
  line-height:1.45;
  font-weight:900;
}

.pb-featured-copy p,
.pb-featured-copy li{
  color:var(--pb-muted);
  font-size:15px;
  line-height:2.1;
}

.pb-featured-copy ul{
  margin:18px 0 0;
  padding:0 20px 0 0;
}

@media (max-width: 900px){
  .pb-featured-row{
    grid-template-columns:1fr;
  }

  .pb-shop-category--card-right .pb-featured-product-card,
  .pb-shop-category--card-right .pb-featured-copy,
  .pb-shop-category--card-left .pb-featured-product-card,
  .pb-shop-category--card-left .pb-featured-copy{
    grid-column:auto;
  }

  .pb-featured-product-card{
    margin:0 auto !important;
  }
}



/* =========================
   FEATURED BIG BLOCKS
   Alpha + Godfather
========================= */

.pb-shop-category--featured{
  margin-top: 54px;
}

.pb-shop-category--featured .pb-shop-category-head{
  text-align: center;
  margin-bottom: 26px;
}

.pb-featured-row{
  width: 100%;
  display: grid !important;
  grid-template-columns: minmax(320px, 520px) minmax(0, 1fr);
  gap: clamp(24px, 4vw, 54px);
  align-items: center;

  padding: clamp(18px, 3vw, 32px);
  border-radius: 38px;
  border: 1px solid rgba(244, 213, 141, 0.18);

  background:
    radial-gradient(circle at 78% 20%, rgba(214,168,93,0.12), transparent 36%),
    linear-gradient(180deg, rgba(255,255,255,0.055), rgba(255,255,255,0.018)),
    rgba(10,10,14,0.74);

  box-shadow:
    0 34px 110px rgba(0,0,0,0.48),
    inset 0 1px 0 rgba(255,255,255,0.07);

  backdrop-filter: blur(18px);
}

/* آلفامستر: کارت راست، متن چپ */
.pb-shop-category--card-right .pb-featured-product-card{
  grid-column: 1;
}

.pb-shop-category--card-right .pb-featured-copy{
  grid-column: 2;
}

/* پدرخوانده: کارت چپ، متن راست */
.pb-shop-category--card-left .pb-featured-product-card{
  grid-column: 2;
}

.pb-shop-category--card-left .pb-featured-copy{
  grid-column: 1;
}

.pb-featured-product-card{
  width: 100% !important;
  max-width: 520px !important;
  margin: 0 !important;
}

.pb-featured-copy{
  text-align: right;
  padding: clamp(20px, 3vw, 44px);
  border-radius: 30px;
  border: 1px solid rgba(255,255,255,0.07);
  background:
    linear-gradient(180deg, rgba(255,255,255,0.045), rgba(255,255,255,0.015)),
    rgba(0,0,0,0.18);
}

.pb-featured-copy span{
  display: inline-flex;
  color: var(--pb-gold-2);
  font-size: 13px;
  line-height: 1.9;
  margin-bottom: 14px;
}

.pb-featured-copy h3{
  margin: 0 0 16px;
  color: #fff;
  font-size: clamp(30px, 4vw, 52px);
  line-height: 1.45;
  font-weight: 950;
  letter-spacing: -1px;
}

.pb-featured-copy p{
  margin: 0;
  max-width: 620px;
  color: var(--pb-muted);
  font-size: 15px;
  line-height: 2.2;
}

.pb-featured-copy ul{
  margin: 22px 0 0;
  padding: 0 22px 0 0;
}

.pb-featured-copy li{
  color: var(--pb-muted);
  font-size: 14px;
  line-height: 2.2;
}

/* خنثی کردن CSS قبلی که کارت اول و دوم رو خراب می‌کرد */
.pb-shop-category--featured .pb-shop-grid{
  grid-template-columns: unset !important;
  justify-content: unset !important;
}

.pb-shop-category--featured .pb-product-card{
  display: block !important;
  min-height: auto !important;
}

/* موبایل */
@media (max-width: 900px){
  .pb-featured-row{
    grid-template-columns: 1fr !important;
    padding: 16px;
    border-radius: 30px;
  }

  .pb-shop-category--card-right .pb-featured-product-card,
  .pb-shop-category--card-right .pb-featured-copy,
  .pb-shop-category--card-left .pb-featured-product-card,
  .pb-shop-category--card-left .pb-featured-copy{
    grid-column: auto !important;
  }

  .pb-featured-product-card{
    max-width: 100% !important;
  }

  .pb-featured-copy{
    padding: 24px 18px;
  }

  .pb-featured-copy h3{
    font-size: 28px;
  }
}


/* FIX GODFATHER FEATURED LAYOUT */
.pb-shop-category--card-left .pb-featured-row{
  grid-template-columns: minmax(0, 1fr) minmax(320px, 520px);
}

.pb-shop-category--card-left .pb-featured-copy{
  grid-column: 1 !important;
  grid-row: 1 !important;
}

.pb-shop-category--card-left .pb-featured-product-card{
  grid-column: 2 !important;
  grid-row: 1 !important;
  justify-self: end;
}


/* HIDE FEATURED TEXT BLOCKS ON MOBILE */

@media (max-width: 768px){

  .pb-featured-copy{
    display: none !important;
  }

  .pb-featured-row{
    display: block !important;
    padding: 0 !important;
    border: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    backdrop-filter: none !important;
  }

  .pb-featured-product-card{
    max-width: 100% !important;
    width: 100% !important;
    margin: 0 auto !important;
  }

}


/* Featured sections back to right align */

.pb-shop-category--featured .pb-shop-category-head{
    text-align: right !important;
}

.pb-shop-category--featured .pb-shop-category-head h3{
    text-align: right !important;
}

.pb-shop-category--featured .pb-shop-category-head p{
    text-align: right !important;
    margin-right: 0 !important;
    margin-left: auto !important;
}