/** Shopify CDN: Minification failed

Line 645:1 Expected identifier but found "#word-break"
Line 1672:6 Expected ":"
Line 1673:2 Expected identifier but found "1"

**/
/* html:has(> body.no-mobile-scroll) {
	height: 100dvh;
	overflow: hidden;
} */
.mini-cart .icon--nav-triangle-borderless{
	right: 25px;
}
html {
  scroll-padding-top: 100px; /* header ki height ke barabar */
  scroll-behavior: smooth;   /* smooth scroll effect */
}
h2[id], h3[id] {
  scroll-padding-top: 100px; /* header ki height ke barabar */
  scroll-behavior: smooth;   /* smooth scroll effect */
}
/* body.no-mobile-scroll {
	height: 100dvh;
	overflow: hidden;
} */

    h2[id]::before,
    h3[id]::before {
    content: "";
    display: block;
    height: 80px;   /* same as your header height */
    margin-top: -80px;
    }

.mb-0{
	margin-bottom: 0;
}

#infiniteoptions-container fieldset label {
	display: block;
}

#infiniteoptions-container fieldset {
	margin-bottom: 13px;
}

#infiniteoptions-container fieldset label input[type="checkbox"] {
	margin-right: 5px;
}

.sale-badge-price {
	align-self: center;
	margin-bottom: 0;
}

.price.price--compare {
	margin-right: 10px;
}

.image-grid {
	display: grid;
	gap: 15px;
	grid-template-columns: repeat(var(--desk-row), 1fr);
}

.badges-wrapper {
	display: flex;
}

.badges-wrapper .product-meta__label-list {
	display: none;
	padding-right: 10px;
}

.badges-wrapper .product-label--on-sale {
	padding: 10px;
	border-radius: 2px;
	font-family: inherit;
	font-size: 11px;
	font-weight: 600;
	text-transform: uppercase;
	line-height: 12px;
}

.sticky-add-to-cart form {
	width: 100%;
	padding-right: 60px;
}

.sticky-cart-controls .mt-15 {
	margin-top: 0;
}

.sticky-cart-controls .mt-15 button {
	white-space: nowrap;
	width: auto;
	text-transform: uppercase;
}

.sticky-quantity .product-form__info-list {
	display: block;
	margin: 0;
	border-spacing: 0;
}

.sticky-quantity .product-form__info-list > div:first-child {
	display: none;
}

.sticky-quantity .product-form__info-list > div:nth-child(2) {
	display: none;
}

.sticky-add-to-cart .product-form__info-item--quantity label {
	display: none;
	padding: 0;
}

.sticky-quantity .product-form__info-content {
	padding: 0;
}

.sticky-add-to-cart {
	position: fixed;
	bottom: -100px;
	left: 0;
	width: 100%;
	background: white;
	border-top: 1px solid #eee;
	box-shadow: 0 -2px 10px rgba(0,0,0,0.1);
	padding: 20px 40px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	z-index: 9999;
	transition: bottom 0.3s ease-in-out;
}

.sticky-add-to-cart.show {
	bottom: 0;
}

.sticky-inner {
	display: flex;
	justify-content: space-between;
	width: 100%;
	align-items: center;
	gap: 10px;
}

.sticky-product-info {
	display: flex;
	gap: 10px;
	align-items: center;
}

.sticky-custom-title {
	white-space: nowrap;
	text-overflow: ellipsis;
	width: 100%;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}

.sticky-custom-title h4 {
	font-size: inherit;
	margin: 0;
	display: inline;
}

.sticky-product-img {
	width: 80px;
	height: 60px;
	border: 1px solid #eeeeee;
	border-radius: 5px;
	object-fit: contain;
}

.sticky-price {
	font-size: 14px;
	display: flex;
	align-items: baseline;
}

.sticky-sale-price {
	color: #c0392b;
	font-weight: bold;
	font-size: 16px;
}

.sticky-old-price {
	text-decoration: line-through;
	margin-left: 5px;
	font-size: 13px;
	color: #1a1a1a;
}

.sticky-discount {
	color: #fff;
	margin-left: 5px;
	font-size: 12px;
}

.sticky-cart-controls {
	display: flex;
	gap: 10px;
	align-items: center;
}

.sticky-quantity input {
	width: 40px;
	height: 40px;
	border: 1px solid #e9ebed;
	text-align: center;
	border-radius: 5px;
}

.qty-btn {
	background: #eee;
	border: none;
	padding: 5px 10px;
	cursor: pointer;
	border-radius: 50%;
	width: 40px;
	height: 40px;
}

.sticky-add-btn {
	background: #d55121;
	color: white;
	border: none;
	padding: 10px 15px;
	border-radius: 25px;
	cursor: pointer;
}

.sticky-add-to-cart .sticky-cart-controls .quantity-selector {
	border: none;
	gap: 10px;
}

