.m-footer,.m-footer *{box-sizing:border-box}.m-footer{--m-duration-default: .25s;--m-duration-short: .15s;--inputs-radius: 999px;--font-base-size: 16;color:rgb(var(--color-foreground))}.m-color-default,.m-color-dark,.m-color-footer{background:rgb(var(--color-background));color:rgb(var(--color-foreground))}.m-color-default{--color-background: 255, 255, 255;--color-foreground: 34, 34, 34;--color-foreground-secondary: 0, 0, 0;--color-heading: 34, 34, 34;--color-border: 238, 238, 238;--color-button: 34, 34, 34;--color-button-text: 255, 255, 255;--color-button-hover: 34, 34, 34;--color-button-text-hover: 255, 255, 255;--color-form-field: 242, 242, 242;--color-form-field-text: 0, 0, 0}.m-color-dark{--color-background: 80, 44, 30;--color-foreground: 255, 255, 255;--color-foreground-secondary: 201, 201, 201;--color-heading: 255, 255, 255;--color-border: 75, 75, 75;--color-button: 255, 255, 255;--color-button-text: 34, 34, 34;--color-button-hover: 255, 255, 255;--color-button-text-hover: 34, 34, 34;--color-form-field: 255, 255, 255;--color-form-field-text: 34, 34, 34}.m-color-footer{--color-background: 251, 233, 218;--color-foreground: 0, 0, 0;--color-foreground-secondary: 102, 102, 102;--color-heading: 34, 34, 34;--color-border: 222, 222, 222;--color-button: 34, 34, 34;--color-button-text: 255, 255, 255;--color-button-hover: 34, 34, 34;--color-button-text-hover: 255, 255, 255;--color-form-field: 255, 255, 255;--color-form-field-text: 0, 0, 0}.m-gradient{background-color:rgb(var(--color-background))}.m\:block{display:block}.m\:flex,.m\:display-flex{display:flex}.m\:flex-col{flex-direction:column}.m\:flex-wrap{flex-wrap:wrap}.m\:flex-none{flex:none}.m\:flex-1{flex:1 1 0%}.m\:justify-between{justify-content:space-between}.m\:justify-end{justify-content:flex-end}.m\:justify-center{justify-content:center}.m\:justify-left{justify-content:flex-start}.m\:items-end{align-items:flex-end}.m\:items-left{align-items:flex-start}.m\:text-left{text-align:left}.m\:text-center{text-align:center}.m\:w-full{width:100%}.m\:relative{position:relative}.m\:hidden{display:none}.container,.container-fluid,.container-full{width:100%;margin-left:auto;margin-right:auto;padding-left:2rem;padding-right:2rem}.container{max-width:1260px}.container-fluid{max-width:1600px}.container-full{max-width:100%}.m-link,.m-footer a{color:inherit;text-decoration:none;transition:color var(--m-duration-default) ease}.m-link:hover,.m-footer a:hover{color:rgb(var(--color-foreground))}.m-link-lists{margin:0;padding:0}.m-link-lists--item{list-style:none}.m-link-lists--inline{display:flex;flex-wrap:wrap;gap:1rem 2.4rem}.m-button{display:inline-flex;align-items:center;justify-content:center;min-height:4.8rem;padding:.9rem 2rem;border:1px solid transparent;border-radius:999px;font:inherit;font-weight:600;line-height:1.1;cursor:pointer;transition:transform var(--m-duration-short) ease,background-color var(--m-duration-default) ease,color var(--m-duration-default) ease,border-color var(--m-duration-default) ease}.m-button:hover{transform:translateY(-1px)}.m-button--primary{background:rgb(var(--color-button));color:rgb(var(--color-button-text))}.m-button--secondary{background:rgb(var(--color-foreground));color:rgb(var(--color-background))}.m-button--blank{background:transparent;color:rgb(var(--color-foreground));border-color:transparent}.m-svg-icon{width:1.6rem;height:1.6rem}.m-svg-icon--medium{width:2rem;height:2rem}.m-svg-icon--large{width:2.4rem;height:2.4rem}.social-media-links{display:flex;flex-wrap:wrap;gap:1.2rem}.social-media-links--item{display:inline-flex;align-items:center;gap:.8rem;color:inherit}.notification{display:flex;align-items:flex-start;gap:1rem;margin-bottom:1.6rem;padding:1.2rem 1.4rem;border-radius:1.2rem}.notification.warning{background:#ffd58038}.notification.success{background:#8fe1ab33}.form-field{width:100%;min-height:5.2rem;padding:1.2rem 1.6rem;border:1px solid rgb(var(--color-border));border-radius:var(--inputs-radius);background:transparent;color:rgb(var(--color-foreground));font:inherit}.form-field--input__icon{padding-left:4rem}.form-field--checkbox{display:flex;align-items:flex-start;gap:1rem}.form-field--checkbox__label p{margin:0}.m-terms-conditons{margin-top:1.6rem}.m-select-custom--trigger,.m-switcher-dropdown{display:inline-flex;align-items:center;gap:.8rem}.m-select-custom--options{display:none}responsive-image,.m-image{display:block}responsive-image img,.m-image img{display:block;max-width:100%;height:auto}.m-footer .m-footer__copyright p{margin:0}.m-footer .m-accordion--item-button{display:flex;align-items:center;justify-content:space-between;gap:1.2rem;width:100%}.m-footer .m-accordion--item-content{overflow:hidden}.m-footer .m-switcher-dropdown:hover,.m-footer .social-media-links a:hover{color:rgb(var(--color-foreground-secondary))}.m-footer .open .m-accordion--item-icon{transform:rotate(180deg)}.m-scroll-trigger{opacity:1;transform:none}.animate--slide-in{animation:none}@media screen and (min-width:768px){.md\:m\:hidden{display:none}}@media screen and (min-width:1024px){.lg\:m\:flex-row{flex-direction:row}.lg\:m\:w-2\/12{width:16.666667%}.lg\:m\:w-1\/5{width:20%}.lg\:m\:w-1\/4{width:25%}.lg\:m\:w-1\/3{width:33.333333%}.lg\:m\:w-1\/2{width:50%}.lg\:m\:w-8\/12{width:66.666667%}.lg\:m\:w-9\/12{width:75%}.lg\:m\:w-10\/12{width:83.333333%}.lg\:m\:w-full{width:100%}}@media screen and (min-width:1280px){.xl\:m\:flex-row{flex-direction:row}.xl\:m\:justify-end{justify-content:flex-end}.xl\:m\:justify-start{justify-content:flex-start}.xl\:m\:text-left{text-align:left}.xl\:m\:text-center{text-align:center}.xl\:m\:w-auto{width:auto}}@media screen and (max-width:767px){.m-footer .m-footer--accordion{flex-direction:column}.m-footer .m-accordion--item{border-top:1px solid rgba(var(--color-foreground),.12)}.m-footer .m-footer--block:first-child{border-top:0}.m-footer .m-accordion--item-button{padding:.4rem 0;cursor:pointer}.m-footer .m-accordion--item:not(.open) .m-accordion--item-content{display:none}}
/*# sourceMappingURL=/cdn/shop/t/57/assets/footer-dawn-compat.css.map */
