/*
Default style for WP-PageNavi plugin

http://wordpress.org/extend/plugins/wp-pagenavi/
*/

.wp-pagenavi {
	clear: both;
}

.wp-pagenavi a, .wp-pagenavi span {
	text-decoration: none;
	border: 1px solid #BFBFBF;
	padding: 3px 5px;
	margin: 2px;
}

.wp-pagenavi a:hover, .wp-pagenavi span.current {
	border-color: #000;
}

.wp-pagenavi span.current {
	font-weight: bold;
}.hy-options-catalog {
    --hy-options-ink: #111;
    --hy-options-muted: #666;
    --hy-options-line: #dedede;
    --hy-options-soft: #f5f5f3;
    color: var(--hy-options-ink);
    overflow: hidden;
    padding-top: 68px;
}

.hy-options-catalog *,
.hy-options-catalog *::before,
.hy-options-catalog *::after {
    box-sizing: border-box;
}

.hy-options-hero {
    padding: 42px 0 48px;
    text-align: center;
}

.hy-options-eyebrow,
.hy-options-category-number {
    color: var(--color-primary);
    font-size: 13px;
    font-weight: 700;
    letter-spacing: .16em;
    margin: 0 0 14px;
    text-transform: uppercase;
}

.hy-options-hero h1 {
    font-family: var(--headline-font);
    font-size: clamp(38px, 5vw, 68px);
    font-weight: 400;
    letter-spacing: -.02em;
    line-height: 1.08;
    margin: 0 auto;
    max-width: 980px;
}

.hy-options-intro {
    color: var(--hy-options-muted);
    font-size: 18px;
    line-height: 1.7;
    margin: 26px auto 0;
    max-width: 820px;
}

.hy-options-start {
    background: var(--hy-options-soft);
    border-bottom: 1px solid var(--hy-options-line);
    padding: 34px 0;
}

.hy-options-start-inner {
    display: block;
}

.hy-options-start-heading {
    align-items: end;
    display: grid;
    gap: 10px 34px;
    grid-template-columns: minmax(280px, .75fr) minmax(0, 1.25fr);
    margin-bottom: 24px;
}

.hy-options-start-heading .hy-options-example-kicker {
    grid-column: 1;
}

.hy-options-start-heading h2 {
    font-family: var(--headline-font);
    font-size: clamp(28px, 3vw, 36px);
    font-weight: 400;
    line-height: 1.12;
    margin: 0;
}

.hy-options-start-heading > p:last-child {
    align-self: end;
    color: var(--hy-options-muted);
    grid-column: 2;
    grid-row: 1 / span 2;
    line-height: 1.65;
    margin: 0;
    max-width: 680px;
}

