/* UGGAUS Step 4 - Product page bundle
 * Sources: mobile gallery, product variation/size UI, product review/trust UI.
 */

/* ===== Mobile gallery / native sliders ===== */
body.single-product .flickity-button,
body.single-product .flickity-prev-next-button,
body.single-product .flickity-page-dots,
body.single-product .slider-nav {
    display: none !important;
    opacity: 0 !important;
    visibility: hidden !important;
    pointer-events: none !important;
}

body.single-product .product-gallery-slider {
    -webkit-tap-highlight-color: transparent !important;
    touch-action: pan-y !important;
}

body.single-product .product-gallery-slider .flickity-slider {
    will-change: transform !important;
    backface-visibility: hidden !important;
    transform: translateZ(0);
}

@media (max-width: 549px) {
    body.single-product .product-gallery-slider .woocommerce-product-gallery__image,
    body.single-product .product-gallery-slider .slide {
        width: 100% !important;
        max-width: 100% !important;
    }

    body.single-product .product-gallery-slider img {
        width: 100% !important;
        height: auto !important;
        aspect-ratio: 1 / 1 !important;
        object-fit: contain !important;
        border-radius: 15px !important;
    }

    body.single-product .product-thumbnails.uggaus-thumb-native-scroll {
        display: flex !important;
        flex-direction: row !important;
        flex-wrap: nowrap !important;
        align-items: stretch !important;
        width: 100% !important;
        max-width: 100% !important;
        margin: 14px 0 0 !important;
        padding: 0 !important;
        overflow-x: auto !important;
        overflow-y: hidden !important;
        scroll-snap-type: none !important;
        scroll-behavior: auto !important;
        -webkit-overflow-scrolling: touch !important;
        overscroll-behavior-x: auto !important;
        touch-action: pan-x pan-y !important;
        scrollbar-width: none !important;
        cursor: grab !important;
    }

    body.single-product .product-thumbnails.uggaus-thumb-native-scroll::-webkit-scrollbar {
        display: none !important;
        width: 0 !important;
        height: 0 !important;
    }

    body.single-product .product-thumbnails.uggaus-thumb-native-scroll.is-dragging {
        cursor: grabbing !important;
    }

    body.single-product .product-thumbnails.uggaus-thumb-native-scroll .col {
        display: block !important;
        flex: 0 0 calc((100% - 32px) / 4.6667) !important;
        width: calc((100% - 32px) / 4.6667) !important;
        min-width: calc((100% - 32px) / 4.6667) !important;
        max-width: calc((100% - 32px) / 4.6667) !important;
        margin: 0 8px 0 0 !important;
        padding: 0 !important;
        scroll-snap-align: none !important;
    }

    body.single-product .product-thumbnails.uggaus-thumb-native-scroll .col:last-child {
        margin-right: 0 !important;
    }

    body.single-product .product-thumbnails.uggaus-thumb-native-scroll a {
        display: block !important;
        width: 100% !important;
        overflow: hidden !important;
        border: 0 !important;
        border-radius: 10px !important;
        background: #f7f7f7 !important;
        box-shadow: none !important;
    }

    body.single-product .product-thumbnails.uggaus-thumb-native-scroll img {
        display: block !important;
        width: 100% !important;
        height: auto !important;
        aspect-ratio: 1 / 1 !important;
        object-fit: contain !important;
        border: 0 !important;
        border-radius: 10px !important;
        transform: none !important;
        user-select: none !important;
        -webkit-user-drag: none !important;
    }

    body.single-product .product-thumbnails.uggaus-thumb-native-scroll .is-nav-selected a {
        box-shadow: unset !important;
        border: 1px solid #d8d8d8 !important;
    }

    body.single-product .row-slider.uggaus-product-native-scroll {
        display: flex !important;
        flex-direction: row !important;
        flex-wrap: nowrap !important;
        align-items: stretch !important;
        width: 100% !important;
        max-width: 100% !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        padding: 0 !important;
        overflow-x: auto !important;
        overflow-y: hidden !important;
        scroll-snap-type: none !important;
        scroll-behavior: auto !important;
        -webkit-overflow-scrolling: touch !important;
        overscroll-behavior-x: auto !important;
        touch-action: pan-x pan-y !important;
        scrollbar-width: none !important;
        cursor: grab !important;
    }

    body.single-product .row-slider.uggaus-product-native-scroll::-webkit-scrollbar {
        display: none !important;
        width: 0 !important;
        height: 0 !important;
    }

    body.single-product .row-slider.uggaus-product-native-scroll.is-dragging {
        cursor: grabbing !important;
    }

    body.single-product .row-slider.uggaus-product-native-scroll > .product-small.col {
        display: block !important;
        flex: 0 0 calc((100% - 12px) / 1.6667) !important;
        width: calc((100% - 12px) / 1.6667) !important;
        min-width: calc((100% - 12px) / 1.6667) !important;
        max-width: calc((100% - 12px) / 1.6667) !important;
        margin: 0 12px 0 0 !important;
        padding: 0 !important;
        scroll-snap-align: none !important;
    }

    body.single-product .row-slider.uggaus-product-native-scroll > .product-small.col:last-child {
        margin-right: 0 !important;
    }

    body.single-product .row-slider.uggaus-product-native-scroll .col-inner,
    body.single-product .row-slider.uggaus-product-native-scroll .product-small.box {
        height: 100% !important;
    }

    body.single-product .row-slider.uggaus-product-native-scroll .box-image {
        overflow: hidden !important;
        border-radius: 10px !important;
    }

    body.single-product .row-slider.uggaus-product-native-scroll img {
        user-select: none !important;
        -webkit-user-drag: none !important;
    }

    body.single-product .row-slider.uggaus-product-native-scroll .box-text-products {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
}

/* ===== Product variation / Size Chart / Measure / Care ===== */
.single-product form.variations_form table.variations,
        .single-product form.variations_form table.variations tbody,
        .single-product form.variations_form table.variations tr,
        .single-product form.variations_form table.variations th,
        .single-product form.variations_form table.variations td {
            display: block;
            width: 100%;
        }

        .single-product form.variations_form table.variations tr {
            margin-top: 15px;
            margin-bottom: 0;
        }

        .single-product form.variations_form table.variations th.label {
            padding: 0 0 5px 0 !important;
            text-align: left;
            line-height: 1.25;
        }

        .single-product form.variations_form table.variations th.ugg-size-label-cell {
            display: flex !important;
            align-items: center;
            justify-content: space-between;
            gap: 15px;
            width: 100%;
        }

        .single-product form.variations_form table.variations th.label label {
            font-size: 14px;
            font-weight: 500;
            color: #1f1f1f;
            margin-bottom: 2px;
        }

        .single-product form.variations_form table.variations td.value {
            padding: 0 !important;
        }

        .single-product .variations .reset_variations,
        .single-product .woocommerce-variation-availability {
            display: none !important;
        }

        .single-product .ux-swatches {
            display: flex;
            flex-wrap: wrap;
            gap: 8px;
        }

        .variations_form .ux-swatch.selected {
            box-shadow: 0 0 0 1px #ffac07 !important;
        }

        .ugg-variation-summary {
            display: inline;
            color: #1f1f1f;
            font-weight: 500;
        }

        .ugg-variation-attr-value {
            font-weight: 500;
            color: #be0235;
        }

        .ugg-variation-separator {
            color: #555;
            margin: 0 3px;
        }

        .ugg-stock-message {
            font-weight: 500;
        }

        .ugg-stock-message--low,
        .ugg-stock-message--out {
            color: #be0235;
            border: 1px solid;
            padding: 3px 10px;
            border-radius: 999px;
        }

        .ugg-stock-message--ok {
            color: #169000;
            border: 1px solid;
            padding: 3px 10px;
            border-radius: 999px;
        }

        .ugg-size-stock-inline {
            display: inline-flex;
            align-items: center;
            justify-content: flex-end;
            margin-left: auto;
            font-size: 14px;
            line-height: 1.25;
            font-weight: 500;
            white-space: nowrap;
        }

        .ugg-size-help-panel {
            display: flex;
            flex-direction: column;
            align-items: stretch;
            gap: 9px;
            width: 100%;
            margin: 10px 0 0;
            padding: 10px 12px;
            border: 1px solid #f0e4d8;
            border-radius: 6px;
            background: linear-gradient(90deg, #fff8f0 0%, #fffdf9 100%);
            color: #6b5a47;
        }

        .ugg-size-tools {
            display: flex !important;
            align-items: center;
            justify-content: center;
            gap: 20px;
            width: 100%;
            flex-wrap: wrap;
            margin: 0;
            white-space: normal;
        }

        .ugg-size-guide-trigger,
        .ugg-measure-foot-trigger,
        .ugg-care-guide-trigger {
            display: inline-flex !important;
            align-items: center;
            justify-content: center;
            gap: 5px;
            flex: 0 0 auto;
            background: transparent !important;
            border: 0 !important;
            box-shadow: none !important;
            outline: none !important;
            color: #111 !important;
            padding: 0 !important;
            margin: 0 0 2px 0 !important;
            min-height: unset !important;
            height: auto !important;
            line-height: 1.2 !important;
            font-size: 14px !important;
            font-weight: 500 !important;
            text-transform: none !important;
            cursor: pointer;
            text-decoration: underline;
            white-space: nowrap;
        }

        .ugg-size-guide-trigger span,
        .ugg-measure-foot-trigger span,
        .ugg-care-guide-trigger span {
            display: inline-block;
            white-space: nowrap;
        }

        .ugg-size-guide-trigger:hover,
        .ugg-size-guide-trigger:focus,
        .ugg-measure-foot-trigger:hover,
        .ugg-measure-foot-trigger:focus,
        .ugg-care-guide-trigger:hover,
        .ugg-care-guide-trigger:focus {
            color: #a45c03 !important;
            background: transparent !important;
            box-shadow: none !important;
        }

        .ugg-size-guide-icon,
        .ugg-measure-foot-icon,
        .ugg-care-guide-icon {
            flex: 0 0 18px;
            width: 15px;
            height: 15px;
            display: block;
            object-fit: contain;
            vertical-align: middle;
        }

        body.ugg-size-guide-open {
            overflow: hidden;
        }

        .ugg-size-guide-modal {
            position: fixed;
            inset: 0;
            z-index: 999999;
            display: flex;
            align-items: center;
            justify-content: center;
            padding: 20px;
            background: rgba(0, 0, 0, 0.58);
            opacity: 0;
            visibility: hidden;
            pointer-events: none;
            transition: opacity 180ms ease, visibility 180ms ease;
        }

        .ugg-size-guide-modal.is-open {
            opacity: 1;
            visibility: visible;
            pointer-events: auto;
        }

        .ugg-size-guide-dialog {
            width: 100%;
            max-width: 560px;
            max-height: calc(100vh - 80px);
            overflow: auto;
            background: #fff;
            border-radius: 16px;
            box-shadow: 0 20px 70px rgba(0, 0, 0, 0.28);
            padding: 24px;
            position: relative;
            opacity: 0;
            transform: translateY(14px) scale(0.96);
            transition: opacity 180ms ease, transform 180ms ease;
        }

        .ugg-size-guide-modal.is-open .ugg-size-guide-dialog {
            opacity: 1;
            transform: translateY(0) scale(1);
        }

        .ugg-size-guide-close {
            position: absolute;
            top: 14px;
            right: 14px;
            width: 34px !important;
            height: 34px !important;
            min-width: 34px !important;
            min-height: 34px !important;
            padding: 0 !important;
            margin: 0 !important;
            border: 0 !important;
            border-radius: 50% !important;
            background: #f2f2f2 !important;
            color: #111 !important;
            box-shadow: none !important;
            outline: none !important;
            font-size: 24px !important;
            line-height: 34px !important;
            font-weight: 400 !important;
            text-align: center;
            cursor: pointer;
            z-index: 30;
        }

        .ugg-size-guide-close:hover,
        .ugg-size-guide-close:focus {
            background: #e4e4e4 !important;
            color: #111 !important;
            box-shadow: none !important;
            outline: none !important;
        }

        .ugg-size-guide-title {
            font-size: 18px;
            line-height: 1.25;
            font-weight: 500;
            color: #1f1f1f;
            padding-right: 40px;
            margin: 0 0 8px 0;
        }

        .ugg-size-guide-subtitle {
            font-size: 14px;
            line-height: 1.55;
            color: #555;
            margin: 0 0 18px 0;
        }

        .ugg-size-guide-table-wrap {
            overflow-x: auto;
            border: 1px solid #e6e6e6;
            border-radius: 10px;
            margin-bottom: 16px;
        }

        .ugg-size-guide-table {
            width: 100%;
            border-collapse: collapse;
            margin: 0;
            font-size: 14px;
        }

        .ugg-size-guide-table th,
        .ugg-size-guide-table td {
            padding: 11px 14px;
            border-bottom: 1px solid #eeeeee;
            text-align: center;
            font-size: 14px;
        }

        .ugg-size-guide-table th {
            background: #f7f7f7;
            color: #222;
            font-weight: 600;
        }

        .ugg-size-guide-table tr:last-child td {
            border-bottom: 0;
        }

        .ugg-size-guide-more-details-wrap {
            display: flex;
            justify-content: center;
            margin-top: 16px;
        }

        .ugg-size-guide-more-details {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            min-height: 38px;
            padding: 0 18px;
            border: 1px solid #b96702;
            border-radius: 999px;
            color: #b96702 !important;
            background: #fffaf3;
            font-size: 14px;
            font-weight: 500;
            line-height: 1.2;
            text-decoration: none !important;
        }

        .ugg-size-guide-more-details:hover,
        .ugg-size-guide-more-details:focus {
            color: #fff !important;
            background: #b96702;
            border-color: #b96702;
            box-shadow: none !important;
            outline: none !important;
        }

        .ugg-measure-foot-sections {
            display: grid;
            gap: 12px;
            margin: 0;
        }

        .ugg-measure-foot-section {
            padding: 14px 15px;
            border: 1px solid #eeeeee;
            border-radius: 10px;
            background: #fffdf9;
        }

        .ugg-measure-foot-section h4 {
            margin: 0 0 7px;
            color: #111;
            font-size: 15px;
            font-weight: 600;
            line-height: 1.3;
        }

        .ugg-measure-foot-section ul {
            margin: 0;
            padding-left: 18px;
            color: #555;
            font-size: 14px;
            line-height: 1.5;
        }

        .ugg-measure-foot-section li {
            margin-bottom: 5px;
        }

        .ugg-measure-foot-section li:last-child {
            margin-bottom: 0;
        }

        .ugg-care-guide-sections {
            display: grid;
            gap: 12px;
            margin: 0;
        }

        .ugg-care-guide-section {
            padding: 14px 15px;
            border: 1px solid #eeeeee;
            border-radius: 10px;
            background: #fffdf9;
        }

        .ugg-care-guide-section h4 {
            margin: 0 0 7px;
            color: #111;
            font-size: 15px;
            font-weight: 600;
            line-height: 1.3;
        }

        .ugg-care-guide-section ul {
            margin: 0;
            padding-left: 18px;
            color: #555;
            font-size: 14px;
            line-height: 1.5;
        }

        .ugg-care-guide-section li {
            margin-bottom: 5px;
        }

        .ugg-care-guide-section li:last-child {
            margin-bottom: 0;
        }

        @media (max-width: 549px) {
            .ugg-size-guide-dialog {
                padding: 20px;
                border-radius: 12px;
            }

            .ugg-size-guide-title {
                font-size: 19px;
            }

            .single-product form.variations_form table.variations th.ugg-size-label-cell {
                gap: 8px;
            }

            .ugg-size-help-panel {
                gap: 8px;
                padding: 9px 10px;
            }

            .ugg-size-tools {
                gap: 10px 12px;
                flex-wrap: wrap;
                justify-content: center;
                white-space: normal;
            }

            .ugg-size-guide-trigger,
            .ugg-measure-foot-trigger,
            .ugg-care-guide-trigger {
                gap: 4px;
                font-size: 12px !important;
                white-space: nowrap;
            }

            .ugg-size-guide-icon,
            .ugg-measure-foot-icon,
            .ugg-care-guide-icon {
                flex-basis: 16px;
                width: 16px;
                height: 16px;
            }
        }

/* ===== Product price / trust / review UI ===== */
body.single-product .single_variation_wrap .woocommerce-variation-price,
body.single-product .single_variation_wrap .single_variation .price,
body.single-product .woocommerce-variation.single_variation .woocommerce-variation-price {
    display: none !important;
    height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden !important;
}

body.single-product .product-price-container .price-wrapper .price {
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-start !important;
    gap: 2px !important;
    margin: 0 !important;
    line-height: 1.05 !important;
}

body.single-product .product-price-container .price-wrapper .price .uggaus-price-lines {
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-start !important;
    gap: 2px !important;
}

body.single-product .product-price-container .price-wrapper .price del,
body.single-product .product-price-container .price-wrapper .price .uggaus-price-lines__regular {
    display: block !important;
    color: rgba(17, 17, 17, 0.45) !important;
    opacity: 1 !important;
    text-decoration: line-through !important;
    font-weight: 500 !important;
}

body.single-product .product-price-container .price-wrapper .price del .amount,
body.single-product .product-price-container .price-wrapper .price .uggaus-price-lines__regular .amount {
    color: rgba(17, 17, 17, 0.45) !important;
    font-size: 17px !important;
    font-weight: 500 !important;
    line-height: 1.1 !important;
}

body.single-product .product-price-container .price-wrapper .price ins,
body.single-product .product-price-container .price-wrapper .price .uggaus-price-lines__current {
    display: block !important;
    color: #be0235 !important;
    text-decoration: none !important;
    font-weight: 700 !important;
}

body.single-product .product-price-container .price-wrapper .price ins .amount,
body.single-product .product-price-container .price-wrapper .price .uggaus-price-lines__current .amount {
    color: #be0235 !important;
    font-size: 28px !important;
    font-weight: 700 !important;
    line-height: 1.05 !important;
}

body.single-product .product-price-container .price-wrapper .price .uggaus-price-lines__single .amount {
    color: #111 !important;
    font-size: 26px !important;
    font-weight: 700 !important;
    line-height: 1.05 !important;
}

body.single-product .uggaus-price-trust-row {
    align-items: center !important;
    margin: 6px 0 14px !important;
}

body.single-product .uggaus-price-trust-row > .col,
body.single-product .uggaus-price-col .col-inner,
body.single-product .uggaus-trust-col .col-inner {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

body.single-product .uggaus-price-col .col-inner {
    text-align: left !important;
}

body.single-product .uggaus-product-trust-p {
    margin: 0 !important;
    padding: 0 !important;
}

body.single-product .uggaus-product-trust {
    margin: 0 !important;
    padding: 0 !important;
    color: #222 !important;
    font-size: 14px !important;
    line-height: 1.2 !important;
}

body.single-product .uggaus-product-trust__line {
    display: flex !important;
    align-items: center !important;
    flex-wrap: wrap !important;
    gap: 8px !important;
    margin: 0 0 5px !important;
}

body.single-product .uggaus-product-trust__line:last-child {
    margin-bottom: 0 !important;
}

body.single-product .uggaus-product-trust__label {
    color: #111 !important;
}

body.single-product .uggaus-product-trust__sep {
    color: #d2d2d2 !important;
}

body.single-product .uggaus-rating-summary {
    display: inline-flex !important;
    align-items: center !important;
    flex-wrap: wrap !important;
    gap: 7px !important;
}

body.single-product .uggaus-star-wrap {
    position: relative !important;
    display: inline-block !important;
    font-size: 17px !important;
    line-height: 1 !important;
    letter-spacing: 1px !important;
    vertical-align: middle !important;
}

body.single-product .uggaus-star-base {
    color: #d7d7d7 !important;
}

body.single-product .uggaus-star-fill {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    overflow: hidden !important;
    white-space: nowrap !important;
    color: #ec9e03 !important;
    pointer-events: none !important;
}

body.single-product .uggaus-rating-summary__text {
    color: #333 !important;
    font-size: 15px !important;
    line-height: 1.2 !important;
}

@media (min-width: 850px) {
    body.single-product .uggaus-price-trust-row {
        display: flex !important;
        flex-wrap: nowrap !important;
        width: auto !important;
        max-width: 620px !important;
        column-gap: 0 !important;
    }

    body.single-product .uggaus-price-trust-row > .uggaus-price-col {
        flex: 0 0 auto !important;
        width: auto !important;
        max-width: none !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    body.single-product .uggaus-price-trust-row > .uggaus-trust-col {
        flex: 0 1 auto !important;
        width: auto !important;
        max-width: none !important;
        margin-left: 18px !important;
        padding-left: 18px !important;
        padding-right: 0 !important;
        border-left: 1px solid #e4e4e4 !important;
    }
}

body.single-product form.cart .woocommerce-variation-add-to-cart,
body.single-product form.cart .woocommerce-variation-add-to-cart.variations_button,
body.single-product form.cart .variations_button {
    display: flex !important;
    flex-direction: row !important;
    align-items: stretch !important;
    justify-content: space-between !important;
    flex-wrap: nowrap !important;
    gap: 10px !important;
    width: 100% !important;
    max-width: 100% !important;
    margin-top: 5px !important;
}

body.single-product form.cart .quantity,
body.single-product form.cart .quantity.buttons_added,
body.single-product form.cart .ux-quantity,
body.single-product form.cart .ux-quantity.quantity.buttons_added {
    flex: 0 0 112px !important;
    width: 112px !important;
    min-width: 112px !important;
    max-width: 112px !important;
    height: 42px !important;
    min-height: 42px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    padding: 0 8px !important;
    border: 1px solid #ebe4dc !important;
    border-radius: 6px !important;
    background: #fff !important;
    overflow: hidden !important;
    box-shadow: none !important;
}

body.single-product form.cart .quantity .qty,
body.single-product form.cart .ux-quantity .qty,
body.single-product form.cart input.qty {
    flex: 1 1 auto !important;
    width: 34px !important;
    min-width: 34px !important;
    max-width: 34px !important;
    height: 42px !important;
    min-height: 42px !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    color: #222 !important;
    box-shadow: none !important;
    outline: none !important;
    text-align: center !important;
    font-size: 16px !important;
    font-weight: 500 !important;
    line-height: 40px !important;
    appearance: textfield !important;
    -moz-appearance: textfield !important;
}

body.single-product form.cart input.qty::-webkit-outer-spin-button,
body.single-product form.cart input.qty::-webkit-inner-spin-button {
    margin: 0 !important;
    appearance: none !important;
    -webkit-appearance: none !important;
}

body.single-product form.cart .quantity .button,
body.single-product form.cart .quantity input[type="button"],
body.single-product form.cart .ux-quantity .button,
body.single-product form.cart .ux-quantity__button,
body.single-product form.cart .minus,
body.single-product form.cart .plus {
    flex: 0 0 30px !important;
    width: 30px !important;
    min-width: 30px !important;
    max-width: 30px !important;
    height: 42px !important;
    min-height: 42px !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    color: #222 !important;
    box-shadow: none !important;
    outline: none !important;
    text-align: center !important;
    font-size: 15px !important;
    font-weight: 400 !important;
    line-height: 40px !important;
    text-transform: none !important;
}

body.single-product form.cart .quantity .button:hover,
body.single-product form.cart .quantity input[type="button"]:hover,
body.single-product form.cart .ux-quantity .button:hover,
body.single-product form.cart .ux-quantity__button:hover,
body.single-product form.cart .minus:hover,
body.single-product form.cart .plus:hover {
    background: transparent !important;
    color: #a45c03 !important;
}

body.single-product form.cart .single_add_to_cart_button.button,
body.single-product form.cart .ux-buy-now-button.button {
    flex: 1 1 0 !important;
    width: auto !important;
    min-width: 0 !important;
    max-width: none !important;
    height: 42px !important;
    min-height: 42px !important;
    margin: 0 !important;
    padding: 0 14px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    border-radius: 6px !important;
    font-size: 16px !important;
    font-weight: 500 !important;
    line-height: 1.2 !important;
    letter-spacing: 0.03em !important;
    text-align: center !important;
    text-transform: uppercase !important;
    white-space: nowrap !important;
    box-shadow: none !important;
}

body.single-product form.cart .ux-buy-now-button.ml-half {
    margin-left: 0 !important;
}

body.single-product .uggaus-review-accordion {
    display: block !important;
    width: 70% !important;
    margin: 20px auto !important;
    border: 0 !important;
    border-radius: 12px !important;
    background: #fff !important;
    overflow: hidden !important;
    box-shadow: 0 0 0 1px #e7e7e7 !important;
}

body.single-product .uggaus-review-accordion__summary {
    position: relative !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 8px !important;
    margin: 0 !important;
    padding: 16px 52px 16px 18px !important;
    cursor: pointer !important;
    list-style: none !important;
    border: 0 !important;
    border-radius: 12px 12px 0 0 !important;
    background: #fffdf6 !important;
    outline: none !important;
    box-shadow: none !important;
}

body.single-product .uggaus-review-accordion__summary::-webkit-details-marker {
    display: none !important;
}

body.single-product .uggaus-review-accordion__summary::after {
    content: "+" !important;
    position: absolute !important;
    top: 50% !important;
    right: 18px !important;
    transform: translateY(-50%) !important;
    width: 28px !important;
    height: 28px !important;
    border-radius: 50% !important;
    background: #f2f2f2 !important;
    color: #111 !important;
    font-size: 22px !important;
    line-height: 28px !important;
    text-align: center !important;
    font-weight: 400 !important;
}

body.single-product .uggaus-review-accordion[open] .uggaus-review-accordion__summary::after {
    content: "-" !important;
}

body.single-product .uggaus-review-accordion:not([open]) .uggaus-review-accordion__summary {
    border-radius: 12px !important;
}

body.single-product .uggaus-review-accordion[open] .uggaus-review-accordion__summary {
    border-bottom: 1px solid #eeeeee !important;
}

body.single-product .uggaus-review-form__title {
    margin: 0 !important;
    color: #111 !important;
    font-size: 20px !important;
    font-weight: 700 !important;
    line-height: 1.3 !important;
}

body.single-product .uggaus-review-form {
    margin: 0 !important;
    padding: 18px !important;
    border: 0 !important;
    border-radius: 0 0 12px 12px !important;
    background: #fff !important;
    box-shadow: none !important;
}

body.single-product .uggaus-review-form__row {
    margin-bottom: 12px !important;
}

body.single-product .uggaus-review-form label {
    display: block !important;
    margin-bottom: 5px !important;
    color: #222 !important;
    font-size: 14px !important;
    font-weight: 600 !important;
}

body.single-product .uggaus-review-form input[type="text"],
body.single-product .uggaus-review-form input[type="tel"],
body.single-product .uggaus-review-form input[type="email"],
body.single-product .uggaus-review-form textarea {
    width: 100% !important;
    border: 1px solid #d8d8d8 !important;
    border-radius: 6px !important;
    box-shadow: none !important;
    font-size: 15px !important;
}

body.single-product .uggaus-review-form textarea {
    min-height: 90px !important;
    resize: vertical !important;
}

body.single-product .uggaus-review-stars-input {
    display: inline-flex !important;
    flex-direction: row-reverse !important;
    gap: 3px !important;
}

body.single-product .uggaus-review-stars-input input {
    position: absolute !important;
    opacity: 0 !important;
    pointer-events: none !important;
}

body.single-product .uggaus-review-stars-input label {
    display: inline-block !important;
    margin: 0 !important;
    cursor: pointer !important;
    color: #d7d7d7 !important;
    font-size: 30px !important;
    line-height: 1 !important;
}

body.single-product .uggaus-review-stars-input label:hover,
body.single-product .uggaus-review-stars-input label:hover ~ label,
body.single-product .uggaus-review-stars-input input:checked + label,
body.single-product .uggaus-review-stars-input input:checked + label ~ label {
    color: #ec9e03 !important;
}

body.single-product .uggaus-review-form__submit {
    width: 100% !important;
    min-height: 46px !important;
    border: 0 !important;
    border-radius: 6px !important;
    background: #111 !important;
    color: #fff !important;
    box-shadow: none !important;
    font-size: 15px !important;
    font-weight: 700 !important;
    letter-spacing: 0.03em !important;
    text-transform: uppercase !important;
}

body.single-product .uggaus-review-form__submit:hover {
    background: #a45c03 !important;
    color: #fff !important;
}

body.single-product .uggaus-review-form__notice {
    margin: 0 0 14px !important;
    padding: 10px 12px !important;
    border-radius: 8px !important;
    font-size: 14px !important;
    line-height: 1.45 !important;
}

body.single-product .uggaus-review-form__notice--success {
    background: #ecf8ec !important;
    color: #176d1e !important;
}

body.single-product .uggaus-review-form__notice--error {
    background: #fff1f1 !important;
    color: #b00020 !important;
}

body.single-product .uggaus-review-form__hp {
    display: none !important;
}

@media (max-width: 849px) {
    body.single-product .uggaus-review-accordion {
        width: 100% !important;
    }

    body.single-product .uggaus-price-trust-row {
        max-width: 100% !important;
    }

    body.single-product .uggaus-price-trust-row > .uggaus-price-col {
        padding-right: 10px !important;
    }

    body.single-product .uggaus-price-trust-row > .uggaus-trust-col {
        padding-left: 10px !important;
    }
}

@media (max-width: 549px) {
    body.single-product form.cart .woocommerce-variation-add-to-cart,
    body.single-product form.cart .woocommerce-variation-add-to-cart.variations_button,
    body.single-product form.cart .variations_button {
        gap: 6px !important;
    }

    body.single-product form.cart .quantity,
    body.single-product form.cart .quantity.buttons_added,
    body.single-product form.cart .ux-quantity,
    body.single-product form.cart .ux-quantity.quantity.buttons_added {
        flex: 0 0 104px !important;
        width: 104px !important;
        min-width: 104px !important;
        max-width: 104px !important;
        height: 42px !important;
        min-height: 42px !important;
        padding: 0 6px !important;
        margin: 0 !important;
    }

    body.single-product form.cart .quantity .button,
    body.single-product form.cart .quantity input[type="button"],
    body.single-product form.cart .ux-quantity .button,
    body.single-product form.cart .ux-quantity__button,
    body.single-product form.cart .minus,
    body.single-product form.cart .plus {
        flex-basis: 28px !important;
        width: 28px !important;
        min-width: 28px !important;
        max-width: 28px !important;
    }

    body.single-product form.cart .quantity .qty,
    body.single-product form.cart .ux-quantity .qty,
    body.single-product form.cart input.qty {
        width: 32px !important;
        min-width: 32px !important;
        max-width: 32px !important;
        font-size: 14px !important;
    }

    body.single-product form.cart .single_add_to_cart_button.button,
    body.single-product form.cart .ux-buy-now-button.button {
        height: 42px !important;
        min-height: 42px !important;
        padding: 0 6px !important;
        font-size: 14px !important;
    }

    body.single-product .product-price-container .price-wrapper .price del .amount,
    body.single-product .product-price-container .price-wrapper .price .uggaus-price-lines__regular .amount {
        font-size: 15px !important;
    }

    body.single-product .product-price-container .price-wrapper .price ins .amount,
    body.single-product .product-price-container .price-wrapper .price .uggaus-price-lines__current .amount {
        font-size: 24px !important;
    }

    body.single-product .uggaus-product-trust {
        font-size: 14px !important;
    }

    body.single-product .uggaus-product-trust__line {
        gap: 6px !important;
        margin-bottom: 4px !important;
    }

    body.single-product .uggaus-star-wrap {
        font-size: 16px !important;
    }

    body.single-product .uggaus-rating-summary__text {
        font-size: 14px !important;
    }

    body.single-product .uggaus-review-accordion__summary {
        padding: 15px 48px 15px 15px !important;
    }

    body.single-product .uggaus-review-form {
        padding: 15px !important;
    }
}
