/** Shopify CDN: Minification failed

Line 1174:0 Unexpected "}"
Line 1861:0 Unexpected "}"

**/
@font-face {
  font-family: "Canela";
  src: url("/cdn/shop/files/Canela-Regular-Trial.otf?v=1769495533") format("opentype");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
@font-face {
  font-family: 'Basic Sans';
  src: url('/cdn/shop/files/basic-sans.otf?v=1769496458') format('opentype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
body{
    font-family: 'Basic Sans', sans-serif !important;
    font-size: 15px !important;
    line-height: 23px;
}
body h1{
font-size:48px !important;    
}
body h2, body .section-heading{
    font-size:32px !important;
}
body h3{
    font-size:24px !important;
}
h1, h2, h3, h4, h5, h6{
font-family: "Canela", serif !important; 
}
.section-description, p{
font-family: 'Basic Sans', sans-serif !important;    
font-size: 15px !important;
    line-height: 23px;
}
body .product-title {
    font-family: "Canela", serif !important;
    font-size: 23px !important;
    margin-bottom: 15px;
}
.site-header__controls--last a:before {
    filter: invert(1);
}
.site-header__wrapper li.header-nav__tier-1-item > a,
.site-header__wrapper li.header-nav__tier-1-item > a span,
.cb-explore-wrap a span {
  font-size: 15px !important;
  font-family: 'Basic Sans', sans-serif !important;
}

.section-content.faq__section-content {
    width: 70% !important;
    margin: 0 auto !important;
}
.cstmtestimonials .slick-next:before, .cstmtestimonials .slick-prev:before {
    font-size: 30px;
    opacity: .25;
}
.cstm-subtitle {
    text-align: center;
    font-size: 15px !important;
    margin-bottom:0px;
    color: #324a5f;
}
.cstm-heading {
    text-align: center;
    font-size: 32px;
    margin: 13px 0;
}
.cstm-description {
    text-align: center;
    max-width: 700px;
    margin: 0 auto 45px;
}
.cstmtestimonials h2.cstm-heading, .cstmtestimonials .cstm-description p {
    color: #fff;
}
.faq {
    padding: 50px 0 40px;
}
.m-scrolling-promotion-section {
    background: #324a5f;
    color: #fff;
    padding:12px 0;
}
.m-promotion__item img {
    max-width: 38px !important;
    height: auto !important;
}

/* Product Grid */

.product-grid-section {
    padding-top: 35px !important;
    padding-bottom: 35px !important;
    background: #F0EFEB !important;
}
.product-grid {
    grid-template-columns: repeat(2, minmax(280px, 1fr)) !important;
}
.product-card img {
    height: 100% !important;
    aspect-ratio: 2/1.2 !important;
}
.benefits .module-inner.module-inline-items {
    margin: 0 !important;
    padding: 0;
}

/* ===== Section Heading ===== */

.section-header {
  text-align: center;
}
.section-heading {
  font-size: 35px;
  font-family: Poppins-Medium!important;
  margin: 10px 0 15px;
}
.section-subheading {
  font-size: 15px;
  color: #232f2d;
  margin: 0;
}
.section-description {
  font-size: 14px;
  color: #242424;
  line-height: 1.6;
}

/* ===== Product Grid ===== */

.product-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 22px;
}
.product-card .image-with-text-overlay__button {
    padding: 7px 0;
    width: 100%;
    font-size: 14px;
}
.product-meta ul {
    margin: 15px 0;
}
.product-card img {
    width: 100%;
    border-radius: 15px;
    height: 220px;
    object-fit: cover;
}
.image-wrap {
  position: relative;
}
.badge {
  position: absolute;
  top: 12px;
  left: 12px;
  background: #00a88e;
  color: #fff;
  font-size: 12px;
  padding: 4px 10px;
  border-radius: 20px;
}
.rating {
  font-size: 14px !important;
  margin: 10px 0 !important;
}
.stars {
  color: #ffb400 !important;
}
.product-title {
    font-size: 18px;
    margin-bottom: 5px;
}
.price {
  display: flex;
  gap: 8px;
  align-items: center;
}
.current {
    color: #232f2d;
    font-size: 16px;
}
.compare {
  text-decoration: line-through;
  font-size: 16px;
  color: #999;
}
.features {
  list-style: none;
  padding: 0;
  margin: 12px 0;
  font-size: 14px;
}
.features li {
  margin-bottom: 4px;
}
.product-card {
    border-radius: 20px;
    background: #ffffff9e;
    box-shadow: 0 0 80px 0 rgb(226 226 226 / 14%);
    padding: 10px;
}
.product-info {
    padding: 10px;
}
/* .add-to-cart:hover removed — this was painting the div wrapper dark */
.product-meta li {
    display: flex;
    align-items: start;
    column-gap: 7px;
    margin: 8px 0;
    font-size: 14px;
    color: #8A8A8A;
}
.feature-icon img {
    width: 20px;
    height: 16px !important;
    border-radius: 0;
    object-fit: contain;
}
.variant-swatches {
  display: flex;
  gap: 8px;
  margin: 10px 0;
}
.variant-swatches span {
    width: 20px;
    height: 20px;
    border-radius: 50px;
    display: inline-block;
    cursor: pointer;
    border: none;
}
.cases {
    background: #f0efeb;
    padding: 35px 0 55px;
}
.cases .container {
    margin-top: 0;
}

/* Footer */

.main-footer .footer-title {
    font-size: 17px !important;
    text-transform: capitalize !important;
}
footer .newsletter-section .module-inner, footer .newsletter-section .module-inner form {
    margin: 0 !important;
    padding: 0 !important;
    max-width: 560px !important;
    width: 100%;
}
.sub-footer__row.sub-footer__row--second {
    align-items: center;
    justify-content: center;
}
footer .module-container.newsletter-section {
    width: 50%;
    display: none;
    justify-content: flex-end;
}
footer .module-container.newsletter-section .button.secondary {
    padding: 7px;
    background: #324a5f;
}
footer .module-container.newsletter-section .input-field {
    height: 45px;
    border: 1px solid #f0eff224;
    color:#fff; 
}
footer .module-container.newsletter-section .input-field::placeholder{
   color:#fff; 
}
footer .module-inner h4 {
    font-size: 16px !important;
    text-align: left;
    color: #fff;
    margin: 0 0 15px !important;
}
.innerbanner .image-with-text-overlay__content {
    height: 97%;
}
section.contact-section {
    text-align: center;
}
.input-wrapper input.button {
    padding: 8px 30px !important;
    background: #324a5f !important;
}
.template-product .AirReviews-Widget__V2.desktop {
    max-width: 1400px;
    margin: 0 auto;
    padding: 50px 0 80px;
}
.template-product .AirReviews-Blocks__List {
    margin-top: 0 !important;
}
.template-product h2.AirReviews-Blocks--Title {
    display: none !important;
}
.template-product .AirReviews-NoReview__Inner {
    margin-top: 0 !important;
}
.dlvryinstl {
    padding: 20px 0;
}
.dlvryinstl .home-inline-feature .feature-title {
    margin: 0 0 12px !important;
}

/* Main Products */

.mainproducts {
    background: linear-gradient(#f4fbf9, transparent);
    padding: 40px 0 30px;
}
.mainproducts .container {
    margin-top: 0;
}
.product-gallery--navigation button.product-gallery--media-thumbnail img {
    height: 70px;
    border-radius: 10px;
}
.product-gallery--viewport--figure img {
    border-radius: 20px;
    aspect-ratio: 2/1.5;
    object-fit: cover;
}
.product__title {
    font-size: 2.2rem !important;
}
.product-reviews-badge {
    order: 1;
}
.product-price {
    order: 3;
}
h1.product__title.product__block--first {
    order: 2;
}
.prdctdtlsicon h4 {
    margin: 0 0 15px !important;
}
.product-form.product-form--recipient-form-false {
    order: 5;
}
.mainproducts .product__text.rte {
    order: 3;
    margin-top: 0 !important;
}
.mainproducts .metafield-rich_text_field {
    max-width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
}
.mainproducts .metafield-rich_text_field p {
    padding: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
}
.prdcticontext .prdcticontext-img-icon {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin: 8px 0;
    padding: 0;
}
.prdcticontext .prdcticontext-img-icon .prdcticontext-icon {
    max-width: 17px!important;
    margin-right: 10px;
}
.prdcticontext .prdcticontext-img-icon .prdcticontext-icon img {
    width: 100%;
}
span.prdcticontext-icon-text p strong {
    font-weight: 400;
    font-size: 15px;
}
.prdctdtlsicon h4 {
    font-size: 22px;
    margin-bottom: 15px!important;
}
.prdcticontext p {
    color: #1C1C1C !important;
    margin: 0;
}
.globalpage {
    padding: 15px 0 25px;
}
.globalpage .rte p, .globalpage .rte ul, .globalpage .rte h2, .globalpage .rte h3 {
    max-width: 100% !important;
}
.globalpage .rte h2 {
    font-size: 25px !important;
}
.globalpage .rte h3 {
    font-size: 22px !important;
}
.globalpage .rte ul {
    padding-left: 15px;
}
.product-details__title {
    margin: 0 0 10px !important;
}
.cartpage {
    background: #f0efeb;
    padding: 15px 0 40px;
}
.cartpage form.cart {
    background: #fff !important;
    padding: 30px;
    border-radius: 20px;
}
button.cart-button-checkout.button {
    background: #324a5f;
    padding: 8px 25px;
}
.cartpage .page-title {
    font-size: 2rem !important;
    text-align: left;
    margin-bottom: 40px !important;
}

/* Blog */

.blog-posts .container {
    display: flex;
    column-gap: 35px;
}
.blog-posts .post-image__wrapper img {
    width: 100%;
    height: 320px;
    object-fit: cover;
    border-radius: 20px;
}
h1.blog-post-title {
    font-size: 23px !important;
}
.post-image__wrapper img {
    height: 320px;
    object-fit: cover;
}
.blog-posts .container {
    margin: 20px auto 60px;
}
.article-list-item .post-content p {
    max-width: 100% !important;
}
.article-list-item .page-title {
    text-align: left;
    font-size: 2rem !important;
    margin-bottom: 30px !important;
}
.template-article .container {
    margin-top: 0 !important;
    margin-bottom: 60px;
}
.single-post-pagination .button {
    padding: 8px 30px !important;
    background: #324a5f !important;
    border-radius: 50px;
}
.copyrightsec {
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
    justify-content: space-between;
}
p#restrict-shipping-utility {
    width: 70%;
    display: flex;
    flex-wrap: wrap;
    justify-content: end;
}
#restrict-shipping-check {
    margin: 10px 0;
    border-radius: 4px;
    border: solid 1px #ccc;
    padding: 16px 10px !important;
    height: auto !important;
}
small.label.restrict-shipping-check-label {
    font-size: 14px;
}
a#restrict-shipping-check-button {
    background: #324a5f !important;
    color: #fff !important;
    padding: 6px 25px !important;
}
span.input-field-title {
    font-weight: 700 !important;
    font-size: 17px !important;
}
p.success-message {
    text-align: center;
    font-size: 16px !important;
}
.displayContentMain .displayContent.singleContent{
 padding:0 !important;   
}
.displayContentMain .displayContent {
    padding: 35px !important;
}
.module-inline-item.home-inline-feature.cases, .cases .module-inner.module-inline-items {
    margin-bottom: 0 !important;
}

