/** Shopify CDN: Minification failed

Line 916:661 Unexpected "10."
Line 1742:60 Unexpected "/"

**/
/* ==========================================================
WHITE RABBIT - custom.css  (FULLY RESPONSIVE VERSION)
Last updated: responsive audit & fixes applied
========================================================== */

/* ----------------------------------------------------------
1. FONTS
---------------------------------------------------------- */
@font-face {
	font-family: 'Satoshi';
	src: url('/cdn/shop/files/Satoshi-Bold.woff2?v=1780550519') format('woff2'),
		url('/cdn/shop/files/Satoshi-Bold.woff?v=1780550519') format('woff');
	font-weight: bold;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Satoshi';
	src: url('/cdn/shop/files/Satoshi-Light.woff2?v=1780550518') format('woff2'),
		url('/cdn/shop/files/Satoshi-Light.woff?v=1780550518') format('woff');
	font-weight: 300;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Satoshi';
	src: url('/cdn/shop/files/Satoshi-Medium.woff2?v=1780550518') format('woff2'),
		url('/cdn/shop/files/Satoshi-Medium.woff?v=1780550519') format('woff');
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Satoshi';
	src: url('/cdn/shop/files/Satoshi-Regular.woff2?v=1780550519') format('woff2'),
		url('/cdn/shop/files/Satoshi-Regular.woff?v=1780550519') format('woff');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

/* ----------------------------------------------------------
2. BASE TYPOGRAPHY
---------------------------------------------------------- */
body,
p,
h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Satoshi', sans-serif !important;
}

h2 {
	font-size: clamp(28px, 5vw, 50px) !important;
}

p {
	font-size: 18px !important;
	margin: 0px;
}

span {
	font-weight: 300 !important;
}

/* ----------------------------------------------------------
3. BUTTONS
---------------------------------------------------------- */
.button {
	width: 100%;
	cursor: pointer;
	position: relative;
	padding: 10px 24px;
	font-size: 18px;
	color: #fff;
	border: 2px solid #00a85a;
	border-radius: 22px;
	background-color: #00a85a;
	font-weight: 600;
	transition: all 0.3s cubic-bezier(0.23, 1, 0.320, 1);
	overflow: hidden;
}

.button--primary {
	width: fit-content;
	cursor: pointer;
	position: relative;
	padding: 10px 24px;
	font-size: 18px;
	color: #fff;
	border: 2px solid #00a85a;
	border-radius: 22px;
	background-color: #00a85a;
	font-weight: 600;
	transition: all 0.3s cubic-bezier(0.23, 1, 0.320, 1);
	overflow: hidden;
}

.button--primary::before {
	content: '';
	position: absolute;
	inset: 0;
	margin: auto;
	width: 50px;
	height: 50px;
	border-radius: inherit;
	scale: 0;
	z-index: -1;
	background-color: rgb(193, 163, 98);
	transition: all 0.6s cubic-bezier(0.23, 1, 0.320, 1);
}

.button--primary:hover::before {
	scale: 3;
}

.button--primary:hover {
	color: #000000;
	/* scale: 1.1; */
  background-color: rgb(193, 163, 98);
	box-shadow: 0 0px 20px rgba(193, 163, 98, 0.4);
}

.button:active {
	scale: 1;
}

.button::after,
.shopify-challenge__button::after,
.customer button::after,
.shopify-payment-button__button--unbranded::after {
	display: none !important;
	content: none !important;
	box-shadow: none !important;
	border: none !important;
}

.button--primary:after {
	border: none !important;
	border-radius: inherit;
}

/* ----------------------------------------------------------
                                                                            4. HEADER
                                                                            ---------------------------------------------------------- */
.section-header {
	z-index: 999 !important;
}

.header {
	align-items: self-start;
}

.header__heading-link {
	padding-top: 11px !important;
}

.header__icons {
	display: flex !important;
	gap: 16px;
	align-items: center;
	padding-top: 44px;
}

.header__icon .icon {
	height: 14px !important;
	width: 14px !important;
	fill: #fff !important;
	vertical-align: middle;
	stroke: #fff !important;
}

.header__icon,
.header__icon--cart .icon {
	height: 30px !important;
	width: 30px !important;
	padding: 0;
}

svg.icon.icon-cart-empty {
	width: 32px !important;
	height: 30px !important;
}
.cart-remove-button:hover {
    color: #fff !important;
}
    .cart-remove-button .button {
        min-width: 4.5rem !important;
        min-height: 3.5rem;
    }
.header__icon--account,
.header__icon--cart,
.header__icon--search {
	border: 1px solid rgba(255, 255, 255, 0.8);
	border-radius: 50%;
	display: flex !important;
	align-items: center;
	justify-content: center;
	padding: 0 !important;
	margin: 0 !important;
	color: #fff !important;
	box-sizing: border-box !important;
}

.header__icon--account svg,
.header__icon--cart svg,
.header__icon--search svg {
	flex-shrink: 0 !important;
}

.header__icon:hover,
.header__icon:focus-visible {
	background: rgba(255, 255, 255, 0.1);
	outline: none;
}

.header__icon svg {
	width: 20px;
	height: 20px;
	flex-shrink: 0;
}

/* Menu Button */
.menu-drawer-container {
	padding-top: 36px;
	list-style: none;
}

.menu-drawer-container>summary {
	list-style: none;
}

.menu-drawer-container>summary::-webkit-details-marker {
	display: none;
}

.menu-drawer-container .header__icon--menu {
    width: 101px !important;
    height: 45px !important;
    background: #0006;
    display: flex;
    align-items: center;
    gap: 16px;
    text-decoration: none !important;
    padding-inline-start: 18px;
	border: 1px solid rgba(255, 255, 255, 0.4);
	border-radius: 50px;
	gap: 16px;
	padding: 12px 16px 12px 24px;
}
.menu-drawer {
    position: absolute;
    transform: translate(-100%);
    visibility: hidden;
    z-index: 3;
    left: 0;
    top: 0 !important;
    width: 100%;
    padding: 0;
    background-color: rgb(var(--color-background));
    overflow-x: hidden;
    filter: drop-shadow(var(--drawer-shadow-horizontal-offset) var(--drawer-shadow-vertical-offset) var(--drawer-shadow-blur-radius) rgba(var(--color-shadow), var(--drawer-shadow-opacity)));
}
.header__icon--menu[aria-expanded=true]:before
 {
    content: "";
    top: 0 !important;
    left: 0;
    height: 1000px !important;
    width: 100%;
    display: block;
    position: absolute;
    background: rgba(var(--color-foreground), .5);
}
.custom-menu-btn .icon-hamburger {
	width: 20px !important;
	height: 14px !important;
}

.custom-menu-btn .icon-hamburger path {
	fill: #ffffff !important;
	stroke: none !important;
}

.custom-menu-btn span svg.icon-hamburger {
	display: block !important;
	transform: none !important;
	overflow: visible !important;
}

.header .custom-menu-btn .menu-text {
	font-size: 18px !important;
	font-weight: 300 !important;
}

/* Cart count bubble */
.cart-count-bubble {
	position: absolute;
	top: -5px;
	right: 4px;
	width: 16px;
	height: 16px;
	background: #fff;
	color: #1a1a1a;
	font-size: 10px;
	font-weight: 600;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	line-height: 1;
	pointer-events: none;
}

#cart-icon-bubble {
	position: relative;
}

/* ----------------------------------------------------------
                                                                                                                                                                          5. MENU DRAWER
                                                                                                                                                                          ---------------------------------------------------------- */
.menu-drawer {
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	width: 280px;
	max-width: 85vw;
	background: #1a1a1a;
	z-index: 100;
	transform: translateX(-100%);
	transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
	box-shadow: 4px 0 24px rgba(0, 0, 0, 0.4);
	height: 100vh !important;
	min-height: 100% !important;
}

details[open] .menu-drawer {
	transform: translateX(0);
}

.menu-drawer__inner-container {
	display: flex;
	flex-direction: column;
	height: 100% !important;
	position: relative;
}

.menu-drawer__navigation-container {
	height: 100% !important;
	flex: 1;
}

.menu-drawer::before {
	content: '';
	position: fixed;
	inset: 0;
	left: 280px;
	background: rgba(0, 0, 0, 0.55);
	pointer-events: none;
	opacity: 0;
	transition: opacity 0.3s;
}

details[open] .menu-drawer::before {
	opacity: 1;
	pointer-events: all;
}

details[open] .modal-overlay::after {
	display: none;
}

.menu-drawer__navigation {
	    padding: 70px 0px !important;
	background-color: rgb(193, 163, 98) !important;
}

.menu-drawer__menu {
	list-style: none;
	margin: 0;
	padding: 0;
}

.menu-drawer__menu-item {
	display: flex;
	align-items: center;
	padding: 1.1rem 3rem;
	font-size: 1.8rem;
	font-weight: 900 !important;
	color: rgba(255, 255, 255, 0.8);
	text-decoration: none;
	border-left: 2px solid transparent;
	transition: background 0.15s, color 0.15s, border-color 0.15s;
	-webkit-tap-highlight-color: transparent;
}

.menu-drawer__menu-item:hover,
.menu-drawer__menu-item:focus-visible {
	background: rgba(255, 255, 255, 0.06);
	color: #fff;
	outline: none;
}

.menu-drawer__menu-item--active,
[aria-current="page"].menu-drawer__menu-item {
	border-left-color: #fff;
	color: #fff;
	background: rgba(255, 255, 255, 0.05);
}

