/*
Theme Name: Persis Collection
Theme URL: https://www.persiscollection.com/
Description: Persis Collection Theme
Version: 3.1.17
Author: persis team
Author URI: https://Asiaitech.ir
*/

/* @font-face {
  font-family: 'IranSans';
  src: url('fonts/IRANSansWeb Light.woff2') format('woff2'),
       url('fonts/IRANSansWeb Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'IranSans';
  src: url('fonts/IRANSansWeb Medium Regular.woff2') format('woff2'),
       url('fonts/IRANSansWeb Medium Regular.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
} */

@font-face {
    font-family: 'Futura';
    src: url('assets/fonts/Futura-Book.ttf') format('ttf');
    font-weight: normal;
    font-style: normal;
}

:root {
    --ps-background-footer: #EBEBEBFF;
    --ps-text-color-black: #000;
    --ps-text-color: #4b5563;
    --ps-text-color-hover: #71717AFF;
    --ps-border-color: #E5E7EBFF;
    --ps-background-black: #000;
    --ps-background-white: #fff;
    --ps-btn-hover: #2c2c2c;
    --ps-background-error: #ffb8b8;
    --ps-color-bold: #ef4444;
}

/* ========= Start Reset CSS ========= */
#wpadminbar {
    z-index: 4 !important;
}

#merchantwidget-iframe-wrapper {
	z-index: 7 !important
}

.woocommerce-form-row button.woocommerce-Button { 
	background-color: var(--ps-background-black);
    color: var(--ps-background-white);
	transition-property: all;
    transition-duration: 200ms;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	padding: 0.75rem 2rem;
	border-radius: 5px;
}

* {
    box-sizing: border-box;
    margin: 0;
}

body {
    font-family: 'Futura', sans-serif;
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
    transition-duration: 200ms;
    color: var(--ps-text-color-black);
}

input, textarea, select {
    font-size: 16px;
}

.show_add_name_wrapper input::placeholder {
	color: #cccccc;
	font-size: 14px;
}

.term-description a,
.content a {
	text-decoration: underline;
}

a:hover {
    color: var(--ps-text-color-hover);
}

ul, li {
    list-style: none;
}

button {
    outline: none;
    border: none;
    background-color: transparent;
    cursor: pointer;
}

input {
    border: none;
    outline: none;
}

input[type="submit"] {
    cursor: pointer;
}

h1 {
    font-size: 1.8rem;
}

h2 {
    font-size: 1.7rem;
}

h3 {
    font-size: 1.6rem;
}

h4 {
    font-size: 1.1rem;
}

.w-full {
    width: 100%;
}

img {
    max-width: 100%;
}

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

/* ========= End Reset CSS ========= */
.col-span-4 {
    grid-column: span 4 / span 4;
}

.grid-cols-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr));
}

.grid {
    display: grid;
}

.flex {
    display: flex;
}

.inline-flex {
    display: inline-flex;
}

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

.flex-wrap {
    flex-wrap: wrap;
}

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

.justify-end {
    justify-content: flex-end;
}

.justify-content {
    justify-content: center;
}

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

.gap-3 {
    gap: 0.75rem;
}

.gap-5 {
    gap: 1.25rem;
}

.gap-x-2 {
    -moz-column-gap: 0.5rem;
    column-gap: 0.5rem;
}

.gap-x-4 {
    -moz-column-gap: 1rem;
    column-gap: 1rem;
}

.gap-7 {
    gap: 1.75rem;
}

.gap-y-3 {
    row-gap: 0.75rem;
}

.gap-y-4 {
    row-gap: 1rem;
}

.gap-y-7 {
    row-gap: 1.75rem;
}

.gap-y-12 {
    row-gap: 3rem;
}

.my-20 {
    margin-top: 5rem;
    margin-bottom: 5rem;
}

.p-3 {
    padding: 0.75rem;
}

.p-4 {
    padding: 1rem;
}

.p-8 {
    padding: 2rem;
}

.py-3 {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
}

.py-5 {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
}

.px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
}

.px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}

.pt-16 {
    padding-top: 4rem;
}

.pb-0 {
    padding-bottom: 0;
}

.mt-3 {
    margin-top: 0.75rem;
}

.mt-4 {
    margin-top: 1rem;
}

.mt-5 {
    margin-top: 1.25rem;
}

.mt-6 {
    margin-top: 1.5rem;
}

.mt-10 {
    margin-top: 2.5rem;
}

.mt-16 {
    margin-top: 4rem;
}

.mt-28 {
    margin-top: 7rem;
}

.mb-3 {
    margin-bottom: 0.75rem;
}

.mb-4 {
    margin-bottom: 1rem;
}

.mb-5 {
    margin-bottom: 1.25rem;
}

.mb-6 {
    margin-bottom: 1.5rem;
}

.mb-8 {
    margin-bottom: 2rem;
}

.mb-16 {
    margin-bottom: 4rem;
}

.my-3 {
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
}

.text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem;
}

.ps-btn {
    background-color: var(--ps-background-black);
    color: var(--ps-background-white);
}

.ps-btn:hover {
    background-color: var(--ps-btn-hover);
}

.ps-transition {
    transition-property: all;
    transition-duration: 200ms;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

/* Start Container components */
.container {
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
}

/*===================
====== Header =======
=====================*/
/* middle-header */
.middle__header {
    position: relative;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    border-bottom: 3px solid var(--ps-background-black);
}

.middle__header-container {
	display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0;
    margin-left: -1rem;
}

.header-fixed {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 4;
    background-color: var(--ps-background-white);
}

.currency__switcher {
    display: none;
}

.currency__switcher-img {
    width: 22px;
    height: 22px;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 100%;
}

/* middle header */
.site__logo-img {
    width: 90px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: block;
    height: auto;
}

/* top header */
.top__header {
    background-color: var(--ps-background-black);
}

.top__header-section {
    justify-content: center;
	padding: 1rem;
}

.button__top-header {
    display: none;
}

.trustpilot__top-image {
    width: 80px;
    height: auto;
}

.button__top-link {
    border: 1px solid var(--ps-background-white);
    color: var(--ps-background-white);
    border-radius: 35px;
    font-size: 0.75rem;
    transition: all 0.4s;
}

.button__top-link:hover {
    color: var(--ps-background-black);
    background-color: var(--ps-background-white);
}

.trustpilot__top-title {
    color: var(--ps-background-white);
	font-size: 14px;
}

/* mobile__nav */
#shopping_cart {
    margin: 0 1rem;
}

.search__bar-text {
    display: none;
    font-size: 14px;
    padding-right: 4rem;
    padding-left: 0.25rem;
    padding-bottom: 0.25rem;
    border-bottom: 1px solid var(--ps-background-black);
}

.search__form {
    display: none;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    background-color: var(--ps-background-white);
    border-bottom: 2px solid var(--ps-background-black);
    z-index: 5;
}

.search__form-title {
    text-align: center;
    border-bottom: 2px solid var(--ps-background-black);
}

/* nav menu */
.nav__mega-menu {
    display: none;
    grid-column: span 12 / span 12;
}

.nav__items {
    font-size: 14px;
    gap: 5px;
	margin-left: -2.5rem;
}

.nav-link {
    display: inline-block;
    padding: 0.75rem 0.5rem;
    font-size: 13px;
}

.nav-link:hover {
    background-color: var(--ps-background-black);
    color: var(--ps-background-white);
}

.nav-item:hover > .nav-link {
    background-color: var(--ps-background-black);
    color: var(--ps-background-white);
}

.mega-menu {
    opacity: 0;
    padding: 1rem;
    background-color: var(--ps-background-white);
    border-top: 3px solid var(--ps-background-black);
    border-bottom: 3px solid var(--ps-background-black);
    top: 100%;
    right: 0;
    left: 0;
    position: absolute;
    visibility: hidden;
    z-index: 4;
}

.sub-menu {
    margin-left: -2.5rem;
}

p.mega-menu__subtitle {
    margin: 0.5rem 0;
    font-weight: bold;
}

.mega-menu__items {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
}

.mega-menu__item {
    margin-bottom: 0.5rem;
    margin-top: 0.75rem;
}

.menu-item.mega-menu__subtitle {
    margin-bottom: 1.5rem;
}

.show-mega-menu {
    visibility: visible;
    opacity: 1;
}

.column-for-menu {
    opacity: 0;
}

/* .sale__in-menu a{
    color: var(--ps-color-bold) !important;
    font-weight: bold;
    display: block;
} */

/* .contact-us-in-mobile-menu a {
	border: unset;
    background: #ebebeb;
    margin: 0;
    padding: 1rem 9px;
} */

/* .sale__in-menu a:before {
    content: "🔥 ";
} */

li.add-img-in-menu a {
	display: flex;
/* 	align-items: center; */
	gap: 8px;
}

/* li.add-img-in-menu a:before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    background-image: url(https://www.persiscollection.com/wp-content/uploads/2025/12/nowruz-2.webp);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    margin-bottom: -2rem;
    margin-top: -3px !important;
} */

/* .add-img-in-menu-mobile-button button:before {
    content: "";
    width: 20px;
    height: 20px;
    background-image: url(https://www.persiscollection.com/wp-content/uploads/2025/12/nowruz-2.webp);
    background-size: contain;
    background-repeat: no-repeat;
	margin-right: 0.25rem;
} */

.mobile-nav-back:before {
	display: none;
}

/* sales page */
.daily__sale {
    color: var(--ps-background-white);
    box-shadow: 0 10px 12px -7px var(--ps-color-bold);
    display: block;
/*     border-radius: 5px; */
    background: no-repeat center url("https://www.persiscollection.com/wp-content/uploads/2025/12/Persian-Daily-Sales-02.webp");
    background-size: cover;
	background-color: black;
	padding:0rem 1rem;
}

.daily__sale-counter {
	padding: 10px;
}
.daily__sale-counter h3{
	color:#ffffff;
	font-size:2rem;
}
.daily__sale-counter p {
    font-size: 1.2rem;
    line-height: 1.7;
}
.daily__sale-product > *:nth-child(n+3){
	display:none;
}
.daily__sale-product {
    margin-top: 2rem;
	display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    padding: 10px;
    gap: 10px;
}

.daily__sale-product .product-card div.gap-3 {
	display: block !important;
    margin-top: 0.75rem;
}

.daily__sale-product .product-card div.py-3 {
	padding: 0 !important;
}

.daily__sale-product .product-sku,
.daily__sale-product .product-stock {
    display: none !important;
}

.daily__sale-product .product__title,
.daily__sale-product ins span.woocommerce-Price-amount.amount,
.daily__sale-product del span.woocommerce-Price-amount.amount {
    color: var(--ps-background-white);
    font-size: 0.75rem;
    margin-top: 10px;
	margin-right: 10px;
}

.daily__sale-product del {
	color: #ff0000;
}

.daily__sale-product .product__add-to-cart {
	background: var(--ps-background-white) !important;
	color: var(--ps-background-black) !important;
	font-weight: bold;
	font-size: 0.6rem !important;
}

.daily__sale-counter .timer {
    display: flex;
/*     justify-content: center; */
}

.daily__sale-counter .time-segment {
    margin: 0 10px;
    text-align: center;
}

.daily__sale-counter .number {
    font-size: 2em;
}

.daily__sale-counter .label {
    font-size: 1em;
}

.selected-option {
    opacity: 0.5;
}

#remove-filter-button {
    background: #fff;
    border: 1px solid #000;
    padding: 10px;
    cursor: pointer;
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    position: fixed;
    right: 20px;
    z-index: 4;
    top: 180px;
}

/* show image in menu */
.show-thumbnail {
    opacity: 0;
    width: 100%;
    height: 200px;
    background-size: cover;
    background-position: center;
}

.show-thumbnail p {
    display: none;
}

.column-custom-men-gift {
    position: absolute;
    top: 22%;
    left: 41%;
}

.column-custom-men-shoes {
    position: absolute;
    top: 45%;
    left: 41%;
}

.column-custom-women {
    position: absolute;
    top: 20%;
    left: 60%;
}

.column-custom-gift-women {
    position: absolute;
    top: 35%;
    left: 60%;
}

/* mobile nav */
.user__form-mobile-nav {
    border: 1px solid var(--ps-border-color);
    color: var(--ps-text-color);
}

.mobile__nav-container {
    position: relative;
    margin-top: auto;
    height: calc(100vh - 84px);
    overflow: hidden;
    font-size: 13px;
    color: inherit;
}

.mobile__nav-items {
    position: absolute;
    inset: 0;
    z-index: 10;
    overflow-y: auto;
    overflow-x: hidden;
}

#menu-new_menu_for_mobile {
    margin-left: -2.5rem;
}

.mobile__nav-item {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    width: 100%;
    padding: 0.5rem;
    border-bottom: 1px solid var(--ps-border-color);
    margin-top: 0.5rem;
	color: inherit;
	font-size: 13px;
	
}
.mobile__nav-item svg {
    margin-left: auto;
}
.mobile__nav-call-to-action {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 1rem 0.75rem;
    background-color: var(--ps-background-white);
}

.mobile__nav-first-child {
    margin: 0;
    padding: 0;
    border-top: 1px solid var(--ps-border-color);
}

.mobile__nav-submenu {
    position: absolute;
    padding-top: 1rem;
    padding-bottom: 1rem;
    background-color: var(--ps-background-white);
    overflow-x: hidden;
    overflow-y: auto;
    width: 100%;
    min-height: calc(100vh + 600px);
    z-index: 20;
    left: 100% !important;
    inset: 0;
}

.show_mobile__nav-submenu {
    left: 0 !important;
}

.mobile-nav-back-btn {
    transform: translate(0, 0) rotate(0) skewX(0) skewY(0) scaleX(-1) scaleY(1);
}

/*===================
====== Footer =======
=====================*/
/* Everything is scoped to .pf so it cannot leak into the rest of the theme.
   Colours come from custom properties: .pf holds the light palette and
   .pf.pf-dark overrides it, so the whole footer flips on one class.
   Dark is the default (see partials/footer/persis-footer.php). */
.pf, .pf *{box-sizing:border-box;}
.pf a{color:inherit;text-decoration:none;}
.pf ul{list-style:none;margin:0;padding:0;}

.pf{
  --bg:#f2f2f2; --fg:#111111; --muted:rgba(0,0,0,.56); --heading:#111111;
  --line:rgba(0,0,0,.12);
  --bottom-bg:#f2f2f2; --bottom-fg:rgba(0,0,0,.6); --bottom-muted:rgba(0,0,0,.5); --bottom-line:var(--line);
  background:var(--bg); color:var(--fg);
  font-family:'Futura',sans-serif;
}
.pf.pf-dark{
  --bg:#141414; --fg:#f3f1ec; --muted:rgba(255,255,255,.56); --heading:#ffffff;
  --line:rgba(255,255,255,.14);
  --bottom-bg:#0d0d0d; --bottom-fg:rgba(255,255,255,.82); --bottom-muted:rgba(255,255,255,.46); --bottom-line:transparent;
}
.pf-wrap{max-width:1240px;margin:0 auto;padding:24px 20px;}

/* ---- Ways to pay (top bar) ---- */
.pf-paytop{display:flex;align-items:center;justify-content:center;gap:20px;flex-wrap:wrap;
  border-bottom:1px solid var(--line);}
.pf-paytop-label{font-size:16px;font-weight:400;color:var(--fg);letter-spacing:.03em;}
.pf-paytop-div{width:1px;height:26px;background:var(--line);display:none;}
.pf-pays{display:flex;align-items:center;gap:8px;flex-wrap:wrap;}
.pf-pay{height:32px;min-width:48px;padding:0 9px;background:#fff;border:1px solid rgba(0,0,0,.12);
  border-radius:5px;display:inline-flex;align-items:center;justify-content:center;}
