/**
 * HDCart Primdog Custom Styles
 * Child theme customizations
 */

/* ========================================
   Slider Responsive Styles
   ======================================== */

/* Custom CSS for Primdog Child Theme */


#main-slider {
  position: relative;
}

#main-slider .slick-slide {
  height: auto !important;
}

#main-slider img {
  display: block;
  width: 100%;
  height: auto;
}

.wrapper.xl\:\!max-w-\[996px\].flex.flex-col.gap-3.items-start.w-full.pb-10.lg\:pb-\[60px\] {
    display: none;
}

.sizeguide {
    overflow-x: auto;
}

.sizeguide table {
    width: 100% !important;
    min-width: 600px;
    border-collapse: collapse;
}

.sizeguide th,
.sizeguide td {
    padding: 6px;
    text-align: center;
    border: 1px solid #ddd;
    white-space: nowrap;
}

.sizeguide thead tr:first-child th {
    text-transform: lowercase;
}

.sizeguide thead tr:first-child th::first-letter {
    text-transform: uppercase;
}

 .footer-hidden {
    display: none;
}

.footer-toggle {
    background: none;
    border: 0;
    padding: 0;
    margin-top: 8px;
    cursor: pointer;

    font-size: 16px;
    font-weight: 700;
    color: inherit;
}

.footer-toggle .arrow {
    display: inline-flex;
    margin-right: 6px;
}

.footer-toggle svg {
    width: 12.54px;
    height: 12px;
    stroke: currentColor;
    stroke-width: 1.5px;
    fill: none;
}


@media (max-width: 560px) {
    .variable-items-wrapper.color-scroll {
        display: flex !important;
        flex-wrap: nowrap !important;
        overflow-x: auto !important;
        gap: 8px;
        padding-bottom: 10px;
        scrollbar-width: thin;
    }

    .variable-items-wrapper.color-scroll .variable-item {
        flex: 0 0 auto;
    }

    .variation-swipe-hint {
        display: inline-flex;
        align-items: center;
        gap: 6px;
        font-size: 12px;
        line-height: 1.2;
        color: var(--color-text-muted);
        background: var(--color-bg-secondary);
        padding: 4px 10px;
        margin-bottom: 8px;
        border-radius: 999px;
        white-space: nowrap;
        transition: opacity .45s cubic-bezier(.22, .61, .36, 1),
                    transform .45s cubic-bezier(.22, .61, .36, 1);
    }

    .variation-swipe-hint::before {
        content: "→";
    }

    .variation-swipe-hint.is-hiding {
        opacity: 0;
        transform: translateY(-3px) scale(.97);
    }
}

.wcpa_field {
    font-size: 16px !important;
}



a.group:active svg {
    color: white;
}


ul.variable-items-wrapper[data-attribute_name="attribute_color"] {
    padding-left: 3px;
    padding-right: 3px;
}

body.page-id-2083 a,
body.page-id-1388 a,
body.page-id-1410 a,
body.page-id-1406 a,
body.page-id-1408 a,
body.page-id-1397 a,
body.page-id-1422 a,
body.page-id-1420 a,
body.page-id-1417 a {
    white-space: nowrap;
}

.vi-flag-64.flag-uk { background-position: -640px -320px; }

/* Make 'Track your order' page fields to column   */
p.form-row.form-row-first, p.form-row.form-row-last {
    width: 100%;
}

#cfw label.woocommerce-form__label-for-checkbox {
    align-items: flex-start !important;
}
