/* 
 * Cart Opener 
 */
#hydrogen-cart-root {
    margin: 0;
}

.fc-opener {
    position: relative;
    display: inline-block;
}

.fc-opener .fc-icon {
    display: block;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='22' viewBox='0 0 20 22' fill='none'%3E%3Cg clip-path='url(%23clip0)'%3E%3Cpath d='M4 1L1 5V19C1 19.5304 1.21071 20.0391 1.58579 20.4142C1.96086 20.7893 2.46957 21 3 21H17C17.5304 21 18.0391 20.7893 18.4142 20.4142C18.7893 20.0391 19 19.5304 19 19V5L16 1H4Z' stroke='%232E3F56' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M1 5H19' stroke='%232E3F56' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M14 9C14 10.0609 13.5786 11.0783 12.8284 11.8284C12.0783 12.5786 11.0609 13 10 13C8.93913 13 7.92172 12.5786 7.17157 11.8284C6.42143 11.0783 6 10.0609 6 9' stroke='%232E3F56' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0'%3E%3Crect width='20' height='22' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E") no-repeat center;
    width: 20px;
    height: 22px;
    cursor: pointer;
}

/* Badge */
.fc-item-count {
    position: absolute;
    min-width: 14px;
    height: 14px;
    top: -6px;
    right: -6px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #F95D38;
    color: white;
    font-size: 10px;
    font-weight: 500;
    line-height: 1.4;
    border-radius: 999px;
}

/* *** */

/* 
 * Cart Header and Panel styles
 */
.fc-panel {
    width: 100%;
    border-radius: 24px 24px 0 0;
    bottom: 0;
    height: 80%;
}

.fc-header,
.fc-body,
.fc-footer {
    padding: 0;
}

.fc-panelSlideOut::after {
    content: '';
    display: inline-block;
    mask: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="11" viewBox="0 0 20 11" fill="none"><path d="M18.75 0.75L9.75 9.75L0.75 0.75" stroke="black" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>') no-repeat center;
    -webkit-mask-size: contain;
    mask-size: contain;
    background-color: #2E3F56;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
    width: 18px;
    height: 18px;
}

.fc-panelSlideOut {
    position: relative;
    border-top-right-radius: 24px;
    border-top-left-radius: 24px;
    padding: 16px 0;
    background-color: var(--wp--preset--color--light-gray);
    height: 9px;
    cursor: pointer;
    transition: all .2s ease-in-out;
}

.fc-panelSlideOut:hover {
    background-color: #D3D3D3;
}

.fc-panelInner {
    padding: 24px;
    border-radius: 0;
}

.fc-header {
    border-bottom: none;
    padding-bottom: 24px;
}

.fc-titleRow {
    gap: 12px;
}

.fc-titleText {
    color: var(--wp--preset--color--midnight-navy);
    font-size: 24px;
    font-weight: 400;
    line-height: 1.2;
}

/* removes baked-in cart icon */
.fc-titleIcon {
    position: relative;
    display: inline-block;
    line-height: 0;
    color: transparent;
    font-size: 0;
    user-select: none;
    width: unset;
    height: unset;
    border: none;
}

/* custom cart icon */
.fc-titleIcon::after {
    content: '';
    display: inline-block;
    width: 20px;
    height: 22px;
    -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='22' viewBox='0 0 20 22' fill='none'%3E%3Cg clip-path='url(%23clip0)'%3E%3Cpath d='M4 1L1 5V19C1 19.5304 1.21071 20.0391 1.58579 20.4142C1.96086 20.7893 2.46957 21 3 21H17C17.5304 21 18.0391 20.7893 18.4142 20.4142C18.7893 20.0391 19 19.5304 19 19V5L16 1H4Z' stroke='%232E3F56' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M1 5H19' stroke='%232E3F56' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M14 9C14 10.0609 13.5786 11.0783 12.8284 11.8284C12.0783 12.5786 11.0609 13 10 13C8.93913 13 7.92172 12.5786 7.17157 11.8284C6.42143 11.0783 6 10.0609 6 9' stroke='%232E3F56' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0'%3E%3Crect width='20' height='22' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E") no-repeat center;
    mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='22' viewBox='0 0 20 22' fill='none'%3E%3Cg clip-path='url(%23clip0)'%3E%3Cpath d='M4 1L1 5V19C1 19.5304 1.21071 20.0391 1.58579 20.4142C1.96086 20.7893 2.46957 21 3 21H17C17.5304 21 18.0391 20.7893 18.4142 20.4142C18.7893 20.0391 19 19.5304 19 19V5L16 1H4Z' stroke='%232E3F56' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M1 5H19' stroke='%232E3F56' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M14 9C14 10.0609 13.5786 11.0783 12.8284 11.8284C12.0783 12.5786 11.0609 13 10 13C8.93913 13 7.92172 12.5786 7.17157 11.8284C6.42143 11.0783 6 10.0609 6 9' stroke='%232E3F56' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0'%3E%3Crect width='20' height='22' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E") no-repeat center;
    -webkit-mask-size: contain;
    mask-size: contain;
    background-color: #2E3F56;
}