.pf-pay-amex{background:#006FCF;border-color:#006FCF;}
@media (max-width:859px){ .pf-pay{padding:0 4px;} }
.pf-pays .pm{font-family:Arial,Helvetica,sans-serif;font-weight:800;font-size:13px;
  display:inline-flex;align-items:center;line-height:1;}
.pf-pays .pm-visa{color:#1a1f71;font-style:italic;letter-spacing:.03em;font-size:15px;}
.pf-pays .pm-amex{color:#fff;font-size:10px;letter-spacing:.04em;}
.pf-pays .pm-ap{color:#000;gap:2px;font-weight:600;}
/* ---- Brand marks: scoped to .pf-pays so partials/payment-marks.php also works in the checkout ---- */
.pf-pays .pm-amz{color:#111;font-weight:700;font-size:12px;letter-spacing:-.01em;flex-direction:column;align-items:flex-start;line-height:1;gap:0;}
.pf-pays .pm-amz svg{display:block;margin:1px 0 0 1px;}
.pf-pays .pm-amz-pay{font-weight:400;font-size:11px;position:absolute;right:9px;top:8px;}
.pf-pays .pf-pay-amz{position:relative;padding-right:30px;}
.pf-pays .pm-gp-1{color:#4285F4;}
.pf-pays .pm-gp-2{color:#5f6368;}

/* ---- Main ---- */
.pf-main{display:flex;flex-direction:column;margin:24px 0;}
.pf-brand{padding:26px 0 10px;}
.pf-logo{width:172px;height:auto;display:block;margin-bottom:20px;fill:var(--fg);}
.pf-tag{font-size:15.5px;line-height:1.65;letter-spacing:.01em;
  color:var(--muted);margin:0 0 16px;max-width:320px;}
.pf-loc{font-size:13.5px;letter-spacing:.02em;color:var(--muted);margin:0 0 22px;}

.pf-social{display:flex;gap:12px;}
.pf-social a{width:40px;height:40px;border-radius:50%;border:1px solid var(--line);
  display:flex;align-items:center;justify-content:center;color:var(--fg);transition:.2s;}
.pf-social a:hover{background:var(--fg);color:var(--bg);border-color:var(--fg);}
.pf-social svg{width:17px;height:17px;}

/* ---- Columns ---- */
.pf-col-h{margin:0;font:inherit;font-weight:inherit;}
.pf-col-head{width:100%;display:flex;align-items:center;justify-content:space-between;
  background:none;border:0;cursor:pointer;text-align:left;
  font-size:12.5px;letter-spacing:.2em;text-transform:uppercase;
  font-weight:500;color:var(--heading);padding:18px 0;margin:0;border-top:1px solid var(--line);}
.pf-chev{width:13px;height:13px;position:relative;flex:none;color:var(--muted);}
.pf-chev::before,.pf-chev::after{content:"";position:absolute;top:5.5px;width:8px;height:1.6px;
  background:currentColor;transition:transform .3s ease;}
.pf-chev::before{left:0;transform:rotate(45deg);}
.pf-chev::after{right:0;transform:rotate(-45deg);}
.pf-col.open .pf-chev::before{transform:rotate(-45deg);}
.pf-col.open .pf-chev::after{transform:rotate(45deg);}
.pf-col-body{max-height:0;overflow:hidden;transition:max-height .34s ease;}
.pf-col.open .pf-col-body{max-height:680px;}
.pf-list{display:flex;flex-direction:column;gap:2px;padding:2px 0 16px;}
/* `.pf a{color:inherit}` above is (0,1,1) and would beat a bare `.pf-link` (0,1,0),
   which silently killed the muted link colour. Scope it to win. */
.pf .pf-list a, .pf a.pf-link{font-size:15px;line-height:1.4;letter-spacing:.01em;
  color:var(--muted);padding:8px 0;display:inline-block;transition:color .18s;}
.pf .pf-list a:hover, .pf a.pf-link:hover{color:var(--fg);}

/* ---- Contact ---- */
.pf-cti{padding:2px 0 6px;}
.pf-cti .pf-link, .pf-cti p{font-size:14.5px;
  line-height:1.7;color:var(--muted);margin:0 0 12px;}
.pf-cti a.pf-link{display:block;padding:0;margin:0 0 12px;}

/* ---- Bottom bar ---- */
.pf-bottom{background:var(--bottom-bg);color:var(--bottom-fg);border-top:1px solid var(--bottom-line);}
.pf-bottom-in{max-width:1240px;margin:0 auto;padding:34px 20px;
  display:flex;flex-direction:column;align-items:center;gap:6px;text-align:center;}
.pf-copy{font-size:12.5px;color:var(--bottom-muted);line-height:1.5;}

/* =========================== DESKTOP (>=860px) =========================== */
@media (min-width:860px){
  .pf-wrap{padding:24px 40px;}
  .pf-paytop-div{display:block;}
  .pf-main{display:flex;flex-direction:row;gap:40px;margin:24px 0;align-items:flex-start;}
  .pf-brand{flex:1.5 1 0;} .pf-col{flex:1 1 0;} .pf-col.pf-contact{flex:1.15 1 0;}
  .pf-brand{padding:0;}
  .pf-col-head{border-top:0;padding:0 0 26px;cursor:default;font-size:12px;letter-spacing:.2em;}
  .pf-chev{display:none;}
  .pf-col-body{max-height:none !important;overflow:visible;}
  .pf-list{padding:0;gap:0;}
  .pf-list a{padding:9px 0;font-size:14.5px;}
  .pf-bottom-in{padding:34px 40px;}
}

/*===================
==== Splide Slide =====
=====================*/
.splide__slide-image {
    -o-object-fit: contain;
    object-fit: contain;
    width: 50px;
    height: 50px;
    display: block;
    margin-bottom: 0.75rem;
    margin-left: auto;
    margin-right: auto;

}

.splide__slide-container {
    font-size: 14px;
    display: block;
    text-align: center;
    transition: transform 0.3s ease;
}

.splide__slide-container:hover {
    opacity: 0.4;
    transform: scale(1.1);
}


/*===================
====== Breadcrumb =======
=====================*/
.breadcrumb {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    margin-left: -2.5rem;
	font-size: 12px;
}

.breadcrumb li a {
    color: var(--ps-text-color);
}

.breadcrumb li a:hover {
    color: var(--ps-background-black);
}

.breadcrumb li::after {
    margin-left: 0.5rem;
    display: inline-block;
    transform: translate(0, 0) rotate(0) skewX(0) skewY(0) scaleX(0.9) scaleY(0.9);
    vertical-align: middle;
    content: url("assets/svgs/arrow.svg");
}

.breadcrumb li.active:last-child::after {
    content: none;
}

/*===================
====== Cart =======
=====================*/
.cart__items {
    height: calc(100vh - 300px);
    overflow-y: auto;
    overflow-x: hidden;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    position: relative;
}

.cart__item {
    position: relative;
    border-bottom: 1px solid var(--ps-border-color);
    padding-right: 1.25rem;
    padding-bottom: 0.75rem;
    align-items: center;
    gap: 1rem;
}

.cart__title {
    font-size: 1.5rem;
    line-height: 2rem;
    text-align: center;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    border-bottom: 1px solid var(--ps-border-color);
    display: block;
}

.cart__remove-item {
    position: absolute;
    right: 0;
    top: 0;
    color: var(--ps-text-color);
}

.cart__image-product img {
    height: auto !important;
    width: 90px !important;
}

.cart__product-title {
    flex-grow: 1;
    line-height: 2;
}

.cart__product-title h6 {
    font-size: 15px;
    margin: 0;
}

.cart__product-title p {
    margin: 0;
}

.cart__product-title span:not(:last-child) {
    color: var(--ps-text-color);
    font-size: 13px;
    display: block;
}

.cart__total {
    border-bottom: 2px solid var(--ps-background-black);
    padding-bottom: 0.25rem;
    font-size: 1.125rem;
    line-height: 1.75rem;
    font-weight: 800;
}

p a.button.wc-forward,
.cart__empty-new,
.cart__empty-wishlist {
    display: inline-flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    column-gap: 0.75rem;
    border: 2px solid var(--ps-background-black);
    background-color: var(--ps-background-white);
    padding: 0.75rem 1rem;
    color: var(--ps-background-black);
    margin-bottom: 0.5rem;
}

p a.button.wc-forward:hover,
.cart__empty-new:hover {
    background-color: var(--ps-background-black);
    color: var(--ps-background-white);
}

p a.button.checkout,
.cart__empty-wishlist,
.cart__empty-wishlist:hover {
    background-color: var(--ps-background-black);
    color: var(--ps-background-white);
}

.bottom-part {
    position: absolute;
    bottom: 0;
    width: 100%;
    background: var(--ps-background-white);
    padding: 1rem;
    text-align: center;
}

.cart__empty {
    text-align: center;
    padding: 2.25rem 1rem;
    width: 100%;
}

.cart__empty-image {
    margin-left: auto;
    margin-right: auto;
    display: block;
    width: 30px;
}

.cart__empty-title {
    font-size: 1.25rem;
    line-height: 1.75rem;
}

.cart__empty span {
    color: var(--ps-text-color);
}

/*===================
====== Modal =======
=====================*/

/* Auth Form */
.show__error-form {
    background: var(--ps-background-error);
    padding: 0.5rem;
    display: none;
}

.icon__modal-form {
    width: 20px;
}

.auth__form-title {
    display: block;
    font-size: 1.125rem;
    line-height: 1.75rem;
}

.auth__form-title-border {
    border-bottom: 1px solid var(--ps-border-color);
}

.auth__form-text-register {
    font-size: 13px;
    color: var(--ps-text-color);
}

.auth__form {
    border-bottom: 1px solid var(--ps-border-color);
    padding-bottom: 1.75rem;
}

.auth__label {
    font-size: 14px;
    display: inline-block;
    margin-bottom: 0.5rem;
}

.auth__input {
    display: block;
    padding: 0.5rem;
    background-color: var(--ps-background-white);
    border-bottom: 1px solid var(--ps-text-color);
    width: 100%;
    height: 42px;
}

.auth__checkbox {
    column-gap: 0.5rem;
}

.auth__submit-btn {
    background-color: var(--ps-background-black);
    color: var(--ps-background-white);
    height: 50px;
}

.auth__submit-btn:hover {
    color: var(--ps-background-white);
}

/* show password */
.password-container {
    position: relative;
}

.toggle-password {
    position: absolute;
    top: -5px;
    right: 0;
}

.password-icon {
    height: 30px;
    width: 30px;
    padding: 5px;
    cursor: pointer;
    top: 42px;
    position: absolute;
    left: -30px;
}

.d-none {
    display: none;
}

/* check password */
.password-strength {
    margin-top: 10px;
}

.password-input-container {
    display: flex;
    align-items: center;
}

.status-icon {
    width: 24px;
    height: 24px;
    margin-left: 10px;
}

.strength-indicator {
    display: flex;
    flex-wrap: wrap;
    font-size: 13px;
}

.strength-indicator .row {
    display: flex;
    width: 100%;
}

.strength-indicator .row span {
    flex: 1;
}

.strength-indicator span {
    display: block;
    margin: 5px 0;
    padding-left: 25px;
    background-size: 20px;
    background-repeat: no-repeat;
    background-position: left center;
}

.strength-indicator span.valid {
    color: green;
    background-image: url(assets/images/tick.svg);
}

.strength-indicator span.invalid {
    background-image: url(assets/images/close.svg);
}

.strength-message {
    color: red;
}

.user__login-menu {
    margin-left: -2.5rem;
}

.mobile-nav-back {
    color: var(--ps-text-color);
    margin-left: 2rem;
}

.mobile__nav-submenu-title {
    font-size: 1rem;
    text-align: center;
    background-color: var(--ps-border-color);
}

.mobile__nav-submenu-view-all {
    color: var(--ps-color-bold);
    font-weight: 800;
}

.action__panel {
    position: fixed;
    top: 0;
    bottom: 0;
    background-color: var(--ps-background-white);
    width: 330px;
    height: 100vh;
    z-index: 5;
}

.close__button {
    display: none;
    position: absolute;
  right: -3rem;
  top: 1rem;
  height: 36px;
  width: 36px;
  border-radius: 100%;
  border: 2px solid var(--ps-background-white);
  font-size: 1.1rem;
  line-height: 1rem;
  color: var(--ps-background-white);
}

.auth,
.wishlist,
.mobile-nav {
    left: -425px;
}

.basket {
    right: -425px;
}

#basket.active {
    right: 0 !important;
}

#auth.active {
    left: 0 !important;
}

#wishlist.active {
    left: 0 !important;
}

#mobile_nav.active {
    visibility: visible;
    left: 0 !important;
}

/* Mobile menu: partial-width drawer on phones (matches Harvey Nichols'
   constant 75vw). Below 768px only, so the >=768px panel widths are
   untouched. left:-75vw keeps the closed panel fully off-screen once 75vw
   exceeds the shared -425px offset. */
@media (max-width: 767.98px) {
    #mobile_nav {
        width: 75vw;
        left: -75vw;
    }
}

#search.active {
    display: block !important;
}

.out-side {
    position: fixed;
    inset: 0;
    z-index: 4;
    background-color: rgb(0 0 0 / 0.6);
}

/* Lock the page behind the open mobile menu. position:fixed (not just
   overflow:hidden) so iOS Safari cannot scroll the page underneath. JS sets
   the saved scroll offset as body top and restores it on close. */
body.menu-open {
    position: fixed;
    left: 0;
    right: 0;
    width: 100%;
    overflow: hidden;
}

.mobile-nav.active .close__button,
.wishlist.active .close__button,
.auth.active .close__button {
    display: block;
}

.basket.active .close__button,
#filter.active .close__button {
    left: -5rem;
    display: block;
}

.dgwt-wcas-search-wrapp {
    max-width: 100% !important;
}

#dgwt-wcas-search-input-1 {
    border: unset;
    border-radius: unset;
    border-bottom: 2px solid var(--ps-text-color-hover);
}

.wa__btn_popup {
    z-index: 4 !important;
}

.auth-form-login-modal-remember {
	margin-bottom: -1.5rem;
    display: flex;
    flex-direction: column;
    gap: 1.2rem;
}

.auth-form-login-modal-remember label input {
	width: 20px;
    height: 20px;
}
/*===================
==== HOME PAGE =====
=====================*/