.menu-drawer__utility-links {
	border-top: 0.5px solid rgba(255, 255, 255, 0.1);
	padding: 16px 24px;
	margin-top: auto;
}

.menu-drawer__account {
	display: flex;
	align-items: center;
	gap: 10px;
	color: rgba(255, 255, 255, 0.65);
	font-size: 14px;
	text-decoration: none;
	padding: 8px 0;
	-webkit-tap-highlight-color: transparent;
}

.menu-drawer__account:hover {
	color: #fff;
}

.menu-drawer__account svg {
	width: 18px;
	height: 18px;
	opacity: 0.7;
}

.drawer-close-btn {
	position: absolute;
	top: 15px;
	right: 15px;
	z-index: 9999;
	background: transparent;
	border: none;
	font-size: 32px;
	color: #fff;
	cursor: pointer;
}

/* button.custom-drawer-close {
	position: absolute;
	left: 90%;
	top: 0;
	padding: 7px;
	margin-left: 10px;
	background: transparent;
	border: none;
	font-weight: bold;
	color: white;
} */

.custom-drawer-close {
	position: absolute;
    top: 14px;
    right: 27px;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: transparent;
    border: 0.5px solid rgba(255, 255, 255, 0.2);
    border-radius: 6px;
    color: rgba(255, 255, 255, 0.7);
    font-size: 20px;
    cursor: pointer;
    line-height: 1;
    -webkit-tap-highlight-color: transparent;
}

.custom-drawer-close:hover {
	background: rgba(255, 255, 255, 0.08);
	color: #fff;
}

/* ----------------------------------------------------------
                                                                                                                                                                                                                                                                                                                                                                  6. SEARCH MODAL
                                                                                                                                                                                                                                                                                                                                                                  ---------------------------------------------------------- */
.search-modal .field {
	border-radius: 50px !important;
	overflow: hidden;
}

.search-modal .field__input,
.search-modal .search__input {
	border-radius: 50px !important;
}

.search-modal__content-bottom .search-modal__form {
	max-width: 1440px !important;
    width: 100% !important;
    position: relative;
    top: 4%;
    margin: 0 auto;
}

.search-modal__content {
	display: flex;
	align-items: center !important;
	justify-content: right !important;
	width: 100%;
	height: 100%;
	padding: 0 2rem 0 2rem;
	line-height: calc(1 + .8 / var(--font-body-scale));
	position: relative;
	background: #1a1a1a;
	border-radius: 0 0 12px 12px;
}

.search-modal__content-bottom .field {
	min-height: 60px;
}

.search-modal__close-button {
	top: 30px !important;
	right: 30px !important;
	display: flex;
	align-items: center;
	justify-content: center;
	color: rgba(255, 255, 255, 0.5);
	background: transparent;
	border: none;
	cursor: pointer;
	font-size: 14px;
	gap: 6px;
	padding: 8px;
	width: 100%;
}

.search-modal__close-button:hover {
	color: #fff;
}

h2#predictive-search-queries {
	font-size: 12px !important;
}

h2#predictive-search-products {
	font-size: 12px !important;
}

h2#predictive-search-pages-desktop {
	font-size: 12px !important;
}

.search__input {
	width: 100%;
	background: rgba(255, 255, 255, 0.08);
	border: 0.5px solid rgba(255, 255, 255, 0.2);
	border-radius: 8px;
	padding: 10px 44px 10px 16px;
	color: #fff;
	font-size: 16px;
	font-family: inherit;
	outline: none;
	-webkit-appearance: none;
}

.search__input::placeholder {
	color: rgba(255, 255, 255, 0.35);
}

.search__input:focus {
	border-color: rgba(255, 255, 255, 0.5);
	background: rgba(255, 255, 255, 0.1);
}

.search__button {
	height: 5.4rem !important;
	padding: 10px;
	position: absolute;
	right: 12px;
	background: transparent;
	border: none;
	color: rgba(255, 255, 255, 0.6);
	cursor: pointer;
	display: flex;
	align-items: center;
}

.search__button svg {
	width: 18px;
	height: 18px;
}

.modal__close-button.link {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 3rem;
	height: 2.4rem;
	width: 5.4rem;
	background-color: transparent;
	color: #fff;
	margin-left: 0px !important;
}

.visually-hidden {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

/* ----------------------------------------------------------
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          7. HERO BANNER  (FIX: hardcoded px widths removed)
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          ---------------------------------------------------------- */
#Banner-template--19805098311740__image_banner::after {
	opacity: 0.6;
}

.banner:after,
.banner__media:after {
	opacity: 0.4 !important;
}

.banner__media img {
	background: rgba(0, 0, 0, 0.4) !important;
}

.banner__heading {
	font-size: clamp(36px, 6vw, 70px) !important;
	font-weight: 900 !important;
	color: #fff;
}

/* FIX: was width:723px — now fluid */
story-section .story-section__wrapper {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 40px;
  position: relative;
  z-index: 2; /* sit above the overlay */
}

.story-section .story-section__left,
.story-section .story-section__right {
  position: static !important; /* kill the absolute positioning */
  flex: 1 1 50%;
  top: auto !important;
  left: auto !important;
}
.top_hero h2 {
	color: #fff !important;
	font-size: clamp(36px, 7vw, 88px) !important;
	line-height: 1.1 !important;
	letter-spacing: 0px;
	width: 100% !important;
	max-width: 723px;
	margin: auto;
	padding: 0 16px;
	box-sizing: border-box;
}

/* FIX: was width:703px — now fluid */
.top_hero p {
	width: 100% !important;
	max-width: 733px;
	margin: auto;
	font-size: clamp(16px, 2.5vw, 27px) !important;
	line-height: 1.4;
	letter-spacing: 0px;
	font-weight: 500;
	color: #ffffff;
	margin-top: 20px !important;
	margin-bottom: 10px !important;
	padding: 0 16px;
	box-sizing: border-box;
}

.top_hero .banner__box.content-container.content-container--full-width-mobile.color-scheme-3.gradient {
	padding: 11rem 4rem !important;
}

/* ----------------------------------------------------------
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          8. STORY SECTION  (FIX: absolute positioning overflow)
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          ---------------------------------------------------------- */
.image_hero_section {
	position: relative;
	width: 100%;
	min-height: 580px;
	overflow: hidden;
	display: flex;
	align-items: center;
}

.image_hero_section .story-section__background {
	position: absolute;
	inset: 0;
	z-index: 0;
}

.image_hero_section .story-section__background-image {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	display: block;
}

.image_hero_section .story-section__overlay {
	position: absolute;
	inset: 0;
	z-index: 1;
	background: linear-gradient(90deg, rgba(0, 0, 0, 0.15) 0%, rgba(255, 248, 235, 0.45) 50%, rgba(255, 248, 235, 0.80) 100%);
}

.image_hero_section .page-width {
	/* position: relative;
	z-index: 2;
	width: 100%;
	max-width: 1300px;
	margin: 0 auto;
	padding: 0 40px; */
}

/* FIX: added padding not gap syntax error */
.image_hero_section .story-section__wrapper {
	display: flex;
	align-items: flex-start;
	gap: 40px;
	padding: 80px 0px 0px 0px;
}

.image_hero_section .story-section__left {
	position: relative;
	flex: 0 0 480px;
	width: 480px;
	height: 460px;
}

.image_hero_section .story-section__bowl-wrapper {
	position: absolute;
	right: 0;
	top: 40%;
	transform: translateY(-50%);
	width: 380px;
	z-index: 1;
}

.image_hero_section .story-section__bowl-image {
	width: 100%;
	height: auto;
	display: block;
	border-radius: 50%;
	object-fit: cover;
	box-shadow: 0 16px 50px rgba(0, 0, 0, 0.25);
}
.custom-featured-products {
    position: relative;
    z-index: 10;
   
    padding: 18px 0 80px !important;
    }
    
.image_hero_section .story-section__product-wrapper {
	position: absolute;
	left: 0;
	top: 37%;
	transform: translateY(-50%);
	width: 200px;
	z-index: 2;
	animation: heroPackFloat 3.6s ease-in-out infinite;
}

.image_hero_section .story-section__product-image {
	width: 250px;
	height: auto;
	display: block;
	filter: drop-shadow(0 20px 40px rgba(0, 0, 0, 0.45));
}

@keyframes heroPackFloat {

	0%,
	100% {
		transform: translateY(-50%);
	}

	50% {
		transform: translateY(calc(-50% - 10px));
	}
}

/* FIX: was position:absolute causing overflow — now relative */
.image_hero_section .story-section__right {
	flex: 1;
	position: relative !important;
	top: unset !important;
	left: unset !important;
	padding-left: 0px !important;
	min-width: 0;
}

.image_hero_section .story-section__heading {
	font-weight: 300;
	color: #303030;
	margin: 0 0 20px;
	letter-spacing: 0%;
}

.image_hero_section .story-section__heading strong {
	font-weight: 900;
	color: #303030;
}

.image_hero_section .story-section__description {
	font-size: 18px;
	color: #303030;
	max-width: 628px;
	margin-bottom: 50px;
	letter-spacing: 0 !important;
	line-height: 1.3;
}

.image_hero_section .story-section__description p {
	margin: 0;
}



/* ----------------------------------------------------------
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          9. PROMO / ROOTS TRADITION SECTION  (FIX: hardcoded widths)
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          ---------------------------------------------------------- */
.rootes_tradition .page-width {
	position: relative;
	z-index: 3;
	height: 100%;
	background: linear-gradient(to right, rgba(34, 25, 20, 0.95) 0%, rgba(34, 25, 20, 0.85) 30%, rgba(34, 25, 20, 0.4) 60%, rgba(34, 25, 20, 0) 100%) !important;
}

