/*
 Theme Name:   ProStore Child
 Description:  ProStore Child Theme
 Author:       ProSaqib
 Author URI:   http://xtemos.com
 Template:     woodmart
 Version:      1.0.0
 Text Domain:  woodmart
*/



body{
    line-height: 1.55;
    -webkit-font-smoothing: antialiased;
}
.wd-content-layout{
	padding-inline: 0;
}
.ps-padding-lr{
	padding-left:15px;
	padding-right: 15px;
}
h1, h2, h3, h4 {
    font-weight: 400!important;
    letter-spacing: -.02em;
    line-height: 1.05!important;
}
.e-con-inner{
	max-width: 1280px !important;
}
.btn:hover {
    box-shadow: rgba(0, 0, 0, 0.5) 0px 12px 30px -10px !important;
	transform: translateY(-2px)!important;
}

#slider-54 .wd-slide{
min-height:75vh!important}

.ps-wabtn{
	background: #25D366;
}
.ps-wabtn:hover{
	background: #25CC63;
}
.whb-sticky-prepared .whb-main-header, .whb-sticky-shadow.whb-sticked .whb-row:last-child, .whb-color-dark:not(.whb-with-bg)
{
   background: rgba(244, 241, 234, .75)!important;
    backdrop-filter: saturate(180%) blur(16px)!important;
    -webkit-backdrop-filter: saturate(180%) blur(16px)!important;
}
#menu-main-navigation {
    --wd-navigation-color: 51, 51, 51;
    background: rgba(255, 255, 255, .55);
    border: 1px solid rgba(0, 0, 0, .05);
    border-radius: 999px;
    padding: 3px 5px;
}
.ps-hero {
    position: relative;
    overflow: hidden;
    padding: 40px 0px 0px;
    padding-inline: 0;
}
.ps-single-product-hero {
    position: relative;
    overflow: hidden;
    padding-inline: 15px;
}

.ps-hero::before,.ps-single-product-hero::before {
    content: "";
    position: absolute;
    width: 60%;
    height: 80%;
    filter: blur(60px);
    pointer-events: none;
    inset: -20% -10% auto auto;
    background: radial-gradient(rgba(255, 94, 58, 0.35), transparent 60%);
}
.ps-hero::after, .ps-single-product-hero::after {
    content: "";
    position: absolute;
    width: 55%;
    height: 70%;
    filter: blur(80px);
    pointer-events: none;
    inset: auto auto -30% -10%;
    background: radial-gradient(rgba(196, 255, 58, 0.45), transparent 60%);
}
.ps-eyebrow{
	backdrop-filter: blur(10px);
}
.ps-hero h1 {
    font-size: clamp(48px, 9vw, 108px)!important;
    line-height: .95;
     letter-spacing: -.04em!important;
}
.ps-hero h1 em {
    font-style: italic;
    color: #10509f;
}
.ps-hero h1 span.outline {
    -webkit-text-stroke: 1.5px #242424;
    color: transparent;
    font-style: italic;
}
.ps-hero p {
    font-size: clamp(16px, 1.4vw, 19px);
    max-width: 620px;
    margin: 0px auto 36px;
}
.ps-hero-showcase{
	display: grid;
    grid-template-columns: 1fr 1.4fr 1fr;
    gap: 16px;
    align-items: end;
    max-width: 1100px;
    margin: 0 auto;
    padding-bottom: 20px;
}
.ps-hero-card {
    position: relative;
    border-radius: 24px;
    overflow: hidden;
    aspect-ratio: 3 / 4;
    box-shadow: 0 20px 60px -20px rgba(0, 0, 0, .25);
    transition: transform .4s ease !important;
}
.ps-hero-card:hover {
    transform: translateY(-8px);
}
.ps-hero-card.center {
    aspect-ratio: 4 / 5;
    transform: translateY(-30px);
}
.ps-hero-card.center:hover {
    transform: translateY(-38px);
}
.ps-hero-inner{
	  position: relative;
    max-width: 1280px;
    margin: 0 auto;
    padding: 40px 24px 60px;
}
.ps-marquee {
    background: #1f4c84;
     overflow: hidden;
    border-top: 1px solid rgba(255, 255, 255, .08);
    border-bottom: 1px solid rgba(255, 255, 255, .08);
}
.ps-titlepara h2, .ps-retailer h2,.ps-contact-cta h2{
    font-size: clamp(36px, 5vw, 64px)!important;
     letter-spacing: -.03em!important;
}
.ps-titlepara h2 em {
    font-style: italic;
    color: #10509f;
}
.ps-product-card{
	    position: relative;
    overflow: hidden;
    transition: 0.4s cubic-bezier(0.2, 0.8, 0.2, 1) !important;
}
.ps-product-card:hover, .ps-product-row:hover {
    transform: translateY(-6px);
    box-shadow: rgba(10, 10, 20, 0.18) 0px 30px 60px -30px;
}
.ps-product-card img, .ps-product-card-row img {
    transition: transform .6s ease!important;
}
.ps-product-card:hover img, .ps-product-card-row:hover img {
    transform: scale(1.06);
}
.ps-product-card h3{
	   font-size: 28px;
     margin-bottom: 8px;
    letter-spacing: -.02em;
}
.ps-retailer .ps-step {
    background: rgba(255, 255, 255, .04);
    padding: 36px 28px;
    border-radius: 24px;
    border: 1px solid rgba(255, 255, 255, .08);
    backdrop-filter: blur(10px);
    transition: .3s !important;
}
.ps-retailer .ps-step h4{
     margin-bottom: 10px;
    font-size: 22px;
    font-family: 'Instrument Serif', serif;
    font-weight: 400;
    color: #fff;
}
.ps-retailer .ps-step p {
    color: rgba(255, 255, 255, .65);
    font-size: 15px;
}
 
