.maxi-austl-wrapper{background:var(--maxi-bg);padding:4rem 0;box-sizing:border-box}.maxi-austl-wrapper--full{width:100vw;position:relative;left:50%;right:50%;margin-left:-50vw;margin-right:-50vw}.maxi-austl-heading{font-size:2.8rem;font-weight:600;color:var(--maxi-heading);margin:0 0 1.2rem;line-height:1.25}.maxi-austl-intro{font-size:1.7rem;line-height:1.55;color:var(--maxi-body);margin:0 0 2.5rem;max-width:75rem}.maxi-austl-table-wrap{background:var(--maxi-card-bg);border-radius:12px;overflow:hidden}.maxi-austl-table{width:100%;border-collapse:collapse;font-size:1.55rem;color:var(--maxi-body)}.maxi-austl-table thead tr{background:var(--maxi-header-bg)}.maxi-austl-table th{text-align:left;padding:1.4rem 1.6rem;font-weight:600;font-size:1.35rem;letter-spacing:.04em;text-transform:uppercase;color:var(--maxi-header-text);border-bottom:1px solid var(--maxi-divider)}.maxi-austl-row{transition:background .2s ease}.maxi-austl-row:hover{background:var(--maxi-row-hover)}.maxi-austl-cell{padding:1.6rem;border-bottom:1px solid var(--maxi-divider);vertical-align:middle}.maxi-austl-row:last-child .maxi-austl-cell{border-bottom:none}.maxi-austl-cell--img{width:8rem;padding-right:0}.maxi-austl-img-link{display:block;width:6rem;height:6rem;border-radius:6px;overflow:hidden;background:#fff;border:1px solid var(--maxi-divider)}.maxi-austl-img{width:100%;height:100%;object-fit:contain;display:block}.maxi-austl-img-placeholder{width:6rem;height:6rem;border-radius:6px;background:var(--maxi-divider)}.maxi-austl-product-link{color:var(--maxi-heading);font-weight:600;text-decoration:none;font-size:1.6rem;line-height:1.35}a.maxi-austl-product-link:hover{color:var(--maxi-link)}.maxi-austl-number{display:inline-block;font-weight:600;font-size:1.55rem;color:var(--maxi-aust);font-variant-numeric:tabular-nums;letter-spacing:.02em}.maxi-austl-cell--spf,.maxi-austl-cell--type{white-space:nowrap;color:var(--maxi-body)}.maxi-austl-verify{color:var(--maxi-link);text-decoration:none;font-weight:600;font-size:1.45rem;white-space:nowrap}.maxi-austl-verify:hover{text-decoration:underline}.maxi-austl-verified{margin:1.8rem 0 0;font-size:1.35rem;color:var(--maxi-body);opacity:.8}.maxi-austl-verified span{font-weight:600;color:var(--maxi-heading)}.maxi-austl-footer{margin-top:2rem;padding-top:1.8rem;border-top:1px solid var(--maxi-divider);font-size:1.4rem;color:var(--maxi-body);line-height:1.55}.maxi-austl-footer p{margin:0 0 .8rem}.maxi-austl-footer p:last-child{margin-bottom:0}.maxi-austl-footer a{color:var(--maxi-link)}.maxi-austl-empty{padding:3rem;text-align:center;background:var(--maxi-card-bg);border-radius:12px;color:var(--maxi-body);font-size:1.5rem}.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}@media screen and (max-width:749px){.maxi-austl-wrapper{padding:3rem 0}.maxi-austl-table,.maxi-austl-table thead,.maxi-austl-table tbody,.maxi-austl-table tr,.maxi-austl-table th,.maxi-austl-table td{display:block}.maxi-austl-table thead{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.maxi-austl-table-wrap{background:transparent;border-radius:0}.maxi-austl-row{background:var(--maxi-card-bg);border-radius:12px;padding:1.8rem;margin-bottom:1.2rem;display:grid;grid-template-columns:auto 1fr;gap:1rem 1.5rem;align-items:center}.maxi-austl-row:hover{background:var(--maxi-card-bg)}.maxi-austl-cell{padding:0;border:none;display:contents}.maxi-austl-cell--img{width:auto;display:block;grid-column:1;grid-row:1}.maxi-austl-cell--name{display:block;grid-column:2;grid-row:1}.maxi-austl-cell--aust,.maxi-austl-cell--spf,.maxi-austl-cell--type,.maxi-austl-cell--verify{grid-column:1 / -1;display:flex;justify-content:space-between;align-items:center;padding:.6rem 0;border-top:1px solid var(--maxi-divider)}.maxi-austl-cell--aust{margin-top:.4rem}.maxi-austl-cell--aust:before,.maxi-austl-cell--spf:before,.maxi-austl-cell--type:before{content:attr(data-label);font-size:1.3rem;font-weight:600;text-transform:uppercase;letter-spacing:.04em;color:var(--maxi-body);opacity:.7}.maxi-austl-cell--verify{justify-content:flex-end;padding-top:.8rem}}.custom-blog__title{font-size:var(--cbl-heading-size, 4rem);text-align:var(--cbl-heading-align, left);margin:0 0 3rem;line-height:1.15}.custom-blog-grid{display:grid;gap:var(--cbl-gap, 24px);grid-template-columns:1fr}@media screen and (min-width:750px){.custom-blog-grid--grid{grid-template-columns:repeat(3,1fr)}.custom-blog-grid--collage{grid-template-columns:repeat(2,1fr);grid-auto-rows:auto}.custom-blog-grid--collage .custom-blog-card--featured{grid-row:span 2}}.custom-blog-card{position:relative;display:flex;flex-direction:column;background:var(--cbl-card-bg, #ffffff);color:var(--cbl-card-text, #111111);border-radius:var(--cbl-card-radius, 20px);padding:var(--cbl-card-padding, 12px);height:100%;text-decoration:none;transition:transform .5s cubic-bezier(.2,.8,.2,1),box-shadow .5s cubic-bezier(.2,.8,.2,1)}[data-card-style=flat] .custom-blog-card{transform:none;box-shadow:none}[data-card-style=flat] .custom-blog-card:hover{transform:translateY(-6px);box-shadow:0 18px 40px -14px #00000026}[data-card-style=subtle] .custom-blog-card{transform:translateY(-2px);box-shadow:0 10px 24px -12px #0000001a}[data-card-style=subtle] .custom-blog-card:hover{transform:translateY(-8px) rotate(-.3deg);box-shadow:0 26px 50px -16px #00000038}[data-card-style=elevated] .custom-blog-card{transform:translateY(-4px);box-shadow:0 18px 40px -14px #00000026}[data-card-style=elevated] .custom-blog-card:hover{transform:translateY(-12px) rotate(-.4deg);box-shadow:0 34px 60px -18px #00000047}.custom-blog-card__media{position:relative;display:block;overflow:hidden;border-radius:var(--cbl-image-radius, 14px);aspect-ratio:16 / 10;background:#0000000a}.custom-blog-card--featured .custom-blog-card__media{aspect-ratio:4 / 5}@media screen and (max-width:749px){.custom-blog-card--featured .custom-blog-card__media{aspect-ratio:16 / 10}}.custom-blog-card__media img,.custom-blog-card__media svg{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;transition:transform .7s cubic-bezier(.2,.8,.2,1),filter .7s cubic-bezier(.2,.8,.2,1)}.custom-blog-card:hover .custom-blog-card__media img{transform:scale(1.08);filter:saturate(1.18) brightness(1.02)}.custom-blog-card:hover .custom-blog-card__button{transform:translate(4px)}.custom-blog-card__placeholder{position:absolute;top:0;right:0;bottom:0;left:0;display:grid;place-items:center;color:#00000040}.custom-blog-card__placeholder svg{width:40%;height:40%;position:static;object-fit:initial}.custom-blog-card__badge{position:absolute;top:1rem;right:1rem;z-index:2;display:inline-flex;align-items:center;gap:.5rem;padding:.5rem 1rem;border-radius:999px;font-size:1.2rem;font-weight:500;line-height:1;background:var(--cbl-badge-bg, rgba(255, 255, 255, .85));color:var(--cbl-badge-text, #111111);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px)}.custom-blog-card__badge svg{width:1.35rem;height:1.35rem;flex-shrink:0;display:block}.custom-blog-card__badge>span{line-height:1;padding-top:.1rem}.custom-blog-card__body{display:flex;flex-direction:column;gap:1.2rem;padding:1.6rem .8rem .8rem;flex:1}.custom-blog-card__meta{display:flex;flex-wrap:wrap;gap:.8rem;font-size:1.2rem;opacity:.65;line-height:1}.custom-blog-card__meta>span+span:before{content:"\b7";margin-right:.8rem}.custom-blog-card__title{font-size:var(--cbl-title-size, 1.8rem);line-height:1.25;margin:0;font-weight:600;letter-spacing:-.01em}.custom-blog-card__heading--inline{display:flex;align-items:flex-end;justify-content:space-between;gap:1.2rem}.custom-blog-card__heading--inline .custom-blog-card__title{flex:1;min-width:0}.custom-blog-card--featured .custom-blog-card__title{font-size:var(--cbl-title-size-featured, 2.6rem)}.custom-blog-card__title a{color:inherit;text-decoration:none;background-image:linear-gradient(currentColor,currentColor);background-size:0 1px;background-repeat:no-repeat;background-position:0 100%;transition:background-size .4s ease}.custom-blog-card__title a:hover{background-size:100% 1px}.custom-blog-card__excerpt{font-size:1.4rem;line-height:1.55;opacity:.75;margin:0;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.custom-blog-card__footer{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-top:auto;padding-top:.4rem}.custom-blog-card__tags{display:flex;flex-wrap:wrap;gap:.6rem;list-style:none;margin:0;padding:0;flex:1;min-width:0}.custom-blog-card__tag{display:inline-block;padding:.6rem 1.2rem;font-size:1.2rem;line-height:1;border-radius:999px;background:var(--cbl-tag-bg, #f3f3f3);color:var(--cbl-tag-text, #333333);border:1px solid var(--cbl-tag-border, rgba(0, 0, 0, .06));text-decoration:none;transition:background .2s ease,transform .2s ease;white-space:nowrap}.custom-blog-card__tag:hover{background:var(--cbl-tag-text, #111111);color:var(--cbl-tag-bg, #ffffff)}.custom-blog-card__button{flex-shrink:0;width:var(--cbl-btn-size, 44px);height:var(--cbl-btn-size, 44px);border-radius:50%;display:inline-grid;place-items:center;background:var(--cbl-btn-bg, #111111);color:var(--cbl-btn-icon, #ffffff);text-decoration:none;transition:transform .3s ease,background .3s ease}.custom-blog-card__button:hover{transform:translate(6px)}.custom-blog-card__button svg{width:40%;height:40%}.custom-blog-card__link-overlay{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;border-radius:var(--cbl-card-radius, 20px)}.custom-blog-card__tag,.custom-blog-card__button{position:relative;z-index:2}.custom-blog-pagination{margin-top:4rem}.maxi-steps-wrapper{background:var(--maxi-bg);padding:4rem 0;box-sizing:border-box}.maxi-steps-wrapper--full{width:100vw;position:relative;left:50%;right:50%;margin-left:-50vw;margin-right:-50vw}.maxi-steps-heading{font-size:2.8rem;font-weight:600;color:var(--maxi-heading);margin:0 0 1.2rem;line-height:1.25}.maxi-steps-intro{font-size:1.7rem;line-height:1.55;color:var(--maxi-body);margin:0 0 2.5rem}.maxi-steps{background:var(--maxi-card-bg);border-radius:12px;padding:2.5rem;margin:0;list-style:none;counter-reset:maxi-step}.maxi-step{display:flex;gap:1.8rem;padding:1.8rem 0;border-bottom:1px solid var(--maxi-divider);align-items:flex-start}.maxi-step:first-child{padding-top:0}.maxi-step:last-child{padding-bottom:0;border-bottom:none}.maxi-step-number{flex-shrink:0;width:3.6rem;height:3.6rem;background:var(--maxi-number-bg);color:var(--maxi-number-text);border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:600;font-size:1.5rem;font-family:inherit}.maxi-step-content{flex:1;min-width:0}.maxi-step-title{font-size:1.7rem;font-weight:600;color:var(--maxi-heading);margin:0 0 .4rem;line-height:1.35}.maxi-step-body{font-size:1.55rem;line-height:1.55;color:var(--maxi-body)}.maxi-step-body p{margin:0 0 .8rem}.maxi-step-body p:last-child{margin-bottom:0}.maxi-step-body a{color:var(--maxi-number-bg);text-decoration:underline}@media screen and (max-width:749px){.maxi-steps-wrapper{padding:3rem 0}.maxi-steps{padding:1.8rem}.maxi-step{gap:1.3rem;padding:1.4rem 0}.maxi-step-number{width:3.2rem;height:3.2rem;font-size:1.4rem}.maxi-step-title{font-size:1.6rem}}
/*# sourceMappingURL=/cdn/shop/t/47/compiled_assets/styles.css.map */
