/* ========================================================================
   PEZHINAL HOME — SINGLE SOURCE V3
   All child-theme Home-specific CSS lives in this file.
   Shared components remain in components/product-card.css and size-strip.css.
   ======================================================================== */

/* Migrated from: runtime/bridge-direct/home.css delta */
.woocommerce ul.products li.product .product-categories a,
.woocommerce-page ul.products li.product .product-categories a{


font-weight: 500;

font-size: 11px;

line-height: 1.4545455em;

color: #727272 !important;

transition: color .3s ease-out;

}
.woocommerce ul.products li.product .product-categories a:hover,
.woocommerce-page ul.products li.product .product-categories a:hover{

color: #000 !important;

}
.columns-4 .woocommerce_with_sidebar ul.products li.product{

width: 33.333333%;

margin: 0;

outline: 1px solid #d9d9d9;

position: relative;

}
.columns-4 .woocommerce_with_sidebar ul.products li.product:nth-child(3n) .top-product-section:before{

display: none;

}
.columns-4 .woocommerce_with_sidebar ul.products li.product:before{

content: "";

position: absolute;

left: 0;

top: 0;

width: 100%;

height: 100%;

border: 2px solid #000;

opacity: 0;

visibility: hidden;

transition: all .5s cubic-bezier(.65, 0, .35, 1);

box-sizing: border-box;

z-index: 9999;

pointer-events: none;

}
.columns-4 .woocommerce_with_sidebar ul.products li.product:hover:before{

opacity: 1;

visibility: visible;

}
.woocommerce ul.products li.product h4,
.woocommerce ul.products li.product h6{

text-align: right;

padding: 0;

}
.woocommerce ul.products li.product .price{

text-align: right;

margin: 0;

}
.woocommerce ul.products li.product .product-categories,
.woocommerce-page ul.products li.product .product-categories{

text-align: right;

}
.woocommerce ul.products li.product .product-categories,
.woocommerce-page ul.products li.product .product-categories{

padding-left: 33px;

}
.woocommerce ul.products li.product a.product-category.product-info,
.woocommerce-page ul.products li.product a.product-category.product-info{

padding-left: 33px;

padding-bottom: 28px;

padding-top: 4px;

}
.woocommerce div.product .cart{

margin: 32px 0;

}
.related ul.products li.product{

outline: 1px solid #d9d9d9;

margin: 0 0 40px;

position: relative;

}
.woocommerce .related ul.products li.product:nth-child(4) .top-product-section:before{

display: none;

}
.woocommerce ul.products li.product .top-product-section{

padding: 64px 33px 19px;

box-sizing: border-box;

text-align: center;

}
.woocommerce ul.products li.product .add-to-cart-button-outer{

margin-left: 0;

width: auto;

left: 50%;

transform: translateX(-50%);

}
.woocommerce ul.products li.product .add-to-cart-button,
.woocommerce ul.products li.product .added_to_cart,
.woocommerce ul.products li.product a.qbutton.out-of-stock-button{

margin-left: 0;

}
.wc-block-product-categories-list .wc-block-product-categories-list-item,
aside.sidebar .wp-block-woocommerce-attribute-filter .wc-block-attribute-filter-list li{

margin: 0 0 8px;

}
.wc-block-product-categories-list .wc-block-product-categories-list-item:last-child{

margin: 0;

}
.wc-block-product-categories-list .wc-block-product-categories-list-item a,
.wp-block-woocommerce-attribute-filter .wc-block-attribute-filter-list .wc-block-components-checkbox .wc-block-components-checkbox__label{

transition: color .3s ease-out;

font-weight: 700;


color: #000;

font-size: 12px;

line-height: 1.16667em;

font-weight: 900;

background-repeat: no-repeat;

background-image: linear-gradient(transparent calc(100% - 2px), currentColor 2px);

padding: 0 0 2px;

background-size: 0 100%;

transition: .4s cubic-bezier(.33, .52, .05, .96);

}
.wc-block-product-categories-list .wc-block-product-categories-list-item a:hover,
.wp-block-woocommerce-attribute-filter .wc-block-attribute-filter-list .wc-block-components-checkbox .wc-block-components-checkbox__label:hover,
.wp-block-woocommerce-attribute-filter .wc-block-attribute-filter-list .wc-block-components-checkbox .wc-block-components-checkbox__input[type=checkbox]:checked~.wc-block-components-checkbox__label{

color: #000;

background-size: 100% 100%;

}
.cart-subtotal .amount,
.yith-wcwl-form .cart-subtotal .amount{

font-size: 17px;

font-weight: 700;

line-height: 24px;

color: #000;

}
.woocommerce .checkout table.shop_table thead tr th,
.woocommerce-page .checkout table.shop_table thead tr th,
.woocommerce-page div.woocommerce .shop_table th{


color: #000;

font-size: 12px;

line-height: 1.1666667em;

font-weight: 900;

letter-spacing: 0;

}
.woocommerce .checkout table.shop_table thead tr,
.woocommerce-page .checkout table.shop_table thead tr{

border: none;

}
.cart-subtotal .amount,
.yith-wcwl-form .cart-subtotal .amount{

font-size: 17px;

font-weight: 700;

line-height: 24px;

color: #000;

}

.woocommerce-pagination{

padding: 120px 0 70px;

}
.woocommerce-ordering .select2-container--default .select2-selection--single{

color: #000;

}
.widget_block .wc-block-product-categories{
margin-bottom: 21px;
}
.woocommerce ul.products li.product h4,
.woocommerce ul.products li.product h6{

margin-bottom: 10px;

}
.woocommerce-pagination ul.page-numbers li a,
.woocommerce-pagination ul.page-numbers li span{

width: 54px;

height: 48px;

line-height: 48px;

border: none;

border-radius: 2px;

font-size: 14px;



font-weight: 900;

color: #000;

margin: 0;

}
.woocommerce-pagination ul.page-numbers li a:hover,
.woocommerce-pagination ul.page-numbers li span.current{

background-color: #000;

color: #fff !important;

}
.woocommerce-pagination ul.page-numbers{

display: flex;

align-items: center;

justify-content: center;

}
.woocommerce-pagination ul.page-numbers li a.prev:hover,
.woocommerce-pagination ul.page-numbers li a.next:hover{

background-color: transparent;

color: #000 !important;

}
.woocommerce-pagination ul.page-numbers li a.prev,
.woocommerce-pagination ul.page-numbers li a.next{

font-size: 26px;

}
@media only screen and (max-width: 768px){
.columns-4 .woocommerce_with_sidebar ul.products li.product{

width: 50%;

}

}
@media only screen and (max-width: 480px){
.columns-4 .woocommerce_with_sidebar ul.products li.product{

width: 100%;

}

}
.woocommerce ul.products li.product .image-wrapper{

position: static;

}
.woocommerce ul.products li.product .add-to-cart-button{

opacity: 1;

visibility: visible;

}
.woocommerce ul.products li.product .top-product-section{

position: static;

}
.woocommerce ul.products li.product .add-to-cart-button-outer{

left: auto;

right: 0;

transform: none;

bottom: 16px;

top: auto;

}
.columns-4 .related ul.products li.product{

width: 25%;

}
@media only screen and (max-width: 768px){
.related ul.products li.product{

width: 50% !important;

margin: 0 !important
}

}
@media only screen and (max-width: 480px){
.woocommerce ul.products li.product .top-product-section:before{

display: none;

}

}
.woocommerce ul.products li.product:hover .image-wrapper img{

opacity: 1;

}
@media only screen and (max-width: 480px){
.related ul.products li.product{

width: 100% !important;

}

}
@media only screen and (max-width: 480px){
.woocommerce ul.products li.product:hover .add-to-cart-button,
.woocommerce ul.products li.product:hover .added_to_cart{


display: block;

opacity: 1;

height: auto;

}

}
@media only screen and (max-width: 480px){
.woocommerce-page .checkout table.shop_table thead tr th:last-child{

padding-left: 20px !important;

}

}
.woocommerce .woocommerce-ordering .select2-container--default{

width: 100% !important;

}
.woocommerce-result-count{



font-weight: 700;



color: #000;

font-size: 12px;

line-height: 1.1666667em;

font-weight: 900;

}


/* Migrated from: assets/css/legacy-child.css */
.home .hotline-phone-ring-wrap{
	display:none !important;
}


/* Migrated from: assets/css/phase1-stage3-system.css */



/* Migrated from: assets/css/phase1-stage7-content.css */
body.pezhinal-stage7-content.home .elementor-8564 > .e-con{
    width: 100%;
}
body.pezhinal-stage7-content.home .elementor-element-67b59cb{
    min-height: min(780px, 82vh);
}
body.pezhinal-stage7-content.home .elementor-element-67b59cb .elementor-slides-wrapper,
body.pezhinal-stage7-content.home .elementor-element-67b59cb .swiper-slide{
    min-height: min(780px, 82vh) !important;
}
body.pezhinal-stage7-content.home .elementor-element-e92c954,
body.pezhinal-stage7-content.home .elementor-element-29903ef0,
body.pezhinal-stage7-content.home .elementor-element-9fbb714,
body.pezhinal-stage7-content.home .pz-home-lifestyle-section{
    padding-inline: clamp(16px, 4vw, 64px);
}
body.pezhinal-stage7-content.home .elementor-element-e92c954{
    padding-top: var(--pz7-section-space);
    padding-bottom: clamp(22px, 4vw, 44px);
}
body.pezhinal-stage7-content.home .elementor-element-e92c954 .qodef-m-title{
    max-width: 820px;
    margin-inline: auto;
    text-align: center;
    font-size: clamp(25px, 3vw, 44px) !important;
}
body.pezhinal-stage7-content.home .elementor-element-29903ef0{
    padding-bottom: var(--pz7-section-space);
}
body.pezhinal-stage7-content.home .elementor-element-c81072d{
    display: none !important;
}
body.pezhinal-stage7-content.home .elementor-element-9fbb714{
    padding-block: clamp(32px, 5vw, 70px);
}
body.pezhinal-stage7-content.home .elementor-element-9fbb714 .qodef-grid-inner{
    align-items: stretch;
}
body.pezhinal-stage7-content.home .elementor-element-9fbb714 .qodef-e{
    min-height: 118px;
}
body.pezhinal-stage7-content.home .elementor-element-9fbb714 .qodef-e-inner,
body.pezhinal-stage7-content.home .elementor-element-9fbb714 .qodef-e-images-holder{
    height: 100%;
}
body.pezhinal-stage7-content.home .elementor-element-9fbb714 img{
    max-width: 170px;
    max-height: 72px;
    object-fit: contain;
}
body.pezhinal-stage7-content.home .pz-home-lifestyle-section{
    padding-block: clamp(32px, 5vw, 72px);
}
body.pezhinal-stage7-content.home .pz-home-lifestyle-section .qodef-e-inner-holder{
    overflow: hidden;
    border-radius: 14px;
}
body.pezhinal-stage7-content.home .pz-home-lifestyle-section img{
    width: 100%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
}
@media (max-width: 767px){
body.pezhinal-stage7-content.home .elementor-element-67b59cb,
body.pezhinal-stage7-content.home .elementor-element-67b59cb .elementor-slides-wrapper,
body.pezhinal-stage7-content.home .elementor-element-67b59cb .swiper-slide{
        min-height: 520px !important;
    }
body.pezhinal-stage7-content.home .elementor-element-e92c954,
body.pezhinal-stage7-content.home .elementor-element-29903ef0,
body.pezhinal-stage7-content.home .elementor-element-9fbb714,
body.pezhinal-stage7-content.home .pz-home-lifestyle-section{
        padding-inline: 14px;
    }

}


/* Migrated from: runtime/refinement-context/home.css delta */
body.pezhinal-refinement-2.home .qode-pl-holder .qode-pl-categories{
  display: block !important;
  float: none !important;
  width: 100% !important;
  margin: 0 0 22px !important;
  padding: 0 !important;
  overflow: visible !important;
}
body.pezhinal-refinement-2.home .qode-pl-holder .qode-pl-categories h6,
body.pezhinal-refinement-2.home .qode-pl-holder .qode-pl-categories-label{
  display: none !important;
}
body.pezhinal-refinement-2.home .qode-pl-holder .qode-pl-categories ul{
  display: flex !important;
  flex-wrap: wrap !important;
  justify-content: center !important;
  align-items: center !important;
  gap: 9px !important;
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
}
body.pezhinal-refinement-2.home .qode-pl-holder .qode-pl-categories li{
  display: block !important;
  float: none !important;
  margin: 0 !important;
  padding: 0 !important;
}
body.pezhinal-refinement-2.home .qode-pl-holder .qode-pl-categories a{
  display: inline-flex !important;
  min-height: 39px !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 8px 15px !important;
  color: var(--pz2-ink) !important;
  background: #fff !important;
  border: 1px solid var(--pz2-line) !important;
  border-radius: 999px !important;
  font-size: 13px !important;
  font-weight: 700 !important;
  line-height: 1.4 !important;
  white-space: nowrap !important;
  box-shadow: 0 4px 15px rgba(25, 21, 12, .04) !important;
  transition: color .2s ease, background-color .2s ease, border-color .2s ease, transform .2s ease !important;
}
body.pezhinal-refinement-2.home .qode-pl-holder .qode-pl-categories a:hover,
body.pezhinal-refinement-2.home .qode-pl-holder .qode-pl-categories li.qode-pl-current a{
  color: #fff !important;
  background: var(--pz2-ink) !important;
  border-color: var(--pz2-ink) !important;
  transform: translateY(-1px) !important;
}
body.pezhinal-refinement-2.home .qode-pl-holder,
body.pezhinal-refinement-2.home .qode-pl-outer{
  margin-bottom: 0 !important;
}
@media (max-width: 768px){
body.pezhinal-refinement-2.home .qode-pl-holder .qode-pl-categories{
    margin-bottom: 16px !important;
    overflow-x: auto !important;
    scrollbar-width: none !important;
  }
body.pezhinal-refinement-2.home .qode-pl-holder .qode-pl-categories::-webkit-scrollbar{ display: none !important; }
body.pezhinal-refinement-2.home .qode-pl-holder .qode-pl-categories ul{
    width: max-content !important;
    min-width: 100% !important;
    flex-wrap: nowrap !important;
    justify-content: flex-start !important;
    padding: 0 14px 4px !important;
  }
body.pezhinal-refinement-2.home .qode-pl-holder .qode-pl-categories a{
    min-height: 37px !important;
    padding: 7px 13px !important;
    font-size: 12px !important;
  }

}