.sticky-add-to-cart .sticky-cart-controls .quantity-selector__button {
	border: 1px solid #e9ebed;
	border-radius: 50%;
	background-color: #e9ebed;
}

.sticky-add-to-cart .sticky-cart-controls .timesact-bis-description {
	display: none;
}

.line-item__property-list {
	display: none;
}

.empty-state {
	margin: 0;
	padding: 50px 0;
}

.drawer .drawer__inner {
	max-width: none;
}

.jdgm-write-review-modal__close-btn {
	display: block !important;
	opacity: 1 !important;
}

.simpAsk-container .accordionSimpQA {
	padding: 0 20px !important;
}

#reamaze-widget-icon {
	background-color: #d55121;
}

.footer-award-section {
	padding: 50px 0 0 0;
}

.footer-award-wrapper img {
	aspect-ratio: 1.5;
	object-fit: contain;
	width: 100%;
	padding: 0;
}

.footer-award-section .col {
	flex: 1;
}

.zn-text ul {
	margin-left: 20px;
	list-style-position: unset;
}

.zn-product-image img {
	aspect-ratio: 1;
	object-fit: cover;
}

.zn-text ol {
	margin-left: 20px;
	list-style-position: unset;
}

.form__input-wrapper--labelled .form__field {
	padding-top: 0px;
	padding-bottom: 0px;
}

.promo-msg {
	margin-top: 50px;
	text-align: center;
	border: 3px solid #d55121;
	padding: 10px;
	background-color: #f9f9f9;
}

.promo-msg p {
	font-weight: bold;
}

.mt-15 {
	margin-top: 15px;
}

#insta-feed h2 {
	font-size: 22px;
}

.text-icon-title {
	margin-bottom: 20px;
}

.col-50 {
	width: 50%;
	padding: 10px;
}

.flex {
	display: flex;
	justify-content: center;
	align-items: center;
}

.footer-logo img {
	width: var(--width);
}

.award-wrapper img {
	aspect-ratio: 1.5;
	object-fit: contain;
	width: 100%;
	padding: 20px;
}

.award-section {
	margin: 60px 0;
	background-color: var(--bgcolor);
	padding: 20px 0;
}

.award-section .col {
	flex: 1;
}

.award-section .flex {
	width: 100%;
	max-width: 700px;
	margin: 0 auto;
}

.footer .rte p a {
	color: #fff;
}

.footer .rte p a:hover {
	color: #fff;
}

.why_us {
	background-color: var(--bgcolor);
	padding: 40px 0;
}

.why_us h3, .why_us h2, .why_us p, .why_us .text-with-icons__content.rte {
	color: var(--fontcolor);
}

.why_us .container {
	display: flex;
	flex-wrap: wrap;
	gap: 30px;
	align-items: center;
}

.why_us .text-with-icons__title {
	margin-bottom: 10px;
}

.why_us .text-icon-title .heading.h3 {
	font-size: var(--font-size);
}

.why_us .text-icon-title {
	flex: 0 0 calc(30% - 15px);
	max-width: calc(30% - 15px);
}

.why_us .text-with-icons {
	flex: 0 0 calc(70% - 15px);
	max-width: calc(70% - 15px);
	flex-wrap: wrap;
	gap: 30px;
	margin: 0;
}

.why_us .text-with-icons__item {
	margin: 0;
	padding: 0;
	flex: 0 0 calc(50% - 15px);
	max-width: calc(50% - 15px);
}

.text-icon-section {
	background-color: var(--bgcolor);
	padding: 30px 0;
	margin-top: var(--mt);
	margin-bottom: var(--mb);
}

.footer__title.heading.h6 {
	margin-top: var(--mt);
}

body.template-collection .layout__section.pt-sticky::-webkit-scrollbar {
	width: 0;
}

body.template-collection .layout__section.pt-sticky::-webkit-scrollbar-thumb {
	background-color: transparent;
	border-radius: 0;
}

body.template-collection .layout__section.pt-sticky::-webkit-scrollbar-thumb:hover {
	background-color: transparent;
}

body.template-collection .layout__section.pt-sticky::-webkit-scrollbar-track {
	background: transparent;
}

#rondellCarousel {
	padding: 10px !important;
	overflow: hidden;
}

.rondell-container .lg-next {
	right: 20px !important;
}

.product-form__info-item progress-bar.inventory-bar {
	display: none;
}

.custom-badge-prod {
	display: inline-block;
	background-color: #f2cabc;
	color: #1a1a1a;
	font-size: 11px;
	font-weight: 600;
	font-family: inherit;
	padding: 10px;
	text-transform: uppercase;
	margin-right: 10px;
	border-radius: 2px;
	line-height: 12px;
	margin-bottom: 10px;
}

.timesact-bis-description {
	width: 100% !important;
}

#infiniteoptions-container {
	margin-bottom: 15px;
}

.custom-badge-wrapper {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	padding: 30px 20px;
	display: flex;
	flex-direction: column;
	gap: 5px;
	align-items: flex-start;
}

