section {
	padding: 0;
}
.entry-content h1, .entry-content h2, .entry-content h3, .entry-content h4, .entry-content h5, .entry-content h6, .entry-content cite, .entry-content figcaption, .entry-content table, .entry-content address, .entry-content .wp-caption-text, .entry-content .wp-block-file {
	font-family: "Josefin Sans", serif !important;
}
ul, ol {
    margin: 0;
}
h5, h3, h1, h2, h4, h6, p {
	margin: 0;
}

/*Banner Start*/
.banner-image::before , .policies-page-bg::before,.error404 .error-search-wr::before, .shop-page-banner::before, .search .search-page-top-content::before, .woocommerce-account #site-content .entry-header::before, .woocommerce-cart #site-content .entry-header::before, .woocommerce-checkout #site-content .entry-header::before {
  	content: "";
 	position: absolute;
  	top: 0;
  	left: 0;
  	width: 100%;
  	height: 100%;
  	background: rgba(0, 0, 0, 0.3); 
}
.shop-page-banner {
    height: 450px;
    position: relative;
}
.banner p, .comments-section-box p, .stitch-image-content p, .scanner-paragraph p {
	font-size: 24px;
	line-height: 30px;
}
.banner-content  {
	width: 100%;
	height: 100%;
}
.banner {
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
}
.banner-image::before {
	z-index: 1;
}
.banner-image {
    width: 100%;
    height: 100vh; 
    position: relative;
}
.banner-image img {
    width: 100%;
    height: 100vh;
    object-fit: cover;
    position: relative;
    z-index: 0;
}
.banner-text-content {
	width: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    left: 50%;
    text-align: center;
    z-index: 2;
}
.banner-button {
    width: 30px;
    height: 50px;
    border-radius: 30px;
    outline: 2px solid rgb(255, 255, 255);
    box-shadow: 0 0 10px #fff;
    margin: 0 auto;
    cursor: pointer;
}
.banner-footer-button {
	position: absolute;
    bottom: 10%;
    z-index: 3;
    left: 50%;
    transform: translate(-50%);
    width: 100px;
    text-align: center;
}
.archive .banner-footer-button {
	bottom: 10%;
}
.banner-footer-button span {
	position: absolute;
    width: 100%;
    left: 0;
    bottom: -40px;
    color: #fff;
}
.banner-button .scroll {
	width: 5px;
    height: 10px;
    border-radius: 10px;
    background-color: #fff;
    box-shadow: 0 0 10px #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    animation: MoveUpDown 1s linear infinite;
}
@keyframes MoveUpDown {
    from {
        top: 50%;
    }
    to { 
        top: 70%;
    }
}


/*Bed Section*/
.summer a::after {
	content: '';
	background: url('https://zap.stagingwebsite.co.in/wp-content/uploads/2025/01/sun.png') no-repeat;
	position: absolute;
	right: 15px;
	width: 24px;
	height: 24px;
	animation: orbit 5s linear infinite;
}
.get-it::after {
	content: '';
	background: url('https://zap.stagingwebsite.co.in/wp-content/uploads/2025/01/right-arrow.png') no-repeat;
	position: absolute;
	right: 25px;
	width: 16px;
	height: 16px;
	top: 50%;
    transform: translate(0, -50%);
}
.get-it:hover::after {
	right: 10px !important;
	transition: 0.5s all !important;
	background: url('https://zap.stagingwebsite.co.in/wp-content/uploads/2025/01/white-right-arrow.png') no-repeat !important;
}
.get-it:hover {
	background: #f39764 !important;
	color: #fff !important;
}
.bed-section .bx-prev {
	background: url('https://zap.stagingwebsite.co.in/wp-content/uploads/2025/01/arrow.png') no-repeat !important;
}
.bed-section .bx-next {
	background: url('https://zap.stagingwebsite.co.in/wp-content/uploads/2025/01/arrow1.png') no-repeat !important;
}
.bed-section .bx-wrapper .bx-controls-direction a {
	width: 64px !important;
	height: 64px !important;
	z-index: 999 !important;
}
@keyframes orbit {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.bed-section-content {
	width: 100%;
	height: 100%;
}
.bed-section .desktop-image {
    display: block;
}
.bed-section .mobile-image {
    display: none;
}
.bed-section .center-wrapper, .bed-image, .bed-image img, .bed-section .bx-wrapper, .bed-details,  .bed-section .bx-viewport, .bed-section-slider {
	height: 100% !important;
}
.bed-section {
	height: 100vh;
    align-items: center;
    display: flex;
    width: 100%;
	background: #fdfdfd;
	overflow: hidden;
}
.bed-content {
    position: absolute;
    top: 20%;
    left: 50%;
    transform: translate(-50%, 0);
    width: 75%;
}
.bed-button {
	margin-right: 30px;
}
.bed-section img {
	width: 100%;
}
.bed-button {
	padding: 10px 20px;
	border-radius: 10px;
	outline: none;
	font-size: 16px;
	border: 1px solid #fff;
}
.bed-button.active {
	border: 1px solid;
}
.bed-section-content .bx-wrapper {
    position: relative;
    margin-bottom: unset !important; 
    padding: unset !important; 
    -ms-touch-action: pan-y;
    touch-action: unset !important; 
    -moz-box-shadow: 0 0 5px #ccc;
    -webkit-box-shadow: unset !important; 
    box-shadow: unset !important; 
    border: unset !important; 
    background: unset !important;
}
.bed-buttons {
	position: absolute;
    z-index: 1;
    left: 50%;
    transform: translate(-50%, 0);
    top: 10%;
}
.bed-footer-button {
    position: absolute;
    right: 0;
    bottom: 16%;
}
.bed-footer {
	display: inline-block;
    margin: 0 10px;
}
.bed-footer a {
	padding: 7px 50px 4px 20px;
    background: #000;
    color: #fff;
    border-radius: 8px;
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, .25);;
}
.get-it {
	background: #fff !important;
	color: #000 !important;
}


