/*
Theme Name: YouOn Boutique - Editorial Full
Theme URI: https://youonboutique.vn/
Description: Clean editorial child theme for Clotya with stable WooCommerce product gallery.
Author: YouOn Boutique
Template: clotya
Version: 1.0.19-clean
Text Domain: youon
*/

:root {
    --yo-bg: #fff;
    --yo-paper: #ffffff;
    --yo-ink: #0a0a0a;
    --yo-muted: #888;
    --yo-soft: #b8a99a;
    --yo-line: #e0e0e0;
    --yo-line-strong: #cfcfcf;
    --yo-black: #0a0a0a;
    --yo-serif: "Cormorant Garamond", Georgia, serif;
    --yo-sans: "Montserrat", Arial, sans-serif;
}

html {
    scroll-behavior: smooth;
}

body.youon-editorial {
    margin: 0;
    background: var(--yo-bg);
    color: var(--yo-ink);
    font-family: var(--yo-sans);
    font-size: 13px;
    font-weight: 300;
    line-height: 1.8;
    letter-spacing: 0;
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
    text-rendering: geometricPrecision;
}

body.youon-editorial *,
body.youon-editorial *::before,
body.youon-editorial *::after {
    box-sizing: border-box;
}

body.youon-editorial a {
    color: inherit;
    text-decoration: none;
}

body.youon-editorial img {
    max-width: 100%;
    height: auto;
}

body.youon-editorial button,
body.youon-editorial input,
body.youon-editorial select,
body.youon-editorial textarea {
    font-family: inherit;
}

.youon-main {
    min-height: 60vh;
    background: var(--yo-bg);
}