/* FIX: ATC button pill shape — overrides old border-radius: 4px rule */
.product-form-submit-wrap button#dynamic-add-to-cart {
    font-style: normal;
    font-weight: 400;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 14px 32px;
    font-size: 16px;
    width: auto !important;
    flex: 1 1 auto;
    background: #324a5f !important;
    text-transform: capitalize;
    color: #fff !important;
    box-shadow: none !important;
    border-radius: 999px !important;
}

/* Custom ZIP Code Checker */

.product__quantity-atc-container {
  display: none;
  background: transparent !important;
  background-color: transparent !important;
  border-radius: 0 !important;
  padding: 0 !important;
  min-height: auto !important;
  box-shadow: none !important;
  border: none !important;
  width: 100% !important;
  align-items: stretch !important;
  justify-content: flex-start !important;
}
.cartcjeckoutbtn {
    display: none;
    flex-direction: column;
    background: transparent !important;
    background-color: transparent !important;
    border-radius: 0 !important;
    padding: 0 !important;
    min-height: auto !important;
    box-shadow: none !important;
    border: none !important;
    width: 100% !important;
}
.zip-field-wrapper.validatedzip {
    display: none !important;
}
.zip-checker {
  margin-bottom: 20px;
}
.template-product .zip-checker{
order:5;
}
.zip-checker h4 {
  margin-bottom: 10px;
  font-size: 16px;
}
.zip-field-wrapper {
  display: flex;
  gap: 10px;
  max-width: 500px;
}
.zip-field-wrapper input {
  flex: 1;
  padding: 10px;
  border: 1px solid #ccc;
}
.zip-field-wrapper button {
    padding: 10px 20px 11px;
    cursor: pointer;
    background: #324a5f;
    color: #fff;
    border: none;
}
.zip-error {
  color: red;
  font-size: 14px;
  margin-top: 8px;
}
.zip-success {
    color: #324a5f;
    font-size: 15px;
    margin-top: 8px;
    font-weight: 500;
}
.zipchekr {
    text-align: center;
    padding: 20px 0 30px 0;
}
.zipchekr .zip-checker {
    width: fit-content;
    max-width: none;
    margin: 0 auto;
    text-align: center;
}
.zipchekr .zip-checker h4,
.zipchekr .zip-checker #zipMessage {
    text-align: center !important;
}
.zipchekr .zip-checker .zip-field-wrapper {
    margin: 0 auto;
    justify-content: center !important;
    max-width: none;
}
.modalbox {
    text-align: center;
}
.modalbox p {
    line-height: 20px;
    margin: 8px 0;
    font-size: 14px !important;
}
.klaviyo-form.klaviyo-form.klaviyo-form {
    padding: 5px 0 0 !important;
}
.modalbox h3 {
    margin-top: 0;
}
button#requestZipBtn {
    background: #324a5f !important;
    color: #fff !important;
    padding: 10px 20px;
    border-radius: 6px;
    transition: all ease-in-out .5s;
}
button#requestZipBtn:hover {
    background: #000 !important;
}