/* Circle Banner */
.circle__banner-items {
    text-align: center;
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.circle__banner-item {
    word-wrap: break-word;
    font-size: 12px;
}

.circle__banner-item-img {
    max-width: 100%;
    border-radius: 100%;
}

/* Square Banner */
.square__banner {
    display: none;
}

.square__title-seo {
    font-size: 1.5rem;
}

.square-category-card {
    position: relative;
}

.square-category-card img {
    height: auto;
}

.square-category-card-box {
    position: absolute;
    bottom: -20px;
    left: 0;
    right: 0;
    z-index: 1;
    background-color: var(--ps-background-white);
    width: 80%;
    margin: 0 auto;
    box-shadow: 0 1px 3px 0 #e5e7eb;
}

.square-category-card-title {
    font-size: 1.2rem;
    font-weight: 100;
    margin-bottom: 0.75rem;
}

.square-category-card-link {
    text-align: center;
	margin-bottom: 12px;
}

.square-category-card-link p {
	color: var(--ps-text-color-hover);
	font-size: 0.75rem;
}

.square-category-card-button {
    text-decoration: underline;
    font-size: 0.75rem;
    margin-top: -10px;
}

/* Square Mobile card */
.category__section-card {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.category-card-title {
    font-size: 0.75rem;
    margin-top: 0.3rem;
}

/*===================
==== SINGLE PAGE =====
=====================*/
.single__content-container {
    grid-column: span 12 / span 12;
}

.wp-caption {
    width: unset !important;
}

.article__container {
    border: 1px solid var(--ps-border-color);
}

.article__title {
    font-size: 2.2rem;
}

.article_thumbnail {
    margin-top: 1.25rem;
    width: 100%;
    height: auto;
	aspect-ratio: 4 / 3;
    object-fit: cover;
}

.article__topinfo {
    text-align: center;
    background-color: var(--ps-border-color);
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.article__topinfo-item {
    gap: 0.5rem;
    font-size: 13px;
    color: var(--ps-text-color);
}

.single__content {
    row-gap: 2.5rem;
}

/* single */
.content {
    line-height: 2;
}


.content h2{
    font-size: 1.8rem;
    line-height: 2;
    margin: 0.5rem 0;
}

.content h3 {
	font-size: 1.5rem;
    line-height: 2;
    margin: 0.5rem 0;
}

.content img {
    margin: 1rem auto;
    display: block;
    height: auto;
}

.content__product p {
    color: #374151;
    line-height: 2;
}

.content__product h2,
.content__product h3 {
    font-size: 1.2rem;
    line-height: 2;
    margin: 0.5rem 0;
}

.content__product ul,
.content__product li {
    line-height: 2;
    list-style: disc;
    margin: 0 0.5rem;
}

.content__product ul {
    margin: 1rem 0.5rem 1rem -2.5rem;
}

.related__posts {
    border: 1px solid var(--ps-border-color);
}

.related__post-title {
    text-align: center;
    font-size: 1.6rem;
}

.archive__container {
    background-color: black;
    padding-top: 1rem;
    padding-bottom: 1rem;
    text-align: center;
    color: var(--ps-background-white);
}

.show-post-category-list {
	display: flex;
    margin-top: 1.2rem;
    margin-bottom: 1.2rem;
    flex-wrap: wrap;
    gap: 1.2rem;
}

.show-post-category-list a {
	background: var(--ps-background-black);
    color: var(--ps-background-white);
    padding: 0.5rem 1.75rem;
    border-radius: 5px;
}

.blog-article {
    display: grid;
    grid-template-columns: repeat(12, minmax(0, 1fr));
    gap: 1rem;
    border: 1px solid var(--ps-border-color);
    padding: 10px;
}

.blog-article > div:nth-child(1) span {
    position: absolute;
    top: 2rem;
    left: 0;
    display: inline-block;
    background-color: var(--ps-background-white);
    padding: 0.25rem 0.5rem;
    font-size: 14px;
    text-transform: uppercase;
}

.blog-article > div:nth-child(1) {
    position: relative;
    grid-column: span 6 / span 6;
}

.blog-article > div:nth-child(2) {
    grid-column: span 6 / span 6;
    display: grid;
    align-items: center;
}

.blog-article h3 {
    margin-bottom: 1.25rem;
    display: block;
    font-size: 14px;
    line-height: 2rem;
    transition-property: all;
    transition-duration: 300ms;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.blog-article p {
    margin-bottom: 1.25rem;
    color: var(--ps-text-color);
}

.group__icon {
    transition: transform 200ms cubic-bezier(0.4, 0, 0.2, 1);
    display: inline-block;
}

.link__icon:hover .group__icon {
    transform: translateX(8px);
}

.comments__section {
    margin-top: 103px;
}

.comment__leave {
    color: var(--ps-background-black);
    font-size: 28px;
    font-weight: 800;
}

.form_input {
    position: relative;
    width: 100%;
}

.form_input-textarea {
    width: 100% !important;
}

.reply-to {
    display: none;
}

.reply-author {
    font-weight: bold;
}

.submit__btn-form {
    color: var(--ps-background-white);
    background-color: var(--ps-text-color-hover);
}

.submit__btn-form:hover {
    background-color: var(--ps-text-color-hover);
}

.form_input-btn {
    position: absolute;
    right: 25px;
    top: 10px;
}

.input__box {
    padding-left: 2.5rem;
    border: 1px solid var(--ps-border-color);
}

.form_input-icon {
    position: absolute;
    left: 25px;
    top: 12px;
}

.email-notes-required {
    color: var(--ps-color-bold);
}

.error-message {
    font-weight: lighter !important;
    text-align: left !important;
    color: var(--ps-color-bold);
}

.user__login-comment {
    font-weight: bold;
}

.comment__content-parent {
    background-color: var(--ps-background-footer);
    border: 1px solid var(--ps-border-color);
    padding: 1.5rem;
    position: relative;
}

.comment__img {
    margin-left: 0.75rem;
    display: inline-block;
    width: 40px;
    height: 40px;
    border-radius: 50%;
}

.comment__author {
    display: flex;
    margin-left: 0.5rem;
    font-size: 1.25rem;
    line-height: 1.75rem;
    gap: 0.5rem;
}

.comment__reply {
    background-color: var(--ps-background-white);
    border-radius: 50%;
    width: 70px;
    height: 70px;
    left: 1.25rem;
    bottom: -1.75rem;
    position: absolute;
    justify-content: center;
}

.comment__reply-btn {
    border: 1px solid var(--ps-border-color);
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: var(--ps-text-color);
}

.comment__reply-btn:hover {
    background-color: var(--ps-text-color-hover);
}

.children {
    padding-right: 3rem;
    margin-top: 2rem;
}

.comment__author-admin svg path {
    fill: var(--ps-text-color-hover);
}

.comment__awaiting {
    color: var(--ps-background-white);
    background-color: var(--ps-color-bold);
}

.comment__closed {
    background-color: var(--ps-border-color);
    text-align: center;
    padding: 1rem;
    margin-top: 0.75rem;
}

.cancel-reply {
    padding: 0.75rem 1.5rem;
    background: var(--ps-color-bold);
    margin-left: 1rem;
}

.comment-notes {
    width: 100%;
}

.single__sidebar {
    grid-column: span 12 / span 12;
}

.sidebar__sticky {
    position: sticky;
    top: 10rem;
}

.widget__title {
    font-weight: 700;
    font-size: 1.25rem;
    line-height: 1.75rem;
    margin-bottom: 1rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid var(--ps-border-color);
}

.widget__container {
    padding: 1rem;
    border: 1px solid var(--ps-border-color);
    margin-bottom: 2rem;
}

.widget__container ul {
    display: grid;
    row-gap: 0.75rem;
    color: #3f3f46;
    margin-left: -2rem;
}

.widget__container ul li:not(:last-child) {
    border-bottom: 1px solid var(--ps-border-color);
    padding-bottom: 0.75rem;
}

.cat-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.cat-count {
    background: var(--ps-border-color);
    padding: 3px;
    border-radius: 50%;
    font-size: 13px;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.sidebar__form {
    display: block;
    margin-top: 1rem;
    position: relative;
}

.sidebar__form-input {
    padding: 0.5rem 3rem 0.5rem 0.5rem;
    border: 1px solid var(--ps-border-color);
    width: 100%;
    height: 45px;
}

.sidebar__form-submit {
    position: absolute;
    right: 0.5rem;
    top: 12px;
}

.not__found {
    border: 1px solid var(--ps-border-color);
    padding: 1rem;
    background: var(--ps-background-footer);
}

/*===================
====== Woocommerce =======
=====================*/
.woocommerce__cat-title {
    font-size: 1.125rem;
    line-height: 1.75rem;
	text-align: center;
    margin-bottom: 1rem;
}

.woocommerce__cat-sort {
	display: flex;
    justify-content: space-evenly;
    width: 100%;
    border-radius: 0;
    background: #ffffff;
    border-bottom: .0625rem solid #eeeeee;
    border-top: .0625rem solid #eeeeee;
}

.woocommerce__cat-sort-item {
	display: flex;
    align-items: center;
	justify-content: space-between;
    padding: 0.5rem 0;
	color: #000000;
}


.woocommerce__cat-sort-line {
	width: 1px;
    height: auto;
    background: #eee;
    display: block;
}

#sorting {
	max-width: 100px;
}

.woocommerce__cat-sort-title {
    color: var(--ps-text-color);
    font-size: 1.125rem;
    line-height: 1.75rem;
}


.woocommerce__cat-sort-options {
    padding: 10px;
    font-size: 1rem;
	font-weight:590;
	border:unset;
    cursor: pointer;
	 -webkit-appearance: none;
	  -moz-appearance: none;
/* 	  text-indent: 1px; */
	  text-overflow: '';
	background: unset;
	color: var(--ps-background-black);
}


.woocommerce__top-cat-description-container {
    margin-top: -2.5rem;
    color: var(--ps-text-color);
}

.woocommerce__top-cat-description-section {
	font-size: 12px;
    width: 100%;
	line-height: 2;
}

.woocommerce__top-cat-description {
	display: none;
    height: 35px;
    overflow: hidden;
    text-align: justify;
    line-height: 2.5;
}

.woocommerce__top-cat-read-more {
    width: 100%;
    text-align: right;
	display: none;
}

.woocommerce__top-cat-read-more-btn {
    line-height: 1.5rem;
    color: var(--ps-text-color);
    margin-top: 10px;
}

.woocommerce__top-cat-items {
    display: flex !important;
    justify-content: center;
    text-align: center;
    padding-bottom: 0.75rem;
    margin-top: 3rem;
    font-size: 13px;
}

.woocommerce__top-cat-item {
    display: inline-block;
}

.woocommerce__top-cat-item-link {
    display: flex;
    flex-direction: column;
    row-gap: 0.75rem;
    align-items: center;
}

.woocommerce__top-cat-item-img {
    border: 1px solid var(--ps-text-color-hover);
    border-radius: 100%;
    max-width: 100% !important;
    width: 150px !important;
    height: 150px !important;
}

.woocommerce__top-cat-item-title {
    text-align: center;
	text-decoration: underline;
}

.woocommerce__top-cat-filter-mobile {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: 2rem;
}

.woocommerce__cat-sort-option-mobile {
    height: 53px;
    text-align: center;
}

.woocommerce__top-cat-show-filter {
    height: 53px;
    background-color: var(--ps-background-white);
    border: 1px solid var(--ps-text-color-black);
    -moz-column-gap: 0.5rem;
    column-gap: 0.5rem;
}

.woocommerce__top-cat-show-filter span {
    font-size: 1rem;
}

.show-modal-filter-category-mobile {
    position: fixed;
    right: -425px;
    bottom: 0;
    top: 0;
    z-index: 5;
    height: 100vh;
    width: 340px;
    background-color: var(--ps-background-white);
    transition-property: all;
    transition-duration: 200ms;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    overflow-y: auto;
}

.filter__title {
    display: block;
    border-bottom: 1px solid var(--ps-border-color);
    text-align: center;
    font-size: 1.5rem;
    line-height: 2rem;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
}

.filter-nav-item {
    font-size: 1rem;
}

.filter__option-section {
    overflow: hidden;
    height: 0;
    transition-property: all;
    transition-duration: 200ms;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.filter__options {
    background-color: var(--ps-background-footer);
    max-height: 200px;
    overflow-x: hidden;
    scrollbar-width: thin;
}

.filter-category-section-btn {
    position: fixed;
    right: -425px;
    bottom: 0;
    z-index: 10;
    width: 340px;
    border-top: 1px solid var(--ps-border-color);
    background-color: var(--ps-background-white);
    transition-property: all;
    transition-duration: 200ms;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.filter__option-btn {
    border: 1px solid var(--ps-background-black);
    background-color: var(--ps-background-black);
    color: var(--ps-background-white);
    transition-property: all;
    transition-duration: 200ms;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    margin: 1rem 0;
}

.woocommerce__top-cat-filter-section {
    display: none;
}

/* Filter Component*/
.filter > li > button {
    border-top-width: 3px;
    border-top-color: transparent;
}

.filter > li > button svg {
    transition-property: all;
    transition-duration: 300ms;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.filter > li > button.active {
    border-top-color: rgb(51 148 148 / 1);
}

.filter > li > button.active svg {
    transform: translate(0, 0) rotate(180deg) skewX(0) skewY(0) scaleX(1) scaleY(1);
}

.filter > li:hover > button {
    box-shadow: inset 0 3px 0 0 var(--ps-text-color-hover);
}

.filter > li > button.active-filter {
    border-top-color: rgb(51 148 148 / 1);
    background-color: rgb(249 250 251 / 1);
}

.filter-nav-item.active svg {
    transform: translate(0, 0) rotate(180deg) skewX(0) skewY(0) scaleX(1) scaleY(1);
}

.woocommerce__top-cat-filters {
    border: 1px solid var(--ps-border-color);
    grid-template-columns: repeat(6, minmax(0, 1fr));
}

.woocommerce__top-cat-filter {
    position: relative;
    border-right: 1px solid var(--ps-border-color);
}

.select-cu {
    position: absolute;
    left: 0;
    top: calc(100% + 1px);
    z-index: 2;
    display: none;
    width: 250px;
    border: 1px solid var(--ps-border-color);
    background-color: var(--ps-background-white);
}

.select-cu-title {
    border-bottom: 1px solid var(--ps-border-color);
}

.woocommerce__product-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
}

.product-card {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

.product-card img {
    width: 100%;
    height: auto;
    aspect-ratio: 4 / 4;
    object-fit: cover;
}

.product-card .img-holder .tage {
    position: absolute;
    left: 0;
    background-color: #000;
    padding: 0.25rem 0.75rem;
    font-size: 0.875rem;
    line-height: 1.25rem;
    color: var(--ps-background-white);
    z-index: 2;
}

.product-card .img-holder .tage__new {
    top: 2.5rem;
    background-color: #520000;
    border-radius: 8px;
    border-bottom-left-radius: 1px;
    font-size: 0.8rem;
    opacity: .85;
}

.product-card .img-holder .tage__sale {
	color: var(--ps-color-bold);
	background-color: var(--ps-background-white);
    top: 2.5rem;
}

.product-card .img-holder .tage__pre-order {
    top: 0.5rem;
	background-color: #464646;
    border-radius: 8px;
    border-bottom-left-radius: 1px;
    opacity: .87;
}

.product-card .img-holder .tage__out-of-stock {
    background-color: var(--ps-text-color-hover);
}

.product-card .img-holder .single-badge {
    top: 0.5rem;
}


.product__title {
    color: var(--ps-text-color-black);
    font-weight: 100;
    font-size: 0.75rem;
    line-height: 1.75rem;
    
    display: inline-block !important; /* نمایش متن در یک خط */
    white-space: nowrap !important;  /* جلوگیری از چندخطی شدن متن */
    overflow: hidden !important;
    text-overflow: ellipsis !important;  /* برای نمایش ... در صورت قطع شدن متن */
    word-break: break-word !important;

    max-width: 100% !important;
    height: auto !important;
}

.product__title {
	color: var(--ps-text-color-black); 
	font-weight: 100; 
	font-size: 0.75rem; 
	line-height: 1.75rem; 
	display: -webkit-box !important;
	-webkit-box-orient: vertical !important;
	-webkit-line-clamp: 2 !important;
	overflow: hidden !important;
	text-overflow: ellipsis !important;
	white-space: normal !important;
	word-break: break-word !important;
	max-width: 100% !important;
	height: auto !important;
	max-height: calc(1.4em * 3) !important;
}

.product-card > a { 
  display: block; 
  min-width: 0; 
}

.product__price {
    color: var(--ps-text-color);
    font-size: 0.75rem;
	font-weight:700;
    line-height: 1.75rem;
}

.product__price-on-sale {
    color: var(--ps-color-bold);
}

.product-color-swatches{
    display:inline-flex;
    align-items:center;
    gap:8px;
    margin-bottom:8px;
    flex-wrap:wrap;
  }
  
  .product-color-swatches .color-swatch{
    width:14px;
    height:14px;
    border-radius:50%;
    border:1px solid rgba(0,0,0,0.1);
    box-shadow: 0 0 0 1px rgba(255,255,255,0.35) inset;
    display:inline-block;
    vertical-align:middle;
  }
  
  /* fallback when color hex missing � show text small box */
  .product-color-swatches .color-swatch--nohex{
    width:auto;
    padding:2px 6px;
    height:auto;
    border-radius:3px;
    font-size:11px;
    line-height:14px;
    display:inline-block;
    color: #333;
    background:#f5f5f5;
    border:1px solid #e1e1e1;
  }
  
.product__add-to-cart {
    display: flex !important;
    align-items: center;
    justify-content: center;
    color: var(--ps-background-white) !important;
    padding: 0.5rem 0.25rem !important;
    background-color: var(--ps-background-black) !important;
    column-gap: 0.3rem !important;
    font-size: 14px !important;
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor*)) .woocommerce #respond input#submit, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor*)) .woocommerce a.button, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor*)) .woocommerce button.button, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor*)) .woocommerce input.button {
	display: flex !important;
    align-items: center;
    justify-content: center;
    color: var(--ps-background-white) !important;
    background-color: var(--ps-background-black) !important;
    column-gap: 0.3rem !important;
    font-size: 14px !important;
	font-weight: unset !important;
	line-height: unset !important;
}

.product__add-to-cart:hover {
    color: var(--ps-background-white) !important;
    background-color: var(--ps-text-color-black) !important;
}

/* Product card component */
.product-card .splide-product {
    position: absolute;
    inset: 0;
    z-index: 2;
    opacity: 0;
    transition-property: all;
    transition-duration: 300ms;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.product-card .img-holder {
    position: relative;
    overflow: hidden;
    max-height: 100%;
    max-width: 100%;
    aspect-ratio: 4 / 4;
}

.product-card .link {
    position: absolute;
    inset: 0;
}

.product-card:hover .splide-product {
    opacity: 1;
}

.product-card .splide-product .splide__arrow svg {
    fill: var(--ps-background-black);
    height: 1em;
    width: 1em;
}

/* woocommerce pagination */
.woocommerce-pagination {
    padding: 5rem 0 !important;
}

.page-numbers {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    border: none !important;
}

a.page-numbers {
    background: var(--ps-background-footer) !important;
    width: 40px !important;
    height: 40px !important;
    border-radius: 50% !important;
}

a.next.page-numbers,
a.prev.page-numbers {
    background: transparent !important;
	display:none !important;
}

span.page-numbers.current {
    background: var(--ps-background-black) !important;
    color: var(--ps-background-white) !important;
    width: 40px !important;
    height: 40px !important;
    border-radius: 50% !important;
}

.woocommerce nav.woocommerce-pagination ul li {
    border: unset !important;
}

.woocommerce .woocommerce-pagination ul.page-numbers li, .woocommerce-page .woocommerce-pagination ul.page-numbers li {
	margin-right: 0.5rem;
}

/* auth page */
.account__auth-form {
    max-width: 95%;
    width: 650px;
    margin: 7rem auto;
}

.account__auth-title {
    display: block;
    border-bottom: 1px solid var(--ps-background-black);
    padding-bottom: 0.5rem;
    font-size: 1.25rem;
    line-height: 1.75rem;
    font-weight: 700;
}

.account__auth-tab {
    margin-left: -2.5rem;
    margin-top: 1.25rem;
    text-align: center;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.account__auth-tab-link {
    display: block;
    border: 1px solid var(--ps-background-black);
    padding: 0.625rem;
}

.account__auth-tab-link.active {
    background-color: var(--ps-background-black);
    color: var(--ps-background-white);
}

.account__details {
    padding-top: 6rem;
    padding-bottom: 9rem;
    background-color: var(--ps-background-black);
}

.account__detail {
	margin-top: -4rem;
    color: var(--ps-background-white);
}

.account__detail .ywpar-wrapper {
	margin-top: 1.5rem;
}
.account__detail .ywpar-wrapper .ywpar_myaccount_entry_info {
	width: 100%;
    margin-top: 1.5rem;
    color:  var(--ps-text-color-black);
}

.account__detail .ywpar-wrapper .ywpar_myaccount_entry_info .ywpar_rank_badges {
	display: none;
}

.account__detail .ywpar-wrapper #ywpar_tabs {
    display: none;
}

.account__detail .ywpar_myaccount_entry_info {
	display: flex;
    flex-direction: column;
    gap: 1rem;
}

.account__welcome {
    color: var(--ps-background-white) !important;
    margin: 1rem 0;
}

.account__welcome-p {
    opacity: 0.9;
    font-size: 1.25rem;
    line-height: 1.75rem;
}

.account__welcome-logout {
    color: var(--ps-background-white);
}

.offer__singup {
    display: flex;
    flex-direction: column;
    align-items: center;
    row-gap: 1rem;
}

.account__detail-box {
    background-color: var(--ps-background-white);
    padding: 2rem 1.25rem;
    color: var(--ps-background-black);
}

.account__detail-box span {
    display: block;
    font-size: 1.125rem;
    line-height: 1.75rem;
    font-weight: 700;
    margin-bottom: 1.25rem;
}

.account__detail-box ul {
    font-size: 14px;
    opacity: 0.85;
    margin-left: -2.5rem;
}

.account__detail-box ul li {
    margin-bottom: 1rem;
}

.account__detail-box ul li a {
    text-align: right;
    color: var(--ps-background-error);
    margin-bottom: -1rem;
    display: block;
}

.account__details-box {
    margin-top: -60px;
    row-gap: 3rem;
    margin-left: -2.5rem;
}

.account__detail-item {
    position: relative;
    border: 1px solid var(--ps-border-color);
    background-color: var(--ps-background-white);
    padding: 1.25rem;
}

.account__details-box-link h3 {
    font-size: 1.125rem;
    line-height: 1.75rem;
}

.account__details-box-link p {
    font-size: 14px;
    color: var(--ps-text-color);
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
}

.account__details-box-btn {
    text-align: right;
}

.account__details-box-btn button {
    border-bottom: 2px dotted var(--ps-background-black);
}

.account__details-box-img {
    position: absolute;
    top: -2rem;
    right: 1.25rem;
    width: 80px;
    height: 80px;
    border: 1px solid var(--ps-background-white);
}

/* single product */
.thumbnail__left-holder {
    order: 2;
    grid-column: span 12 / span 12;
}

.main__thumbnail-product {
    order: 1;
    grid-column: span 12 / span 12;
}

.product_title {
    font-size: 1.5rem;
    line-height: 2.5rem;
    margin-bottom: 1rem;
	font-weight: 500;
}

.products__price {
    font-size: 1rem;
    line-height: 2.25rem;
}

.check__stock {
    color: var(--ps-text-color-hover);
}

del span.woocommerce-Price-amount.amount {
    color: var(--ps-text-color-hover);
    line-height: 1.75rem;
}

ins {
    text-decoration: none !important;
}

ins span.woocommerce-Price-amount.amount {
    color: var(--ps-color-bold);
}

.woocommerce-product-details__short-description ul {
    margin-left: -2.5rem;
}

.woocommerce-product-details__short-description ul li {
    list-style: disc;
    margin: 0.75rem;
}

.variations {
    width: 100%;
}

.variations tbody tr {
    display: flex;
    flex-direction: column;
    text-align: left;
}

.variations tbody tr th.label {
    margin: 1rem 0;
}

.variations tbody tr td.value {
    position: relative;
}

.variations tbody tr td.value select {
    width: 100%;
    margin-right: 0;
    background-color: initial;
    padding: 1rem;
    text-transform: capitalize;
    cursor: pointer;
    border: 1px solid var(--ps-border-color);
    font-size: 1rem;
}

.variations tbody tr td.value select option {
    padding: 1rem;
}

table.thwepo-extra-options.thwepo_variable {
    margin: 2rem 0;
    line-height: 1.5;
    padding-top: 1.5rem;
}

.thwepof-input-field {
    padding: 1rem;
    border: 1px solid var(--ps-border-color);
    margin: 2.5rem 0 0 0;
}

.woocommerce-variation-price {
    font-size: 24px;
    font-weight: 500;
    color: var(--ps-background-black);
    margin: 1.5rem 0;
}

.reset_variations {
    position: absolute;
    top: -30px;
    right: 1px;
}

.sample__add-to-cart,
.variation__add-to-cart {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 1rem 0;
    flex-wrap: wrap;
}

div.alert_tweek_parsa {
    width: 100%;
    margin: 1rem 0;
}

.disabled {
    opacity: .5;
    cursor: not-allowed;
}

a.button.wc-forward {
    background: var(--ps-background-footer);
    padding: 5px 10px;
}

.quantity__container {
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid var(--ps-border-color);
    padding: 10px 20px;
}

.quantity__input {
    width: 50px;
    text-align: center;
    border: none;
    margin: 0 10px;
}

.quantity__input::-webkit-inner-spin-button,
.quantity__input::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.quantity__input-qty {
    cursor: pointer;
    user-select: none;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px;
}

.quantity__input-qty svg {
    fill: currentColor;
    width: 20px;
    height: 20px;
}

.quantity__input-qty:hover {
    background-color: var(--ps-background-footer);
    border-radius: 50%;
}

ul.tabs.wc-tabs {
    display: flex;
    justify-content: center;
    gap: 2rem;
    padding-bottom: 0.5rem;
    border-bottom: 1px solid var(--ps-border-color);
    margin: 2rem 0 0 -2.5rem;
}

/* Content styles */
.content__product,
.content__information {
    width: 800px;
    max-width: 100%;
    margin: 0 auto 4rem auto;
}

.content__information table {
    text-align: left;
}

.description_tab.active {
    border-bottom: 2px solid black;
    background-color: #f0f0f0;
    padding: 0.25rem 0.75rem;
}

.reviews_tab.active {
	border-bottom: 2px solid black;
    background-color: #f0f0f0;
    padding: 0.25rem 0.75rem;
}

.product_delivery_tab.active {
    border-bottom: 2px solid black;
    background-color: #ededed;
    padding: 0.25rem 0.75rem;
}

/* Table base style */
.table-container {
    overflow-x: auto;
    max-width: 100%;
}

.table-container table {
    width: 100%;
    max-width: 800px;
}

.content__product table,
.content__information table,
.woocommerce-product-details__short-description table{
    width: 100%;
    border-collapse: collapse;
    margin-top: 20px;
    border: 1px solid var(--ps-border-color);
}

.content__product th,
.content__information th,
.woocommerce-product-details__short-description th{
    background-color: var(--ps-background-footer);
    color: #333;
    padding: 10px;
    text-align: left;
    border-bottom: 1px solid var(--ps-border-color);
}

.content__product td,
.content__information td,
.woocommerce-product-details__short-description td{
    padding: 8px;
    border-bottom: 1px solid var(--ps-border-color);
}

.content__product tr:nth-child(even),
.content__information tr:nth-child(even),
.woocommerce-product-details__short-description tr:nth-child(even){
    background-color: var(--ps-background-footer);
}

.content__product tr:hover,
.content__information tr:hover,
.woocommerce-product-details__short-description tr:hover{
    background-color: var(--ps-background-footer);
}

/* related product */
.related__title {
/*     text-align: center; */
    margin-top: 1rem;
    margin-bottom: 1.5rem;
    font-size: 1.25rem;
}
.related{
	border-top: 1px solid #d6d6d6 ;
	margin-top: 1rem;
}

/* 404 Page */
.not__found-page {
    row-gap: 1.75rem;
    margin-top: 13rem;
    margin-bottom: 13rem;
}

.not__found-page h1 {
    font-weight: 800;
    font-size: 5.5rem;
}

.not__found-page span {
    color: var(--ps-text-color);
    font-weight: 700;
    font-size: 1.875rem;
    line-height: 2.25rem;
}

.not__found-page p {
    color: var(--ps-text-color);
}

.not__found-page a:hover {
    color: var(--ps-background-white);
}

/* rest comment review woocommerce */
.woocommerce-Reviews-title {
    display: none;
}

.woocommerce-Reviews {
    max-width: 100%;
    width: 800px;
    margin: 0 auto;
}

.comment__single-product {
    max-width: 100%;
    width: 800px;
    margin: 0 auto;
}

.comment__single-product .comments__section {
	margin-top: 0;
}
.comment__single-product .comment__leave {
	font-size: 1.2rem;
}

/* shopping cart */
.shopping__cart-p {
    color: var(--ps-border-color);
    margin-top: 1.5rem;
}

.shopping__cart-items {
    grid-template-columns: repeat(12, minmax(0, 1fr));
    row-gap: 3rem;
}

.shopping__cart-form {
    grid-column: span 12 / span 12;
}

.shopping__cart-collaterals {
    grid-column: span 12 / span 12;
}

a.checkout-button.button.alt.wc-forward {
    background-color: var(--ps-background-black);
    margin-top: 1rem;
    display: inline-flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    column-gap: 0.75rem;
    padding: 0.75rem 1rem;
    color: var(--ps-background-white);
    transition-property: all;
    transition-duration: 200ms;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

a.checkout-button.button.alt.wc-forward:hover {
    background-color: var(--ps-text-color-black);
}

.cart_totals.calculated_shipping h2 {
    font-size: 1.5rem;
    margin-bottom: 1.5rem;
}

.coupon__title {
    font-size: 1.125rem;
    line-height: 1.75rem;
    margin-top: 2rem;
    margin-bottom: 0.75rem;
}

.coupon__input {
    display: block;
    width: 400px;
    border: 1px solid var(--ps-border-color);
    padding: 0.75rem;
    color: var(--ps-text-color-black);
}

.coupon__submit {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    column-gap: 0.75rem;
    background-color: var(--ps-background-black);
    padding: 0.5rem 1.5rem;
    color: var(--ps-background-white);
    transition-property: all;
    transition-duration: 200ms;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

/* checkout */
.checkout__sub-title {
    font-size: 1.5rem;
    margin: 1rem 0;
}

.checkout__text {
    color: var(--ps-border-color);
}

.checkout__form {
    grid-template-columns: repeat(12, minmax(0, 1fr));
    row-gap: 1.25rem;
}

.checkout__items {
    grid-column: span 12 / span 12;
}

.checkout__pay {
    grid-column: span 12 / span 12;
}

#ship-to-different-address {
    font-size: 1.2rem;
}

.woocommerce #payment #place_order, .woocommerce-page #payment #place_order {
    float: unset !important;
    display: inline-flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    column-gap: 0.75rem;
    background-color: var(--ps-background-black) !important;
    padding: 0.75rem 1rem;
    color: var(--ps-background-white) !important;
    transition-property: all;
    transition-duration: 200ms;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    margin-top: 1rem;
}

button#place_order.button.alt:hover {
    background-color: var(--ps-text-color-black);
}

.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea {
    margin-top: 0.5rem;
    display: block;
    width: 100%;
    border: 1px solid var(--ps-border-color);
    padding: 1rem;
    color: var(--ps-text-color-black);
}

#order_review_heading {
    margin-bottom: 1rem;
}

.cart-products-summary h4, .gift-title-billing h3 {
    color: unset !important;
}

/* thankyou page */
.woocommerce-order-details__title,
.woocommerce-column__title {
    font-size: 1.5rem;
    margin-bottom: 1rem;
}

.woocommerce ul.order_details {
    margin: 0 0 3em;
    list-style: none;
}

.woocommerce ul.order_details li:last-of-type {
    border: none;
}

ul.order_details::after, .woocommerce ul.order_details::before {
    content: " ";
    display: table;
}

.woocommerce ul.order_details::after {
    clear: both;
}

.woocommerce ul.order_details::after, .woocommerce ul.order_details::before {
    content: " ";
    display: table;
}

.woocommerce ul.order_details li {
    float: left;
    margin-right: 2em;
    text-transform: uppercase;
    font-size: .715em;
    line-height: 1;
    border-right: 1px dashed var(--ps-border-color);
    padding-right: 2em;
    margin-left: 0;
    padding-left: 0;
    list-style-type: none;
}

.woocommerce .woocommerce-customer-details, .woocommerce .woocommerce-order-details, .woocommerce .woocommerce-order-downloads {
    margin-bottom: 2em;
}

.woocommerce .woocommerce-customer-details :last-child, .woocommerce .woocommerce-order-details :last-child, .woocommerce .woocommerce-order-downloads :last-child {
    margin-bottom: 0;
}

.woocommerce table.shop_table {
	display: flex;
    flex-direction: column;
    border: 1px solid rgba(0, 0, 0, .1);
    margin: 0 -1px 24px 0;
    text-align: left;
    width: 100%;
    border-collapse: separate;
    border-radius: 5px;
}

.woocommerce table.shop_table tr {
	display: flex;
    justify-content: space-between;
}

.woocommerce table.shop_table .cart_item,
.woocommerce table.shop_table .cart-subtotal, 
.woocommerce table.shop_table .order-total {
	display: flex;
  	justify-content: space-between;
	border-top: 1px solid rgba(0, 0, 0, .1);
}

.woocommerce table.shop_table .woocommerce-shipping-totals {
	display: flex;
    flex-direction: column;
}

.woocommerce table.shop_table .woocommerce-shipping-totals td {
	border-top: unset;
}

.woocommerce table.shop_table th {
    font-weight: 700;
    padding: 9px 12px;
    line-height: 1.5em;
}

.woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1 {
    float: left;
    width: 48%;
}

.woocommerce-order-details__title, .woocommerce-column__title {
    font-size: 1.5rem;
    margin-bottom: 1rem;
}

.woocommerce .woocommerce-customer-details address {
    font-style: normal;
    margin-bottom: 0;
    border: 1px solid rgba(0, 0, 0, .1);
    border-bottom-width: 2px;
    border-right-width: 2px;
    text-align: left;
    width: 100%;
    border-radius: 5px;
    padding: 6px 12px;
}

.woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2 {
    float: right;
    width: 48%;
}

.woocommerce .col2-set::after, .woocommerce-page .col2-set::after {
    clear: both;
}

.woocommerce .col2-set::after, .woocommerce .col2-set::before, .woocommerce-page .col2-set::after, .woocommerce-page .col2-set::before {
    content: " ";
    display: table;
}

.woocommerce .col2-set::after, .woocommerce .col2-set::before, .woocommerce-page .col2-set::after, .woocommerce-page .col2-set::before {
    content: " ";
    display: table;
}

/* meta single page */
.product_meta {
    display: flex;
    flex-direction: column;
    row-gap: 1rem;
    margin-top: 1rem;
    border-top: 1px solid #d6d6d6;
}
.posted_in{
	padding-top: 0.5rem;
}


/* order traking */
#order_tracking_container {
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    margin-top: 4rem;
}

#order_tracking_container button {
    background: var(--ps-background-black);
    color: var(--ps-background-white);
    padding: 0.75rem 4rem;
    width: 350px;
    margin: 1rem auto;
    display: block;
}

#order_tracking_container table {
    margin: 20px 0 2rem;
    line-height: 1.5;
    padding-top: 1.5rem;
    width: 100%;
    border-collapse: collapse;
    border: 1px solid var(--ps-border-color);
}

#order_tracking_container th {
    background-color: var(--ps-background-footer);
    color: var(--ps-text-color-black);
    padding: 10px;
    text-align: left;
    border-bottom: 1px solid var(--ps-border-color);
}