@media screen and (min-width: 768px) {
    .fc-panel {
        bottom: 0px;
        height: 100%;
        width: 500px;
        display: flex;
        border-radius: 24px 0 0 24px;
    }

    .fc-panelSlideOut {
        width: 40px;
        border-radius: 24px 0 0 24px;
        height: 100%;
    }

    .fc-panelSlideOut::after {
        transform: translate(-50%, -50%) rotate(-90deg);
    }

    .fc-panelInner {
        height: 115%;
        width: 100%;
    }
}

/* 
 * Body styles
 */
.fc-body {
    flex: unset;
    max-height: 60%;
}

.fc-lineRow {
    flex-direction: column;
    align-items: baseline;
}

/******************/

/* 
 * Product Card Styles
 */
.fc-lineCard {
    box-shadow: none;
    padding: 16px;
    border: 1px solid var(--wp--preset--color--light-gray);
    border-radius: 12px;
}

.fc-thumb {
    width: 100px;
    height: 100px;
    aspect-ratio: 1/1;
    border: none;
    gap: 16px;
    background: none;
}

/* removes baked-in X icon */
.fc-removeBtn:hover {
    background-color: transparent;
}

.fc-removeBtn {
    padding: 0;
    line-height: 0;
    color: transparent;
    font-size: 0;
    user-select: none;
    width: unset;
    height: unset;
    border: none;
    right: 16px;
    top: 16px;
}

/* custom X icon */
.fc-removeBtn::after {
    content: '';
    display: inline-block;
    background-color: #2E3F56;
    width: 17px;
    height: 17px;
    -webkit-mask: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 17 17'><path d='M16.24 1L1 16.24M1 1L16.24 16.24' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/></svg>") no-repeat center / contain;
    mask: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 17 17'><path d='M16.24 1L1 16.24M1 1L16.24 16.24' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/></svg>") no-repeat center / contain;
}

.fc-lineTitle {
    color: var(--wp--preset--color--midnight-navy);
    font-size: 20px;
    font-weight: 400;
    line-height: 1.4;
    white-space: unset;
}

.fc-linePrice {
    color: var(--wp--preset--color--midnight-navy);
    font-size: 16px;
    font-weight: 500;
    line-height: 1.4;
    margin-top: 8px;
}

.fc-stepper {
    padding: 8px;
    border: 1px solid var(--wp--preset--color--metal);
}

.fc-stepperValue {
    color: var(--wp--preset--color--black);
    font-size: 18px;
    font-weight: 400;
    width: unset;
    margin: 0 16px 0 16px;
}

.fc-stepperBtn {
    width: 24px;
    height: 24px;
    color: var(--wp--preset--color--midnight-navy);
}

.fc-stepperBtn:focus-visible {
    outline: none;
}

.fc-stepperBtn:hover {
    background: none;
}

.fc-lineBottom {
    margin-top: 24px;
}

.fc-lines {
    gap: 24px;
}

@media screen and (min-width: 768px) {
    .fc-lineRow {
        flex-direction: row;
        align-items: flex-start;
        gap: 16px;
    }

    .fc-lineMain {
        max-width: 230px;
    }
}

/******************/

/* 
 * Footer styles 
 */
.fc-footer {
    border-top: 1px solid var(--wp--preset--color--light-gray);
    position: fixed;
    bottom: 24px;
    right: 24px;
    left: 24px;
    background-color: var(--wp--preset--color--white);
    z-index: 5;
}

.fc-footer .fc-checkoutBtn {
    width: unset;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.2;
    letter-spacing: 0.72px;
    padding: 22px 32px;
    background: var(--wp--preset--color--midnight-navy);
    border: none;
}

.fc-checkoutBtn:hover {
    background: var(--wp--preset--color--slate-steel);
}

.fc-totalRow {
    margin: 24px 0;
    font-size: 16px;
    line-height: 1.4;
}

.fc-totalLabel {
    font-weight: 400;
    color: var(--wp--preset--color--midnight-navy);
}

.fc-totalValue {
    font-weight: 500;
    color: var(--wp--preset--color--midnight-navy);
}

@media screen and (min-width: 768px) {
    .fc-footer {
        left: 64px;
    }
}

/******************/