.native-page{background:var(--native-background,var(--theme-background,#fff));color:var(--native-text,var(--theme-text,#1a1a1a));padding:calc(var(--nav-h,64px) + var(--native-padding-top,56px)) var(--mobile-gutter,20px) var(--native-padding-bottom,96px);min-height:60vh}.native-page__inner{width:min(100%,var(--native-max-width,var(--page-max,1280px)));margin:0 auto}.native-page__header{display:flex;align-items:end;justify-content:space-between;gap:24px;margin-bottom:var(--native-header-gap,40px)}.native-page__title{margin:0;font-weight:var(--native-title-weight,800);letter-spacing:-.04em}.native-page__content{max-width:var(--native-content-width,900px)}.native-page__content img{max-width:100%;height:auto}.native-grid{display:grid;grid-template-columns:repeat(var(--native-columns,3),minmax(0,1fr));gap:var(--native-grid-gap,24px)}.native-card{color:inherit;text-decoration:none;display:block}.native-card__media{aspect-ratio:var(--native-media-ratio,1/1);background:var(--native-card-background,var(--gray-100,#f3f4f6));border-radius:var(--native-card-radius,24px);overflow:hidden}.native-card__media img{width:100%;height:100%;object-fit:var(--native-media-fit,cover);object-position:var(--native-media-position,center);transition:transform .3s ease}.native-card:hover .native-card__media img{transform:scale(1.02)}.native-card__content{padding:16px 2px}.native-card__title{margin:0 0 8px;font-size:1.15rem;font-weight:700}.native-card__price{margin:0;color:var(--native-muted,var(--gray-700,#454936))}.native-card__compare{text-decoration:line-through;opacity:.55;margin-left:8px}.native-empty{text-align:center;padding:72px 24px;border:1px solid var(--native-border,var(--gray-200,#e5e7eb));border-radius:var(--native-card-radius,24px)}.native-button{display:inline-flex;align-items:center;justify-content:center;border:0;border-radius:999px;background:var(--native-accent,var(--lime,#d8ff5c));color:var(--native-button-text,#000);font:inherit;font-weight:700;text-decoration:none;padding:14px 28px;cursor:pointer}.native-search{display:flex;gap:12px;width:min(100%,680px)}.native-search input{flex:1;min-width:0;border:1px solid var(--native-border,var(--gray-200,#e5e7eb));border-radius:999px;padding:14px 20px;font:inherit}.native-pagination{display:flex;justify-content:center;gap:12px;margin-top:48px}.native-pagination a,.native-pagination span{color:inherit;padding:8px}.native-article{max-width:var(--native-article-width,860px)}.native-article__meta{color:var(--native-muted,var(--gray-500,#6b7280));margin:12px 0 32px}.native-article__image{width:100%;height:auto;max-height:var(--native-article-image-height,none);object-fit:var(--native-media-fit,cover);object-position:var(--native-media-position,center);border-radius:var(--native-card-radius,24px);margin-bottom:32px}.native-contact{display:grid;gap:18px;max-width:720px}.native-contact input,.native-contact textarea{width:100%;border:1px solid var(--native-border,var(--gray-200,#e5e7eb));border-radius:14px;padding:14px 16px;font:inherit}.native-contact textarea{min-height:160px;resize:vertical}.native-errors{color:#b42318}.native-success{color:#027a48}.native-apps{margin-top:24px}@media(max-width:899px){.native-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.native-page__header{align-items:start;flex-direction:column}}@media(max-width:599px){.native-page{padding-top:calc(var(--nav-h,64px) + min(var(--native-padding-top,56px),32px));padding-bottom:min(var(--native-padding-bottom,96px),64px)}.native-grid{grid-template-columns:1fr}.native-search{flex-direction:column}}body.petti-theme{--lime: #d8ff5c;--lime-dark: #b0d434;background:#101012}body.petti-theme .header-wrapper,body.petti-theme .section-header,body.petti-theme sticky-header{background:#101012eb!important;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}body.petti-theme .header__heading-link,body.petti-theme .header__menu-item,body.petti-theme .header__icon,body.petti-theme .header__icon .svg-wrapper{color:#fff!important}body.petti-theme .header__menu-item:hover,body.petti-theme .header__menu-item span{color:var(--lime)!important}body.petti-theme .header__icon .icon{color:#fff}body.petti-theme .footer{background:#090c12!important;color:#c7c8ce!important;border-top:1px solid #24272d}body.petti-theme .footer a,body.petti-theme .footer summary{color:#c7c8ce!important}body.petti-theme .footer h2,body.petti-theme .footer .footer-block__heading{color:#f5f6fa!important}body.petti-theme .button,body.petti-theme .shopify-payment-button__button--unbranded{background:var(--lime)!important;color:#000!important;border-color:var(--lime)!important}body.petti-theme cart-drawer{z-index:100000}body.petti-theme .cart-drawer .drawer__inner{padding-left:1.6rem;padding-right:1.6rem;max-width:min(40rem,calc(100vw - 1.2rem));box-sizing:border-box;overflow-x:hidden}body.petti-theme .cart-drawer cart-drawer-items,body.petti-theme .cart-drawer .drawer__cart-items-wrapper,body.petti-theme .cart-drawer .cart-items,body.petti-theme .cart-drawer .cart-items tbody{max-width:100%;min-width:0;box-sizing:border-box}body.petti-theme .cart-drawer cart-drawer-items{overflow-x:hidden;overflow-y:auto}body.petti-theme .cart-drawer thead{display:table;width:100%;table-layout:fixed}body.petti-theme .cart-drawer .cart-item{display:grid;grid-template:"media details totals" auto "media quantity quantity" auto / 6.4rem minmax(0,1fr) auto;column-gap:1rem;row-gap:.8rem;align-items:start;width:100%;max-width:100%;min-width:0;box-sizing:border-box}body.petti-theme .cart-drawer .cart-item>*{min-width:0}body.petti-theme .cart-drawer .cart-item>td+td{padding-left:0}body.petti-theme .cart-drawer .cart-item__media{grid-area:media;width:6.4rem;max-width:6.4rem}body.petti-theme .cart-drawer .cart-item__image{width:100%;max-width:100%;height:auto;display:block}body.petti-theme .cart-drawer .cart-item__details{grid-area:details;width:auto;max-width:100%;font-size:1.25rem;line-height:1.35}body.petti-theme .cart-drawer .cart-item__details>*{max-width:100%}body.petti-theme .cart-drawer .cart-item__totals{grid-area:totals;width:auto;max-width:100%;padding-left:.2rem;justify-self:end}body.petti-theme .cart-drawer .cart-items .cart-item__quantity{grid-area:quantity;padding-top:0;max-width:100%}body.petti-theme .cart-drawer .cart-item__title,body.petti-theme .cart-drawer .cart-item__name,body.petti-theme .cart-drawer .cart-item__name.break,body.petti-theme .cart-drawer .product-option,body.petti-theme .cart-drawer .product-option dd,body.petti-theme .cart-drawer .totals__total,body.petti-theme .cart-drawer .discounts__discount{overflow-wrap:break-word;word-break:normal;-webkit-hyphens:none;hyphens:none;letter-spacing:normal}body.petti-theme .cart-drawer .cart-item__title{display:flex;align-items:flex-start;gap:.4rem;font-size:1.25rem;line-height:1.3;max-width:100%}body.petti-theme .cart-drawer .cart-item__name{flex:1 1 auto;min-width:0;display:block;font-size:inherit;line-height:inherit}body.petti-theme .cart-drawer .product-option{font-size:1.1rem;line-height:1.3}body.petti-theme .cart-drawer .cart-item__price-wrapper,body.petti-theme .cart-drawer .cart-item__price-wrapper .price,body.petti-theme .cart-drawer .cart-item__totals .price,body.petti-theme .cart-drawer .cart-item__final-price,body.petti-theme .cart-drawer .cart-item__old-price,body.petti-theme .cart-drawer .totals__total-value{white-space:nowrap;letter-spacing:normal}body.petti-theme .cart-drawer .cart-item__quantity-wrapper{display:flex;align-items:center;gap:.6rem;flex-wrap:nowrap;width:100%;max-width:100%;min-width:0;box-sizing:border-box}body.petti-theme .cart-drawer .quantity-popover-container{flex:0 0 auto;min-width:0}body.petti-theme .cart-drawer .quantity{flex:0 0 auto;width:9rem;min-width:9rem;max-width:100%;min-height:3.6rem;border-radius:var(--inputs-radius);overflow:visible}body.petti-theme .cart-drawer .quantity__button{width:3rem;min-width:3rem;flex-shrink:0}body.petti-theme .cart-drawer .quantity__input{width:auto;min-width:2.4rem;flex:1 1 auto;font-size:1.4rem;padding:0 .2rem}body.petti-theme .cart-drawer cart-remove-button{margin-left:0;flex:0 0 auto}body.petti-theme .cart-drawer cart-remove-button .button{border-radius:var(--buttons-radius);min-width:3.6rem;min-height:3.6rem}body.petti-theme .cart-drawer .cart__checkout-button{border-radius:var(--buttons-radius);width:100%}body.petti-theme .cart-drawer .totals{display:flex;justify-content:space-between;align-items:baseline;gap:1rem;flex-wrap:nowrap;max-width:100%;min-width:0}body.petti-theme .cart-drawer .totals__total{flex:1 1 auto;min-width:0;white-space:nowrap;font-size:1.3rem}body.petti-theme .cart-drawer .totals__total-value{flex:0 0 auto;font-size:1.35rem}@media screen and (max-height:650px){body.petti-theme .cart-drawer .drawer__inner{overflow-x:hidden;overflow-y:auto}body.petti-theme .cart-drawer cart-drawer-items{overflow-x:hidden}}@media screen and (max-width:749px){body.petti-theme .cart-drawer .drawer__inner{padding-left:1.2rem;padding-right:1.2rem;width:min(40rem,calc(100vw - 1rem));max-width:calc(100vw - 1rem)}body.petti-theme .cart-drawer .cart-item{grid-template:"media details totals" auto "media quantity quantity" auto / 5.6rem minmax(0,1fr) auto;column-gap:.8rem;row-gap:.6rem}body.petti-theme .cart-drawer .cart-item__media{width:5.6rem;max-width:5.6rem}body.petti-theme .cart-drawer .cart-item__title{font-size:1.15rem}body.petti-theme .cart-drawer .cart-item__details{font-size:1.1rem}body.petti-theme .cart-drawer .product-option{font-size:1.05rem}body.petti-theme .cart-drawer .cart-item__totals .price,body.petti-theme .cart-drawer .cart-item__price-wrapper .price{font-size:1.15rem}body.petti-theme .cart-drawer .quantity{width:8.4rem;min-width:8.4rem;min-height:3.2rem}body.petti-theme .cart-drawer .quantity__button{width:2.8rem;min-width:2.8rem}body.petti-theme .cart-drawer .quantity__input{min-width:2.2rem;font-size:1.3rem}body.petti-theme .cart-drawer cart-remove-button .button{min-width:3.2rem;min-height:3.2rem}body.petti-theme .cart-drawer .totals__total{font-size:1.2rem}body.petti-theme .cart-drawer .totals__total-value{font-size:1.25rem}}
/*# sourceMappingURL=/cdn/shop/t/44/assets/petti-native.css.map */