#order_tracking_container td {
    padding: 8px;
    border-bottom: 1px solid var(--ps-border-color);
}

#order_tracking_container tr:nth-child(2n) {
    background-color: var(--ps-background-footer);
}

#order_tracking_container tr:hover {
    background-color: var(--ps-background-footer);
}

.woocommerce-variation-availability p {
    margin: 1rem 0;
}

form.cart table.thwepo-extra-options {
    margin: 3rem 0 0 0;
}

/* description on category */
.term-description {
    line-height: 2;
    margin-top: 2.5rem;
    border-top: 2px solid var(--ps-border-color);
    padding-top: 2rem;
}

.term-description iframe {
    width: 70%;
    height: 600px;
    display: block;
    margin: 2rem auto;
}

.term-description p {
	font-size: 13px;
    line-height: 2.5;
    margin: 1rem 0;
}

.term-description h2 {
    font-size: 1.2rem !important;
    margin: 2rem 0;
}

.term-description h3 {
    font-size: 1rem !important;
	margin-bottom: 0.6rem;
}

.term-description ol li,
.content ol li{
	font-size: 13px;
	list-style: auto  !important;
}

/* Page */
.page__container {
    row-gap: 2.5rem;
}

.page__sidebar {
    display: none;
}

.page__sidebar div ul {
    margin-left: -2.5rem;
}

.page__content {
    grid-column: span 12 / span 12;
}

.page__title {
    font-size: 2rem;
    line-height: 2.5rem;
    margin-bottom: 1rem;
	text-align:center;
}

.page__subtitle-title {
    font-size: 1.5rem;
    line-height: 2.5rem;
    margin-bottom: 1rem;
    margin-top: 1rem;
}

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

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

.small__banner-page {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
}

.small__banner-page-card {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
	text-align: center;
}

.small__banner-page-card-link {
    text-decoration: underline;
}

.page__small-banner-img {
    width: 300px
}

.page__big-banner-section {
    grid-template-columns: repeat(1, minmax(0, 1fr));
}

.page__big-banner-card {
    position: relative;
    margin-bottom: 2.5rem;
}

.page__big-banner-card-box {
    position: absolute;
    bottom: -20px;
    left: 0;
    right: 0;
    z-index: 1;
    background-color: var(--ps-background-white);
    width: 80%;
    margin: 0 auto;
    box-shadow: 0 1px 3px 0 #e5e7eb;
}

.page__big-banner-card-title {
    font-size: 1rem;
    letter-spacing: 2px;
}

.page__big-banner-card-link {
    text-align: center;
}

.page__big-banner-card-button {
    text-decoration: underline;
    font-size: .75rem;
    margin-top: -10px;
}

.page__sidebar-title {
    font-size: 1rem;
    line-height: 2.5rem;
}

.page__sidebar-item {
    margin: 1rem 0;
}

.page__sidebar-item:last-child {
    border-bottom: 1px solid var(--ps-border-color);
    width: 90%;
    padding: 0 0 0.5rem 0;
}

/* load more button */
.load__more {
    text-align: center;
}

.load__more-content {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    -moz-column-gap: 0.75rem;
    column-gap: 0.75rem;
    background-color: var(--ps-background-black);
    padding: 0.75rem 2rem;
    color: var(--ps-background-white);
}

#filter.active {
    right: 0;
}

#filter.active .bottom-part {
    right: 0;
}

.select-cu.active {
    display: block;
}

.select-cu .scroll-part {
    scrollbar-width: thin;
}

.scroll-part {
    max-height: 200px;
    overflow-y: auto;
    overflow-x: hidden;
}

.category-text{
	text-align: center;
	font-size: 0.75rem;
    margin: 1.5rem 0;
    border: 1px dashed #696969;
    padding: 0.5rem;
    border-radius: 18px;
    background-color: #f0f0f0;
}

/* Style for the loading products */
#display {
    width: 100%;
    height: 50px;
    background: url('assets/images/loding.gif') center center no-repeat;
    background-size: contain;
    display: none;
    margin-top: 2rem;
}

/* Style for the loading spinner */
.loading-spinner {
	position: unset !important;
    display: inline-block;
    width: 16px;
    height: 16px;
    border: 2px solid rgba(255, 255, 255, 0.3);
    border-radius: 50%;
    border-top-color: #fff;
    animation: spin 1s ease-in-out infinite;
    vertical-align: middle;
}

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

.slide-text-to-up {
    flex-direction: column;
    text-align: center;
}

/* arrow to up */
.arrow__to-up {
    position: fixed;
    bottom: 2.25rem;
    right: -60px;
    background-color: #000000;
    color: white;
    border: none;
    border-radius: 50%;
    padding: 10px;
    cursor: pointer;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
    transition: right 0.5s ease-in-out;
    z-index: 4;
}