body.home.pezhinal-refinement .qode-pl-holder .qode-pl-outer{
    display: grid !important;
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    gap: clamp(15px, 2vw, 25px) !important;
    width: 100% !important;
    margin: 0 !important;
}
body.home.pezhinal-refinement .qode-pl-holder{
    width: min(1380px, calc(100% - 48px)) !important;
    margin-inline: auto !important;
}
body.home.pezhinal-refinement .qode-pl-holder .qode-pl-categories,body.home.pezhinal-refinement .qode-pl-holder .qode-prl-loading{
    display: none !important;
}
body.home.pezhinal-refinement .qode-pl-holder .qode-pli{
    position: relative !important;
    display: flex !important;
    float: none !important;
    width: auto !important;
    min-width: 0 !important;
    height: 100% !important;
    flex-direction: column !important;
    margin: 0 !important;
    overflow: hidden !important;
    border: 1px solid var(--pz-r-line) !important;
    border-radius: var(--pz-r-radius) !important;
    background: #fff !important;
    box-shadow: 0 7px 24px rgba(25, 22, 17, .045) !important;
    transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease !important;
}
body.home.pezhinal-refinement .qode-pl-holder .qode-pli:hover{
    border-color: rgba(181, 138, 58, .55) !important;
    box-shadow: 0 14px 34px rgba(25, 22, 17, .09) !important;
    transform: translateY(-3px) !important;
}
body.home.pezhinal-refinement .qode-pl-holder .qode-pli-inner{
    position: relative !important;
    width: 100% !important;
    aspect-ratio: 1 / 1 !important;
    min-height: 0 !important;
    overflow: hidden !important;
    border: 0 !important;
    border-bottom: 1px solid var(--pz-r-line) !important;
    border-radius: 0 !important;
    background: #f5f3f0 !important;
}
body.home.pezhinal-refinement .qode-pl-holder .qode-pli-image,body.home.pezhinal-refinement .qode-pl-holder .qode-pli-image img{
    width: 100% !important;
    height: 100% !important;
}
body.home.pezhinal-refinement .qode-pl-holder .qode-pli-image img{
    display: block !important;
    width: 100% !important;
    height: 100% !important;
    margin: 0 !important;
    padding: clamp(10px, 1.35vw, 19px) !important;
    border: 0 !important;
    background: transparent !important;
    object-fit: contain !important;
    object-position: center !important;
    opacity: 1 !important;
    transform: none !important;
    transition: transform .22s ease !important;
}
body.home.pezhinal-refinement .qode-pl-holder .qode-pli:hover .qode-pli-image img{
    opacity: 1 !important;
    transform: scale(1.025) !important;
}
body.home.pezhinal-refinement .qode-pl-holder .qode-pli-text-wrapper{
    display: flex !important;
    min-height: 118px !important;
    flex: 1 1 auto !important;
    flex-direction: column !important;
    align-items: stretch !important;
    padding: 14px 15px 16px !important;
    background: #fff !important;
    text-align: right !important;
}
body.home.pezhinal-refinement .qode-pl-holder .qode-pli-text,body.home.pezhinal-refinement .qode-pl-holder .qode-pli-link{
    position: absolute !important;
    inset: 0 !important;
}
body.home.pezhinal-refinement .qode-pl-holder .qode-pli-text{
    display: none !important;
}
body.home.pezhinal-refinement .qode-pl-holder .qode-pli-title{
    display: -webkit-box !important;
    min-height: 3.35em !important;
    max-height: 3.35em !important;
    margin: 0 0 10px !important;
    overflow: hidden !important;
    color: var(--pz-r-ink) !important;
    font-size: 12px !important;
    font-weight: 800 !important;
    line-height: 1.68 !important;
    text-align: right !important;
    -webkit-box-orient: vertical !important;
    -webkit-line-clamp: 2 !important;
}
body.home.pezhinal-refinement .qode-pl-holder .qode-pli-title a{
    color: inherit !important;
}
body.home.pezhinal-refinement .qode-pl-holder .qode-pli-price{
    display: flex !important;
    min-height: 25px !important;
    align-items: center !important;
    margin-top: auto !important;
    color: var(--pz-r-gold-dark) !important;
    font-size: 12.5px !important;
    font-weight: 900 !important;
    line-height: 1.5 !important;
}
body.home.pezhinal-refinement .qode-pl-holder .qode-pli-add-to-cart{
    display: block !important;
    margin: 10px 0 0 !important;
    opacity: 1 !important;
    visibility: visible !important;
}
body.home.pezhinal-refinement .qode-pl-holder .qode-pli-add-to-cart .qode-button{
    display: inline-flex !important;
    width: 100% !important;
    min-height: 39px !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 7px 10px !important;
    border: 1px solid var(--pz-r-ink) !important;
    border-radius: 9px !important;
    background: var(--pz-r-ink) !important;
    color: #fff !important;
    font-size: 10.5px !important;
    font-weight: 900 !important;
}
@media (max-width: 1199px){
body.home.pezhinal-refinement .qode-pl-holder .qode-pl-outer{
        grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    }

}
@media (max-width: 767px){
body.home.pezhinal-refinement .qode-pl-holder .qode-pl-outer{
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        gap: 10px !important;
    }
body.home.pezhinal-refinement .qode-pl-holder{
        width: calc(100% - 20px) !important;
    }
body.home.pezhinal-refinement .qode-pl-holder .qode-pli-text-wrapper{
        min-height: 106px !important;
        padding: 11px 10px 12px !important;
    }
body.home.pezhinal-refinement .qode-pl-holder .qode-pli-title{
        font-size: 10.7px !important;
        line-height: 1.72 !important;
    }
body.home.pezhinal-refinement .qode-pl-holder .qode-pli-price{
        font-size: 10.8px !important;
    }
body.home.pezhinal-refinement .qode-pl-holder .qode-pli-add-to-cart .qode-button{
        min-height: 36px !important;
        font-size: 9.5px !important;
    }

}
body.pezhinal-refinement-2.home .qode-pl-holder .qode-pl-categories{
  display: block !important;
  float: none !important;
  width: 100% !important;
  margin: 0 0 22px !important;
  padding: 0 !important;
  overflow: visible !important;
}
body.pezhinal-refinement-2.home .qode-pl-holder .qode-pl-categories h6,body.pezhinal-refinement-2.home .qode-pl-holder .qode-pl-categories-label{
  display: none !important;
}
body.pezhinal-refinement-2.home .qode-pl-holder .qode-pl-categories ul{
  display: flex !important;
  flex-wrap: wrap !important;
  justify-content: center !important;
  align-items: center !important;
  gap: 9px !important;
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
}
body.pezhinal-refinement-2.home .qode-pl-holder .qode-pl-categories li{
  display: block !important;
  float: none !important;
  margin: 0 !important;
  padding: 0 !important;
}
body.pezhinal-refinement-2.home .qode-pl-holder .qode-pl-categories a{
  display: inline-flex !important;
  min-height: 39px !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 8px 15px !important;
  color: var(--pz2-ink) !important;
  background: #fff !important;
  border: 1px solid var(--pz2-line) !important;
  border-radius: 999px !important;
  font-size: 13px !important;
  font-weight: 700 !important;
  line-height: 1.4 !important;
  white-space: nowrap !important;
  box-shadow: 0 4px 15px rgba(25, 21, 12, .04) !important;
  transition: color .2s ease, background-color .2s ease, border-color .2s ease, transform .2s ease !important;
}
body.pezhinal-refinement-2.home .qode-pl-holder .qode-pl-categories a:hover,body.pezhinal-refinement-2.home .qode-pl-holder .qode-pl-categories li.qode-pl-current a{
  color: #fff !important;
  background: var(--pz2-ink) !important;
  border-color: var(--pz2-ink) !important;
  transform: translateY(-1px) !important;
}
body.pezhinal-refinement-2.home .qode-pl-holder,body.pezhinal-refinement-2.home .qode-pl-outer{
  margin-bottom: 0 !important;
}
@media (max-width: 768px){
body.pezhinal-refinement-2.home .qode-pl-holder .qode-pl-categories{
    margin-bottom: 16px !important;
    overflow-x: auto !important;
    scrollbar-width: none !important;
  }
body.pezhinal-refinement-2.home .qode-pl-holder .qode-pl-categories::-webkit-scrollbar{ display: none !important; }
body.pezhinal-refinement-2.home .qode-pl-holder .qode-pl-categories ul{
    width: max-content !important;
    min-width: 100% !important;
    flex-wrap: nowrap !important;
    justify-content: flex-start !important;
    padding: 0 14px 4px !important;
  }
body.pezhinal-refinement-2.home .qode-pl-holder .qode-pl-categories a{
    min-height: 37px !important;
    padding: 7px 13px !important;
    font-size: 12px !important;
  }

}





























@media (max-width: 1024px){
html:has(body.pz-header-home-sync:not(.home)),body.pz-header-home-sync:not(.home){
    overflow-x: hidden !important;
  }
body.pz-header-home-sync:not(.home) > .pz-mobile-menu-portal{
    position: fixed !important;
    inset: 84px 12px auto 12px !important;
    top: 84px !important;
    right: 12px !important;
    bottom: auto !important;
    left: 12px !important;
    width: auto !important;
    min-width: 0 !important;
    max-width: none !important;
    height: auto !important;
    max-height: calc(100dvh - 96px) !important;
    margin: 0 !important;
    padding: 10px !important;
    overflow-x: hidden !important;
    overflow-y: auto !important;
    box-sizing: border-box !important;
    z-index: 2147483000 !important;
    float: none !important;
    border: 1px solid #e4d7bf !important;
    border-radius: 17px !important;
    background: rgba(255,253,249,.995) !important;
    box-shadow: 0 18px 42px rgba(42,29,8,.16) !important;
    transform: none !important;
    transform-origin: top center !important;
  }
body.pz-header-home-sync:not(.home) > .pz-mobile-menu-portal[aria-hidden="true"],body.pz-header-home-sync:not(.home) > .pz-mobile-menu-portal:not(.is-pz-mobile-menu-open){
    display: none !important;
    opacity: 0 !important;
    visibility: hidden !important;
    pointer-events: none !important;
  }
body.pz-header-home-sync:not(.home) > .pz-mobile-menu-portal[aria-hidden="false"].is-pz-mobile-menu-open{
    display: block !important;
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto !important;
  }
body.pz-header-home-sync:not(.home) > .pz-mobile-menu-portal > ul.elementor-nav-menu{
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) !important;
    gap: 5px !important;
    width: 100% !important;
    min-width: 0 !important;
    max-width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    list-style: none !important;
    transform: none !important;
  }
body.pz-header-home-sync:not(.home) > .pz-mobile-menu-portal > ul.elementor-nav-menu > li.menu-item{
    position: static !important;
    display: block !important;
    float: none !important;
    clear: both !important;
    width: 100% !important;
    min-width: 0 !important;
    max-width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    transform: none !important;
  }
body.pz-header-home-sync:not(.home) > .pz-mobile-menu-portal .menu-item-10365 > .sub-menu{
    position: static !important;
    inset: auto !important;
    float: none !important;
    width: 100% !important;
    min-width: 0 !important;
    max-width: 100% !important;
    transform: translateY(-5px) !important;
  }
body.pz-header-home-sync:not(.home) > .pz-mobile-menu-portal .menu-item-10365.pz-submenu-open > .sub-menu{
    transform: translateY(0) !important;
  }

}
@media (max-width: 1024px){
body.pz-header-home-sync:not(.home) > .pz-mobile-menu-portal .menu-item > a{
    min-height: 46px !important;
    margin: 0 !important;
    padding: 9px 12px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 10px !important;
    border: 0 !important;
    border-radius: 11px !important;
    background: transparent !important;
    color: #25231f !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    line-height: 1.4 !important;
    text-align: right !important;
    text-decoration: none !important;
  }
body.pz-header-home-sync:not(.home) > .pz-mobile-menu-portal .menu-item.current-menu-item > a,body.pz-header-home-sync:not(.home) > .pz-mobile-menu-portal .current-menu-ancestor > a,body.pz-header-home-sync:not(.home) > .pz-mobile-menu-portal .current-menu-parent > a{
    background: #f7f2e9 !important;
    color: #8a6118 !important;
  }
body.pz-header-home-sync:not(.home) > .pz-mobile-menu-portal .menu-item-10365 > a{
    border: 1px solid #e5d8c1 !important;
    background: #fbf8f2 !important;
  }
body.pz-header-home-sync:not(.home) > .pz-mobile-menu-portal .menu-item-10365 .pz-menu-chevron{
    display: none !important;
  }
body.pz-header-home-sync:not(.home) > .pz-mobile-menu-portal .menu-item-10365 > a .sub-arrow{
    position: static !important;
    width: 32px !important;
    min-width: 32px !important;
    height: 32px !important;
    margin: 0 auto 0 0 !important;
    padding: 0 !important;
    display: grid !important;
    place-items: center !important;
    border: 1px solid #decda9 !important;
    border-radius: 9px !important;
    background: #fffaf0 !important;
    color: #7a5615 !important;
    transform: none !important;
  }
body.pz-header-home-sync:not(.home) > .pz-mobile-menu-portal .menu-item-10365 > a .sub-arrow svg{
    width: 12px !important;
    height: 12px !important;
    margin: 0 !important;
    transition: transform .24s ease !important;
  }
body.pz-header-home-sync:not(.home) > .pz-mobile-menu-portal .menu-item-10365.pz-submenu-open > a .sub-arrow svg{
    transform: rotate(180deg) !important;
  }
body.pz-header-home-sync:not(.home) > .pz-mobile-menu-portal .menu-item-10365 > .sub-menu{
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 6px !important;
    max-height: 0 !important;
    margin: 0 !important;
    padding: 0 4px !important;
    overflow: hidden !important;
    opacity: 0 !important;
    visibility: hidden !important;
    pointer-events: none !important;
    border: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    transition: max-height .28s ease, opacity .2s ease, transform .24s ease, padding .28s ease, margin .28s ease, visibility 0s linear .28s !important;
  }
body.pz-header-home-sync:not(.home) > .pz-mobile-menu-portal .menu-item-10365.pz-submenu-open > .sub-menu{
    max-height: 330px !important;
    margin: 6px 0 1px !important;
    padding: 4px !important;
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto !important;
    transition: max-height .28s ease, opacity .2s ease, transform .24s ease, padding .28s ease, margin .28s ease, visibility 0s linear 0s !important;
  }
body.pz-header-home-sync:not(.home) > .pz-mobile-menu-portal .menu-item-10365 > .sub-menu > li{
    position: static !important;
    display: block !important;
    float: none !important;
    clear: none !important;
    width: auto !important;
    min-width: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
  }
body.pz-header-home-sync:not(.home) > .pz-mobile-menu-portal .menu-item-10365 > .sub-menu > li > a{
    min-height: 38px !important;
    margin: 0 !important;
    padding: 7px 8px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    border: 1px solid #eee4d3 !important;
    border-radius: 9px !important;
    background: #fff !important;
    color: #33302a !important;
    font-size: 11.5px !important;
    font-weight: 700 !important;
    line-height: 1.5 !important;
    text-align: center !important;
  }

}


/* Migrated from: assets/css/pezhinal-global-shell.css */




































/* Canonical Home page rules (pre-V3 content preserved below). */
/* PEZHINAL HOME — CANONICAL SOURCE OF TRUTH V2
   This is the only editable homepage stylesheet. */

/* ==========================================================================
   PEZHINAL HOME — CONSOLIDATED STAGE 4
   Homepage content base plus the approved responsive/product-grid lock.
   Loaded only on the front page, after the shared global shell.
   ========================================================================== */