@media (max-width: 768px) {
 br{
    display:none;
 }
 p#restrict-shipping-utility {
    width:100%;
} 
 body h1 {
    font-size: 30px !important;
    line-height: 41px !important;
}
body h2, body .section-heading {
    font-size: 26px !important;
}
.mainbanner .image-with-text-overlay__image {
    object-fit: cover;
    width: 100%;
    height: 350px;
}
.benefits {
    padding-bottom: 50px;
}
.displayContent.singleContent {
    width: 100% !important;
}
.mainbanner .image-with-text-overlay__content-wrapper {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
}
  .section-heading {
    font-size: 28px;
  }
.module-inner.module-inline-items {
    flex-direction: column;
    gap: 15px;
}
.site-header__cart-button:hover .site-header__cart-count {
    color: #fff !important;
}
.benefits .module-inner .module-inline-item, .dlvryinstl .module-inner .module-inline-item {
    border: solid 1px #dddddd29;
    border-radius: 20px;
    padding: 15px !important;
}
.template-index .site-header__controls--last a:before {
    filter: invert(1);
}
.site-header__cart-button {
    padding-right: 0;
}
.m-promotion__text {
    font-size: 16px !important;
}
.product-grid-section {
    padding-top: 30px !important;
    padding-bottom: 20px !important;
}
.module-inline-item.home-inline-feature.cases, .cases .module-inner.module-inline-items {
    margin-bottom: 15px !important;
}
.product-grid-section .section-header {
    padding: 0 15px;
}
.cases .cstmhdr .container {
    margin-top: 25px !important;
    margin-bottom: 10px !important;
}
.cases .cstmhdr p {
    margin-bottom: 0 !important;
}
.video-section {
    gap: 1rem !important;
}
.product-grid-section .product-grid {
    margin-top: 15px;
}
.customvideo {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}
.cases .module-inner.module-inline-items {
    padding: 0 15px;
    margin-top: 0;
    margin-bottom: 10px;
    gap: 5px;
}
.cstm-description {
    margin: 0 auto 25px;
}
.cases {
    padding: 5px 0;
}
.section-content.faq__section-content {
    width: 100% !important;
}
.cstmhdr {
    padding: 0 15px;
}
.cstmhdr .container {
    padding-left: 0;
    padding-right: 0;
}
.customvideo .cstmhdr {
    padding: 0;
}
.faq {
    padding: 30px 0 20px;
}
.footer-columns .footer-link-list {
    width: 50% !important;
    margin-bottom: 25px !important;
    flex: inherit !important;
}
.main-footer {
    padding: 35px 15px 20px !important;
}
.showing-3-lists .footer-link-list li {
    display: block !important;
    padding: 0 !important;
}
.showing-3-lists .footer-link-list li:before {
    display: none !important;
}
.main-footer .footer-title {
    text-align: left !important;
    margin-bottom: 15px !important;
}
.footer-columns .footer-link-list li {
    margin: 4px 0 !important;
}
.footer-columns {
    flex-direction: row !important;
    flex-wrap: wrap;
    align-items: start;
    text-align: left;
}
footer .module-container.newsletter-section {
    width: 100%;
}
.product-grid {
    grid-template-columns: repeat(1, minmax(280px, 1fr)) !important;
}
.module-inner .module-inline-item {
    padding: 0 !important;
}
.drawer-nav__flyout ul li a {
    font-size: 17px !important;
    padding: 10px 0 !important;
}
.drawer-nav__flyout-header {
    margin-bottom: 15px !important;
}
.drawer-nav__flyout {
    padding: 1.3rem 15px !important;
}
.dlvryinstl .module-inner.module-inline-items {
    gap: 0;
}
.product {
    grid-gap: 20px 60px !important;
}
section.product-details .container {
    margin-top: 0 !important;
}
section.module-container.accent-style.dlvryinstl {
    padding-top: 0;
}
.blog-posts .container {
    flex-wrap: wrap;
}
article.blog-post .featured-image {
    margin-top: 0;
}
.single-post-pagination {
    margin-top: 20px !important;
}
.contact-form-wrapper form {
    padding: 0 15px;
}
.innerbanner .image-with-text-overlay__content {
    height: 94%;
}
.input-wrapper {
    margin: 15px 0 0 !important;
}
.product-gallery--media-thumbnail {
    margin-left: 10px !important;
}
.globalpage {
    padding: 0 0 15px;
}
}

.footer-link-list.social-icons li:first-child {
  text-align: left;
}
.footer-link-list.social-icons li:first-child a {
  display: inline-block;
}

/* Force consistent typography across entire site */
body,
p,
span,
div,
li,
a,
button,
input,
textarea,
select,
label {
  font-family: 'Poppins', sans-serif !important;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Canela', serif !important;
}