.arrow__to-up.visible {
    right: 2.25rem;
}

.arrow__to-up:hover {
    background-color: #383838;
}

/* Sub Accordion */
.accordion {
    margin: 0;
    padding: 0;
    list-style: none;
}

.accordion-item {
    border-bottom: 1px solid #e5e5e5;
}

/* Thumb */
.accordion-thumb {
    margin: 0;
    padding: 0.8rem 0;
    cursor: pointer;
    font-weight: normal;
}

.accordion-thumb::before {
    content: "";
    display: inline-block;
    height: 7px;
    width: 7px;
    margin-right: 1rem;
    margin-left: 0.5rem;
    vertical-align: middle;
    border-right: 1px solid;
    border-bottom: 1px solid;
    transform: rotate(-45deg);
    transition: transform 0.2s ease-out;
}

/* Panel */
.accordion-panel {
    margin: 0;
    padding-bottom: 0.8rem;
    display: none;
}

/* Active */
.accordion-item.is-active .accordion-thumb::before {
    transform: rotate(45deg);
}


.write_you_name_hiden,
.show_add_name_wrapper abbr.required {
    display: none !important;
}


/* Salas Page */
.salas_section {
    position: relative;
}

.show_login_salas {
    position: absolute;
    top: 30px;
    height: 150px !important;
    mix-blend-mode: multiply;
}

.category__list-items {
    display: flex;
    overflow-x: auto;
    white-space: nowrap;
}

.category__list-item {
    flex: 0 0 auto;
    margin-right: 1.5rem;
}

.category__list-link {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
}

.category__list-link img {
    width: 200px;
}

.category__list-link span {
    position: absolute;
    top: 70%;
    color: var(--ps-background-white);
/*     background: var(--ps-color-bold); */
	background:#be0000;
    padding: 0.75rem;
    border-radius: 5px;
}

.top__offer-section {
/*     background: var(--ps-background-footer); */
	background:#e2e2e2;
    padding: 12px;
	color:#000000;
}

.top__offer-items {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
}

.top__offer-link {
    background: var(--ps-background-white);
    padding: 0.5rem;
}

.top__offer-item a h3 {
    font-size: 1.5rem;
}

/* icon cart */
.fkcart-shortcode-container .fkcart-shortcode-count {
    position: unset !important;
    background-color: unset !important;
    color: var(--ps-background-black) !important;
	font-weight: unset !important;
}

.fkcart-shortcode-count[data-item-count="0"] {
    display: none !important;
}

/* popup message */
#message-purchased.wn-extended .message-purchase-main>* {
    font-weight: bold;
    font-size: 14px;
}

#message-purchased .message-purchase-main p a, #message-purchased .message-purchase-main p span {
    font-weight: 100;
    font-size: 12px;
}

/* football jersey page */
.top__banner_football-jersey {
    position: relative;
}

.title__football {
    position: absolute;
    top: 12%;
    line-height: 2;
    font-size: 13px;
    left: 25px;
}

.title__football h2 {
    font-size: 14px;
}

.title__football-link {
    display: flex;
    align-items: center;
    column-gap: 0.5rem;
}

.title__football-link svg {
    transform: rotate(90deg);
}

.football__jersey-category img {
    height: 300px;
}

.football__jersey-category .square-category-card {
    display: flex;
    justify-content: center;
    margin: 1rem 0;
}

.related__title-football-jersey {
    display: flex;
    flex-direction: column;
    align-items: center;
    row-gap: 1rem;
    margin: 2rem 0;
}

.related__title-football-jersey h2 {
    font-size: 1.7rem;
}

/* caontant us page */
.contact__to-title {
    background-image: url(https://www.persiscollection.com/wp-content/uploads/2021/09/firooz-sec-bg-1.png);
}

.contact__info {
    line-height: 2.5;
}

.contact__info h2 {
    font-size: 2rem;
}

.contact__info p {
    color: var(--ps-text-color-hover);
}

.contact__info-items {
    margin-left: -2.5rem;
}

.contact__info-item {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    font-size: 1.25rem;
}

.contact__form {
    padding: 1.75rem;
    display: grid;
    row-gap: 1.5rem;
    background-color: var(--ps-background-footer);
}

.contact__form div {
    margin: 1.5rem 0;
}

.contact__input {
    padding: 0.75rem;
    border: 2px solid var(--ps-border-color);
    width: 100%;
    display: block;
    margin-top: 0.5rem;
}

.submit__contact {
    padding: 0.75rem 1rem;
    display: inline-flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    -moz-column-gap: 0.75rem;
    column-gap: 0.75rem;
    font-size: 1rem;
}

.fkcart-shortcode-container .fkcart-shortcode-count {
    position: absolute !important;
    background-color: #cf2e2e !important;
    color: #fff !important;
    padding: 5px !important;
	z-index: 2 !important;
}

.mobile_new_menu {
	display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 12px;
}

.mobile_new_menu_log_menu {
    display: flex;
    align-items: center;
    column-gap: 10px;
}

.mobile_new_menu_other_icon {
    display: flex;
    align-items: center;
    column-gap: 1rem;
	justify-content: flex-end;
}

.menu_desktop_new {
    display: none;
}

#fkcart-modal .fkcart-preview-ui .fkcart-slider-heading .fkcart-title,
#fkcart-modal .fkcart-item-wrap .fkcart--item .fkcart-item-title,
#fkcart-modal .fkcart-coupon-area .fkcart-coupon-head .fkcart-coupon-title {
	font-weight: unset !important;
}

.yith-ywraq-add-button {
	display: none !important;
	margin: 1.5rem 0;
	width: 40%;
}

div.yith-ywraq-add-button.show a {
	background: transparent !important;
    border: 2px solid #ccc !important;
    font-weight: unset !important;
    padding: 10px 1.5rem;
}

div.yith_ywraq_add_item_browse_message {
	margin: 1.5rem 0;
}

div.yith_ywraq_add_item_browse_message a {
	border: 2px solid;
    padding: 10px 1.5rem;
    margin-top: 1rem;
    border-radius: 5px;
}

div.yith_ywraq_add_item_browse_message a:hover {
	background: #ccc;
}

/* coupons code page */
.discount-codes-container {
    padding: 20px;
    background-color: #f4f4f4;
    border-radius: 10px;
    max-width: 100%;
    margin-top: 2rem;
}

.discount-codes-container h3 {
    font-size: 18px;
    margin-bottom: 15px;
}

.discount-codes-grid {
    display: grid;
    gap: 10px;
    max-height: 600px;
    overflow-y: auto;
    overflow-x: hidden;
}

.discount-code-box {
    background-color: #790914;
    color: #ffffff;
    border-radius: 8px;
    padding: 15px;
    border: 2px dashed #ffffff;
    text-align: center;
}

.discount-code-box.expired {
    opacity: 0.5;
}

.discount-code-box p {
    margin: 5px 0;
    font-size: 14px;
}

.discount-amount {
    font-size: 16px;
    font-weight: bold;
}

.coupon-code {
    font-size: 18px;
    font-weight: bold;
}

.expiry-date {
    font-size: 14px;
}
.woocommerce-MyAccount-navigation-link--wc-smart-coupons {
    display: none;
}

.discount-code.blur {
    filter: blur(2px);
    pointer-events: none;
}

.discount-code-box.expired .coupon-code {
    color: #999;
}

.discount-code-box.expired .discount-amount {
    color: #999;
}

.discount-code-box.expired .expiry-date {
    color: #999;
}

/* Category Container */
.unique-category-container {
    display: flex;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
}

/* Center align for both desktop and mobile */
.unique-category-container.centered-all {
    justify-content: center;
}

/* Center align only for desktop */
@media (min-width: 769px) {
    .unique-category-container.centered-desktop {
        justify-content: center;
    }
}

.unique-category-title {
	font-size: 12px;
}

.unique-category-item {
    flex: 0 0 30%;
    width: 100px;
    text-align: center;
    scroll-snap-align: center;
}

.unique-category-item a {
	display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 0.5rem;
	margin-left: 0.6rem;
    padding-bottom: 2rem;
}

.unique-category-item img {
	width: 100%;
    height: auto;
    object-fit: cover;
}

.unique-category-item p {
    margin-top: 10px;
    font-size: 14px;
}

#vertical-slider ul li a,
#vertical-slider p{
    color: #fff;
	font-size: 13px;
}

.menu_mobile_grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1px;
    background-color: white;
}

.menu_mobile_grid_item {
    background-color: #f4f4f4;
    padding: 0.75rem;
    text-align: center;
    border: 1px solid white;
    cursor: pointer;
	font-size: 13px;
    color: #525252;
}

/* wishlist */
.wishlist-button {
	position: absolute;
	right: 10px;
	font-size: 1.2rem;
	z-index: 2;
}

.product-card .yith-wcwl-add-to-wishlist span {
	display: none;
}

.yith-wcwl-add-to-wishlist svg.yith-wcwl-icon-svg, .yith-wcwl-add-to-wishlist .add_to_wishlist img, 
.yith-wcwl-wishlistaddedbrowse a{
	background: #fff;
    padding: 4px;
    border-radius: 10px;
}
.yith-wcwl-wishlistaddedbrowse a {
	font-size: 13px;
    padding: 0.2rem 0.75rem;
}

.table-container .wishlist_table {
	max-width: unset
}

.yith_wcwl_wishlist_footer .yith_wcwl_footer_additional_action>* {
	display: flex !important;
    padding: 0.75rem 1rem !important;
    background-color: var(--ps-background-black) !important;
    color: #fff;
}

.ywpar_myaccount_entry_info .ywpar_levels_badges .ywpar_level.ywpar_level img {
	mix-blend-mode: multiply;
}

#yith-par-message-cart img {
	margin: unset !important;
}

/* Passport Club */
.passport-club-table {
    width: 100%;
    max-width: 1000px !important;
    margin: 2rem auto;
    background-color: #fff;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.passport-club-title {
    text-align: center;
    color: #333;
}

.passport-club-table table {
    width: 100%;
    border-collapse: collapse;
}

.passport-club-table thead th {
    text-align: center;
    background-color: var(--ps-background-footer);
    padding: 15px;
    font-weight: normal;
}

.passport-club-table thead th .header-icon {
    width: 50px;
    height: 50px;
    margin: 0 auto 10px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.passport-club-table .header-icon.voyagers {
    background-image: url('https://www.persiscollection.com/wp-content/uploads/2024/09/brass-user.jpg');
    mix-blend-mode: multiply;
}

.passport-club-table .header-icon.explorers {
    background-image: url('https://www.persiscollection.com/wp-content/uploads/2024/09/silver-user.jpg');
    mix-blend-mode: multiply;
}

.passport-club-table .header-icon.ambassadors {
    background-image: url('https://www.persiscollection.com/wp-content/uploads/2024/09/gold-user.jpg');
    mix-blend-mode: multiply;
}

.passport-club-table tbody td {
    text-align: center;
    padding: 15px;
    border-bottom: 1px solid #ddd;
    color: #333;
}

.passport-club-table tbody td:first-child {
    text-align: left;
}

.passport-club-table .checkmark {
    color: green;
    font-size: 20px;
}

.passport-club-table .note {
    font-size: 12px;
    color: #666;
}

.passport-club-table .coming-soon {
    color: orange;
    font-style: italic;
}

.persis-purchase-box {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    background: var(--ps-background-white);
    box-shadow: 0 10px 5px rgba(0, 0, 0, .02), 0 -10px 5px rgba(0, 0, 0, 0.02);
}
.persis-purchases {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    padding: 0.5rem;
}

.persis-purchases-img img {
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 50%;
    width: 125px;
    height: 125px;
    margin-top: -4rem;
}

.persis-purchases-text {
    display: flex;
    flex-direction: column;
    gap: .25rem;
}

.persis-purchases-text h2 {
    line-height: 1.7;
    font-size: 1rem;
    margin-bottom: 1rem;
    text-align: center;
}

.persis-purchases-btn {
    display: flex;
    justify-content: center;
}

.persis-purchases-link {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.75rem 1.5rem;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 2rem;
}


/* Page Tiles */
.full-width-image {
        width: 100vw;
        max-width: 100%;
        height: auto;
        overflow: hidden;
    }

    .full-width-image img {
        width: 100%;
        height: auto;
        object-fit: cover;
        display: block;
    }
	

    .persian-tile-small-banners {
		position: relative;
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 1rem;
        margin: 1rem 0;
    }

    .img-slider {
        position: relative;
    }

    .slider-text {
        position: absolute;
        z-index: 1;
        top: 30%;
        left: 15%;
        width: 70%;
        text-wrap: wrap;
    }

    .slider-text h2 {
        font-size: 1rem;
        text-align: center;
		color: var(--ps-background-white);
    }

    .overlay-bg {
        position: absolute;
        background: rgba(0, 0, 0, 0.4);
        padding: 20px;
        width: 100%;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
    }
	
	.persian-tile-title {
		margin: 2rem 0 0 0;
		font-size: 1.5rem;
	}
	
	.persian-tile-small-banner-link {
		position: relative;
	}

.persian-tiles-tile-box {
	text-align: center;
}

.persian-tiles-tile-box p {
	padding: 0.5rem;
    box-shadow: 3px 3px 8px rgba(233, 233, 233, 0.5);
    margin: 1rem 0 2rem 0;
    line-height: 2;
	border-radius: 5px;
}

.yith-wcwl-wishlistexistsbrowse a {
	background: #fff;
    padding: 8px;
    border-radius: 10px;
    font-size: 12px;
}

/* Custom Banner in Shop and other page */
.customize_shop_page_banners {
    display: flex;
    align-items: center;
    gap: 0.5rem;
	overflow-x: auto;
    white-space: nowrap;
}

.customize_shop_page_banner {
	flex: 0 0 auto;
}

.customize_shop_page_banner_img {
	width: 200px;
}

.customize_shop_page_title {
    text-align: center;
    margin: 0.75rem;
    border-bottom: 1px solid #e9e9e9;
}

.customize_shop_page_title h2 {
    position: relative;
    font-size: 20px;
    display: inline-block;
    line-height: 2;
    margin-bottom: 0;
}

.customize_shop_page_title h2:after {
    content: "";
    position: absolute;
    width: 100%;
    bottom: -1px;
    left: 0;
    border-bottom: 2px solid #2d2d2d;
}

.customize_shop_page_category {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
}

.customize_shop_page_category_link h3 {
    font-size: 1rem;
    text-align: center;
    text-decoration: underline;
    font-weight: 100;
}

.customize_shop_page_sale_page a img {
    width: 100%;
    margin: 1rem 0;
}

.default-layout .ywpar_apply_discounts {
	display: flex;
    align-items: center;
    gap: 5px;
}

#ywpar_apply_discounts {
	border-radius: 5px;
    padding: 0.75rem 2rem;
    background-color: var(--ps-background-black);
    color: var(--ps-background-white);
    transition-property: all;
    transition-duration: 200ms;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.top-banner-mobile {
	text-align: center;
}

.top-banner-desk {
	display: none;
}

.custom-text-after-title {
	text-align: center;
    font-weight: 100;
    font-size: 1.2rem;
	margin-top: 0.5rem;
}

.site-notification .splide__slide {
	width: unset !important;
	margin-left: 2rem;
	direction: ltr;
}


.content__product tr th{
    text-align: center;
}
/* Persian Wedding*/
    .main-banner{
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
        }

     .banner-img img{
         width: 100%;
         height: auto;
         aspect-ratio: 4 / 3;
         object-fit: cover;
         }

      .banner-content {
          position: absolute;
          text-align: center;
          color: white;
          text-shadow: 0 2px 6px rgba(0, 0, 0, 0.5);
		  margin: 0.5rem 0.5rem;
           }
	  .banner-content h1{
			margin-bottom:1.75rem;
			}
       .title{
           display: flex;
           align-items: center;
           justify-content: center;
           gap: 0.5rem;
           margin: 1.25rem 0;
           }

            .line {
                flex: 1;
                height: 1px;
                background: #000;
            }

            .title h2 {
                letter-spacing: 2px;
				font-size:1rem;
            }
            .square-categories-cards{
                display: grid;
                grid-template-columns: repeat(2, minmax(0, 1fr));
                gap: 1rem;
                padding: 0.5rem;
                text-align: center;
            }

            .square-item-card img{
                width: 100%;
                height: auto;
                aspect-ratio: 4 / 4;
                object-fit: cover;
                border-radius: 3px;
                margin-bottom: 0.5rem;
            }
            h3{
                font-size: 1rem;
            }

/*Seo Description in home page*/

.lds-dual-ring {
    display: inline-block;
    width: 40px;
    height: 40px;
}
.lds-dual-ring:after {
    content: " ";
    display: block;
    width: 32px;
    height: 32px;
    margin: 4px;
    border-radius: 50%;
    border: 4px solid #ccc;
    border-color: #ccc transparent #ccc transparent;
    animation: lds-dual-ring 1.2s linear infinite;
}
@keyframes lds-dual-ring {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.login-register-btn {
	padding: 24px 24px 40px 24px;
}

/* Style for displaying the product title */
/* .product-title {
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 15px;
    color: #333;
} */

/* Style for limiting the description to a few lines */
.product-description-wrapper {
    position: relative;
    max-height: none; /* No limit when the text is fully expanded */
    overflow: visible;
    line-height: 1.5em;
}

/* When the text is short and the fade effect is active */
.product-description-wrapper.short-description-active {
    max-height: 20em; /* Limit the number of lines when the description is short */
    overflow: hidden;
    position: relative;
}

/* Fade effect at the bottom of the short description */
.product-description-wrapper.short-description-active:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 3em;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1));
}