.ps-retailer .ps-step:hover {
    background: rgba(255, 255, 255, .07);
    transform: translateY(-4px);
}
.ps-retailer h2 em {
    font-style: italic;
    color: #c4ff3a;
}
.ps-contact-cta{
	    background: linear-gradient(135deg, #c4ff3a 0%, #e8c547 100%);
    border-radius: 40px;
    padding: 80px 48px;
    position: relative;
    overflow: hidden;
}
.ps-contact-cta:before {
    content: "✦";
    position: absolute;
    top: 30px;
    left: 40px;
    font-size: 32px;
    opacity: .4;
}
.ps-contact-cta:after {
    content: "✦";
    position: absolute;
    bottom: 30px;
    right: 40px;
    font-size: 32px;
    opacity: .4;
}
.ps-contact-cta p {
    color: rgba(10, 10, 20, .7);
    margin: 0 auto 32px;
    max-width: 560px;
    font-size: 17px;
}
.ps-compare-table {
    box-shadow: rgba(10, 10, 20, 0.25) 0px 30px 80px -40px;
    background: rgb(255, 255, 255);
    border-radius: 32px;
    overflow: hidden;
    border: 1px solid #e3e3e3;
}
.ps-product-row{
	display: grid;
    grid-template-columns: 1.05fr 1.2fr;
    align-items: center;
    gap: 50px;
    background: rgb(255, 255, 255);
    border: 1px solid #e2ddd0;
    border-radius: 32px;
    padding: 32px;
    transition: transform 0.25s, box-shadow 0.25s!important;
}
.ps-product-row-img {
     aspect-ratio: 4 / 3;
    border-radius: 24px;
    overflow: hidden;
    background: #ebe6db;
}
.ps-product-row-reverse-img{
     aspect-ratio: 4 / 3;
    border-radius: 22px 0 22px 0;
    overflow: hidden;
    background: #ebe6db;
}
.ps-row-tag {
    font-weight: 500;
    background: #f4f1ea;
    border: 1px solid #e2ddd0;
 }
.ps-product-row-body h3 {
    font-size: clamp(28px, 3.4vw, 40px);
}
.ps-product-row-body p {
    color: #6b6b78;
     max-width: 520px;
}
.ps-product-row-reverse {
        grid-template-columns: 1fr;
        gap: 24px;
        padding: 20px;
    }
.ps-prodcut-desc h1 {
    font-size: clamp(48px, 9vw, 56px)!important;
    line-height: .95;
     letter-spacing: -.04em!important;
}
.ps-pd-tag{
		    background: linear-gradient(135deg, #c4ff3a 0%, #e8c547 100%);
}
.wd-switch-to-register {
    color: #0a0a14;
    border: 1px solid #0a0a14;
    width: 200px;
}
.wd-switch-to-register:hover {
    color: #0a0a14;
    border: 1px solid #0a0a14;

}
#post-14, #post-60{
	padding: 22px;
}
.wd-registration-page, .woocommerce-ResetPassword {
    background: #FFFFFF99;
    padding: 20px;
    border-radius: 18px;
}
@media (max-width: 900px) {
 
    .ps-contact-cta {
        padding: 48px 28px;
    border-radius: 20px;

    }
.ps-compare-table {
    border-radius: 20px;
}
    .ps-product-row {
        grid-template-columns: 1fr;
        gap: 24px;
        padding: 20px;
    }
}