body.home.pezhinal-refinement-4 [data-id="be7a8e0"]{
  width: 100% !important;
  align-items: center !important;
  justify-content: center !important;
}body.home.pezhinal-refinement-4 [data-id="cac50a2"]{
  width: 100% !important;
  display: block !important;
  text-align: initial !important;
}body.home.pezhinal-refinement-4 .pz-video-card-v4, body.home.pezhinal-refinement-4 [data-id="cac50a2"] .qode_video_box{
  display: block !important;
  width: min(1320px, calc(100% - 48px)) !important;
  max-width: 1320px !important;
  margin: 18px auto !important;
  inset: auto !important;
  float: none !important;
  transform: none !important;
}body.home.pezhinal-refinement-4 [data-id="9fbb714"]{
  padding-inline: 0 !important;
  align-items: stretch !important;
}body.home.pezhinal-refinement-4 .qode-pl-holder .qode-pli.pz-product-card-v4 .qode-pli-text-wrapper{
  grid-template-rows: minmax(48px, auto) 1fr auto !important;
  align-content: stretch !important;
  overflow: hidden !important;
  background: #fff !important;
}body.home.pezhinal-refinement-4 .qode-pl-holder .qode-pli.pz-product-card-v4 .qode-pli-title, body.home.pezhinal-refinement-4 .qode-pl-holder .qode-pli.pz-product-card-v4 .qode-pli-title a{
  position: static !important;
  z-index: 2 !important;
  width: 100% !important;
  display: -webkit-box !important;
  overflow: hidden !important;
  -webkit-box-orient: vertical !important;
  color: #201f1c !important;
  transform: none !important;
}body.home.pezhinal-refinement-4 .qode-pl-holder .qode-pli.pz-product-card-v4 .qode-pli-price{
  position: static !important;
  z-index: 3 !important;
  grid-row: 3 !important;
  width: 100% !important;
  padding-top: 7px !important;
  overflow: hidden !important;
  border-top: 1px solid #f0eadf !important;
  background: #fff !important;
  align-self: end !important;
  transform: none !important;
}@media (max-width: 767px) {body.home.pezhinal-refinement-4 .pz-video-card-v4, body.home.pezhinal-refinement-4 [data-id="cac50a2"] .qode_video_box{
    width: calc(100% - 20px) !important;
    margin: 14px auto !important;
  }body.home.pezhinal-refinement-4 [data-id="9fbb714"]{
    width: calc(100% - 20px) !important;
  }body.home.pezhinal-refinement-4 .qode-pl-holder .qode-pli.pz-product-card-v4 .qode-pli-text-wrapper{
    grid-template-rows: minmax(58px, auto) 1fr auto !important;
    gap: 5px !important;
  }body.home.pezhinal-refinement-4 .qode-pl-holder .qode-pli.pz-product-card-v4 .qode-pli-price{
    padding-top: 6px !important;
    white-space: nowrap !important;
  }}body.home.pezhinal-refinement-4 [data-id="29903ef0"], body.home.pezhinal-refinement-4 [data-id="372e2abe"], body.home.pezhinal-refinement-4 [data-id="372e2abe"] > .elementor-widget-container, body.home.pezhinal-refinement-4 .qode-pl-holder{
  width: min(1320px, calc(100% - 48px)) !important;
  max-width: 1320px !important;
  margin-inline: auto !important;
}body.home.pezhinal-refinement-4 .qode-pl-holder .qode-pl-outer{
  width: 100% !important;
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 24px !important;
  margin: 0 !important;
}body.home.pezhinal-refinement-4 .qode-pl-holder .qode-pli, body.home.pezhinal-refinement-4 .qode-pl-holder .qode-pli.pz-product-card-v4{
  width: auto !important;
  min-width: 0 !important;
  float: none !important;
  margin: 0 !important;
  display: flex !important;
  flex-direction: column !important;
  overflow: hidden !important;
  border-radius: 17px !important;
  background: #fff !important;
  box-shadow: 0 9px 24px rgba(25,20,10,.045) !important;
  transition: transform .22s ease, border-color .22s ease, box-shadow .22s ease !important;
}body.home.pezhinal-refinement-4 .qode-pl-holder .qode-pli:hover{
  transform: translateY(-3px) !important;
  border-color: #cba258 !important;
  box-shadow: 0 14px 32px rgba(32,23,8,.09) !important;
}body.home.pezhinal-refinement-4 .qode-pl-holder .qode-pli-inner, body.home.pezhinal-refinement-4 .qode-pl-holder .qode-pli-image, body.home.pezhinal-refinement-4 .qode-pl-holder .qode-pli-image > a{
  width: 100% !important;
  display: block !important;
}body.home.pezhinal-refinement-4 .qode-pl-holder .qode-pli-image{
  aspect-ratio: 1 / 1 !important;
  overflow: hidden !important;
  border-bottom: 1px solid #e5e0d7 !important;
  background: #f2f1f5 !important;
}body.home.pezhinal-refinement-4 .qode-pl-holder .qode-pli-image img{
  display: block !important;
  background: #f2f1f5 !important;
}body.home.pezhinal-refinement-4 .qode-pl-holder .qode-pli-text-wrapper, body.home.pezhinal-refinement-4 .qode-pl-holder .qode-pli.pz-product-card-v4 .qode-pli-text-wrapper{
  position: relative !important;
  width: 100% !important;
  min-height: 117px !important;
  height: 117px !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: stretch !important;
  justify-content: flex-start !important;
  gap: 0 !important;
  padding: 14px 16px 13px !important;
  overflow: hidden !important;
  background: #fff !important;
}body.home.pezhinal-refinement-4 .qode-pl-holder .qode-pli-title, body.home.pezhinal-refinement-4 .qode-pl-holder .qode-pli-title a, body.home.pezhinal-refinement-4 .qode-pl-holder .pz-product-card-title{
  position: static !important;
  inset: auto !important;
  width: 100% !important;
  min-height: 40.2px !important;
  max-height: 40.2px !important;
  margin: 0 !important;
  padding: 0 !important;
  display: -webkit-box !important;
  overflow: hidden !important;
  -webkit-box-orient: vertical !important;
  -webkit-line-clamp: 2 !important;
  color: #181715 !important;
  font-size: 12px !important;
  font-weight: 760 !important;
  line-height: 1.68 !important;
  text-align: right !important;
  transform: none !important;
}body.home.pezhinal-refinement-4 .qode-pl-holder .qode-pli-price, body.home.pezhinal-refinement-4 .qode-pl-holder .pz-product-card-price{
  position: static !important;
  inset: auto !important;
  width: 100% !important;
  min-height: 25px !important;
  margin: auto 0 0 !important;
  padding: 0 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: flex-start !important;
  gap: 5px !important;
  overflow: hidden !important;
  color: #87631f !important;
  font-size: 12.5px !important;
  font-weight: 760 !important;
  line-height: 1.5 !important;
  white-space: nowrap !important;
  transform: none !important;
}body.home.pezhinal-refinement-4 [data-id="9fbb714"]{
  width: min(1320px, calc(100% - 48px)) !important;
  max-width: 1320px !important;
  margin-inline: auto !important;
}@media (max-width: 767px) {body.home.pezhinal-refinement-4 [data-id="29903ef0"], body.home.pezhinal-refinement-4 [data-id="372e2abe"], body.home.pezhinal-refinement-4 [data-id="372e2abe"] > .elementor-widget-container, body.home.pezhinal-refinement-4 .qode-pl-holder, body.home.pezhinal-refinement-4 [data-id="9fbb714"]{
    width: calc(100% - 20px) !important;
  }body.home.pezhinal-refinement-4 .qode-pl-holder .qode-pl-outer{
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 8px !important;
  }body.home.pezhinal-refinement-4 .qode-pl-holder .qode-pl-categories{
    margin-bottom: 12px !important;
  }body.home.pezhinal-refinement-4 .qode-pl-holder .qode-pli-text-wrapper, body.home.pezhinal-refinement-4 .qode-pl-holder .qode-pli.pz-product-card-v4 .qode-pli-text-wrapper{
    min-height: 108px !important;
    height: 108px !important;
    padding: 10px 9px 9px !important;
  }body.home.pezhinal-refinement-4 .qode-pl-holder .qode-pli-title, body.home.pezhinal-refinement-4 .qode-pl-holder .qode-pli-title a, body.home.pezhinal-refinement-4 .qode-pl-holder .pz-product-card-title{
    min-height: 37px !important;
    max-height: 37px !important;
    font-size: 10.7px !important;
    line-height: 1.72 !important;
  }body.home.pezhinal-refinement-4 .qode-pl-holder .qode-pli-price, body.home.pezhinal-refinement-4 .qode-pl-holder .pz-product-card-price{
    min-height: 22px !important;
    font-size: 9.8px !important;
  }}body.home.pezhinal-refinement-4 [data-id="29903ef0"]{
  width: min(1320px, calc(100% - 48px)) !important;
  max-width: 1320px !important;
  margin-inline: auto !important;
  padding: 50px 0 96px !important;
}body.home.pezhinal-refinement-4 [data-id="372e2abe"], body.home.pezhinal-refinement-4 [data-id="372e2abe"] > .elementor-widget-container, body.home.pezhinal-refinement-4 .qode-pl-holder{
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
}body.home.pezhinal-refinement-4 .qode-pl-holder .qode-pli.pz-product-card-v4 .qode-pli-text-wrapper{
  min-height: 117px !important;
  height: 117px !important;
  display: flex !important;
  flex-direction: column !important;
  gap: 0 !important;
  padding: 14px 16px 13px !important;
}body.home.pezhinal-refinement-4 .qode-pl-holder .qode-pli.pz-product-card-v4 .qode-pli-title, body.home.pezhinal-refinement-4 .qode-pl-holder .qode-pli.pz-product-card-v4 .qode-pli-title a{
  min-height: 40.2px !important;
  max-height: 40.2px !important;
  margin: 0 !important;
  font-size: 12px !important;
  line-height: 1.68 !important;
  -webkit-line-clamp: 2 !important;
}body.home.pezhinal-refinement-4 .qode-pl-holder .qode-pli.pz-product-card-v4 .qode-pli-price{
  min-height: 25px !important;
  margin: auto 0 0 !important;
  padding: 0 !important;
  font-size: 12.5px !important;
  line-height: 1.5 !important;
}@media (max-width: 767px) {body.home.pezhinal-refinement-4 [data-id="29903ef0"]{
    width: calc(100% - 20px) !important;
    padding: 44px 0 62px !important;
  }body.home.pezhinal-refinement-4 .qode-pl-holder .qode-pli.pz-product-card-v4 .qode-pli-text-wrapper{
    min-height: 108px !important;
    height: 108px !important;
    padding: 10px 9px 9px !important;
  }body.home.pezhinal-refinement-4 .qode-pl-holder .qode-pli.pz-product-card-v4 .qode-pli-title, body.home.pezhinal-refinement-4 .qode-pl-holder .qode-pli.pz-product-card-v4 .qode-pli-title a{
    min-height: 37px !important;
    max-height: 37px !important;
    font-size: 10.7px !important;
    line-height: 1.72 !important;
    -webkit-line-clamp: 2 !important;
  }body.home.pezhinal-refinement-4 .qode-pl-holder .qode-pli.pz-product-card-v4 .qode-pli-price{
    min-height: 22px !important;
    margin: auto 0 0 !important;
    padding: 0 !important;
    font-size: 9.8px !important;
  }}body.home.pezhinal-refinement-4 .qode-pl-holder .qode-pl-categories, body.home.pezhinal-refinement-4 .qode-pl-holder .pz-size-strip{
  width: 100% !important;
  max-width: 1320px !important;
  margin: 0 auto 18px !important;
  padding: 2px 14px 7px !important;
  direction: rtl !important;
  overflow-x: auto !important;
  overflow-y: hidden !important;
  scrollbar-width: none !important;
  -webkit-overflow-scrolling: touch !important;
}body.home.pezhinal-refinement-4 .qode-pl-holder .qode-pl-categories::-webkit-scrollbar, body.home.pezhinal-refinement-4 .qode-pl-holder .pz-size-strip::-webkit-scrollbar{
  display: none !important;
}body.home.pezhinal-refinement-4 .qode-pl-holder .qode-pl-categories > ul{
  width: max-content !important;
  min-width: 0 !important;
  max-width: none !important;
  margin: 0 auto !important;
  padding: 0 !important;
  display: flex !important;
  flex-flow: row nowrap !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 10px !important;
  list-style: none !important;
}body.home.pezhinal-refinement-4 .qode-pl-holder .qode-pl-categories li{
  width: auto !important;
  flex: 0 0 auto !important;
  margin: 0 !important;
  padding: 0 !important;
}body.home.pezhinal-refinement-4 .qode-pl-holder .qode-pl-categories a{
  width: auto !important;
  min-width: 84px !important;
  min-height: 46px !important;
  padding: 9px 18px !important;
  display: grid !important;
  place-items: center !important;
  white-space: nowrap !important;
  border: 1px solid #dfd1ba !important;
  border-radius: 13px !important;
  background: #fff !important;
  color: #22201d !important;
  font-size: 14px !important;
  font-weight: 760 !important;
  line-height: 1 !important;
  box-shadow: none !important;
  transition: border-color .2s ease, background-color .2s ease, color .2s ease, transform .2s ease !important;
}body.home.pezhinal-refinement-4 .qode-pl-holder .qode-pl-categories a:hover, body.home.pezhinal-refinement-4 .qode-pl-holder .qode-pl-categories li.qode-pl-current > a, body.home.pezhinal-refinement-4 .qode-pl-holder .qode-pl-categories a.qode-pl-current{
  border-color: #b8872d !important;
  background: #fff8ea !important;
  color: #765111 !important;
  transform: translateY(-1px) !important;
}body.home.pezhinal-refinement-4 .qode-pl-holder .qode-pli-image, body.home.pezhinal-refinement-4 .qode-pl-holder .qode-pli-image > a{
  position: relative !important;
  overflow: hidden !important;
}body.home.pezhinal-refinement-4 .qode-pl-holder .qode-pli-image img{
  width: 100% !important;
  height: 100% !important;
  object-fit: contain !important;
  object-position: center !important;
  transition: transform .24s ease, opacity .2s ease, filter .2s ease !important;
  will-change: transform !important;
}body.home.pezhinal-refinement-4 .qode-pl-holder .qode-pli:not(.pz-product-card-sold):hover .qode-pli-image img{
  transform: scale(1.17) !important;
}body.home.pezhinal-refinement-4 .qode-pl-holder .qode-pli, body.home.pezhinal-refinement-4 .qode-pl-holder .qode-pli.pz-product-card-v4{
  border-color: #ddd8cf !important;
}body.home.pezhinal-refinement-4 .qode-pl-holder .qode-pli:hover, body.home.pezhinal-refinement-4 .qode-pl-holder .qode-pli.pz-product-card-v4:hover{
  border-color: #b8872d !important;
  box-shadow: 0 14px 32px rgba(71, 48, 8, .10) !important;
}body.home.pezhinal-refinement-4 .qode-pl-holder .qode-pli.pz-product-card-sold, body.home.pezhinal-refinement-4 .qode-pl-holder .qode-pli.outofstock, body.home.pezhinal-refinement-4 .qode-pl-holder .qode-pli.pz-is-sold{
  opacity: 1 !important;
  filter: none !important;
}body.home.pezhinal-refinement-4 .qode-pl-holder .qode-pli.pz-product-card-sold .qode-pli-image img, body.home.pezhinal-refinement-4 .qode-pl-holder .qode-pli.outofstock .qode-pli-image img, body.home.pezhinal-refinement-4 .qode-pl-holder .qode-pli.pz-is-sold .qode-pli-image img{
  opacity: .48 !important;
  filter: grayscale(.28) saturate(.58) !important;
}body.home.pezhinal-refinement-4 .qode-pl-holder .pz-home-sold-badge{
  position: absolute !important;
  z-index: 4 !important;
  top: 12px !important;
  right: 12px !important;
  width: auto !important;
  min-height: 30px !important;
  padding: 6px 10px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  border: 1px solid #e8cfd0 !important;
  border-radius: 999px !important;
  background: rgba(255, 250, 250, .94) !important;
  color: #a65d60 !important;
  font-size: 11px !important;
  font-weight: 760 !important;
  line-height: 1 !important;
  box-shadow: 0 5px 16px rgba(70, 32, 34, .08) !important;
  pointer-events: none !important;
}body.home.pezhinal-refinement-4 .qode-pl-holder .pz-home-unavailable-price, body.home.pezhinal-refinement-4 .qode-pl-holder .qode-pli.pz-product-card-sold .qode-pli-price, body.home.pezhinal-refinement-4 .qode-pl-holder .qode-pli.outofstock .qode-pli-price, body.home.pezhinal-refinement-4 .qode-pl-holder .qode-pli.pz-is-sold .qode-pli-price{
  color: #9a6b1b !important;
  font-weight: 780 !important;
  opacity: 1 !important;
}body.home.pezhinal-refinement-4 .qode-pl-holder .qode-pli.pz-product-card-sold .qode-pli-title, body.home.pezhinal-refinement-4 .qode-pl-holder .qode-pli.outofstock .qode-pli-title, body.home.pezhinal-refinement-4 .qode-pl-holder .qode-pli.pz-is-sold .qode-pli-title{
  color: #6d6962 !important;
}@media (max-width: 767px) {body.home.pezhinal-refinement-4 .qode-pl-holder .qode-pl-categories, body.home.pezhinal-refinement-4 .qode-pl-holder .pz-size-strip{
    width: 100% !important;
    margin-bottom: 12px !important;
    padding: 2px 10px 7px !important;
    scroll-padding-inline: 10px !important;
  }body.home.pezhinal-refinement-4 .qode-pl-holder .qode-pl-categories > ul{
    width: max-content !important;
    min-width: max-content !important;
    margin: 0 !important;
    justify-content: flex-start !important;
    gap: 7px !important;
  }body.home.pezhinal-refinement-4 .qode-pl-holder .qode-pl-categories a{
    min-width: 70px !important;
    min-height: 40px !important;
    padding: 7px 12px !important;
    border-radius: 11px !important;
    font-size: 11.5px !important;
  }body.home.pezhinal-refinement-4 .qode-pl-holder .qode-pli:not(.pz-product-card-sold):hover .qode-pli-image img{
    transform: scale(1.12) !important;
  }body.home.pezhinal-refinement-4 .qode-pl-holder .pz-home-sold-badge{
    top: 9px !important;
    right: 9px !important;
    min-height: 26px !important;
    padding: 5px 8px !important;
    font-size: 9.5px !important;
  }}body.home.pezhinal-refinement-4 .qode-pl-holder .qode-pl-categories.pz-size-strip{
  width: fit-content !important;
  max-width: 100% !important;
  min-height: 0 !important;
  margin: 0 auto 15px !important;
  padding: 0 2px 3px !important;
  display: block !important;
  overflow-x: auto !important;
  overflow-y: hidden !important;
  direction: rtl !important;
  scrollbar-width: none !important;
  -webkit-overflow-scrolling: touch !important;
}body.home.pezhinal-refinement-4 .qode-pl-holder .qode-pl-categories.pz-size-strip::-webkit-scrollbar{
  display: none !important;
}body.home.pezhinal-refinement-4 .qode-pl-holder .qode-pl-categories.pz-size-strip > ul{
  width: max-content !important;
  min-width: 0 !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
  display: flex !important;
  flex-flow: row nowrap !important;
  align-items: center !important;
  justify-content: flex-start !important;
  gap: 8px !important;
  list-style: none !important;
}body.home.pezhinal-refinement-4 .qode-pl-holder .qode-pl-categories.pz-size-strip li{
  flex: 0 0 auto !important;
  width: auto !important;
  margin: 0 !important;
  padding: 0 !important;
}body.home.pezhinal-refinement-4 .qode-pl-holder .qode-pl-categories.pz-size-strip li > a{
  width: auto !important;
  min-width: 82px !important;
  min-height: 43px !important;
  margin: 0 !important;
  padding: 8px 14px !important;
  display: grid !important;
  place-items: center !important;
  border: 1px solid #dfd1ba !important;
  border-radius: 12px !important;
  background: #fff !important;
  box-shadow: none !important;
  color: #24211d !important;
  font-size: 13.5px !important;
  font-weight: 760 !important;
  line-height: 1 !important;
  white-space: nowrap !important;
}body.home.pezhinal-refinement-4 .qode-pl-holder .qode-pl-categories.pz-size-strip li > a:hover, body.home.pezhinal-refinement-4 .qode-pl-holder .qode-pl-categories.pz-size-strip li > a.active, body.home.pezhinal-refinement-4 .qode-pl-holder .qode-pl-categories.pz-size-strip li.qode-pl-current > a{
  border-color: #b8872d !important;
  background: #fff8ea !important;
  color: #765111 !important;
  transform: none !important;
}body.home.pezhinal-refinement-4 .qode-pl-holder .qode-pli.pz-product-card-v4, body.home.pezhinal-refinement-4 .qode-pl-holder .qode-pli{
  border: 1px solid #ddd7cd !important;
  outline: 0 !important;
  box-shadow: 0 9px 24px rgba(25, 20, 10, .045) !important;
  transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease !important;
}body.home.pezhinal-refinement-4 .qode-pl-holder .qode-pli .qode-pli-inner, body.home.pezhinal-refinement-4 .qode-pl-holder .qode-pli .qode-pli-image, body.home.pezhinal-refinement-4 .qode-pl-holder .qode-pli .qode-pli-image img{
  border-left: 0 !important;
  border-right: 0 !important;
  border-top: 0 !important;
  outline: 0 !important;
}body.home.pezhinal-refinement-4 .qode-pl-holder .qode-pli:hover, body.home.pezhinal-refinement-4 .qode-pl-holder .qode-pli:focus-within{
  border-color: #b8872d !important;
  box-shadow: inset 0 0 0 1px rgba(184, 135, 45, .22), 0 14px 32px rgba(71, 48, 8, .11) !important;
  outline: 0 !important;
}body.home.pezhinal-refinement-4 .qode-pl-holder .qode-pli:hover .qode-pli-inner, body.home.pezhinal-refinement-4 .qode-pl-holder .qode-pli:focus-within .qode-pli-inner{
  border-bottom-color: #ead7b5 !important;
}body.home.pezhinal-refinement-4 .qode-pl-holder .qode-pli-link{
  outline: 0 !important;
}body.home.pezhinal-refinement-4 .qode-pl-holder .qode-pli .qode-pli-out-of-stock{
  display: none !important;
}body.home.pezhinal-refinement-4 .qode-pl-holder .qode-pli.pz-product-card-sold .pz-home-sold-badge, body.home.pezhinal-refinement-4 .qode-pl-holder .qode-pli.outofstock .pz-home-sold-badge{
  display: inline-flex !important;
}@media (max-width: 767px) {body.home.pezhinal-refinement-4 .qode-pl-holder .qode-pl-categories.pz-size-strip{
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 0 11px !important;
    padding: 0 8px 3px !important;
  }body.home.pezhinal-refinement-4 .qode-pl-holder .qode-pl-categories.pz-size-strip > ul{
    gap: 6px !important;
  }body.home.pezhinal-refinement-4 .qode-pl-holder .qode-pl-categories.pz-size-strip li > a{
    min-width: 66px !important;
    min-height: 38px !important;
    padding: 7px 10px !important;
    border-radius: 10px !important;
    font-size: 11px !important;
  }}body.home.pezhinal-refinement-4 .qode-pl-holder .qode-pl-outer .qode-pli.outofstock .qode-pli-inner .qode-pli-image > .qode-pli-out-of-stock, body.home.pezhinal-refinement-4 .qode-pl-holder .qode-pl-outer .qode-pli.pz-is-sold .qode-pli-inner .qode-pli-image > .qode-pli-out-of-stock, body.home.pezhinal-refinement-4 .qode-pl-holder .qode-pl-outer .qode-pli.pz-product-card-sold .qode-pli-inner .qode-pli-image > .qode-pli-out-of-stock{
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
  pointer-events: none !important;
}body.home.pezhinal-refinement-4 .qode-pl-holder .qode-pli-image img{
  transform: scale(1.23) !important;
  transform-origin: 50% 50% !important;
}body.home.pezhinal-refinement-4 .qode-pl-holder .qode-pli:not(.pz-product-card-sold):not(.outofstock):not(.pz-is-sold):hover .qode-pli-image img, body.home.pezhinal-refinement-4 .qode-pl-holder .qode-pli:not(.pz-product-card-sold):not(.outofstock):not(.pz-is-sold):focus-within .qode-pli-image img{
  transform: scale(1.27) !important;
}body.home.pezhinal-refinement-4 .qode-pl-holder .qode-pli.pz-product-card-sold .qode-pli-image img, body.home.pezhinal-refinement-4 .qode-pl-holder .qode-pli.outofstock .qode-pli-image img, body.home.pezhinal-refinement-4 .qode-pl-holder .qode-pli.pz-is-sold .qode-pli-image img{
  transform: scale(1.20) !important;
}body.home.pezhinal-refinement-4 .qode-pl-holder .qode-pli, body.home.pezhinal-refinement-4 .qode-pl-holder .qode-pli.pz-product-card-v4{
  outline: 0 !important;
  border: 1px solid #ddd8cf !important;
}body.home.pezhinal-refinement-4 .qode-pl-holder .qode-pli::before, body.home.pezhinal-refinement-4 .qode-pl-holder .qode-pli::after{
  border-radius: inherit !important;
  outline: 0 !important;
  box-shadow: none !important;
}body.home.pezhinal-refinement-4 .qode-pl-holder .qode-pli:hover, body.home.pezhinal-refinement-4 .qode-pl-holder .qode-pli:focus, body.home.pezhinal-refinement-4 .qode-pl-holder .qode-pli:focus-within, body.home.pezhinal-refinement-4 .qode-pl-holder .qode-pli.pz-product-card-v4:hover, body.home.pezhinal-refinement-4 .qode-pl-holder .qode-pli.pz-product-card-v4:focus-within{
  border-color: #b8872d !important;
  outline: 0 !important;
  box-shadow: inset 0 0 0 1px rgba(184, 135, 45, .20), 0 14px 32px rgba(71, 48, 8, .11) !important;
}body.home.pezhinal-refinement-4 .qode-pl-holder .qode-pli:hover::before, body.home.pezhinal-refinement-4 .qode-pl-holder .qode-pli:hover::after, body.home.pezhinal-refinement-4 .qode-pl-holder .qode-pli:focus-within::before, body.home.pezhinal-refinement-4 .qode-pl-holder .qode-pli:focus-within::after{
  border-color: #b8872d !important;
  outline: 0 !important;
  box-shadow: none !important;
}body.home.pezhinal-refinement-4 .qode-pl-holder .qode-pli a, body.home.pezhinal-refinement-4 .qode-pl-holder .qode-pli a:hover, body.home.pezhinal-refinement-4 .qode-pl-holder .qode-pli a:focus, body.home.pezhinal-refinement-4 .qode-pl-holder .qode-pli-link, body.home.pezhinal-refinement-4 .qode-pl-holder .qode-pli-link:hover, body.home.pezhinal-refinement-4 .qode-pl-holder .qode-pli-link:focus{
  outline: 0 !important;
  box-shadow: none !important;
}@media (max-width: 767px) {body.home.pezhinal-refinement-4 .qode-pl-holder .qode-pli-image img{
    transform: scale(1.19) !important;
  }body.home.pezhinal-refinement-4 .qode-pl-holder .qode-pli:not(.pz-product-card-sold):not(.outofstock):not(.pz-is-sold):hover .qode-pli-image img, body.home.pezhinal-refinement-4 .qode-pl-holder .qode-pli:not(.pz-product-card-sold):not(.outofstock):not(.pz-is-sold):focus-within .qode-pli-image img{
    transform: scale(1.19) !important;
  }body.home.pezhinal-refinement-4 .qode-pl-holder .qode-pli.pz-product-card-sold .qode-pli-image img, body.home.pezhinal-refinement-4 .qode-pl-holder .qode-pli.outofstock .qode-pli-image img, body.home.pezhinal-refinement-4 .qode-pl-holder .qode-pli.pz-is-sold .qode-pli-image img{
    transform: scale(1.17) !important;
  }}body.home .qode-pl-holder .qode-pli, body.home .qode-pl-holder .qode-pli.pz-product-card-v4{
  position: relative !important;
  isolation: isolate !important;
  border: 1px solid #ddd8cf !important;
  outline: 0 !important;
  box-shadow: 0 8px 24px rgba(26, 21, 12, .045) !important;
  transform: translate3d(0, 0, 0) !important;
  transition: transform .28s cubic-bezier(.2, .75, .25, 1),
    box-shadow .28s ease,
    border-color .2s ease !important;
}body.home .qode-pl-holder .qode-pli::before{
  content: none !important;
}body.home .qode-pl-holder .qode-pli::after, body.home .qode-pl-holder .qode-pli.pz-product-card-v4::after{
  content: "" !important;
  position: absolute !important;
  inset: -1px !important;
  z-index: 30 !important;
  pointer-events: none !important;
  border: 2px solid #bd8a31 !important;
  border-radius: inherit !important;
  opacity: 0 !important;
  transform: scale(.994) !important;
  box-shadow: 0 0 0 0 rgba(189, 138, 49, 0) !important;
  transition: opacity .22s ease,
    transform .28s cubic-bezier(.2, .75, .25, 1),
    box-shadow .28s ease !important;
}body.home .qode-pl-holder .qode-pli:hover, body.home .qode-pl-holder .qode-pli:focus-within, body.home .qode-pl-holder .qode-pli.pz-product-card-v4:hover, body.home .qode-pl-holder .qode-pli.pz-product-card-v4:focus-within{
  border-color: transparent !important;
  outline: 0 !important;
  transform: translate3d(0, -4px, 0) !important;
  box-shadow: 0 16px 38px rgba(61, 43, 12, .12) !important;
}body.home .qode-pl-holder .qode-pli:hover::after, body.home .qode-pl-holder .qode-pli:focus-within::after, body.home .qode-pl-holder .qode-pli.pz-product-card-v4:hover::after, body.home .qode-pl-holder .qode-pli.pz-product-card-v4:focus-within::after{
  opacity: 1 !important;
  transform: scale(1) !important;
  box-shadow: 0 0 0 1px rgba(189, 138, 49, .08) !important;
}body.home .qode-pl-holder .qode-pli:hover .qode-pli-inner, body.home .qode-pl-holder .qode-pli:focus-within .qode-pli-inner, body.home .qode-pl-holder .qode-pli:hover .qode-pli-image, body.home .qode-pl-holder .qode-pli:focus-within .qode-pli-image, body.home .qode-pl-holder .qode-pli:hover .qode-pli-text-wrapper, body.home .qode-pl-holder .qode-pli:focus-within .qode-pli-text-wrapper{
  outline: 0 !important;
  box-shadow: none !important;
  border-left-color: transparent !important;
  border-right-color: transparent !important;
  border-top-color: transparent !important;
}body.home .qode-pl-holder .qode-pli:hover .qode-pli-inner, body.home .qode-pl-holder .qode-pli:focus-within .qode-pli-inner{
  border-bottom-color: #ead8b7 !important;
}body.home .qode-pl-holder .qode-pli:not(.pz-product-card-sold):not(.outofstock):not(.pz-is-sold) .qode-pli-image img{
  transition: transform .32s cubic-bezier(.2, .75, .25, 1), opacity .22s ease, filter .22s ease !important;
}body.home .qode-pl-holder .qode-pli:not(.pz-product-card-sold):not(.outofstock):not(.pz-is-sold):hover .qode-pli-image img, body.home .qode-pl-holder .qode-pli:not(.pz-product-card-sold):not(.outofstock):not(.pz-is-sold):focus-within .qode-pli-image img{
  transform: scale(1.285) !important;
}@media (hover: none), (max-width: 767px) {body.home .qode-pl-holder .qode-pli:hover, body.home .qode-pl-holder .qode-pli:focus-within{
    transform: none !important;
  }body.home .qode-pl-holder .qode-pli:hover::after, body.home .qode-pl-holder .qode-pli:focus-within::after{
    opacity: 0 !important;
  }}

