/** Shopify CDN: Minification failed

Line 18:0 All "@import" rules must come first

**/
@font-face {
    font-family: 'cofo-sans';
    src: url("/cdn/shop/files/CoFo_Sans_1.woff2?v=1741620193") format("woff2");
    font-display: swap;

}
@font-face {
    font-family: 'neue-haas-display-medium';
    src: url("/cdn/shop/files/NeueHaasDisplayMediu.woff?v=1742858603") format("woff");
    font-display: swap;
}

@import url("https://p.typekit.net/p.css?s=1&k=gsn2nlo&ht=tk&f=52399&a=114154625&app=typekit&e=css");

@font-face {
font-family:"cofo-sans-variable";
src:url("https://use.typekit.net/af/e99f8b/0000000000000000774cf870/31/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("woff2"),url("https://use.typekit.net/af/e99f8b/0000000000000000774cf870/31/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("woff"),url("https://use.typekit.net/af/e99f8b/0000000000000000774cf870/31/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("opentype");
font-display:auto;font-style:normal;font-weight:100 900;font-stretch:normal;
}

.tk-cofo-sans-variable { font-family: "cofo-sans-variable",sans-serif; }

.atm-logo-lg {
    font-family: 'neue-haas-display-medium', sans-serif;
    color: #FFE8E9;
    font-size: 140px; 
    letter-spacing: 0.2em;
    font-weight: 700;
}

.atm-logo-md {
    font-family: 'neue-haas-display-medium', sans-serif;
    color: #FFE8E9;
    font-size: 40px; 
}

.text-loading {
  position: relative;
  opacity: 0.7;
  animation: text-pulse 0.8s ease-in-out infinite alternate;
  transition: opacity 0.15s ease;
}

.text-loading::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    90deg,
    transparent 0%,
    rgba(255, 255, 255, 0.2) 50%,
    transparent 100%
  );
  animation: text-shimmer 1s ease-in-out infinite;
  transform: translateX(-100%);
}

@keyframes text-pulse {
  0% {
    opacity: 0.7;
  }
  100% {
    opacity: 0.9;
  }
}

@keyframes text-shimmer {
  100% {
    transform: translateX(100%);
  }
}

.cart-count-bubble {
    width: 20px;
    height: 20px;
    top: 60%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: transparent !important;
}

/* Footer */

.atm-footer {
    background-color: white;
    color: black;
    font-family: 'cofo-sans-variable', sans-serif;
    font-weight: 100;
    padding: 5%;
    margin: 0 auto;
}
.atm-footer__grid {
    display: grid;
    grid-template-columns: 1fr 4fr 2fr;
    gap: 0;
}
.atm-footer__full-span {
    margin: 5% 0;
}
.atm-footer__full-span p {
    font-size: 11px;
    text-align: center;
    color: darkgray;
}
.atm-footer__links__column ul {
    list-style: none;
    padding: 0;
    margin: 0;
    color: black;
    font-size: 12px;
    line-height: 2;
    font-family: 'cofo-sans-variable', sans-serif;
}
.atm-footer__links__column ul li a {
    font-size: 14px;
    color: black;
    text-decoration: none;
    line-height: 2;
    font-family: 'cofo-sans-variable', sans-serif;
}
.atm-footer__logo svg {
    max-width: 100%;
}

.mega-menu__image {
    height: 350px;
    max-height: 350px;
}

.mega-menu__image img {
    height: 300px;
    width: auto;
}
.atm-footer__logo span {
    width: 140px;
    max-width: 140px;
    height: auto;
}
.atm-footer__logo {
    margin-right: 10px;
}
.atm-footer__links {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    justify-content: center;
    align-items: flex-start;
    gap: 5%;
}
.atm-footer__newsletter h3{
    font-size: 12px;
    font-weight: 100;
    margin-top: 0;
}
.atm-footer__newsletter p{
    font-size: 11px;
    font-weight: 100;
}
@media (max-width: 768px) {
    .atm-footer__grid {
        grid-template-columns: 30% 70%;
    }
    .atm-footer__links {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: flex-end;
        gap: 10px;
        text-align: right;
    }
    .atm-footer__newsletter {
        grid-column: 1 / 3;
    }
    .atm-footer__logo svg {
        width: 100%;
    }
}

/* End Footer */

.new-image-with-text-section a.dc-btn:hover {
    background: #000;
    color: #fff !important;
}
.new-image-with-text-section a.dc-btn {
    padding: 15px 25px !important;
    line-height: 1;
    min-width: 250px;
    border: 1px solid #000 !important;
    color: #000 !important;
    font-weight: 500 !important;
    display: inline-block !important;
    transition: all ease-in-out .5s !important;
    text-decoration: none !important;
    text-transform: uppercase !important;
    text-align: center !important;
}
.new-image-with-text-section .new-image-with-text-image {
    padding-top: 70%;
}


.open-cookie-popups{
  display: flex;
  align-items: center;
}

.open-cookie-popups img {
  max-width: 35px;
  margin-right: 8px;
  display: inline-block;
}