/* Global section spacing */
main .shopify-section {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

/* =========================================
   Global Button System
   ========================================= */

button:not(.needsclick):not(.site-header__menu-button--first):not(.site-header__menu-button--last):not(.drawer-nav__close-button):not(.product__media-item):not(.quantity__button):not([data-quantity-minus]):not([data-quantity-plus]):not(.quantity-selector__button):not(.line-item-quantity-decrement):not(.line-item-quantity-increment),
.button:not(div):not([class*="add-to-cart"]):not([class*="product-form-submit"]),
.btn:not(div):not([class*="add-to-cart"]),
a.button,
a.btn,
.shopify-payment-button__button,
.product-form__submit,
button.shopify-payment-button__button,
.bookx-btn,
.bookx-button {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: auto !important;
  min-height: 48px !important;
  padding: 14px 24px !important;
  border-radius: 999px !important;
  border: none !important;
  background: #324A5F !important;
  color: #F0EFEB !important;
  font-family: 'Poppins', sans-serif !important;
  font-size: 15px !important;
  font-weight: 500 !important;
  line-height: 1.2 !important;
  text-decoration: none !important;
  box-shadow: none !important;
  transition: background-color 0.2s ease, color 0.2s ease, opacity 0.2s ease !important;
  cursor: pointer !important;
}

button:not(.needsclick):not(.site-header__menu-button--first):not(.site-header__menu-button--last):not(.drawer-nav__close-button):not(.product__media-item):not(.quantity__button):not([data-quantity-minus]):not([data-quantity-plus]):not(.quantity-selector__button):not(.line-item-quantity-decrement):not(.line-item-quantity-increment):hover,
.button:not(div):not([class*="add-to-cart"]):hover,
.btn:not(div):not([class*="add-to-cart"]):hover,
a.button:hover,
a.btn:hover,
input[type="submit"]:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
.shopify-payment-button__button:hover,
.product-form__submit:hover,
button.shopify-payment-button__button:hover,
.bookx-btn:hover,
.bookx-button:hover {
  background: #24302E !important;
  color: #F0EFEB !important;
  text-decoration: none !important;
}

button:not(.needsclick):not(.site-header__menu-button--first):not(.site-header__menu-button--last):not(.drawer-nav__close-button):not(.product__media-item):not(.quantity__button):not([data-quantity-minus]):not([data-quantity-plus]):not(.quantity-selector__button):not(.line-item-quantity-decrement):not(.line-item-quantity-increment):focus,
.button:focus,
.btn:focus,
a.button:focus,
a.btn:focus,
input[type="submit"]:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
.shopify-payment-button__button:focus,
.product-form__submit:focus,
button.shopify-payment-button__button:focus {
  outline: none !important;
  box-shadow: none !important;
}

button:not(.needsclick):not(.site-header__menu-button--first):not(.site-header__menu-button--last):not(.drawer-nav__close-button):not(.product__media-item):not(.quantity__button):not([data-quantity-minus]):not([data-quantity-plus]):not(.quantity-selector__button):not(.line-item-quantity-decrement):not(.line-item-quantity-increment):disabled,
.button:disabled,
.btn:disabled,
input[type="submit"]:disabled,
input[type="button"]:disabled,
input[type="reset"]:disabled {
  opacity: 0.6 !important;
  cursor: not-allowed !important;
}

/* =========================================
   Exceptions: Do NOT apply pill button styles
   ========================================= */

.product__media-list button,
.product__media-list a,
.product__media-list img,
.thumbnail,
.product-thumbnail {
  border-radius: 12px !important;
  padding: 0 !important;
  background: none !important;
  min-height: auto !important;
}

.tabs,
.tabs a,
.tabs button,
.product-tabs,
.product-tabs a,
.product-tabs button {
  border-radius: 8px !important;
  padding: 8px 16px !important;
  background: transparent !important;
  color: inherit !important;
  min-height: auto !important;
}

.nav,
.nav a,
.nav button {
  border-radius: 0 !important;
  background: none !important;
}

/* FIX: PDP thumbnail images */
.product__media-list li,
.product__media-list button,
.product__media-list a {
  border-radius: 12px !important;
  overflow: hidden !important;
  padding: 0 !important;
  min-height: auto !important;
  background: transparent !important;
}
.product__media-list img {
  border-radius: 12px !important;
  display: block !important;
}
.product img,
.product button img,
.product a img {
  border-radius: 12px !important;
}
.product-gallery--media-thumbnail {
  border-radius: 12px !important;
  background: transparent !important;
  background-color: transparent !important;
  border: none !important;
  padding: 0 !important;
}
.product-gallery--media-thumbnail img {
  border-radius: 8px !important;
}

/* PDP top background */
.product,
.mainproducts,
.product-grid-left,
.product-gallery,
.product-description {
  background: transparent !important;
}
.mainproducts {
  background-color: #FFFFFF !important;
  background-image: none !important;
}

/* =========================================
   Header menu fix
   ========================================= */

.site-header__menu-button--first,
.site-header__menu-button--last {
  background: transparent !important;
  background-color: transparent !important;
  border: none !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}

@media (min-width: 769px) {
  .site-header__menu-button--first,
  .site-header__menu-button--last {
    display: none !important;
  }
}

@media (max-width: 768px) {
  .site-header__menu-button--first {
    display: inline-flex !important;
    width: 48px !important;
    height: 48px !important;
    padding: 14px !important;
    align-items: center !important;
    justify-content: center !important;
  }
  .site-header__menu-button--last {
    display: none !important;
  }
}

.drawer-nav__close-button {
  background: transparent !important;
  background-color: transparent !important;
  border: none !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  width: auto !important;
  height: auto !important;
  padding: 0 !important;
}
.drawer-nav__close-button svg,
.drawer-nav__close-button span,
.drawer-nav__close-button::before {
  color: #24302E !important;
  fill: #24302E !important;
}

/* Mobile footer spacing */
@media (max-width: 768px) {
  .footer,
  .site-footer {
    padding-left: 20px !important;
    padding-right: 20px !important;
    font-size: 14px !important;
    line-height: 1.6 !important;
  }
  .footer__block,
  .footer__column,
  .site-footer__block {
    margin-bottom: 24px !important;
  }
  .footer__block ul,
  .footer__column ul {
    margin-top: 8px !important;
  }
  .footer__heading,
  .footer h4 {
    font-size: 15px !important;
    margin-bottom: 10px !important;
  }
  .footer a,
  .site-footer a {
    display: inline-block;
    max-width: 100%;
    word-break: break-word;
  }
}

body:not(#x) button.product-gallery--media-thumbnail,
body:not(#x) button.product-gallery--media-thumbnail.product-gallery--image-thumbnail {
  border-radius: 8px !important;
  background: transparent !important;
  min-height: unset !important;
  padding: 0 !important;
  box-shadow: none !important;
  width: unset !important;
  display: block !important;
}

body:not(#x) button.tab-btn {
  border-radius: 8px !important;
  min-height: unset !important;
  background: transparent !important;
  color: inherit !important;
  padding: 8px 16px !important;
  box-shadow: none !important;
  width: unset !important;
}

/* Remove spacing for Feature #1 section on PDP */
body.template-product .ss-feature {
  margin-top: 0 !important;
}

/* Mobile: hide first button (Discover) */
@media (max-width: 768px) {
  [class*="video-banner-first-button-template"] {
    display: none !important;
  }
}

/* ZIP CHECKER — MOBILE FIX */
@media screen and (max-width: 767px) {
  .zip-field-wrapper {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: wrap !important;
    gap: 8px !important;
    align-items: flex-start !important;
  }
  .zip-field-wrapper input {
    width: 100% !important;
    max-width: 100% !important;
  }
  .zip-field-wrapper button {
    flex: 1 1 auto !important;
    width: auto !important;
    max-width: none !important;
    min-height: 52px !important;
    padding: 0 16px !important;
    border-radius: 999px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    white-space: nowrap !important;
    line-height: 1 !important;
  }
}
}

/* ZIP input font size fix — prevents iOS Safari zoom */
#zipCodeInput {
  font-size: 16px !important;
}