.custom-badge-wrapper .custom-badge {
	font-size: 10px;
	padding: 4px 8px;
	margin: 0;
}

.custom-badge-wrapper .custom-badge-coll {
	background-color: #f2cabc;
	text-transform: uppercase;
	color: #1a1a1a;
	border-radius: 2px;
	font-size: 12px;
	padding: 2px 8px;
	margin: 0;
}

.product-item .product-item__image-wrapper img {
	object-fit: cover;
}

.product-info-cta {
	padding: 10px 20px;
	background-color: #fff;
	border-radius: 10px;
	margin-top: 20px;
	border: 1px solid #e8e8e8;
}

.product-info-cta .row {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -10px;
}

.product-info-cta .col {
	width: 100%;
	padding: 5px;
}

.product-info-cta .col-inner {
	display: flex;
	align-items: flex-start;
}

.product-info-cta .col-inner img {
	flex: 0 0 20px;
	max-width: 30px;
	height: auto;
	padding-top: 5px;
}

.product-info-cta .col-inner .cont {
	flex: 0 0 calc(100% - 30px);
	max-width: calc(100% - 30px);
	padding-left: 10px;
	line-height: 1.6;
}

.product-info-cta .col-inner .cont h6 {
	font-weight: 600;
	font-size: 16px;
	margin: 0;
	color: #1a1a1a;
}

.product-info-cta .col-inner .cont p {
	font-weight: normal;
	font-size: 15px;
	color: #1a1a1a;
}

.product-info-cta .col-inner .cont p a {
	    color: #3c3a39;
    text-decoration: underline;
}

/* .product-info-cta .col-inner .cont p a:hover {
	text-decoration: underline;
} */

.product-info__block-item .spb-select select {
	padding: 8px 28px 8px 10px;
	background-repeat: no-repeat;
	margin-bottom: 13px;
	appearance: none;
	background-position: right 10px center;
	width: 100%;
	background-image: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20viewBox%3D%220%200%20448%20512%22%3E%3Cpath%20d%3D%22M201.4%20374.6c12.5%2012.5%2032.8%2012.5%2045.3%200l160-160c12.5-12.5%2012.5-32.8%200-45.3s-32.8-12.5-45.3%200L224%20306.7%2086.6%20169.4c-12.5-12.5-32.8-12.5-45.3%200s-12.5%2032.8%200%2045.3l160%20160z%22/%3E%3C/svg%3E);
	background-size: 13px;
}

.rondell-theme-light .rondell-item {
	height: calc(100% - 70px) !important;
}

.rondell-theme-light .rondell-item.rondell-item-focused img {
	object-fit: contain;
	width: 100% !important;
	max-width: 100% !important;
}

#rondellCarousel .rondell-container {
	width: 100% !important;
}

.rondell-theme-light a.rondell-item.rondell-item-focused {
	width: 100% !important;
	left: 0 !important;
}

.alt-keywords {
	display: none;
}

.klaviyo-form-UgRvMd.klaviyo-form {
	padding-top: 20px;
}

.line-item__meta .bss-b2b-cart-item-qty-table-header {
	height: auto !important;
}

.options-li::before {
	display: none;
}

ul.options-ul {
	display: flex;
	flex-wrap: nowrap;
	margin-left: 0px;
}

li.options-li {
	margin-right: 7px;
	display: inline;
	font-size: 0.9em;
	width: 100px;
	#word-break: break-all;
}

ul.blanco li.options-li {
	margin-right: 10px;
	width: 80px;
}

ul.houzer-faucet li.options-li {
	margin-right: 10px;
	width: 120px;
}

li.options-li a {
	text-decoration: none;
}

li.options-li span {
	width: 43px;
	height: 43px;
	border: 1px solid #e9e9e9;
	display: block;
}

ul.houzer-faucet li.options-li span {
	height: 50px;
	width: 50px;
	border: 0;
}

ul.blanco li.options-li span {
	height: 40px;
	border: 0;
}

.bocchi-white {
	background: #ffffff;
}

.bocchi-matte-white {
	background: #f5f0f0;
}

.bocchi-matte-black {
	background: #141414;
}

.bocchi-black {
	background: #000000;
}

.bocchi-metallic-black {
	background: #3c3b3c;
}

.bocchi-matte-gray {
	background: #737373;
}

.bocchi-sapphire-blue {
	background: #000066;
}

.bocchi-concrete-gray {
	background: #696969;
}

.bocchi-biscuit {
	background: #f2f2f2;
}

.bocchi-matte-dark-gray {
	background: #404040;
}

.bocchi-matte-brown {
	background: #331a00;
}

.bocchi-brushed-gold {
	background: #cfb53b;
}

.bocchi-stainless-steel {
	background: #b5b6b5;
}

.bocchi-chrome {
	background: #dbe4ec;
}

.bocchi-platinum {
	background: #848482;
}

.bocchi-orange {
	background: #f6461c;
}