/* ===== Approved final responsive and product-grid lock ===== */

html body.home.pz-home-ui {
  overflow-x: hidden !important;
}

html body.home.pz-home-ui.pezhinal-refinement-4 .elementor-8564,
html body.home.pz-home-ui.pezhinal-refinement-4 .elementor-8564 > .e-con,
html body.home.pz-home-ui.pezhinal-refinement-4 .elementor-element-e92c954,
html body.home.pz-home-ui.pezhinal-refinement-4 .elementor-element-29903ef0 {
  max-width: 100% !important;
  box-sizing: border-box !important;
}

/* Product cards: one calm gold border and a softer hover. */
html body.home.pz-home-ui.pezhinal-refinement-4 .elementor-element-29903ef0 .qode-pl-holder .qode-pli,
html body.home.pz-home-ui.pezhinal-refinement-4 .elementor-element-29903ef0 .qode-pl-holder .qode-pli.pz-product-card-v4 {
  border: 1px solid #e1dbd1 !important;
  box-shadow: 0 7px 20px rgba(41, 31, 14, .045) !important;
  transform: translate3d(0, 0, 0) !important;
  transition: transform .36s cubic-bezier(.2, .72, .25, 1), border-color .30s ease, box-shadow .36s ease !important;
}

html body.home.pz-home-ui.pezhinal-refinement-4 .elementor-element-29903ef0 .qode-pl-holder .qode-pli::before,
html body.home.pz-home-ui.pezhinal-refinement-4 .elementor-element-29903ef0 .qode-pl-holder .qode-pli::after {
  content: none !important;
  display: none !important;
}

html body.home.pz-home-ui.pezhinal-refinement-4 .elementor-element-29903ef0 .qode-pl-holder .qode-pli:hover,
html body.home.pz-home-ui.pezhinal-refinement-4 .elementor-element-29903ef0 .qode-pl-holder .qode-pli:focus-within {
  border-color: #c39a4b !important;
  box-shadow: 0 11px 26px rgba(85, 59, 13, .10) !important;
  transform: translate3d(0, -2px, 0) !important;
}

html body.home.pz-home-ui.pezhinal-refinement-4 .elementor-element-29903ef0 .qode-pl-holder .qode-pli-image img {
  transition: transform .42s cubic-bezier(.2, .72, .25, 1), opacity .24s ease, filter .24s ease !important;
}

html body.home.pz-home-ui.pezhinal-refinement-4 .elementor-element-29903ef0 .qode-pl-holder .qode-pli:not(.pz-product-card-sold):not(.outofstock):not(.pz-is-sold):hover .qode-pli-image img,
html body.home.pz-home-ui.pezhinal-refinement-4 .elementor-element-29903ef0 .qode-pl-holder .qode-pli:not(.pz-product-card-sold):not(.outofstock):not(.pz-is-sold):focus-within .qode-pli-image img {
  transform: scale(1.245) !important;
}

/* 4 columns on wide screens. */
@media (min-width: 1100px) {
  html body.home.pz-home-ui.pezhinal-refinement-4 .elementor-element-29903ef0 .qode-pl-holder .qode-pl-outer {
    display: grid !important;
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    gap: 24px !important;
    width: 100% !important;
  }
}

