.dago-accessory-pockets {
    margin-top: 20px;
    width: 100%;
    max-width: 100%;
    min-width: 0;
    overflow: hidden;
    box-sizing: border-box;
}

.dago-accessory-pockets__carousel-wrap {
    display: block;
    width: 100%;
    max-width: 100%;
    min-width: 0;
    overflow: hidden;
}

.dago-accessory-pockets__nav {
    display: none;
}

.dago-accessory-pockets__carousel {
    display: flex;
    flex-wrap: nowrap;
    align-items: stretch;
    gap: 16px;
    overflow-x: auto;
    overflow-y: hidden;
    width: 100%;
    max-width: 100%;
    min-width: 0;
    padding: 0 0 8px 0;
    box-sizing: border-box;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    scroll-behavior: auto;
    cursor: grab;
    user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
}

.dago-accessory-pockets__carousel::-webkit-scrollbar {
    display: none;
}

.dago-accessory-pockets__carousel.is-dragging {
    cursor: grabbing;
}

.dago-accessory-pocket-card {
    flex: 0 0 240px;
    width: 240px;
    min-width: 240px;
    max-width: 240px;
    border: 1px dashed #ccc;
    padding: 12px;
    box-sizing: border-box;
    background: #fff;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.dago-accessory-pockets__carousel a,
.dago-accessory-pockets__carousel img {
    -webkit-user-drag: none;
    user-drag: none;
}

.dago-accessory-pocket-card__meta {
    display: flex;
    gap: 10px;
    align-items: flex-start;
    min-width: 0;
}

.dago-accessory-pocket-card__text {
    display: flex;
    gap: 0;
    flex-direction: column;
    min-width: 0;
}

.dago-accessory-pocket-card__thumb {
    flex: 0 0 42px;
    width: 42px;
    min-width: 42px;
    display: block;
}

.dago-accessory-pocket-card__thumb img,
.dago-accessory-pocket-card__thumb-img {
    width: 42px;
    height: 42px;
    object-fit: cover;
    display: block;
    max-width: none;
}

.dago-accessory-pocket-card__name {
    display: block;
    font-family: BDO Grotesk;
    font-weight: 300;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: -0.03em;
    color: #003F3B;
    text-decoration: none;
}

.dago-accessory-pocket-card__price {
    font-family: BDO Grotesk;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: -0.03em;
    color: #003F3B;
}

.dago-accessory-pocket-card__preview {
    text-align: center;
    min-height: 140px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.dago-accessory-pocket-card__preview img {
    max-width: 100%;
    max-height: 130px;
    width: auto;
    height: auto;
    display: block;
    margin: 0 auto;
}

.dago-accessory-pocket-card__actions {
    margin-top: auto;
}

.dago-accessory-pocket-card__actions a.dago-accessory-pocket-card__button {
    display: block;
    width: 100%;
    padding: 8px;
    background: #b8742f;
    color: #fff;
    border: none;
    font-family: BDO Grotesk;
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    letter-spacing: -0.03em;
    text-align: center;
    text-transform: uppercase;
    border-radius: 0;
    text-decoration: none;
    box-sizing: border-box;
}

.dago-accessory-pocket-card__actions a.dago-accessory-pocket-card__button:hover {
    background: #003F3B;
    color: #fff;
}

.single-product .product,
.single-product .summary,
.single-product .elementor-widget-shortcode,
.single-product .elementor-shortcode,
.single-product .e-con,
.single-product .e-child {
    min-width: 0;
}

@media (max-width: 767px) {
    .dago-accessory-pocket-card {
        flex: 0 0 220px;
        width: 220px;
        min-width: 220px;
        max-width: 220px;
    }
}