/** Shopify CDN: Minification failed

Line 659:1 Expected identifier but found "#word-break"
Line 1396:6 Expected ":"
Line 1397:2 Expected identifier but found "1"

**/
html:has(> body.no-mobile-scroll) {
	/* height: 100dvh; */
	overflow: hidden;
}
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;
}
.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;
}

.announcement-cta {
	display: flex;
	gap: 15px;
}

.header-contact-info {
	display: flex;
	align-items: center;
	gap: 5px;
}

.header-timing-info {
	display: flex;
	align-items: center;
	gap: 5px;
}

.header-email-info {
	display: flex;
	align-items: center;
	gap: 5px;
}

.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: #d55121;
}

.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;
}

.icon-inner-wrap {
	line-height: normal;
}

.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: 10%;
	margin: 10px 5% 0 5%;
	float: left;
	color: white;
	font-weight: bold;
	text-align: center;
}

.swatch-image img {
	width: 75px;
}
.back-to-top {
  position: fixed;
  bottom: 170px;
  right: 20px;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: none;
  font-size: 24px;
  background: conic-gradient(#212121 0%, #eee 0%);
  color: #fff;
  cursor: pointer;
  box-shadow: 0 2px 8px rgba(0,0,0,0.3);
  z-index: 9999;
  display: none;
  transition: background 0.2s ease;
}
.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: 16px;
    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: #d75a2c;
	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: 16px;
}
.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;
}
/* 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 (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: 991px) {
	.announcement-link-wrap {
		display: none;
	}

	.announcement-link-wrap.tooltip {
		display: block;
	}
}

@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;
	}
}

@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;
	}

	.announcement-cta {
		justify-content: center;
		padding-bottom: 3px;
	}

	.hours-btn {
		position: relative;
		display: inline-block;
	}

	.hours-btn button {
		cursor: pointer;
	}

	.hours-btn .tooltip {
		visibility: hidden;
		opacity: 0;
		background-color: #fff;
		color: #000;
		text-align: left;
		border-radius: 5px;
		padding: 10px;
		position: absolute;
		top: 120%;
		left: 50%;
		transform: translateX(-50%);
		transition: opacity 0.2s;
		z-index: 10;
		min-width: 125px;
	}

	.hours-btn button:focus + .tooltip, .hours-btn button:hover + .tooltip {
		visibility: visible;
		opacity: 1;
	}

	.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: 16px;
	}
	.cart-delivery-estimate p, .cart-delivery-estimate span{
		font-size: 16px
	}
	.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;
	}
}

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

@media (max-width: 640px) {
	.swatch-image {
		width: 25%;
	}
}