.rootes_tradition .promo-banner__content {
	max-width: 560px;
	min-height: 0px;
	padding: 150px 0px 150px 68px;
}

.rootes_tradition .promo-banner__heading {
	margin-top: 0px;
	margin-bottom: 0px;
	color: #fff !important;
}

.rootes_tradition .promo-banner__heading strong {
	font-weight: 900;
}

/* FIX: was width:597px hardcoded — now max-width */
.rootes_tradition .promo-banner__description {
	width: 100% !important;
	max-width: 597px;
	line-height: 1.2 !important;
	letter-spacing: 0px;
	margin-top: 25px;
	margin-bottom: 50px !important;
}

.promo-banner__button {
	font-size: 18px;
}

.story-section__button {
	font-size: 18px;
}

.testimonial-showcase__review-text {
	font-size: 18px;
}

 ----------------------------------------------------------  
.thumbnail[aria-current],
.thumbnail[aria-current]:focus,
.thumbnail[aria-current]:focus-visible,
.thumbnail.focused {
  box-shadow: none !important;
  outline: none !important;
}
.product-media-container.media-type-image.media-fit-contain.global-media-settings.gradient.constrain-height {
    width: 100%;
}
.thumbnail {
  box-shadow: none !important;
  border: none !important;
  border-radius:20px;
}                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    10. FEATURED PRODUCTS SECTION
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        ---------------------------------------------------------- */
.custom-featured-products__heading {
	font-size: clamp(32px, 4vw, 48px) !important;
	font-weight: 300 !important;
	color: #2b2b2b;
	margin-top: 0rem !important;
}

.custom-featured-products__heading span {
	font-weight: 900 !important;
}

.feature_section .custom-featured-products__header {
	line-height: 100%;
	letter-spacing: 0px;
}

.feature_section .custom-featured-products__image {
	width: 100%;
	display: block;
	object-fit: cover;
	height: 583px !important;
	max-width: 650px;
	margin: auto;
	border-radius: 20px 20px 0px 0px;
	padding: 15px 12px;
}

.feature_section .custom-featured-products__card {
	border-radius: 20px;
}

.feature_section .custom-featured-products__title {
	font-size: 25px !important;
	font-weight: 500;
	color: #303030;
	margin: 0 0 12px;
}

.feature_section .custom-featured-products__price {
	font-size: 20px !important;
	color: #707070;
	margin-bottom: 20px;
}

a.custom-featured-products__button {
	font-size: 18px;
}

.custom-featured-products__content {
	padding: 8px 27px 52px 42px;
	display: flex;
	justify-content: space-between;
}

/* ----------------------------------------------------------
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  11. TESTIMONIALS  (FIX: fixed width & nowrap)
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  ---------------------------------------------------------- */
.white_rabbit_section {
	padding-top: 80px !important;
}

.testimonial-showcase {
	position: relative;
	overflow: hidden;
	padding-bottom: 80px !important;
}

.white_rabbit_section section .testimonial-showcase {
	padding: 80px 0px !important;
}

/* FIX: was width:563px & white-space:nowrap */
.white_rabbit_section .testimonial-showcase__title {
	width: 100% !important;
	max-width: 563px;
	margin-bottom: 25px;
	font-size: clamp(28px, 4vw, 50px) !important;
	white-space: normal !important;
}

.white_rabbit_section .testimonial-showcase__subtitle {
	font-size: clamp(28px, 4vw, 50px) !important;
	font-weight: 300 !important;
	margin-top: 4px !important;
}

.white_rabbit_section .testimonial-showcase__description {
	line-height: 1.5;
	letter-spacing: 0;
	max-width: 600px !important;
	width: 100%;
	font-size: 1rem !important;
	line-height: 1.3 !important;
	margin-top: 16px !important;
}

.testimonial-showcase__price {
	font-size: 2rem;
	font-weight: 600;
	color: #707070 !important;
	margin-bottom: 50px !important;
}

.white_rabbit_section .testimonial-showcase__reviews-heading span {
	font-weight: 900;
}

.white_rabbit_section .testimonial-showcase__reviews-heading {
	font-weight: 300;
}

.white_rabbit_section .testimonial-showcase__review-text {
	font-size: 18px;
	line-height: 1.5;
	letter-spacing: 0px;
	font-weight: 400;
}

.white_rabbit_section .testimonial-showcase__review-card {
	background: #fffffff2;
	border: 1px solid #DBC18D80;
	border-radius: 30px;
	padding: 37px 49px 35px 49px;
	text-align: center;
	-webkit-backdrop-filter: blur(10px);
	backdrop-filter: blur(10px);
	transition: all .3s ease;
}

.white_rabbit_section .testimonial-showcase__reviewer {
	font-size: 20px;
	font-weight: 700;
	color: #303030;
	margin-bottom: 10px;
}

.testimonial-showcase__hero {
	display: flex !important;
	align-items: center !important;
	margin-bottom: 40px !important;
	gap: 60px;
}

.testimonial-showcase__content {
	flex: 1 !important;
	min-width: 0 !important;
	max-width: 50% !important;
}

.testimonial-showcase__media {
	flex: 1 !important;
	max-width: 50% !important;
}

span.testimonial-showcase__reviews-heading-highlight {
	font-weight: 900 !important;
}

.testimonial-showcase__reviews-heading {
	font-size: 36px !important;
	margin-bottom: 50px;
	color: #333;
}

.testimonial-showcase__quote {
	margin-bottom: 0px !important;
}

.testimonial-showcase__nav-buttons {
	display: flex !important;
	justify-content: center !important;
	gap: 12px !important;
	margin-top: 50px !important;
}

.testimonial-showcase__nav-btn {
	width: 45px !important;
	height: 45px !important;
	border-radius: 50% !important;
	background: #09b44d !important;
	border: none !important;
	cursor: pointer !important;
	display: flex !important;
	align-items: center !important;
	justify-content: center !important;
	transition: background 0.2s ease !important;
	padding: 0 !important;
	box-shadow: none !important;
}

.testimonial-showcase__nav-btn:hover {
	background: #00a85a !important;
}

.testimonial-showcase__nav-btn svg path {
	stroke: white !important;
}

.testimonial-showcase__nav-btn::after {
	display: none !important;
	content: none !important;
}

.testimonial-showcase__nav-btn svg {
	width: 24px !important;
	height: 24px !important;
}

.testimonial-showcase__review-image {
	display: flex;
	justify-content: center;
	margin-bottom: 12px;
	line-height: 0;
}

.testimonial-showcase__review-img {
	width: 33px !important;
	height: 26px !important;
	max-width: 33px !important;
	object-fit: contain;
	display: block;
}

/* ----------------------------------------------------------
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          12. FOOTER  (FIX: grid overflow on mid-size screens)
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          ---------------------------------------------------------- */
.custom-footer {
	background: #000000;
	color: #fff;
	padding: 80px 0 30px !important;
	position: relative;
}

/* FIX: was grid-template-columns with fixed px values */
.custom-footer__wrapper {
	display: grid;
	grid-template-columns: 1.6fr 1fr 1fr 1fr;
	gap: 80px;
	align-items: flex-start;
}

.custom-footer__logo {
	max-width: 125px !important;
	width: 100%;
	height: 96px !important;
	display: block;
	margin-bottom: 25px;
}

.custom-footer__title {
	font-size: 25px !important;
	font-weight: 500 !important;
	color: #fff !important;
	margin: 0 0 26px !important;
	line-height: 1.2 !important;
}

.custom-footer__description {
	font-size: 18px !important;
	line-height: 1.5 !important;
	color: #fff !important;
	letter-spacing: 0px !important;
}

.custom-footer__menu a {
	color: #fff !important;
	text-decoration: none;
	transition: all .3s ease;
	font-size: 18px !important;
	font-weight: 400 !important;
	line-height: 1.5 !important;
	letter-spacing: 0 !important;
}

.custom-footer__menu a:hover {
	color: #fff !important;
	padding-left: 0px !important;
}

.custom-footer__contact-item {
	color: #ffffff !important;
	font-size: 18px !important;
	line-height: 1.5 !important;
	letter-spacing: 0px !important;
	display: flex;
	align-items: flex-start;
	gap: 14px;
}

.custom-footer__contact-item .contact-icon {
	flex: 0 0 20px;
	width: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 6px;
}

.custom-footer__contact-item svg {
	display: block;
}

.custom-footer__contact-link {
	color: #fff !important;
}

.custom-footer__copyright {
	font-size: 18px !important;
	color: #ffffff !important;
	font-weight: 400 !important;
	letter-spacing: 0px !important;
}


/* 404 page */
.template-404.page-width.page-margin.center {
    border: 1px solid;

    padding-top: 36px;
    width: 100%;
    max-width: 400px;
    /* position: relative; */
    margin-top: 202px;
    border-radius: 20px;
    padding-bottom: 80px;
    background:#fff;
}
.template-404 .title {
    margin-top: 0px;
}
.template-404 p
 {
    font-size: 70px !important;
    font-weight: 900;
}
.template-404 .header{
background:rgba(0, 0, 0, .4) !important;

}
.template-404 .focus-none {
  
    background-color:rgb(193, 163, 98);
}
.template-404 .button {
   width: fit-content; 
  cursor: pointer;
  position: relative;
  padding: 10px 24px;
  font-size: 18px;
  color: #fff;
  border: 2px solid #00a85a;
  border-radius: 22px;
  background-color: #00a85a;
  font-weight: 600;
  transition: all 0.3s cubic-bezier(0.23, 1, 0.320, 1);
  overflow: hidden;
}