/*Stitch Section */
.stitch {
	overflow: hidden;
}
.stitch .stitchbannervideo {
	width: 100% !important;
	height: 100vh !important;
	object-fit: cover;
}
.stitch-content {
	position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    width: 100%;
}
.stitch-box-content {
	height: 100%;
}
.stitch-image-content p {
	text-align: center;
}
.stitch-logo-detail {
	display: inline-block;
}
.stitch-logo img {
	max-width: fit-content;
	margin: 0 auto;
	width: 100%;
}
.stitch-box-detail {
	background: #fff;
    border-radius: 10px;
    padding: 12px;
    box-shadow: 0 0 30px #00000080;
    display: inline-block;
    min-height: 420px;
    position: relative;
}
.stitch .slick-slide {
	margin: 0 20px;
	position: relative;
}
.stitch .slick-prev {
	left: 20%;
}
.stitch .slick-next, .stitch .slick-prev {
    right: 20%;
    bottom: -30%;
    top: unset !important;
}
.stitch .slick-initialized .slick-slide {
    width: 340px;
    display: inline-block;
}
.stitch .slick-initialized .slick-slide:first-child {
    width: 440px !important;
}
.stitch .slick-track {
	left: -32% !important;
	position: relative !important;
}
.stitch .slick-dots {
	bottom: -80px !important;
	max-width: fit-content;
    left: 50%;
    transform: translate(-50%, 0);
}
.stitch .slick-dots li button:before {
	background: url('https://zap.stagingwebsite.co.in/wp-content/uploads/2025/01/new-moon.png') no-repeat;
	color: unset !important;
	width: 16px !important;
	height: 16px !important;
}
.stitch .slick-dots li button {
	width: 16px !important;
	height: 16px !important;
}
.stitch .slick-dots li {
	margin: 0 20px !important;
}
.stitch-box-detail p {
	font-size: 16px;
    line-height: 24px;
    margin: 10px 0;
}
.stitch-box-detail img {
	width: 100%;
	height: 215px;
	border-radius: 10px;
}
.stitch-box-detail h5 {
	font-size:clamp(1.6rem, 1.354vw, 3rem);
	font-weight: 400;
}
.stitch-box-text {
	padding: 10px 0;
}
.stitch .slick-track::before {
    content: '';
    position: absolute;
    border-top: 1px solid #fff;
    width: 1520px;
    top: -28px;
    left: 663px;
}
.stitch .stitch-box-detail::before {
    content: '';
    background: url('https://zap.stagingwebsite.co.in/wp-content/uploads/2025/01/new-moon.png');
    position: absolute;
    width: 16px;
    height: 16px;
    top: -35px;
    left: 50%;
    transform: translate(-50%, 0);
}
.stitch .slick-list {
	overflow: unset !important;
	padding: 0 !important;
}
.stitch .slick-next::before {
	background: url(https://zap.stagingwebsite.co.in/wp-content/uploads/2025/01/arrow1.png) no-repeat !important;
    width: 64px;
    height: 64px;
    content: '';
    position: absolute;
    top: 0;
}
.stitch .slick-prev::before {
	background: url(https://zap.stagingwebsite.co.in/wp-content/uploads/2025/01/arrow.png) no-repeat !important;
    width: 64px;
    height: 64px;
    content: '';
    position: absolute;
    top: 0;
}
.stitch .slick-prev, .stitch .slick-next { 
    width: 64px !important;
    height: 64px !important
}

/*Arrivals Section Start*/
.arrivals {
	height: 100vh;
    display: flex;
    align-items: center;
	background: #f6f6f6;;
}
.arrivals-box img {
	max-width: fit-content;
	margin: 0 auto;
	width: 100%;
}
.arrivals h2 {
	font-size: 50px;
	text-align: center;
}
.arrivals-box {
	display: inline-block;
	width: 30%;
	vertical-align: middle;
}
.arrivals h4 {
	text-align: center;
    font-size: 25px;
    font-weight: 300;
}
.arrivals p {
    text-align: center;
    font-size: 14px;
}
.arrivals-box-details {
	padding: 20px 0;
}
.arrivals-slider {
	text-align: center;
}
.arrivals .bx-wrapper {
    -ms-touch-action: unset !important;
    touch-action: unset !important; 
    -moz-box-shadow: unset !important;
     -webkit-box-shadow: unset !important; 
    box-shadow: unset !important; 
    border: unset !important; 
    background: unset !important;
    padding: 80px 0 !important;
}
.arrivals .bx-wrapper .bx-controls-direction a, .comments .bx-wrapper .bx-controls-direction a {
    top: unset !important; 
    margin-top: unset !important;
    bottom: -60px !important; 
}
.stitch .bx-wrapper .bx-controls-direction a {
	bottom: -88px !important; 
}
.arrivals .bx-wrapper .bx-prev, .comments .bx-wrapper .bx-prev {
    left: 25% !important;
}
.arrivals .bx-wrapper .bx-next, .comments .bx-wrapper .bx-next {
    right: 25% !important;
}
.arrivals .bx-pager-item, .comments .bx-pager-item {
	margin: 0;
}
.arrivals .bx-wrapper .bx-pager-link.active, .comments .bx-wrapper .bx-pager-link.active {
	background: #000 !important;
}
.arrivals .bx-wrapper .bx-pager.bx-default-pager a, .comments .bx-wrapper .bx-pager.bx-default-pager a{
    width: 70px !important;
    height: 3px !important;
    margin: unset !important; 
    -webkit-border-radius: unset !important; 
    border-radius: unset !important; 
    background: #1e1e1e33;
}
.arrivals .bx-wrapper .bx-next, .comments .bx-wrapper .bx-next {
    background: url(https://zap.stagingwebsite.co.in/wp-content/uploads/2025/01/arrow1.png) no-repeat !important;
    width: 64px;
    height: 64px;
}
.arrivals .bx-wrapper .bx-prev, .comments .bx-wrapper .bx-prev {
    background: url(https://zap.stagingwebsite.co.in/wp-content/uploads/2025/01/arrow.png) no-repeat !important;
    width: 64px;
    height: 64px;
}

/*Media coverage*/
.comments .bx-wrapper {
	max-width: 100% !important;
    -moz-box-shadow: 0 0 5px #ccc;
    -webkit-box-shadow: unset !important; 
    box-shadow: unset !important; 
    border: unset !important; 
    background: unset !important;
}

/*Comments section start*/
.comments {
	height: 100vh;
	background: #f6f6f6;
	display: flex;
	align-items: center;
}
.comments-section-box {
    display: inline-block;
    background: #fff;
    border-radius: 15px;
    padding: 80px 40px;
    margin-left: 90px;
    margin-right: -50px;
    vertical-align: middle;
}
.comments-section-slider {
	text-align: center;
	height: 100%;
}
.user-name {
	float: right;
	padding: 20px 0 0;
}
.user-name h6 {
	font-size: 16px;
	font-weight: 400;
}
.comments-section-box::before {
    content: '';
    background: url('https://zap.stagingwebsite.co.in/wp-content/uploads/2025/01/quote-left.png') no-repeat;
    position: absolute;
    width: 64px;
    height: 64px;
    left: 25px;
    top: 15px;
}
.comments-section-box::after {
    content: '';
    background: url('https://zap.stagingwebsite.co.in/wp-content/uploads/2025/01/quote-bottom.png') no-repeat;
    position: absolute;
    width: 64px;
    height: 64px;
    right: 25px;
    bottom: 15px;
}
.comments .bx-viewport {
	min-height: 370px !important;
}
.comments .bx-wrapper {
	padding: 0 0 40px 0;
}
.comments .bx-controls-auto-item {
	display: none !important;
}
.comments .bx-pager {
	max-width: fit-content !important;
    left: 50% !important;
    transform: translate(-50%, 0) !important;
}
.comments .bx-wrapper .bx-controls-direction a {
    top: unset !important; 
    margin-top: unset !important;
}


/*Scanner Section start*/
.scanner  {
	background: #ffc724;
	display: flex;
	height: 100vh;
	align-items: center;
	text-align: center;
}
.scanner-image, .scanner-details {
	width: 50%;
}
.scanner-logo {
	margin: 40px 0 10px;
}
.goldmark-logo {
	margin-bottom: 20px;
}
.goldmark-logo a img {
	margin: 0 auto;
}
.scanner-paragraph p {
    max-width: 500px;
    margin: 0 auto;
}
.section-footer-button {
	position: absolute;
    right: 0;
    bottom: -20%;
}
.warmth .section-footer-button {
	bottom: 0;
}
.section-footer-button a::after, .buy-now-button a::after {
	content: '';
	background: url('https://zap.stagingwebsite.co.in/wp-content/uploads/2025/01/white-right-arrow.png') no-repeat;
	position: absolute;
	right: 25px;
	width: 16px;
	height: 16px;
	top: 50%;
	transform: translate(0, -50%);
}
.reading-button a::after {
	background: url('https://zap.stagingwebsite.co.in/wp-content/uploads/2025/01/right-arrow.png') no-repeat;
}
.section-footer-button a {
	color: #fff;
    background: #000;
    padding: 10px 50px 10px 20px;
    border-radius: 10px;
}
.section-footer-button a:hover::after {
	right: 10px;
	transition: 0.5s all;
}

/*Warmth Image start*/
.warmth {
	display: flex;
	align-items: center;
	height: 100vh;
}
.warmth-image {
	width: 50%;
}
.warmth-details {
	width: 35%;
	padding: 50px 50px 0;
    text-align: center;
}
.warmth-logo h6 {
	text-transform: unset;
	position: absolute;
    left: 50%;
    bottom: 0;
    transform: translate(-50%, 0);
}
.warmth p {
	font-size: 16px;
	margin: 20px 0;
}
.warmth-logo h6 {
	font-weight: 400;
	font-size: 26px;
}
.warmth-image img {
	filter: grayscale(1);
}
.warmth-image img:hover {
	filter: unset;
}
.reading-button a{
	background: #fff ;
	box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, .25);
}

/*Bedsheet Section Start*/
.archive .products {
	padding: 50px 0 0;
}
.archive .woocommerce-info {
	background: #f6f6f6;
	border-color: #f39764;
	margin-bottom: unset;
}
.woocommerce-info {
	border-color: #f39764;
}
.woocommerce .content-area .site-main {
    margin: unset !important; 
}
.bedsheet-image {
	display: flex;
    justify-content: center;
    align-items: center;
}
.woocommerce .bedsheet-banner-section, .bedsheet-banner-content, .bedsheet-image {
	height: 100%;
	width: 100%;
}
.woocommerce .bedsheet-banner-section {
	width: 100%;
}
.products {
	background: #f6f6f6;
}
ul.products li.product .woocommerce-loop-product__link {
    max-width: fit-content;
    margin: 0 auto;
    position: relative;
}
.woocommerce .content-area {
    max-width: unset; 
    padding: unset; 
    margin: unset; 
    position: relative;
}
.woocommerce section {
     padding-top: unset; 
     padding-bottom: unset; 
}
.woocommerce .country, .woocommerce .subscribe {
	padding: 48px 0;
}

.woocommerce .header-icons, .woocommerce .header-logo {
    filter: invert(0);
}
.woocommerce .dots, .product-buy-page-container .flex-control-nav, .product-buy-page-container .woocommerce-product-gallery__trigger, .woocommerce-result-count, .woocommerce-breadcrumb, ul.products li.product .button, .woocommerce .onsale, .woocommerce-ordering  {
	display: none;
}
.woocommerce .container {
	scroll-snap-type: unset;
}
.woocommerce .navbar ul li a {
	color: #fff !important;
}
.bedsheet-content h1 {
	text-align: center;
}
.woocommerce .country {
	background: #fff;
}
.woocommerce ul.products li.product {
	text-align: center;
	width: 46.05%;
	margin: 0 25px 50px;
	display: unset;
}
ul.products li.product .woocommerce-loop-product__link img {
	transition: transform .4s;
}
ul.products li.product .woocommerce-loop-product__link:hover img {
	transform: scale(1.1);
    transform-origin: 50% 50%;
}
ul.products li.product .woocommerce-loop-product__title {
    margin: 30px 0 .5rem;
}
.woocommerce-shop .star-rating {
	display: none !important;
}




.product-buy-page-container .woocommerce-product-gallery {
	float: unset !important;
	width: 100% !important;
	max-width: unset;
}
.product-buy-page-container .product-left-content {
	width: 60%;
}
.product-buy-page-container .product-right-content {
	width: 40%;
	padding: 150px 0 100px 60px;
}
.product-buy-page-container {
	overflow: hidden;
}
.product-buy-page-container .summary {
	float: unset !important; 
    width: unset !important; 
    clear: unset !important
}
.product-buy-page-container .summary h1 {
	color: #000 !important;
	font-size: 22px !important;
    line-height: 35px !important;
    font-weight: 500 !important;
}
.product-buy-page-container .summary .price {
    font-size: 30px;
    font-weight: 600;
    position: relative;
    display: flex !important;
    flex-direction: row;
    max-width: 80%;
    flex-wrap: wrap;
    align-items: center;
}
.product-buy-page-container .summary .price del, .product-buy-page .related .slick-slide .price del {
	order: 2;
	margin: 0 10px;
}
.product-buy-page .related .star-rating {
	display: none !important;
}
.product-buy-page-container .summary .price ins, .product-buy-page .related .slick-slide .price ins {
	order: 1;
	position: relative;
}
.product-buy-page-container .summary .price ins::before, .related .price ins::before {
	content: "MRP: ";
    font-size: 20px;
    color: #535454;
    letter-spacing: 0;
}
.product-buy-page-container .product-left-content .woocommerce-product-gallery {
    margin-bottom: 0 !important; 
}
.product-buy-page .sc-dis-price {
    order: 3;
    padding: 7px;
    border: 1px solid #535454;
    border-radius: 5px;
    font-size: 14px;
    color: #535454;
    margin-left: 10px;
}
.product-buy-page-container .summary .winter-button {
	max-width: fit-content;
	margin: 30px 0;
	order: 1;
}
.product-buy-page-container .summary .winter-button a {
	padding: 6px 50px 6px 20px;
    background: #1e1e1e;
    color: #fff;
    font-size: 16px;
}
.product-buy-page-container .summary .crop-image-before {
	background: #1e1e1e;
    width: 16px;
    height: 38px;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%, 100% 50%);
    display: inline-block;
    position: absolute;
    left: -15px;
}
.product-buy-page-container .summary .crop-image-after {
	clip-path: polygon(100% 0, 0 50%, 100% 100%, 0 100%, 0 0);
	background: #1e1e1e;
    width: 16px;
    height: 38px;
    display: inline-block;
    position: absolute;
    right: -15px;
}
.product-buy-page .related h2 {
    font-size: 35px;
    text-align: center;
    font-weight: 600;
}
.product-buy-page .related {
	overflow: hidden;
	background: unset;
}
.product-buy-page .related .slick-prev {
	left: 25px;
	z-index: 1;
	width: 16px;
	height: 16px;
	top: 30%;
	padding: 20px;
}
.product-buy-page .related .slick-next {
	right: 25px;
	width: 16px;
	height: 16px;
	z-index: 1;
	top: 30%;
	padding: 20px;
}
.product-buy-page .related .slick-next:before, .product-buy-page .related .slick-prev:before {
    content: '';
    background: url(https://zap.stagingwebsite.co.in/wp-content/uploads/2025/01/right-arrow-1.png) no-repeat;
    width: 16px;
    height: 16px;
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.product-buy-page .related .slick-prev:before {
	background: url('https://zap.stagingwebsite.co.in/wp-content/uploads/2025/01/next.png') no-repeat !important;
}
.product-buy-page .columns-6 {
	margin: 20px 0 40px 0;
}
.product-buy-page .slick-list {
	background: #fff;
	width: 100%;
}
.product-buy-page .related .product {
	margin: 0 !important;
}
.product-buy-page .flex-viewport, .product-buy-page-container .woocommerce-product-gallery__image {
	height: 900px !important;
}
.product-buy-page .woocommerce-product-gallery img, .product-buy-page-container .woocommerce-product-gallery__image a {
    width: 100%;
    height: 100%;
}
.product-buy-page .flex-viewport {
	overflow: visible !important;
}
.product-buy-page-container .woocommerce-product-gallery__image {
	float: unset !important;
}
.product-buy-page .woocommerce-product-gallery__wrapper {
	-ms-overflow-style: none; 
    scrollbar-width: none; 
    scroll-behavior: smooth;
    overflow-y: scroll; 
    height: 900px;
    width: 100% !important;
    scroll-snap-type: y mandatory;
}
.product-buy-page-container .woocommerce-product-gallery__wrapper > .woocommerce-product-gallery__image {
    scroll-snap-align: start;
}
.product-buy-page-container .zoomImg {
	position: unset !important;
	display: none !important;
}
.product-buy-page-container .product-right-content .inclusive-tax {
	font-size: 16px;
	margin-top: -25px;
	line-height: 26px;
}
.woocommerce-variation-add-to-cart {
	margin-top: 30px;
}
.product-buy-page-container .product-right-content .woo-selected-variation-item-name, .product-buy-page-container .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image:first-child {
	display: none !important;
}
.product-buy-page-container td {
    padding: 5px 0 20px;
}
.review-section .tabs .description_tab, .review-section .woocommerce-Tabs-panel--description {
	display: none !important;
}
.woo-variation-swatches.wvs-show-label .variations th label[for="pa_color"] {
	margin-top: 20px !important;
}
.product-buy-page-container .product-right-content table tr {
	border: unset;
	align-items: center;
}
.product-buy-page-container .product-right-content table {
	margin: 0 !important;
}
.product-buy-page-container .product-right-content table tr th {
	border: unset;
	padding: 0;
    max-width: fit-content;
}
.product-buy-page-container .product-right-content table tr td, .product-buy-page-container .product-right-content table {
	border: unset;
}
.product-buy-page-container .product-right-content table .button-variable-item-single {
	padding: 20px !important;
    border: 1px solid #000 !important;
    border-top-left-radius: 10px !important;
    border-bottom-left-radius: 10px !important;
    margin: 0 !important;
}
.product-buy-page-container .product-right-content table .button-variable-item-king {
	padding: 20px !important;
    border: 1px solid #000 !important;
    border-top-right-radius: 10px !important;
    border-bottom-right-radius: 10px !important;
    margin: 0 !important;

}
.product-buy-page-container .product-right-content table li:hover {
	border: 1px solid #000 !important;
	outline: none;
	box-shadow: unset !important;
}
.product-buy-page-container .product-right-content table .bed-size-buttons li.selected {
	background: #000 !important;
    color: #fff !important;
}
.product-buy-page-container .product-right-content table .image-variable-items-wrapper li {
	width: 60px !important;
	height: 60px !important;
	box-shadow: unset !important;
	border: unset !important;
	margin-bottom: 25px !important;
}
.product-buy-page-container .product-right-content .single_add_to_cart_button {
	opacity: unset !important;
	order: 3;
	background: #27CB72 !important;
    border-radius: 10px;
    padding: 5px 50px 5px 20px;
    font-size: 14px;
    text-decoration: none;
    position: relative;
    text-transform: unset;
}
.product-buy-page-container .product-right-content .single_add_to_cart_button::after {
	content: '';
	background: url('https://zap.stagingwebsite.co.in/wp-content/uploads/2025/01/white-right-arrow.png') no-repeat;
	position: absolute;
	right: 25px;
	width: 16px;
	height: 16px;
	top: 50%;
	transform: translate(0, -50%);
}
.product-buy-page-container .product-right-content .single_add_to_cart_button::after {
	animation: buy 2s linear infinite;
}
@keyframes buy {
  0%{
    right : 10px;
  }
  50%{
    right : 30px;
  }
  100%{
    right : 10px;
  }
}
.product-buy-page-container .product-right-content .woocommerce-variation-add-to-cart {
	display: flex !important;
    flex-direction: row;
    max-width: 50%;
    flex-wrap: wrap;
}
.product-buy-page-container .product-right-content .woocommerce-variation-add-to-cart .quantity {
	order: 2;
}
.product-buy-page-container .product-right-content .woocommerce-variation-add-to-cart .quantity .qty {
	padding: 12px 20px 12px 10px;
}
.product-buy-page-container .product-right-content .reset_variations, .product-buy-page-container .product-right-content .product_meta {
	display: none !important;
}
[data-wvstooltip]:before {
   display: none !important;
}
.product-buy-page-container .product-right-content .image-variable-items-wrapper li {
    border-radius: 5px !important;
}
.product-buy-page-container .product-right-content .image-variable-items-wrapper li:hover {
	border: 1px solid #527e47 !important;
}
.bed-size-buttons .selected:after, .image-variable-items-wrapper .selected:after {
	line-height: 0;
    bottom: -15px !important;
    border-color: #000;
    border-radius: 50%;
    top: unset;
    visibility: visible;
    opacity: 1;
}

.product-buy-page .title-details .title {
    padding: 15px 30px;
    cursor: pointer;
    border: 1px solid #e5e5e5;
    font-size: 23px;
}
.product-buy-page .title-details .description-details {
	background: #f39764;
}
.product-buy-page .title-details .title::after {
	content: '';
	background: url('https://zap.stagingwebsite.co.in/wp-content/uploads/2025/01/right-arrow-1.png') no-repeat;
	width: 16px;
	height: 16px;
	position: absolute;
	right: 40px;
	top: 50%;
	transform: translate(0, -50%);
}
.product-buy-page .title.active:after{
	background: url('https://zap.stagingwebsite.co.in/wp-content/uploads/2025/01/right-arrow-1-1.png') no-repeat;
}
.product-buy-page .product-table-content .details {
    padding: 30px 20px;
    display: none;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    position: relative;
    overflow: hidden;
    text-align: center;
}
.product-buy-page .product-table-content .details .details-image-content img, .care-image-content img, .delivery-image-content img {
	object-fit: cover;	
	height: 100%;
	width: 100%;
}
.product-buy-page .details-image-content {
	position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.product-buy-page .product-table-text-content {
	color: #fff;
    z-index: 1;
    position: relative;
    line-height: 25px;
}
.product-buy-page .product-table-content {
	width: 50%;
	margin: 0 auto;
}
.product-buy-page .product-page-table {
	margin: 80px 0;
}
.product-buy-page .product-page-table .details-container {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.product-buy-page .unique-feature-content {
	display: inline-block;
	width: 19%;
	vertical-align: middle;
}
.product-buy-page .unique-feature-image img {
	max-width: fit-content;
	margin: 0 auto;
}
.product-buy-page .unique-feature-text {
	color: #535454;
	font-size: 12px;
}
.product-buy-page .product-view {
	background: #f6f6f6;
	width: 45%;
	display: inline-block;
	border-radius: 10px;
	padding: 15px 10px;
	margin: 5px 10px;
	font-size: 16px;
	color: #535454;
	line-height: 25px;
}
.product-buy-page .care-details, .product-buy-page .delivery-details {
	padding: 0 !important;
}
.product-buy-page .care-text-content p, .submenu span, #submit, .woocommerce-Tabs-panel--reviews p, .woocommerce-Tabs-panel--reviews h2, .reading-button a, .woocommerce ul li a, .product-buy-page-container .summary .price, .product-buy-page .related h2, .product-buy-page .delivery-text-content p, .product-buy-page .care-text-content {
	color: #000;
}
.product-buy-page .care-text-content {
    z-index: 1;
    position: absolute;
    text-align: left;
    font-size: 16px;
    top: 50%;
    transform: translate(0, -50%);
    line-height: 24px;
    padding: 0 30px;
}
.product-buy-page .iron-content {
	right: 0;
}
.product-buy-page .delivery-text-content {
	width: 40%;
    text-align: left;
    position: absolute;
    z-index: 1;
    right: 50px;
    top: 50%;
    transform: translate(0, -50%);
}
.product-buy-page .delivery-text-content a {
	color: #0289FD;
}
.product-buy-page .metafield-rich_text_field p {
	color: #1E1E1E;
	text-align: left;
}
.product-buy-page .related .slick-slide {
	margin: 0 5px !important;
}
body .qib-button-wrapper {
	display: unset !important;
    float: unset;
    order: 2;
}
.single-product form.cart input[type=number] {
    width: 50px;
}
.wqpmb_input_text {
	width: 40px !important;
	padding: 0 !important;
	background: #a19f9f14 !important;
}
body .qib-button-wrapper .plus.qib-button, body .qib-button-wrapper .minus.qib-button  {
     background: unset !important;
     border: unset !important;
}
.qib-button-wrapper button:hover, .qib-button-wrapper button:focus {
	text-decoration: none !important;
}
.product-buy-page .related .slick-slide h2 {
	font-size: 16px !important;
	font-weight: 300 !important;
	text-align: left;
	margin: 30px 0 20px !important;
}
.product-buy-page .related .slick-slide .price {
	font-size: 30px;
	font-weight: 600;
	display: flex;
	align-items: center;
}
.product-buy-page .related .slick-slide .price .sc-dis-price {
	padding: 0 5px !important;
}
.archive .star-rating {
	display: none !important;
}
.additional_information_tab, .woocommerce-Tabs-panel--additional_information {
	display: none !important;
}
.review-section .woocommerce-tabs {
	display: block !important;
}
.product-buy-page-container .woocommerce-product-rating {
	display: flex;
    align-items: flex-start;
    flex-direction: column;
}
.product-buy-page-container .product-right-content .woocommerce-review-link {
	color: #333 !important;
	font-size: 16px;
}
.single-product .entry-title {
    margin: 0 0 5px !important;
}
.single-product .woocommerce-product-rating {
    margin: 0 !important;
}
.single-product .summary p.price {
    margin-bottom: 10px !important;
    display: none !important;
}
.woocommerce-Tabs-panel--reviews {
	display: block !important;
}
.review-section {
	padding: 50px 0 !important;
	overflow: hidden;
}
#reviews .review {
	width: 40%;
	display: inline-block;
    margin: .5rem 10rem 2.5rem 0 !important;
}
.woocommerce-tabs {
	margin: unset !important;
}
#reviews .description p {
	font-size: 14px !important;
}
.woocommerce-tabs #comments {
	margin-bottom: 30px;
}
.product-buy-page-container .single_variation_wrap .single_variation {
	margin: 20px 0 !important;
}
.single-product .navbar ul li a {
	color: #000 !important;
}
.single-product .header-icons, .single-product .header-logo {
    filter: invert(1);
}
.single-product .main-header {
	position: relative;
}
.single-product .header {
	width: 100%;
	position: absolute;
}
.single-product .country {
	background: #f6f6f6;
}
.single-product .woocommerce-message {
    margin-bottom: 0;
    border-top: unset;
    outline: none;
    color: #fff;
    background: #27CB72;
    gap: 5px;
}
.single-product .woocommerce-message a.button {
	background: #ffffff; /* White button for contrast */
    color: #28a745; /* Green text to match the theme */
    font-size: 16px;
    font-weight: 600;
    padding: 12px 20px;
    border-radius: 6px;
    text-transform: uppercase;
    text-align: center;
    transition: all 0.3s ease-in-out;
    border: 2px solid #28a745; /* Green border */
}
.single-product .woocommerce-message a:hover {
    background: #28a745; /* Green on hover */
    color: #ffffff; /* White text on hover */
    transform: scale(1.06);
    text-decoration: unset !important;
}
.woocommerce-notices-wrapper:has(.woocommerce-message) {
	margin-top: 75px;
}
h1.entry-title, h2.entry-title {
    font-weight: 500;
}
.entry-content p, .blog-page-wr h4, .blog-page-wr p, .blog-page-wr h2, .blog-page-wr h4 a, h1.entry-title, h2.entry-title {
   	color: #000;
}
.entry-content > .alignwide {
	margin: 0 auto;
}
.singular .entry-header {
    padding: 8rem 0 0;
}
.page-template-template-blog .main-header {
	position: relative;
}
.blog-left-right-wr {
	max-width: 80%;
	margin: 0 auto;
}
.blog-page .lpp-post-blk {
    display: inline-block;
    width: 45%;
    margin: 0 10px 20px;
    vertical-align: middle;
}
.blog-page .lpp-post-content {
	min-height: 600px;
}
.blog-page .lpp-post-area {
	text-align: center;
}
.blog-page .lpp-post-content {
	border-radius: 10px;
	border: 1px solid #000;
}
.blog-page .lpp-post-img-blk img {
	border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    width: 100%;
}
.blog-page .blog-page-details {
	padding: 30px;
	text-align: left;
}
.blog-page .blog-page-details h4 {
	font-size: 26px;
    font-weight: 400;
    line-height: 34px;
}
.blog-page .blog-page-details p, .single-post .entry-content p, .category .entry-content p {
	font-size: 18px;
    line-height: 30px;
    color: #1E1E1E;
}
.single-post .entry-content h2, .category .entry-content h2 {
    font-size: 30px;
    font-weight: 600;
}
.lpp-post-img-blk {
	max-height: 300px;
	overflow: hidden;
}
.lpp-post-blk {
    overflow: hidden;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.lpp-post-blk img {
    transition: transform 0.3s ease;
}
.lpp-post-blk:hover img {
    transform: scale(1.1);
}
.lpp-post-blk:hover .blog-page-details h4 {
	text-decoration: underline;
}
.blog-page {
    padding: 100px 0;
}
.blog-page .pager {
	max-width: fit-content;
	margin: 40px auto 0;
}
.blog-page .page-numbers {
	margin: 0 20px;
	font-size: 24px;
	color: rgb(18, 18, 18);
}
.blog-page .page-numbers.current {
	border-bottom: 1px solid rgb(18, 18, 18);
}
.blog-page .post-date {
    font-size: 22px !important;
    padding: 15px 0 5px;
}
.category .post-date {
	padding: 0 0 5px;
	margin: 0 0px 0 30px;
}
.category .entry-categories {
    margin-bottom: 2rem;
}
.singular .featured-media-inner, .category .featured-media-inner {
	width: 54% !important;
}
.page-template-template-blog .topbar, .bulk-purchase-content form p:last-of-type .wpcf7-spinner, .contact-page-content form p:last-of-type .wpcf7-spinner, .category #site-content .post-author, .single-post #site-content .post-author, #site-content .post-comment-link, .single-post .entry-categories, .single-post .topbar, .page-template-contact-page .topbar, .page-template-bulk-purchase .topbar {
	display: none;
}
.page-template-template-blog .header, .single-post .header, .page-template-bulk-purchase .main-header {
	position: fixed;
	width: 100%;
}
.page-template-bulk-purchase .bulk-purchase-section .center-wrapper {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
.blog-page h1 {
    font-weight: 500;
    text-align: center;
    margin-bottom: 60px;
}
.single-post .wp-block-heading, .category .wp-blog-heading, .blog-page h1, .warmth p, .scanner-paragraph p, .comments p, .arrivals p, .arrivals h4, .arrivals h2, .stitch-box-detail p, .bed-button {
	color: #000;
}
.category .wp-block-heading {
	color: #1E1E1E;
	margin: 15px auto !important;
}
.single-post .entry-title, .category .entry-title {
	font-size:40px;
	line-height: 55px;
	text-align: left;
	color: #1E1E1E;
}
.single-post .entry-content > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide), .category .entry-content > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide) {
    max-width: 75rem;
    margin: 0 auto;
}
.category .entry-content p {
	margin: 10px auto 0 !important;
}
.category .entry-title {
	display: none;
}
.single-post .entry-content h2{
    margin: 4rem auto 1rem;
}
.single-post #site-content .featured-media {
	margin-top: 100px;
}
.single-post #site-content .entry-header, .category .entry-header {
    padding: 0;
    margin-top: 10px;
}
.single-post #site-content .entry-content h1, .category .entry-content .entry-categories-inner a{
	text-transform: unset;
	font-size: 50px;
    line-height: 60px;
}
.category .entry-content .entry-categories-inner a {
	text-align: left;
	color: #1E1E1E !important;
	margin: 30px 0 0;
	border-bottom: unset;
	font-weight: 400;
	max-width: fit-content;
}
.category .entry-categories-inner {
	margin: 0;
}
.single-post #site-content .entry-content h1, .single-post #site-content .entry-header-inner, .category .entry-header  {
	margin: 0;
}
.single-post #site-content .section-inner.medium, .category .section-inner.medium {
	width: unset;
	max-width: unset;
}
.single-post #site-content .post-meta-wrapper, .category .post-meta-wrapper {
	margin: 5px 0 20px;
}
.single-post .wp-block-heading {
	margin: 20px auto 0 !important;
}
.single-post #site-content .post-meta-single-top .post-meta, .category .post-meta-single-top .post-meta {
	justify-content: unset;
}
.single-post #site-content .wp-block-image, .category .wp-blog-image {
	margin-top: 1rem;
	margin-bottom: 2rem;
}
.single-post #site-content .entry-content p, #site-content .entry-content .wp-block-list, .category .entry-content p {
	margin-bottom: 1rem;
}
.single-post #site-content .entry-content .wp-block-list li, .category .entry-content .wp-block-list li {
	list-style: unset;
}
.single-post #site-content, .category #site-content {
	padding: 0 0 80px 0;
}
.single-post #site-content .back-to-blog-button, .category .back-to-blog-button {
	max-width: fit-content;
    margin: 30px auto 0;
}
.single-post #site-content a, .category #site-content a {
	color: #0289FD;
}
.single-post #site-content .back-to-blog-button a, .category .back-to-blog-button a {
	color: #1E1E1E !important;
	position: relative;
}
.single-post #site-content .back-to-blog-button a::before, .category .back-to-blog-button a::before {
    content: '';
    background: url(https://zap.stagingwebsite.co.in/wp-content/uploads/2025/01/next.png) no-repeat;
    position: absolute;
    top: 50%;
    width: 16px;
    height: 16px;
    transform: translate(0, -50%);
    left: -25px;
}
.single-post #site-content .featured-media-inner img, .category .featured-media-inner img {
	max-width: 100%;
	width: 100%;
}
.single-post #site-content .post-date a, .category #site-content .post-date a {
	color: #1E1E1E !important;
}