/* Global error text color */
.zip-error,
.errors,
.form__message,
.field__message,
.error,
.input-error,
[data-error] {
  color: #9D3333 !important;
}

/* PDP tab buttons */
.template-product .tab-btn {
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  outline: none !important;
  padding: 0 0 10px 0 !important;
  min-height: auto !important;
  width: auto !important;
  color: #24302E !important;
  text-decoration: none !important;
  position: relative !important;
}
.template-product .tab-btn:hover,
.template-product .tab-btn:focus,
.template-product .tab-btn:active {
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  outline: none !important;
  color: #24302E !important;
}
.template-product .tab-btn.active {
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  color: #24302E !important;
  font-weight: 600 !important;
}
.template-product .tab-btn.active::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 100%;
  height: 2px;
  background: #24302E;
}

#shopify-section-template--21023642255609__ss_feature_6_h6KHiy {
  margin-top: -30px !important;
}

/* Center Shop Pay payment terms */
.product__info-container .shopify-payment-terms,
.product__info-container .installment,
.product__info-container .payment-terms,
.product__info-container .shopify-payment-terms__container {
  display: block !important;
  text-align: center !important;
  margin: 0 0 10px 0 !important;
}
.product__info-container .shopify-payment-terms *,
.product__info-container .installment *,
.product__info-container .payment-terms * {
  text-align: center !important;
}

/* Klaviyo flyout font fix */
.needsclick * {
  font-family: inherit !important;
}
.needsclick h1,
.needsclick h2,
.needsclick strong {
  font-family: Canela, Arial, sans-serif !important;
}
.needsclick .kl-private-reset-css-Xuajs1[data-testid="form-component"] {
  padding: 20px !important;
}
form.klaviyo-form {
  box-shadow: inset 0 0 0 1px #D0DEDF !important;
}

/* Flyout button pill */
#cb-flyout-btn {
  border-radius: 50px !important;
}

/* Flyout dismiss button */
#cb-flyout-dismiss {
  background: none !important;
  text-decoration: underline !important;
  color: #8a9e9b !important;
}
#cb-flyout-dismiss:hover {
  background: none !important;
  color: #24302E !important;
}

/* Section spacing fix */
#shopify-section-template--21023642255609__ss_gallery_8_U9zCxN {
  padding-bottom: 0 !important;
}
section.module-container.accent-style.benefits.homebnrbtm {
  margin-top: -60px !important;
}

/* Split layout mobile fix */
@media (max-width: 749px) {
  [class*="ai-split-layout__container"] {
    height: auto !important;
    min-height: 0 !important;
  }
  [class*="ai-split-layout__text-column"] {
    height: auto !important;
    min-height: 0 !important;
  }
  .ai-split-layout__image-column {
    min-height: auto !important;
  }
}

/* Canela font preload */
@font-face {
  font-family: "Canela";
  src: url("/cdn/shop/files/Canela-Regular-Trial.otf?v=1769495533") format("opentype");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

/* =========================================
   FIX: All ATC wrapper divs — full background/style reset
   ========================================= */

div.product-form-submit-wrap {
  background: transparent !important;
  background-color: transparent !important;
  box-shadow: none !important;
}

/* =========================================
   FIX: ATC button — pill shape locked, no hover change
   ========================================= */

body:not(#x) button#dynamic-add-to-cart,
button#dynamic-add-to-cart:hover,
button#dynamic-add-to-cart:focus,
button#dynamic-add-to-cart:active {
  background: #324A5F !important;
  background-color: #324A5F !important;
  color: #F0EFEB !important;
  border-radius: 999px !important;
  width: auto !important;
  flex: 1 1 auto !important;
  min-height: 48px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 14px 32px !important;
  font-size: 15px !important;
  font-weight: 500 !important;
  cursor: pointer !important;
  box-shadow: none !important;
  outline: none !important;
}

/* =========================================
   FIX: Cart quantity +/- buttons
   ========================================= */

button.line-item-quantity-decrement,
button.line-item-quantity-increment,
.line-item-quantity-decrement,
.line-item-quantity-increment {
  background: transparent !important;
  background-color: transparent !important;
  color: #24302E !important;
  border: 1px solid #D0DEDF !important;
  border-radius: 50% !important;
  min-height: 0 !important;
  height: 34px !important;
  width: 34px !important;
  min-width: 34px !important;
  padding: 0 !important;
  line-height: 1 !important;
  font-size: 16px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  box-shadow: none !important;
  flex-shrink: 0 !important;
  vertical-align: middle !important;
  position: relative !important;
}
button.line-item-quantity-decrement:hover,
button.line-item-quantity-increment:hover {
  background: #F0EFEB !important;
  color: #24302E !important;
}
.line-item-quantity-decrement::before,
.line-item-quantity-increment::before {
  position: absolute !important;
  top: 50% !important;
  left: 50% !important;
  transform: translate(-50%, -50%) !important;
  line-height: 0 !important;
}

#back-to-top {
  position: fixed;
  bottom: 32px;
  right: 32px;
  z-index: 999;
  background-color: #24302e;
  color: #f0efeb;
  border: none;
  border-radius: 50%;
  width: 44px;
  height: 44px;
  font-size: 18px;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}

#back-to-top.visible {
  opacity: 1;
  visibility: visible;
}

.adabundle-trigger-button-box {
  display: none !important;
}

/* =========================================
   MOBILE CONTACT TAB
   ========================================= */

a#contact-tab,
a#contact-tab:hover,
a#contact-tab:focus {
  display: block !important;
  position: fixed !important;
  right: 0 !important;
  top: 50% !important;
  transform: translateY(-50%) !important;
  writing-mode: vertical-rl !important;
  text-orientation: mixed !important;
  background-color: #24302e !important;
  color: #f0efeb !important;
  padding: 12px 10px !important;
  font-family: 'Basic Sans', sans-serif !important;
  font-size: 12px !important;
  letter-spacing: 0.08em !important;
  text-transform: uppercase !important;
  text-decoration: none !important;
  z-index: 9999 !important;
  border-radius: 6px 0 0 6px !important;
  min-height: unset !important;
  width: auto !important;
  align-items: unset !important;
  justify-content: unset !important;
  line-height: normal !important;
  box-shadow: none !important;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none !important;
  margin: 0 !important;
}