.bocchi-matte-ice-blue {
	background: #b9f2ff;
}

.bocchi-matte-mint-green {
	background: #96ded1;
}

.bocchi-matte-gold {
	background: #d4af37;
}

.bocchi-jet-black {
	background: #141414;
}

.bocchi-gun-metal {
	background: #5c5d5b;
}

.karran-white {
	background: #fff;
}

.karran-bisque {
	background: #ccc7b5;
}

.karran-grey {
	background: #8f8f8f;
}

.karran-concrete {
	background: #8c8885;
}

.karran-brown {
	background: #443d33;
}

.karran-black {
	background: #0e0e0e;
}

.blanco-white {
	background-image: url("/cdn/shop/files/blanco_sprite.png?7552927878130336146");
	background-repeat: no-repeat;
	background-position: -264px -2456px;
}

.blanco-biscuit {
	background-image: url("/cdn/shop/files/blanco_sprite.png?7552927878130336146");
	background-repeat: no-repeat;
	background-position: -264px -2246px;
}

.blanco-biscotti {
	background-image: url("/cdn/shop/files/blanco_sprite.png?7552927878130336146");
	background-repeat: no-repeat;
	background-position: -264px -2162px;
}

.blanco-truffle {
	background-image: url("/cdn/shop/files/blanco_sprite.png?7552927878130336146");
	background-repeat: no-repeat;
	background-position: -264px -2414px;
}

.blanco-metallic-gray {
	background-image: url("/cdn/shop/files/blanco_sprite.png?7552927878130336146");
	background-repeat: no-repeat;
	background-position: -264px -2036px;
}

.blanco-cinder {
	background-image: url("/cdn/shop/files/blanco_sprite.png?7552927878130336146");
	background-repeat: no-repeat;
	background-position: -264px -3583px;
}

.blanco-cafe-brown {
	background-image: url("/cdn/shop/files/blanco_sprite.png?7552927878130336146");
	background-repeat: no-repeat;
	background-position: -264px -2120px;
}

.blanco-anthracite {
	background-image: url("/cdn/shop/files/blanco_sprite.png?7552927878130336146");
	background-repeat: no-repeat;
	background-position: -264px -2078px;
}

.houzer-faucet-pc {
	background-image: url("/cdn/shop/files/Houzer_Faucet_Swatch_PC_-_Polished_Chrome.jpg?1767379810052395435");
	background-repeat: no-repeat;
}

.houzer-faucet-p {
	background-image: url("/cdn/shop/files/Houzer_Faucet_Swatch_P_-_Pewter.jpg?1767379810052395435");
	background-repeat: no-repeat;
}

.houzer-faucet-mb {
	background-image: url("/cdn/shop/files/Houzer_Faucet_Swatch_MB_-_Matt_Black.jpg?1767379810052395435");
	background-repeat: no-repeat;
}

.houzer-faucet-ob {
	background: url("/cdn/shop/files/Houzer_Faucet_Swatch_OB_-_Oil_Rubbed_Bronze.jpg?1767379810052395435") 0 0;
	background-repeat: no-repeat;
}

.houzer-faucet-bb {
	background-image: url("/cdn/shop/files/Houzer_Faucet_Swatch_BB_-_Brushed_Brass.jpg?1767379810052395435");
	background-repeat: no-repeat;
}

.houzer-faucet-ac {
	background-image: url("/cdn/shop/files/Houzer_Faucet_Swatch_AC_-_Antique_Copper.jpg?1767379810052395435");
	background-repeat: no-repeat;
}

.houzer-faucet-bn {
	background-image: url("/cdn/shop/files/Houzer_Faucet_Swatch_BN_-_Brushed_Nickel.jpg?1767379810052395435");
	background-repeat: no-repeat;
}

.houzer-faucet-ab {
	background-image: url("/cdn/shop/files/Houzer_Faucet_Swatch_AB_-_Antique_Brass.jpg?1767379810052395435");
	background-repeat: no-repeat;
}

.allstoneSwatch {
	width: 100px;
}

.native-trails-logo, .crestwood-logo {
	width: 300px;
}

.alfi-brand-logo, .vitra-logo {
	width: 200px;
}

.alt-keywords {
	display: none;
}

.swatches {
	padding: 0;
	margin: 0;
	list-style: none;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-flow: row wrap;
}

.swatch-image {
	width: 20%;
	margin: 0;
	padding-inline: 5px;
	float: left;
	color: white;
	font-weight: bold;
	text-align: center;
}