/*Contact Page*/
.contact-page-section {
	height: 110vh;
	display: flex;
	align-items: center;
	width: 100%;
}
.contact-page-content {
	width: 28%;
	margin-right: 100px;
}
.contact-page-content .contact-paragraph, .bulk-purchase-content .bulk-purchase-paragraph  {
	color: #1E1E1E;
	text-align: center;
	margin: 5px 0;
}
.contact-page-content form p, .bulk-purchase-content form p {
	margin: 10px 0;
}
.contact-page-content form .contact-page-fields, .bulk-purchase-content form .bulk-purchase-fields {
	border-radius: 10px;
    border: 1px solid #000;
    padding: 1.2rem 1.8rem;
}
.contact-page-content h3, .bulk-purchase-content h3 {
	font-size: 25px;
    font-weight: 500;
    color: #1E1E1E;
    line-height: 35px;
}
.contact-page-content, .bulk-purchase-content {
	background: #fff;
    border-radius: 10px;
    padding: 30px;
}
.contact-page-content form p:last-of-type, .bulk-purchase-content form p:last-of-type {
  	max-width: fit-content;
 	float: right;
 	position: relative;
}
.contact-page-submit-button, .bulk-page-request-button {
	background: #000 !important;
    border-radius: 10px !important;
    padding: 12px 50px 12px 30px !important;
    max-width: fit-content !important;
    text-transform: unset !important;
    float: right;
}
.contact-page-submit-button:hover, .bulk-page-request-button:hover {
	text-decoration: none !important;
	background: #f39764 !important;
	transition: 0.5s all;
}
.contact-page-content form p .contact-page-submit-button, 
.bulk-purchase-content form p .bulk-page-request-button {
    background: #000 url("https://zap.stagingwebsite.co.in/wp-content/uploads/2025/01/white-right-arrow.png") no-repeat right 15px center !important;
}