/* end page 404  */



/* Cart */
cart-items .title-wrapper-with-link {
    margin-top: 126px !important;
}
a.underlined-link
 {
    width: fit-content;
  background: #00AB66; 
  color: white;
  border: none;
  padding: 16px;
  border-radius: 30px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  box-shadow: 0px 4px 12px rgba(0, 171, 102, 0.15);
  transition: background-color 0.2s, transform 0.1s;
  text-decoration: none;
}
.underlined-link:hover{
	color: #fff !important;
	text-decoration: none;
	border-bottom:none;
}

/* Scope Everything to Cart Template Area */
.template-cart {
  /* padding: 40px 0; */
  background-color: #FAFAFA; /* Keeps background crisp & neutral */
  min-height: 70vh;
}

.template-cart .cart-page-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
  display: flex;
  flex-direction: row;
  gap: 48px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  color: #2D2D2D;
}

.template-cart .cart-main-content {
  flex: 1;
}

.template-cart .cart-header-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  border-bottom: 1px solid #EAEAEA;
  padding-bottom: 16px;
  margin-bottom: 24px;
}

.template-cart .cart-title {
  font-size: 32px;
  font-weight: 600;
  margin: 0;
  letter-spacing: -0.5px;
}

.template-cart .continue-shopping-link {
  color: #111;
  font-size: 14px;
  text-decoration: underline;
  text-underline-offset: 4px;
  transition: opacity 0.2s ease;
}

.template-cart .continue-shopping-link:hover {
  opacity: 0.6;
}

/* Card Styling for Cart Items */
.template-cart .cart-items-list {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.template-cart .cart-item-card {
  display: flex;
  gap: 24px;
  background: #FFFFFF;
  border: 1px solid #ECECEC;
  border-radius: 12px;
  padding: 24px;
  box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.02);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.template-cart .cart-item-card:hover {
  box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.05);
}

.template-cart .cart-item-image-wrapper {
  width: 110px;
  height: 110px;
  flex-shrink: 0;
  border-radius: 8px;
  overflow: hidden;
  background-color: #F9F9F9;
  border: 1px solid #F0F0F0;
}

.template-cart .cart-item-image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.template-cart .cart-item-details-wrapper {
  display: flex;
  flex: 1;
  justify-content: space-between;
  align-items: center;
}

.template-cart .cart-item-info {
  display: flex;
  flex-direction: column;
  gap: 6px;
  max-width: 240px;
}

.template-cart .cart-item-name {
  font-size: 16px;
  font-weight: 500;
  color: #111;
  text-decoration: none;
  line-height: 1.4;
}

.template-cart .cart-item-name:hover {
  text-decoration: underline;
  color: #00AB66; /* Changes to matching logo green accent */
}

.template-cart .cart-item-price-each {
  font-size: 14px;
  color: #666;
}

/* Rounded Pill Quantity Box UI */
.template-cart .cart-item-actions {
  display: flex;
  align-items: center;
  gap: 16px;
}

.template-cart .modern-quantity-selector {
  display: inline-flex;
  align-items: center;
  border: 1px solid #D0D0D0;
  border-radius: 30px;
  padding: 4px 8px;
  background: #FFF;
}

.template-cart .qty-btn {
  background: none;
  border: none;
  width: 28px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  color: #555;
  border-radius: 50%;
  transition: background-color 0.2s;
}

.template-cart .qty-btn:hover {
  background-color: #F0F0F0;
}

.template-cart .qty-input {
  width: 36px;
  text-align: center;
  border: none;
  font-size: 15px;
  font-weight: 500;
  background: transparent;
  outline: none;
}

/* Drop Clean Trash Removal Button Style */
.template-cart .cart-remove-icon-btn {
  color: #8E8E93;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px;
  border-radius: 50%;
  transition: background-color 0.2s, color 0.2s;
}

.template-cart .cart-remove-icon-btn:hover {
  background-color: #FEECEB;
  color: #EB001B;
}

.template-cart .cart-item-total-price {
  font-size: 18px;
  font-weight: 600;
  color: #111;
  min-width: 100px;
  text-align: right;
}

/* Sidebar Container for Sticky Checkout Card */
.template-cart .cart-summary-sidebar {
  width: 380px;
  flex-shrink: 0;
}

.template-cart .summary-card {
  background: #FFFFFF;
  border: 1px solid #ECECEC;
  border-radius: 16px;
  padding: 28px;
  position: sticky;
  top: 24px;
  box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.01);
}

.template-cart .summary-title {
  font-size: 20px;
  font-weight: 600;
  margin-top: 0;
  margin-bottom: 24px;
  border-bottom: 1px solid #EAEAEA;
  padding-bottom: 12px;
}

.template-cart .summary-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 8px;
}

.template-cart .summary-subtotal-price {
  font-size: 22px;
  font-weight: 600;
  color: #111;
}

.template-cart .summary-shipping-note {
  font-size: 13px;
  color: #666;
  margin-bottom: 24px;
}

/* Green Primary Action Brand Button Match */
.template-cart .checkout-button-primary {
  width: 100%;
  background: #00AB66; 
  color: white;
  border: none;
  padding: 16px;
  border-radius: 30px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  box-shadow: 0px 4px 12px rgba(0, 171, 102, 0.15);
  transition: background-color 0.2s, transform 0.1s;
}

.template-cart .checkout-button-primary:hover {
  background: #008F55;
}

.template-cart .checkout-button-primary:active {
  transform: scale(0.99);
}

.template-cart .summary-login-prompt {
  text-align: center;
  margin-top: 20px;
  font-size: 13px;
  color: #555;
}

.template-cart .summary-login-prompt a {
  color: #111;
  text-decoration: underline;
  font-weight: 500;
}

/* Adaptive Breakpoint Updates */
@media (max-width: 991px) {
  .template-cart .cart-page-container {
    flex-direction: column;
    gap: 32px;
  }
  .template-cart .cart-summary-sidebar {
    width: 100%;
  }
}

@media (max-width: 600px) {
  /* .template-cart .cart-item-card {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
  }
  .template-cart .cart-item-details-wrapper {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    gap: 16px;
  }
  .template-cart .cart-item-total-price {
    text-align: left;
    min-width: auto;
  } */
}
/* cart end */
/* ===== Collection Page Product Grid ===== */

/* ===== 3-COLUMN PRODUCT GRID — scoped to collection template ===== */

/* Container */
.template-collection .collection.page-width {
  max-width: 1280px;
  margin: 0 auto;
  padding-left: 2rem;
  padding-right: 2rem;
}

/* The grid: 3 equal columns, full width */
.template-collection .product-grid {
  display: grid !important;
  grid-template-columns: repeat(3, 1fr) !important;
  gap: 3.5rem 2.5rem;
  padding: 2rem 0 5rem;
  width: 100%;
  margin: 0;
}

/* Override Dawn's flex item widths */
.template-collection .product-grid .grid__item {
  width: 100% !important;
  max-width: 100% !important;
  margin: 0;
}

/* Card */
.template-collection .product-grid .card {
  height: 70%;
  display: flex;
  flex-direction: column;
  border-radius: 14px;
  overflow: hidden;
  background: #fffdf7;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.template-collection .product-grid .card:hover {
  transform: translateY(-5px);
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.12);
}

/* Image */
.template-collection .product-grid .card__inner {
  border-radius: 14px 14px 0 0;
  overflow: hidden;
}

.template-collection .product-grid .card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.45s ease;
}

.template-collection .product-grid .card:hover .card__media img {
  transform: scale(1.04);
}

/* Content below image */
.template-collection .product-grid .card > .card__content {
  padding: 1.6rem 1.8rem 2rem;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  flex-grow: 1;
  text-align: left;
}

.template-collection .product-grid .card__heading.h5 a {
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.4;
  color: #1f2a1f;
}

.template-collection .product-grid .price {
  justify-content: flex-start;
}

.template-collection .product-grid .price-item {
  font-size: 1.5rem;
  font-weight: 700;
  color: #2e5339;
}

/* Shop Now button pinned to bottom */
.template-collection .product-grid .card__shop-now {
  /* margin-top: auto;
  border-radius: 8px;
  padding: 1.1rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  font-size: 1.3rem; */
}

/* Tablet: 2 columns */
@media screen and (max-width: 989px) {
  /* .template-collection .product-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 2.5rem 1.8rem;
  } */
}

/* Mobile: 2 columns */
@media screen and (max-width: 749px) {
  /* .template-collection .product-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem 1.2rem;
  }
  .template-collection .product-grid .card > .card__content {
    padding: 1.2rem 1.2rem 1.5rem;
  }
  .template-collection .product-grid .card__heading.h5 a {
    font-size: 1.35rem;
  } */
}

/* Mobile spacing */
@media screen and (max-width: 749px) {
  /* #product-grid {
    gap: 2rem 1.2rem;
    padding: 1rem 0 3rem;
  }
  #product-grid .card > .card__content {
    padding: 1.2rem 1rem 1.4rem;
  }
  #product-grid .card__heading.h5 a {
    font-size: 1.4rem;
  } */
}

---------------------------------------------------------- */
.product-card-wrapper .card__inner {
	width: 100%;
}

.product-card-wrapper .card {
	background: #f8f1df;
	border-radius: 20px;
	overflow: hidden;
	transition: all 0.4s ease;
	box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
	height: 100%;
}