/* Style for the description text */
/* .product-description {
    font-size: 16px;
    color: #555;
} */

/* Style for the "Read More" button */
.read-more-btn {
    background-color: #333;
    color: #fff;
    padding: 8px 15px;
    border: none;
    cursor: pointer;
    margin-top: 10px;
    border-radius: 4px;
    font-size: 14px;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
    transition: background-color 0.3s ease;
}
.upsell-heading{
	font-size: 1.25rem;
}


/* Media queries */
@media (min-width: 576px) {
    h1 {
        font-size: 2.3rem;
    }

    h2 {
        font-size: 2.3rem;
    }

    h3 {
        font-size: 2rem;
    }

    .container {
        max-width: 540px;
    }

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

    .content__product h2 {
        font-size: 1.8rem;
    }


    #order_tracking_container {
        max-width: 540px;
    }
}

@media (min-width: 768px) {
    h1 {
        font-size: 2.8rem;
    }

    .container {
        max-width: 720px;
    }


    .action__panel.active {
        width: 400px;
    }

    .square__section-card {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .blog-article > div:nth-child(1) {
        grid-column: span 4 / span 4;
    }

    .blog-article > div:nth-child(2) {
        grid-column: span 8 / span 8;
    }

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

    #order_tracking_container {
        max-width: 720px;
    }

    

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

	
    .unique-category-item {
        width: 140px;
        margin-right: 0.5rem;
		flex: 0 0 auto;
    }

    .unique-category-item img {
        width: 150px;
        height: auto;
    }

    .unique-category-title {
        font-size: 16px;
    }
	
	.mobile_new_menu_other_icon {
		padding-right: 1rem;
	}
	
	.mobile_new_menu_log_menu {
		padding-left: 1rem;
	}
	

	.top__offer-items {
    	grid-template-columns: repeat(3, minmax(0, 1fr));
	}
	.square-categories-cards h3{
		font-size:1rem;
	}

}

@media (min-width: 992px) {

	.account__detail {
		display: flex;
	}
	.account__detail .ywpar-wrapper .ywpar_myaccount_entry_info {
		width: 10px;
	}
	.account__detail .ywpar_myaccount_entry_info {
		flex-direction: row;
	}
	.category-text{
	font-size:1rem;
}
	.persis-purchase-box {
		margin: 3rem 0;
	}
	.site-notification .splide__slide {
		width: calc(100%) !important;
		margin-left: 0;
	}
	.customize_shop_page_banner {
	flex: unset;
    margin-right: unset;
}

.customize_shop_page_banner_img {
	width: 100%;
}
    h1 {
        font-size: 3.2rem;
        line-height: 4rem;
    }

    h2 {
        font-size: 2.7rem;
    }

    h3 {
        font-size: 2.4rem;
    }

    
    .container {
        max-width: 960px;
    }

    .mobile__nav-first-child {
        margin: 0;
        padding: 0 15px 0 250px;
        border-top: 1px solid var(--ps-border-color);
        height: 60px;
    }

    .middle__header {
        padding-top: 0;
        padding-bottom: 0;
    }

    .currency__switcher {
        display: flex;
    }

    .user__profile {
        display: inline-block;
    }

    .site__logo-img {
        width: 110px;
    }

    .top__header-section {
        grid-template-columns: 1fr 4fr 1fr;
    }

    .button__top-header {
        display: block;
    }

    .button__top-header:last-child {
        text-align: right;
    }

    .mobile__nav {
        display: none;
    }

    .search__bar-text {
        display: block;
    }

    .nav__mega-menu {
        display: block;
        margin-top: -1.2rem;
    }


    .action__panel.active {
        width: 450px;
    }

    .square__mobile {
        display: none;
    }

    .circle__banner {
        margin-top: 4rem;
        margin-bottom: 4rem;
    }

    .circle__banner-items {
        grid-template-columns: repeat(8, minmax(0, 1fr));
    }

    .square__banner {
        display: block;
    }

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

    .mobile__banner {
        display: none;
    }

    .single__content-container {
        grid-column: span 8 / span 8;
    }

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

    .article__topinfo-item {
        justify-content: center;
    }

    .single__sidebar {
        grid-column: span 4 / span 4;
		margin-top: 1.75rem;
    }

    .single__content {
        gap: 2.5rem;
    }

    .page__sidebar {
        display: block;
        grid-column: span 2 / span 2;
    }

    .page__content {
        grid-column: span 10 / span 10;
    }

    .small__banner-page {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }

    .page__big-banner-section {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    #order_tracking_container {
        max-width: 960px;
    }

    .checkout__items {
        grid-column: span 7 / span 7;
    }

    .checkout__pay {
        grid-column: span 5 / span 5;
    }

    .checkout__form {
        gap: 1.25rem;
    }

    .shopping__cart-collaterals {
        grid-column: span 5 / span 5;
    }

    .shopping__cart-form {
        grid-column: span 7 / span 7;
    }

    .woocommerce__cat-title {
        font-size: 1.5rem;
        line-height: 2rem;
    }


    .woocommerce__top-cat-filter-mobile {
        display: none;
    }

    .woocommerce__top-cat-filter-section {
        display: block;
    }

    .woocommerce__product-list {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }

    .account__detail {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 2rem;
    }

    .account__details-box {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 2.5rem;
    }

    .single__product {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 2rem;
    }

    .thumbnail__left-holder {
        order: 1;
        grid-column: span 2 / span 2;
        margin-top: 0;
    }

    .main__thumbnail-product {
        order: 2;
        grid-column: span 10 / span 10;
    }

    .form_input {
        width: 50%;
    }

    .shopping__cart-items {
        gap: 3rem;
    }


    .category__list-items {
        display: grid;
        grid-template-columns: repeat(5, minmax(0, 1fr));
    }

    .top__offer-items {
        display: grid;
        grid-template-columns: repeat(6, minmax(0, 1fr));
    }
	
    .daily__sale {
         display: grid;
         align-items: center;
         grid-template-columns: repeat(2, minmax(0, 1fr));
    }
	.title__football {
    top: 30%;
    font-size: 16px;
}

.title__football h2 {
    font-size: 1.7rem;
}
	
	.contact__container {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.25rem;
}
	
	.middle__header-container {
		display: grid;
		align-items: center;
		grid-template-columns: repeat(12, minmax(0, 1fr));
	}
	
	.menu_desktop_new {
        display: grid;
		gap: 2rem;
		margin-top: 1rem;
    }

    .mobile_new_menu {
        display: none;
    }
	
	.coupon-code-page {
        display: grid;
        grid-template-columns: repeat(12, minmax(0, 1fr));
    }

    .coupon-code-first {
        grid-column: span 2 / span 2;
        margin-top: 2rem;
    }

    .coupon-code-all {
        grid-column: span 10 / span 10;
    }

    .discount-codes-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
	
	.menu_mobile_grid {
            display: none;
    }
	
	.persis-purchases {
        padding: 1rem;
        flex-direction: row;
    }

    .persis-purchases-text h2 {
        font-size: 1.75rem;
        margin: unset;
        text-align: unset;
    }

    .persis-purchases-img img {
        margin: -2rem 0;
        width: 160px;
        height: 160px;
    }

    .persis-purchases-btn {
        justify-content: unset;
    }
	
	.slider-text {
            top: 50%;
        }

        .slider-text h2 {
            font-size: 2rem;
        }
	
	.persian-tiles-tile-box p {
	padding: 2rem;
    margin: 2rem;
    font-size: 1.2rem;
}
	
	.customize_shop_page_banners {
        flex-direction: row;
        justify-content: center;
    }
	
    .customize_shop_page_category {
        grid-template-columns: repeat(6, minmax(0, 1fr));
    }
	
    .customize_shop_page_category_link h3 {
        font-size: 14px;
    }
	
	.archive__container {
		padding-top: 5rem;
    	padding-bottom: 5rem;
	}
	
	.top-banner-mobile {
	display: none;
}

.top-banner-desk {
	display: block;
	margin-top: 1rem;
}
	
	
	
.yith-ywraq-add-button {
	display: block;
	margin: 1.5rem 0;
	width: 40%;
}
	
	
	.account__detail .ywpar-wrapper {
	margin-top: 0;
}
	  .banner-img img{
             aspect-ratio: 10 / 3;
         }
	.banner-content {
		margin: 0.5rem 6rem;
	}
.square-categories-cards {
    display: flex;
    overflow-x: auto;
    padding: 1rem 0;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: initial;
}

.square-item-card {
    flex: 0 0 calc(25% - 1rem); 
/* 	flex: 0 0 calc(16.6666% - 1rem); */
    scroll-snap-align: start;
	}
	.square-categories-cards h3{
		font-size:1rem;
	}
	.banner-content h3{
		font-size:1.5rem;
	}
	.banner-content h2{
		line-height:2;
	}
	.arrow__to-up{
		bottom: 5.75rem;
	}
	.daily__sale {		
		background: no-repeat center url("https://www.persiscollection.com/wp-content/uploads/2025/12/Persian-daily-sales.webp");
	}
	.daily__sale-product > * {
        display: block !important; /* remove the limit */
    }
	.daily__sale-product {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

}

@media (min-width: 1200px) {
    h1 {
        font-size: 3.75rem;
        line-height: 1;
    }

    h2 {
        font-size: 3rem;
        line-height: 1;
    }

    h3 {
        font-size: 2.25rem;
        line-height: 2.5rem;
    }

    h4 {
        line-height: 2.25rem;
    }

    .container {
        max-width: 1140px;
    }

    .nav-link {
        padding-left: 0.75rem;
        padding-right: 0.75rem;
        font-size: 14px;
    }
    .arrow__to-up{
		bottom: 5.75rem;
	}
   
    .woocommerce__top-cat-read-more {
        width: 10%;
    }

    #order_tracking_container {
        max-width: 1140px;
    }

	
	.account__detail {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
	.daily__sale {		
		background: no-repeat center url("https://www.persiscollection.com/wp-content/uploads/2025/12/Persian-daily-sales.webp");
	}
	.daily__sale-product > * {
        display: block !imoprtant; /* remove the limit */
    }
	.daily__sale-product {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
	
}


@media (min-width: 1400px) {
    .container {
        max-width: 1320px;
    }

    .nav-link {
        padding-left: 1.25rem;
        padding-right: 1.25rem;
    }

    #order_tracking_container {
        max-width: 1320px;
    }

	.arrow__to-up{
		bottom: 5.75rem !important; 
	}
	.daily__sale {		
		background: no-repeat center url("https://www.persiscollection.com/wp-content/uploads/2025/12/Persian-daily-sales.webp");
	}
	.daily__sale-product > * {
        display: block !important; /* remove the limit */
    }
	.daily__sale-product {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}

.woocommerce-loop-product__title {
  font-family: 'Nimbus Sans', sans-serif;
  font-weight: bold;
  font-size: 18px;
  line-height: 1.2;
  color: #000;
  text-transform: none;
  letter-spacing: 0;
}

#tab-title-additional_information.active {
  border-bottom: 2px solid black;
  background-color: #f0f0f0;
  padding: 0.25rem 0.75rem;
}


.wa_btn_popup.wa_active {
    z-index: 99999999999 !important;
}

.img-holder:focus .wishlist-button,
.img-holder:hover .wishlist-button{
    z-index: 4 !important;
}

.slide__up-wrapper{
    position: relative;
    flex-wrap: wrap;
    animation: moveUp 6s infinite;
    animation-delay: 3s;
    top:0;
    -moz-animation-direction: alternate;
    animation-direction: alternate;
}

.slide__up-wrapper > a,
.slide__up-wrapper > div{
    width: 100%;
    text-align: center;
    line-height: 40px;
    color: #ffffff;
    font-size: 14px;
}

.slide__up-wrapper .emoji{
    position: relative;
    top:2px;
    max-width:16px;
    height:auto;
}

@keyframes moveUp {
    0% {
        transform: translateY(0);
        top:0;
    }

    20% {
        transform: translateY(0);
        top:0;
    }

    35% {
        transform: translateY(-40px);
        top:0;
    }

    65% {
        transform: translateY(-40px);
        top:0;
    }

    80% {
        top: 0;
        transform: translateY(-80px);
    }

    100% {
        top: 0;
        transform: translateY(-80px);
    }

}

@media (max-width:991px){
   .top__header-section.container {
        padding: 0 1rem;
    }
}


/* ==========================================================================
   Persian Wholesale page
   Paste this whole block into style.css.

   Written mobile first: base rules are the mobile layout, tablet and
   desktop overrides sit in the two media queries at the bottom
   (min-width: 768px and min-width: 992px), matching the site convention.

   Everything is prefixed pcw- so nothing here affects other pages.
   The page uses the theme's existing .container and .title / .line styles.
   ========================================================================== */

.pcw {
    /* colours */
    --pcw-cream: #FFFEFA;
    --pcw-sand: #F1EEE2;
    --pcw-mint: #F1F6E8;
    --pcw-teal: #2F4F4A;
    --pcw-teal-dark: #26403C;
    --pcw-ink: #23231F;
    --pcw-body-c: #5C584C;
    --pcw-line-c: #E6E1D3;

    background-color: var(--pcw-cream);
    line-height: 1.5;
}

.pcw img {
    display: block;
    max-width: 100%;
}

/* an image that resolved to no file at all renders as nothing,
   not as a broken-image box */
.pcw img[src=""] {
    display: none;
}


/* //Buttons// */

.pcw-btn-hero,
.pcw-btn-outline {
    display: inline-block;
    font-size: 0.9375rem;
    font-weight: 600;
    padding: 0.9375rem 1.75rem;
    border: 1px solid var(--pcw-teal);
    border-radius: 2px;
    text-decoration: none;
    cursor: pointer;
    transition: background-color 0.18s ease, color 0.18s ease;
}

.pcw-btn-hero {
    background-color: var(--pcw-cream);
    color: var(--pcw-teal);
    border-color: var(--pcw-cream);
}

.pcw-btn-hero:hover {
    background-color: #EFEBDE;
}

.pcw-btn-outline {
    background-color: transparent;
    color: var(--pcw-teal);
}

.pcw-btn-outline:hover {
    background-color: var(--pcw-teal);
    color: var(--pcw-cream);
}


/* //Top-Banner// */

.pcw-hero {
    position: relative;
    display: flex;
    align-items: flex-end;
    height: 78vh;
    min-height: 420px;
    overflow: hidden;
}

.pcw-hero-img,
.pcw-hero-img img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
}

.pcw-hero-img img {
    object-fit: cover;
}

/* WP Rocket writes width and height attributes onto images, and the site's
   Additional CSS pairs that with `img[width][height] { height: auto }` to stop
   them stretching. That selector outranks the one above, which collapsed the
   hero image to its natural 1200x360 ratio instead of filling the banner.
   Scoped higher here so the hero still covers its box; the Additional CSS rule
   is left alone because other images rely on it. */
.pcw-hero-img img[width][height] {
    height: 100%;
}

/* darkens the left side so the text stays readable */
.pcw-hero-veil {
    position: absolute;
    inset: 0;
    pointer-events: none;
    background: linear-gradient(
        90deg,
        rgba(20, 24, 20, 0.55) 0%,
        rgba(20, 24, 20, 0.25) 55%,
        rgba(20, 24, 20, 0.08) 100%
    );
}

.pcw-hero-content {
    position: relative;
    max-width: 620px;
    margin: 0;
    padding-top: 1.375rem;
    padding-bottom: 2.5rem;
}

.pcw-hero-content h1 {
    font-size: 2.375rem;
    line-height: 1.05;
    color: var(--pcw-cream);
    margin: 0 0 1.125rem;
}

.pcw-hero-content h3 {
    font-size: 0.9375rem;
    font-weight: 400;
    line-height: 1.55;
    color: #EFEBDE;
    max-width: 520px;
    margin: 0 0 1.875rem;
}

.pcw-hero-actions {
    margin-bottom: 1.25rem;
}

.pcw-hero-note {
    font-size: 0.8125rem;
    color: #D6D2C4;
    margin: 0;
}

/* //Trust-Strip//
   Full-width band directly under the banner. Stacked up to 991px: on a tablet
   the three items fit on one row but each wraps to two lines, so the row only
   starts at the 992px breakpoint. */
.pcw-trust {
    background: var(--pcw-mint, #F1F6E8);
    border-bottom: 1px solid rgba(47, 79, 74, 0.12);
    padding: 0.75rem 0;
}

/* Static on every size. Three readable items cannot share one line on a phone
   (they need 684px against 351px at 15px), and wrapping produced a lopsided
   2 + 1. Below 992px they stack as a left-aligned list instead, so the ticks
   line up in a column against the same edge as the text above them. The row,
   the larger type and the bolder weight all start at the 992px breakpoint. */
.pcw-trust-list {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.375rem;
    margin: 0;
    list-style: none;
    padding: 0;
}

.pcw-trust-list li {
    display: flex;
    align-items: center;
    gap: 0.4375rem;
    font-size: 1rem;
    font-weight: 500;
    color: var(--pcw-ink);
}

.pcw-trust-tick {
    width: 1rem;
    height: 1rem;
    flex-shrink: 0;
    color: #1FA85C;
}


/* //Trusted-By//
   The logo list is repeated twice in the HTML so the loop has no gap. */

.pcw-marquee {
    width: 100%;
    overflow: hidden;
    margin: 1.5rem 0;
}

.pcw-marquee-track {
    display: flex;
    align-items: flex-start;
    gap: 1.5rem;
    width: max-content;
    animation: pcw-marquee 40s linear infinite;
}

.pcw-marquee:hover .pcw-marquee-track {
    animation-play-state: paused;
}

@keyframes pcw-marquee {
    from { transform: translateX(0); }
    to   { transform: translateX(-50%); }
}

.pcw-stockist {
    display: flex;
    flex-direction: column;
    align-items: center;
    flex-shrink: 0;
    width: 120px;
    text-align: center;
}

.pcw-stockist img {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    object-fit: contain;
    background-color: #F4F1E7;
    border: 1px solid var(--pcw-line-c);
}

.pcw-stockist span {
    font-size: 0.8125rem;
    line-height: 1.4;
    color: #4B4B4B;
    margin-top: 0.875rem;
}

/* respect the operating system setting for reduced motion */
@media (prefers-reduced-motion: reduce) {
    .pcw-marquee-track {
        animation: none;
        flex-wrap: wrap;
        justify-content: center;
        width: 100%;
    }

}


/* //Trade-Benefits// */

.pcw-benefits {
    background-color: var(--pcw-sand);
    padding: 4rem 0;
    margin: 2.5rem 0;
}

.pcw-benefits-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1.5rem;
}

