/** Shopify CDN: Minification failed

Line 313:19 Expected identifier but found whitespace
Line 315:4 Unexpected "@media"

**/

/**
 *  Container
 */

.ATC-Popup-Container {
    position: fixed;
    top: 0;
    z-index: 800;
    display: none;
    width: 100%;
    background-color: white;
    outline: 0;
    box-shadow: 0 3px 3px #7c7c7c40 ;
    transition: text-shadow 0.275s linear;

    overflow-y: scroll;
    height: auto;
}

.site-header--sticky
.ATC-Popup-Container {
  position: absolute;
  top: 100%;
}

.animating.ATC-Popup-Container ,
.visible.ATC-Popup-Container:not(.animating) {
  display: block;
}
.visible.ATC-Popup-Container:not(.animating) {
  opacity: 1;
  transform: translate(0);
}
.animating-in.ATC-Popup-Container {
  animation-delay: 0s;
  animation-duration: 0.27s;
  animation-name: sneak-in;
  animation-timing-function: linear;
  animation-fill-mode: both;
  animation-direction: normal;
}
.animating-out.ATC-Popup-Container {
  opacity: 0;
  transform: translateY(-5px);
  transition: all 0.12s cubic-bezier(1, 0, 0.7, 1);
}


/**
 *  Outer
 */

.ATC-Popup-Outer  {

    position: relative;
    padding: 1.171875rem ;
    max-width: 1600px;
    margin-inline: auto;

    @media ( width >= 720px ){
        padding-inline : 2.5rem ;
    }
}


/**
 *  Inner
 */

.ATC-Popup-Inner {

    width: 100%;
    max-width: 1200px;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: center;
    margin-right: auto;
    margin-left: auto;
    table-layout: fixed;
    text-align: center;

    @media ( width >= 720px ){

        flex-direction: row;
        gap: 2rem;

        padding-block : 1.171875rem ;

        > * {
            flex: 0 0 33%;
        }
    }
}


/**
 *  Product
 */

.ATC-Popup-Product {
    font-size: var(--font-size-body);
    vertical-align: middle;
    text-align: left;
}

.ATC-Popup-Product-Title {
    font-size: var(--font-size-heading-4);
    margin-top: 0;
    color: '#161616' ;
    text-align: left;
    font-weight: 600;
}

.ATC-Popup-Product-Icon {
    display: inline-block;
    width: 18px;
    height: 13px;
    margin-top: -3px;
    margin-right: 5px;
    vertical-align: middle;
}

.ATC-Popup-Product-Icon svg {
    display: block;
    width: 100%;
    height: 100%;
}



.atc-banner--cart {

    vertical-align : middle ;
    margin-top : 3rem ;

    @media ( 720px > width ){
        display : none ;
    }

    @media ( width >= 720px ){
        padding-left: 1.640625rem;
        margin-top: 0;
        border-left: 1px solid #eaeaea ;
    }

    @media ( width >= 1024px ){
        padding-left: 3rem;
    }
}

.atc-banner--cart-subtotal {
    font-size: var(--font-size-heading-4);
}

.atc-subtotal--label {
    color: #929292;
}

.atc-subtotal--price {
    font-family: IBM Plex Sans,sans-serif;
    font-style: normal;
    font-weight: 600;
    display: inline-block;
    color: #161616;
}

.atc-banner--cart-footer {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 1.640625rem;
    margin-bottom: -.46875rem;
    margin-left: -.46875rem;
}

.atc-button--viewcart {
    font-size: var(--font-size-button-medium);
    padding: 0.875rem 1.375rem;
    letter-spacing: 0.01em;
    margin-bottom: 0.46875rem;
    margin-left: 0.46875rem;
    text-transform: uppercase;
}



.atc-banner--actions {

    vertical-align: middle;
    text-align: center;
    margin-top : 0.5rem ;
    padding-top: 1.640625rem;
    border-top: 1px solid #eaeaea ;

    @media ( width >= 720px ){

        text-align:left;
        padding-left: 1.640625rem;
        padding-top: 0;
        margin-top: 0;
        border-top: none;
        border-left: 1px solid #eaeaea
    }
}