.product-card-wrapper .card:hover {
	transform: translateY(-8px);
	box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
}

.product-card-wrapper .card__media {
	overflow: hidden;
	border-radius: 20px 20px 0 0;
}

.product-card-wrapper .card__media img {
	transition: transform 0.6s ease;
	width: 100%;
	display: block;
}

.product-card-wrapper .card:hover .card__media img {
	transform: scale(1.08);
}

.product-card-wrapper .card__information {
	padding: 20px;
	text-align: center;
}

.product-card-wrapper .card__heading a {
	font-size: 20px !important;
	font-weight: 600;
	color: #222;
	text-decoration: none;
	line-height: 1.3;
}

.product-card-wrapper .card__information .card__heading {
	margin-top: 0;
	margin-bottom: 0;
	width: 100%;
	margin: auto;
}

.card__information .card__heading a {
	font-size: 22px !important;
}

.product-card-wrapper a {
	text-decoration: none !important;
}

/* FIX: price was using left:83% which breaks on mobile */
.product-card-wrapper .price {
	margin: 15px 0;
	text-align: center;
}

.product-card-wrapper .price-item--regular,
.product-card-wrapper .price-item--sale {
	font-size: 26px;
	font-weight: 500;
	color: #1d1d1d;
	position: static !important;
	left: auto !important;
}

.price__regular .price-item--regular {
	margin-right: 0;
	font-size: 18px !important;
	position: static !important;
	left: auto !important;
}

.template-product .price__container .price__regular .price-item {
	font-size: 17px !important;
	width: 100%;
	padding-left: 0px;
}

/* FIX: card shop now button — was left:25% */
.product-card-wrapper .card__shop-now {
	cursor: pointer;
	position: relative;
	padding: 10px 24px;
	font-size: 18px;
	color: #fff;
	border: 2px solid #00a85a;
	border-radius: 22px;
	background-color: #00a85a;
	font-weight: 600;
	transition: all 0.3s cubic-bezier(0.23, 1, 0.320, 1);
	overflow: hidden;
	width: fit-content;
	max-width: 100%;
	margin: 0 auto;
	left: auto !important;
	display: block;
}

/* ----------------------------------------------------------
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    14. PRODUCT PAGE
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    ---------------------------------------------------------- */
.template-product {
	background: #DBC18D !important;
}

.template-product .header {
	background: rgba(0, 0, 0, 0.4) !important;
}

.product--large:not(.product--no-media) .product__media-wrapper {
	max-width: 50% !important;
}

.product--large:not(.product--no-media) .product__info-wrapper {
	max-width: 50% !important;
}

.template-product .product {
	max-width: 1400px;
	padding: 80px 0px;
	margin-top: 80px;
}

.template-product .product__media {
	height: 500px;
	width: 100%;
}

.template-product .product__media-wrapper img,
.template-product .product__media img {
	border-radius: 30px;
}

.template-product .product__info-wrapper {
	background: #fff;
	border: 1px solid #e5e5e5;
	border-radius: 24px;
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
	margin-left: 20px;
	padding: 32px !important;
}

.template-product .product__text {
	color: #00a85a;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 0px;
	text-transform: uppercase;
	margin-bottom: 10px;
}

.template-product .product__title h1 {
	font-size: clamp(30px, 4vw, 50px) !important;
	line-height: 1.2;
	font-weight: 900;
}

.template-product .price {
	font-size: 24px;
	font-weight: 500;
}

.template-product .product-form__submit,
.template-product .shopify-payment-button__button {
	border-radius: 50px !important;
	min-height: 58px !important;
}

.template-product .product-form__submit {
	background: #00a85a !important;
	color: #fff !important;
}

.template-product .product-form__submit:hover {
	background: #0f7a37 !important;
}

.template-product .shopify-payment-button__button {
	background: #000 !important;
	color: #fff !important;
}

.template-product .share-button {
	margin-top: 20px;
	padding-top: 20px;
	border-top: 1px solid #eee;
}

.focus-none {
	box-shadow: none !important;
	outline: 0 !important;
	background: #FFF9EE33;
}

.related-products__heading.inline-richtext.h2 {
	font-weight: 900;
}

.section-template--19805098475580__related-products-padding {
	padding-top: 36px;
	padding-bottom: 80px !important;
}

/* Product Accordion */
.template-product .product__accordion {
	margin-top: 2.5rem;
	border-top: none !important;
	border-bottom: none !important;
}

.template-product .product__accordion details {
	background-color: #faf7f2;
	border: 1px solid #e8e2d5;
	border-radius: 12px;
	margin-bottom: 1.5rem;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.02);
	transition: transform 0.3s ease, box-shadow 0.3s ease;
	overflow: hidden;
}

.template-product .product__accordion details:hover {
	transform: translateY(-2px);
	box-shadow: 0 6px 18px rgba(46, 125, 50, 0.06);
}

.template-product .product__accordion summary {
	padding: 1.5rem 2rem !important;
	display: flex;
	align-items: center;
	justify-content: space-between;
	cursor: pointer;
}

.template-product .product__accordion summary .accordion__title {
	font-family: var(--font-heading-family);
	font-size: 18px !important;
	font-weight: 600;
	color: #1a1a1a;
	letter-spacing: 0.05rem;
	margin: 0;
}

.template-product .product__accordion summary .icon-caret {
	color: #2e7d32;
	transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
	width: 1.4rem;
	height: 1.4rem;
}

.template-product .product__accordion .accordion__content {
	padding: 0 2rem 2rem 2rem !important;
	color: #333333;
	font-size: 1.5rem;
	line-height: 1.7;
}

.template-product .product__accordion .accordion__content p {
	margin-bottom: 1.5rem;
	font-size: 14px !important;
}

.template-product .product__accordion .accordion__content h3 {
	font-size: 1.6rem;
	font-weight: 600;
	color: #2e7d32;
	margin-top: 2rem;
	margin-bottom: 1.2rem;
	text-transform: uppercase;
	letter-spacing: 0em;
}

.template-product .product__accordion .accordion__content ul {
	list-style: none !important;
	padding-left: 0 !important;
	margin: 1.5rem 0 !important;
}

.template-product .product__accordion .accordion__content ul li {
	position: relative;
	padding-left: 2.8rem;
	margin-bottom: 1rem;
	font-size: 1.45rem;
	color: #232323;
	transition: color 0.20s ease;
}

.template-product .product__accordion .accordion__content ul li:hover {
	color: #2e7d32;
}

.template-product .product__accordion .accordion__content ul li::before {
	content: "\2713";
	position: absolute;
	left: 0;
	top: 0.1rem;
	width: 1.8rem;
	height: 1.8rem;
	background-color: #e8f5e9;
	color: #2e7d32;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 1.1rem;
	font-weight: bold;
}

/* ----------------------------------------------------------
 	

15. CART PAGE & DRAWER
                        

---------------------------------------------------------- */

.template-cart
 {
    background: #DBC181 !important;
}
img.cart-item__image {
    border-radius: 12px;
}
.template-cart .header {
	background: rgba(0, 0, 0, 0.4) !important;
}
.template-cart .title.title--primary {
    font-size: 50px !important;
    font-weight: 900;
}
.template-cart .cart__contents {
    padding: 36px;
    border-radius: 20px;
    background: #fff;
}
h2.totals__total
 {
    font-size: 30px !important;
    font-weight: 900;
}
.caption-with-letter-spacing {
    font-size: 16px !important;
    font-weight: 900 !important;
}
.template-cart .button {
	width: fit-content;
	cursor: pointer;
	position: relative;
	padding: 10px 24px;
	font-size: 18px;
	color: #fff;
	border: 2px solid #00a85a;
	border-radius: 22px;
	background-color: #00a85a;
	font-weight: 600;
	transition: all 0.3s cubic-bezier(0.23, 1, 0.320, 1);
	overflow: hidden;
}

.template-cart .cart__empty-text {
	font-size: clamp(30px, 5vw, 50px) !important;
	font-weight: 900;
}

.cart__empty-text {
	font-size: clamp(30px, 5vw, 50px) !important;
	font-weight: 900;
}

.template-cart .cart__warnings {
	padding-top: 80px;
	margin-top: 100px;
	border: 1px solid;
	width: 100%;
	max-width: 513px;
	margin: auto;
	margin-top: 200px;
	margin-bottom: 100px;
	border-radius: 20px;
}

/* Cart Drawer */
#CartDrawer .drawer__inner {
	background: #ffffff !important;
	background-image: none !important;
}

#CartDrawer .drawer__inner.gradient {
	background: #ffffff !important;
	background-image: none !important;
}

#CartDrawer .color-scheme-1 {
	background: #ffffff !important;
}

#CartDrawer .drawer__heading {
	font-size: 1.6rem !important;
	font-weight: 600 !important;
}

.cart-drawer .cart-item {
	display: grid;
	grid-template: repeat(2, auto) / repeat(2, 1fr) !important;
	gap: 1rem;
	margin-bottom: 0;
}

#CartDrawer .cart-item__name {
	font-size: 1.3rem !important;
	font-weight: 500 !important;
}

.cart__ctas .cart__checkout-button {
	width: 100%;
	cursor: pointer;
	position: relative;
	padding: 10px 12px;
	font-size: 18px;
	color: #fff;
	border: 2px solid #00a85a !important;
	border-radius: 22px;
	background-color: #00a85a !important;
	font-weight: 600;
	transition: all 0.70s cubic-bezier(0.23, 1, 0.320, 1);
	overflow: hidden;
}