/* Safari 26 nav alignment fix */
.site-header__wrapper {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
}

.site-header--nav-position-center .header-nav {
  position: absolute !important;
  left: 50% !important;
  transform: translateX(-50%) !important;
}

/* =========================================
   MOBILE CART FIXES
   ========================================= */

/* Hide Remove button sitewide */
button.line-item-remove,
.line-item-remove,
[data-line-item-remove] {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
  pointer-events: none !important;
  width: 0 !important;
  height: 0 !important;
  overflow: hidden !important;
  padding: 0 !important;
  margin: 0 !important;
}

/* Fix horizontal overflow on mobile */
@media (max-width: 768px) {
  html, body {
    overflow-x: hidden !important;
    max-width: 100% !important;
  }
}

/* Fix cart line item price on mobile */
@media (max-width: 768px) {
  .line-item__line-prices,
  .line-item-line-prices {
    padding-right: 16px !important;
  }
}

/* Footer mobile fix */
@media (max-width: 768px) {
  .footer,
  .site-footer {
    padding-left: 20px !important;
    padding-right: 20px !important;
    font-size: 14px !important;
    line-height: 1.6 !important;
  }
  .footer__block,
  .footer__column,
  .site-footer__block {
    margin-bottom: 24px !important;
  }
  .footer__block ul,
  .footer__column ul {
    margin-top: 8px !important;
  }
  .footer__heading,
  .footer h4 {
    font-size: 15px !important;
    margin-bottom: 10px !important;
  }
  .footer a,
  .site-footer a {
    display: inline-block;
    max-width: 100%;
    word-break: break-word;
  }
}

/* Stack footer columns on mobile */
@media (max-width: 768px) {
  .footer-columns {
    flex-direction: column !important;
  }
  .footer-columns .footer-link-list {
    width: 100% !important;
    margin-bottom: 24px !important;
  }
}

@media (max-width: 768px) {
  .tab-buttons {
    overflow-x: auto !important;
    white-space: nowrap !important;
    -webkit-overflow-scrolling: touch !important;
    gap: 0 !important;
  }
  .tab-buttons .tab-btn {
    display: inline-flex !important;
    white-space: nowrap !important;
    font-size: 11px !important;
    padding: 0 4px 10px !important;
    letter-spacing: 0 !important;
    margin-right: 8px !important;
  }
}

/* Fix horizontal overflow on mobile */
@media (max-width: 768px) {
  body {
    overflow-x: hidden !important;
    max-width: 100% !important;
  }
}

html.no-js,
html.no-touch,
html.has-touch,
html {
  overflow-x: hidden !important;
  overflow-y: visible !important;
}

#cb-delivery-trust {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  padding: 14px 16px;
  margin-top: 12px;
  max-width: 460px;
  background-color: #f0efeb;
  border: 1px solid #d0dedf;
  border-radius: 8px;
  font-family: 'Basic Sans', Poppins, sans-serif;
  font-size: 13px;
  color: #24302e;
  line-height: 1.5;
}

#cb-delivery-trust .cb-delivery-icon {
  width: 36px;
  height: 36px;
  flex-shrink: 0;
  margin-top: 2px;
}

#cb-delivery-trust strong {
  display: block;
  font-size: 13px;
  color: #24302e;
  margin-bottom: 2px;
}

/* Mega menu font fix */
div.cb-mega-panel a,
div.cb-mega-panel a:link,
div.cb-mega-panel a:visited {
  font-family: "Basic Sans", sans-serif !important;
}

/* =========================================
   COLOR SWATCHES — PDP only
   ========================================= */

/* Hide default text buttons for Color option only */
.template-product [data-option-name="Color"] .element-radio__slot .element-button {
  display: none !important;
}

/* Swatch circle base */
.cb-swatch {
  display: inline-block;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  cursor: pointer;
  border: 1.5px solid transparent;
  box-shadow: 0 0 0 1px #d0dedf;
  transition: box-shadow 0.2s ease, border-color 0.2s ease;
  flex-shrink: 0;
  margin-left: 2px;
}

/* Selected state */
.cb-swatch.cb-swatch--selected {
  border-color: #24302e;
  box-shadow: 0 0 0 1.5px #24302e;
}

/* White swatch needs a border so it's visible */
.cb-swatch[data-color="white"] {
  box-shadow: 0 0 0 1px #ccc;
}
.cb-swatch[data-color="white"].cb-swatch--selected {
  box-shadow: 0 0 0 2px #24302e;
}

/* Swatch row container */
.cb-swatch-row {
  display: flex;
  gap: 10px;
  align-items: center;
  margin-top: 4px;
  flex-wrap: wrap;
}

/* Swatch label shown on hover/selected */
.cb-swatch-label {
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  color: #324a5f;
  margin-left: 4px;
}

.shopify-section:has(.cb-trust-bar),
.shopify-section:has(.cb-alternating),
.shopify-section:has(.cb-features),
.shopify-section:has(.cb-proof),
.shopify-section:has(.cb-awards),
.shopify-section:has(.cb-models),
.shopify-section:has(.cb-quote),
.shopify-section:has(.cb-faq),
.shopify-section:has(.cb-contact) {
  margin-top: 0 !important;
}

main .shopify-section { margin-top: 0 !important; }

/* ═══════════════════════════════════════════════════
   CASTAWAY PDP HERO — ELEVATED STYLING v3
═══════════════════════════════════════════════════ */

/* ── Gallery left column — warm background ── */
.section-product .product__grid-left {
  background: #f0efeb;
}

/* ── Product title ── */
section.product h1.product__title {
  font-size: 28px !important;
  line-height: 1.15 !important;
  color: #24302e !important;
  font-weight: 400 !important;
  margin-bottom: 0 !important;
}

/* ── Hide Shop Pay and Klarna widgets ── */
section.product form[data-payment-terms-target] {
  display: none !important;
}
section.product .product__app {
  display: none !important;
}

/* ── Price ── */
section.product div.product-price span.money {
  font-family: 'Canela', serif !important;
  font-size: 26px !important;
  color: #24302e !important;
  font-weight: 400 !important;
}

/* ── Financing pills — injected by JS ── */
.cb-financing-row {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-top: 8px;
  margin-bottom: 4px;
}
.cb-fin-pill {
  font-family: 'Poppins', sans-serif;
  font-size: 11px;
  color: #324a5f;
  background: #f0efeb;
  padding: 5px 12px;
  border-radius: 999px;
  border: 1px solid #d0dedf;
  font-weight: 400;
}
.cb-fin-pill strong {
  font-weight: 500;
}