/* 3 columns on tablets and compact desktops. */
@media (min-width: 768px) and (max-width: 1099px) {
  html body.home.pz-home-ui.pezhinal-refinement-4 .elementor-element-e92c954 {
    --padding-top: 0px !important;
    --padding-right: 24px !important;
    --padding-bottom: 0px !important;
    --padding-left: 24px !important;
    padding: 0 24px !important;
    margin: 0 !important;
  }

  html body.home.pz-home-ui.pezhinal-refinement-4 .elementor-element-e92c954 > .e-con-inner {
    min-height: 0 !important;
    padding: 46px 0 0 !important;
  }

  html body.home.pz-home-ui.pezhinal-refinement-4 .elementor-element-e92c954 .elementor-element-9f8a0f3,
  html body.home.pz-home-ui.pezhinal-refinement-4 .elementor-element-e92c954 .elementor-element-9f8a0f3 .elementor-widget-container,
  html body.home.pz-home-ui.pezhinal-refinement-4 .elementor-element-e92c954 .qodef-qi-section-title,
  html body.home.pz-home-ui.pezhinal-refinement-4 .elementor-element-e92c954 .qodef-m-title {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  html body.home.pz-home-ui.pezhinal-refinement-4 .elementor-element-29903ef0 {
    --margin-right: 24px !important;
    --margin-left: 24px !important;
    --padding-top: 30px !important;
    --padding-right: 0px !important;
    --padding-bottom: 76px !important;
    --padding-left: 0px !important;
    margin: 0 24px !important;
    padding: 30px 0 76px !important;
  }

  html body.home.pz-home-ui.pezhinal-refinement-4 .elementor-element-29903ef0 .qode-pl-holder,
  html body.home.pz-home-ui.pezhinal-refinement-4 .elementor-element-29903ef0 .qode-pl-outer {
    width: 100% !important;
    max-width: 100% !important;
  }

  html body.home.pz-home-ui.pezhinal-refinement-4 .elementor-element-29903ef0 .qode-pl-holder .qode-pl-outer {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 18px !important;
  }
}

/* 2 columns on phones; repair title and catalogue spacing. */
@media (max-width: 680px) {
  html body.home.pz-home-ui.pezhinal-refinement-4 .elementor-element-e92c954 {
    --padding-top: 0px !important;
    --padding-right: 14px !important;
    --padding-bottom: 0px !important;
    --padding-left: 14px !important;
    padding: 0 14px !important;
    margin: 0 !important;
  }

  html body.home.pz-home-ui.pezhinal-refinement-4 .elementor-element-e92c954 > .e-con-inner {
    min-height: 0 !important;
    padding: 30px 0 0 !important;
  }

  html body.home.pz-home-ui.pezhinal-refinement-4 .elementor-element-e92c954 .elementor-element-9f8a0f3,
  html body.home.pz-home-ui.pezhinal-refinement-4 .elementor-element-e92c954 .elementor-element-9f8a0f3 .elementor-widget-container,
  html body.home.pz-home-ui.pezhinal-refinement-4 .elementor-element-e92c954 .qodef-qi-section-title,
  html body.home.pz-home-ui.pezhinal-refinement-4 .elementor-element-e92c954 .qodef-m-title {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  html body.home.pz-home-ui.pezhinal-refinement-4 .elementor-element-e92c954 .qodef-m-title {
    font-size: clamp(17px, 4.6vw, 20px) !important;
    line-height: 1.65 !important;
    text-wrap: balance !important;
  }

  html body.home.pz-home-ui.pezhinal-refinement-4 .elementor-element-29903ef0 {
    --margin-right: 10px !important;
    --margin-left: 10px !important;
    --padding-top: 22px !important;
    --padding-right: 0px !important;
    --padding-bottom: 56px !important;
    --padding-left: 0px !important;
    margin: 0 10px !important;
    padding: 22px 0 56px !important;
  }

  html body.home.pz-home-ui.pezhinal-refinement-4 .elementor-element-29903ef0 .qode-pl-holder,
  html body.home.pz-home-ui.pezhinal-refinement-4 .elementor-element-29903ef0 .qode-pl-outer {
    width: 100% !important;
    max-width: 100% !important;
  }

  html body.home.pz-home-ui.pezhinal-refinement-4 .elementor-element-29903ef0 .qode-pl-holder .qode-pl-outer {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 9px !important;
  }

  html body.home.pz-home-ui.pezhinal-refinement-4 .elementor-element-29903ef0 .qode-pl-categories {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 0 12px !important;
    overflow-x: auto !important;
    overflow-y: hidden !important;
    overscroll-behavior-inline: contain !important;
    scrollbar-width: none !important;
  }

  html body.home.pz-home-ui.pezhinal-refinement-4 .elementor-element-29903ef0 .qode-pl-categories::-webkit-scrollbar {
    display: none !important;
  }

  html body.home.pz-home-ui.pezhinal-refinement-4 .elementor-element-29903ef0 .qode-pl-categories ul {
    width: max-content !important;
    min-width: max-content !important;
    max-width: none !important;
    margin: 0 !important;
    padding: 0 2px 2px !important;
  }

  html body.home.pz-home-ui.pezhinal-refinement-4 .elementor-element-29903ef0 .qode-pl-holder .qode-pli:hover,
  html body.home.pz-home-ui.pezhinal-refinement-4 .elementor-element-29903ef0 .qode-pl-holder .qode-pli:focus-within {
    border-color: #e1dbd1 !important;
    box-shadow: 0 7px 20px rgba(41, 31, 14, .045) !important;
    transform: none !important;
  }

  html body.home.pz-home-ui.pezhinal-refinement-4 .elementor-element-29903ef0 .qode-pl-holder .qode-pli:not(.pz-product-card-sold):not(.outofstock):not(.pz-is-sold):hover .qode-pli-image img,
  html body.home.pz-home-ui.pezhinal-refinement-4 .elementor-element-29903ef0 .qode-pl-holder .qode-pli:not(.pz-product-card-sold):not(.outofstock):not(.pz-is-sold):focus-within .qode-pli-image img {
    transform: scale(1.19) !important;
  }
}

/* ========================================================================== 
   PEZHINAL HOME — SECTION FINALIZATION V13
   Single owner for the finalized Home presentation layer.
   Header / Footer / Side Cart are global and intentionally untouched.
   ========================================================================== */

/* --------------------------------------------------------------------------
   Shared section rhythm
   -------------------------------------------------------------------------- */
body.home .pz-home-section-intro__eyebrow {
  display: none !important;
}

body.home .pz-home-section-intro-widget {
  width: min(820px, calc(100% - 32px)) !important;
  margin: 0 auto 22px !important;
  text-align: center !important;
}

body.home .pz-home-section-intro {
  display: grid !important;
  justify-items: center !important;
  gap: 7px !important;
}

body.home .pz-home-section-intro h2 {
  margin: 0 !important;
  color: #191816 !important;
  font-size: clamp(24px, 2.15vw, 33px) !important;
  font-weight: 820 !important;
  line-height: 1.46 !important;
  letter-spacing: -.022em !important;
  text-align: center !important;
  text-wrap: balance;
}

body.home .pz-home-section-intro p {
  max-width: 650px !important;
  margin: 0 auto !important;
  color: #756f67 !important;
  font-size: 12.5px !important;
  line-height: 1.9 !important;
  text-align: center !important;
  text-wrap: pretty;
}

/* --------------------------------------------------------------------------
   Hero — approved composition. Only preserve a strong first viewport on mobile.
   -------------------------------------------------------------------------- */
@media (max-width: 767px) {
  html body.home .elementor-widget-slides .swiper-slide {
    min-height: calc(100svh - var(--pz-header-bottom, 58px)) !important;
    height: calc(100svh - var(--pz-header-bottom, 58px)) !important;
    max-height: none !important;
  }

  html body.home .elementor-widget-slides .swiper-slide-inner {
    padding: 26px 18px 34px !important;
  }

  html body.home .elementor-widget-slides .swiper-slide-contents {
    width: min(92%, 430px) !important;
    max-width: min(92%, 430px) !important;
  }

  html body.home .elementor-widget-slides .elementor-slide-button {
    min-width: 148px !important;
    min-height: 44px !important;
    padding: 10px 20px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    border-radius: 8px !important;
    touch-action: manipulation !important;
  }
}

/* --------------------------------------------------------------------------
   Featured products — compact size navigation + tidy section spacing.
   Product-card visuals remain owned by the shared product-card component.
   -------------------------------------------------------------------------- */
body.home [data-id="e92c954"] {
  padding-top: 54px !important;
  padding-bottom: 0 !important;
}

body.home.pezhinal-refinement-4 [data-id="29903ef0"] {
  width: min(1320px, calc(100% - 48px)) !important;
  max-width: 1320px !important;
  margin: 0 auto !important;
  padding: 22px 0 68px !important;
}

body.home [data-id="372e2abe"],
body.home [data-id="372e2abe"] > .elementor-widget-container,
body.home [data-id="29903ef0"] .qode-pl-holder {
  width: 100% !important;
  max-width: none !important;
  margin-inline: auto !important;
}

body.home [data-id="29903ef0"] .qode-pl-categories.pz-size-strip,
body.home [data-id="29903ef0"] .qode-pl-categories {
  width: fit-content !important;
  max-width: 100% !important;
  min-height: 0 !important;
  margin: 0 auto 16px !important;
  padding: 1px 2px 3px !important;
  display: block !important;
  overflow-x: auto !important;
  overflow-y: hidden !important;
  direction: rtl !important;
  scrollbar-width: none !important;
  -webkit-overflow-scrolling: touch !important;
}

body.home [data-id="29903ef0"] .qode-pl-categories::-webkit-scrollbar {
  display: none !important;
}

body.home [data-id="29903ef0"] .qode-pl-categories > ul {
  width: max-content !important;
  min-width: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  display: flex !important;
  flex-flow: row nowrap !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 6px !important;
  list-style: none !important;
}

body.home [data-id="29903ef0"] .qode-pl-categories li {
  flex: 0 0 auto !important;
  width: auto !important;
  margin: 0 !important;
  padding: 0 !important;
}

body.home [data-id="29903ef0"] .qode-pl-categories li > a {
  width: auto !important;
  min-width: 70px !important;
  min-height: 38px !important;
  margin: 0 !important;
  padding: 7px 11px !important;
  display: grid !important;
  place-items: center !important;
  border: 1px solid #dfd2bd !important;
  border-radius: 10px !important;
  background: #fff !important;
  color: #2b2925 !important;
  box-shadow: none !important;
  font-size: 12px !important;
  font-weight: 760 !important;
  line-height: 1 !important;
  white-space: nowrap !important;
  text-decoration: none !important;
  transition: border-color .18s ease, background-color .18s ease, color .18s ease, transform .18s ease !important;
}

body.home [data-id="29903ef0"] .qode-pl-categories li > a:hover,
body.home [data-id="29903ef0"] .qode-pl-categories li > a.active,
body.home [data-id="29903ef0"] .qode-pl-categories li.qode-pl-current > a {
  border-color: #bd8c33 !important;
  background: #fff9ef !important;
  color: #765111 !important;
  transform: translateY(-1px) !important;
}

body.home [data-id="29903ef0"] .qode-pl-outer {
  row-gap: 20px !important;
  column-gap: 20px !important;
}

body.home .pz-home-products-cta-widget {
  width: 100% !important;
  margin-top: 20px !important;
  text-align: center !important;
}

body.home .pz-home-products-cta {
  margin: 0 !important;
}

body.home .pz-home-products-cta a {
  min-height: 44px !important;
  padding: 9px 18px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 8px !important;
  border: 1px solid #d4b775 !important;
  border-radius: 10px !important;
  background: #fff !important;
  color: #714f13 !important;
  font-size: 12.5px !important;
  font-weight: 760 !important;
  text-decoration: none !important;
}

body.home .pz-home-products-cta a:hover,
body.home .pz-home-products-cta a:focus-visible {
  border-color: #b8872d !important;
  background: #fff9ee !important;
  box-shadow: 0 8px 20px rgba(88,59,8,.07) !important;
  outline: none !important;
}

/* --------------------------------------------------------------------------
   Editorial / buying-detail section — stable desktop and mobile proportions.
   -------------------------------------------------------------------------- */
body.home [data-id="be7a8e0"] {
  width: 100% !important;
  padding: 48px 24px 68px !important;
  overflow: hidden !important;
}

body.home [data-id="be7a8e0"] .pz-home-media-intro-widget {
  margin-bottom: 20px !important;
}

body.home .pz-home-editorial-media {
  width: min(1320px, 100%) !important;
  margin: 0 auto !important;
}

body.home .pz-home-editorial-media .elementor-widget-container {
  width: 100% !important;
  overflow: hidden !important;
  border-radius: 18px !important;
  box-shadow: 0 14px 34px rgba(37,29,17,.08) !important;
}

body.home .pz-home-editorial-media img {
  width: 100% !important;
  height: auto !important;
  display: block !important;
  border-radius: inherit !important;
  box-shadow: none !important;
}

/* --------------------------------------------------------------------------
   Brands — refined shared-card presentation, six/three/two responsive grid.
   -------------------------------------------------------------------------- */
body.home [data-id="9fbb714"] {
  width: min(1320px, calc(100% - 48px)) !important;
  max-width: 1320px !important;
  margin: 0 auto !important;
  padding: 62px 0 72px !important;
}

body.home [data-id="9fbb714"] .pz-home-brand-intro-widget {
  margin-bottom: 24px !important;
}





















/* --------------------------------------------------------------------------
   Dark image slider — keep content, expose its title, put pagination below.
   -------------------------------------------------------------------------- */
body.home .pz-home-lifestyle-section {
  width: 100% !important;
  margin: 0 !important;
  padding: 62px 28px 48px !important;
  background: #151515 !important;
  overflow: hidden !important;
}

body.home .pz-home-lifestyle-section .pz-home-lifestyle-intro-widget {
  margin-bottom: 26px !important;
}

body.home .pz-home-lifestyle-section .pz-home-section-intro h2 {
  color: #fff !important;
}

body.home .pz-home-lifestyle-section .pz-home-section-intro p {
  display: none !important;
}

body.home .pz-home-lifestyle-slider {
  width: min(1320px, 100%) !important;
  margin: 0 auto !important;
}

body.home .pz-home-lifestyle-slider .qodef-e-inner,
body.home .pz-home-lifestyle-slider .qodef-e-inner-holder,
body.home .pz-home-lifestyle-slider img {
  border-radius: 16px !important;
}

body.home .pz-home-lifestyle-slider .qodef-e-inner {
  overflow: hidden !important;
}

body.home .pz-home-lifestyle-slider img {
  display: block !important;
}

body.home .pz-home-lifestyle-slider .swiper-pagination {
  position: relative !important;
  inset: auto !important;
  left: auto !important;
  right: auto !important;
  bottom: auto !important;
  top: auto !important;
  width: 100% !important;
  height: 12px !important;
  margin: 18px auto 0 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 6px !important;
  transform: none !important;
  pointer-events: auto !important;
}

body.home .pz-home-lifestyle-slider .swiper-pagination-bullet {
  width: 7px !important;
  height: 7px !important;
  margin: 0 !important;
  background: rgba(255,255,255,.38) !important;
  opacity: 1 !important;
  transform: none !important;
}

body.home .pz-home-lifestyle-slider .swiper-pagination-bullet-active {
  width: 8px !important;
  height: 8px !important;
  background: #d7aa54 !important;
}

body.home .pz-home-lifestyle-slider .swiper-button-prev,
body.home .pz-home-lifestyle-slider .swiper-button-next {
  width: 40px !important;
  height: 40px !important;
  margin-top: -20px !important;
  display: grid !important;
  place-items: center !important;
  border: 1px solid rgba(255,255,255,.24) !important;
  border-radius: 50% !important;
  background: rgba(17,17,17,.68) !important;
  color: #fff !important;
  backdrop-filter: blur(8px) !important;
  -webkit-backdrop-filter: blur(8px) !important;
}

body.home .pz-home-lifestyle-slider .swiper-button-prev svg,
body.home .pz-home-lifestyle-slider .swiper-button-next svg,
body.home .pz-home-lifestyle-slider .swiper-button-prev i,
body.home .pz-home-lifestyle-slider .swiper-button-next i,
body.home .pz-home-lifestyle-slider .qodef-swiper-arrow-left,
body.home .pz-home-lifestyle-slider .qodef-swiper-arrow-right {
  color: currentColor !important;
  fill: currentColor !important;
  transform: scaleX(-1) !important;
}

/* --------------------------------------------------------------------------
   Requested removal: old four-card USP strip before the global footer.
   Live Elementor source owns the stable pz-home-trust-section class.
   -------------------------------------------------------------------------- */
body.home .pz-home-trust-section,
body.home .pz-home-trust-widget {
  display: none !important;
}

/* --------------------------------------------------------------------------
   Responsive refinement
   -------------------------------------------------------------------------- */


@media (max-width: 767px) {
  body.home .pz-home-section-intro-widget {
    width: calc(100% - 20px) !important;
    margin-bottom: 15px !important;
  }

  body.home .pz-home-section-intro h2 {
    font-size: clamp(20px, 5.7vw, 24px) !important;
    line-height: 1.5 !important;
  }

  body.home .pz-home-section-intro p {
    max-width: 350px !important;
    font-size: 11.5px !important;
    line-height: 1.85 !important;
  }

  body.home [data-id="e92c954"] {
    padding-top: 30px !important;
  }

  body.home.pezhinal-refinement-4 [data-id="29903ef0"] {
    width: calc(100% - 20px) !important;
    padding: 16px 0 42px !important;
  }

  body.home [data-id="29903ef0"] .qode-pl-categories.pz-size-strip,
  body.home [data-id="29903ef0"] .qode-pl-categories {
    width: 100% !important;
    margin-bottom: 12px !important;
    padding: 1px 2px 4px !important;
    scroll-padding-inline: 2px !important;
  }

  body.home [data-id="29903ef0"] .qode-pl-categories > ul {
    min-width: max-content !important;
    justify-content: flex-start !important;
    gap: 6px !important;
  }

  body.home [data-id="29903ef0"] .qode-pl-categories li > a {
    min-width: 64px !important;
    min-height: 37px !important;
    padding: 7px 10px !important;
    border-radius: 9px !important;
    font-size: 10.8px !important;
  }

  body.home [data-id="29903ef0"] .qode-pl-outer {
    row-gap: 10px !important;
    column-gap: 10px !important;
  }

  body.home .pz-home-products-cta-widget {
    margin-top: 15px !important;
  }

  body.home [data-id="be7a8e0"] {
    padding: 36px 10px 46px !important;
  }

  body.home [data-id="be7a8e0"] .pz-home-media-intro-widget {
    margin-bottom: 14px !important;
  }

  body.home .pz-home-editorial-media {
    width: 100% !important;
  }

  body.home .pz-home-editorial-media .elementor-widget-container {
    border-radius: 14px !important;
    box-shadow: 0 10px 24px rgba(37,29,17,.07) !important;
  }

  body.home .pz-home-editorial-media img {
    aspect-ratio: 2.45 / 1 !important;
    object-fit: cover !important;
    object-position: center !important;
  }

  body.home [data-id="9fbb714"] {
    width: calc(100% - 20px) !important;
    padding: 42px 0 48px !important;
  }

  body.home [data-id="9fbb714"] .pz-home-brand-intro-widget {
    margin-bottom: 17px !important;
  }

  

  

  

  

  body.home .pz-home-lifestyle-section {
    padding: 40px 12px 34px !important;
  }

  body.home .pz-home-lifestyle-section .pz-home-lifestyle-intro-widget {
    margin-bottom: 16px !important;
  }

  body.home .pz-home-lifestyle-slider .qodef-e-inner,
  body.home .pz-home-lifestyle-slider .qodef-e-inner-holder,
  body.home .pz-home-lifestyle-slider img {
    border-radius: 13px !important;
  }

  body.home .pz-home-lifestyle-slider .swiper-pagination {
    margin-top: 14px !important;
  }

  body.home .pz-home-lifestyle-slider .swiper-button-prev,
  body.home .pz-home-lifestyle-slider .swiper-button-next {
    display: none !important;
  }
}



/* --------------------------------------------------------------------------
   HOME HERO V4 — custom hero built from scratch above the legacy slide.
   Safe, isolated, rollback-friendly: home only.
   -------------------------------------------------------------------------- */
body.home.pz-home-hero-v4-live {
  --pz-hero-mx: 0;
  --pz-hero-my: 0;
  --pz-hero-scroll: 0;
}

body.home .pz-home-hero-v4 {
  position: relative;
  isolation: isolate;
  overflow: clip;
  min-height: min(880px, calc(100svh - var(--pz-header-bottom, 78px)));
  background:
    radial-gradient(circle at 18% 18%, rgba(255, 196, 82, .18), transparent 28%),
    linear-gradient(135deg, #0b0b0c 0%, #1e1a14 21%, #6f5222 52%, #c18a29 100%);
}

body.home .pz-home-hero-v4__backdrop,
body.home .pz-home-hero-v4__noise,
body.home .pz-home-hero-v4__orb,
body.home .pz-home-hero-v4__lines {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

body.home .pz-home-hero-v4__backdrop {
  z-index: -5;
  background-image: var(--pz-hero-image);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  transform: translate3d(calc(var(--pz-hero-mx) * -10px), calc(var(--pz-hero-my) * -10px), 0) scale(calc(1.03 + (var(--pz-hero-scroll) * .05)));
  transition: transform .45s cubic-bezier(.22, .61, .36, 1);
}

body.home .pz-home-hero-v4__backdrop::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(8,8,10,.82) 0%, rgba(10,10,12,.52) 31%, rgba(20,16,10,.12) 64%, rgba(0,0,0,.02) 100%),
    linear-gradient(180deg, rgba(0,0,0,.08) 0%, rgba(0,0,0,.28) 100%);
}

body.home .pz-home-hero-v4__backdrop::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 34%;
  background: linear-gradient(180deg, rgba(18,15,10,0) 0%, rgba(9,9,10,.65) 100%);
}

body.home .pz-home-hero-v4__noise {
  z-index: -4;
  opacity: .28;
  background-image:
    radial-gradient(circle at 1px 1px, rgba(255,255,255,.18) 1px, transparent 0);
  background-size: 24px 24px;
  mix-blend-mode: soft-light;
}

body.home .pz-home-hero-v4__orb {
  z-index: -3;
  border-radius: 999px;
  filter: blur(18px);
  opacity: .95;
  will-change: transform;
}

body.home .pz-home-hero-v4__orb--one {
  inset: 12% auto auto -6%;
  width: clamp(180px, 26vw, 340px);
  height: clamp(180px, 26vw, 340px);
  background: radial-gradient(circle, rgba(255,199,94,.6) 0%, rgba(255,199,94,0) 72%);
  transform: translate3d(calc(var(--pz-hero-mx) * 18px), calc(var(--pz-hero-my) * 14px), 0);
}

body.home .pz-home-hero-v4__orb--two {
  inset: auto 5% 10% auto;
  width: clamp(160px, 20vw, 260px);
  height: clamp(160px, 20vw, 260px);
  background: radial-gradient(circle, rgba(203,34,34,.38) 0%, rgba(203,34,34,0) 70%);
  transform: translate3d(calc(var(--pz-hero-mx) * -14px), calc(var(--pz-hero-my) * -10px), 0);
}

body.home .pz-home-hero-v4__lines {
  z-index: -2;
  inset: 8% auto 8% 4%;
  width: min(44vw, 520px);
  background:
    linear-gradient(145deg, rgba(255,255,255,.18), rgba(255,255,255,0) 44%),
    repeating-linear-gradient(125deg, rgba(255, 209, 115, .12) 0 2px, transparent 2px 14px);
  opacity: .22;
  mask-image: linear-gradient(180deg, transparent 0%, #000 18%, #000 82%, transparent 100%);
  transform: translate3d(calc(var(--pz-hero-mx) * 10px), calc(var(--pz-hero-my) * 8px), 0);
}

body.home .pz-home-hero-v4__inner {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(320px, 640px) minmax(220px, 330px);
  justify-content: space-between;
  gap: clamp(18px, 3vw, 42px);
  width: min(1380px, calc(100% - 44px));
  margin-inline: auto;
  min-height: inherit;
  padding: clamp(72px, 10vw, 128px) 0 clamp(78px, 8vw, 98px);
  align-items: center;
}

body.home .pz-home-hero-v4__content {
  max-width: 620px;
  animation: pzHeroRise .9s cubic-bezier(.22,.61,.36,1) both;
}

body.home .pz-home-hero-v4__eyebrow {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
  margin-bottom: 18px;
}

body.home .pz-home-hero-v4__eyebrow span {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 8px 14px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,.18);
  background: rgba(15, 15, 18, .22);
  color: #fff7e7;
  font-size: 11.5px;
  font-weight: 700;
  letter-spacing: .04em;
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}

body.home .pz-home-hero-v4__title {
  display: grid;
  gap: 10px;
  margin: 0;
}

body.home .pz-home-hero-v4__title-brand {
  display: block;
  color: #fff;
  font-family: 'MobinBold', 'YekanBakh', sans-serif;
  font-size: clamp(48px, 7.6vw, 98px);
  line-height: .94;
  letter-spacing: -.04em;
  text-wrap: balance;
  text-shadow: 0 12px 40px rgba(0,0,0,.28);
}

body.home .pz-home-hero-v4__title-sub {
  display: block;
  color: #fff7e7;
  font-size: clamp(20px, 2.1vw, 31px);
  line-height: 1.4;
  font-weight: 800;
}

body.home .pz-home-hero-v4__lead {
  margin: 20px 0 0;
  max-width: 610px;
  color: rgba(255, 247, 231, .88);
  font-size: clamp(14px, 1.15vw, 18px);
  line-height: 2;
}

body.home .pz-home-hero-v4__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

body.home .pz-home-hero-v4__btn {
  appearance: none;
  border: 0;
  text-decoration: none !important;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 0 24px;
  border-radius: 14px;
  font-size: 14px;
  font-weight: 800;
  transition: transform .28s ease, background-color .28s ease, border-color .28s ease, color .28s ease, box-shadow .28s ease;
  cursor: pointer;
}

body.home .pz-home-hero-v4__btn:hover {
  transform: translateY(-2px);
}

body.home .pz-home-hero-v4__btn--primary {
  background: linear-gradient(180deg, #fff7e8 0%, #f2db9d 100%);
  color: #17120d !important;
  box-shadow: 0 18px 38px rgba(13, 10, 6, .22);
}

body.home .pz-home-hero-v4__btn--ghost {
  background: rgba(255,255,255,.07);
  color: #fff8e9;
  border: 1px solid rgba(255,255,255,.18);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}

body.home .pz-home-hero-v4__chips {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  padding: 0;
  margin: 20px 0 0;
}

body.home .pz-home-hero-v4__chips li {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 38px;
  padding: 8px 14px;
  border-radius: 999px;
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.12);
  color: #fff8e9;
  font-size: 12px;
  font-weight: 700;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

body.home .pz-home-hero-v4__chips li::before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: #ffd981;
  box-shadow: 0 0 14px rgba(255,217,129,.72);
}

body.home .pz-home-hero-v4__aside {
  display: grid;
  gap: 16px;
  justify-self: end;
  width: min(100%, 300px);
  align-self: end;
  padding-bottom: clamp(36px, 4vw, 54px);
}

body.home .pz-home-hero-v4__card {
  position: relative;
  display: grid;
  gap: 6px;
  padding: 20px 18px;
  border-radius: 22px;
  background: linear-gradient(180deg, rgba(18,18,22,.54) 0%, rgba(18,18,22,.34) 100%);
  border: 1px solid rgba(255,255,255,.14);
  box-shadow: 0 14px 34px rgba(0, 0, 0, .18);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  color: #fff9ef;
}

body.home .pz-home-hero-v4__card--top {
  transform: translate3d(calc(var(--pz-hero-mx) * -8px), calc(var(--pz-hero-my) * -10px), 0);
  animation: pzHeroFloat 7s ease-in-out infinite;
}

body.home .pz-home-hero-v4__card--bottom {
  transform: translate3d(calc(var(--pz-hero-mx) * 10px), calc(var(--pz-hero-my) * 8px), 0);
  animation: pzHeroFloat 8.4s ease-in-out infinite reverse;
}

body.home .pz-home-hero-v4__card-label,
body.home .pz-home-hero-v4__stat {
  color: #f4d27e;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .06em;
}

body.home .pz-home-hero-v4__card strong {
  font-size: 18px;
  font-weight: 800;
  color: #fff;
}

body.home .pz-home-hero-v4__card em {
  font-style: normal;
  color: rgba(255, 250, 240, .8);
  font-size: 12px;
  line-height: 1.9;
}

body.home .pz-home-hero-v4__scrollcue {
  position: absolute;
  inset: auto 50% 24px auto;
  transform: translateX(50%);
  z-index: 3;
  display: inline-grid;
  justify-items: center;
  gap: 10px;
  background: transparent;
  border: 0;
  padding: 0;
  color: #fff8e9;
  cursor: pointer;
}

body.home .pz-home-hero-v4__scrollcue-label {
  font-size: 11px;
  font-weight: 700;
  opacity: .88;
}

body.home .pz-home-hero-v4__scrollcue-dot {
  position: relative;
  width: 24px;
  height: 38px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,.26);
  background: rgba(255,255,255,.08);
}