#CartDrawer .cart-item__price-wrapper .price,
#CartDrawer .product-option {
	font-size: 1.2rem !important;
}

#CartDrawer .totals__total {
	font-size: 1.4rem !important;
	font-weight: 600 !important;
}

#CartDrawer .totals__total-value {
	font-size: 1.4rem !important;
	font-weight: 600 !important;
}

#CartDrawer .caption-with-letter-spacing {
	font-size: 1rem !important;
}

/* ----------------------------------------------------------
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          16. COLLECTION PAGE
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          ---------------------------------------------------------- */
.template-collection {
	background: #DBC18D;
}

.template-collection .collection-hero__title {
	margin: 2.5rem 0;
	color: white !important;
	font-size: clamp(32px, 5vw, 50px) !important;
	font-weight: 900;
	padding-top: 50px;
}

.template-collection .facet-filters__label.caption-large.text-body {
	font-size: 14px !important;
}

.template-collection .focus-none {
	background-color: rgb(193, 163, 98);
}

.template-collection .product-count__text.text-body {
	font-size: 18px !important;
}

div#ProductGridContainer {
	border-radius: 20px;
	border-color: #fff;
}

.template-collection .section-template--19805098278972__product-grid-padding {
	padding-top: 80px;
	padding-bottom: 80px;
}

.template-collection .button {
	width: fit-content%;
	cursor: pointer;
	position: relative;
	padding: 10px 20px;
	font-size: 18px;
	color: #fff;
	border: 2px solid #00a85a;
	border-radius: 22px;
	background-color: #00a85a;
	font-weight: 600;
	transition: all 0.70s cubic-bezier(0.23, 1, 0.320, 1);
	overflow: hidden;
}

/* Collections listing */
.template-list-collections {
	background: #DBC18D !important;
}

.template-list-collections .title--primary {
	font-size: clamp(32px, 4vw, 50px);
	font-weight: 700;
	color: #1a1a1a;
	letter-spacing: -0.5px;
	margin-bottom: 2.5rem;
	margin-top: 80px;
	position: relative;
	padding-bottom: 12px;
}

.template-list-collections .collection-list {
	gap: 24px !important;
	padding-bottom: 80px;
}

.template-list-collections .collection-card-wrapper {
	border-radius: 16px;
	overflow: hidden;
	box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
	transition: transform 0.35s ease, box-shadow 0.35s ease;
	background: #fff;
}

.template-list-collections .collection-card-wrapper:hover {
	transform: translateY(-6px);
	box-shadow: 0 16px 40px rgba(0, 0, 0, 0.14);
}

.template-list-collections .card--media .card__inner {
	border-radius: 16px 16px 0 0 !important;
	overflow: hidden;
}

.template-list-collections .card__media img {
	transition: transform 0.5s ease !important;
}

.template-list-collections .collection-card-wrapper:hover .card__media img {
	transform: scale(1.06);
}

.template-list-collections .card__inner::after {
	content: '';
	position: absolute;
	inset: 0;
	/* background: linear-gradient(to bottom, transparent 50%, rgba(0, 0, 0, 0.35) 100%); */
	z-index: 1;
	border-radius: 16px 16px 0 0;
	pointer-events: none;
}

.template-list-collections .card--media>.card__content {
	padding: 14px 18px 16px !important;
	background: #fff;
	border-top: 1px solid #f0f0f0;
}

.template-list-collections .card__heading a {
	font-size: 18px !important;
	font-weight: 700 !important;
	color: #1a1a1a !important;
	text-decoration: none !important;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 8px;
}

.template-list-collections .icon-wrap {
	width: 32px;
	height: 32px;
	border-radius: 50%;
	background: #00a85a;
	display: flex !important;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	transition: background 0.2s ease;
}

.template-list-collections .icon-wrap svg {
	color: #fff !important;
	width: 14px;
	height: 14px;
}

.template-list-collections .collection-card-wrapper:hover .icon-wrap {
	background: #007a42;
}

.template-list-collections .card--media .card__inner>.card__content {
	display: none !important;
}

.template-list-collections .card--media .card__inner {
	--ratio-percent: 75% !important;
}

.template-list-collections .card__media img {
	width: 100% !important;
	height: 100% !important;
	object-fit: cover !important;
	object-position: center !important;
}

.template-list-collections .collection-list__item:only-child {
	max-width: 50% !important;
}

#Banner-template--19805098344508__image_banner_hkADK9 .banner__media::after {
	content: '';
	position: absolute;
	inset: 0;
	background: rgba(0, 0, 0, 0.45);
	z-index: 1;
	opacity: 0.5;
}

/* ----------------------------------------------------------
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      17. ABOUT US PAGE
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      ---------------------------------------------------------- */
.template-page-about-us {
	background: #DBC18D !important;
}

.template-page-about-us .banner {
	position: relative;
}

.template-page-about-us .banner::before {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0.55) 100%);
	z-index: 1;
}

.template-page-about-us .banner__content {
	position: relative;
	z-index: 2;
}

.template-page-about-us .banner__box .banner__heading.inline-richtext.h1 {
	color: #fff !important;
	font-size: clamp(40px, 7vw, 88px) !important;
	font-weight: 900 !important;
}

.template-page-about-us .banner__box .banner__text {
	font-size: 18px;
	color: #fff;
	font-weight: 300;
}

.template-page-about-us .multirow {
	padding: 80px 0px;
}

.image-with-text img {
	border-radius: 30px;
}

.image-with-text__content {
	padding: 0px !important;
}

.image-with-text__text {
	font-weight: 500;
	line-height: 1.5;
	letter-spacing: 0;
	margin-top: 30px !important;
}

.multirow__inner {
	row-gap: 100px !important;
}

.template-page-about-us .image-with-text__text p {
	margin-top: 0;
	margin-bottom: 1rem;
	text-align: justify;
}

.template-page-about-us .image-with-text__content {
	padding: 30px !important;
}

/* ----------------------------------------------------------
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          18. CONTACT PAGE
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          ---------------------------------------------------------- */
.template-page-contact {
	background: #DBC18D !important;
}

.template-page-contact .banner {
	position: relative;
}

.template-page-contact .banner::before {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0.55) 100%);
	z-index: 1;
}

.template-page-contact .banner__heading.inline-richtext {
	font-weight: 900 !important;
	color: #fff;
}

.template-page-contact .main-page-title.page-title.h0.scroll-trigger.animate--fade-in {
	font-size: clamp(32px, 4vw, 50px) !important;
	font-weight: 900;
	text-align: center;
}

.template-page-contact .main-page-title {
	margin-bottom: 0rem;
}

.template-page-contact .section-template--19805098377276__main-padding {
	padding-top: 80px !important;
	padding-bottom: 80px !important;
}

.template-page-contact .section-template--19805098377276__form-padding {
	padding-top: 80px;
	padding-bottom: 80px;
}

.contact form {
	background: #fff;
	padding: 40px;
	border-radius: 24px;
}

.contact__fields {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 20px;
}

.contact .field {
	margin-bottom: 2rem;
	border-radius: 20px !important;
	border: 1px solid !important;
	overflow: hidden;
}

.contact .field__input,
.contact .text-area {
	width: 100%;
	border-radius: 12px;
	background: #fff;
	padding: 18px 20px !important;
	min-height: 40px;
	box-shadow: none !important;
}

.contact .text-area {
	min-height: 90px;
	resize: none;
}

.contact .field__label {
	color: #666;
}

.contact .field__input:focus,
.contact .text-area:focus {
	border-color: #DBC18D !important;
	box-shadow: 0 0 0 3px rgba(219, 193, 141, 0.15) !important;
}

.contact__button {
	text-align: center;
	margin-top: 30px;
}

.contact__button .button {
	background: #00a85a;
	color: #fff;
	border: none;
	border-radius: 50px;
	padding: 16px 40px;
	min-width: 170px;
	height: 45px;
	font-size: 16px;
	font-weight: 600;
	letter-spacing: 1px;
	transition: .3s ease;
}

.contact__button .button:hover {
	background: #000 !important;
	transform: translateY(-2px);
}

.field:after,
.select:after,
.customer .field:after,
.customer select:after,
.localization-form__select:after {
	display: none !important;
}

.contact-layout-template--19805098377276__form {
	gap: 100px !important;
}

.contact-info__title {
	font-size: clamp(32px, 4vw, 50px) !important;
	line-height: 1 !important;
	font-weight: 900 !important;
	color: #000 !important;
	margin-bottom: 40px !important;
}

.contact-info__list {
	gap: 25px !important;
}

.contact-info__item {
	display: flex;
	align-items: center;
	gap: 16px;
	color: #000 !important;
	font-size: 18px;
	text-decoration: none;
	transition: all 0.3s ease;
}

.contact-info__item:hover {
	transform: translateX(5px);
}

.contact-info__icon {
	width: 40px !important;
	border-radius: 50%;
	background: #000 !important;
	color: #fff !important;
	flex-shrink: 0;
}

.contact-info__icon svg {
	width: 30px !important;
	height: 25px !important;
}

.contact-info__social {
	width: 40px !important;
	height: 40px !important;
	border-radius: 50%;
	border: 1px solid #000;
	background: #fff !important;
	color: #000 !important;
	transition: all 0.3s ease;
}

.contact-info__social svg {
	width: 30px !important;
	height: 40px !important;
}

.contact-info__social:hover {
	background: #00a85a !important;
	border-color: #00a85a !important;
	color: #fff !important;
	transform: translateY(-3px);
}