.pcw-benefit {
    display: flex;
    align-items: flex-start;
    gap: 1.125rem;
    background-color: #FFF;
    padding: 2rem 1.5rem;
    border-radius: 8px;
}

.pcw-benefit svg {
    flex-shrink: 0;
    width: 34px;
    height: 34px;
}

.pcw-benefit-title {
    font-size: 1.125rem;
    font-weight: 700;
    color: var(--pcw-ink);
    margin: 0 0 0.625rem;
}

.pcw-benefit-text {
    font-size: 0.90625rem;
    line-height: 1.5;
    color: var(--pcw-body-c);
    margin: 0;
}


/* //Custom-Orders// */

.pcw-custom {
    display: grid;
    grid-template-columns: 1fr;
    gap: 2rem;
    align-items: center;
    margin: 2.5rem 0;
}

.pcw-custom-img img {
    width: 100%;
    aspect-ratio: 4 / 5;
    object-fit: cover;
    border-radius: 2px;
}

.pcw-custom-content h2 {
    font-size: 1.75rem;
    margin: 0 0 1.25rem;
}

.pcw-custom-content p {
    font-size: 1rem;
    line-height: 1.65;
    color: #4D4A40;
    max-width: 460px;
    margin: 0 0 1.875rem;
}


/* //Team-And-Reviews//
   On mobile the image is shown first, then the text. */

.pcw-team {
    display: grid;
    grid-template-columns: 1fr;
    gap: 2rem;
    align-items: center;
    margin: 2.5rem 0;
}

.pcw-team-text {
    order: 2;
}

.pcw-team-media {
    order: 1;
    border-radius: 2px;
    overflow: hidden;
}

.pcw-team-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.pcw-team-text h2 {
    font-size: 1.5rem;
    color: #151515;
    margin: 0 0 1.25rem;
}

.pcw-team-lead {
    font-size: 1rem;
    line-height: 1.65;
    color: #4D4A40;
    max-width: 520px;
    margin: 0 0 2rem;
}

.pcw-team-list {
    margin-bottom: 2rem;
}

.pcw-team-item {
    border-top: 1px solid #000;
    padding: 1.25rem 0;
}

.pcw-team-item:last-child {
    border-bottom: 1px solid #000;
}

.pcw-team-item-title {
    font-size: 0.875rem;
    font-weight: 600;
    color: #1A1A1A;
    margin: 0 0 0.375rem;
}

.pcw-team-item-text {
    font-size: 0.84375rem;
    line-height: 1.5;
    color: #4D4A40;
    margin: 0;
}

.pcw-reviews-label {
    font-size: 0.875rem;
    font-weight: 600;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #0E0E0E;
    margin: 2rem 0 1.25rem;
}

.pcw-reviews {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1rem;
    max-width: 520px;
}

.pcw-review {
    display: flex;
    flex-direction: column;
    background-color: var(--pcw-sand);
    border-radius: 2px;
    padding: 1.75rem 1.5rem;
}

.pcw-review img {
    width: 120px;
    height: 24px;
    object-fit: contain;
    margin-bottom: 1rem;
}

.pcw-review-score {
    font-size: 2.25rem;
    font-weight: 600;
    line-height: 1;
    color: var(--pcw-ink);
    margin: 0;
}

.pcw-review-meta {
    font-size: 0.84375rem;
    color: var(--pcw-body-c);
    margin: 0.625rem 0 1rem;
}

.pcw-review a {
    font-size: 0.84375rem;
    color: var(--pcw-teal);
    text-decoration: underline;
}


/* //How-It-Works-And-Terms// */

.pcw-how {
    background-color: var(--pcw-sand);
    padding: 3rem 0;
    margin: 2.5rem 0;
}

.pcw-how-inner {
    display: flex;
    flex-direction: column;
    gap: 3rem;
}

.pcw-how-col {
    flex: 1;
    min-width: 0;
}

.pcw-how-col h2 {
    font-size: 1.5rem;
    margin: 0 0 1.5rem;
}

/* divider between the two columns */
.pcw-how-rule {
    width: 100%;
    height: 1px;
    background-color: #DFDACB;
}

.pcw-step {
    display: flex;
    align-items: stretch;
    gap: 1.25rem;
}

.pcw-step-rail {
    display: flex;
    flex-direction: column;
    align-items: center;
    flex-shrink: 0;
    width: 40px;
}

.pcw-step-number {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: 40px;
    height: 40px;
    border: 1px solid #000;
    border-radius: 50%;
    background-color: var(--pcw-sand);
    font-size: 1.25rem;
    font-weight: 600;
    color: #000;
}

.pcw-step-line {
    width: 1px;
    flex: 1;
    background-color: #DFDACB;
    margin-top: 0.5rem;
}

.pcw-step-body {
    padding-bottom: 1.75rem;
}

.pcw-step-title {
    font-size: 1rem;
    font-weight: 600;
    color: var(--pcw-ink);
    margin: 0 0 0.5rem;
}

.pcw-step-text {
    font-size: 0.875rem;
    line-height: 1.5;
    color: var(--pcw-body-c);
    margin: 0;
}

.pcw-terms {
    display: flex;
    flex-direction: column;
    gap: 1.75rem;
}

.pcw-term-figure {
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 1;
    color: var(--pcw-ink);
    margin: 0;
}

.pcw-term-label {
    font-size: 0.875rem;
    line-height: 1.4;
    color: var(--pcw-body-c);
    margin: 0.625rem 0 0;
}

/* small print under either column */
.pcw-note {
    font-size: 0.8125rem;
    color: #7A7566;
    border-top: 1px solid #DFDACB;
    padding-top: 0.5rem;
    margin: 1.5rem 0 0;
}


/* //Category-Cards// */

.pcw-cats-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1.5rem;
    margin: 1.5rem 0 2.5rem;
}

.pcw-cat a {
    position: relative;
    display: block;
    aspect-ratio: 4 / 3;
    border-radius: 2px;
    overflow: hidden;
    text-decoration: none;
}

.pcw-cat img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
}

.pcw-cat a:hover img {
    transform: scale(1.04);
}

/* dark gradient so the label stays readable on any photo */
.pcw-cat a::after {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background: linear-gradient(
        180deg,
        rgba(0, 0, 0, 0) 45%,
        rgba(0, 0, 0, 0.55) 100%
    );
}

.pcw-cat span {
    position: absolute;
    left: 1.125rem;
    bottom: 1rem;
    z-index: 2;
    font-size: 1.125rem;
    font-weight: 600;
    color: var(--pcw-cream);
}


/* //Enquiry-And-Form// */

.pcw-enquiry {
    background-color: var(--pcw-sand);
    padding: 3rem 0;
    margin: 2.5rem 0 0;
}

.pcw-enquiry-inner {
    max-width: 720px;
    margin: 0 auto;
}

.pcw-enquiry-sub {
    font-size: 0.9375rem;
    color: var(--pcw-body-c);
    text-align: center;
    margin: 0 0 3rem;
}

/* form layout
   .pcw-form styles the hand written form.
   .pcw-form-zone styles Contact Form 7 or Fluent Forms output
   when the shortcode is wrapped in that div. */

.pcw-form,
.pcw-form-zone form {
    display: flex;
    flex-direction: column;
    gap: 1.375rem;
}

.pcw-form label,
.pcw-form-zone label {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    font-size: 0.8125rem;
    font-weight: 600;
    color: var(--pcw-ink);
}

.pcw-form input[type="text"],
.pcw-form input[type="email"],
.pcw-form input[type="tel"],
.pcw-form select,
.pcw-form textarea,
.pcw-form-zone input[type="text"],
.pcw-form-zone input[type="email"],
.pcw-form-zone input[type="tel"],
.pcw-form-zone input[type="url"],
.pcw-form-zone input[type="number"],
.pcw-form-zone select,
.pcw-form-zone textarea,
.pcw-form-zone .ff-el-form-control {
    width: 100%;
    padding: 0.8125rem 0.875rem;
    border: 1px solid #D9D3C1;
    border-radius: 2px;
    background-color: var(--pcw-cream);
    font-family: inherit;
    font-size: 0.9375rem;
    font-weight: 400;
}

.pcw-form textarea,
.pcw-form-zone textarea {
    resize: vertical;
}

/* two fields side by side once there is room */
.pcw-form-row {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1.375rem;
}

.pcw-form-zone input[type="checkbox"],
.pcw-form-zone input[type="radio"] {
    width: auto;
    accent-color: var(--pcw-teal);
}

.pcw-form button,
.pcw-form-zone button[type="submit"],
.pcw-form-zone input[type="submit"],
.pcw-form-zone .ff-btn-submit,
.pcw-form-zone .wpcf7-submit {
    width: auto;
    margin-top: 0.5rem;
    padding: 1rem 1.75rem;
    border: none;
    border-radius: 2px;
    background-color: var(--pcw-teal);
    color: var(--pcw-cream);
    font-family: inherit;
    font-size: 0.9375rem;
    font-weight: 600;
    cursor: pointer;
}

.pcw-form button:hover,
.pcw-form-zone button[type="submit"]:hover,
.pcw-form-zone input[type="submit"]:hover,
.pcw-form-zone .ff-btn-submit:hover,
.pcw-form-zone .wpcf7-submit:hover {
    background-color: var(--pcw-teal-dark);
}

.pcw-form-note {
    font-size: 0.8125rem;
    color: #7A7566;
    text-align: center;
    margin: 0;
}

/* honeypot field, visually removed but present for bots */
.pcw-form .pcw-hp {
    position: absolute;
    left: -9999px;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

/* result notices, rendered above the form after a submission */
.pcw-form-notice {
    padding: 0.9375rem 1rem;
    border-radius: 2px;
    font-size: 0.9375rem;
    text-align: center;
    margin: 0 0 1.5rem;
}

.pcw-form-notice-sent {
    background-color: var(--pcw-teal);
    color: var(--pcw-cream);
}

.pcw-form-notice-error {
    background-color: #F6E3DE;
    color: #7C2D1E;
}

.pcw-form-notice-error a {
    color: inherit;
}


/* //Trade-FAQ//
   Built with details and summary, so no JavaScript is needed. */

.pcw-faq {
    display: grid;
    grid-template-columns: 1fr;
    gap: 2.5rem;
    align-items: stretch;
    margin: 2.5rem 0;
}

.pcw-faq-intro {
    font-size: 0.90625rem;
    line-height: 1.6;
    color: var(--pcw-body-c);
    margin: 0 0 1rem;
}

.pcw-faq-intro a {
    color: var(--pcw-teal);
    text-decoration: underline;
}

.pcw-faq details {
    border-bottom: 1px solid var(--pcw-line-c);
}

.pcw-faq summary {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 1.375rem 0;
    cursor: pointer;
    list-style: none;
    font-size: 1rem;
    font-weight: 600;
    color: var(--pcw-ink);
}

/* hide the default arrow in Safari and Chrome */
.pcw-faq summary::-webkit-details-marker {
    display: none;
}

.pcw-faq summary::after {
    content: "+";
    flex-shrink: 0;
    font-size: 1.25rem;
    font-weight: 400;
    color: var(--pcw-teal);
}

.pcw-faq details[open] summary::after {
    content: "\2212"; /* minus sign */
}

.pcw-faq details p {
    font-size: 0.90625rem;
    line-height: 1.6;
    color: var(--pcw-body-c);
    max-width: 640px;
    margin: 0 0 1.375rem;
}

.pcw-faq-media img {
    width: 100%;
    height: 100%;
    min-height: 280px;
    object-fit: cover;
    border-radius: 2px;
}


/* //Tablet// */

@media (min-width: 768px) {

    .pcw-benefits-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 1.75rem;
    }

    .pcw-cats-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .pcw-reviews {
        grid-template-columns: repeat(2, 1fr);
    }

    .pcw-form-row {
        grid-template-columns: repeat(2, 1fr);
    }
}


/* //Desktop// */

@media (min-width: 992px) {

    /* hero */
    .pcw-hero {
        height: 72vh;
    }

    .pcw-trust {
        padding: 0.875rem 0;
    }

    .pcw-trust-list {
        flex-direction: row;
        align-items: center;
        justify-content: center;
        gap: 6rem;
        width: auto;
    }

    .pcw-trust-list li {
        gap: 0.625rem;
        font-size: 0.9375rem;
        font-weight: 600;
    }

    .pcw-trust-tick {
        width: 1.25rem;
        height: 1.25rem;
    }

    .pcw-hero-content {
        padding: 4rem;
    }

    .pcw-hero-content h1 {
        font-size: 4rem;
    }

    .pcw-hero-content h3 {
        font-size: 1.125rem;
    }

    /* stockists */
    .pcw-marquee-track {
        gap: 2.5rem;
    }

    .pcw-stockist {
        width: 150px;
    }

    .pcw-stockist img {
        width: 96px;
        height: 96px;
    }

    .pcw-stockist span {
        font-size: 0.9rem;
    }

    /* benefits: three across */
    .pcw-benefits-grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 2.75rem 2.5rem;
    }

    /* custom orders: image beside text */
    .pcw-custom {
        grid-template-columns: repeat(2, 1fr);
        gap: 3.5rem;
    }

    .pcw-custom-content h2 {
        font-size: 2.375rem;
    }

    /* team: text left, image right */
    .pcw-team {
        grid-template-columns: repeat(2, 1fr);
        gap: 3.5rem;
    }

    .pcw-team-text {
        order: 1;
    }

    .pcw-team-media {
        order: 2;
        height: 100%;
        align-self: stretch;
    }

    .pcw-team-text h2 {
        font-size: 1.875rem;
    }

    /* how it works and terms: side by side */
    .pcw-how-inner {
        flex-direction: row;
        gap: 4rem;
    }

    .pcw-how-rule {
        width: 1px;
        height: auto;
        align-self: stretch;
    }

    .pcw-how-col h2 {
        font-size: 1.875rem;
    }

    /* categories: three across */
    .pcw-cats-grid {
        grid-template-columns: repeat(3, 1fr);
    }

    /* FAQ: text beside image */
    .pcw-faq {
        grid-template-columns: repeat(2, 1fr);
        gap: 4rem;
    }

    .pcw-faq-media img {
        min-height: 420px;
    }

} 


/* ==========================================================================
   Thank you page (WooCommerce order-received override)
   Everything is scoped to .pc-ty so nothing here affects other pages.
   Markup lives in woocommerce/checkout/thankyou.php.
   ========================================================================== */


.pc-ty {
	--pc-ink: #171512;
	--pc-gold: #B08D57;
	--pc-charcoal: #2B2822;
	--pc-line: #e8e4db;
	--pc-muted: #5c574c;
	--pc-faint: #8a8372;

	max-width: 1000px;
	margin: 0 auto;
	padding: 0 0 24px;
	background: #fff;
	color: var(--pc-charcoal);
	font-size: 14px;
	line-height: 1.6;
}

.pc-ty * { box-sizing: border-box; }