@media screen and (min-width: 1024px) {
    .atc-banner--actions {
        padding-left:2.9296875rem
    }
}

.atc-banner--actions-title {
    font-size: var(--font-size-heading-4);
    margin-top: 0;
    color: #161616;
    font-weight: 600
}

.atc-banner--actions-buttons {
    display: flex;
    flex-direction: row;
    gap: 1rem;
    justify-content: center
}

@media screen and (min-width: 720px) {
    .atc-banner--actions-buttons {
        justify-content:flex-start
    }
}

.atc-banner--actions-button {
    display: flex;
    flex-direction: row;
    gap: .3rem
}

.atc-banner--actions-button svg {
    margin: -5px 0;
    height: 20px;
    fill: #fff
}

.atc-banner--product-title {
    font-size: var(--font-size-heading-4);
    margin-top: 0;
    color: #161616;
    text-align: left;
    font-weight: 600
}

.atc-banner--product-title--icon {
    display: inline-block;
    width: 18px;
    height: 13px;
    margin-top: -3px;
    margin-right: 5px;
    vertical-align: middle
}

.atc-banner--product-title--icon svg {
    display: block;
    width: 100%;
    height: 100%
}

.atc--product {
    display: flex;
    align-items: center;
    max-width: 19.375rem;
    margin-top : 0.5rem ;
    text-align: left;
    vertical-align: middle ;

    @media ( width >= 720px ){
        margin: 1.875rem auto 0;
    }
}

@media ( width >= 720px ){
    .atc--product {
        max-width:100%;
        margin-top: 1.640625rem
    }
}

.atc--product-image {
    display: inline-block;
    width: 100px;
    vertical-align: middle ;

    @media ( 720px > width ){
        display : none ;
    }
}

.atc--product-image svg,
.atc--product-image img {
    max-width: 100%
}

.atc--product-details {
    font-size: var(--font-size-body);
    display: inline-block;
    vertical-align: middle

    @media ( width >= 720px ){
        margin-left: 1.640625rem;
        width: calc(100% - 1.640625rem - 6.25rem);
    }
}

.atc--product-details--title {
    font-family: "IBM Plex Sans",sans-serif;
  font-style: normal;
  font-weight: 700;
    font-size: var(--font-size-body);
    margin-top: 0;
    margin-bottom: 0;
    line-height: 1.3125;
    letter-spacing: 0em;
    text-transform: inherit
}

.atc--product-details--options {
    font-size: var(--font-size-body-smaller);
    display: block;
    margin-top: .234375rem;
    line-height: 1.4;
    color: #929292
}

.atc--product-details--price {
    font-size: var(--font-size-body-small);
    display: block;
    margin-top: .234375rem;
    line-height: 1.2
}

.atc--product-details--unit-price {
    display: block;
    margin-top: .234375rem;
    font-size: var(--font-size-body-smallest);
    color: #444c
}

.atc--product-details--unit-price.hidden {
    display: none
}

.atc--line-item-subscriptions {
    font-size: var(--font-size-body-small);
    display: block;
    margin-top: .234375rem;
    line-height: 1.2
}


/**
 *  Close
 */

.atc-banner--close {

    position : absolute ;
    right : 1rem ;
    top : 1rem ;

    height : 26px ;
    width : 26px ;

    padding : 0 ;

    letter-spacing : 0em ;
    font-family : 'IBM Plex Sans' , sans-serif ;
    font-weight : 700 ;
    font-style : normal ;
    color : #444 ;

    background : transparent ;
    border : 0 ;

    cursor : pointer ;

    @media ( width >= 1024px ){
        right : 25px ;
    }

    svg {

        display : block ;

        height : 100% ;
        width : 100% ;

        object-position : center ;
        object-fit : contain ;
    }
}