.contact-info__socials {
	margin-top: 40px;
	gap: 15px !important;
}

.contact-form-card-template--19805098377276__form {
	background: #ffffff !important;
	border: 1px solid #e5e5e5;
	border-radius: 24px !important;
	padding: 40px !important;
	box-shadow: 0 20px 60px rgba(0, 0, 0, 0.08);
}

.contact-layout-template--19805098377276__form .contact-info__title {
	font-weight: 900;
}

.field__input {
	min-height: 54px;
}

.field__input:focus,
.text-area.field__input:focus {
	border-color: #00a85a !important;
	box-shadow: 0 0 0 3px rgba(22, 163, 74, 0.12) !important;
}

.field__label {
	color: #666 !important;
	font-size: 15px;
}

/* ----------------------------------------------------------
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            19. POLICY PAGES
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            ---------------------------------------------------------- */
.shopify-policy__container {
	max-width: 100%;
	padding: 80px 20px;
	background-color: rgb(193, 163, 98);
}

.shopify-policy__title {
	text-align: center;
	margin-bottom: 50px;
	display: none;
}

.shopify-policy__title h1 {
	font-size: clamp(36px, 5vw, 80px);
	line-height: 1.1;
	font-weight: 700;
	color: #000;
	margin-bottom: 20px;
	margin-top: 0px;
}

.shopify-policy__title h1::after {
	content: "";
	display: block;
	width: 80px;
	height: 3px;
	background: #000000;
	margin: 20px auto 0;
}

.shopify-policy__body {
	background: #fff;
	border: 1px solid #e5e5e5;
	border-radius: 20px;
	padding: 50px;
	box-shadow: 0 10px 40px rgba(0, 0, 0, 0.05);
}

.shopify-policy__body .rte {
	color: #444;
	font-size: 17px;
	line-height: 1.3;
}

.shopify-policy__body h2 {
	color: #000;
	font-size: clamp(24px, 3vw, 30px) !important;
	font-weight: 700;
	margin-top: 50px;
	margin-bottom: 20px;
	position: relative;
}

.shopify-policy__body p {
	margin-bottom: 20px;
}

.shopify-policy__body ul {
	margin: 20px 0;
	padding-left: 12px;
	list-style: none;
}

.shopify-policy__body li {
	margin-bottom: 12px;
}

.shopify-policy__body strong {
	color: #000;
}

.shopify-policy__body a {
	color: #000000;
	text-decoration: none;
	font-weight: 600;
	transition: .3s;
}

.shopify-policy__body a:hover {
	color: #000;
}

.shopify-policy__container ul {
	list-style: none;
	padding-left: 20px;
}

.shopify-policy__container ul li {
	position: relative;
	color: #000000;
	margin-bottom: 12px;
	line-height: 1.6;
}

.shopify-policy__container ul li::before {
	content: "\2022";
	color: #00a85a;
	font-weight: bold;
	font-size: 1.5rem;
	display: inline-block;
	width: 1em;
	margin-left: -1em;
	position: absolute;
	top: 1px;
}

/* ----------------------------------------------------------
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                20. SEARCH TEMPLATE
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                ---------------------------------------------------------- */
.template-search .card-wrapper {
	background: #ffffff;
	border: 1px solid #f1f1f1;
	border-radius: 8px;
	overflow: hidden;
	padding: 12px;
	transition: transform 0.2s ease, box-shadow 0.2s ease;

}

.template-search .card-wrapper:hover {
	transform: translateY(-4px);
	box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
}

.template-search .button {
	width: fit-content;
	cursor: pointer;
	position: relative;
	padding: 10px 12px;
	font-size: 18px;
	color: #fff;
	border: 2px solid #00a85a;
	border-radius: 22px;
	background-color: #00a85a;
	font-weight: 600;
	transition: all 0.70s cubic-bezier(0.23, 1, 0.320, 1);
	overflow: hidden;
}

/* ----------------------------------------------------------
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  21. 404 PAGE
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  ---------------------------------------------------------- */
.template-404.page-width.page-margin.center {
	border:
}

.template-404 .title {
	margin-top: 0px;
}

.template-404 p {
	font-size: clamp(36px, 6vw, 70px) !important;
	font-weight: 900;
}

.template-404 .header {
	background: rgba(0, 0, 0, 0.4) !important;
}

.template-404 .focus-none {
	background-color: rgb(193, 163, 98);
}

.template-404 .button {
	width: fit-content;
	cursor: pointer;
	position: relative;
	padding: 10px 24px;
	font-size: 18px;
	color: #fff;
	border: 2px solid #00a85a;
	border-radius: 22px;
	background-color: #00a85a;
	font-weight: 600;
	transition: all 0.3s cubic-bezier(0.23, 1, 0.320, 1);
	overflow: hidden;
}

/* ==========================================================
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      22. RESPONSIVE MEDIA QUERIES  ← CRITICAL FIXES
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        ========================================================== */