body.home .pz-home-hero-v4__scrollcue-dot::before {
  content: "";
  position: absolute;
  top: 7px;
  left: 50%;
  width: 4px;
  height: 7px;
  border-radius: 999px;
  background: #fff6de;
  transform: translateX(-50%);
  animation: pzHeroScrollCue 1.6s ease-in-out infinite;
}

@keyframes pzHeroRise {
  from { opacity: 0; transform: translate3d(0, 18px, 0); }
  to { opacity: 1; transform: translate3d(0, 0, 0); }
}

@keyframes pzHeroFloat {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-10px); }
}

@keyframes pzHeroScrollCue {
  0% { opacity: 0; transform: translate(-50%, 0); }
  35% { opacity: 1; }
  100% { opacity: 0; transform: translate(-50%, 12px); }
}

@media (min-width: 768px) {
  body.home .pz-home-hero-v4::after {
    content: "";
    position: absolute;
    inset: auto auto 0 0;
    width: min(48vw, 740px);
    height: 42%;
    background: linear-gradient(140deg, rgba(255,255,255,.09), rgba(255,255,255,0));
    clip-path: polygon(0 58%, 100% 0, 100% 100%, 0 100%);
    opacity: .42;
    z-index: -1;
  }
}

@media (max-width: 1024px) {
  body.home .pz-home-hero-v4 {
    min-height: min(760px, calc(100svh - var(--pz-header-bottom, 64px)));
  }

  body.home .pz-home-hero-v4__inner {
    grid-template-columns: 1fr;
    align-items: end;
    gap: 24px;
    width: min(100%, calc(100% - 28px));
    padding-top: clamp(56px, 9vw, 88px);
    padding-bottom: 74px;
  }

  body.home .pz-home-hero-v4__content {
    max-width: 100%;
  }

  body.home .pz-home-hero-v4__aside {
    justify-self: start;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    width: 100%;
    padding-bottom: 0;
  }

  body.home .pz-home-hero-v4__card--top,
  body.home .pz-home-hero-v4__card--bottom {
    transform: none;
  }
}