.contact-page-content form input::placeholder, .bulk-purchase-content form input::placeholder, .contact-page-content form textarea::placeholder, .bulk-purchase-content form textarea {
	font-size: 14px;
	font-weight: 500;
}
.contact-page-content form textarea {
	resize: none;
}

/*Bulk Purchase section*/
.bulk-purchase-section {
	height: 100vh;
	display: flex;
	align-items: center;
	width: 100%;
	animation: colorChange 6s infinite;
}
@keyframes colorChange {
    0% { background-color: #FAC95C; }   
    20% { background-color: #CFD6EE; }  
    40% { background-color: #FFBF84; }  
    60% { background-color: #FDA985; }  
    80% { background-color: #E7F9B1; } 
    100% { background-color: #B4DEA9; }
}
.bulk-purchase-content {
	width: 24%;
	margin: 0 100px 0 0;
}
.bulk-purchase-content form .bulk-purchase-fields {
    padding: 0.9rem 1.8rem;
}
.bulk-purchase-content form textarea {
    height: 5rem;
}
.bulk-purchase-head {
	width: 65%;
}
.bulk-purchase-head h1 {
	color: #1E1E1E;
    font-size: 100px;
    font-weight: 600;
    line-height: 120px;
    padding: 0 150px;
    text-transform: unset;
}

/*Category*/
.category .archive-title {
	color: #1E1E1E;
}
.category .main-header .topbar {
	display: none;
}
.category .header-footer-group .color-accent {
	color: #f39764 !important;
}
.category .archive-header {
    display: none;
}
.category article {
	padding: 2rem 0 0 !important;
}
.category .featured-media img {
	width: 100%;
}
.category hr {
    margin: 3rem auto 0;
}
.woocommerce-cart .back-to-blog-button,.woocommerce-account .back-to-blog-button, .woocommerce-checkout .back-to-blog-button {
	display: none;
}
.woocommerce-cart .header-logo, .woocommerce-cart .header-icons, .woocommerce-account .header-logo, .woocommerce-account .header-icons, .woocommerce-checkout .header-logo, .woocommerce-checkout .header-icons {
	filter: invert(0);
}
.woocommerce-cart .navbar ul li a, .woocommerce-checkout .navbar ul li a, .woocommerce-account .navbar ul li a {
	color: #fff !important;
}
.woocommerce-cart .entry-header-inner, .woocommerce-account .entry-header-inner, .woocommerce-checkout .entry-header-inner {
	position: relative;
	z-index: 1;
}
.woocommerce-cart .entry-header-inner h1, .woocommerce-account .entry-header-inner h1, .woocommerce-checkout .entry-header-inner h1 {
	color: #fff;
}
table.wc-block-cart-items .wc-block-cart-items__row .wc-block-components-product-name {
	color: #f39764 !important;
}
.wp-block-woocommerce-cart, .wp-block-woocommerce-checkout {
	padding: 50px;
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.wc-block-cart__submit-button {
	background: linear-gradient(135deg, #ff7e31, #ff3b2f);
    color: #ffffff;
    font-size: 18px;
    font-weight: bold;
    border-radius: 8px;
    text-transform: uppercase;
    margin-top: 20px !important;
}
.wc-block-cart__submit-button:hover {
	background: linear-gradient(135deg, #e65100, #b71c1c); /* Darker orange-red */
    transform: scale(1.01);
    box-shadow: 0px 6px 14px rgba(255, 59, 47, 0.6);
}
.woocommerce-cart #site-content .entry-header, .woocommerce-account #site-content .entry-header, .woocommerce-checkout #site-content .entry-header {
	position: relative;
	width: 100%;
	height: 450px;
	padding: unset;
	display: flex;
	align-items: center;
	max-width: 100%;
	background: url('https://zap.stagingwebsite.co.in/wp-content/uploads/2025/02/16X06.jpg') no-repeat center/cover;
}
.woocommerce-cart #site-content .entry-content h1, .woocommerce-account #site-content .entry-content h1, .woocommerce-checkout #site-content .entry-content h1 {
	margin: 0 !important;
}
.wc-block-components-checkout-place-order-button__text {
	background: linear-gradient(135deg, #008000, #004d00); /* Deep Green Gradient */
    color: #ffffff; /* White text for contrast */
    font-size: 18px;
    font-weight: bold;
    padding: 14px 24px;
    border-radius: 8px; /* Smooth rounded edges */
    text-transform: uppercase;
    text-align: center;
    transition: all 0.3s ease-in-out;
    box-shadow: 0px 4px 10px rgba(0, 128, 0, 0.4); /* Soft shadow for depth */
    border: none;
    cursor: pointer;
}
.wc-block-components-checkout-place-order-button {
	max-width: fit-content;
	padding: 0 !important;
	text-decoration: unset !important;
	min-height: unset !important;
}
.wc-block-components-checkout-place-order-button__text:hover {
	background: linear-gradient(135deg, #004d00, #008000);
    transform: scale(1.02);
    box-shadow: 0px 6px 14px rgba(0, 128, 0, 0.6); 
    text-decoration: unset !important;
}
.wc-block-components-product-badge {
	padding: 5px !important;
}
.wc-block-components-totals-coupon__button {
	max-width: fit-content;
    background: linear-gradient(135deg, #ff9e5e, #ff5733);
    color: #ffffff;
    font-size: 18px;
    font-weight: bold;
    border-radius: 8px;
    text-transform: uppercase;
    transition: all 0.3s ease-in-out;
}
.wc-block-components-totals-coupon__button:hover {
	background: linear-gradient(135deg, #ffb07a, #ff6847);
    text-decoration: unset !important;
}
.wc-block-components-shipping-calculator-address__button {
	background: linear-gradient(135deg, #ff914d, #ff5733) !important;
    color: #ffffff !important;
    font-size: 16px;
    font-weight: bold;
    border-radius: 6px;
    transition: all 0.3s ease-in-out !important;
}
.wc-block-components-shipping-calculator-address__button:hover {
	background: linear-gradient(135deg, #ffaa66, #ff6847);
    box-shadow: 0px 4px 10px rgba(0, 115, 230, 0.4) !important;
    text-decoration: unset !important;
}
.wc-block-cart__empty-cart__title {
	color: #000;
	margin: 0 !important;
}
.page-template-bulk-purchase .wpcf7 form .wpcf7-response-output, .page-template-contact-page .wpcf7 form .wpcf7-response-output {
    margin: 5em 0.5em 1em !important;
}

/*My Account Page*/
.woocommerce-account h2 {
	color: #1E1E1E;
	margin: 5rem auto 3rem;
	font-size: 45px;
	font-weight: 500;
}
.woocommerce-account .entry-header {
	margin-bottom: unset;
}
.woocommerce-account #site-content .woocommerce {
	padding: 50px 60px
}
.woocommerce-account h2 {
	margin: 0 auto 3rem !important;
}
.woocommerce-account .woocommerce-LostPassword {
	margin-top: 20px;
}
.woocommerce-LostPassword a, .woocommerce-account .woocommerce a {
	color: #f39764;
}
.woocommerce-account .woocommerce-MyAccount-navigation li.is-active a {
	color: #f39764;
}
.woocommerce-account .woocommerce-form-register p {
	margin: 5px 0;
}
.woocommerce-account .woocommerce-form-row {
	margin-top: 20px !important;
}
.woocommerce-account table.account-orders-table .button {
	background-color: #ff6600;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    border-radius: 8px;
    transition: all 0.3s ease;
}
.woocommerce-account table.account-orders-table .button:hover {
    background-color: #cc5500;
    color: #ffffff;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
    text-decoration: unset !important;
}
.woocommerce-account .wc-forward {
	color: #fff !important;
}
.woocommerce-account .woocommerce-EditAccountForm button {
	background-color: #28a745;
    font-size: 16px;
    font-weight: bold;
    border-radius: 8px;
    transition: all 0.3s ease;
}
.woocommerce-account .woocommerce-form-login__submit {
	background: linear-gradient(135deg, #0073aa, #00bcd4);
    font-size: 16px;
    font-weight: bold;
    padding: 12px 24px;
    border-radius: 50px;
    transition: all 0.3s ease-in-out;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
}
.woocommerce-account .woocommerce-form-login__submit:hover {
	background: linear-gradient(135deg, #005f8d, #0097a7);
    transform: translateY(-2px);
    box-shadow: 0px 6px 14px rgba(0, 0, 0, 0.3);
    text-decoration: unset !important;
}
.woocommerce-account .woocommerce-privacy-policy-text a, .search .pest-inner-page-wr a {
	color: #f39764;
}
.woocommerce-account .woocommerce-form-register__submit {
	background: linear-gradient(135deg, #ff5f6d, #ffc371);
    font-size: 16px;
    font-weight: bold;
    padding: 12px 24px;
    border-radius: 50px;
    transition: all 0.3s ease-in-out;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
}
.woocommerce-account .woocommerce-form-register__submit:hover {
	background: linear-gradient(135deg, #ff3e52, #ffb347);
    transform: translateY(-2px);
    box-shadow: 0px 6px 14px rgba(0, 0, 0, 0.3);
    text-decoration: unset !important;
}

/*search page*/
.search h2 {
    text-align: center;
    font-size: 40px;
    text-transform: uppercase;
    font-weight: 500;
    color: #000;
    z-index: 1;
	position: relative;
}
.search h2 span {
	color: #000;
	z-index: 1;
	position: relative;
}
.search .found-title {
    text-align: center !important;
    z-index: 1;
    position: relative;
    max-width: 500px;
    margin: 10px auto;
}
.search-submit {
    background: linear-gradient(135deg, #ff5f6d, #ffc371) !important;
    color: #ffffff;
    font-size: 16px;
    font-weight: bold;
    padding: 12px 20px;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    margin: 0 !important;
}
.search-submit:hover {
	background: linear-gradient(135deg, #ff3e52, #ffb347) !important;
    transform: scale(1.02);
}
.search-form .search-field {
	margin: 0 !important;
}
.search .footer p {
	color: #fff;
}
.search-form {
	margin: 0 !important;
}
.search .search-wrapper {
	max-width: 90%;
    margin: 60px auto;
}
.search p {
	color: #1E1E1E;
}
.search h3 {
	font-size: 30px;
    line-height: 40px;
    margin-bottom: 5px;
    color: #1E1E1E;
    font-weight: 400 !important;
    text-align: left !important;
}
.search .search-post-wr {
	margin-bottom: 40px;
	display: flex;
}
.search .search-image a, .search .search-image a img {
	width: 100% !important;
}
.search .search-image, .search .featuredimg-card {
	width: 500px;
}
.search .search-page {
	padding-left: 50px;
}
.search .custom-pagination {
	max-width: fit-content;
	margin: 0 auto 30px;
}
.search .custom-pagination .page-numbers {
	margin: 0 20px;
}
.search .search-page-form {
	width: 30%;
	margin: 0 auto;
	z-index: 1;
	position: relative;
}
.search .author-description {
	margin-bottom: 10px;
}
.search .no-res {
	max-width: fit-content;
	margin: 40px auto;
}
.search .search-page-top-content {
	padding: 120px 0;
	position: relative;
	background: url('https://zap.stagingwebsite.co.in/wp-content/uploads/2025/02/2000X450.jpg') no-repeat center/cover;
}
.search .topbar, .error404 .topbar {
	display: none;
}
hr.wp-block-separator {
   display: none;
}
.missing-post-thumbnail h2 {
	color: #1E1E1E;
	margin: 3rem auto 3rem;
}
.error404 .error-search-wr {
	height: 100vh;
    width: 100%;
    display: flex;
    align-items: center;
    position: relative;
    justify-content: center;
    background: url(https://zap.stagingwebsite.co.in/wp-content/uploads/2025/02/15X48-1.jpg) no-repeat center / cover;
}
.error404 .error-search-wr .center-wrapper {
	margin-top: -200px;
}
.error404 .intro-text p {
	color: #000;
}
.error404 .intro-text {
	max-width: 60%;
    margin: 0 auto 20px;
}
.error404 .pest-left-right-wr {
	max-width: fit-content;
	margin: 0 auto;
	position: relative;
	z-index: 1;
}
input[type="search"]:focus {
	outline: unset;
}
.error404 h1 {
	font-size: 40px;
    line-height: 55px;
}
.woocommerce .star-rating {
    display: inline-block;
    position: relative;
    font-size: 22px !important; 
    margin: 0 !important;
    color: #FFD700; 
}
.woocommerce .star-rating span::before {
    content: "★★★★★";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    overflow: hidden;
    color: #FFD700; 
}
.star-rating::before {
	display: none;
}
.woocommerce-Address-title h2 {
	margin: 2rem auto 1rem !important;
}
.woocommerce-order-received .woocommerce {
	padding: 2vw 6vw !important;
}
.woocommerce-order-received .woocommerce-table--order-details {
	margin: 0;
}
.woocommerce-order-received h2 {
	margin: 2rem auto 1rem;
	font-size: 45px;
    font-weight: 600;
}
.woocommerce-order-received .woocommerce-table__product-name a {
	color: #f39764;
}

/*Privacy policy section*/
.policies-page-bg {
	height: 450px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    position: relative;
}
.page-template-privacy-policy .header-logo, .page-template-terms-of-service .header-icons, .page-template-terms-of-service .header-logo, .page-template-shipping-policy .header-icons, .page-template-shipping-policy .header-logo, .page-template-return-and-exchange .header-icons, .page-template-return-and-exchange .header-logo, .page-template-privacy-policy .header-icons {
	filter: invert(0);
}
.page-template-privacy-policy .navbar ul li a, .page-template-terms-of-service .navbar ul li a, .page-template-shipping-policy .navbar ul li a, .page-template-return-and-exchange .navbar ul li a {
	color: #fff !important;
}
.policies-page-content {
	padding: 50px 0;
}
.policies-page p {
	color: #000;
	text-align: center;
	max-width: 80%;
	margin: 0 auto;
}
.policies-page h2 {
	font-size: 45px;
	z-index: 1;
	position: relative;
    font-weight: 600;
    color: #fff;
    margin-top: 9rem;
    text-align: center;
}
.wp-block-woocommerce-checkout {
	margin-bottom: 20px !important;
}
.wc-block-grid__product-title {
	color: #f39764 !important;
}
.wc-block-grid__product-onsale, .wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link {
	background: #f39764 !important;
}
.wp-block-product-new .wc-block-grid__product-rating {
	display: none;
}