.hy-options-start-grid {
    display: grid;
    gap: 12px;
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.hy-options-start-card {
    background: #fff;
    border: 1px solid var(--hy-options-line);
    min-height: 0;
    padding: 18px 20px;
}

.hy-options-start-card > p {
    color: var(--color-primary);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .1em;
    margin: 0 0 10px;
    text-transform: uppercase;
}

.hy-options-start-card h3 {
    font-size: 17px;
    line-height: 1.3;
    margin: 0 0 12px;
}

.hy-options-start-card > div {
    color: var(--hy-options-muted);
    line-height: 1.6;
}

.hy-options-nav {
    border-bottom: 1px solid var(--hy-options-line);
    padding: 44px 0 48px;
}

.hy-options-nav-heading {
    display: grid;
    gap: 10px 32px;
    grid-template-columns: minmax(280px, .8fr) minmax(0, 1.2fr);
    margin-bottom: 28px;
}

.hy-options-nav-heading .hy-options-example-kicker {
    grid-column: 1;
}

.hy-options-nav-heading h2 {
    font-family: var(--headline-font);
    font-size: clamp(32px, 3.5vw, 44px);
    font-weight: 400;
    grid-column: 1;
    line-height: 1.12;
    margin: 0;
}

.hy-options-nav-heading > p:last-child {
    align-self: end;
    color: var(--hy-options-muted);
    grid-column: 2;
    grid-row: 1 / span 2;
    line-height: 1.65;
    margin: 0;
}

.hy-options-nav-groups {
    display: grid;
    gap: 28px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.hy-options-nav-group h3 {
    color: var(--hy-options-muted);
    font-size: 11px;
    letter-spacing: .1em;
    margin: 0 0 12px;
    text-transform: uppercase;
}

.hy-options-nav-group,
.hy-options-nav-group > div {
    min-width: 0;
}

.hy-options-nav-group > div {
    display: grid;
    gap: 8px;
}

.hy-options-nav-group a {
    background: #fff;
    border: 1px solid var(--hy-options-line);
    color: var(--hy-options-ink);
    display: block;
    font-size: 14px;
    font-weight: 650;
    min-height: 0;
    min-width: 0;
    padding: 0;
    text-decoration: none;
    width: 100%;
}

.hy-options-nav-image {
    aspect-ratio: 2.15 / 1;
    background: var(--hy-options-soft);
    display: block;
    min-height: 0;
    overflow: hidden;
}

.hy-options-nav-group a > span:last-child {
    display: block;
    padding: 14px 16px 15px;
}

.hy-options-nav-group a:hover,
.hy-options-nav-group a:focus-visible {
    border-color: var(--color-primary);
    color: var(--color-primary);
}

.hy-options-cover,
.hy-options-option-image {
    display: block;
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.hy-options-process {
    background: var(--hy-options-soft);
    padding: 52px 0;
}

.hy-options-process h2 {
    font-family: var(--headline-font);
    font-size: clamp(30px, 4vw, 44px);
    font-weight: 400;
    margin: 0 0 34px;
    text-align: center;
}

.hy-options-process-grid {
    counter-reset: none;
    display: grid;
    gap: 16px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    list-style: none;
    margin: 0;
    padding: 0;
}

.hy-options-process-grid li {
    background: #fff;
    display: grid;
    gap: 8px;
    min-height: 166px;
    padding: 28px;
}

.hy-options-step-number {
    align-items: center;
    border: 1px solid var(--hy-options-line);
    border-radius: 50%;
    display: inline-flex;
    font-size: 13px;
    font-weight: 700;
    height: 34px;
    justify-content: center;
    width: 34px;
}

.hy-options-process-grid strong {
    font-size: 18px;
}

.hy-options-process-grid li > span:last-child {
    color: var(--hy-options-muted);
    line-height: 1.55;
}

.hy-options-mockup-note {
    background: #eeeaf6;
    color: var(--hy-options-ink);
    padding: 52px 0;
}

.hy-options-mockup-note-inner {
    display: grid;
    gap: 34px;
    grid-template-columns: 190px minmax(0, 1fr);
}

.hy-options-mockup-kicker {
    border-top: 2px solid var(--color-primary);
    color: var(--color-primary);
    font-size: 13px;
    font-weight: 700;
    letter-spacing: .12em;
    margin: 8px 0 0;
    padding-top: 14px;
    text-transform: uppercase;
}

.hy-options-mockup-note h2 {
    color: var(--hy-options-ink);
    font-family: var(--headline-font);
    font-size: clamp(32px, 4vw, 46px);
    font-weight: 400;
    line-height: 1.12;
    margin: 0 0 22px;
}

.hy-options-mockup-copy {
    color: #4f4a58;
    font-size: 17px;
    line-height: 1.7;
    max-width: 850px;
}

.hy-options-mockup-copy > :first-child {
    margin-top: 0;
}

.hy-options-mockup-copy > :last-child {
    margin-bottom: 0;
}

.hy-options-video {
    border-bottom: 1px solid var(--hy-options-line);
    padding: 52px 0;
}

.hy-options-video-inner {
    align-items: center;
    display: grid;
    gap: 52px;
    grid-template-columns: minmax(260px, .72fr) minmax(0, 1.28fr);
}

.hy-options-video-copy h2 {
    font-family: var(--headline-font);
    font-size: clamp(30px, 3vw, 40px);
    font-weight: 400;
    line-height: 1.12;
    margin: 13px 0 16px;
}

.hy-options-video-copy > p:last-of-type {
    color: var(--hy-options-muted);
    line-height: 1.65;
    margin: 0 0 20px;
}

.hy-options-video-copy a {
    color: var(--color-primary);
    font-size: 14px;
    font-weight: 700;
    text-decoration: underline;
    text-underline-offset: 4px;
}

.hy-options-video-frame {
    min-width: 0;
}

.hy-options-video-frame iframe {
    aspect-ratio: 16 / 9;
    display: block;
    height: auto;
    width: 100%;
}

.hy-options-category {
    scroll-margin-top: 112px;
    padding: 48px 0;
}

.hy-options-category.is-soft {
    background: var(--hy-options-soft);
}

.hy-options-section-group {
    border-top: 1px solid var(--hy-options-line);
    display: flex;
    gap: 24px;
    justify-content: space-between;
    padding-bottom: 20px;
    padding-top: 42px;
}

.hy-options-section-group p {
    color: var(--color-primary);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .12em;
    margin: 0;
    text-transform: uppercase;
}

.hy-options-section-group span {
    color: var(--hy-options-muted);
    font-size: 14px;
}

.hy-options-category-header {
    align-items: start;
    display: grid;
    gap: 24px;
    grid-template-columns: 72px minmax(0, 1fr);
    margin-bottom: 26px;
}

.hy-options-category-header.has-facts {
    gap: 24px 32px;
    grid-template-columns: 72px minmax(0, .9fr) minmax(320px, 1.1fr);
}

.hy-options-category-number {
    border-top: 2px solid var(--color-primary);
    font-size: 18px;
    padding-top: 13px;
}

.hy-options-category-header h2 {
    font-family: var(--headline-font);
    font-size: clamp(32px, 4vw, 44px);
    font-weight: 400;
    line-height: 1.1;
    margin: 0;
}

.hy-options-category-header p:not(.hy-options-category-number) {
    color: var(--hy-options-muted);
    line-height: 1.65;
    margin: 14px 0 0;
    max-width: 780px;
}

.hy-options-category-facts {
    border-bottom: 1px solid var(--hy-options-line);
    border-top: 1px solid var(--hy-options-line);
    display: grid;
    gap: 18px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-self: end;
    margin: 0;
    padding: 18px 0;
}

.hy-options-category-facts p {
    display: grid;
    gap: 4px;
    margin: 0;
}

.hy-options-category-facts strong,
.hy-options-specs dt {
    color: var(--hy-options-muted);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.hy-options-grid {
    display: grid;
    gap: 24px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.hy-options-main-label-guide {
    display: grid;
    gap: 12px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin: 0 0 28px 96px;
}

.hy-options-main-label-guide > div {
    background: #fff;
    border: 1px solid var(--hy-options-line);
    display: grid;
    gap: 7px;
    padding: 18px;
}

.hy-options-main-label-guide span {
    align-items: center;
    border: 1px solid var(--color-primary);
    border-radius: 50%;
    color: var(--color-primary);
    display: inline-flex;
    font-size: 12px;
    font-weight: 700;
    height: 28px;
    justify-content: center;
    width: 28px;
}

.hy-options-main-label-guide strong {
    font-size: 16px;
}

.hy-options-main-label-guide p {
    color: var(--hy-options-muted);
    font-size: 14px;
    line-height: 1.5;
    margin: 0;
}

.hy-options-card {
    background: #fff;
    border: 1px solid var(--hy-options-line);
    display: flex;
    flex-direction: column;
    min-width: 0;
}

.hy-options-card:only-child {
    display: grid;
    grid-column: 1 / -1;
    grid-template-columns: minmax(0, .85fr) minmax(0, 1.35fr);
}

.hy-options-card:only-child .hy-options-card-image {
    align-self: start;
    aspect-ratio: 4 / 3;
    min-height: 0;
}

.hy-options-category:nth-child(odd) .hy-options-card {
    background: #fff;
}

.hy-options-card-image {
    aspect-ratio: 4 / 3;
    background: #e7e7e7;
    overflow: hidden;
    position: relative;
}

.hy-options-card-image .hy-options-zoom {
    height: 100%;
    position: relative;
    z-index: 1;
}

.hy-options-option-image {
    object-fit: cover;
}

[data-category-key="care-labels"] .hy-options-option-image {
    object-position: center center;
}

[data-category-key="care-labels"] .hy-options-card-standard-paper-care-label .hy-options-option-image {
    height: 133.333%;
    left: 12.5%;
    object-fit: cover;
    position: absolute;
    top: -16.666%;
    transform: rotate(-90deg) scale(1.3);
    transform-origin: center;
    width: 75%;
}

[data-category-key="care-labels"] .hy-options-card-satin-washing-label .hy-options-option-image {
    object-position: center 68%;
}

.hy-options-zoom {
    cursor: zoom-in;
    display: block;
    position: relative;
}

.hy-options-zoom::after {
    align-items: center;
    background: rgba(0, 0, 0, .76);
    bottom: 12px;
    color: #fff;
    content: '+';
    display: flex;
    font-size: 22px;
    height: 38px;
    justify-content: center;
    opacity: 0;
    position: absolute;
    right: 12px;
    transition: opacity .2s ease;
    width: 38px;
}

.hy-options-zoom:hover::after,
.hy-options-zoom:focus-visible::after {
    opacity: 1;
}

.hy-options-card-body {
    display: flex;
    flex: 1;
    flex-direction: column;
    min-width: 0;
    padding: 24px;
}

.hy-options-card h3 {
    font-size: 21px;
    line-height: 1.3;
    margin: 0;
}

.hy-options-summary {
    color: var(--hy-options-muted);
    line-height: 1.55;
    margin: 12px 0 20px;
}

.hy-options-card-note {
    background: var(--hy-options-soft);
    border-left: 3px solid var(--color-primary);
    color: var(--hy-options-muted);
    line-height: 1.55;
    margin: 0 0 20px;
    padding: 14px 16px;
}

.hy-options-card-note strong {
    color: var(--hy-options-ink);
    display: block;
    font-size: 13px;
    margin-bottom: 5px;
}

.hy-options-card-note p {
    margin: 0;
}

.hy-options-specs {
    border-top: 1px solid var(--hy-options-line);
    margin: auto 0 0;
}

.hy-options-card-specs {
    padding-top: 2px;
}

.hy-options-main-label-choices {
    border-top: 1px solid var(--hy-options-line);
    margin-top: 30px;
    padding-top: 28px;
}

.hy-options-main-label-choices > h3 {
    font-family: var(--headline-font);
    font-size: 28px;
    font-weight: 400;
    margin: 0 0 8px;
}

.hy-options-main-label-choices > p {
    color: var(--hy-options-muted);
    line-height: 1.6;
    margin: 0 0 18px;
    max-width: 760px;
}

.hy-options-main-label-choices > div {
    display: grid;
    gap: 16px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.hy-options-main-label-choices article {
    align-items: center;
    background: #fff;
    border: 1px solid var(--hy-options-line);
    display: grid;
    grid-template-columns: 112px minmax(0, 1fr);
    min-width: 0;
}

.hy-options-main-label-choices .hy-options-zoom {
    aspect-ratio: 1 / 1;
    height: 100%;
    overflow: hidden;
}

.hy-options-choice-image {
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.hy-options-main-label-choices article > div {
    padding: 14px;
}

.hy-options-main-label-choices h4 {
    font-size: 16px;
    margin: 0 0 7px;
}

.hy-options-main-label-choices article p {
    color: var(--hy-options-muted);
    font-size: 13px;
    line-height: 1.45;
    margin: 0;
}

.hy-options-specs > div {
    border-bottom: 1px solid var(--hy-options-line);
    display: grid;
    gap: 6px;
    padding: 13px 0;
}

.hy-options-specs dd {
    line-height: 1.45;
    margin: 0;
}

.hy-options-category-examples {
    background: #efefec;
    color: var(--hy-options-ink);
    margin-top: 34px;
    padding: 32px;
}

.hy-options-examples-header {
    border-bottom: 1px solid #d4d4cf;
    display: grid;
    gap: 12px 30px;
    grid-template-columns: minmax(240px, .75fr) minmax(0, 1.45fr);
    margin-bottom: 28px;
    padding-bottom: 26px;
}

.hy-options-examples-header .hy-options-example-kicker {
    grid-column: 1;
    margin-bottom: 0;
}

.hy-options-example-kicker {
    color: var(--color-primary);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .1em;
    margin: 0 0 10px;
    text-transform: uppercase;
}

.hy-options-examples-header h3 {
    color: var(--hy-options-ink);
    font-family: var(--headline-font);
    font-size: clamp(26px, 2.7vw, 32px);
    font-weight: 400;
    line-height: 1.12;
    grid-column: 1;
    margin: 0;
}

.hy-options-examples-header > p:last-child {
    align-self: end;
    color: var(--hy-options-muted);
    grid-column: 2;
    grid-row: 1 / span 2;
    line-height: 1.6;
    margin: 0;
}

.hy-options-examples-grid {
    display: grid;
    gap: 28px;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
}

.hy-options-category-examples.is-main-label-references .hy-options-examples-grid {
    align-items: start;
}

.hy-options-example-item {
    background: #fff;
    border: 1px solid #deded8;
    min-width: 0;
    padding: 20px;
}

.hy-options-example-item h4 {
    color: var(--hy-options-ink);
    font-size: 17px;
    line-height: 1.35;
    margin: 0 0 12px;
}

.hy-options-example-item .hy-options-details-copy {
    color: var(--hy-options-muted);
}

.hy-options-example-item .hy-options-details-copy p {
    color: inherit;
}

.hy-options-example-item:only-child {
    display: grid;
    gap: 30px;
    grid-template-columns: minmax(220px, .65fr) minmax(0, 1.35fr);
}

.hy-options-example-item:only-child h4,
.hy-options-example-item:only-child .hy-options-details-copy {
    grid-column: 1;
}

.hy-options-example-item:only-child .hy-options-gallery {
    grid-column: 2;
    grid-row: 1 / span 2;
    margin-top: 0;
}

[data-category-key="rubber-labels"] .hy-options-example-item:only-child {
    margin-left: auto;
    margin-right: auto;
    max-width: 900px;
    width: 100%;
}

[data-category-key="rubber-labels"] .hy-options-example-item:only-child .hy-options-gallery {
    justify-self: end;
    max-width: 460px;
    width: 100%;
}

.hy-options-example-video {
    grid-column: 2;
    grid-row: 1 / span 3;
}

.hy-options-example-video iframe {
    aspect-ratio: 16 / 9;
    height: auto;
    width: 100%;
}

.hy-options-details-copy {
    color: var(--hy-options-muted);
    line-height: 1.6;
    padding-top: 14px;
}

.hy-options-details-copy > :first-child {
    margin-top: 0;
}

.hy-options-gallery {
    align-items: center;
    display: grid;
    gap: 10px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin-top: 16px;
}

.hy-options-gallery-image {
    background: #f4f4f1;
    height: 100%;
    object-fit: contain;
    width: 100%;
}

.hy-options-gallery .hy-options-zoom {
    aspect-ratio: 4 / 3;
    background: #f4f4f1;
    overflow: hidden;
}

.hy-options-example-layout-digital-mockup .hy-options-gallery .hy-options-zoom,
.hy-options-example-layout-size-reference .hy-options-gallery .hy-options-zoom {
    aspect-ratio: 4 / 5;
}

.hy-options-example-layout-sewing-methods .hy-options-gallery-image {
    object-fit: cover;
    object-position: center bottom;
    transform: scale(1.12);
    transform-origin: center bottom;
}

.hy-options-example-layout-sewing-methods .hy-options-gallery .hy-options-zoom {
    aspect-ratio: 4 / 5;
    background: transparent;
}

.hy-options-example-layout-hangtag-reference {
    display: block !important;
}

.hy-options-example-layout-hangtag-reference .hy-options-gallery {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin-top: 24px;
}

.hy-options-example-layout-hangtag-reference .hy-options-gallery .hy-options-zoom {
    aspect-ratio: 3 / 4;
}

.hy-options-gallery.is-single {
    grid-template-columns: minmax(0, 1fr);
}

.hy-options-package-showcase {
    border-top: 1px solid var(--hy-options-line);
    margin-top: 42px;
    padding-top: 38px;
}

.hy-options-package-showcase-header {
    display: grid;
    gap: 10px 32px;
    grid-template-columns: minmax(280px, .8fr) minmax(0, 1.2fr);
    margin-bottom: 24px;
}

.hy-options-package-showcase-header .hy-options-example-kicker,
.hy-options-package-showcase-header h3 {
    grid-column: 1;
}

.hy-options-package-showcase-header h3 {
    font-family: var(--headline-font);
    font-size: clamp(28px, 3vw, 38px);
    font-weight: 400;
    line-height: 1.12;
    margin: 0;
}

.hy-options-package-showcase-header > p:last-child {
    align-self: end;
    color: var(--hy-options-muted);
    grid-column: 2;
    grid-row: 1 / span 2;
    line-height: 1.6;
    margin: 0;
}

.hy-options-package-size-visual {
    background: #fff;
    border: 1px solid var(--hy-options-line);
    padding: 18px;
}

.hy-options-package-size-visual > .hy-options-zoom {
    aspect-ratio: 3 / 1;
    overflow: hidden;
}

.hy-options-package-size-image,
.hy-options-package-reference-image {
    display: block;
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.hy-options-package-size-image {
    object-fit: contain;
}

.hy-options-package-size-list {
    display: grid;
    gap: 10px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin-top: 14px;
}

.hy-options-package-size-list > div {
    background: var(--hy-options-soft);
    display: grid;
    gap: 5px;
    padding: 15px 16px;
}

.hy-options-package-size-list strong {
    font-size: 16px;
}

.hy-options-package-size-list span,
.hy-options-package-reference-grid p {
    color: var(--hy-options-muted);
    font-size: 14px;
    line-height: 1.55;
}

.hy-options-package-reference-grid {
    display: grid;
    gap: 18px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin-top: 18px;
}

.hy-options-package-reference-grid article {
    background: #fff;
    border: 1px solid var(--hy-options-line);
    display: flex;
    flex-direction: column;
    padding: 18px;
}

.hy-options-package-reference-grid h4 {
    font-size: 17px;
    line-height: 1.3;
    margin: 0 0 8px;
}

.hy-options-package-reference-grid p {
    margin: 0 0 16px;
}

.hy-options-package-reference-grid .hy-options-zoom {
    aspect-ratio: 3 / 4;
    margin-top: auto;
    overflow: hidden;
}

.hy-options-lightbox {
    background: transparent;
    border: 0;
    color: #fff;
    max-height: 94vh;
    max-width: min(94vw, 1400px);
    padding: 46px 20px 20px;
}

.hy-options-lightbox::backdrop {
    background: rgba(0, 0, 0, .9);
}

.hy-options-lightbox img {
    display: block;
    max-height: calc(94vh - 100px);
    max-width: 100%;
    object-fit: contain;
}

.hy-options-lightbox p {
    margin: 10px 0 0;
    text-align: center;
}

.hy-options-lightbox-close {
    background: #fff;
    border: 0;
    border-radius: 50%;
    color: #111;
    cursor: pointer;
    font-size: 28px;
    height: 38px;
    line-height: 1;
    position: absolute;
    right: 20px;
    top: 0;
    width: 38px;
}

.hy-options-category-actions {
    align-items: center;
    display: flex;
    gap: 20px;
    justify-content: space-between;
    border-top: 1px solid var(--hy-options-line);
    margin-top: 28px;
    padding-top: 18px;
}

.hy-options-back {
    color: var(--hy-options-ink);
    font-size: 14px;
    font-weight: 700;
    text-decoration: underline;
    text-underline-offset: 4px;
}

.hy-options-catalog .hy-options-category-cta,
.hy-options-catalog .hy-options-category-cta:visited {
    background: transparent;
    color: var(--color-primary) !important;
    -webkit-text-fill-color: var(--color-primary);
    display: inline-flex;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.4;
    padding: 0;
    text-decoration: underline;
    text-underline-offset: 4px;
}

.hy-options-catalog .hy-options-category-cta:hover,
.hy-options-catalog .hy-options-category-cta:focus-visible {
    background: transparent;
    color: #111 !important;
    -webkit-text-fill-color: #111;
}

@media (max-width: 1100px) and (min-width: 801px) {
    .hy-options-start-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 800px) {
    .hy-options-catalog {
        padding-top: 50px;
    }

    .hy-options-hero {
        padding: 30px 0 34px;
        text-align: left;
    }

    .hy-options-hero h1 {
        font-size: 40px;
    }

    .hy-options-intro {
        font-size: 16px;
        line-height: 1.6;
    }

    .hy-options-start {
        padding: 32px 0;
    }

    .hy-options-start-heading,
    .hy-options-nav-heading {
        display: block;
    }

    .hy-options-start-heading h2 {
        font-size: 32px;
        margin-bottom: 14px;
    }

    .hy-options-start-grid,
    .hy-options-nav-groups {
        grid-template-columns: 1fr;
    }

    .hy-options-start-grid {
        margin-top: 20px;
    }

    .hy-options-start-heading > p:last-child {
        margin-top: 12px;
    }

    .hy-options-start-card {
        min-height: 0;
    }

    .hy-options-nav {
        padding: 36px 0 38px;
    }

    .hy-options-nav-heading h2 {
        font-size: 34px;
        margin-bottom: 14px;
    }

    .hy-options-nav-groups {
        gap: 22px;
    }

    .hy-options-nav-group > div {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .hy-options-nav-group a {
        display: block;
        min-height: 0;
        padding: 0;
    }

    .hy-options-nav-image {
        aspect-ratio: 4 / 3;
        min-height: 0;
    }

    .hy-options-nav-group a > span:last-child {
        display: block;
        padding: 11px 10px;
    }

    .hy-options-section-group {
        align-items: flex-start;
        flex-direction: column;
        gap: 8px;
        padding-top: 32px;
    }

    .hy-options-process {
        padding: 50px 0;
    }

    .hy-options-process h2 {
        font-size: 32px;
        text-align: left;
    }

    .hy-options-process-grid {
        grid-template-columns: 1fr;
    }

    .hy-options-process-grid li {
        min-height: 0;
    }

    .hy-options-mockup-note {
        padding: 48px 0;
    }

    .hy-options-mockup-note-inner {
        gap: 24px;
        grid-template-columns: 1fr;
    }

    .hy-options-mockup-kicker {
        max-width: 150px;
    }

    .hy-options-video {
        padding: 42px 0;
    }

    .hy-options-video-inner {
        gap: 26px;
        grid-template-columns: 1fr;
    }

    .hy-options-category {
        padding: 36px 0;
        scroll-margin-top: 82px;
    }

    .hy-options-category-header {
        gap: 12px;
        grid-template-columns: 46px minmax(0, 1fr);
    }

    .hy-options-category-header.has-facts {
        grid-template-columns: 46px minmax(0, 1fr);
    }

    .hy-options-category-header h2 {
        font-size: 34px;
    }

    .hy-options-category-facts {
        grid-column: 1 / -1;
        grid-template-columns: 1fr;
        margin-left: 0;
    }

    .hy-options-main-label-guide {
        gap: 10px;
        grid-template-columns: 1fr;
        margin: 0 0 22px;
    }

    .hy-options-main-label-guide > div {
        grid-template-columns: 30px minmax(0, 1fr);
        padding: 14px;
    }

    .hy-options-main-label-guide p {
        grid-column: 2;
    }

    .hy-options-grid {
        grid-template-columns: 1fr;
    }

    .hy-options-card-body {
        padding: 18px;
    }

    .hy-options-main-label-choices > div {
        grid-template-columns: 1fr;
    }

    .hy-options-main-label-choices article {
        grid-template-columns: 104px minmax(0, 1fr);
    }

    .hy-options-card:only-child {
        display: flex;
        grid-template-columns: none;
    }

    .hy-options-card:only-child .hy-options-card-image {
        aspect-ratio: 4 / 3;
        min-height: 0;
    }

    .hy-options-card,
    .hy-options-card:only-child {
        display: grid;
        gap: 0 14px;
        grid-template-columns: 112px minmax(0, 1fr);
        padding: 14px;
    }

    .hy-options-card-image,
    .hy-options-card:only-child .hy-options-card-image {
        align-self: start;
        aspect-ratio: 1 / 1;
        grid-column: 1;
        grid-row: 1 / span 2;
    }

    .hy-options-card-body {
        display: contents;
    }

    .hy-options-card h3,
    .hy-options-summary,
    .hy-options-card-note {
        grid-column: 2;
    }

    .hy-options-card h3 {
        align-self: end;
        font-size: 18px;
    }

    .hy-options-summary {
        align-self: start;
        font-size: 14px;
        margin: 7px 0 0;
    }

    .hy-options-card-note {
        grid-column: 1 / -1;
        margin: 14px 0 0;
    }

    .hy-options-card-specs {
        grid-column: 1 / -1;
        margin-top: 14px;
    }

    .hy-options-gallery {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .hy-options-example-layout-hangtag-reference .hy-options-gallery {
        grid-template-columns: 1fr;
    }

    .hy-options-category-examples {
        margin-left: -16px;
        margin-right: -16px;
        padding: 24px 16px;
    }

    .hy-options-examples-header {
        gap: 10px;
        grid-template-columns: 1fr;
    }

    .hy-options-examples-header > p:last-child {
        grid-column: 1;
        grid-row: auto;
    }

    .hy-options-package-showcase-header {
        display: block;
    }

    .hy-options-package-showcase-header > p:last-child {
        margin-top: 12px;
    }

    .hy-options-package-size-visual {
        padding: 12px;
    }

    .hy-options-package-size-list,
    .hy-options-package-reference-grid {
        grid-template-columns: 1fr;
    }

    .hy-options-example-item:only-child {
        display: block;
    }

    .hy-options-example-item:only-child .hy-options-gallery {
        margin-top: 16px;
    }

    .hy-options-example-video {
        grid-column: auto;
        grid-row: auto;
        margin-top: 16px;
    }

    .hy-options-category-actions {
        align-items: center;
        flex-direction: row;
        flex-wrap: wrap;
        gap: 14px;
        justify-content: space-between;
    }

    .hy-options-category-cta {
        justify-content: flex-start;
        text-align: left;
    }

    .hy-options-back {
        align-self: flex-end;
    }

}
.qib-button-wrapper button.qib-button{
    padding: 6px 12px 8px;
    height: 41px;
    background: #ffffff;
    border: 1px solid #efefef;
    cursor: pointer;
    font-size: 20px;
    line-height: 20px;
    min-width: 41px;
    color: black;
    height: 41px;
}
.qib-button-wrapper .quantity {
    display: inline;
}
.qib-button-wrapper{
    margin: 3px 0;
    white-space: nowrap;
}

.qib-button-wrapper button.qib-button, .qib-button-wrapper div.quantity.wqpmb_quantity {
    float: none !important;
    height: 41px;
}

.qib-button-wrapper .quantity input.input-text.qty.text {
    height: 41px;
    padding: 6px 12px 8px;
    text-align: center;
    background: #ffffff;
    border: 1px solid #efefef;
    font-size: 20px;
    line-height: 20px;
    box-shadow: none;
    margin: 0 !important;
}

span.wqpmb_plain_input.hidden{display: none;}

body.cart tr.woocommerce-cart-form__cart-item.cart_item .quantity.wqpmb_quantity,.quantity.wqpmb_quantity {
    display: inline-flex;
}
body .qib-button-wrapper {
    display: flex;
    float: left;
    flex-wrap: nowrap;
    margin-right: 5px;
    align-items: center;
    justify-content: center;
    gap: 0;
}
body .qib-button-wrapper .minus.qib-button, 
body .qib-button-wrapper .plus.qib-button{
    background: #a19f9f14;
}
body .qib-button-wrapper .minus.qib-button:hover, body .qib-button-wrapper .plus.qib-button:hover {
    background: #14141414;
}
.wpt-wrap .qib-button-wrapper {
    gap: 0;
  }
.wpt-wrap .qib-button-wrapper div.quantity.wqpmb_quantity {
    height: 37px !important;
}
body.cart tr.woocommerce-cart-form__cart-item.cart_item .qib-button-wrapper{
    margin: inherit;
}
.woocommerce div.product form.cart .qib-button-wrapper div.quantity{
    margin-right: 0;margin: 0;
}

.qib-button-wrapper input::-webkit-outer-spin-button,
.qib-button-wrapper input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    margin: 0; 
}

.qib-button-wrapper input[type=number],
.qib-button-wrapper .quantity input[type=number], 
.qib-button-wrapper .quantity input[type=number]{ 
-moz-appearance:textfield; /* Firefox */
}


.woocommerce-page div.product form.cart div.quantity.wqpmb_quantity, .woocommerce div.product form.cart .quantity.wqpmb_quantity, .woocommerce div.product .quantity.wqpmb_quantity{
    margin: 0 !important;
}

@media only screen and (max-width: 600px) {
    table.cart .product-quantity .plus, table.cart .product-quantity .minus {
        display: block;
    }

    body .qib-button-wrapper {
        display: flex;
        float: right;
        margin-right: 0;
    }
}





/* Compatibility Starting Here */

/* Theme Pricon */
body.theme-pricom .qib-button-wrapper .minus.qib-button, 
body.theme-pricom .qib-button-wrapper .plus.qib-button,
body.theme-pricom input.input-text.qty.text.wcmmq-qty-input-box {
    background: #f5f5f5;
    color: #7e7e7e;
    border-radius: 0;
    border: 0 none !important;
}
body.theme-pricom .qib-button-wrapper .minus.qib-button:hover, 
body.theme-pricom .qib-button-wrapper .plus.qib-button:hover,
body.theme-pricom input.input-text.qty.text.wcmmq-qty-input-box:hover {
    color: #000;
}

body.theme-pricom .qib-button-wrapper {
    border: 1px solid #ddd;
    border-radius: 15px;
	overflow: hidden;
}
body.theme-pricom .qib-button-wrapper .quantity .input-text[type=number] {
    min-width: 56px;
}

.woocommerce div.product form.cart div.quantity .qty {
    margin-top: 0 !important;
    margin-right: 0 !important;
    margin-bottom: 0 !important;
    margin-left: 0 !important;
}


/* Theme Shoptimizer */
body.theme-shoptimizer .ajax_add_to_cart.add_to_cart_button, 
body.theme-shoptimizer .single-product div.product form.cart .button {
    margin-left: 0px !important;
    margin-top: -2px !important;
    width: 200px !important;
    height: 50px !important;
    width: 200px !important;
}