@media (max-width: 767px) {
  body.home .pz-home-hero-v4 {
    min-height: calc(100svh - var(--pz-header-bottom, 58px));
  }

  body.home .pz-home-hero-v4__backdrop {
    background-position: 63% center;
    transform: scale(1.07);
  }

  body.home .pz-home-hero-v4__backdrop::before {
    background:
      linear-gradient(180deg, rgba(9,9,10,.56) 0%, rgba(9,9,10,.14) 24%, rgba(9,9,10,.6) 100%),
      linear-gradient(90deg, rgba(12,12,14,.82) 0%, rgba(12,12,14,.12) 100%);
  }

  body.home .pz-home-hero-v4__noise,
  body.home .pz-home-hero-v4__lines {
    display: none;
  }

  body.home .pz-home-hero-v4__inner {
    width: calc(100% - 24px);
    padding-top: 32px;
    padding-bottom: 70px;
    align-content: end;
  }

  body.home .pz-home-hero-v4__eyebrow {
    gap: 8px;
    margin-bottom: 14px;
  }

  body.home .pz-home-hero-v4__eyebrow span {
    min-height: 30px;
    padding: 6px 11px;
    font-size: 10px;
  }

  body.home .pz-home-hero-v4__title-brand {
    font-size: clamp(40px, 14vw, 62px);
  }

  body.home .pz-home-hero-v4__title-sub {
    font-size: clamp(17px, 5vw, 22px);
  }

  body.home .pz-home-hero-v4__lead {
    margin-top: 16px;
    font-size: 13px;
    line-height: 1.95;
  }

  body.home .pz-home-hero-v4__actions {
    display: grid;
    grid-template-columns: 1fr;
    margin-top: 22px;
  }

  body.home .pz-home-hero-v4__btn {
    min-height: 50px;
    width: 100%;
    border-radius: 12px;
    font-size: 13px;
  }

  body.home .pz-home-hero-v4__chips {
    gap: 8px;
    margin-top: 16px;
  }

  body.home .pz-home-hero-v4__chips li {
    min-height: 34px;
    padding: 7px 12px;
    font-size: 11px;
  }

  body.home .pz-home-hero-v4__aside {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  body.home .pz-home-hero-v4__card {
    padding: 14px 14px;
    border-radius: 16px;
  }

  body.home .pz-home-hero-v4__card strong {
    font-size: 15px;
  }

  body.home .pz-home-hero-v4__scrollcue {
    inset: auto 50% 14px auto;
  }

  body.home .pz-home-hero-v4__scrollcue-label {
    font-size: 10px;
  }
}

@media (prefers-reduced-motion: reduce) {
  body.home .pz-home-hero-v4 *,
  body.home .pz-home-hero-v4::before,
  body.home .pz-home-hero-v4::after {
    animation: none !important;
    transition: none !important;
  }

  body.home .pz-home-hero-v4__backdrop,
  body.home .pz-home-hero-v4__orb,
  body.home .pz-home-hero-v4__lines,
  body.home .pz-home-hero-v4__card--top,
  body.home .pz-home-hero-v4__card--bottom {
    transform: none !important;
  }
}




/* --------------------------------------------------------------------------
   HOME HERO V5 — premium dark hero with future light-mode token support.
   -------------------------------------------------------------------------- */
body.home .pz-home-hero-v5 {
  --pz-hero-bg: #080808;
  --pz-hero-bg-2: #15110d;
  --pz-hero-surface: rgba(255,255,255,.06);
  --pz-hero-surface-2: rgba(255,255,255,.08);
  --pz-hero-border: rgba(255,255,255,.12);
  --pz-hero-text: #ffffff;
  --pz-hero-muted: rgba(255,244,226,.8);
  --pz-hero-accent: #d4a244;
  --pz-hero-accent-2: #f3d18a;
  --pz-hero-wave: rgba(181, 39, 20, .8);
  --pz-hero-wave-2: rgba(243, 156, 55, .45);
}

body[data-pz-theme="light"] .pz-home-hero-v5,
body.home .pz-home-hero-v5[data-theme="light"] {
  --pz-hero-bg: #f7f3ea;
  --pz-hero-bg-2: #fffdf8;
  --pz-hero-surface: rgba(255,255,255,.74);
  --pz-hero-surface-2: rgba(255,255,255,.88);
  --pz-hero-border: rgba(31,23,13,.08);
  --pz-hero-text: #17120d;
  --pz-hero-muted: rgba(49,39,26,.78);
  --pz-hero-accent: #bb8b33;
  --pz-hero-accent-2: #e7c26c;
  --pz-hero-wave: rgba(181, 58, 20, .42);
  --pz-hero-wave-2: rgba(243, 156, 55, .22);
}

body.home.pz-home-hero-v5-live {
  --pz-hero-mx: 0;
  --pz-hero-my: 0;
  --pz-hero-scroll: 0;
}

body.home .pz-home-hero-v5 {
  position: relative;
  overflow: clip;
  isolation: isolate;
  min-height: min(780px, calc(100svh - var(--pz-header-bottom, 78px)));
  background:
    radial-gradient(circle at 70% 30%, rgba(212,162,68,.16), transparent 24%),
    radial-gradient(circle at 18% 28%, rgba(212,162,68,.10), transparent 18%),
    linear-gradient(135deg, var(--pz-hero-bg) 0%, var(--pz-hero-bg-2) 56%, #030303 100%);
  color: var(--pz-hero-text);
}

body.home .pz-home-hero-v5__bg,
body.home .pz-home-hero-v5__glow,
body.home .pz-home-hero-v5__waves {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

body.home .pz-home-hero-v5__bg {
  background:
    linear-gradient(90deg, rgba(0,0,0,.36) 0%, rgba(0,0,0,.08) 42%, rgba(0,0,0,0) 100%),
    radial-gradient(circle at center, rgba(255,255,255,.03), transparent 55%);
  opacity: .9;
}

body.home .pz-home-hero-v5__glow {
  filter: blur(30px);
}

body.home .pz-home-hero-v5__glow--one {
  inset: 12% auto auto 44%;
  width: min(42vw, 520px);
  height: min(42vw, 520px);
  border-radius: 999px;
  background: radial-gradient(circle, rgba(238,183,66,.3) 0%, rgba(238,183,66,0) 70%);
  transform: translate3d(calc(var(--pz-hero-mx) * -14px), calc(var(--pz-hero-my) * -10px), 0);
}

body.home .pz-home-hero-v5__glow--two {
  inset: auto -4% 6% auto;
  width: min(34vw, 440px);
  height: min(26vw, 280px);
  background: radial-gradient(circle, rgba(164,35,22,.5) 0%, rgba(164,35,22,0) 70%);
  transform: translate3d(calc(var(--pz-hero-mx) * 10px), calc(var(--pz-hero-my) * 8px), 0);
}

body.home .pz-home-hero-v5__waves {
  inset: auto -6% -8% -6%;
  height: 46%;
  background:
    radial-gradient(circle at 58% 18%, var(--pz-hero-wave-2) 0%, transparent 28%),
    repeating-radial-gradient(circle at 80% 80%, transparent 0 8px, rgba(255,255,255,.02) 8px 9px),
    linear-gradient(180deg, transparent 0%, rgba(0,0,0,.18) 100%);
}

body.home .pz-home-hero-v5__waves::before,
body.home .pz-home-hero-v5__waves::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 100%;
  background-repeat: no-repeat;
  transform: translate3d(calc(var(--pz-hero-mx) * -6px), calc(var(--pz-hero-my) * 4px), 0);
}

body.home .pz-home-hero-v5__waves::before {
  background-image:
    radial-gradient(110% 120% at 72% 100%, transparent 0 52%, var(--pz-hero-wave) 52.5% 53.7%, transparent 54.2%),
    radial-gradient(110% 120% at 84% 100%, transparent 0 58%, rgba(247,127,31,.42) 58.5% 59.2%, transparent 59.7%);
  opacity: .95;
}

body.home .pz-home-hero-v5__waves::after {
  background-image:
    radial-gradient(100% 120% at 32% 100%, transparent 0 58%, rgba(124,20,14,.75) 58.5% 59.2%, transparent 59.7%),
    radial-gradient(100% 120% at 58% 100%, transparent 0 64%, rgba(241,156,55,.26) 64.4% 65.2%, transparent 65.6%);
  opacity: .76;
}

body.home .pz-home-hero-v5__container {
  position: relative;
  z-index: 2;
  width: min(1380px, calc(100% - 42px));
  margin-inline: auto;
  min-height: inherit;
  display: grid;
  grid-template-columns: minmax(320px, 480px) minmax(0, 1fr);
  align-items: center;
  gap: clamp(20px, 4vw, 48px);
  padding: clamp(48px, 6vw, 72px) 0 82px;
}

body.home .pz-home-hero-v5__copy {
  position: relative;
  z-index: 4;
  max-width: 470px;
}

body.home .pz-home-hero-v5__reveal {
  opacity: 0;
  transform: translate3d(0, 16px, 0);
  animation: pzHeroReveal .72s cubic-bezier(.22,.61,.36,1) forwards;
  animation-delay: var(--d, 0s);
}

body.home .pz-home-hero-v5__eyebrow {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 20px;
}

body.home .pz-home-hero-v5__eyebrow span {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  padding: 8px 14px;
  border-radius: 999px;
  border: 1px solid var(--pz-hero-border);
  background: var(--pz-hero-surface);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  color: var(--pz-hero-accent-2);
  font-size: 11.5px;
  font-weight: 800;
}

body.home .pz-home-hero-v5__title {
  margin: 0;
  color: var(--pz-hero-text);
  font-family: 'MobinBold','YekanBakh',sans-serif;
  font-size: clamp(62px, 8vw, 104px);
  line-height: .88;
  letter-spacing: -.06em;
  text-shadow: 0 18px 36px rgba(0,0,0,.22);
}

body.home .pz-home-hero-v5__subtitle {
  margin: 12px 0 0;
  color: var(--pz-hero-accent-2);
  font-size: clamp(24px, 2.15vw, 38px);
  line-height: 1.35;
  font-weight: 900;
}

body.home .pz-home-hero-v5__lead {
  margin: 18px 0 0;
  color: var(--pz-hero-muted);
  font-size: clamp(14px, 1.06vw, 18px);
  line-height: 2;
}

body.home .pz-home-hero-v5__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

body.home .pz-home-hero-v5__btn {
  appearance: none;
  border: 1px solid transparent;
  text-decoration: none !important;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 0 24px;
  border-radius: 16px;
  font-size: 14px;
  font-weight: 800;
  transition: transform .28s ease, background-color .28s ease, color .28s ease, border-color .28s ease, box-shadow .28s ease;
  cursor: pointer;
}
body.home .pz-home-hero-v5__btn:hover { transform: translateY(-2px); }
body.home .pz-home-hero-v5__btn--primary {
  background: linear-gradient(180deg, #f3d18a 0%, #d4a244 100%);
  color: #161109 !important;
  box-shadow: 0 18px 38px rgba(0,0,0,.28);
}
body.home .pz-home-hero-v5__btn--ghost {
  background: var(--pz-hero-surface);
  border-color: var(--pz-hero-border);
  color: var(--pz-hero-text);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
}

body.home .pz-home-hero-v5__features {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  margin-top: 26px;
}
body.home .pz-home-hero-v5__feature {
  min-height: 92px;
  padding: 14px 12px;
  border-radius: 16px;
  border: 1px solid var(--pz-hero-border);
  background: linear-gradient(180deg, rgba(255,255,255,.03), rgba(255,255,255,.01));
}
body.home .pz-home-hero-v5__feature strong {
  display: block;
  color: var(--pz-hero-accent);
  font-size: 13px;
  font-weight: 800;
  line-height: 1.65;
}
body.home .pz-home-hero-v5__feature span {
  display: block;
  margin-top: 6px;
  color: var(--pz-hero-muted);
  font-size: 11px;
  line-height: 1.8;
}

body.home .pz-home-hero-v5__visual {
  position: relative;
  z-index: 3;
  min-height: 540px;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translate3d(0, calc(var(--pz-hero-scroll) * -14px), 0);
}

body.home .pz-home-hero-v5__spotlight {
  position: absolute;
  inset: 12% 10% 12% 14%;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(238,183,66,.36) 0%, rgba(238,183,66,0) 66%);
  filter: blur(8px);
}

body.home .pz-home-hero-v5__shoe {
  position: relative;
  display: block;
  width: min(100%, 760px);
  aspect-ratio: 1.25 / 1;
  z-index: 2;
}
body.home .pz-home-hero-v5__shoe img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center center;
  filter: drop-shadow(0 34px 52px rgba(0,0,0,.38));
  transform: translate3d(calc(var(--pz-hero-mx) * 10px), calc(var(--pz-hero-my) * 6px), 0) scale(calc(1 + var(--pz-hero-scroll) * .02));
  transition: transform .36s ease;
}

body.home .pz-home-hero-v5__info {
  position: absolute;
  right: max(0px, 1vw);
  width: min(230px, 28vw);
  display: grid;
  gap: 6px;
  padding: 16px 16px;
  border-radius: 20px;
  background: var(--pz-hero-surface-2);
  border: 1px solid var(--pz-hero-border);
  box-shadow: 0 16px 30px rgba(0,0,0,.16);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  z-index: 4;
}
body.home .pz-home-hero-v5__info strong {
  color: var(--pz-hero-accent-2);
  font-size: 28px;
  font-weight: 900;
  line-height: 1.2;
}
body.home .pz-home-hero-v5__info span,
body.home .pz-home-hero-v5__info em {
  font-style: normal;
  color: var(--pz-hero-muted);
  font-size: 12px;
  line-height: 1.85;
}
body.home .pz-home-hero-v5__info--top {
  top: 20%;
  transform: translate3d(calc(var(--pz-hero-mx) * -8px), calc(var(--pz-hero-my) * -8px), 0);
}
body.home .pz-home-hero-v5__info--bottom {
  bottom: 16%;
  transform: translate3d(calc(var(--pz-hero-mx) * 8px), calc(var(--pz-hero-my) * 8px), 0);
}

body.home .pz-home-hero-v5__scrollcue {
  position: absolute;
  left: 50%;
  bottom: 18px;
  transform: translateX(-50%);
  display: inline-grid;
  justify-items: center;
  gap: 8px;
  background: transparent;
  border: 0;
  padding: 0;
  color: var(--pz-hero-muted);
  cursor: pointer;
  z-index: 5;
}
body.home .pz-home-hero-v5__scrollcue span {
  font-size: 11px;
  font-weight: 700;
}
body.home .pz-home-hero-v5__scrollcue i {
  position: relative;
  width: 24px;
  height: 40px;
  border-radius: 999px;
  border: 1px solid var(--pz-hero-border);
  background: var(--pz-hero-surface);
}
body.home .pz-home-hero-v5__scrollcue i::before {
  content: "";
  position: absolute;
  top: 8px;
  left: 50%;
  width: 4px;
  height: 7px;
  border-radius: 999px;
  background: var(--pz-hero-accent-2);
  transform: translateX(-50%);
  animation: pzHeroDot 1.6s ease-in-out infinite;
}

@keyframes pzHeroReveal {
  from { opacity: 0; transform: translate3d(0, 18px, 0); }
  to { opacity: 1; transform: translate3d(0, 0, 0); }
}
@keyframes pzHeroDot {
  0% { opacity: 0; transform: translate(-50%, 0); }
  30% { opacity: 1; }
  100% { opacity: 0; transform: translate(-50%, 12px); }
}

@media (max-width: 1200px) {
  body.home .pz-home-hero-v5__container {
    grid-template-columns: minmax(300px, 430px) minmax(0, 1fr);
  }
  body.home .pz-home-hero-v5__features {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 1024px) {
  body.home .pz-home-hero-v5 {
    min-height: auto;
  }
  body.home .pz-home-hero-v5__container {
    width: calc(100% - 24px);
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 24px 0 54px;
  }
  body.home .pz-home-hero-v5__copy {
    max-width: 100%;
    text-align: center;
  }
  body.home .pz-home-hero-v5__eyebrow,
  body.home .pz-home-hero-v5__actions {
    justify-content: center;
  }
  body.home .pz-home-hero-v5__visual {
    min-height: 420px;
    order: 2;
  }
  body.home .pz-home-hero-v5__info {
    width: min(210px, 46vw);
  }
}

@media (max-width: 767px) {
  body.home .pz-home-hero-v5 {
    min-height: auto;
  }
  body.home .pz-home-hero-v5__container {
    width: calc(100% - 14px);
    padding: 10px 0 42px;
    gap: 12px;
  }
  body.home .pz-home-hero-v5__eyebrow {
    gap: 8px;
    margin-bottom: 14px;
  }
  body.home .pz-home-hero-v5__eyebrow span {
    min-height: 30px;
    padding: 6px 10px;
    font-size: 9.5px;
  }
  body.home .pz-home-hero-v5__title {
    font-size: clamp(46px, 15vw, 70px);
  }
  body.home .pz-home-hero-v5__subtitle {
    margin-top: 8px;
    font-size: 18px;
  }
  body.home .pz-home-hero-v5__lead {
    margin-top: 12px;
    font-size: 12.5px;
    line-height: 1.95;
  }
  body.home .pz-home-hero-v5__actions {
    display: grid;
    grid-template-columns: 1fr;
    margin-top: 18px;
  }
  body.home .pz-home-hero-v5__btn {
    width: 100%;
    min-height: 48px;
    border-radius: 14px;
    font-size: 13px;
  }
  body.home .pz-home-hero-v5__features {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
    margin-top: 18px;
  }
  body.home .pz-home-hero-v5__feature {
    min-height: 78px;
    padding: 10px;
  }
  body.home .pz-home-hero-v5__feature strong {
    font-size: 11.5px;
  }
  body.home .pz-home-hero-v5__feature span {
    font-size: 10px;
    line-height: 1.7;
  }
  body.home .pz-home-hero-v5__visual {
    min-height: 310px;
    margin-top: 4px;
  }
  body.home .pz-home-hero-v5__shoe {
    width: 100%;
    aspect-ratio: 1 / .88;
  }
  body.home .pz-home-hero-v5__shoe img {
    object-fit: cover;
    object-position: center 48%;
  }
  body.home .pz-home-hero-v5__info {
    position: static;
    width: 100%;
    margin-top: 10px;
    padding: 14px 14px;
    border-radius: 16px;
  }
  body.home .pz-home-hero-v5__info strong {
    font-size: 20px;
  }
  body.home .pz-home-hero-v5__scrollcue {
    bottom: 8px;
  }
  body.home .pz-home-hero-v5__scrollcue span {
    font-size: 10px;
  }
}

@media (prefers-reduced-motion: reduce) {
  body.home .pz-home-hero-v5 *,
  body.home .pz-home-hero-v5::before,
  body.home .pz-home-hero-v5::after {
    animation: none !important;
    transition: none !important;
  }
}



/* --------------------------------------------------------------------------
   HOME HERO V6 — cleaner composition, transparent shoe, improved mobile.
   -------------------------------------------------------------------------- */
body.home .pz-home-hero-v6 {
  --pz-hero-bg: #050505;
  --pz-hero-bg-2: #0f0b08;
  --pz-hero-text: #ffffff;
  --pz-hero-muted: rgba(255, 247, 233, .82);
  --pz-hero-accent: #d6a74f;
  --pz-hero-accent-2: #f2d188;
  --pz-hero-line: rgba(255,255,255,.12);
  --pz-hero-surface: rgba(255,255,255,.06);
  --pz-hero-surface-2: rgba(255,255,255,.08);
  position: relative;
  overflow: clip;
  isolation: isolate;
  min-height: min(860px, calc(100svh - var(--pz-header-bottom, 78px)));
  background:
    radial-gradient(circle at 72% 34%, rgba(214,167,79,.14), transparent 20%),
    linear-gradient(135deg, var(--pz-hero-bg) 0%, var(--pz-hero-bg-2) 62%, #040404 100%);
  color: var(--pz-hero-text);
}
body[data-pz-theme="light"] .pz-home-hero-v6,
body.home .pz-home-hero-v6[data-theme="light"] {
  --pz-hero-bg: #fbf8f1;
  --pz-hero-bg-2: #ffffff;
  --pz-hero-text: #17120d;
  --pz-hero-muted: rgba(54,41,26,.8);
  --pz-hero-accent: #bf8d32;
  --pz-hero-accent-2: #d6a74f;
  --pz-hero-line: rgba(28,21,11,.1);
  --pz-hero-surface: rgba(255,255,255,.78);
  --pz-hero-surface-2: rgba(255,255,255,.88);
}
body.home.pz-home-hero-v6-live {
  --pz-hero-mx: 0;
  --pz-hero-my: 0;
  --pz-hero-scroll: 0;
}
body.home .pz-home-hero-v6__bg,
body.home .pz-home-hero-v6__glow,
body.home .pz-home-hero-v6__waves {
  position: absolute;
  inset: 0;
  pointer-events: none;
}
body.home .pz-home-hero-v6__bg {
  background:
    linear-gradient(90deg, rgba(0,0,0,.22) 0%, rgba(0,0,0,.08) 36%, rgba(0,0,0,0) 100%),
    radial-gradient(circle at 16% 80%, rgba(255,255,255,.02), transparent 20%);
}
body.home .pz-home-hero-v6__glow { filter: blur(40px); }
body.home .pz-home-hero-v6__glow--gold {
  inset: 18% auto auto 48%;
  width: min(34vw, 420px);
  height: min(28vw, 320px);
  border-radius: 999px;
  background: radial-gradient(circle, rgba(214,167,79,.38) 0%, rgba(214,167,79,0) 70%);
  transform: translate3d(calc(var(--pz-hero-mx) * -12px), calc(var(--pz-hero-my) * -8px), 0);
}
body.home .pz-home-hero-v6__glow--red {
  inset: auto -8% -2% auto;
  width: min(42vw, 540px);
  height: min(22vw, 240px);
  background: radial-gradient(circle, rgba(165,31,19,.58) 0%, rgba(165,31,19,0) 72%);
  transform: translate3d(calc(var(--pz-hero-mx) * 10px), calc(var(--pz-hero-my) * 6px), 0);
}
body.home .pz-home-hero-v6__waves {
  inset: auto -6% -14% -6%;
  height: 42%;
}
body.home .pz-home-hero-v6__waves::before,
body.home .pz-home-hero-v6__waves::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 100%;
}
body.home .pz-home-hero-v6__waves::before {
  background:
    radial-gradient(120% 110% at 78% 100%, transparent 0 57%, rgba(182, 35, 22, .92) 57.4% 58.3%, transparent 58.8%),
    radial-gradient(120% 110% at 68% 100%, transparent 0 68%, rgba(243,165,64,.62) 68.4% 69.1%, transparent 69.6%);
  opacity: .92;
}
body.home .pz-home-hero-v6__waves::after {
  background:
    radial-gradient(120% 110% at 34% 100%, transparent 0 69%, rgba(139,24,14,.65) 69.4% 70.1%, transparent 70.5%),
    radial-gradient(120% 110% at 62% 100%, transparent 0 75%, rgba(243,165,64,.3) 75.3% 75.9%, transparent 76.3%);
  opacity: .7;
}
body.home .pz-home-hero-v6__container {
  position: relative;
  z-index: 2;
  width: min(1380px, calc(100% - 44px));
  margin-inline: auto;
  min-height: inherit;
  display: grid;
  grid-template-columns: minmax(320px, 460px) minmax(420px, 1fr);
  align-items: center;
  gap: clamp(28px, 4vw, 62px);
  padding: clamp(22px, 2.8vw, 40px) 0 58px;
}
body.home .pz-home-hero-v6__copy {
  position: relative;
  z-index: 4;
  max-width: 460px;
}
body.home .pz-home-hero-v6__reveal {
  opacity: 0;
  transform: translate3d(0, 16px, 0);
  animation: pzHeroV6Reveal .72s cubic-bezier(.22,.61,.36,1) forwards;
  animation-delay: var(--d, 0s);
}
body.home .pz-home-hero-v6__eyebrow {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 18px;
}
body.home .pz-home-hero-v6__eyebrow span {
  min-height: 36px;
  display: inline-flex;
  align-items: center;
  padding: 8px 14px;
  border-radius: 999px;
  border: 1px solid var(--pz-hero-line);
  background: var(--pz-hero-surface);
  color: var(--pz-hero-accent-2);
  font-size: 11.5px;
  font-weight: 800;
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}
body.home .pz-home-hero-v6__title {
  margin: 0;
  color: var(--pz-hero-text);
  font-family: 'IRANYekanX','YekanBakh','IRANYekan',sans-serif;
  font-size: clamp(52px, 6.2vw, 82px);
  line-height: .98;
  letter-spacing: -.025em;
  font-weight: 900;
  text-wrap: balance;
}
body.home .pz-home-hero-v6__subtitle {
  margin: 12px 0 0;
  color: var(--pz-hero-accent-2);
  font-size: clamp(24px, 2vw, 34px);
  line-height: 1.45;
  font-weight: 800;
}

body.home .pz-home-hero-v6__lead {
  margin: 18px 0 0;
  color: var(--pz-hero-muted);
  font-size: clamp(14px, 1.05vw, 18px);
  line-height: 2;
}
body.home .pz-home-hero-v6__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 26px;
}
body.home .pz-home-hero-v6__btn {
  appearance: none;
  border: 1px solid transparent;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 0 24px;
  border-radius: 16px;
  text-decoration: none !important;
  font-size: 14px;
  font-weight: 800;
  transition: transform .26s ease, box-shadow .26s ease, background-color .26s ease, border-color .26s ease;
  cursor: pointer;
}
body.home .pz-home-hero-v6__btn:hover { transform: translateY(-2px); }
body.home .pz-home-hero-v6__btn--primary {
  background: linear-gradient(180deg, #f3d18a 0%, #d6a74f 100%);
  color: #17120d !important;
  box-shadow: 0 18px 40px rgba(0,0,0,.2);
}
body.home .pz-home-hero-v6__btn--ghost {
  background: var(--pz-hero-surface);
  border-color: var(--pz-hero-line);
  color: var(--pz-hero-text);
}
body.home .pz-home-hero-v6__features {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  margin-top: 24px;
}
body.home .pz-home-hero-v6__feature,
body.home .pz-home-hero-v6__mobile-feature {
  border: 1px solid var(--pz-hero-line);
  background: linear-gradient(180deg, rgba(255,255,255,.03), rgba(255,255,255,.01));
  border-radius: 16px;
}
body.home .pz-home-hero-v6__feature {
  min-height: 94px;
  padding: 14px 12px;
}
body.home .pz-home-hero-v6__feature strong,
body.home .pz-home-hero-v6__mobile-feature strong {
  display: block;
  color: var(--pz-hero-accent);
  font-size: 13px;
  font-weight: 800;
  line-height: 1.7;
}
body.home .pz-home-hero-v6__feature span,
body.home .pz-home-hero-v6__mobile-feature span {
  display: block;
  margin-top: 6px;
  color: var(--pz-hero-muted);
  font-size: 11px;
  line-height: 1.8;
}
body.home .pz-home-hero-v6__mobile-features { display: none; }
body.home .pz-home-hero-v6__visual {
  position: relative;
  min-height: 600px;
  display: flex;
  align-items: center;
  justify-content: center;
}
body.home .pz-home-hero-v6__spotlight {
  position: absolute;
  inset: 10% 18% 20% 12%;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(214,167,79,.24) 0%, rgba(214,167,79,0) 70%);
  filter: blur(10px);
}
body.home .pz-home-hero-v6__shoe {
  position: relative;
  z-index: 3;
  display: block;
  width: min(100%, 650px);
  aspect-ratio: 1.16 / 1;
}
body.home .pz-home-hero-v6__shoe img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center center;
  filter: drop-shadow(0 34px 52px rgba(0,0,0,.36));
  transform: translate3d(calc(var(--pz-hero-mx) * 4px), calc(var(--pz-hero-my) * 2px), 0) scale(calc(1 + var(--pz-hero-scroll) * .006));
  transition: transform .35s ease;
}
body.home .pz-home-hero-v6__cards {
  position: absolute;
  inset: 0;
  width: 100%;
  pointer-events: none;
}

