html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
}

body {
    background: var(--color-grayest);
    color: var(--color-text);
    --font-size-xs: 12px;
    --font-size-sm: .87em;
    --font-size-md: 1.2em;
    --font-size-lg: 1.33em;
    --font-size-lger: 1.47em;
    --font-size-lgest: 1.67em;
    min-height: 100vh;
    background: var(--color-background);
    transition: color .5s, background-color .5s;
    line-height: 1.2;
    font-family: Urbanist, sans-serif;
    font-size: var(--font-size-base);
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.catalog-type {
    padding: 2em calc(var(--main-padding) + 50px);
}

.container .col-main h2 {
    margin-bottom: 1em;
    font-size: 1.47em;
    text-align: center;
}

.container main > div:not(.page-body) {
    padding: 2em 0;
}

.container main > div {
    position: relative;
}

.page-body {
    margin: 0 auto;
    padding: 0 var(--page-body-padding);
    max-width: calc(var(--page-content-width) + 17vw);
    width: 100%;
    height: 100%;
}

.container main h2 {
    margin-bottom: 1em;
    font-size: 1.47em;
    text-align: center;
}

.goodslist {
    --img-height: 20em;
    --columns: 4;
    --title-line: 2;
    display: grid;
    grid-template-columns: repeat(var(--columns), 1fr);
    gap: clamp(1em, 1.5vw, 2em);
    container: goodslist/inline-size;
}

.goodslist > li {
    border-radius: .5em;
    padding: 1em;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}

.goodslist > li:has(>footer) {
    padding: 0;
}

.goodslist.border > li {
    border: .1em solid var(--border-color, var(--color-grayer));
}

.goodslist .img {
    display: flex;
    justify-content: center;
    align-items: center;
}

.goodslist .img {
    aspect-ratio: 1/1;
    min-height: 10em;
    max-height: var(--img-height);
    margin-bottom: 1em;
    border: .1em solid var(--border-color, var(--color-grayer));
    border-radius: .5em;
    padding: 1em;
    overflow: hidden;
}

.goodslist.border > li .img {
    margin-bottom: 0;
    border: none;
}

.page-patches .pin-type .img {
    border: none;
}

.goodslist img {
    display: block;
    margin: 0 auto;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.goodslist > li:has(>footer) > footer {
    --bg-color: #eaeaea;
    flex: 1;
    padding: 1em;
    background-color: var(--bg-color, var(--color-grayest));
    display: flex;
    justify-content: flex-end;
    align-items: stretch;
    flex-direction: column;
}

.goodslist h4 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: var(--title-line);
    line-clamp: var(--title-line);
}

.page-patches h4 {
    font-size: 1.2em;
    font-weight: 400;
}

.page-patches .pin-type .attr, .page-patches .pin-type .desc {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: .5em;
    margin: 1em 0;
    font-size: .67em;
}

.page-patches .btn-quote {
    --padding: .3em;
    font-size: 1.2em;
    white-space: nowrap;
}

.btn {
    position: relative;
    padding: var(--padding) calc(var(--padding) * 2);
    background-color: var(--bg-color);
    border: .1em solid var(--border-color);
    border-radius: var(--border-radius);
    color: var(--color-text);
    fill: #000;
    cursor: pointer;
}

.main main.page-patches .sample {
    padding: .5em 0;
    background-color: #000;
    color: #fff;
}

.page-patches .sample h2 {
    margin-bottom: 0;
    font-size: 1.85em;
    text-align: left;
}

.page-patches .sample .btn {
    --padding: .2em;
    --border-color: #fff;
    --bg-color: transparent;
    color: #fff;
    font-size: 1.33em;
}

.container main > div.dark {
    background-color: var(--color-bg-light);
    color: #fff;
}

.page-patches .made-patches {
    padding: 1em 0;
}

.page-patches .made-patches .page-body {
    gap: 5%;
    align-items: center;
}

.page-patches .made-patches .page-content {
    flex: 1;
}

.page-patches .made-patches .img {
    width: 50%;
}

.page-patches h2 {
    font-weight: 400;
}

.page-patches .made-patches h2 {
    margin-bottom: .5em;
    text-align: left;
    font-size: 2em;
    font-weight: 400;
}

.page-patches .made-patches .page-content .desc {
    line-height: 1.5;
}

.page-patches .btn-quote {
    --padding: .3em;
    font-size: 1.2em;
    white-space: nowrap;
}

.page-patches .made-patches .btn-quote {
    width: 12em;
    font-size: 1.33em;
}

.goodslist.center {
    text-align: center;
}

.page-patches .lapel-pins header p {
    margin: 0 auto;
    max-width: 60em;
    text-align: center;
}

.page-patches .lapel-pins footer .desc {
    margin: 1em 0 0;
}

.page-patches .lapel-pins footer {
    padding: 1.5em;
    background-color: #fafafa;
}

.page-patches .breadcrumb {
    padding-bottom: 0;
}

.container main > .page-body:has(.el-breadcrumb) {
    padding-top: 1vw;
}

.page-patches .order-rush.dark {
    background: #000 url(/media/maxemblem/image/banner_rush_coins.jpg) no-repeat center/cover;
}

.page-patches .order-rush .page-body {
    gap: 5%;
}

.page-patches .order-rush .page-content {
    width: 45%;
}

.page-patches .order-rush .swiper {
    margin-top: 1em;
}

.page-patches .order-rush h2 {
    text-align: left;
}

.page-patches .order-rush .el-carousel {
    height: 24em;
}

.page-patches .order-rush .thumbs {
    scrollbar-width: 0;
    -ms-overflow-style: none;
}

.page-patches .order-rush .thumbs {
    margin-top: 1em;
}

.page-patches .order-rush .thumbs {
    height: 5.63em;
    max-width: calc(100vw - var(--page-body-padding) * 2);
    overflow-x: auto;
    scroll-behavior: smooth;
}

.page-patches .order-rush .swiper .el-carousel__arrow {
    font-size: 2em;
    border-radius: 50%;
    background-color: #00000080;
}

.page-patches .order-rush .el-carousel .el-image {
    width: 100%;
    height: 100%;
}

.page-patches .order-rush .thumbs ul {
    display: flex;
    align-items: center;
}

.page-patches .order-rush .thumbs ul {
    gap: .5em;
    margin: 0 auto;
    height: 100%;
    width: fit-content;
}

.page-patches .order-rush .thumbs li {
    flex-shrink: 0;
    width: 9em;
    height: 5em;
    border: .15em solid transparent;
    border-radius: .5em;
    background-color: #0000004d;
}

.page-patches .order-rush .thumbs li.active {
    border-color: var(--color-highlight);
}

.page-patches .order-rush .thumbs img {
    height: 100%;
    width: 100%;
    object-fit: scale-down;
}

.page-patches .order-rush .thumbs li img {
    display: block;
    margin: 0 auto;
}

.page-patches .order-rush .btn-freequote {
    width: 15em;
}

.page-patches .difference h2 {
    margin-bottom: 2em;
}

.page-patches .difference .page-content {
    gap: 5%;
}

.page-patches .difference .left, .page-patches .difference .right {
    width: 25%;
}

.page-patches .difference .center {
    flex: 1;
}

.page-patches .difference .img {
    position: relative;
    margin: 0 auto;
    width: 80%;
}

.page-patches .difference .img:after {
    content: "";
    z-index: -1;
    position: absolute;
    top: 0;
    right: -8em;
    width: 11em;
    height: 11em;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAJ4AAACaCAMAAABvygFfAAAAQlBMVEUAAADSRgDQRQDPQADTRQDSRQDSRgDSRgDRRQDSRgDRRgDQRQDRRQDSRgDTSADRRQDTRADTRgDWRQDSRgDURgDSRgBgCPR9AAAAFXRSTlMA3x8Qv39v72CfTzA/j0DPQK8/z1+j55E2AAADVElEQVR42uzY3W6jMBAF4DNj/IMNBdKe93/VzS6tUNLUGVTo9sLfTaRIKJNh5pgETdM0TdM0TdM0TdM0TdM0v5crKSmKD7ngl3FpnHjV45V/dUHxW7jQcRUzvHDVDfgdhFfSh6L4x13WegP+u5clQB7cS01CD8VGh5yGQfGDXjpyglM8UpA4Ka40FAS+m/qMk23FUSoflkjRf5MZ4bmZ4XA2XUjKgBpPSuTVCFz0qlzCIlFnyhtOFSIZE+pct6aMw61MnlvgSNI71L0IryZ8dulIiuIsHTvFE45k15MzHijTWfVpJ6oFz3UywEV2eCgcXd92yzKeURH3sR6ustg4WCA5GqojB/zlInMleHAo15NxMFWXsMqh9lUdDqQTOam5ulV5c/hCHnAgFXJ0eGq6eR54Zag9iikOopH0eM6T/jaEagEqDsdIjMmy2uRyW0Gsnsv+mEApSAUGcpcXmdRawLPge7b8sjXvtsdK5urEdIdUJ86YPQG3yFAP0nxEdQoLN+Ce1HNcdmzHt89H4Yw7r+xRMdu349un4ws5fJ7+HjUdo8Mm9A57FHt16CmolGdoX9o5ixor1VluZF4KzO2zj+J2cYGRIxPuOYe6mdtEZDJhjyAZm/2j5+RpO5KvTEdVeMPGUp4+eK/ALHI84LCwlWfvxzJia79ZJicY1A4wYW8Jh/m9HRFmuh3vRpH+c/+L5bpue/qyElKxS8/uUz974xDtHT1PBuyjXgFsijCqLZH8+pJhlMgeu7nXabj5XZet6bpt+RmDt005ZfEphTFAGAeYzOQMJHtQ9NuO75KEH0rxii+pqrtbDk/Zu4T75X6KJOXZg8rVNBasPKPDYl/cEnCquz/JCxnQcYFJGB3OpflyCUsk2etH5Am9Pf5/gktCytt79FmTbNva83mSI+Cks8ZeIhN+jAo56Tp/g7F5+EGuJ0Xxp107WGEYBsE4bjXZSGlhF9//VTd26WUwW0r08P89gQj5iCa2xlK5n468WybVxd011OwhUx2PDLGxVmW27l/y3/TmHfU9Q8d2kwS7h5bNqzdJ0ULliUkOjeTZY6gkeQXKW7xLlr0FZsdNstiI7JjyWM3Q+6h10bvG3Ot8kflBS1cHAAAAAAAAAAAAAAAAAKjlDXznLStGnQf8AAAAAElFTkSuQmCC) no-repeat center/contain;
}

.page-patches .difference .list {
    border-radius: .5em;
    background-color: var(--color-grayest);
}

.page-patches .difference .list li {
    position: relative;
    height: 5em;
    padding: 5%;
    border-radius: .5em;
    font-size: 1.2em;
    display: flex;
    justify-content: center;
    align-items: center;
}

.page-patches .difference .list li:not(:last-child):after {
    content: "";
    position: absolute;
    left: 5%;
    right: 5%;
    bottom: 0;
    height: .1em;
    background-color: var(--color-gray);
}

.page-patches .difference .tips {
    gap: .5em;
    padding: .5em 0;
}

.page-patches .difference .center img {
    width: 100%;
}

.page-patches .difference .right .img:after {
    right: auto;
    left: -8em;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAKEAAACdCAMAAADrN+hSAAAAP1BMVEUAAAAAZs0AY88AZM8AZc0AZswAZswAZs0AZcwAZswAZc0AZcoAZc0AZskAZs0AZcwAZswAZ80AZMwAZcwAZsyGFaPmAAAAFHRSTlMA3xAgfz+/n+/PXzBQH49vr4+gkL0Hk8MAAANISURBVHja7NfbjuIwEATQ6vY9di6zU///rQvsMGIgEGc2iXjweUJCKCU7LtpomqZpmqZpmqZpmqZpmqZpmg1pGcOUMfpgi8PbUet5FiC88B9vldJ5nsU0ZRTvIy9kxLuwPPFjjyt14xRJD9f1eAcTo1XcczaDZDg4o5bOnoyKq8/Um04xb+CxGUsQfhnhUyiAerLgOROOzFh4IWdGeSIhkUHxignHHBrnJWeRoev1bkEHnCxn9NiV8STLTOzKLTSJHor9jM/2SShCimKRUxPFYSd/ONsmQEc6YxkVFRxJi118kslgTqIHYBQ+9VjUCSk9tmfJCbMM2V0/SEbViYkdttaRSTFL5frNSMaMZeMeO50oBotyrItohPQ9NmWTwTwV0ZuIde+YmcgJBylk/nFURVHBbrrPRuyrR8W7d2xAnTF12Igw4amJ/n6OcagykXazc9zhqXS3ZioMtVuzUUQjFDwXae/7zuDYiJY0eG5mgU05NKIhw+uvH/Kk6seatEHEQJrXCR3ueEZU0nPEXZcQZmaXHelQSYV0azPZvn4JAZl5QOSw5iAWrOMpWr2EgMnzHVmvR+nXjtL2tgvNQsKPx4gDBSsUxnUR/c24bBkWy0jmOh71rvNGPXdbIE6X/3HyQsLa6bNeokc1jbQL08QySw5Y4ftWZGLCovD4Fnn69de0EYse+yyQVY3pHzahwzqayIwlj31WN6YMfBgeCtYycXn0feyzUln3/sf9sogo1ivktKYSI04CBTV0Iie44lwZQySpWGd9iToyA0qG6oHeKq+8w690GdWU7K5NV0uFZzI4/No0oJZwACYKvmj34cXbhYx93+N/5BWVM3GCfreoCZEX2Jln7Ovf2u+LsH7yREIII3aW689zR15PshMy2oxDWNJVl1OfGP79hoPiICpM1bN/+duOvaQwDMNAGJaf4ISatsz9z9rgbTfyRmnh/05gEBaaqaNYfkvOzjQim39nzDykni3SOk49kl6P9cBpsZo3+w1J50qK0bqSt/VRl6qFO0f15vjLtN9VdRl2i2fyluGpWDh/H3BIKnaP6Vo4R/Av2a99mpLtiB9zC57xfh4o1bbEr8RsAAAAAAAAAAAAAAAAAAAA/+oDzdksBl/MzbIAAAAASUVORK5CYII=);
}

.page-patches .lapel-vs-acrylic .page-content {
    gap: 5%;
}

.page-patches .lapel-vs-acrylic figcaption {
    margin: .5em 0;
    font-size: 1.2em;
    text-align: center;
    font-weight: 700;
}

.page-patches .lapel-vs-acrylic ul {
    padding: 0 2em;
    list-style: disc;
}

.page-patches .lapel-vs-acrylic ul li {
    margin: .5em 0;
}

.page-patches .lapel-vs-acrylic .btn {
    margin-top: 2em;
    width: 17em;
}

.page-patches .fabrication {
    padding-top: 3em;
}

.page-patches .fabrication .el-tabs {
    --el-font-size-base: 1.2em;
    gap: 1em;
    container: scrollbar/inline-size;
}


.goodslist.bg > li {
    padding: 2em 1em;
    background-color: var(--bg-color, var(--color-grayest));
    color: var(--color-text);
}

.goodslist.bg-img-gradient .img {
    background: linear-gradient(var(--bg-deg, 165deg), #fafafa 50%, #eef0f0 50%);
}

.goodslist.box .img, .goodslist.plain .img {
    border: none;
}

.page-patches .fabrication img {
    mix-blend-mode: darken;
}

.page-patches .fabrication .el-tabs .el-tabs__nav-scroll {
    display: flex;
    justify-content: center;
    align-items: center;
}

.page-patches .fabrication .btn-quote {
    width: 12em;
    font-size: 1.07em;
}

.page-patches .create-steps hgroup {
    padding: 0 10%;
    text-align: center;
}

.page-patches .create-steps h2 {
    font-size: 1.67em;
}

.page-patches .create-steps .el-steps {
    --el-color-primary: #000;
    padding-top: 20em;
}

.page-patches .create-steps .el-steps .el-step__line {
    top: 50%;
    border-color: var(--color-grayer);
    background-color: var(--color-grayer);
}

.page-patches .create-steps .el-steps .el-step__icon {
    width: 3.53em;
    height: 3.53em;
    font-size: 1em;
    border: .2em solid var(--color-grayer);
}

.page-patches .create-steps .el-steps .el-step__icon .el-step__icon-inner {
    font-size: 1.47em;
}

.page-patches .create-steps .el-steps .el-step__title {
    margin-top: 1em;
    font-size: 1.2em;
    line-height: 1;
}

.page-patches .create-steps .el-steps .el-step__description {
    font-size: 1em;
}

.page-patches .create-steps img {
    position: absolute;
    top: -17em;
    left: 50%;
    transform: translate(-50%);
    width: 16em;
}

.page-patches .create-steps .el-steps .el-step__icon {
    width: 3.53em;
    height: 3.53em;
    font-size: 1em;
    border: .2em solid var(--color-grayer);
}

.characteristic {
    padding: 1em 0 !important;
}

.offer-list.default {
    --reverse-color: #fff;
    background-color: #fff;
}

.offer-list ul {
    height: 100%;
    display: flex;
    justify-content: space-between;
}

.offer-list ul {
    gap: 1em;
}

.characteristic ul {
    margin: 0 auto;
    padding: 0 var(--page-body-padding);
    max-width: calc(var(--page-content-width) + 6vw);
    width: 100%;
}

.characteristic ul {
    padding: .5em;
}

.offer-list li {
    display: flex;
    align-items: center;
}

.offer-list li {
    gap: .5em;
    white-space: nowrap;
}

.offer-list li svg, .offer-list li img {
    width: 2em;
    height: 2em;
    fill: currentColor;
}

.page-patches .patches footer {
    padding: 1em 1.5em;
}

.page-patches .patches footer > .flex {
    justify-content: space-between;
}

.price {
    display: flex;
    align-items: center;
}

.price {
    display: inline-flex;
    gap: .5em;
}

.price span, .price strong {
    color: var(--color-fail);
}

.page-patches .backing {
    --bg-color: #fff;
}

.page-patches .measure .page-content {
    gap: 8%;
}

.page-patches .measure .page-content .left {
    flex: 1;
}

.page-patches .measure .page-content .right {
    width: 40%;
}

.page-patches .measure .img img {
    max-width: 38em;
}

.page-patches .measure .img figcaption {
    font-size: .8em;
    text-align: center;
}

.page-patches .backing li {
    padding: .1em;
}

.goodslist.bg .img {
    border: none;
}

.goodslist.bg-img .img {
    padding: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    background-color: var(--img-bg-color, var(--color-grayer));
}

.page-patches .backing .img {
    height: 10em;
}

.page-patches .measure .img img {
    max-width: 38em;
}

.page-patches .backing .img img {
    border-radius: .5em .5em 0 0;
}

.page-patches h4 {
    font-size: 1.2em;
    font-weight: 400;
}

.page-patches .backing h4 {
    font-weight: 700;
    text-align: center;
    font-size: 1em;
}

.page-patches .backing dl {
    padding: .5em 1em;
    font-size: .8em;
    line-height: 1.5;
}

.page-patches .backing dl dt {
    font-weight: 700;
    gap: .2em;
    display: flex;
    align-items: center;
}

.page-patches .backing dl dt:before {
    content: "";
    flex-shrink: 0;
    width: .4em;
    height: .4em;
    border-radius: 50%;
    background-color: var(--color-text);
}

.page-patches .backing .btn-view {
    font-size: 1.07em;
    color: var(--color-bg-light);
}

.page-patches .made-patches .img iframe {
    width: 100%;
    height: 100%;
    min-height: 20em;
}

.page-patches h2 {
    font-weight: 400;
}

.page-patches .difference .list li.active, .page-patches .difference .list li:hover {
    background-color: var(--color-bg-light);
    color: #fff;
}

.pin-type-new .goodslist .img {
    padding: 0;
    background: #eaeaea;
    border-radius: 0;
}

.page-patches .goodslist h4 {
    text-align: center;
    font-weight: bold;
}

.pin-type-new .goodslist footer p.as-low {
    margin: 1em 0;
}

.pin-type-new .goodslist footer .quote-box {
    gap: 1em;
    font-weight: bold;
}

.pin-type-new .goodslist footer .quote-box span {
    color: #5d84b3;
    display: inline-block;
    cursor: pointer;
}

.pin-type-new .goodslist footer .quote-box span a {
    color: #5d84b3;
}

.pin-type-new .goodslist > li:has(>footer) > footer {
    --bg-color: #00000000;
}

@media (max-width: 1280px) {

    .goodslist {
        --columns: 3;
    }
}