.swatch-image img {
	width: 75px;
}
.back-to-top {
  position: fixed;
  bottom: 170px;
  right: 30px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border:2px solid #e1e1e1;
  font-size: 24px;
  background: #fff;
  color: #5b5b5b;
  cursor: pointer;
  box-shadow: 0 2px 8px rgba(0,0,0,0.3);
  z-index: 9999;
  display: none;
  /* transition: background 0.2s ease; */
}
.back-to-top:hover {
    background-color: #e1e1e1;
    border-color: #e1e1e1;
    color: #1a1a1a;
    transition: all 0.2s ease-in-out;
}
.back-to-top-icon{
display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    line-height: 1;
}
.back-to-top-icon .icon.icon--arrow-right {
   transform: rotate(270deg);
    width: 16px;
    height: 16px;
}
.back-to-top-icon span {
    font-size: 16px;
    font-weight: 800;
}
.modal__dialog.newsletter-pop-up{
    display: flex;
    gap: 20px;
    padding: 20px;
    width: 750px;
    max-width: 96%;
    align-items: center;
}
.newsletter-pop-up .newsletter-img img{
height: 100%;
    object-fit: cover;
}
.whoop.rmz-notification.sticky-active {
  bottom: 100px !important;
}
.whoop.rmz-notification.sticky-inactive {
  bottom: 30px !important;
}
/* cart page css*/
.cart-delivery-estimate p {
    font-size: 15px;
    color: inherit;
}
.cart-holding{
	font-size: 16px;
    font-weight: 800;
    text-transform: inherit;
    color: #169d53;
	text-align: right;
    padding: 5px 10px;
}
.cart-timer{
	font-weight: 800;
	font-size: 16px;
}
.cart-flex{
	padding: 30px;
	display: flex;
	justify-content: space-between;
	gap: 20px;
	width: 100%;
}
.cart-col{
	width: 25%;
}
.cart-col:hover {
    background-color: #f6f6f6;
    transition: all 0.2s ease-in-out;
}
.cart-col-inner{
	padding: 20px;
    border: 1px solid lightgray;
    border-radius: 5px;
    text-align: center;
}
.cart-col-inner img{
	width: 50px;
	height: 50px;
}
.promo-banner{
	padding: 20px 0;
}
.pp-later-cart{
	padding-top: 10px;
}
.pp-later-cart > div{
	line-height: 0;
}
.cart-recap__secure-payment {
    padding: 10px 0;
}
.payment-list{
	flex-wrap: wrap;
}
.cart-recap__secure-payment-list{
	max-width: 400px;
}
.custom-link-color{
	color: #3c3a39;
	text-decoration: underline;
	font-weight: 600;
}
.cart-dynamic-checkout-btn{
	padding: 10px 0;
}
.line-item__price-list{
	display: flex;
    align-items: center;
}
.cart-sale-badge{
	margin-left: 15px;
}
.cart-usp-section {
    background-color: #fff;
    border: 1px solid var(--border-color);
	margin-top: 0;
	margin-bottom: 0;
}

.cart-usp-section header.section__header {
    padding: 10px 20px;
    margin: 0;
}

.cart-usp-section .text-with-icons--boxed {
    border-width: 1px 0 0;
}
.cart-usp-section .text-with-icons__item {
    border: none !important;
}
.cart-policy-flex {
    display: flex;
    justify-content: space-around;
    padding: 10px 0;
}
.free-shipping-bar {
  margin-bottom: 20px;
  text-align: center;
  font-size: 14px;
  color: #333;
}

.free-shipping-bar p {
  margin-bottom: 8px;
  display: flex;
    justify-content: center;
    align-items: center;
	gap: 5px;
}

.progress-wrapper {
  background: #e6e6e6;
  border-radius: 20px;
  height: 8px;
  overflow: hidden;
}

.progress-bar {
  background: #006d3c; /* green */
  height: 8px;
  width: 0;
  transition: width 0.4s ease;
}
.line-item__title{
	font-weight: 800;
}
.cart-instock-msg span{
	font-weight: inherit;
	font-size: 15px;
}
.product-form__inventory.inventory--high:before {
    background: var(--product-in-stock-color);
}


.product-form__inventory.inventory--low:before {
    background: var(--product-low-stock-color);
}

/* Cart Page CSS Start */
.site-cart-wrapper .table-wrapper{
	overflow: auto;
}

.site-cart-wrapper .cart-recap__scroller{
	position: unset;
}

.site-cart-wrapper.cart-wrapper{
	min-height: auto !important;
}

.site-cart-wrapper .cart-recap__secure-payment-list {
    max-width: 100%;
}
.review-question-block{
	width: auto;
	display: flex;
    align-items: center;
    margin-top: 10px;
	margin-inline: -14px;
}
.review-question-block > div{
    position: relative;
    padding-inline: 14px;
}
.review-question-block > div:not(:first-child):before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 1px;
    height: 13px;
    background-color: var(--border-color);
    display: table;
    margin: auto;
}
.site-cart-table-form {
    width: 100%;
    column-gap: 30px;
    align-items: start;
}
.site-cart-table-form .spicegems-addon-carousel-heading{
	margin-top: 0 !important;
}
.site-container-wrap{
	margin-top: 30px;
}

/* Product page tab css */
.tabs-wrapper .tab-buttons {
  display: flex;
  list-style: none;
  gap: 30px;
  padding: 0;
  margin: 0;
  border-bottom: 1px solid #ddd;
  overflow: auto;
}