/* ── Tabs ── */
section.product div.tab-buttons button.tab-btn {
  font-family: 'Poppins', sans-serif !important;
  font-size: 12.5px !important;
  font-weight: 400 !important;
  color: #7a9aaa !important;
  letter-spacing: 0.02em !important;
  text-transform: none !important;
}
section.product div.tab-buttons button.tab-btn.active {
  color: #24302e !important;
  border-bottom: 2px solid #24302e !important;
  font-weight: 400 !important;
}

/* ── Configuration and Color labels ── */
section.product span.input-field-title {
  font-family: 'Poppins', sans-serif !important;
  font-size: 10.5px !important;
  letter-spacing: 0.1em !important;
  text-transform: uppercase !important;
  color: #7a9aaa !important;
  font-weight: 400 !important;
  display: block !important;
  margin-bottom: 8px !important;
  padding: 0 !important;
  background: transparent !important;
  border: none !important;
  border-radius: 0 !important;
}

/* ── Configuration buttons — pill shape (first option only) ── */
section.product div.product-option--first label.input-checkbox-wrapper {
  border-radius: 999px !important;
  border: 1px solid #d0dedf !important;
  background: #ffffff !important;
  padding: 10px 18px !important;
  font-family: 'Poppins', sans-serif !important;
  font-size: 12.5px !important;
  font-weight: 400 !important;
  color: #324a5f !important;
  cursor: pointer !important;
  display: inline-block !important;
  margin-right: 8px !important;
  margin-bottom: 8px !important;
  margin-top: 0 !important;
  transition: all 0.2s !important;
}
section.product div.product-option--first label.input-checkbox-wrapper:has(input:checked) {
  background: #24302e !important;
  border-color: #24302e !important;
  color: #f0efeb !important;
}
section.product div.product-option--first span.input-checkbox-title {
  font-family: 'Poppins', sans-serif !important;
  font-size: 12.5px !important;
  font-weight: 400 !important;
  color: inherit !important;
  background: transparent !important;
  border: none !important;
  border-radius: 0 !important;
  padding: 0 !important;
  display: inline !important;
}


/* ── ZIP checker — beige card ── */
section.product div.zip-checker.zip-checker--default {
  background: #f0efeb !important;
  border: 1px solid #d0dedf !important;
  border-radius: 10px !important;
  padding: 16px 18px !important;
  margin-top: 16px !important;
  margin-bottom: 20px !important;
  max-width: 100% !important;
}

/* ZIP heading */
section.product div.zip-checker.zip-checker--default h4 {
  font-family: 'Poppins', sans-serif !important;
  font-size: 10px !important;
  letter-spacing: 0.1em !important;
  text-transform: uppercase !important;
  color: #7a9aaa !important;
  font-weight: 400 !important;
  margin-bottom: 10px !important;
}

/* ZIP field wrapper */
section.product div.zip-field-wrapper {
  display: flex !important;
  gap: 8px !important;
  align-items: flex-start !important;
  flex-wrap: wrap !important;
}

@media screen and (max-width: 767px) {
  section.product div.zip-field-wrapper {
    flex-direction: row !important;
    flex-wrap: wrap !important;
    align-items: center !important;
  }
  section.product div.zip-field-wrapper input#zipCodeInput {
    width: 60px !important;
    max-width: 60px !important;
    flex: none !important;
  }
  section.product div.zip-field-wrapper button {
    flex: 1 1 0 !important;
    min-width: 0 !important;
    width: auto !important;
    min-height: unset !important;
    height: auto !important;
    max-width: none !important;
    font-size: 10px !important;
  }
}
}

/* ZIP input */
section.product div.zip-checker input#zipCodeInput {
  border: 1px solid #d0dedf !important;
  border-radius: 999px !important;
  font-family: 'Poppins', sans-serif !important;
  font-size: 13px !important;
  color: #24302e !important;
  background: #ffffff !important;
  padding: 9px 14px !important;
  box-shadow: none !important;
  width: 110px !important;
  min-width: 0 !important;
  height: auto !important;
}

/* ZIP check availability button */
section.product button#checkZipBtn {
  background: #24302e !important;
  color: #f0efeb !important;
  border: none !important;
  border-radius: 999px !important;
  font-family: 'Poppins', sans-serif !important;
  font-size: 12px !important;
  font-weight: 400 !important;
  padding: 9px 16px !important;
  min-height: unset !important;
  height: auto !important;
  width: auto !important;
  box-shadow: none !important;
  white-space: nowrap !important;
  display: inline-flex !important;
  align-items: center !important;
}
section.product button#checkZipBtn:hover {
  background: #324a5f !important;
}

/* ZIP join waitlist button */
section.product button#zipRequestBtn {
  background: transparent !important;
  color: #324a5f !important;
  border: 1px solid #d0dedf !important;
  border-radius: 999px !important;
  font-family: 'Poppins', sans-serif !important;
  font-size: 12px !important;
  font-weight: 400 !important;
  padding: 9px 16px !important;
  min-height: unset !important;
  height: auto !important;
  width: auto !important;
  box-shadow: none !important;
  white-space: nowrap !important;
  display: none !important;
}
section.product button#zipRequestBtn.is-visible {
  display: inline-flex !important;
  align-items: center !important;
}
section.product button#zipRequestBtn:hover {
  background: #f0efeb !important;
}

/* ZIP message */
section.product div#zipMessage {
  margin-top: 10px !important;
  font-family: 'Poppins', sans-serif !important;
  font-size: 12px !important;
  color: #324a5f !important;
  line-height: 1.5 !important;
}

/* ── Hide quantity selector only ── */
section.product div.product__quantity-wrapper {
  display: none !important;
}