/* ----------------------------------------------------------
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            TABLET: 768px - 1024px
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            ---------------------------------------------------------- */
@media screen and (min-width: 768px) and (max-width: 1024px) {
	.header {
		padding: 10px 3rem !important;
	}

	.header__heading-logo-wrapper {
		width: 45% !important;
	}

	.header__icons {
		gap: 15px !important;
		padding-top: 0 !important;
	}

	.search-modal__form {
		width: 80% !important;
		margin: 0 auto !important;
	}

	.top_hero h2 {
		font-size: 60px !important;
		line-height: 1.1 !important;
	}

	.top_hero p {
		font-size: 18px !important;
		width: 80% !important;
		margin: 0 auto;
	}

	.image_hero_section .story-section__wrapper {
		flex-direction: column !important;
		gap: 40px;
		padding-top: 110px !important;
	}

	.image_hero_section .story-section__left,
	.image_hero_section .story-section__right {
		width: 100% !important;
		max-width: 100% !important;
		flex: unset !important;
	}

	.feature_section .custom-featured-products__image {
		height: 350px !important;
	}

	.custom-featured-products__heading {
		font-size: 50px !important;
		margin-top: 0rem !important;
	}

	.testimonial-showcase__hero {
		flex-direction: column !important;
		text-align: left !important;
		align-items: flex-start !important;
		justify-content: space-between;
		gap: 60px;
		margin-bottom: 100px;
	}

	.testimonial-showcase__content,
	.testimonial-showcase__media {
		max-width: 100% !important;
		width: 100% !important;
	}

	.white_rabbit_section .testimonial-showcase__title,
	.white_rabbit_section .testimonial-showcase__subtitle {
		font-size: 50px !important;
	}

	.custom-footer__wrapper {
		grid-template-columns: repeat(2, 1fr) !important;
		gap: 30px !important;
	}
}
h2.custom-featured-products__heading {
    margin-top: 0px !important;
}
/* ----------------------------------------------------------
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                MOBILE: max-width 767px  ← MAIN FIX
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                ---------------------------------------------------------- */
@media screen and (max-width: 767px) {
	.image_hero_section .story-section__product-wrapper {
        margin-top: 96px;
    }
    .image_hero_section .story-section__product-wrapper {
        width: 60% !important;
    }
        .image_hero_section .story-section__bowl-wrapper
 {
        width: 70% !important;
        margin: auto !important;
    }
.template-collection .product-grid {
    display: grid !important;
    grid-template-columns: repeat(1, 1fr) !important;
}
.template-collection .product-grid .card {
  display: flex;
  flex-direction: column;
  border-radius: 14px;
  overflow: hidden;
  background: #fffdf7;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.template-collection .button {
    width: fit-content%;
    cursor: pointer;
    position: relative;
    padding: 10px 20px;
    font-size: 18px;
    color: #fff;
    border: 2px solid #00a85a;
    border-radius: 22px;
    background-color: #00a85a;
    font-weight: 600;
    transition: all 0.70s 
cubic-bezier(0.23, 1, 0.320, 1);
    overflow: hidden;
}

	.modal__close-button.link {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0;
	height: 6.4rem;
	width: 3.4rem;
	background-color: transparent;
	color: #fff;
	margin-left: 0px !important;
}
  .feature_section .custom-featured-products__header{
        padding: 0 16px 0px!important;
        text-align: center !important;}
  .feature_section .custom-featured-products__header .custom-featured-products__heading{
    font-size:36px !important;
  }
  .image_hero_section .story-section__bowl-wrapper {
	 position: absolute;
    right: 0px;
    top: 51%;
    transform: translateY(-50%);
    width: 380px;
    z-index: 1;
    left: 0;
}
.image_hero_section .story-section__wrapper
 {
    display: flex;
    align-items: flex-start;
    gap: 40px;
    padding: 40px 0 0;
}
.top_hero .banner__box.content-container.content-container--full-width-mobile.color-scheme-3.gradient {
    padding: 16rem 4rem !important;
}
	/* Header */
	.header {
		padding: 0px 1rem 0px 3rem !important;
	}

	.header__heading-link {
		padding: 1.75rem;
		
	}

	.header__heading-logo-wrapper {
		width: 68%;
		display: inline-block;
		transition: width .3s;
		padding-top: 8px;
	}

	.header__icons {
		display: flex !important;
		gap: 8px;
		align-items: center;
		padding-top: 46px;
		justify-self: end;
	}

	button.custom-drawer-close {
		position: absolute;
		left: 85%;
		top: 12px
	}

	/* Search */
	.search-modal__content-bottom .search-modal__form {
		width: calc(100% - 30px) !important;
		margin-top: 0px !important;
	}

	.search-modal__close-button {
		top: 15px !important;
		right: 15px !important;
	}

	/* Hero Banner */
	.top_hero h2 {
		font-size: clamp(28px, 8vw, 42px) !important;
		line-height: 1.2 !important;
		width: 100% !important;
		padding: 0 16px;
	}

	.top_hero p {
		font-size: 16px !important;
		line-height: 24px !important;
		width: 100% !important;
		padding: 0 16px;
	}

	.top_hero .banner__box.content-container.content-container--full-width-mobile.color-scheme-3.gradient {
		padding: 16rem 2rem;
	}

	/* Story Section */
	.image_hero_section .story-section__left {
		width: 100% !important;
		height: auto !important;
		padding-top: 0 !important;
		flex: unset !important;
		position: relative !important;
	}

	.image_hero_section .story-section__right {
		position: relative !important;
		top: unset !important;
		left: unset !important;
		padding: 20px 16px !important;
	}

	.image_hero_section .story-section__wrapper {
		flex-direction: column !important;
		margin-top: 0px;
		padding-bottom: 10px;
	}

	


	.image_hero_section .story-section__product-wrapper {
		width: 50% !important;
	}

	.image_hero_section .story-section__description {
		font-size: 15px !important;
		max-width: 100% !important;
		margin-bottom: 24px !important;
	}

	.image_hero_section .story-section__heading {
		font-size: 36px !important;
	}

	/* Promo Banner */
	.rootes_tradition .promo-banner__content {
		padding: 60px 20px !important;
	}

	.rootes_tradition .promo-banner__description {
		width: 100% !important;
		line-height: 1.2 !important;
		margin-bottom: 50px !important;
	}

	.rootes_tradition .promo-banner__heading {
		font-size: 36px !important;
	}

	/* Featured Products */
	.custom-featured-products__heading {
		font-size: 36px !important;
		 margin-top:  -1px !important; 
		text-align: center;
		padding: 0 16px;
	}
    
	.custom-featured-products--dynamic {
		margin-top: 0 !important;
	}

	.custom-featured-products {
		margin-top: -80px;
		padding-top: 10px !important;
	}

	.feature_section .custom-featured-products__image {
		height: 280px !important;
		padding: 8px !important;
	}

	.custom-featured-products__content {
		flex-direction: column !important;
		padding: 16px 20px 30px !important;
		gap: 12px;
	}

	.feature_section .custom-featured-products__title {
		font-size: 18px !important;
	}

	.feature_section .custom-featured-products__price {
		font-size: 16px !important;
	}

	/* Testimonials */
	.white_rabbit_section {
		padding-top: 40px !important;
	}

	.white_rabbit_section .testimonial-showcase__title {
		font-size: 32px !important;
		width: 100% !important;
		white-space: normal !important;
	}

	.white_rabbit_section .testimonial-showcase__subtitle {
		font-size: 32px !important;
	}

	.testimonial-showcase__hero {
		flex-direction: column !important;
	}

	.testimonial-showcase__content,
	.testimonial-showcase__media {
		max-width: 100% !important;
		width: 100% !important;
	}

	.white_rabbit_section .testimonial-showcase__review-card {
		padding: 24px 20px !important;
	}

	span.testimonial-showcase__reviews-heading-highlight {
		font-size: 32px !important;
	}

	.testimonial-showcase__reviews-heading h2 span {
		font-size: 32px !important;
	}

	.testimonial-showcase__reviews-heading {
		font-size: 36px !important;
		margin-bottom: 50px;
		text-align: center;
	}

	/* Footer */
	.custom-footer__wrapper {
		grid-template-columns: 1fr !important;
		gap: 32px !important;
		padding: 0 16px;
	}

	.custom-footer {
		padding: 50px 0 24px !important;
	}

	.custom-footer__title {
		font-size: 18px !important;
	}

	.custom-footer__menu a {
		font-size: 15px !important;
	}

	.custom-footer__contact-item {
		font-size: 15px !important;
	}

	.custom-footer__copyright {
		font-size: 14px !important;
		text-align: center;
		padding: 0 16px;
	}

	/* Product Cards on Mobile */
	.product-card-wrapper .card__inner {
		width: 100%;
		height: auto !important;
	}

	.product-card-wrapper .card__shop-now {
		left: auto !important;
		margin: 0 auto;
		width: fit-content;
	}

	.product-card-wrapper .price-item--regular,
	.product-card-wrapper .price-item--sale {
		font-size: 22px;
		position: static !important;
		left: auto !important;
		text-align: center !important;
	}

	.card .card__inner .card__media {
		height: 200px;
	}

	/* Product Detail Page */
	.product--large:not(.product--no-media) .product__media-wrapper {
		max-width: 100% !important;
		width: 100% !important;
	}

	.product--large:not(.product--no-media) .product__info-wrapper {
		max-width: 100% !important;
		width: 100% !important;
	}

	.template-product .product__info-wrapper {
		margin-left: 0px !important;
	}

	.template-product .product__title h1 {
		font-size: 32px !important;
		line-height: 1.2;
		font-weight: 900;
	}

	.template-product .related-products__heading.inline-richtext.h2 {
		font-size: 32px !important;
	}

	.template-product .section-template--19805098475580__related-products-padding {
		padding-top: 27px;
		padding-bottom: 80px !important;
	}

	/* Cart Drawer on Mobile */
	#CartDrawer {
		width: 100vw !important;
		max-width: 100vw !important;
	}

	#CartDrawer .drawer__inner {
		width: 100% !important;
		max-width: 100% !important;
	}

	/* About Us */
	.template-page-about-us .banner__box .banner__heading.inline-richtext.h1 {
		font-size: clamp(32px, 8vw, 50px) !important;
		line-height: 1.2 !important;
	}

	.template-page-about-us .banner__box .banner__text {
		font-size: 15px !important;
	}

	.template-page-about-us .multirow {
		padding: 40px 16px !important;
	}

	.multirow__inner {
		row-gap: 10px !important;
	}

	.image-with-text img {
		border-radius: 30px !important;
	}

	.template-page-about-us .image-with-text__content {
		padding: 16px !important;
	}

	.image-with-text__text {
		margin-top: 16px !important;
		font-size: 15px !important;
	}

	.template-page-about-us .image-with-text__text p {
		font-size: 15px !important;
		line-height: 1.6 !important;
	}

	.template-page-about-us .image-with-text__media--medium {
		height: 20.6rem !important;
	}

	.template-page-about-us .image-with-text__heading {
		font-size: 32px !important;
	}

	/* Contact */
	.template-page-contact h2.banner__heading.inline-richtext.h0 {
		font-size: clamp(28px, 7vw, 50px) !important;
	}

	.template-page-contact .section-template--19805098377276__form-padding {
		padding: 40px 16px !important;
	}

	.template-page-contact .title.title-wrapper--no-top-margin.inline-richtext.h2 {
		font-size: 32px !important;
	}

	.template-page-contact .contact-info__title {
		font-size: 32px !important;
	}

	.template-page-contact .contact-layout-template--19805098377276__form {
		gap: 40px !important;
	}

	.template-page-contact .contact-form-card-template--19805098377276__form {
		padding: 21px !important;
		text-align: center;
	}

	/* Policy */
	.shopify-policy__title h1 {
		font-size: 32px !important;
	}

	.shopify-policy__body h2 {
		font-size: 24px !important;
	}

	.banner__heading {
		font-size: clamp(28px, 8vw, 50px) !important;
	}

	/* Collections */
	.template-collection .card-wrapper {
		height:100% !important;
}
	.template-list-collections .collection-list {
		padding-bottom: 40px !important;
	}

	.template-list-collections .title--primary {
		margin-top: 0px !important;
		padding: 40px 16px;
	}

	.template-list-collections .collection-list__item:only-child {
		max-width: 100% !important;
	}
}
.template-collection .product-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem 1.2rem;
  }
  .template-collection .product-grid .card > .card__content {
    padding: 1.2rem 1.2rem 1.5rem;
  }
  .template-collection .product-grid .card__heading.h5 a {
    font-size: 1.35rem;
  }
/* ----------------------------------------------------------
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                SMALL MOBILE: max-width 480px
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                ---------------------------------------------------------- */
@media screen and (max-width: 480px) {
	.top_hero h2 {
		font-size: 36px !important;
	}

	.top_hero p {
		font-size: 14px !important;
	}

	.custom-footer__wrapper {
		gap: 24px !important;
	}

	.white_rabbit_section .testimonial-showcase__title {
		font-size: 36px !important;
	}

	.image_hero_section .story-section__heading {
		font-size: 36px !important;
	}

	.rootes_tradition .promo-banner__heading {
		font-size: 36px !important;
	}

	.custom-featured-products__heading {
		font-size: 36px !important;
	}

	h2 {
		font-size: clamp(22px, 7vw, 36px) !important;
	}
}

/* ----------------------------------------------------------
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              FIX: Prevent horizontal scroll on all screen sizes
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              ---------------------------------------------------------- */
html,
body {
	overflow-x: hidden !important;
	max-width: 100vw !important;
}

* {
	box-sizing: border-box;
}

img {
	max-width: 100%;
	height: auto;
	image-rendering: -webkit-optimize-contrast;
	image-rendering: crisp-edges;
}

/* Image sharpness fix - prevent blur on retina/HiDPI */
img[width][height] {
	max-width: 100%;
	height: auto;
}

/* ----------------------------------------------------------
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      END OF custom.css
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      ---------------------------------------------------------- */