body.home .pz-home-hero-v6__info {
  position: absolute;
  right: auto;
  width: min(210px, 17vw);
  padding: 18px 18px;
  border-radius: 22px;
  border: 1px solid var(--pz-hero-line);
  background: var(--pz-hero-surface-2);
  box-shadow: 0 16px 34px rgba(0,0,0,.18);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
}
body.home .pz-home-hero-v6__info strong {
  display: block;
  color: var(--pz-hero-accent-2);
  font-size: 28px;
  font-weight: 900;
  line-height: 1.3;
}
body.home .pz-home-hero-v6__info span,
body.home .pz-home-hero-v6__info em {
  display: block;
  margin-top: 6px;
  color: var(--pz-hero-muted);
  font-style: normal;
  font-size: 12px;
  line-height: 1.85;
}
body.home .pz-home-hero-v6__info--brands { top: 20%; left: auto; right: 2%; width: min(200px, 16vw); z-index: 6; }
body.home .pz-home-hero-v6__info--sizes { top: 58%; left: auto; right: 0; width: min(200px, 16vw); z-index: 6; }
body.home .pz-home-hero-v6__scrollcue {
  position: absolute;
  left: 50%;
  bottom: 16px;
  transform: translateX(-50%);
  display: inline-grid;
  justify-items: center;
  gap: 8px;
  background: transparent;
  border: 0;
  color: var(--pz-hero-muted);
  cursor: pointer;
  z-index: 5;
}
body.home .pz-home-hero-v6__scrollcue span { font-size: 11px; font-weight: 700; }
body.home .pz-home-hero-v6__scrollcue i {
  position: relative;
  width: 24px;
  height: 40px;
  border-radius: 999px;
  border: 1px solid var(--pz-hero-line);
  background: var(--pz-hero-surface);
}
body.home .pz-home-hero-v6__scrollcue i::before {
  content: "";
  position: absolute;
  top: 8px;
  left: 50%;
  width: 4px;
  height: 7px;
  border-radius: 999px;
  background: var(--pz-hero-accent-2);
  transform: translateX(-50%);
  animation: pzHeroV6Dot 1.6s ease-in-out infinite;
}
@keyframes pzHeroV6Reveal {
  from { opacity: 0; transform: translate3d(0, 18px, 0); }
  to { opacity: 1; transform: translate3d(0, 0, 0); }
}
@keyframes pzHeroV6Dot {
  0% { opacity: 0; transform: translate(-50%, 0); }
  30% { opacity: 1; }
  100% { opacity: 0; transform: translate(-50%, 12px); }
}
@media (max-width: 1200px) {
  body.home .pz-home-hero-v6__container {
    grid-template-columns: minmax(300px, 420px) minmax(360px, 1fr);
    gap: 24px;
  }
  body.home .pz-home-hero-v6__features { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 1024px) {
  body.home .pz-home-hero-v6 { min-height: auto; }
  body.home .pz-home-hero-v6__container {
    width: calc(100% - 24px);
    grid-template-columns: 1fr;
    gap: 14px;
    padding: 18px 0 48px;
  }
  body.home .pz-home-hero-v6__copy {
    max-width: 100%;
    text-align: center;
  }
  body.home .pz-home-hero-v6__eyebrow,
  body.home .pz-home-hero-v6__actions { justify-content: center; }
  body.home .pz-home-hero-v6__features { display: none; }
  body.home .pz-home-hero-v6__mobile-features {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    margin-top: 18px;
  }
  body.home .pz-home-hero-v6__mobile-feature { padding: 12px 10px; }
  body.home .pz-home-hero-v6__visual {
    min-height: 380px;
    margin-top: 4px;
  }
  body.home .pz-home-hero-v6__cards,
  body.home .pz-home-hero-v6__info {
    display: none !important;
  }
}
@media (max-width: 767px) {
  body.home .pz-home-hero-v6__container {
    width: calc(100% - 16px);
    padding: 22px 0 28px;
    gap: 12px;
  }
  body.home .pz-home-hero-v6__eyebrow { gap: 8px; margin-bottom: 12px; }
  body.home .pz-home-hero-v6__eyebrow span { min-height: 30px; padding: 6px 10px; font-size: 9.5px; }
  body.home .pz-home-hero-v6__title { font-size: clamp(40px, 13vw, 60px); line-height: .95; }
  body.home .pz-home-hero-v6__subtitle { margin-top: 6px; font-size: 15px; line-height: 1.5; }
  body.home .pz-home-hero-v6__lead { margin-top: 10px; font-size: 12.5px; line-height: 1.9; padding-inline: 4px; }
  body.home .pz-home-hero-v6__actions {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
    margin-top: 18px;
  }
  body.home .pz-home-hero-v6__btn { min-height: 48px; width: 100%; font-size: 13px; border-radius: 14px; }
  body.home .pz-home-hero-v6__mobile-features { margin-top: 14px; gap: 8px; }
  body.home .pz-home-hero-v6__mobile-feature { padding: 10px 9px; }
  body.home .pz-home-hero-v6__mobile-feature strong { font-size: 11.5px; }
  body.home .pz-home-hero-v6__mobile-feature span { font-size: 10px; line-height: 1.7; }
  body.home .pz-home-hero-v6__visual {
    min-height: 230px;
    align-items: flex-start;
    margin-top: 6px;
    padding-bottom: 24px;
  }
  body.home .pz-home-hero-v6__spotlight { inset: 6% 10% 28% 10%; }
  body.home .pz-home-hero-v6__shoe {
    width: min(100%, 270px);
    aspect-ratio: 1.08 / 1;
  }
  body.home .pz-home-hero-v6__shoe img {
    transform: none !important;
  }
  body.home .pz-home-hero-v6__cards {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
    margin-top: 0;
  }
  body.home .pz-home-hero-v6__info {
    padding: 12px 10px;
    min-height: 112px;
  }
  body.home .pz-home-hero-v6__info strong { font-size: 20px; }
  body.home .pz-home-hero-v6__info span,
  body.home .pz-home-hero-v6__info em { font-size: 10px; line-height: 1.65; }
  body.home .pz-home-hero-v6__scrollcue { bottom: 8px; }
  body.home .pz-home-hero-v6__scrollcue span { font-size: 10px; }
}
@media (max-width: 480px) {
  body.home .pz-home-hero-v6__cards { grid-template-columns: 1fr 1fr; }
}
@media (prefers-reduced-motion: reduce) {
  body.home .pz-home-hero-v6 *,
  body.home .pz-home-hero-v6::before,
  body.home .pz-home-hero-v6::after { animation: none !important; transition: none !important; }
}



body.home .pz-home-hero-v6__visual {
  justify-content: center;
}
body.home .pz-home-hero-v6__shoe {
  margin-inline: auto;
}
body.home .pz-home-hero-v6__cards {
  position: absolute;
  inset: 0;
  width: 100%;
  pointer-events: none;
}
body.home .pz-home-hero-v6__info {
  width: min(220px, 18vw);
}
@media (max-width: 767px) {
  body.home .pz-home-hero-v6__cards,
  body.home .pz-home-hero-v6__info {
    display: none !important;
  }
  body.home .pz-home-hero-v6__spotlight { inset: 8% 8% 18% 8%; }
}


body.home .elementor.elementor-8564 > .elementor-element.elementor-element-67b59cb {
  display: none !important;
}
body.home:not(.pz-home-hero-v6-live) .elementor.elementor-8564 > .elementor-element.elementor-element-67b59cb {
  display: none !important;
}



@media (max-width: 767px) {
  body.home .pz-home-hero-v6__copy {
    padding-top: 4px;
  }
  body.home .pz-home-hero-v6__eyebrow {
    justify-content: center;
  }
  body.home .pz-home-hero-v6__visual {
    padding-bottom: 48px;
  }
  body.home .pz-home-hero-v6__scrollcue {
    display: inline-grid !important;
    bottom: 4px;
    z-index: 7;
  }
  body.home .pz-home-hero-v6__scrollcue span {
    font-size: 10px;
    text-shadow: 0 2px 10px rgba(0,0,0,.45);
  }
}


body.home:not(.pz-home-hero-v6-live) .elementor.elementor-8564 {
  position: relative;
}
body.home:not(.pz-home-hero-v6-live) .elementor.elementor-8564::before {
  content: "";
  display: block;
  min-height: min(780px, calc(100svh - var(--pz-header-bottom, 78px)));
  background:
    radial-gradient(circle at 70% 35%, rgba(214,167,79,.18), transparent 22%),
    linear-gradient(135deg, #050505 0%, #0f0b08 62%, #040404 100%);
}



body.home .pz-home-hero-v6__visual {
  justify-content: flex-start;
}
body.home .pz-home-hero-v6__shoe {
  margin-left: -28px;
}
body.home .pz-home-hero-v6__info--brands {
  top: 20%;
  right: 6%;
  left: auto;
}
body.home .pz-home-hero-v6__info--sizes {
  top: 56%;
  right: 6%;
  left: auto;
}


@media (max-width: 767px) {
  body.home .pz-home-hero-v6__shoe {
    margin-left: 0;
  }
}

/* --------------------------------------------------------------------------
   HOME HERO V6 — FINAL CLEAN PATCH (stable)
   Restores the home page to light body background and a controlled premium hero.
   -------------------------------------------------------------------------- */
body.home {
  background: #f5f3ef;
  color: #17120d;
}
body.home .elementor.elementor-8564 {
  background: transparent;
}
body.home .elementor.elementor-8564 > .elementor-element.elementor-element-67b59cb {
  display: none !important;
}
body.home .pz-home-hero-v6 {
  min-height: clamp(640px, calc(100svh - var(--pz-header-bottom, 78px)), 760px);
}
body.home .pz-home-hero-v6__container {
  width: min(1320px, calc(100% - 40px));
  grid-template-columns: minmax(360px, 510px) minmax(400px, 1fr);
  gap: clamp(24px, 3.2vw, 54px);
  padding: clamp(18px, 2vw, 28px) 0 64px;
}
body.home .pz-home-hero-v6__copy {
  max-width: 520px;
}
body.home .pz-home-hero-v6__title {
  font-size: clamp(60px, 6vw, 86px);
}
body.home .pz-home-hero-v6__subtitle {
  margin-top: 10px;
}
body.home .pz-home-hero-v6__lead {
  max-width: 48ch;
}
body.home .pz-home-hero-v6__visual {
  min-height: 500px;
  justify-content: center;
}
body.home .pz-home-hero-v6__spotlight {
  inset: 12% 16% 18% 14%;
}
body.home .pz-home-hero-v6__shoe {
  width: min(100%, 560px);
  aspect-ratio: 1.2 / 1;
}
body.home .pz-home-hero-v6__shoe img {
  object-position: center center;
}
body.home .pz-home-hero-v6__cards {
  inset: 0;
}
body.home .pz-home-hero-v6__info {
  width: min(208px, 17vw);
  padding: 16px 16px;
}
body.home .pz-home-hero-v6__info--brands {
  top: 16%;
  right: 6%;
  left: auto;
}
body.home .pz-home-hero-v6__info--sizes {
  top: 54%;
  right: 2%;
  left: auto;
}
body.home .pz-home-hero-v6__scrollcue {
  bottom: 12px;
}

/* Improve home section readability after the hero */
body.home .pz-home-section-intro h2,
body.home .pz-home-lifestyle-section .pz-home-section-intro h2,
body.home [data-id="9fbb714"] .pz-home-brand-intro-widget h2 {
  color: #17120d;
}
body.home .pz-home-section-intro p,
body.home .pz-home-lifestyle-section .pz-home-section-intro p,
body.home [data-id="9fbb714"] .pz-home-brand-intro-widget p {
  color: rgba(23,18,13,.72);
}

@media (max-width: 1200px) {
  body.home .pz-home-hero-v6__container {
    grid-template-columns: minmax(320px, 430px) minmax(360px, 1fr);
    gap: 22px;
  }
  body.home .pz-home-hero-v6__visual {
    min-height: 450px;
  }
  body.home .pz-home-hero-v6__shoe {
    width: min(100%, 500px);
  }
  body.home .pz-home-hero-v6__info--brands { right: 4%; }
  body.home .pz-home-hero-v6__info--sizes { right: 0; }
}

@media (max-width: 1024px) {
  body.home .pz-home-hero-v6 {
    min-height: auto;
    margin-top: 0;
  }
  body.home .pz-home-hero-v6__container {
    width: calc(100% - 24px);
    grid-template-columns: 1fr;
    gap: 8px;
    padding: 18px 0 42px;
  }
  body.home .pz-home-hero-v6__copy {
    order: 1;
    text-align: center;
    max-width: 100%;
  }
  body.home .pz-home-hero-v6__eyebrow,
  body.home .pz-home-hero-v6__actions {
    justify-content: center;
  }
  body.home .pz-home-hero-v6__actions {
    margin-top: 18px;
  }
  body.home .pz-home-hero-v6__mobile-features {
    margin-top: 14px;
  }
  body.home .pz-home-hero-v6__visual {
    order: 2;
    min-height: 300px;
    margin-top: 2px;
    padding-bottom: 44px;
  }
  body.home .pz-home-hero-v6__shoe {
    width: min(100%, 360px);
    max-width: 360px;
  }
  body.home .pz-home-hero-v6__cards,
  body.home .pz-home-hero-v6__info {
    display: none !important;
  }
}

@media (max-width: 767px) {
  body.home .pz-home-hero-v6 {
    margin-top: 0 !important;
    min-height: auto;
  }
  body.home .pz-home-hero-v6__container {
    width: calc(100% - 16px);
    padding: 14px 0 28px;
    gap: 6px;
  }
  body.home .pz-home-hero-v6__copy {
    padding-top: 0;
  }
  body.home .pz-home-hero-v6__eyebrow {
    gap: 8px;
    margin-bottom: 10px;
  }
  body.home .pz-home-hero-v6__title {
    font-size: clamp(44px, 12vw, 58px);
    line-height: .95;
  }
  body.home .pz-home-hero-v6__subtitle {
    font-size: 14px;
    line-height: 1.5;
    margin-top: 4px;
  }
  body.home .pz-home-hero-v6__lead {
    font-size: 12px;
    line-height: 1.9;
    margin-top: 8px;
    padding-inline: 2px;
  }
  body.home .pz-home-hero-v6__btn {
    min-height: 46px;
    border-radius: 14px;
  }
  body.home .pz-home-hero-v6__mobile-features {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
  }
  body.home .pz-home-hero-v6__visual {
    justify-content: center !important;
    align-items: flex-start;
    min-height: 260px;
    margin-top: 8px;
    padding-bottom: 50px;
  }
  body.home .pz-home-hero-v6__spotlight {
    inset: 6% 10% 20% 10%;
  }
  body.home .pz-home-hero-v6__shoe {
    width: min(100%, 300px);
    max-width: 300px;
    aspect-ratio: 1.15 / 1;
    margin-inline: auto;
  }
  body.home .pz-home-hero-v6__shoe img {
    transform: none !important;
  }
  body.home .pz-home-hero-v6__scrollcue {
    bottom: 10px;
  }
}