/* ── Add To Cart button ── */
body:not(#x) section.product button#dynamic-add-to-cart,
body:not(#x) section.product button#dynamic-add-to-cart:hover,
body:not(#x) section.product button#dynamic-add-to-cart:focus,
body:not(#x) section.product button#dynamic-add-to-cart:active {
  background: #24302e !important;
  background-color: #24302e !important;
  border-color: #24302e !important;
  color: #f0efeb !important;
  border-radius: 999px !important;
  font-family: 'Poppins', sans-serif !important;
  font-size: 13.5px !important;
  font-weight: 400 !important;
  letter-spacing: 0.04em !important;
  padding: 14px 28px !important;
  min-height: unset !important;
  height: auto !important;
  width: 100% !important;
  display: block !important;
  cursor: pointer !important;
  box-shadow: none !important;
  outline: none !important;
  flex: unset !important;
  align-items: unset !important;
  justify-content: unset !important;
}
body:not(#x) section.product button#dynamic-add-to-cart:hover {
  background: #324a5f !important;
  background-color: #324a5f !important;
  border-color: #324a5f !important;
}

/* ── Patent Pending + Limited Availability badges — plain text labels ── */
.cb-badges-row {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  margin-bottom: 12px;
  align-items: center;
}
.cb-badge {
  font-family: 'Poppins', sans-serif;
  font-size: 10px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #7a9aaa;
  font-weight: 400;
  background: none;
  border: none;
  padding: 0;
  border-radius: 0;
}
.cb-badge-limited {
  color: #24302e;
  font-weight: 500;
  background: none;
  border: none;
  border-radius: 0;
  padding: 0;
}

/* ── White glove badge ── */
section.product div#cb-delivery-trust {
  border: 1px solid #d0dedf !important;
  border-radius: 10px !important;
  padding: 14px 16px !important;
  margin-top: 0 !important;
  background: #ffffff !important;
  max-width: 100% !important;
}

/* ── Color swatch label ── */
section.product span.cb-swatch-label {
  font-family: 'Poppins', sans-serif !important;
  font-size: 13px !important;
  color: #324a5f !important;
  font-weight: 400 !important;
}

/* ═══════════════════════════════════════════════════
   ZIP CHECKER — GLOBAL FIXES
═══════════════════════════════════════════════════ */

/* Override old generic zip button rule */
.zip-field-wrapper button {
  padding: 9px 16px !important;
  background: #24302e !important;
  border: none !important;
  border-radius: 999px !important;
  color: #f0efeb !important;
  font-family: 'Poppins', sans-serif !important;
  font-size: 12px !important;
  font-weight: 400 !important;
  min-height: unset !important;
  height: auto !important;
  width: auto !important;
  white-space: nowrap !important;
}

/* Override old #checkZipBtn size rule */
#checkZipBtn {
  border-radius: 999px !important;
  padding: 9px 16px !important;
  min-height: unset !important;
  height: auto !important;
}

/* Override old zip-field-wrapper max-width */
.zip-field-wrapper {
  max-width: 100% !important;
}

/* Override old .zip-checker h4 rule */
.zip-checker h4 {
  font-family: 'Poppins', sans-serif !important;
  font-size: 10px !important;
  font-weight: 400 !important;
  letter-spacing: 0.12em !important;
  text-transform: uppercase !important;
  color: #7a9aaa !important;
  margin: 0 0 10px 0 !important;
  line-height: 1 !important;
}

/* AI delivery checker wrapper — home page */
[class*="ai-delivery-checker-snippet-wrapper"] {
  display: block !important;
}

[class*="ai-delivery-checker-snippet-wrapper"] .zip-checker {
  width: 100% !important;
  max-width: 560px !important;
  margin: 0 auto !important;
  text-align: left !important;
}

[class*="ai-delivery-checker-snippet-wrapper"] .zip-checker h4,
[class*="ai-delivery-checker-snippet-wrapper"] .zip-checker #zipMessage {
  text-align: left !important;
}

[class*="ai-delivery-checker-snippet-wrapper"] .zip-field-wrapper {
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: nowrap !important;
  align-items: center !important;
  justify-content: flex-start !important;
  gap: 8px !important;
}

[class*="ai-delivery-checker-snippet-wrapper"] .zip-field-wrapper input#zipCodeInput {
  width: 110px !important;
  max-width: 110px !important;
  min-width: 0 !important;
  flex: none !important;
}

[class*="ai-delivery-checker-snippet-wrapper"] .zip-field-wrapper #checkZipBtn,
[class*="ai-delivery-checker-snippet-wrapper"] .zip-field-wrapper #zipRequestBtn,
[class*="ai-delivery-checker-snippet-wrapper"] .zip-field-wrapper button#zip-inline-atc,
[class*="ai-delivery-checker-snippet-wrapper"] .zip-field-wrapper .zip-atc-btn {
  width: auto !important;
  flex: none !important;
}

/* Force Join waitlist hidden until triggered */
[class*="ai-delivery-checker-snippet-wrapper"] .zip-field-wrapper #zipRequestBtn {
  display: none !important;
}
[class*="ai-delivery-checker-snippet-wrapper"] .zip-field-wrapper #zipRequestBtn.is-visible {
  display: inline-flex !important;
}

/* Force ATC hidden until valid ZIP */
[class*="ai-delivery-checker-snippet-wrapper"] .zip-field-wrapper button#zip-inline-atc,
[class*="ai-delivery-checker-snippet-wrapper"] .zip-field-wrapper .zip-atc-btn {
  display: none !important;
}
[class*="ai-delivery-checker-snippet-wrapper"] .zip-field-wrapper button#zip-inline-atc.is-visible,
[class*="ai-delivery-checker-snippet-wrapper"] .zip-field-wrapper .zip-atc-btn.is-visible {
  display: inline-flex !important;
}

/* Mobile: home page zip checker */
@media screen and (max-width: 767px) {
  [class*="ai-delivery-checker-snippet-wrapper"] .zip-field-wrapper {
    flex-direction: row !important;
    flex-wrap: wrap !important;
  }
  [class*="ai-delivery-checker-snippet-wrapper"] .zip-field-wrapper input#zipCodeInput {
    width: 100% !important;
    max-width: 100% !important;
  }
  [class*="ai-delivery-checker-snippet-wrapper"] .zip-field-wrapper #checkZipBtn,
  [class*="ai-delivery-checker-snippet-wrapper"] .zip-field-wrapper #zipRequestBtn,
  [class*="ai-delivery-checker-snippet-wrapper"] .zip-field-wrapper button#zip-inline-atc {
    width: 100% !important;
  }
}

/* Force Join waitlist outlined style — beats global button system */
button#zipRequestBtn,
.zip-field-wrapper button#zipRequestBtn,
.zip-checker button#zipRequestBtn {
  background: transparent !important;
  background-color: transparent !important;
  color: #324a5f !important;
  border: 1px solid #d0dedf !important;
  border-radius: 999px !important;
  padding: 9px 16px !important;
  min-height: unset !important;
  height: auto !important;
  width: auto !important;
  font-size: 12px !important;
  font-weight: 400 !important;
  box-shadow: none !important;
  display: none !important;
}
button#zipRequestBtn.is-visible,
.zip-field-wrapper button#zipRequestBtn.is-visible,
.zip-checker button#zipRequestBtn.is-visible {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
}
button#zipRequestBtn:hover,
.zip-field-wrapper button#zipRequestBtn:hover {
  background: #f0efeb !important;
  background-color: #f0efeb !important;
  color: #24302e !important;
}







