.onlymobileView{
  display: none;
}
.footerBox.footerBottom .box figure {
    margin: 0;
}
.footerBox.footerBottom .box figure img {
    max-width: 184px;
}
.copyWrite p span {
    display: block;
    color: rgba(255, 255, 255, 0.50);
    text-align: center;
    font-family: var(--Font--family2);
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0.4px;
    text-transform: uppercase;
}
.cart-contents{
	position:relative;
}
.cart-contents .cart-count {
position: absolute;
    right: -3px;
    top: -5px;
    width: 14px;
    height: 14px;
    background: #30a67f;
    border-radius: 50%;
    color: #fff;
    font-size: 10px;
    text-align: center;
    line-height: 1.2;
}
@media screen and (min-width: 1600px) {
	.marqueeContent {
		display: flex;
		width: max-content;
		animation: scroll-left 20s linear infinite;
	}
	header#masthead .container, .googleReviewSec .container{
		max-width: 100%;
        padding:0 5.5%;
	}
}


@media screen and (max-width:1023px) {
	.header-search-form .ywcas-input-field input{
		width: 380px !important;
	}
	.ywcas-overlay-search.lapilliUI-Box__root .lapilliUI-Box__root button.lapilliUI-IconButton__root.lapilliUI-IconButton--ghost.lapilliUI-IconButton--colorDefault{
		width: 495px;
	}
}
@media screen and (max-width:980px) {
   .marqueeWrap{
      height: auto;
      padding: 5px 0;
   }
   .marqueeContent{
      animation: scroll-left 30s linear infinite;
   }
   .marqueeBox{
       padding: 0 6px;
   }
   .marqueeBox figure {
      margin: 0 8px 0 0;
      line-height: 0;
  }
  .marqueeBox figure svg {
      width: 10px;
  }
  .marqueeBox p{
    font-size: 10px;
  }
  header#masthead{
    padding: 16px 0;
	top: 27px;
  }
  header .site-branding{
    gap: 16px;
  }
  header .site-branding .humberIcon {
      width: 24px;
      height: 24px;
      cursor: pointer;
      margin-right: 10px;
  }
  header .site-branding .humberIcon svg {
    width: 24px;
    height: 24px;
  }
  .custom-logo-link {
    display: inline-block;
    width: 86px;
    height: 40px;
  }
  .css-2hpm6a .ywcas-input-field-wrapper {
     border: 0;
  }
  .SearchWrap button.header-search-button {
    display: none;
  }
  .SearchWrap input.header-search-input, .header-search-form .ywcas-input-field input, .header-search-form .wp-block-yith-search-block .ywcas-classic-search.ywcas-small input {
      width: 45px!important;
      height: 45px!important;
      border-radius: var(--Cards-Radius-Small, 40px)!important;
      border: 1px solid var(--Stroke-On-Neutral-Primary, #30A67F)!important;
      padding: 12px!important;
      font-size: 0!important;
	  position: relative;
  }
  .SearchWrap .inputWrapper::before{
      left: 14px;
      top: 14px;
  }
	.ywcas-input-field.lapilliUI-Input__root::before{
		content: "";
		position: absolute;
		left: 29px;
        top: 14px;
		background-image: url(../images/serachIcon.svg);
		background-position: left center;
		background-repeat: no-repeat;
		background-size: 18px;
		width: 18px;
		height: 18px;
	}
  .css-2hpm6a .ywcas-submit-button{
	 display:none;
  }
  .css-2hpm6a .ywcas-input-field-wrapper {
    border: 0 !important;
  }
  header .rightSideMenu a.compareIcon {
    display: none;
 }
 header .rightSideMenu a.favoriteIcon {
    display: none;
 }
 header .rightSideMenu a.cart-contents {
    display: none;
 }
 header#masthead .SearchWrap {
    position: absolute;
    right: 70px;
    top: 19px;
	width: auto;
}
.sliderContentWrap {
    width: 100%;
    padding: 0 15px;
}
.heroBannerSliderSec h2{
  font-size: 36px;
  line-height: 52px;
  padding: 0 0 20px;
}
.heroBannerSliderSec p{
  font-size: 16px;
  line-height: 24px;
}
.sliderContentWrap::before{
    border-radius: 406px;
    opacity: 0.6;
    background: #020202;
    filter: blur(160px);
}
.heroBannerSliderSec .swiper-button-next {
    right: 8%;
}
.heroBannerSliderSec .swiper-button-prev {
    left: 8%;
}
.heroBannerSliderSec .swiper-button-next, .heroBannerSliderSec .swiper-button-prev{
  bottom: 50px;
}
.heroBannerSliderSec .swiper-button-prev:after, .heroBannerSliderSec .swiper-rtl .swiper-button-next:after, .homeSecondSliderSec .swiper-button-prev:after, .homeSecondSliderSec .swiper-rtl .swiper-button-next:after {
    content: url(../images/prevIcon_mobile.png);
}
.heroBannerSliderSec .swiper-button-next:after, .heroBannerSliderSec .swiper-rtl .swiper-button-prev:after, .homeSecondSliderSec .swiper-button-next:after, .homeSecondSliderSec .swiper-rtl .swiper-button-prev:after {
    content: url(../images/nextIcon_mobile.png);
}
.heroBannerSliderSec .swiper-pagination-bullet, .homeSecondSliderSec .swiper-pagination-bullet{
  height: 8px;
}
.googleReviewSec{
  padding: 24px 0;
}
.onlymobileView{
   display: block;
}
.googleReviewSec .boxWrap .box.box2 {
  position: absolute;
  left: 0;
  bottom: -5px;
  gap: 10px;
}
.starIconWrap{
	display: flex;
	align-items: center;
	gap: 6px;
	margin-top: 20px;
}
.googleReviewSec .boxWrap .box {
    flex: 0 0 49%;
    width: 49%;
    text-align: left;
}
.googleReviewSec .boxWrap .box.box1 svg {
    width: 75px;
    height: 24px;
}
.googleReviewSec .boxWrap .box.box1 p {
    font-size: 10.292px;
    line-height: 14.584px;
    letter-spacing: 0.104px;
    text-align: left;
}
.googleReviewSec .boxWrap .box.box3 p {
    text-align: left;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0.2px;
    padding-left: 20px;
}
.homeCategoryListSec{
  padding: 60px 0 60px 24px;
}
.homeCategoryListSec .container {
	margin: 0;
	max-width: 1200px;
	overflow-x: auto;
	display: flex;
	flex-wrap: nowrap;
	scroll-snap-type: x mandatory;
	-webkit-overflow-scrolling: touch;
	scrollbar-width: none;
}
.homeCategoryListSec .container::-webkit-scrollbar, .colorBoxWrap::-webkit-scrollbar {
    height: 0px; /* Chrome, Safari, Edge */
}
/* Show scrollbar on hover */
.homeCategoryListSec .container:hover, .colorBoxWrap:hover{
    scrollbar-width: thin; /* Firefox */
}
.homeCategoryListSec .container:hover::-webkit-scrollbar, .colorBoxWrap:hover::-webkit-scrollbar{
    height: 8px; /* Adjust as needed */
}
/* Optional: style the scrollbar thumb/track for better appearance */
.homeCategoryListSec .container::-webkit-scrollbar-track, .colorBoxWrap::-webkit-scrollbar-track{
    background: transparent;
}
.homeCategoryListSec .container::-webkit-scrollbar-thumb, .colorBoxWrap::-webkit-scrollbar-thumb{
    background-color: rgba(0, 0, 0, 0.4);
    border-radius: 4px;
}
.shop-card {
	padding: 12px;
	justify-content: flex-start;
	align-items: center;
	border-radius: 20px;
	margin-bottom: 24px;
	flex: 0 0 70%;
	scroll-snap-align: start;
	margin-right: 15px;
	gap: 16px;
}
.shop-card .icon-box {
    line-height: 0;
}
.shop-card .icon-box img {
    width: 72px;
}
.shop-content{
   margin-left: 0;
   transform: translateY(0);
}
.shop-title {
	font-size: 16px;
	line-height: 24px;
	letter-spacing: 0.22px;
	font-weight: 700;
	max-width: 95%;
	font-family: var(--Font--family2);
}
	.specialOffersSec{
		padding:60px 0;
	}
	.specialOffersSec .heading .btnLinkWrap {
    display: none;
}
.heading h2 {
    font-size: 24px;
    font-weight: 600;
    line-height: 28px;
    letter-spacing: -0.12px;
    text-transform: capitalize;
	margin-bottom: 15px;
}
.heading p {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.64px;
    margin: 0;
}
	.chooseUsBecauseSec{
		padding:60px 0;
	}
	.chooseUsBecauseSec h2 {
		text-align: center;
		font-size: 24px;
		font-weight: 600;
		line-height: 28px;
		letter-spacing: -0.12px;
		text-transform: capitalize;
		margin-bottom:32px;
	}
	.chooseUsBecauseSec .boxWrap{
		flex-direction:column;
		 margin: 60px 0 0;
	}
	.chooseUsBecauseSec .boxWrap .box{
		padding:12px 0;
		width: 100%;
	}
	.boxWrap .box h3 {
		text-align: center;
		font-size: 22px;
		font-weight: 700;
		line-height: 32px;
		letter-spacing: 0.22px;
	}
	.chooseUsBecauseSec .homeCtaSec{
		display: none;
	}
	.homeSecondSliderSec{
		padding:60px 0;
	}
	.slderBoxWrap figure {
		margin: 0;
		padding: 0;
		line-height: 0;
		border-radius: 40px;
		height: 532px;
		width: 100%;
		display: block;
	}
	.slderBoxWrap figure img {
		width: 100%;
		border-radius: 40px;
		height: 100%;
		object-fit: cover;
	}
	.slderBoxWrap .sliderText h2 {
		font-size: 28px;
		font-weight: 640;
		line-height: 42px;
		letter-spacing: -0.14px;
		text-transform: capitalize;
	}
	.slderBoxWrap .sliderText p {
		font-size: 16px;
		font-weight: 400;
		line-height: 24px;
		letter-spacing: 0.64px;
		margin: 0;
		padding: 0;
	}
	.slderBoxWrap .sliderText a.btnFrostedMint{
		display:none;
	}
	.slderBoxWrap .sliderText {
		top: auto;
		bottom: 0;
		left: 0;
		right: auto;
		padding: 24px;
		border-bottom-left-radius: 40px;
	}
	.slderBoxWrap .sliderText::before {
		right: auto;
		left: -120px;
		top: auto;
		bottom: 0;
		border-radius: 438.726px;
		opacity: 0.6;
		background: radial-gradient(50% 50% at 50% 50%, #30A67F 0%, #134031 100%);
		filter: blur(53.9072380065918px);
		transform: rotate(-75deg);
	}
	.homeSecondSliderSec .swiper-button-next {
		right: 5%;
	}
	.homeSecondSliderSec .swiper-button-prev {
		left: 5%;
	}
	.findPerfectFloorSec{
		padding:60px 0;
	}
	h2.singleTitle {
		text-align: center;
		font-size: 24px;
		font-weight: 600;
		line-height: 32px;
		letter-spacing: -0.12px;
		text-transform: capitalize;
	}
	.colorBoxWrap {
		overflow-x: auto;
		display: flex;
		flex-wrap: nowrap;
		scroll-snap-type: x mandatory;
		-webkit-overflow-scrolling: touch;
	}

	.colorBoxWrap .box {
		flex: 0 0 80%; 
		scroll-snap-align: start;
		margin-right: 15px;
	}
	.colorBoxWrap{
		gap:24px;
	}
	.colorBoxWrap .box {
		display: flex;
		width: 246px;
		padding: 60px 20px;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		gap: 24px;
		flex: 0 0 246px;
	}
	.ecoFriendlyCollectionSec {
       padding: 60px 0;
	}
	.ecoFriendlyCollectionSec h2.singleTitle {
		margin-bottom: 32px;
	}
	.ecoTwoboxWrap{
		display: flex;
		align-items: flex-start;
		gap: 24px;
		align-self: stretch;
		flex-direction: column;
	}
	.mostpopular_tag {
		padding: 5px 10px;
		font-size: 10px;
		font-weight: 400;
		line-height: 20px;
		letter-spacing: 0.4px;
	}
	.ecoTwoboxWrap .productInfo {
		padding: 16px;
		gap: 24px;
		left: 16px;
		bottom: 16px;
		width: calc(100% - 32px);
		flex-direction: column;
	}
	.ecoTwoboxWrap .productInfo .left {
		display: flex;
		justify-content: space-between;
		align-items: center;
		width: 100%;
	}
	.ecoTwoboxWrap .productInfo .left span {
		color: #FFF;
		font-size: 24px;
		font-weight: 700;
		line-height: 24px;
		letter-spacing: 1px;
	}
	.ecoTwoboxWrap .rightSide {
		display: flex;
		flex-wrap: wrap;
		gap: 24px;
	}
	.ecoTwoboxWrap .rightSide .btnWrap {
		order: 3;
		margin-top: 0;
		width: 100%;
	}
	.ecoTwoboxWrap .rightSide .imgBox {
		margin-top: 0;
		flex: 0 0 calc(50% - 12px);
	}
	.ecoTwoboxWrap .rightSide .imgBox figure {
		border-radius: 20px;
		width: 100%;
		height: 179px;
	}
	.ecoTwoboxWrap .rightSide .imgBox figure img {
		width: 100%;
		height: 100%;
		object-fit: cover;
		border-radius: 20px;
	}
	.faqSec {
		padding: 60px 0;
		display: block;
	}
	.faqSec h2.singleTitle {
		margin-bottom: 32px;
	}
	.accordion-header {
		font-size: 16px;
		font-weight: 700;
		line-height: 24px;
		letter-spacing: 0.2px;
	}
	.site-footer{
		padding:60px 0 80px;
	}
	.footerBox {
		margin-bottom: 0;
		flex-direction: column;
		gap: 0;
	}
	.footerBox .box {
		width: 100%;
		border-bottom: 1px solid rgba(255, 255, 255, 0.20);
		margin-bottom: 24px;
		padding-bottom: 12px;
	}
	.footerBox h3{
		color: #FFF;
		font-size: 16px;
		font-weight: 700;
		line-height: 24px;
		letter-spacing: 0.2px;
		margin-bottom: 0;
		position: relative;
	}
	.footerBox.footerTop h3:before, .footerBox.footerMiddle .box:nth-child(1) h3:before, .footerBox.footerMiddle .box:nth-child(2) h3:before{
		position:absolute;
		right:0;
		top:0;
		content:"";
		background-image:url(../images/CaretDown_arrow.png);
		width:24px;
		height:24px;
		background-position:center center;
		background-repeat:no-repeat;
		background-size:cover;
		transition: transform 0.3s ease;
	}
	.footerBox.footerTop h3.active:before, .footerBox.footerMiddle .box:nth-child(1) h3.active:before, .footerBox.footerMiddle .box:nth-child(2) h3.active:before{
        transform: rotate(180deg);
	}
	.footerBox .box ul {
		display: none;
	}
	.footerBox ul li a{
		font-size:13px;
	}
	.footerBox.footerBottom figure img {
		width: 120px;
	}
	.footerBox.footerBottom .box {
		border: 0;
	}
	.footerBox.footerBottom .box:nth-child(2) {
		display: flex;
		align-items: center;
		justify-content: space-between;
		margin: 0;
        padding: 0;
	}
	.socialLinksWrap svg {
		width: 48px;
	}
	.footerBox.footerBottom {
		margin-bottom: 40px;
		justify-content: space-between;
		margin-top: 10px;
	}
    .footerBox.footerMiddle .box:nth-child(3) {
		display: none;
	}
	.footerBox.footerBottom .box:nth-child(1) {
		display: flex;
		align-items: center;
		justify-content: space-between;
	}
	.footerBox.footerBottom .box .onlymobileView img {
		width: 160px;
		max-width: 100%;
	}
	.mobileFixedMenu {
		position: fixed;
		bottom: 0;
		left: 0;
		width: 100%;
		background: #fff;
		border-radius: 16px 16px 0 0;
		box-shadow: 0 -2px 8px -2px rgba(0, 0, 0, 0.10);
		padding: 16px 40px;
		display: flex;
		justify-content: space-between;
		align-items: center;
		flex-shrink: 0;
		z-index: 9999;
	}
	.mobileFixedMenu a {
		display: flex;
		flex-direction: column;
		align-items: center;
		text-decoration: none;
	}
	.mobileFixedMenu a svg {
		width: 24px;
		height: 24px;
		margin-bottom: 5px;
	}
	.mobileFixedMenu a span {
		color: #7C7C7A;
		font-family: var(--Font--family2);
		font-size: 12px;
		font-style: normal;
		font-weight: 400;
		line-height: 20px;
		letter-spacing: 0.12px;
	}
.menu-wrapper {
    padding: 24px;
    width: calc(100% - 40px);
    border-radius: 20px;
    box-shadow: 0 0 16px 2px rgba(54, 54, 53, 0.20);
    backdrop-filter: blur(10px);
	max-width: 350px;
}
.close-btn svg {
    width: 32px;
    height: 32px;
}
.menu-wrapper a {
    font-family: var(--Font--family);
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: 0.2px;
	padding: 10px 16px;
}
.popup-box {
    width: calc(100% - 48px);
    max-width: 382px;
    padding: 24px;
    border-radius: 32px;
	height: 90vh;
	overflow: hidden;
	overflow-y: scroll;
	max-height: 614px;
}
.popup-box h2 {
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: 0.2px;
}
.popup-box p {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.64px;
    margin: 0;
}
.popup-close{
	height: 40px;
	width: 40px;
	top: 15px;
	right: 15px;
}
.popup-close svg {
    width: 22px;
    height: 22px;
}
.popup-options {
    display: flex;
    gap: 20px;
    margin-top: 20px;
}
.popup-options .option {
    flex: 1;
    padding: 24px;
    border-radius: 20px;
}
.option .btn {
    color: #E6F4EF;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 640;
    line-height: 24px;
    letter-spacing: 0.2px;
    padding: 13px 32px;
    width: auto;
    border-radius: 38px;
	margin-top: 25px;
}
.popup-box .popup-options p {
    font-size: 16px;
    line-height: 24px;
}
.loginRegisterWrapSec {
    display: flex;
    align-items: flex-start;
    gap: 24px;
    align-self: stretch;
    flex-direction: column;
}
.loginRegisterWrapSec .leftFormSec {
    order: 1;
    padding: 24px;
    border-radius: 20px;
	width: 100%;
}
.loginRegisterWrapSec .right_thiredPartySec {
    order: 0;
    margin-top: 40px;
    width: 100%;
    gap: 30px;
	border-radius: 20px;
}
.loginRegisterWrapSec .tab-buttons{
	border-radius: 30px;
}
.loginRegisterWrapSec .tab-buttons .tab-btn{
	border-radius: 30px;
}
.forgot-step .loginRegisterWrapSec .leftFormSec{
	flex:0;
}
.registerFormWrap {
    flex-direction: column;
    gap: 24px;
}
.progressBarWrap .progressBar{
    width: 34px;
    height: 8px;
}
.custom_entry_header h1.entry-title {
    font-size: 22px;
    font-weight: 700;
    line-height: 32px;
    letter-spacing: 0.22px;
	margin-bottom: 32px;
}
.defaultpagetemp {
    padding: 40px 0;
}
.defaultpagetemp .entry-content{
    margin: 0;
}
.accountWrapSec .account-header{
   flex-direction: column;
}
.profile-card {
	flex-direction: column;
	gap: 15px;
	width: 100%;
	border-radius: 20px;
}
.profile-icon img.profile-picture {
    width: 78px;
    height: 80px;
    object-fit: cover;
    border-radius: 14.286px;
}
.profile-info h3 {
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px;
    letter-spacing: 0.22px;
}
.profile-info p {
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0.2px;
    margin: 0;
}
.btn-edit {
    text-align: center;
    font-size: 18px;
    font-style: normal;
    line-height: 24px;
    letter-spacing: 0.2px;
    padding: 13px 10px;
    border-radius: 10px;
    width: 100%;
    justify-content: center;
}
.accountWrapSec .account-header .orderCustomLinkWrap {
    display: none;
}
.account-sections {
    grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
}
.account-sections a.account-box {
    width: 100%;
    border-radius: 20px;
    text-align: center;
    justify-content: center;
    font-size: 22px;
    font-weight: 700;
    line-height: 32px;
    letter-spacing: 0.22px;
	display: flex;
    flex-direction: column;
	gap: 24px;
}
.account-sections a.account-box svg {
    width: 61px;
    height: 64px;
    display: inline-block;
}
.whatsapp-btn {
    width: 58px;
    height: 58px;
    right: 24px;
    bottom: 90px;
	padding: 0;
    gap: 0;
	border-radius: 100%;
	z-index: 99;
}
.whatsapp-btn a {
	display: flex;
	justify-content: center;
}
.whatsapp-btn a svg {
    width: 24px;
    height: 24px;
    transform: rotate(80deg);
    display: inline-block;
}
.whatsapp-btn a span {
    display: none;
}
ul#primary-menu {
    height: 65vh;
    overflow-y: scroll;
}
.menu-wrapper{
   height: 82%;
}
.cart-contents .cart-count {
  top: -13px;
}
.ywcas-search-mobile .ywcas-input-field.lapilliUI-Input__root::before{
	display:none;
}
.ywcas-search-mobile{
   width: 100%;
   height: 100%;
   background: var(--Fill-Overlay-Tertiary, rgba(0, 0, 0, 0.60))!important;
   backdrop-filter: blur(11.5px);
}
.ywcas-search-mobile .wp-block-yith-search-block {
    border-radius: var(--buttons-nav-radius-small, 20px);
    background: var(--Surface-Base, #FFF);
    display: flex;
    width: 92%;
    padding: 24px 16px;
    flex-direction: column;
    align-items: flex-start;
    gap: 40px;
    height: 86vh;
    margin: 4vh 0 0 4%;
	position: relative;
	overflow: hidden;
}
	.wp-block-yith-search-block .ywcas-classic-search.ywcas-small input{

	}
	.ywcas-search-mobile .wp-block-yith-search-block .ywcas-block-components-search-field {
		padding: 0;
	}
	.ywcas-search-mobile .wp-block-yith-search-block .ywcas-classic-search.ywcas-small {
		width: 100%;
	}
	.ywcas-search-mobile .wp-block-yith-search-block .ywcas-classic-search.ywcas-small input{
		 border-radius: var(--Cards-Radius-Small, 40px);
         border: 1px solid var(--Stroke-On-Neutral-Primary, #30A67F) !important;
		color: rgba(54, 54, 53, 0.50) !important;
		font-size: 14px !important;
		font-style: normal;
		font-weight: 400;
		line-height: 24px !important;
		letter-spacing: 0.2px;
		height: 44px !important;
		width: 100% !important;
        flex: 0 0 80%;
	}
	.ywcas-search-mobile .wp-block-yith-search-block .ywcas-classic-search.ywcas-small button svg.ywcas-submit-icon {
		margin: 0;
		display: block;
		position: absolute;
		right: 55px;
		top: 6px;
		padding: 0;
		font-size: 0;
		width: 32px;
		height: 32px;
	}
	.ywcas-search-mobile .mobile-search-close {
		 border: 1px solid #FF3B30;
        position: absolute;
        right: 15px;
        top: 25px;
        border-radius: 100%;
        margin: 0 !important;
        padding: 2px 8px 0 !important;
        opacity: 1 !important;
        display: inline-block !important;
	}
	.ywcas-search-mobile .mobile-search-close svg{
		height: 36px!important;
		stroke: #FF3B30;
		border-radius: 100%;
	}
	.heroBannerSliderSec .controls{
		display:none;
	}
	.googleReviewSec .boxWrap{
		position:relative;
	}
	.googleReviewSec .boxWrap .box.box2 svg {
		width: 21px;
	}
	.explore-btn{
		margin-top:0;
		display: none;
	}
	.shop-card:hover .shop-content{
		transform: translateY(0px);
	}
	.specialOffersSec .productList{
		padding:0;
	}
	.btnLinkWrap.onlymobileView{
		text-align:center;
	}
	.accordion-content {
		padding: 15px 18px;
	}
	.accordion-header span.icon {
		width: 25px;
		height: 25px;
	}
	.accordion-header span.icon img, .accordion-header span.icon svg {
		width: 25px;
		height: auto;
		transition: transform 0.3s;
	}
	.home .mobileFixedMenu a.homeIcon path {
		fill: #30A67F;
	}
	.home .mobileFixedMenu a.homeIcon span {
		color: #30A67F;
	}
	a.cart-contents path{
		fill: #363635;
	}
	.mobileFixedMenu a path {
		fill: #363635;
	}
	
	button.lapilliUI-IconButton__root.lapilliUI-IconButton--ghost.lapilliUI-IconButton--colorDefault::before{
		display:none;
	}
	button.lapilliUI-IconButton__root.lapilliUI-IconButton--ghost.lapilliUI-IconButton--colorDefault:after{
		display:none;
	}
	.ywcas-overlay-search.lapilliUI-Box__root .lapilliUI-Box__root button.lapilliUI-IconButton__root.lapilliUI-IconButton--ghost.lapilliUI-IconButton--colorDefault{
        width: 42px;
        height: 42px;
        justify-content: center;
    }
	button.lapilliUI-IconButton__root.lapilliUI-IconButton--ghost.lapilliUI-IconButton--colorDefault svg {
		background: transparent;
		width: 26px;
		border-radius: 30px;
		height: 26px;
		padding: 0;
		position: relative;
		display: inline-block;
		stroke: #30A67F;
	}
	.lapilliUI-Modal__root.ywcas-overlay-wrapper-search .lapilliUI-Modal__container {
		height: 75vh;
		width: 90%;
		position: absolute;
		left: 5%;
		background: #fff;
		top: 12vh;
		overflow: hidden;
		padding: 20px 20px 20px 20px;
		border-radius: 20px;
	}
	.lapilliUI-Modal__root.ywcas-overlay-wrapper-search .lapilliUI-Modal__container .lapilliUI-ModalContent__root{
		padding-top:0;
	}

}

/* Mobile styles */
@media (max-width: 768px) {
    .category-tabs {
        display: none;
    }
    .category-tabs.select-mode {
        display: block;
        position: relative;
    }
    .category-tabs.select-mode::after {
        content: '▼';
        position: absolute;
        right: 10px;
        top: 50%;
        transform: translateY(-50%);
        pointer-events: none;
    }
    .category-tabs.select-mode select {
        width: 100%;
        padding: 10px;
        font-size: 16px;
    }
}

@media screen and (max-width:767px){
	.ywcas-input-field.lapilliUI-Input__root::before{
		display:none;
	}
	.ywcas-simple-input-field-wrapper.lapilliUI-Stack__root {
		flex: 0 0 82% !important;
		margin-top: 5px;
		position: relative;
	}
	.ywcas-simple-input-field-wrapper.lapilliUI-Stack__root input.lapilliUI-Input__field {
		font-size: 14px !important;
		color: rgba(54, 54, 53, 0.50) !important;
		font-style: normal;
		font-weight: 400;
		line-height: 24px !important;
		letter-spacing: 0.2px;
		padding: 10px 0px !important;
	}
	.ywcas-simple-input-field-wrapper.lapilliUI-Stack__root::after {
		content: "";
        font-size: 0;
        right: 8px;
        top: 5px;
        padding: 0;
        cursor: pointer;
        height: 35px;
        width: 35px;
        background-image: url(../images/serachIcon_white.svg);
        background-repeat: no-repeat;
        background-position: center;
        background-size: 16px;
	}
	.lapilliUI-Modal__root.ywcas-overlay-wrapper-search .lapilliUI-Modal__container button.lapilliUI-Modal__close {
		top: 16.5vh;
		border-radius: 100%;
		border: 1px solid #FF3B30;
		width: 40px;
		height: 40px;
	}
	.lapilliUI-Modal__root.ywcas-overlay-wrapper-search .lapilliUI-Modal__container button.lapilliUI-Modal__close svg {
		fill: #FF3B30;
		width: 21px;
		stroke: #FF3B30;
	}
	header#masthead.fixed .SearchWrap {
        top: 7px;
    }
	.ywcas-overlay-search.lapilliUI-Box__root .lapilliUI-Box__root button.lapilliUI-IconButton__root.lapilliUI-IconButton--ghost.lapilliUI-IconButton--colorDefault {
        width: 35px;
        height: 35px;
        justify-content: center;
    }
	button.lapilliUI-IconButton__root.lapilliUI-IconButton--ghost.lapilliUI-IconButton--colorDefault svg {
        background: transparent;
        width: 21px;
        border-radius: 30px;
        height: 21px;
        padding: 0;
        position: relative;
        display: inline-block;
        stroke: #30A67F;
    }
	.ecoTwoboxWrap figure {
		margin: 0;
		line-height: 0;
		height: 427px;
	}
	.ecoTwoboxWrap figure img {
		border-radius: 30px;
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
	.ecoTwoboxWrap .productInfo .right a svg {
		width: 24px;
		height: 24px;
	}
	.ecoTwoboxWrap .productInfo{
		align-items: flex-start;
		padding: 10px;
        gap: 24px;
        left: 10px;
        bottom: 16px;
        width: calc(100% - 20px);
	}
	.ecoTwoboxWrap .productInfo h5 {
		color: #fff;
		font-size: 15px;
	}
	.ecoTwoboxWrap .productInfo .left span{
		font-size:18px;
	}
	.ecoTwoboxWrap .productInfo .left sup {
		font-size: 15px;
		line-height: 21px;
		margin: 0;
		padding: 0;
	}
	.ecoTwoboxWrap .rightSide{
		gap: 15px;
	}
	.mostpopular_tag{
	   top: 12px;
       left: 12px;
	}
	.pd-hero{
		height:235px;
	}
	.w2w-klarna {
		align-items: center;
	}
	.w2w-klarna .txtbox br {
		display: none;
	}
	.right_thiredPartySec .linkWrapSec {
		display: flex;
		align-items: center;
		justify-content: center;
		gap: 21px;
	}
	.archive-top-bar .filters-sorting {
		order: 1;
	}
	.archive-top-bar .category-tabs {
		order: 0;
	}
	.archive-top-bar .filters-sorting button.btn-filters {
		font-size: 0;
		border-radius: 10px;
		border: 1px solid rgba(54, 54, 53, 0.50);
		padding: 8px 12px;
		height: auto;
		align-items: center;
		justify-content: center;
		gap: 0;
	}
	.archive-top-bar .filters-sorting button.btn-filters img {
		width: 24px;
	}
	.archive-top-bar .filters-sorting span.sort-label {
		display: none;
	}
	.custom-sorting button.sort-toggle img {
		width: 24px;
	}
	.custom-sorting button.sort-toggle {
		height: auto;
		padding: 8px 52px 8px 12px;
		border-radius: 10px;
		border: 1px solid rgba(54, 54, 53, 0.50);
		position: relative;
	}
	.custom-sorting button.sort-toggle:after {
		color: #363635;
		text-align: center;
		font-size: 16px;
		font-style: normal;
		font-weight: 400;
		line-height: 24px;
		letter-spacing: 0.64px;
		content: "Sort";
		position: absolute;
		right: 12px;
		top: 8px;
	}
	.archive-top-bar .category-tabs select.category-dropdown {
		border-radius: 10px;
		border: 1px solid #363635;
		background: #E6F4EF;
		height: auto;
		width: 110px;
		color: #363635;
		text-align: center;
		font-size: 16px;
		font-style: normal;
		font-weight: 700;
		line-height: 24px;
		letter-spacing: 0.2px;
		appearance: none;
		padding:8px 40px 8px 15px;
		background-image:url(../images/downArrowIcon.svg);
		background-repeat:no-repeat;
		background-size:16px;
		background-position:88% center;
	}
	.faq-link{
		font-size: 14px!important;
		letter-spacing: 0.2px!important;
		flex-direction: column!important;
        align-items: flex-end!important;
		gap: 12px;
	}
	.archive-top-bar{
		padding: 12px 0 0 0;
        border-bottom: 0;
	}
	.promo-card{
		min-width: 100%!important;
	}
	.custom-product-grid .product-row.odd-row {
		display: flex;
		flex-wrap: wrap;
		gap: 5px;
	}
	.custom-product-grid .product-row.odd-row .product-card {
		width: calc(50% - 2.5px);
		margin-bottom: 30px;
	}
	.w2wfp-overlay{
		 left: 0;
         top: 18%;
		width: 100%;
	}
	.custom-product-grid .product-row.even-row {
		display: flex;
		flex-wrap: wrap;
		gap: 5px;
	}
	.custom-product-grid .product-row.even-row .product-card {
		width: calc(50% - 2.5px);
		margin-bottom: 30px;
	}
	.w2wfp-sections{
		padding:0;
		display: flex;
	}
	.w2wfp-section {
		max-width: 100%;
		min-width: 100%;
	}
	.pdetails h1.pd-title {
		color: rgba(48, 166, 127, 0.80);
		font-family: var(--Font--family2);
		font-size: 16px;
		font-style: normal;
		font-weight: 700;
		line-height: 24px;
		letter-spacing: 0.2px;
	}
	.pd-gallery {
		width: 100%;
	}
	.pd-gallery .pd-hero {
		width: 100%;
		height: 235px;
		border-radius: 20px;
	}
	.pd-thumbs{
		display:none;
	}
	.pd-actions{
        padding: 12px 16px!important;
        height: auto!important;
        border-radius: 10px!important;
    }
	.w2w-price .label{
		font-family: var(--Font--family2);
		font-size: 16px;
		font-style: normal;
		font-weight: 700;
		line-height: 24px;
		letter-spacing: 0.2px;
	}
	.w2w-price-wrap .w2w-price .value {
		color: #363635!important;
		font-size: 22px!important;
		font-style: normal!important;
		font-weight: 700!important;
		line-height: 32px!important;
		letter-spacing: 0.22px!important;
	}
	.w2w-price-wrap{
		margin: 40px 0px!important;
		gap: 40px!important;
	}
	.w2w-klarna .txtbox {
		color: #363635!important;
		font-family: var(--Font--family2)!important;
		font-size: 14px!important;
		font-style: normal!important;
		font-weight: 400!important;
		line-height: 24px!important;
		letter-spacing: 0.2px!important;
	}
	.w2w-klarna .txtbox a {
		color: #30A67F!important;
		font-family: var(--Font--family2)!important;
		font-size: 12px!important;
		font-style: normal!important;
		font-weight: 400!important;
		line-height: 20px!important;
		letter-spacing: 0.12px!important;
		text-decoration-line: underline;
		text-decoration-style: solid;
		text-decoration-skip-ink: none;
		text-decoration-thickness: auto;
		text-underline-offset: auto;
		text-underline-position: from-font;
	}
	.w2w-klarna .txtbox a:hover{
		text-decoration:none;
	}
	.active .w2w-colour-swatch{
		border-width:2px!important;
	}
	.w2w-colour-swatch {
        width: 100%!important;
        height: 40px!important;
        border-radius: 40px!important;
    }
	.w2w-colour-label {
		color: #363635!important;
		text-align: center!important;
		font-family: var(--Font--family2)!important;
		font-size: 12px!important;
		font-style: normal!important;
		font-weight: 400!important;
		line-height: 18px!important;
		letter-spacing: 0.12px!important;
	}
	.active .w2w-colour-label {
		color: #30A67F!important;
		text-align: center!important;
		font-family: var(--Font--family2)!important;
		font-size: 12px!important;
		font-style: normal!important;
		font-weight: 400!important;
		line-height: 15px!important;
		letter-spacing: 0.12px!important;
	}
	.compare-page h1.section-title {
		color: #B4B4B3!important;
		font-family: var(--Font--family2)!important;
		font-size: 16px!important;
		font-style: normal!important;
		font-weight: 700!important;
		line-height: 24px!important;
		letter-spacing: 0.2px!important;
		margin-bottom: 24px!important;
	}
	.compare-page .category-item.active {
		color: #363635;
		font-family: var(--Font--family2);
		text-align: center;
		font-size: 16px;
		font-style: normal;
		font-weight: 700;
		line-height: 24px;
		letter-spacing: 0.2px;
		border-radius: 20px;
		border: 1px solid #363635;
		background: #E6F4EF;
	}
	ul.wishlist_view.responsive.mobile {
		display: flex;
		flex-wrap: wrap;
		gap: 16px;
	}
	ul.wishlist_view.responsive.mobile li {
		width: calc(50% - 8px);
	}
	ul.wishlist_view.responsive.mobile li .item-wrapper {
		width: 100%;
		display: flex;
		flex-direction: column;
	}
	ul.wishlist_view.responsive.mobile li .item-wrapper .product-thumbnail {
		max-width: 100%;
		width: 100%;
		margin: 0;
	}
	ul.wishlist_view.responsive.mobile li .item-wrapper .product-thumbnail img {
		width: 100%;
		border-radius: 20px;
	}
	.wishlist-items-wrapper .yithTrSec{
		width: calc(50% - 7px);
		padding: 2px;
	}
	.wishlist-items-wrapper .yithTrSec .product-thumbnail img{
		width: 100%;
		border-radius: 20px;
		height: 160px;
		object-fit: cover;
		margin-bottom: 10px;
	}
	.wishlist_table .product-add-to-cart a{
		margin: 0!important;
	}
	.wishlist-items-wrapper .yithTrSec .product-add-to-cart a.remove_from_wishlist.button{
		border-radius: 32px;
		border: 1px solid #FF3B30;
		padding: 11px 22px !important;
		text-decoration: none;
		width: 100%;
		display: inline-block !important;
		color: #FF3B30;
		text-align: center;
		font-size: 16px;
		font-style: normal;
		font-weight: 640;
		line-height: 21px;
		letter-spacing: 0.2px;
	}
	header#masthead.fixed{
		padding: 12px 0;
	}
	header#masthead .SearchWrap{
		top: 18px;
	}
	header#masthead.fixed .SearchWrap {
        top: 11px!important;
    }
	.googleReviewSec .boxWrap{
	    justify-content: center;
	}
	.googleReviewSec .boxWrap .box.box2{
		bottom: 8px;
	}
	.googleReviewSec .boxWrap .box.box1 {
		margin: -21px 0 0;
	}
	.specialOffersSec .productList .swiper-pagination {
		display: inline-block;
		position: static;
        margin: 35px 0 35px;
	}
	.productList .swiper-button-next, .productList .swiper-button-prev {
		width: 38px;
		height: 38px;
		top: auto;
		bottom: 25px;
	}
	.productList .swiper-button-next {
		right: 5%;
	}
	.productList .swiper-button-prev {
		left: 5%;
	}
	.specialOffersSec .productList .swiper-pagination span.swiper-pagination-bullet {
		width: 20px;
		height: 12px;
		border-radius: 10px;
	}
	.specialOffersSec .productList .swiper-pagination span.swiper-pagination-bullet.swiper-pagination-bullet-active {
		background: #37856A;
	}
	.specialOffersSec .productList .price-line {
        display: inline-block;
        margin-top: 12px;
    }
	.w2w-related h3 {
		margin-bottom: 40px !important;
		font-size: 24px !important;
	}
	.w2w-related .products {
		display: flex;
		overflow: hidden;
	}
	.w2w-related .products > article {
		flex-shrink: 0;
		width: 100%;
	}
	.w2w-feature-pill{
		border-radius: 10px!important;
		border-color:#363635!important;
		padding: 8px 12px!important;
	}
	.w2w-feature-pill img{
		width: 16px;
	}
	.w2wasp__dialog{
		gap:20px!important;
	}
	
}