.wc-cart-noncallback {
    margin-top: 30px;
}

.social-pane {
    position: fixed;
    left: calc((50vh - 225px) / 2);
    bottom: calc((50vh - 264px) / 2);
    z-index: 10;
}

@media screen and (max-width: 767px) {
    .social-pane {
        display: none;
    }
}

.social-pane__link {
    background: #000;
    display: flex;
    justify-content: center;
    padding: 14px 14px;
    overflow: hidden;
    transition: all .1s linear;
    text-decoration: none !important;
}

.social-pane__link:hover {
    margin-left: 0px;
    border-radius: 99px !important;
}

.social-pane__link:first-of-type {
    border-radius: 5px 0 0 0;
}

.social-pane__link:last-of-type {
    border-radius: 99px;
}

.social-pane__link i {
    color: #fff;
    height: 16px;
    width: 16px;
}

.social-pane__link--telegram {
    background: #2fc6f6;
}

.social-pane__link--viber {
    background: #995aca;
}

.social-pane__link--whatsapp {
    background: #4cd140;
}

.social-pane__link--instagram {
    background: #e878e8;
}

.social-pane__link--fb {
    background: #1e73be;
}

.social-pane__link--phone {
    background: #ca181b;
}
/* Центрування "Немає в наявності" в каталозі */
.item-card__stock-status,
.item-card__stock-status .stock {
  width: 100%;
  text-align: center;
}

.item-card__stock-status {
  margin-top: 12px; /* за потреби підкоригуй */
}

.item-card__stock-status .stock {
  margin: 0; /* прибирає стандартні відступи <p> */
}

.ucoffee-grind-field {
    margin: 18px 0 16px;
}

.product__grind-wrap {
    max-width: 360px;
}

.ucoffee-grind-field__label {
    display: block;
    margin-bottom: 8px;
    font-size: 16px;
    line-height: 1.35;
    font-weight: 600;
    color: #222;
}

.ucoffee-grind-field__control {
    position: relative;
}

.ucoffee-grind-field__select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: block;
    width: 100%;
    min-height: 48px;
    padding: 0 46px 0 16px;
    border: 1px solid #d8d8d8;
    border-radius: 16px;
    background: #fff;
    font-size: 15px;
    line-height: 1.2;
    color: #222;
    box-shadow: 0 8px 22px rgba(0,0,0,.04);
    transition: border-color .2s ease, box-shadow .2s ease, background-color .2s ease;
}

.ucoffee-grind-field__select:hover {
    border-color: #c9c9c9;
}

.ucoffee-grind-field__select:focus {
    outline: none;
    border-color: #d1002c;
    box-shadow: 0 0 0 3px rgba(209,0,44,.12);
}

.ucoffee-grind-field__select::-ms-expand {
    display: none;
}

.ucoffee-grind-field__arrow {
    position: absolute;
    top: 50%;
    right: 16px;
    width: 10px;
    height: 10px;
    margin-top: -7px;
    pointer-events: none;
    border-right: 2px solid #666;
    border-bottom: 2px solid #666;
    transform: rotate(45deg);
}

.ucoffee-grind-field__meta {
    margin-top: 8px;
}

.ucoffee-grind-field__hint {
    display: inline-block;
    font-size: 14px;
    line-height: 1.35;
    color: #777;
}

.ucoffee-grind-field__hint--priced {
    color: #d1002c;
    font-weight: 600;
}

.oneclick__grind {
    width: 100%;
    margin-bottom: 14px;
}

.popup-block--order-info .ucoffee-grind-field {
    margin: 0 0 18px;
}

.popup-block--order-info .ucoffee-grind-field__label {
    text-align: left;
    font-size: 15px;
}

.popup-block--order-info .ucoffee-grind-field__select {
    min-height: 44px;
    border-radius: 14px;
}

@media screen and (max-width: 767px) {
    .product__grind-wrap {
        max-width: 100%;
    }

    .ucoffee-grind-field__select {
        font-size: 14px;
        padding-left: 14px;
        padding-right: 42px;
    }
}

.ucoffee-checkout-breakdown {
    margin: 10px 0 14px;
    padding: 10px 12px;
    border: 1px solid #ececec;
    border-radius: 12px;
    background: #fafafa;
}

.ucoffee-checkout-breakdown__row {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    font-size: 14px;
    line-height: 1.45;
    color: #444;
}

.ucoffee-checkout-breakdown__row + .ucoffee-checkout-breakdown__row {
    margin-top: 6px;
}

.ucoffee-checkout-breakdown__label {
    font-weight: 600;
    color: #222;
}

.ucoffee-checkout-breakdown__value {
    text-align: right;
    white-space: nowrap;
}

.ucoffee-checkout-line-total__value {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.2;
    color: #111;
}

.ucoffee-checkout-line-total__meta {
    margin-top: 8px;
    font-size: 13px;
    line-height: 1.45;
    color: #666;
}

@media screen and (max-width: 767px) {
    .ucoffee-checkout-breakdown__row {
        flex-direction: column;
        gap: 2px;
    }

    .ucoffee-checkout-breakdown__value {
        text-align: left;
        white-space: normal;
    }
}


.ucoffee-checkout-grind {
    max-width: 360px;
    margin: 10px 0 14px;
}

#order_review .ucoffee-checkout-grind .ucoffee-grind-field__label {
    font-size: 14px;
    margin-bottom: 6px;
}

#order_review .ucoffee-checkout-grind .ucoffee-grind-field__select {
    min-height: 44px;
    border-radius: 14px;
    box-shadow: none;
}

#order_review .ucoffee-checkout-grind .ucoffee-grind-field__meta {
    margin-top: 6px;
}

@media screen and (max-width: 767px) {
    .ucoffee-checkout-grind {
        max-width: 100%;
    }
}