.rte .tabs-wrapper .tab-buttons::-webkit-scrollbar {
  width: 10px;
  height: 5px;
}

/* Track */
.rte .tabs-wrapper .tab-buttons::-webkit-scrollbar-track {
  background: #f1f1f100; 
}
 
/* Handle */
.rte .tabs-wrapper .tab-buttons::-webkit-scrollbar-thumb {
  background: #e8e8e8; 
}
.rte .tabs-wrapper .tab-buttons li:before {
    display: none;
}
.tab-buttons li {
  cursor: pointer;
  padding: 0;
    min-width: max-content;
}
.tab-buttons li.active {
  font-weight: bold;
  border-bottom: 2px solid #000;
}
.tab-contents {
}
.tab-content {
  display: none;
  padding: 15px 0;
}
.tab-content.active {
  display: block;
}

.breadcrumb__item a {
    font-size: 12px;
	color: #3c3a39;
}
.table-wrapper tr th {
    width: 170px;
}

/*new top announcement bar*/
.new-top-announcement-bar-section{
	background-color: var(--bgcolor);
	padding-top: var(--padding);
	padding-bottom: var(--padding);
}
.new-top-announcement-bar-wrapper{
display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 20px;
}
.new-top-announcement-bar-inner a{
	color: var(--text-color);
	font-size: 14px;
}
.new-top-announcement-bar-inner a:hover{
	text-decoration: underline;
}

/*new bottom announcement bar*/
.new-bottom-announcement-bar-section{
	background-color: var(--bgcolor);
	padding-top: var(--padding);
	padding-bottom: var(--padding);
}

.new-bottom-announcement-bar-inner{
	text-align: var(--align);
}
.new-bottom-announcement-bar-inner a{
	color: var(--text-color);
}
.new-bottom-announcement-bar-inner a:hover{
	text-decoration: underline;
}
.support-section{
	    display: flex;
    align-items: center;
    gap: 10px;
    padding: 0 15px;
}
.header__action-item.header__action-item--chat{
	padding: 0;
	line-height: 0;
	cursor: pointer;
}
.header__action-item:after {
    display: none;
}
.header__action-item {
    padding: 0;
}
.header__action-list {
    gap: 20px;
}
.support-timing p{
	line-height: 1.3;
	font-size: 13px;
}
.support-number a{
font-size: 18px;
    font-weight: 600;
}
.nav-bar .nav-bar__item {
    padding: 10px 0;
}
.page__sub-header {
    background-color: unset;
}
.b2b-message{
    margin-bottom: 20px;
	display: flex;
    align-items: center;
    gap: 5px;
}
.b2b-message-cart{
	display: flex;
    align-items: center;
    gap: 5px;
	margin-top: 10px;
}
.b2b-message-cart p{
	font-weight: 600;
}
.b2b-message p{
	font-weight: 600;
}
.sticky-add-to-cart .b2b-message{
	display: none;
}
.header__action-item--account .header__action-item-title {
    display: none;
}
.b2b-form-iframe .rmz-embed-container iframe {
    max-width: 600px;
    margin: 0 auto;
}

.b2b-form-iframe .rmz-embed-container {
    text-align: center;
}
.b2b-bar-section{
	background-color: var(--bgcolor);
}
.b2b-strip{
	text-align: center;
	line-height: normal;
    padding: 4px 0;
}
.b2b-strip p{
	color: var(--textcolor);
    text-align: center;
	font-weight: var(--style);
	margin: 0;
	display: inline;
}
.faq-group {
    padding-bottom: 10px;
}
.faq-group h4{
    margin: 0;
}
.faq-heading{
	text-align: var(--align);
}
:root {
--accent:#2563eb; 
--bg:#f9fafb; 
--card:#fff; 
--border:#e5e7eb;
}
.faq-accordion {
  max-width: 760px;
  margin: 0 auto;
}
.faq-item {
  background: var(--card);
  border: 1px solid var(--border);
  border-radius: 3px;
  margin-bottom: 8px;
  overflow: hidden;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.03);
}
.faq-accordion .faq-item h3{
	margin: 0;
}
.trigger {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 16px;
  font-weight: 600;
  cursor: pointer;
  background: transparent;
  border: 0;
  text-align: left;
}
.trigger:focus {
  outline: 3px solid rgba(37, 99, 235, 0.15);
  outline-offset: 2px;
}
.chev {
  transition: transform 0.22s ease;
}
.chev.open {
  transform: rotate(180deg);
}
.panel {
  padding: 0 16px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.25s ease, padding 0.25s ease;
}
.panel.open {
  padding: 12px 16px 16px;
  max-height: 2000px;
}
.alt-product-wrapper{
	margin-bottom: 10px;
}
.discontinue-box{
	border: 3px solid #1a1a1a;
    padding: 10px;
    border-radius: 5px;
    background-color: var(--bgcolor);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
    margin-bottom: 30px;
}
.discontinue-box p{
	margin: 0;
	color: var(--textcolor);
}
.sticky-add-to-cart .discontinue-box{
	display: none;
}