.youon-google-translate {
    position: fixed;
    left: -9999px;
    top: 0;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

/* Entry gate */
.youon-gate {
    position: fixed;
    inset: 0;
    z-index: 100000;
    display: grid;
    grid-template-columns: minmax(320px, 42vw) 1fr;
    background: var(--yo-paper);
    transition: opacity .24s ease, visibility .24s ease;
}

.youon-gate.is-hidden,
.youon-cookie.is-hidden {
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
}

.youon-gate__form {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: clamp(28px, 6vw, 92px);
    border-right: 1px solid var(--yo-line);
}

.youon-gate__logo,
.youon-logo,
.youon-footer__brand {
    font-family: var(--yo-serif);
    font-weight: 300;
    letter-spacing: .25em;
}

.youon-gate__logo {
    font-size: clamp(28px, 4vw, 30px);
    letter-spacing: .3em;
    margin-bottom: 50px;
}

.youon-gate__heading {
    margin: 0 0 22px;
    text-transform: uppercase;
    letter-spacing: .22em;
    color: var(--yo-muted);
    font-size: 12px;
}

.youon-field {
    margin-bottom: 18px;
}

.youon-field > span {
    display: block;
    margin-bottom: 8px;
    color: var(--yo-muted);
    font-size: 12px;
    letter-spacing: .16em;
    text-transform: uppercase;
}

.youon-field button,
.youon-continue,
.youon-newsletter button {
    border: 1px solid var(--yo-line-strong);
    background: var(--yo-paper);
    color: var(--yo-ink);
    cursor: pointer;
}

.youon-field > button {
    width: 100%;
    height: 52px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 18px;
}

.youon-lang {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
}

.youon-lang button {
    height: 48px;
}

.youon-lang button.is-active,
.youon-choice.is-active,
body.youon-product.single-product .button-variable-item.selected,
body.youon-product.single-product .button-variable-item[aria-checked="true"],
body.youon-product.single-product .variable-item.selected,
body.youon-product.single-product .variable-item[aria-checked="true"],
body.youon-product.single-product .variable-item:not(.radio-variable-item).selected,
body.youon-product.single-product .variable-item:not(.radio-variable-item)[aria-checked="true"] {
    border-color: var(--yo-black) !important;
    box-shadow: inset 0 0 0 1px var(--yo-black) !important;
    background: #fff !important;
    color: var(--yo-ink);
}

.youon-continue {
    height: 56px;
    margin-top: 14px;
    background: var(--yo-black);
    color: #fff;
    text-transform: uppercase;
    letter-spacing: .22em;
    font-size: 12px;
}

.youon-remember {
    display: flex;
    gap: 10px;
    align-items: center;
    margin-top: 18px;
    color: var(--yo-muted);
    font-size: 13px;
}

.youon-gate__image {
    background:
        linear-gradient(90deg, rgba(0, 0, 0, .16), rgba(0, 0, 0, .02)),
        url("https://images.unsplash.com/photo-1509631179647-0177331693ae?w=1800&q=80&auto=format&fit=crop") center/cover;
}

.youon-cookie {
    position: fixed;
    left: 24px;
    bottom: 24px;
    z-index: 100001;
    width: min(440px, calc(100vw - 48px));
    padding: 18px 52px 18px 20px;
    background: rgba(255, 255, 255, .96);
    border: 1px solid var(--yo-line);
    box-shadow: 0 18px 46px rgba(0, 0, 0, .09);
    transition: opacity .24s ease, visibility .24s ease;
}

.youon-cookie p {
    margin: 0;
    color: var(--yo-muted);
    font-size: 12px;
    line-height: 1.6;
}

.youon-cookie button {
    position: absolute;
    right: 14px;
    top: 12px;
    border: 0;
    background: transparent;
    font-size: 24px;
    line-height: 1;
    cursor: pointer;
}

/* Header and two-column menu */
.youon-header {
    position: sticky;
    top: 0;
    z-index: 1000;
    background: rgba(255, 253, 250, .96);
    border-bottom: 1px solid var(--yo-line);
    backdrop-filter: blur(12px);
}

body.admin-bar .youon-header {
    top: 32px;
}

.youon-header__inner {
    position: relative;
    height: 72px;
    display: grid;
    grid-template-columns: 120px 1fr auto;
    align-items: center;
    padding: 0 clamp(18px, 3vw, 46px);
}

.youon-burger {
    width: 40px;
    height: 40px;
    padding: 0;
    border: 0;
    background: transparent;
    color: var(--yo-ink);
    font-size: 25px;
    line-height: 40px;
    cursor: pointer;
}

.youon-logo {
    position: absolute;
    top: 50%;
    left: 50%;
    justify-self: auto;
    transform: translate(-50%, -50%);
    font-size: 20px;
    line-height: 1;
    white-space: nowrap;
    z-index: 1;
}

.youon-util {
    justify-self: end;
    display: flex;
    align-items: center;
    gap: clamp(14px, 1.5vw, 20px);
    color: var(--yo-muted);
    font-size: 9px;
    letter-spacing: .18em;
    text-transform: uppercase;
    white-space: nowrap;
    z-index: 2;
}

.youon-util a {
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.youon-util span {
    min-width: 20px;
    height: 20px;
    display: inline-grid;
    place-items: center;
    border: 1px solid var(--yo-black);
    color: var(--yo-ink);
    font-size: 9px;
    letter-spacing: 0;
}

.youon-announce {
    min-height: 42px;
    display: grid;
    place-items: center;
    padding: 10px 18px;
    border-bottom: 1px solid var(--yo-line);
    background: #f5f5f5;
    color: var(--yo-muted);
    font-size: 9px;
    letter-spacing: .25em;
    text-transform: uppercase;
    text-align: center;
}

.youon-overlay {
    position: fixed;
    inset: 0;
    z-index: 1998;
    background: rgba(0, 0, 0, .32);
    opacity: 0;
    visibility: hidden;
    transition: opacity .22s ease, visibility .22s ease;
}

.youon-overlay.is-open {
    opacity: 1;
    visibility: visible;
}

.youon-menu {
    position: fixed;
    inset: 0 auto 0 0;
    z-index: 1999;
    display: grid;
    grid-template-columns: minmax(300px, 360px) minmax(300px, 360px);
    width: min(720px, 100vw);
    transform: translateX(-102%);
    transition: transform .28s ease;
    pointer-events: none;
}

.youon-menu__panel {
    min-width: 0;
    background: var(--yo-paper);
    border-right: 1px solid var(--yo-line);
    padding: 36px clamp(26px, 3vw, 44px);
    transform: none !important;
    transition: none;
    pointer-events: auto;
}

.youon-menu.is-open {
    transform: translateX(0);
    pointer-events: auto;
}

.youon-menu__top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 54px;
    color: var(--yo-muted);
    font-size: 12px;
    letter-spacing: .24em;
    text-transform: uppercase;
}

.youon-menu__top button {
    border: 0;
    background: transparent;
    font-size: 30px;
    line-height: 1;
    cursor: pointer;
}

.youon-menu__list,
.youon-menu__list ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.youon-menu__list li,
.youon-menu__fallback a,
.youon-menu__panel--sub a {
    display: block;
    border-bottom: 1px solid var(--yo-line);
    padding: 14px 0;
    color: var(--yo-ink);
    font-size: 13px;
    letter-spacing: .24em;
    text-transform: uppercase;
}

.youon-menu__list a {
    display: block;
}

.youon-menu__list .sub-menu {
    display: none;
}

.youon-menu__fallback {
    display: none;
}

.youon-menu__panel--sub > a:first-child {
    margin-bottom: 4px;
    color: var(--yo-muted);
}

.youon-menu__panel--sub .youon-viewall {
    display: inline-block;
    margin-top: 22px;
    border-bottom-color: var(--yo-black);
}

/* Homepage and archive basics */
.youon-hero {
    position: relative;
    min-height: calc(100vh - 114px);
    overflow: hidden;
    background: #15120f;
}

.youon-hero__media,
.youon-hero__shade {
    position: absolute;
    inset: 0;
}

.youon-hero__media {
    display: block;
    background-image: var(--youon-bg-desktop);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.youon-hero__shade {
    background: linear-gradient(90deg, rgba(0, 0, 0, .42), rgba(0, 0, 0, .08));
}

.youon-hero__content {
    position: relative;
    z-index: 1;
    min-height: calc(100vh - 114px);
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 8vh clamp(28px, 8vw, 130px);
    color: #fff;
}

.youon-hero__content p,
.youon-section__head p {
    margin: 0 0 16px;
    color: rgba(255, 255, 255, .72);
    font-size: 12px;
    letter-spacing: .28em;
    text-transform: uppercase;
}

.youon-hero__content h1,
.youon-section__head h2 {
    margin: 0;
    font-family: var(--yo-serif);
    font-weight: 300;
    line-height: .95;
    letter-spacing: 0;
}

.youon-hero__content h1 {
    max-width: 820px;
    font-size: clamp(56px, 10vw, 164px);
}

.youon-hero__content a {
    width: fit-content;
    margin-top: 34px;
    border-bottom: 1px solid currentColor;
    font-size: 12px;
    letter-spacing: .24em;
    text-transform: uppercase;
}

.youon-section {
    padding: clamp(52px, 7vw, 110px) clamp(18px, 4vw, 72px);
}

.youon-section__head {
    display: flex;
    justify-content: space-between;
    align-items: end;
    gap: 28px;
    margin-bottom: 34px;
}

.youon-section__head p {
    color: var(--yo-muted);
}

.youon-section__head h2 {
    font-size: clamp(40px, 6vw, 86px);
}

.youon-section__head > a,
.youon-card__cart,
.youon-banner__text b {
    color: var(--yo-muted);
    font-size: 12px;
    letter-spacing: .22em;
    text-transform: uppercase;
}

.youon-product-grid,
body.youon-shop ul.products,
body.woocommerce-shop ul.products,
body.archive.tax-product_cat ul.products {
    display: grid !important;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: clamp(18px, 2.2vw, 30px);
    margin: 0;
    padding: 0;
    list-style: none;
}

.youon-card,
body.youon-shop ul.products li.product,
body.woocommerce-shop ul.products li.product,
body.archive.tax-product_cat ul.products li.product {
    position: relative;
    width: auto !important;
    margin: 0 !important;
    float: none !important;
    list-style: none;
}

body.youon-shop .products.grid-views,
body.woocommerce-shop .products.grid-views,
body.post-type-archive-product .products.grid-views,
body.tax-product_cat .products.grid-views,
body.archive.tax-product_cat .products.grid-views {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: clamp(22px, 2.4vw, 34px);
    margin: 0 !important;
    padding: 0 !important;
}

body.youon-shop .products.grid-views .product,
body.woocommerce-shop .products.grid-views .product,
body.post-type-archive-product .products.grid-views .product,
body.tax-product_cat .products.grid-views .product,
body.archive.tax-product_cat .products.grid-views .product {
    width: auto !important;
    max-width: none !important;
    flex: none !important;
    padding: 0 !important;
    margin: 0 !important;
}

.youon-card__image,
body.youon-shop ul.products li.product a.woocommerce-LoopProduct-link,
body.woocommerce-shop ul.products li.product a.woocommerce-LoopProduct-link,
body.archive.tax-product_cat ul.products li.product a.woocommerce-LoopProduct-link {
    position: relative;
    display: block;
    overflow: hidden;
    background: #f5f0ea;
}

.youon-card__image img,
body.youon-shop ul.products li.product img,
body.woocommerce-shop ul.products li.product img,
body.archive.tax-product_cat ul.products li.product img {
    display: block;
    width: 100%;
    aspect-ratio: 3 / 4;
    object-fit: cover;
    transition: transform .45s ease, opacity .25s ease;
}

.youon-card:hover .youon-card__image img,
body.youon-shop ul.products li.product:hover img,
body.woocommerce-shop ul.products li.product:hover img,
body.archive.tax-product_cat ul.products li.product:hover img {
    transform: scale(1.025);
}

.youon-card__image > span {
    position: absolute;
    left: 14px;
    top: 14px;
    z-index: 2;
    background: rgba(255, 255, 255, .92);
    padding: 7px 10px;
    font-size: 10px;
    letter-spacing: .16em;
    text-transform: uppercase;
}

.youon-card__swatches {
    position: absolute;
    left: 14px;
    bottom: 14px;
    display: flex;
    gap: 7px;
}

.youon-card__swatches i {
    width: 18px;
    height: 18px;
    border: 1px solid rgba(255, 255, 255, .82);
}

.youon-card__meta,
body.youon-shop ul.products li.product .product-content,
body.woocommerce-shop ul.products li.product .product-content,
body.archive.tax-product_cat ul.products li.product .product-content {
    padding-top: 18px;
}

body.youon-shop ul.products li.product .product-content,
body.woocommerce-shop ul.products li.product .product-content,
body.archive.tax-product_cat ul.products li.product .product-content,
body.post-type-archive-product ul.products li.product .product-content,
body.tax-product_cat ul.products li.product .product-content {
    display: block !important;
    width: 100% !important;
    max-width: none !important;
    padding-top: 0;
}

body.youon-shop ul.products li.product .thumbnail-wrapper,
body.woocommerce-shop ul.products li.product .thumbnail-wrapper,
body.archive.tax-product_cat ul.products li.product .thumbnail-wrapper,
body.post-type-archive-product ul.products li.product .thumbnail-wrapper,
body.tax-product_cat ul.products li.product .thumbnail-wrapper {
    position: relative !important;
    width: 100% !important;
    max-width: none !important;
    flex: none !important;
    margin: 0 0 16px !important;
    overflow: hidden !important;
    background: #f5f0ea;
}

body.youon-shop ul.products li.product .product-images,
body.woocommerce-shop ul.products li.product .product-images,
body.archive.tax-product_cat ul.products li.product .product-images,
body.post-type-archive-product ul.products li.product .product-images,
body.tax-product_cat ul.products li.product .product-images {
    display: block !important;
    width: 100% !important;
    max-width: none !important;
}

body.youon-shop ul.products li.product .product-images img,
body.woocommerce-shop ul.products li.product .product-images img,
body.archive.tax-product_cat ul.products li.product .product-images img,
body.post-type-archive-product ul.products li.product .product-images img,
body.tax-product_cat ul.products li.product .product-images img {
    display: block !important;
    width: 100% !important;
    max-width: none !important;
    height: auto !important;
    aspect-ratio: 3 / 4 !important;
    object-fit: cover !important;
    opacity: 1 !important;
    filter: none !important;
}

body.youon-shop ul.products li.product .content-wrapper,
body.woocommerce-shop ul.products li.product .content-wrapper,
body.archive.tax-product_cat ul.products li.product .content-wrapper,
body.post-type-archive-product ul.products li.product .content-wrapper,
body.tax-product_cat ul.products li.product .content-wrapper {
    width: 100% !important;
    max-width: none !important;
}

.youon-card__meta h3,
body.youon-shop ul.products li.product .woocommerce-loop-product__title,
body.woocommerce-shop ul.products li.product .woocommerce-loop-product__title,
body.archive.tax-product_cat ul.products li.product .woocommerce-loop-product__title {
    margin: 0 0 6px;
    color: var(--yo-ink);
    font-size: 16px;
    font-weight: 400;
    line-height: 1.35;
    letter-spacing: 0;
    text-transform: none;
}

body.youon-shop ul.products li.product .product-title,
body.woocommerce-shop ul.products li.product .product-title,
body.archive.tax-product_cat ul.products li.product .product-title,
body.post-type-archive-product ul.products li.product .product-title,
body.tax-product_cat ul.products li.product .product-title {
    margin: 0 0 6px !important;
    color: var(--yo-ink);
    font-size: 16px !important;
    font-weight: 400 !important;
    line-height: 1.35;
    letter-spacing: 0 !important;
    text-transform: none !important;
}

.youon-card__meta p,
body.youon-shop ul.products li.product .price,
body.woocommerce-shop ul.products li.product .price,
body.archive.tax-product_cat ul.products li.product .price {
    margin: 0;
    color: var(--yo-ink);
    font-size: 16px;
    font-weight: 400;
}

body.youon-shop ul.products li.product .price,
body.woocommerce-shop ul.products li.product .price,
body.archive.tax-product_cat ul.products li.product .price,
body.post-type-archive-product ul.products li.product .price,
body.tax-product_cat ul.products li.product .price {
    display: block !important;
    margin: 0 !important;
    color: var(--yo-ink) !important;
    font-size: 17px !important;
    font-weight: 400 !important;
}

body.youon-shop ul.products li.product .product-buttons,
body.woocommerce-shop ul.products li.product .product-buttons,
body.archive.tax-product_cat ul.products li.product .product-buttons,
body.post-type-archive-product ul.products li.product .product-buttons,
body.tax-product_cat ul.products li.product .product-buttons {
    position: absolute !important;
    top: 12px !important;
    right: 12px !important;
    z-index: 4;
    display: flex !important;
    gap: 8px;
    margin: 0 !important;
}

body.youon-shop ul.products li.product .product-buttons a,
body.youon-shop ul.products li.product .product-buttons button,
body.woocommerce-shop ul.products li.product .product-buttons a,
body.woocommerce-shop ul.products li.product .product-buttons button,
body.archive.tax-product_cat ul.products li.product .product-buttons a,
body.archive.tax-product_cat ul.products li.product .product-buttons button,
body.post-type-archive-product ul.products li.product .product-buttons a,
body.post-type-archive-product ul.products li.product .product-buttons button,
body.tax-product_cat ul.products li.product .product-buttons a,
body.tax-product_cat ul.products li.product .product-buttons button {
    width: 38px !important;
    height: 38px !important;
    min-width: 38px !important;
    min-height: 38px !important;
    display: grid !important;
    place-items: center !important;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: rgba(255, 255, 255, .94) !important;
    color: var(--yo-ink) !important;
    font-size: 0 !important;
    line-height: 1 !important;
    letter-spacing: 0 !important;
    text-indent: 0 !important;
}

body.youon-shop ul.products li.product .product-buttons .button,
body.woocommerce-shop ul.products li.product .product-buttons .button,
body.archive.tax-product_cat ul.products li.product .product-buttons .button,
body.post-type-archive-product ul.products li.product .product-buttons .button,
body.tax-product_cat ul.products li.product .product-buttons .button {
    display: none !important;
}

.youon-banners {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1px;
    background: var(--yo-line);
}

.youon-banner {
    position: relative;
    min-height: 520px;
    display: block;
    overflow: hidden;
    background: #16120f;
}

.youon-banner__media {
    position: absolute;
    inset: 0;
    display: block;
    background-image: var(--youon-bg-desktop);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    opacity: .74;
    transition: transform .55s ease;
}

.youon-banner:hover .youon-banner__media {
    transform: scale(1.035);
}

.youon-banner__text {
    position: absolute;
    left: clamp(28px, 5vw, 76px);
    bottom: clamp(28px, 5vw, 76px);
    z-index: 1;
    color: #fff;
}

.youon-banner__text small {
    display: block;
    margin-bottom: 14px;
    letter-spacing: .22em;
    text-transform: uppercase;
}

.youon-banner__text strong {
    display: block;
    margin-bottom: 22px;
    font-family: var(--yo-serif);
    font-size: clamp(46px, 5.8vw, 92px);
    font-weight: 300;
    line-height: .95;
}

/* Product detail: clean desktop split */
body.youon-product.single-product {
    background: var(--yo-bg);
}

body.youon-product.single-product .shop-page-banner,
body.youon-product.single-product .breadcrumb,
body.youon-product.single-product .woocommerce-breadcrumb,
body.youon-product.single-product .woocommerce-product-gallery__trigger,
body.youon-product.single-product .youon-generated-thumbs,
body.youon-product.single-product .single-product-wrapper .product_meta .posted_in::before,
body.youon-product.single-product .single-product-wrapper .product_meta .tagged_as::before {
    display: none !important;
}

body.youon-product.single-product .single-product-wrapper,
body.youon-product.single-product .site-main,
body.youon-product.single-product .content-area,
body.youon-product.single-product .woocommerce,
body.youon-product.single-product .single-product-row {
    width: 100% !important;
    max-width: none !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
}

body.youon-product.single-product .single-product-wrapper {
    padding-top: 0 !important;
}

body.youon-product.single-product .column.product-column {
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

body.youon-product.single-product .summary.entry-summary {
    width: 100% !important;
    float: none !important;
}

body.youon-product.single-product .product_title,
body.youon-product.single-product h1.product_title {
    margin: 0 0 16px;
    color: var(--yo-ink);
    font-family: var(--yo-sans);
    font-size: 14px;
    font-weight: 500;
    line-height: 1.35;
    letter-spacing: .08em;
    text-transform: uppercase;
}

body.youon-product.single-product .price,
body.youon-product.single-product p.price {
    margin: 14px 0 24px;
    color: var(--yo-ink) !important;
    font-size: 15px !important;
    font-weight: 300;
}

body.youon-product.single-product .woocommerce-product-details__short-description {
    margin: 24px 0 42px;
    padding-top: 28px;
    border-top: 1px solid var(--yo-line);
    color: var(--yo-muted);
    line-height: 1.8;
}

body.youon-product.single-product .woocommerce-product-details__short-description h2,
body.youon-product.single-product .woocommerce-product-details__short-description h3,
body.youon-product.single-product .woocommerce-product-details__short-description strong:first-child {
    display: block;
    margin: 0 0 14px;
    color: var(--yo-ink);
    font-size: 12px;
    font-weight: 500;
    letter-spacing: .08em;
    text-transform: uppercase;
}

body.youon-product.single-product .variations,
body.youon-product.single-product .variations tbody,
body.youon-product.single-product .variations tr,
body.youon-product.single-product .variations td,
body.youon-product.single-product .variations th {
    display: block !important;
    width: 100% !important;
    padding: 0 !important;
    border: 0 !important;
}

body.youon-product.single-product .variations tr {
    margin-bottom: 24px;
}

body.youon-product.single-product .variations label {
    display: block;
    margin: 0 0 10px;
    color: var(--yo-soft);
    font-size: 9px;
    font-weight: 400;
    letter-spacing: .18em;
    text-transform: uppercase;
}

body.youon-product.single-product .variations select {
    min-width: 260px;
    height: 44px;
    border: 1px solid var(--yo-line);
    background: var(--yo-paper);
    padding: 0 14px;
    color: var(--yo-muted);
}

body.youon-product.single-product .youon-enhanced-variations select {
    position: absolute !important;
    left: -9999px !important;
    width: 1px !important;
    height: 1px !important;
    opacity: 0 !important;
}

body.youon-product.single-product .youon-choice-group,
body.youon-product.single-product .variable-items-wrapper,
body.youon-product.single-product .value {
    display: flex !important;
    flex-wrap: wrap;
    gap: 10px;
    align-items: center;
}

body.youon-product.single-product .youon-choice,
body.youon-product.single-product .button-variable-item,
body.youon-product.single-product .variable-item {
    min-width: 54px;
    height: 46px;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    padding: 0 18px !important;
    border: 1px solid var(--yo-line) !important;
    border-radius: 0 !important;
    background: var(--yo-paper) !important;
    box-shadow: none !important;
    color: var(--yo-muted);
    font-size: 11px;
    font-weight: 300;
    letter-spacing: .06em;
    text-transform: none;
    cursor: pointer;
}

body.youon-product.single-product .youon-choice--size,
body.youon-product.single-product .button-variable-item {
    width: 54px;
    padding: 0 !important;
}

body.youon-product.single-product form.variations_form .youon-choice.is-active,
body.youon-product.single-product form.variations_form .youon-choice.is-selected,
body.youon-product.single-product form.variations_form .youon-choice[aria-pressed="true"],
body.youon-product.single-product form.variations_form .button-variable-item.selected,
body.youon-product.single-product form.variations_form .button-variable-item[aria-checked="true"],
body.youon-product.single-product form.variations_form .button-variable-item.youon-selected,
body.youon-product.single-product form.variations_form .variable-item.selected,
body.youon-product.single-product form.variations_form .variable-item[aria-checked="true"],
body.youon-product.single-product form.variations_form .variable-item.youon-selected {
    border-color: var(--yo-black) !important;
    box-shadow: inset 0 0 0 1px var(--yo-black) !important;
    background: #fff !important;
    color: var(--yo-ink) !important;
    opacity: 1 !important;
}

body.youon-product.single-product form.variations_form .button-variable-item.selected .variable-item-span,
body.youon-product.single-product form.variations_form .button-variable-item[aria-checked="true"] .variable-item-span,
body.youon-product.single-product form.variations_form .variable-item.selected .variable-item-span,
body.youon-product.single-product form.variations_form .variable-item[aria-checked="true"] .variable-item-span {
    color: var(--yo-ink) !important;
}

body.youon-product.single-product .reset_variations {
    display: inline-block;
    margin-top: -4px;
    color: var(--yo-soft);
    font-size: 12px;
}

body.youon-product.single-product form.cart {
    display: flex !important;
    align-items: stretch;
    gap: 10px;
    width: min(100%, 520px);
    margin: 30px 0 0 !important;
}

body.youon-product.single-product .quantity {
    position: relative !important;
    flex: 0 0 156px;
    width: 156px !important;
    height: 56px !important;
    min-width: 156px;
    margin: 0 !important;
    padding: 0 48px !important;
    border: 1px solid var(--yo-line) !important;
    background: var(--yo-paper);
    overflow: hidden;
}

body.youon-product.single-product .quantity input.qty {
    width: 100% !important;
    height: 54px !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    background: transparent !important;
    color: var(--yo-ink);
    font-size: 18px;
    text-align: center;
    -moz-appearance: textfield;
}

body.youon-product.single-product .quantity input.qty::-webkit-inner-spin-button,
body.youon-product.single-product .quantity input.qty::-webkit-outer-spin-button {
    appearance: none;
    margin: 0;
}

body.youon-product.single-product .quantity .minus,
body.youon-product.single-product .quantity .plus,
body.youon-product.single-product .quantity .quantity-button {
    position: absolute !important;
    top: 0 !important;
    width: 48px !important;
    height: 54px !important;
    display: block !important;
    padding: 0 !important;
    border: 0 !important;
    background: transparent !important;
    color: transparent !important;
    font-size: 0 !important;
    line-height: 54px !important;
    text-indent: -9999px;
    cursor: pointer;
}

body.youon-product.single-product .quantity .minus,
body.youon-product.single-product .quantity .quantity-button.minus {
    left: 0 !important;
}

body.youon-product.single-product .quantity .plus,
body.youon-product.single-product .quantity .quantity-button.plus {
    right: 0 !important;
}

body.youon-product.single-product .quantity .minus::after,
body.youon-product.single-product .quantity .plus::after,
body.youon-product.single-product .quantity .quantity-button::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 15px;
    height: 2px;
    background: var(--yo-black);
    transform: translate(-50%, -50%);
}

body.youon-product.single-product .quantity .plus::before,
body.youon-product.single-product .quantity .quantity-button.plus::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 2px;
    height: 15px;
    background: var(--yo-black);
    transform: translate(-50%, -50%);
}

body.youon-product.single-product .single_add_to_cart_button,
body.youon-product.single-product button.single_add_to_cart_button.button {
    flex: 1 1 auto;
    min-width: 210px;
    height: 56px !important;
    margin: 0 !important;
    padding: 0 28px !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: var(--yo-black) !important;
    color: #fff !important;
    font-size: 11px !important;
    font-weight: 400 !important;
    letter-spacing: .26em;
    text-transform: uppercase;
    line-height: 56px !important;
}

body.youon-product.single-product .single_add_to_cart_button.disabled,
body.youon-product.single-product .single_add_to_cart_button.wc-variation-selection-needed {
    background: #8d8d8b !important;
}

body.youon-product.single-product .product_meta {
    width: min(100%, 520px);
    margin-top: 26px;
    padding-top: 18px;
    border-top: 1px solid var(--yo-line);
    color: var(--yo-soft);
    font-size: 13px;
}

body.youon-product.single-product .product_meta a,
body.youon-product.single-product .product_meta strong,
body.youon-product.single-product .product_meta span span {
    color: var(--yo-ink);
    font-weight: 500;
}

body.youon-product.single-product .stock {
    color: var(--yo-ink) !important;
    font-size: 14px;
}

body.youon-product.single-product .woocommerce-tabs {
    width: min(1120px, calc(100% - 48px));
    margin: 72px auto 0 !important;
    padding: 0 !important;
    border-top: 1px solid var(--yo-line);
    clear: both;
}

body.youon-product.single-product .woocommerce-tabs ul.tabs {
    display: none !important;
}

body.youon-product.single-product .woocommerce-tabs .panel {
    max-width: 760px;
    margin: 0 auto !important;
    padding: 34px 0 18px !important;
    color: var(--yo-muted);
    font-size: 14px;
    text-align: left;
}

body.youon-product.single-product .woocommerce-tabs .panel > h2 {
    margin: 0 0 24px !important;
    color: #8d8984;
    font-family: var(--yo-sans);
    font-size: 28px;
    font-weight: 300;
    line-height: 1.2;
    letter-spacing: 0;
    text-align: center;
    text-transform: none;
}

body.youon-product.single-product .woocommerce-product-attributes {
    width: 100%;
    margin: 0 auto !important;
    border: 0 !important;
}

body.youon-product.single-product .woocommerce-product-attributes th,
body.youon-product.single-product .woocommerce-product-attributes td {
    border: 0 !important;
    padding: 8px 10px !important;
    background: transparent !important;
    color: var(--yo-muted);
    font-size: 14px;
}

body.youon-product.single-product .related.products,
body.youon-product.single-product .upsells.products {
    width: min(1180px, calc(100% - 48px));
    margin: 70px auto 0 !important;
    padding: 0 !important;
    clear: both;
}

body.youon-product.single-product .related.products > h2,
body.youon-product.single-product .upsells.products > h2 {
    margin: 0 0 28px !important;
    color: #aaa29c;
    font-size: 11px;
    font-weight: 400;
    letter-spacing: .26em;
    text-align: center;
    text-transform: uppercase;
}

body.youon-product.single-product .related.products ul.products,
body.youon-product.single-product .upsells.products ul.products {
    display: grid !important;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 24px;
    margin: 0 !important;
    padding: 0 !important;
}

body.youon-product.single-product .related.products ul.products li.product,
body.youon-product.single-product .upsells.products ul.products li.product {
    width: auto !important;
    max-width: none !important;
    margin: 0 !important;
    padding: 0 !important;
    float: none !important;
    text-align: left !important;
}

body.youon-product.single-product .related.products ul.products li.product .product-content,
body.youon-product.single-product .upsells.products ul.products li.product .product-content,
body.youon-product.single-product .single-product-wrapper .related.products .products .product-content,
body.youon-product.single-product .single-product-wrapper .upsells.products .products .product-content {
    display: block !important;
    width: 100% !important;
    max-width: none !important;
}

body.youon-product.single-product .related.products .thumbnail-wrapper,
body.youon-product.single-product .upsells.products .thumbnail-wrapper,
body.youon-product.single-product .single-product-wrapper .related.products .products .product-content .thumbnail-wrapper,
body.youon-product.single-product .single-product-wrapper .upsells.products .products .product-content .thumbnail-wrapper {
    position: relative !important;
    width: 100% !important;
    max-width: none !important;
    flex: none !important;
    margin: 0 0 16px !important;
    overflow: hidden;
    background: #f5f0ea;
}

body.youon-product.single-product .related.products .thumbnail-wrapper a.product-images,
body.youon-product.single-product .upsells.products .thumbnail-wrapper a.product-images {
    display: block !important;
    width: 100% !important;
}

body.youon-product.single-product .related.products .thumbnail-wrapper img,
body.youon-product.single-product .upsells.products .thumbnail-wrapper img,
body.youon-product.single-product .related.products ul.products li.product img,
body.youon-product.single-product .upsells.products ul.products li.product img {
    display: block !important;
    width: 100% !important;
    max-width: none !important;
    height: auto !important;
    aspect-ratio: 3 / 4 !important;
    object-fit: cover !important;
    opacity: 1 !important;
    filter: none !important;
    transform: none;
}

body.youon-product.single-product .related.products .content-wrapper,
body.youon-product.single-product .upsells.products .content-wrapper {
    width: 100% !important;
    max-width: none !important;
}

body.youon-product.single-product .related.products .product-title,
body.youon-product.single-product .upsells.products .product-title {
    margin: 0 0 6px !important;
    color: var(--yo-ink);
    font-size: 16px !important;
    font-weight: 400 !important;
    line-height: 1.35;
    letter-spacing: 0 !important;
    text-transform: none !important;
}

body.youon-product.single-product .related.products .price,
body.youon-product.single-product .upsells.products .price {
    margin: 0 !important;
    color: var(--yo-ink) !important;
    font-size: 17px !important;
    font-weight: 400 !important;
}

body.youon-product.single-product .related.products .product-buttons,
body.youon-product.single-product .upsells.products .product-buttons {
    position: absolute !important;
    top: 12px !important;
    right: 12px !important;
    z-index: 3;
    display: flex !important;
    gap: 8px;
    margin: 0 !important;
}

body.youon-product.single-product .related.products .product-buttons a,
body.youon-product.single-product .related.products .product-buttons button,
body.youon-product.single-product .upsells.products .product-buttons a,
body.youon-product.single-product .upsells.products .product-buttons button {
    width: 38px !important;
    height: 38px !important;
    min-width: 38px !important;
    min-height: 38px !important;
    display: grid !important;
    place-items: center !important;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: rgba(255, 255, 255, .94) !important;
    color: var(--yo-ink) !important;
    font-size: 0 !important;
    letter-spacing: 0 !important;
    text-indent: 0 !important;
}

body.youon-product.single-product .related.products .product-buttons .button,
body.youon-product.single-product .upsells.products .product-buttons .button,
body.youon-product.single-product .related.products .product-list-buttons,
body.youon-product.single-product .upsells.products .product-list-buttons,
body.youon-product.single-product .related.products .entry-description,
body.youon-product.single-product .upsells.products .entry-description {
    display: none !important;
}

@media (min-width: 981px) {
    body.youon-product.single-product {
        --yo-gallery-gutter: clamp(12px, 1.2vw, 24px);
    }

    body.youon-product.single-product .single-product-row {
        overflow: visible;
    }

    body.youon-product.single-product .column.product-column {
        display: grid !important;
        grid-template-columns: minmax(0, 58vw) minmax(390px, 42vw);
        align-items: start;
        width: 100vw !important;
        max-width: 100vw !important;
        margin-left: calc(50% - 50vw) !important;
        margin-right: calc(50% - 50vw) !important;
        background: var(--yo-bg);
    }

    body.youon-product.single-product .product-gallery-column {
        grid-column: 1;
        width: 58vw !important;
        max-width: 58vw !important;
        margin: 0 !important;
        padding: 0 0 0 var(--yo-gallery-gutter) !important;
        overflow: hidden;
        border-right: 1px solid var(--yo-line);
    }

    body.youon-product.single-product .product-info {
        grid-column: 2;
        position: sticky;
        top: 115px;
        width: 42vw !important;
        min-width: 390px;
        min-height: calc(100vh - 115px);
        margin: 0 !important;
        padding: clamp(48px, 5.2vw, 82px) clamp(42px, 5vw, 74px) 78px !important;
        background: var(--yo-bg);
    }

    body.admin-bar.youon-product.single-product .product-info {
        top: 147px;
    }

    body.youon-product.single-product .woocommerce-product-gallery {
        display: flex !important;
        flex-direction: column !important;
        width: calc(58vw - var(--yo-gallery-gutter)) !important;
        max-width: calc(58vw - var(--yo-gallery-gutter)) !important;
        margin: 0 !important;
        padding: 0 !important;
        float: none !important;
        opacity: 1 !important;
        overflow: visible !important;
    }

    body.youon-product.single-product .woocommerce-product-gallery .flex-viewport {
        order: 1;
        width: calc(58vw - var(--yo-gallery-gutter)) !important;
        max-width: calc(58vw - var(--yo-gallery-gutter)) !important;
        height: auto !important;
        margin: 0 !important;
        overflow: hidden !important;
    }

    body.youon-product.single-product .woocommerce-product-gallery__wrapper {
        display: block !important;
        width: 100% !important;
        max-width: 100% !important;
        height: auto !important;
        margin: 0 !important;
        padding: 0 !important;
        transform: none !important;
        transition: none !important;
    }

    body.youon-product.single-product .woocommerce-product-gallery__image {
        display: none !important;
        float: none !important;
        width: 100% !important;
        max-width: 100% !important;
        min-width: 0 !important;
        margin: 0 !important;
        padding: 0 !important;
        opacity: 1 !important;
    }

    body.youon-product.single-product .woocommerce-product-gallery:not(.youon-gallery-ready) .woocommerce-product-gallery__image:first-child,
    body.youon-product.single-product .woocommerce-product-gallery.youon-gallery-ready .woocommerce-product-gallery__image.youon-active-slide {
        display: block !important;
    }

    body.youon-product.single-product .woocommerce-product-gallery__image a,
    body.youon-product.single-product .woocommerce-product-gallery__image img {
        display: block !important;
        width: 100% !important;
        max-width: 100% !important;
    }

    body.youon-product.single-product .woocommerce-product-gallery__image img {
        height: auto !important;
        min-height: 0 !important;
        object-fit: contain !important;
        object-position: center top !important;
        opacity: 1 !important;
        filter: none !important;
        transform: none !important;
    }

    body.youon-product.single-product .flex-control-thumbs,
    body.youon-product.single-product .woocommerce-product-gallery .flex-control-nav {
        order: 2;
        width: calc(58vw - var(--yo-gallery-gutter)) !important;
        max-width: calc(58vw - var(--yo-gallery-gutter)) !important;
        display: grid !important;
        grid-template-columns: repeat(6, minmax(0, 1fr));
        gap: 8px;
        margin: 8px 0 0 !important;
        padding: 0 !important;
        list-style: none !important;
        overflow: visible !important;
        transform: none !important;
    }

    body.youon-product.single-product .woocommerce-product-gallery .owl-nav,
    body.youon-product.single-product .woocommerce-product-gallery .owl-dots,
    body.youon-product.single-product .woocommerce-product-gallery .flex-direction-nav {
        display: none !important;
    }

    body.youon-product.single-product .flex-control-thumbs.owl-carousel .owl-stage-outer,
    body.youon-product.single-product .flex-control-thumbs.owl-carousel .owl-stage {
        display: contents !important;
        width: auto !important;
        height: auto !important;
        transform: none !important;
        transition: none !important;
    }

    body.youon-product.single-product .flex-control-thumbs.owl-carousel .owl-item {
        display: block !important;
        width: auto !important;
        margin: 0 !important;
        float: none !important;
    }

    body.youon-product.single-product .flex-control-thumbs li,
    body.youon-product.single-product .woocommerce-product-gallery .flex-control-nav li {
        width: auto !important;
        max-width: none !important;
        margin: 0 !important;
        padding: 0 !important;
        float: none !important;
        display: block !important;
    }

    body.youon-product.single-product .flex-control-thumbs img {
        display: block !important;
        width: 100% !important;
        height: auto !important;
        aspect-ratio: 3 / 4;
        object-fit: cover;
        opacity: 1 !important;
        filter: none !important;
        image-rendering: auto;
        cursor: pointer;
        transition: none;
    }

    body.youon-product.single-product .flex-control-thumbs img.flex-active,
    body.youon-product.single-product .flex-control-thumbs img.youon-active-thumb {
        opacity: 1 !important;
    }
}

.youon-footer {
    background: #0a0a0a;
    color: #fff;
    padding: clamp(48px, 7vw, 96px) clamp(24px, 5vw, 78px) 34px;
}

.youon-footer__grid {
    display: grid;
    grid-template-columns: 1.4fr repeat(3, 1fr);
    gap: 34px;
}

.youon-footer__brand {
    display: inline-block;
    margin-bottom: 18px;
    font-size: 24px;
    letter-spacing: .08em;
}

.youon-footer p,
.youon-footer a {
    display: block;
    color: rgba(255, 255, 255, .32);
    font-size: 10px;
    line-height: 2.3;
}

.youon-footer__title {
    color: #555 !important;
    font-size: 8px;
    letter-spacing: .3em;
    text-transform: uppercase;
}

.youon-newsletter {
    display: flex;
    max-width: 430px;
    margin-top: 22px;
}

.youon-newsletter input {
    flex: 1;
    min-width: 0;
    height: 46px;
    border: 1px solid rgba(255, 255, 255, .22);
    background: transparent;
    color: #fff;
    padding: 0 14px;
}

.youon-newsletter button {
    height: 46px;
    padding: 0 18px;
}

.youon-footer__bar {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    margin-top: 54px;
    padding-top: 24px;
    border-top: 1px solid rgba(255, 255, 255, .07);
    color: #444;
    font-size: 9px;
    letter-spacing: .08em;
}

@media (max-width: 980px) {
    body.admin-bar .youon-header {
        top: 0;
    }

    .youon-gate {
        grid-template-columns: 1fr;
    }

    .youon-gate__image {
        display: none;
    }

    .youon-header__inner {
        height: 58px;
        grid-template-columns: 44px 1fr auto;
        padding: 0 14px;
    }

    .youon-logo {
        max-width: calc(100vw - 158px);
        overflow: hidden;
        font-size: clamp(18px, 5.4vw, 23px);
        letter-spacing: .14em;
    }

    .youon-util {
        gap: 8px;
        font-size: 0;
        letter-spacing: 0;
    }

    .youon-util a:not(:nth-child(2)) {
        display: none;
    }

    .youon-util a:nth-child(2) {
        font-size: 10px;
        letter-spacing: .12em;
    }

    .youon-announce {
        min-height: 52px;
        padding: 12px 24px;
        font-size: 11px;
        line-height: 1.55;
        letter-spacing: .24em;
    }

    .youon-menu {
        grid-template-columns: 54vw 46vw;
        width: 100vw;
    }

    .youon-menu__panel {
        padding: 28px 20px;
    }

    .youon-menu__top {
        margin-bottom: 42px;
    }

    .youon-menu__list li,
    .youon-menu__fallback a,
    .youon-menu__panel--sub a {
        font-size: 12px;
        letter-spacing: .18em;
    }

    .youon-hero,
    .youon-hero__content {
        min-height: 78vh;
    }

    .youon-product-grid,
    body.youon-shop ul.products,
    body.woocommerce-shop ul.products,
    body.archive.tax-product_cat ul.products {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 18px 12px;
    }

    .youon-banners,
    .youon-footer__grid {
        grid-template-columns: 1fr;
    }

    .youon-banner {
        min-height: 420px;
    }

    body.youon-product.single-product .column.product-column {
        display: block !important;
        width: 100% !important;
        max-width: 100% !important;
        padding: 0 18px 40px !important;
    }

    body.youon-product.single-product .product-gallery-column,
    body.youon-product.single-product .product-info,
    body.youon-product.single-product .woocommerce-product-gallery {
        width: 100% !important;
        max-width: 100% !important;
        min-width: 0 !important;
        margin: 0 !important;
        padding: 0 !important;
        float: none !important;
    }

    body.youon-product.single-product .woocommerce-product-gallery {
        display: flex !important;
        flex-direction: column !important;
        overflow: visible !important;
    }

    body.youon-product.single-product .woocommerce-product-gallery .flex-viewport {
        order: 1;
        width: 100% !important;
        max-width: 100% !important;
        height: auto !important;
        overflow: hidden !important;
    }

    body.youon-product.single-product .woocommerce-product-gallery .owl-nav,
    body.youon-product.single-product .woocommerce-product-gallery .owl-dots,
    body.youon-product.single-product .woocommerce-product-gallery .flex-direction-nav {
        display: none !important;
    }

    body.youon-product.single-product .product-gallery-column {
        padding-top: 30px !important;
    }

    body.youon-product.single-product .product-info {
        padding: 36px 0 0 !important;
    }

    body.youon-product.single-product .woocommerce-product-gallery__image img {
        width: 100% !important;
        height: auto !important;
        object-fit: contain !important;
        opacity: 1 !important;
        filter: none !important;
    }

    body.youon-product.single-product .flex-control-thumbs {
        order: 2;
        display: grid !important;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 6px;
        margin: 6px 0 0 !important;
        padding: 0 !important;
        list-style: none !important;
    }

    body.youon-product.single-product .flex-control-thumbs.owl-carousel .owl-stage-outer,
    body.youon-product.single-product .flex-control-thumbs.owl-carousel .owl-stage {
        display: contents !important;
        width: auto !important;
        height: auto !important;
        transform: none !important;
        transition: none !important;
    }

    body.youon-product.single-product .flex-control-thumbs.owl-carousel .owl-item {
        display: block !important;
        width: auto !important;
        margin: 0 !important;
        float: none !important;
    }

    body.youon-product.single-product .flex-control-thumbs li {
        width: auto !important;
        margin: 0 !important;
        padding: 0 !important;
        list-style: none !important;
        float: none !important;
    }

    body.youon-product.single-product .flex-control-thumbs li::marker {
        content: "" !important;
    }

    body.youon-product.single-product .flex-control-thumbs img {
        width: 100% !important;
        aspect-ratio: 3 / 4;
        object-fit: cover;
        opacity: 1 !important;
        filter: none !important;
        image-rendering: auto;
    }

    body.youon-product.single-product form.cart {
        width: 100%;
        gap: 0;
    }

    body.youon-product.single-product .quantity {
        flex: 0 0 138px;
        width: 138px !important;
        min-width: 138px;
    }

    body.youon-product.single-product .single_add_to_cart_button,
    body.youon-product.single-product button.single_add_to_cart_button.button {
        min-width: 0;
    }

    body.youon-product.single-product .related.products ul.products,
    body.youon-product.single-product .upsells.products ul.products {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 18px 12px;
    }

    .youon-footer__bar {
        flex-direction: column;
    }
}

@media (max-width: 767px) {
    .youon-hero__media,
    .youon-banner__media {
        background-image: var(--youon-bg-mobile);
    }
}

@media (max-width: 640px) {
    .youon-section {
        padding-left: 18px;
        padding-right: 18px;
    }

    .youon-section__head {
        display: block;
    }

    .youon-section__head > a {
        display: inline-block;
        margin-top: 18px;
    }

    body.youon-product.single-product .product_title,
    body.youon-product.single-product h1.product_title {
        font-size: 17px;
    }

    body.youon-product.single-product .woocommerce-tabs,
    body.youon-product.single-product .related.products,
    body.youon-product.single-product .upsells.products {
        width: calc(100% - 36px);
    }
}
/* Wishlist controls: preserve the plugin layout, only refine button geometry. */
.tinv-wishlist .tinvwl-table-manage-list .product-remove button,
.tinv-wishlist .tinvwl-table-manage-list .product-remove a,
.tinv-wishlist button[name="tinvwl-remove"],
.wishlist_table .product-remove a,
.wishlist_table .remove,
.wishlist_table .remove_from_wishlist {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  box-sizing: border-box !important;
  width: 40px !important;
  min-width: 40px !important;
  height: 40px !important;
  padding: 0 !important;
  margin-left: auto !important;
  margin-right: auto !important;
  border: 0 !important;
  border-radius: 50% !important;
  background: #f7f7f7 !important;
  color: #0a0a0a !important;
  font-size: 17px !important;
  line-height: 1 !important;
  text-align: center !important;
}

.tinv-wishlist .tinvwl-table-manage-list .product-remove button > *,
.tinv-wishlist .tinvwl-table-manage-list .product-remove a > *,
.tinv-wishlist button[name="tinvwl-remove"] > *,
.wishlist_table .product-remove a > *,
.wishlist_table .remove > *,
.wishlist_table .remove_from_wishlist > * {
  position: static !important;
  margin: 0 !important;
  line-height: 1 !important;
}

.tinv-wishlist .tinvwl-table-manage-list .product-action .button,
.tinv-wishlist .tinvwl-table-manage-list button[name="tinvwl-add-to-cart"],
.wishlist_table .product-add-to-cart a.button,
.wishlist_table .product-add-to-cart .button,
.wishlist_table .add_to_cart_button {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  box-sizing: border-box !important;
  min-height: 48px !important;
  padding: 12px 18px !important;
  line-height: 1.35 !important;
  text-align: center !important;
  white-space: normal !important;
}

.tinv-wishlist .tinvwl-table-manage-list .product-action .button .tinvwl-txt,
.tinv-wishlist .tinvwl-table-manage-list button[name="tinvwl-add-to-cart"] .tinvwl-txt {
  display: block !important;
  margin: 0 !important;
  line-height: 1.35 !important;
}