.pc-ty a { color: var(--pc-gold); text-decoration: underline; }
.pc-ty a:hover { color: #8f7042; }

/* Headings inherit the theme's own heading font. */
.pc-ty h1,
.pc-ty h2,
.pc-ty h3 { font-weight: 400; color: var(--pc-charcoal); }

/* Hero */

.pc-ty-hero { text-align: center; padding: 36px 16px 32px; }

.pc-ty-eyebrow {
	font-size: 11px;
	letter-spacing: 0.18em;
	text-transform: uppercase;
	color: var(--pc-gold);
	margin: 0 0 16px;
}

.pc-ty-check {
	width: 48px;
	height: 48px;
	border-radius: 50%;
	border: 1.5px solid var(--pc-gold);
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto 20px;
}

.pc-ty-check i {
	width: 14px;
	height: 8px;
	border-left: 2px solid var(--pc-gold);
	border-bottom: 2px solid var(--pc-gold);
	transform: rotate(-45deg) translateY(-2px);
}

.pc-ty-title { font-size: 26px; line-height: 1.2; margin: 0 0 12px; }

.pc-ty-lede { font-size: 13px; color: var(--pc-muted); line-height: 1.7; margin: 0; }

.pc-ty-actions {
	display: flex;
	flex-direction: column;
	gap: 10px;
	margin-top: 24px;
}

.pc-ty .pc-ty-btn {
	font-size: 12px;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	padding: 14px 20px;
	border: 1px solid transparent;
	text-decoration: none;
	display: block;
	text-align: center;
	transition: opacity .15s ease;
}

.pc-ty a.pc-ty-btn,
.pc-ty a.pc-ty-btn:hover { text-decoration: none; }
.pc-ty-btn:hover { opacity: .85; }
.pc-ty .pc-ty-btn-primary { background: var(--pc-ink); color: #fff; }
.pc-ty .pc-ty-btn-primary:hover { color: #fff; }
.pc-ty .pc-ty-btn-secondary { background: transparent; color: var(--pc-ink); border-color: var(--pc-ink); }
.pc-ty .pc-ty-btn-secondary:hover { color: var(--pc-ink); }

.pc-ty .pc-ty-btn:focus-visible { outline: 2px solid var(--pc-gold); outline-offset: 3px; }

/* Order items */

.pc-ty-section { padding: 28px 16px; border-top: 1px solid var(--pc-line); }

.pc-ty-section h2 { font-size: 19px; margin: 0 0 18px; }

.pc-ty-item { display: flex; gap: 14px; align-items: center; margin-bottom: 16px; }
.pc-ty-item:last-of-type { margin-bottom: 0; }

.pc-ty-thumb {
	width: 64px;
	height: 64px;
	flex-shrink: 0;
	overflow: hidden;
}

.pc-ty-thumb img { display: block; width: 100%; height: 100%; object-fit: cover; }

.pc-ty-item-body { flex: 1; min-width: 0; }

.pc-ty-item-name { font-size: 13px; line-height: 1.4; margin: 0; }
.pc-ty-item-name a { color: var(--pc-charcoal); text-decoration: none; }
.pc-ty-item-name a:hover { color: var(--pc-gold); }

.pc-ty-item-meta { font-size: 12px; color: var(--pc-faint); margin: 5px 0 0; }

.pc-ty-item-body .wc-item-meta,
.pc-ty-item-body .variation {
	font-size: 12px;
	color: var(--pc-faint);
	margin: 5px 0 0;
	padding: 0;
	list-style: none;
}

.pc-ty-item-body .wc-item-meta p { margin: 0; display: inline; }

.pc-ty-item-price { font-size: 13px; white-space: nowrap; }

.pc-ty-totals {
	margin-top: 20px;
	padding-top: 16px;
	border-top: 1px solid var(--pc-line);
	display: flex;
	flex-direction: column;
	gap: 9px;
	font-size: 13px;
}

.pc-ty-totals-row { display: flex; justify-content: space-between; gap: 20px; color: var(--pc-muted); }

.pc-ty-totals-final { display: flex; justify-content: space-between; gap: 20px; font-size: 16px; padding-top: 6px; }
.pc-ty-totals-final span:last-child { color: var(--pc-gold); }

/* Delivery and payment */

.pc-ty-columns { border-top: 1px solid var(--pc-line); padding: 0 16px; }

.pc-ty-info { padding: 28px 0; }
.pc-ty-info + .pc-ty-info { border-top: 1px solid var(--pc-line); }

.pc-ty-info h3 { font-size: 16px; margin: 0 0 12px; }
.pc-ty-info p { font-size: 13px; line-height: 1.9; color: var(--pc-muted); margin: 0; }
.pc-ty-info address { font-style: normal; }

/* Failed payment */

.pc-ty-failed .pc-ty-title { font-size: 24px; }

/* Tablet and desktop */

@media (min-width: 768px) {

	.pc-ty { padding: 0 0 40px; font-size: 15px; }

	.pc-ty-hero { padding: 56px 0 48px; }
	.pc-ty-eyebrow { font-size: 12px; letter-spacing: 0.2em; margin-bottom: 20px; }
	.pc-ty-check { width: 56px; height: 56px; margin-bottom: 24px; }
	.pc-ty-check i { width: 16px; height: 9px; }
	.pc-ty-title { font-size: 42px; margin-bottom: 16px; }
	.pc-ty-lede { font-size: 15px; }

	.pc-ty-actions { flex-direction: row; justify-content: center; flex-wrap: wrap; gap: 16px; margin-top: 32px; }
	.pc-ty .pc-ty-btn { display: inline-block; padding: 15px 32px; }

	.pc-ty-section { padding: 48px 0; }
	.pc-ty-section h2 { font-size: 24px; margin-bottom: 24px; }

	.pc-ty-item { gap: 18px; margin-bottom: 20px; }
	.pc-ty-thumb { width: 84px; height: 84px; }
	.pc-ty-item-name { font-size: 15px; }
	.pc-ty-item-price { font-size: 15px; }

	.pc-ty-totals { max-width: 340px; margin: 26px 0 0 auto; padding-top: 20px; font-size: 14px; }
	.pc-ty-totals-final { font-size: 18px; padding-top: 8px; }

	.pc-ty-columns { display: flex; padding: 0; }
	.pc-ty-info { padding: 48px 40px 48px 0; }
	.pc-ty-info + .pc-ty-info { border-top: none; border-left: 1px solid var(--pc-line); padding: 48px 0 48px 40px; }
	.pc-ty-info { flex: 1; }
	.pc-ty-info h3 { font-size: 19px; margin-bottom: 16px; }
	.pc-ty-info p { font-size: 14px; }

	.pc-ty-failed .pc-ty-title { font-size: 32px; }
}

/* Product reviews tab: summary, trust strip, WooCommerce list and form, Trustpilot block */
.persis-reviews__summary{display:flex;flex-wrap:wrap;gap:1.5rem 3rem;align-items:flex-start;padding:1.25rem;background:#faf7f7;border-radius:12px;margin-bottom:2rem}
.persis-reviews__score{display:flex;flex-direction:column;gap:.35rem;min-width:180px}
.persis-reviews__avg{font-size:2.5rem;line-height:1;font-weight:600}
.persis-reviews__none{font-size:1.25rem;font-weight:600}
.persis-reviews__count{font-size:14px;color:#555}
.persis-reviews__score .star-rating{margin:.25rem 0}
.persis-reviews__write{display:inline-block;margin-top:.5rem;width:max-content}
.persis-reviews__bars{list-style:none;margin:0;padding:0;min-width:220px;font-size:13px}
.persis-reviews__bars li{display:grid;grid-template-columns:2.5rem 1fr 2rem;align-items:center;gap:.5rem;margin-bottom:.3rem}
.persis-reviews__bar{display:block;width:100%;height:8px;border:0;border-radius:4px;overflow:hidden;background:#e6e1e1;-webkit-appearance:none;appearance:none}
.persis-reviews__bar::-webkit-progress-bar{background:#e6e1e1}
.persis-reviews__bar::-webkit-progress-value{background:#f5b301}
.persis-reviews__bar::-moz-progress-bar{background:#f5b301}
.persis-reviews__bar-n{text-align:right;color:#555}
.persis-reviews__trust{display:flex;flex-direction:column;gap:.6rem;font-size:14px;margin-left:auto}
.persis-reviews__trust-label{font-weight:600}
.persis-reviews__trust a{display:flex;align-items:center;gap:.6rem;color:inherit;text-decoration:none}
.persis-reviews__trust img{width:120px;height:auto;border-radius:5px}
.persis-reviews .commentlist{list-style:none;margin:0 0 2rem;padding:0}
.persis-reviews .commentlist li{padding:1rem;border:1px solid #eee;border-radius:12px;margin-bottom:1rem}
.persis-reviews .commentlist .comment_container{display:flex;gap:1rem;align-items:flex-start}
.persis-reviews .commentlist .avatar{border-radius:50%;width:48px;height:48px;flex:none}
.persis-reviews .commentlist .meta{font-size:13px;color:#555;margin:.25rem 0 .5rem}
.persis-reviews .comment-form-rating{display:flex;flex-direction:column;gap:.4rem;width:100%}
.persis-reviews .comment-form-rating .stars a{color:#f5b301}
@media (max-width:640px){.persis-reviews__trust{margin-left:0}}
.persis-reviews .commentlist{list-style:none;margin:0 0 2rem;padding:0}
.persis-reviews .commentlist li{padding:1rem;border:1px solid #eee;border-radius:12px;margin-bottom:1rem}
.persis-reviews .commentlist li{display:block;width:100%}
.persis-reviews .commentlist .comment_container{display:flex;gap:1rem;align-items:flex-start;width:100%}
.persis-reviews .commentlist .comment-text{flex:1;min-width:0}
.persis-reviews .commentlist .meta{white-space:nowrap}
.persis-reviews .commentlist .avatar{border-radius:50%;width:48px;height:48px;flex:none}
.persis-reviews .commentlist .meta{font-size:13px;color:#555;margin:.25rem 0 .5rem}
.persis-reviews .comment-form-rating{display:flex;flex-direction:column;gap:.4rem;width:100%}
.persis-reviews .comment-form-rating .stars a{color:#f5b301}

/*===================================
==== HOMEPAGE LOWER REGION (story / journal / newsletter) =====
===================================*/
.home-story__inner,
.home-journal__inner,
.home-newsletter__inner {
    max-width: 1120px;
    margin: 0 auto;
}

.home-eyebrow {
    margin: 0 0 12px;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: #8a8a8a;
}

.home-heading {
    margin: 0 0 12px;
    font-size: 26px;
    font-weight: 700;
    line-height: 1.12;
    color: #111;
}

.home-body {
    margin: 0;
    font-size: 15px;
    line-height: 1.65;
    color: #6f6f6f;
}

.home-btn {
    display: inline-block;
    padding: 14px 28px;
    font-family: inherit;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    text-decoration: none;
    text-align: center;
    color: var(--ps-background-white);
    background: #111;
    border: 1px solid #111;
    border-radius: 0;
    cursor: pointer;
    transition: background 0.15s ease, color 0.15s ease;
}

.home-btn:hover {
    background: var(--ps-background-black);
    color: var(--ps-background-white);
}

.home-btn--outline {
    color: #111;
    background: transparent;
}

.home-btn--outline:hover {
    background: #111;
    color: var(--ps-background-white);
}

.home-visually-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    white-space: nowrap;
}

/* Story */
.home-story {
    background: var(--ps-background-white);
    margin-top: 48px;
    padding: 0 20px 48px;
}

.home-story__inner {
    border-top: 1px solid #ececec;
    padding-top: 44px;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 24px;
}

.home-story__media {
    flex: none;
    min-width: 0;
}

.home-story__media img {
    display: block;
    width: 100%;
    height: 200px;
    object-fit: cover;
    border-radius: 8px;
}

.home-story__content {
    flex: 1;
    min-width: 0;
}

.home-story__content .home-body {
    margin-bottom: 24px;
}

/* Journal */
.home-journal {
    background: var(--ps-background-white);
    padding: 0 20px 48px;
}

.home-journal__inner {
    border-top: 1px solid #ececec;
    padding-top: 44px;
}

.home-journal__head {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    margin-bottom: 32px;
}

.home-journal__head .home-heading {
    margin-bottom: 0;
}

.home-journal__grid {
    display: flex;
    gap: 16px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scroll-padding-left: 20px;
    scrollbar-width: none;
    margin: 0 -20px;
    padding: 0 20px;
}

.home-journal__grid::-webkit-scrollbar {
    display: none;
}

.home-journal__card {
    display: block;
    flex: 0 0 62%;
    scroll-snap-align: start;
    text-decoration: none;
}

.home-journal__thumb {
    position: relative;
    aspect-ratio: 3 / 2;
    background: #e9e9e9;
    overflow: hidden;
    border-radius: 8px;
    margin-bottom: 14px;
}

/* Ratio on the image itself: plugin CSS forces img height to auto */
.home-journal__thumb img {
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 3 / 2;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.home-journal__card:hover .home-journal__thumb img {
    transform: scale(1.03);
}

.home-journal__cat {
    margin: 0 0 6px;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: #8a8a8a;
}

.home-journal__title {
    margin: 0;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.4;
    color: #111;
}

.home-journal__card:hover .home-journal__title {
    color: #555;
}

/* Newsletter */
.home-newsletter {
    background: #f7f7f7;
    padding: 48px 20px;
}

.home-newsletter__inner {
    display: flex;
    flex-direction: column;
    align-items: stretch;
}

.home-newsletter__intro {
    flex: 1 1 50%;
    min-width: 0;
    text-align: center;
    margin-bottom: 28px;
}

.home-newsletter__divider {
    display: none;
    flex: 0 0 1px;
    width: 1px;
    align-self: stretch;
    background: #e2e2e2;
}

.home-newsletter__form-col {
    flex: 1 1 50%;
    min-width: 0;
}

.home-newsletter__form {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.home-newsletter__input {
    height: 52px;
    padding: 0 16px;
    font-family: inherit;
    font-size: 15px;
    color: #111;
    background: var(--ps-background-white);
    border: 1px solid #c9c9c9;
    border-radius: 0;
    box-sizing: border-box;
    width: 100%;
    -webkit-appearance: none;
    appearance: none;
}

.home-newsletter__input::placeholder {
    color: #9a9a9a;
}

.home-newsletter__input:focus {
    outline: none;
    border-color: #111;
}

.home-newsletter__btn {
    width: 100%;
    height: 52px;
    padding: 0;
}

.home-newsletter__btn:focus-visible {
    outline: 2px solid #111;
    outline-offset: 2px;
}

.home-newsletter__message:empty {
    display: none;
}

.home-newsletter__message {
    margin-top: 12px;
    text-align: center;
}

.home-newsletter__fineprint {
    margin: 12px 0 0;
    font-size: 12px;
    color: #9a9a9a;
    text-align: center;
}

@media (min-width: 768px) {
    .home-heading {
        font-size: 28px;
    }

    .home-story {
        margin-top: 64px;
        padding: 0 24px 72px;
    }

    .home-story__inner {
        padding-top: 64px;
        flex-direction: row;
        align-items: center;
        gap: 36px;
    }

    .home-story__media {
        flex: 0 0 36%;
    }

    .home-story__media img {
        height: 240px;
    }

    .home-journal {
        padding: 0 24px 72px;
    }

    .home-journal__inner {
        padding-top: 64px;
    }

    .home-journal__head {
        flex-direction: row;
        align-items: flex-end;
        justify-content: space-between;
        gap: 24px;
    }

    .home-journal__grid {
        display: grid;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 24px;
        overflow: visible;
        margin: 0;
        padding: 0;
    }

    .home-journal__card {
        flex: none;
    }

    .home-newsletter {
        padding: 64px 24px;
    }

    .home-newsletter__inner {
        flex-direction: row;
        align-items: center;
    }

    .home-newsletter__intro {
        text-align: left;
        margin-bottom: 0;
        padding-right: 48px;
    }

    .home-newsletter__divider {
        display: block;
    }

    .home-newsletter__form-col {
        padding-left: 48px;
    }

    .home-newsletter__message,
    .home-newsletter__fineprint {
        text-align: left;
    }
}

@media (min-width: 992px) {
    .home-heading {
        font-size: 32px;
    }

    .home-story__inner {
        gap: 56px;
    }

    .home-story__media img {
        height: 300px;
    }
}

/* Phone card rows sit inset below the full-width hero, with breathing room.
   One full-width column so the card is centred whatever the image's own width. */
.square__mobile {
    padding: 28px 16px 0;
}

.square__mobile > .grid {
    grid-template-columns: minmax(0, 1fr);
}

.square__mobile .square-category-card img {
    width: 100%;
}

/* Homepage category cards: rounded image and caption box */
.square__banner .square-category-card img,
.square__mobile .square-category-card img,
.mobile__banner .category-card img,
.gift__section img,
.square__banner .square-category-card-box,
.square__mobile .square-category-card-box {
    border-radius: 8px;
}

/*===================================
==== HERO BANNER (homepage H1) =====
===================================*/
.hero-banner {
    width: 100%;
}

.hero-banner__wrap {
    position: relative;
    display: block;
    overflow: hidden;
    color: var(--ps-background-white);
    text-decoration: none;
}

.hero-banner__image {
    display: block;
    width: 100%;
    height: 560px;
    object-fit: cover;
}

/* Phones: text sits bottom-left over a gradient; larger screens centre it */
.hero-banner__text {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-end;
    padding: 24px 20px 36px;
    text-align: left;
    background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.45));
}

.hero-banner__title {
    margin: 0 0 12px;
    font-size: 30px;
    font-weight: 700;
    line-height: 1.1;
    letter-spacing: 0.06em;
    color: inherit;
}

.hero-banner__description {
    margin: 0;
    max-width: 560px;
    font-size: 14px;
    line-height: 1.7;
    letter-spacing: 0.01em;
    color: inherit;
}

.hero-banner__actions {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 12px;
    margin-top: 28px;
}

.hero-banner__btn {
    display: inline-block;
    padding: 11px 22px;
    font-size: 13px;
    letter-spacing: 0.04em;
    text-decoration: none;
    color: var(--ps-background-white);
    background: transparent;
    border: 1px solid var(--ps-background-white);
    transition: background 0.15s ease, color 0.15s ease;
}

.hero-banner__btn:hover {
    background: rgba(255, 255, 255, 0.15);
    color: var(--ps-background-white);
}

/* Dark-text variant, picked in the page editor for light photos */
.hero-banner--dark .hero-banner__wrap {
    color: #111;
}

.hero-banner--dark .hero-banner__text {
    background: linear-gradient(rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.35));
}

.hero-banner--dark .hero-banner__btn {
    color: #111;
    border-color: #111;
}

.hero-banner--dark .hero-banner__btn:hover {
    background: rgba(0, 0, 0, 0.08);
    color: #111;
}

@media (min-width: 768px) {
    .hero-banner__image {
        height: 400px;
    }

    .hero-banner__text {
        align-items: center;
        justify-content: center;
        padding: 24px 40px;
        text-align: center;
    }

    .hero-banner__actions {
        justify-content: center;
        gap: 20px;
        margin-top: 32px;
    }

    .hero-banner__title {
        margin-bottom: 16px;
        font-size: 36px;
    }

    .hero-banner__description {
        font-size: 15px;
    }

    .hero-banner__btn {
        padding: 12px 32px;
        font-size: 14px;
    }
}

@media (min-width: 992px) {
    .hero-banner__image {
        height: 460px;
    }

    .hero-banner__title {
        margin-bottom: 18px;
        font-size: 44px;
    }

    .hero-banner__description {
        font-size: 17px;
    }

    .hero-banner__actions {
        margin-top: 36px;
    }
}