/* Cart Page CSS END */
@media (max-width: 1180px) {
	.sticky-add-to-cart .sticky-product-info {
		width: calc(100% - 358px);
	}

	.sticky-add-to-cart form.product-form {
		padding-right: 0;
	}
	/* Cart Page CSS Start */
	.site-cart-wrapper .cart-usp-section .text-with-icons--boxed {
		flex-wrap: wrap;
	}

	.site-cart-wrapper .cart-usp-section .text-with-icons--boxed .text-with-icons__item {
		flex: 50%;
	}

	/* .site-cart-wrapper.cart-wrapper{
		min-height: 950px !important;
	} */
	/* Cart Page CSS END */
}
@media (max-width: 1080px){
	.support-section{
		display: none;
	}
}
@media (min-width: 1000px) {
	.site-cart-table-form {
		display: grid;
		flex-wrap: wrap;
		grid-template-columns: calc(100% - 430px) 400px;
	}
	
	.site-cart-table-form form.cart-recap {
		position: sticky;
		right: 0;
		top: 70px;
		width: 100%;
		grid-row: span 3;
		height: auto;
	}

	.cart-wrapper__inner-inner {
		width: 100%;
	}

	.site-container-wrap,
	.site-cart-card-wrap {
		width: 100%;
	}

	.site-cart-table-form form.cart-recap .cart-recap__scroller>.card {
		margin: 0;
	}
	
}


@media (max-width: 1000px){
	.mobile-menu__section.new-top-announcement-bar-inner ul {
		list-style: none;
	}
	.mobile-menu__section.new-top-announcement-bar-inner ul li{
		    padding: 8px 0 7px;
	}
	.mobile-menu__inner .new-top-announcement-bar-inner li a {
        font-size: 17px;
    }

	.mobile-menu__inner .new-top-announcement-bar-inner{
		display: none;
	}
}
@media (max-width: 999px) {
    .collection .collection__toolbar--bordered {
		top: 93px;
	}
	
	 .mobile-menu__section.new-top-announcement-bar-inner a {
        font-size: 14px;
    }
}
@media (max-width: 991px) {
	.announcement-link-wrap {
		display: none;
	}

	.announcement-link-wrap.tooltip {
		display: block;
	}
	.new-top-announcement-bar-wrapper{
		gap: 15px;
	}
	.new-top-announcement-bar-inner a {
    font-size: 14px;
}
}

@media (max-width: 899px) {
	.why_us .text-icon-title {
		flex: 0 0 100%;
		max-width: 100%;
	}

	.why_us .text-with-icons {
		flex: 0 0 100%;
		max-width: 100%;
	}

	.product-info-cta .col-inner .cont {
		padding-left: 16px;
	}

	.search-bar__top-wrapper .search-bar__top {
		max-width: 100%;
	}

	.search-bar__top-wrapper .search-bar__top .search-bar__input-wrapper {
		max-width: calc(100% - 50px);
	}

	.header__search-bar-wrapper {
		flex: unset;
		width: calc(100% - 150px) !important;
	}
}

@media (max-width: 749px) {
	
	.why_us .text-icon-title {
		text-align: center;
	}

	.why_us .text-with-icons__item {
		flex: 0 0 100%;
		max-width: 100%;
	}

	.award-section .flex {
		flex-direction: row;
		flex-wrap: nowrap;
	}

	.award-section .col {
		flex: 50%;
	}

	.award-wrapper img {
		padding: 0;
	}

	.product-meta__title.heading.h3 {
		margin-top: 20px;
		padding: 15px 0;
	}

	.product-info__block-item--buy-buttons {
		clear: both;
	}

	.klaviyo-form.klaviyo-form.klaviyo-form {
		max-width: 100% !important;
		margin-bottom: 20px !important;
		padding-bottom: 20px !important;
	}

	.footer__block-list .footer__block-item {
		margin-right: 0;
		padding-right: 5px;
	}

	.product-info-cta .col {
		width: 100%;
		padding: 5px 0;
	}

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

	.options-ul, .swatches {
		flex-wrap: wrap !important;
		column-gap: 10px;
	}

	.options-ul .options-li, .swatches .swatch-image {
		width: calc(25% - 8px);
		margin-inline: 0;
	}

	.options-ul .options-li a, .swatches .swatch-image a {
		font-size: 14px;
		text-align: center;
		display: block;
	}

	.swatches .swatch-image a img {
		width: 100%;
		max-width: 75px;
	}

	.options-ul .options-li a span {
		margin: 0 auto;
	}

	.product-block-list__item--description .rte iframe {
		width: 100%;
	}

	.for-mobie-order {
		order: 3;
	}

	.price.price--highlight {
		padding: 5px 0;
	}

	.price.price--compare {
		padding: 5px 0;
	}

	.product-meta__label-list.custom-sale-badge {
		padding: 5px 0;
	}

	.image-grid {
		grid-template-columns: repeat(var(--mob-row), 1fr);
	}

	.image-grid img {
		width: 100%;
		height: auto;
		display: block;
		border-radius: 8px;
	}

	.badges-wrapper .product-meta__label-list {
		display: block;
		padding-right: 10px;
	}

	.sale-badge-price {
		display: none;
	}

	.sticky-add-to-cart {
		padding: 10px;
		justify-content: flex-start;
	}

	.sticky-add-to-cart .sticky-cart-controls {
		flex;
		1;
	}

	.sticky-inner .sticky-product-info {
		display: none;
	}

	.sticky-add-to-cart form {
		padding: 0;
	}

	.sticky-add-to-cart .sticky-cart-controls .quantity-selector {
		gap: 5px;
	}

	.sticky-add-to-cart .quantity-selector--product .quantity-selector__value {
		width: 55px;
		min-width: 55px;
	}

	.sticky-cart-controls .mt-15 button {
		width: 100%;
	}

	.sticky-add-to-cart .sticky-cart-controls .product-form__buy-buttons {
		flex: 1;
	}

	.sticky-add-to-cart .sticky-cart-controls {
		flex: 1;
	}

	.footer-award-section .col {
		flex: 1;
	}
	.whoop.rmz-notification.sticky-active {
		bottom: 75px !important;
	}

	.sticky-add-to-cart form.product-form {
		margin-top: 0;
	}

	.sticky-add-to-cart buy-button.buy-button {
		width: 100%;
		margin: 0;
	}

	.sticky-add-to-cart .product-form__payment-container {
		margin: 0;
	}
	.page__header--stack.mb-0{
		margin-bottom: 15px;
	}
	.cart-holding{
		text-align: center;
		padding: 5px 50px;
	}
	.line-item__price-list{
		flex-wrap: wrap;
	}
	.cart-sale-badge{
		margin-left: 0;
		margin-bottom: 5px;
	}
	.cart-instock-msg span{
		font-size: 15px;
	}
	.cart-delivery-estimate p, .cart-delivery-estimate span{
		font-size: 15px
	}
	.text-with-icons--boxed .text-with-icons__item{
		padding: 20px;
	}
	.site-cart-wrapper .line-item__price--compare{
		margin-left: 0;
	}
	.site-cart-wrapper .line-item__price-list{
		gap: 0 15px;
	}
	.collection .collection__toolbar--bordered {
		top: 65px;
	}
	.page__sub-header {
		display: block !important;
		padding-inline: 20px;
		margin: 8px 0;
		background-color: unset;
	}
	.back-to-top{
		bottom: 140px;
				width: 40px;
			height: 40px;
			right: 25px;
			border-color: #e1e1e1;
	}

	.site-cart-wrapper .line-item__quantity,
	.site-cart-wrapper .line-item__line-price {
		padding-top: 0 !important;
	}
	/* cart drawer button hidden issue fixed css*/

	.mini-cart {
		max-height: unset !important;
		height: calc(100dvh - 120px) !important;
	}

	.template-product .mini-cart {
		max-height: unset !important;
		height: calc(100dvh - 59px) !important;
	}
	.mini-cart__content {
		max-height: unset !important;
		height: calc(100% - 162px) !important;
	}
	
	.header-fixed .mini-cart {
		height: calc(100dvh - 59px) !important;
	}
	/* cart drawer button hidden issue fixed css end*/

	/* top announcement bar css starts */
	.new-top-announcement-bar-section{
		display: none;
	}
	.support-section{
		display: none;
	}
	.header__action-item.header__action-item--chat{
		display: none;
	}
	.header__action-list {
		gap: 15px;
	}
	.mobile-menu__section.new-top-announcement-bar-inner ul{
		list-style: none;
	}
	.mobile-menu__section.new-top-announcement-bar-inner ul li{
		padding: 7px 0;
	}
	html:has(> body.no-mobile-scroll) {
		height: 100dvh;
		overflow: hidden;
	}
	body.no-mobile-scroll {
		height: 100dvh;
		overflow: hidden;
	}
	.b2b-strip p{
		font-size: 13px;
	}

	.b2b-bar-section .container {
		padding-inline: 10px;
	}
	.mobile-menu__inner .new-top-announcement-bar-inner{
		display: block;
	}
}

@media (max-width: 480px) {
	.product-info-cta .col-inner .cont {
		padding-left: 12px;
	}
}

@media (max-width: 640px) {
	.swatch-image {
		width: 25%;
	}
	.header__search-bar-wrapper{
		width: 100% !important;
	}

}

@media (max-width: 360px) {
	.header__logo .header__logo-image {
		max-width: 150px !important;
	}

	.header__mobile-nav {
		margin-right: 10px;
	}

	.header__action-list {
		gap: 10px;
	}
}