:root {
    --art-ink: #181b20;
    --art-muted: #66707b;
    --art-paper: #f6f3ed;
    --art-card: #ffffff;
    --art-gold: #b88a38;
    --art-gold-dark: #8f6827;
    --art-line: rgba(24, 27, 32, .11);
    --art-shadow: 0 18px 50px rgba(26, 28, 32, .1);
}

.art-page,
.artp-page {
    overflow: hidden;
    background: #fff;
    color: var(--art-ink);
}

.art-page *,
.artp-page * {
    box-sizing: border-box;
}

.art-site-header .topnav-inner {
    border-bottom-color: rgba(184, 138, 56, .18);
}

.art-site-header .topnav-mobile-action {
    background: var(--art-ink);
}

.art-kicker {
    margin-bottom: 10px;
    color: var(--art-gold-dark);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .12em;
    line-height: 1.3;
    text-transform: uppercase;
}

.art-breadcrumb {
    display: flex;
    min-width: 0;
    align-items: center;
    gap: 9px;
    margin-bottom: 28px;
    color: rgba(255, 255, 255, .62);
    font-size: 12px;
}

.art-breadcrumb a {
    color: inherit;
    text-decoration: none;
}

.art-breadcrumb a:hover {
    color: #fff;
}

.art-breadcrumb i {
    font-size: 8px;
    opacity: .55;
}

.art-breadcrumb span {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.art-hero {
    position: relative;
    min-height: 630px;
    padding: 72px 0 82px;
    overflow: hidden;
    background:
        radial-gradient(circle at 85% 18%, rgba(184, 138, 56, .2), transparent 32%),
        radial-gradient(circle at 6% 84%, rgba(255, 255, 255, .06), transparent 27%),
        #17191d;
    color: #fff;
}

.art-orbit {
    position: absolute;
    border: 1px solid rgba(255, 255, 255, .07);
    border-radius: 50%;
    pointer-events: none;
}

.art-orbit-one {
    top: -340px;
    right: -220px;
    width: 760px;
    height: 760px;
}

.art-orbit-two {
    bottom: -330px;
    left: -250px;
    width: 650px;
    height: 650px;
}

.art-hero-grid {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(0, .92fr) minmax(430px, 1.08fr);
    gap: 70px;
    align-items: center;
}

.art-hero-copy {
    max-width: 590px;
}

.art-hero-copy .art-kicker {
    color: #e2bd72;
}

.art-hero h1 {
    max-width: 690px;
    margin: 0 0 20px;
    color: #fff;
    font-size: clamp(38px, 4.6vw, 66px);
    font-weight: 850;
    letter-spacing: -.045em;
    line-height: 1.03;
}

.art-hero-copy > p {
    max-width: 580px;
    margin: 0;
    color: rgba(255, 255, 255, .7);
    font-size: 17px;
    line-height: 1.65;
}

.art-hero-price {
    display: inline-flex;
    align-items: baseline;
    gap: 10px;
    margin-top: 24px;
    padding: 10px 14px;
    border: 1px solid rgba(226, 189, 114, .23);
    border-radius: 999px;
    background: rgba(226, 189, 114, .08);
}

.art-hero-price span {
    color: rgba(255, 255, 255, .56);
    font-size: 12px;
    font-weight: 600;
}

.art-hero-price strong {
    color: #f0cd88;
    font-size: 18px;
    font-weight: 800;
}

.art-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 27px;
}

.art-btn {
    display: inline-flex;
    min-height: 50px;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 0 21px;
    border: 1px solid transparent;
    border-radius: 10px;
    font-size: 14px;
    font-weight: 750;
    text-decoration: none;
    transition: border-color .16s ease, background-color .16s ease, color .16s ease;
}

.art-btn:hover,
.art-btn:focus {
    text-decoration: none;
}

.art-btn-primary {
    background: #fff;
    color: var(--art-ink);
}

.art-btn-primary:hover,
.art-btn-primary:focus {
    background: #f0cd88;
    color: var(--art-ink);
}

.art-btn-secondary,
.art-btn-secondary:visited {
    border-color: rgba(255, 255, 255, .5);
    background: rgba(255, 255, 255, .13);
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .06);
    color: #fff !important;
}

.art-btn-secondary:hover,
.art-btn-secondary:focus {
    border-color: #f0cd88;
    background: rgba(240, 205, 136, .16);
    color: #fff !important;
}

.art-hero-trust {
    display: flex;
    flex-wrap: wrap;
    gap: 11px 18px;
    margin-top: 25px;
    color: rgba(255, 255, 255, .62);
    font-size: 12px;
}

.art-hero-trust span {
    display: inline-flex;
    align-items: center;
    gap: 7px;
}

.art-hero-trust i {
    color: #e2bd72;
    font-size: 9px;
}

.art-hero-visual {
    position: relative;
    min-height: 500px;
}

.art-hero-frame {
    position: absolute;
    overflow: hidden;
    border: 10px solid #f4f1eb;
    background: #fff;
    box-shadow: 0 34px 70px rgba(0, 0, 0, .3);
}

.art-hero-frame img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.art-hero-frame-main {
    top: 0;
    left: 6%;
    z-index: 2;
    width: 55%;
    height: 455px;
    transform: rotate(-2deg);
}

.art-hero-frame-secondary {
    right: 2%;
    bottom: 0;
    z-index: 1;
    width: 47%;
    height: 365px;
    opacity: .88;
    transform: rotate(3deg);
}

.art-hero-label {
    position: absolute;
    right: 15%;
    bottom: 18px;
    z-index: 3;
    display: flex;
    max-width: 250px;
    align-items: center;
    gap: 10px;
    padding: 11px 14px;
    border: 1px solid rgba(255, 255, 255, .18);
    border-radius: 10px;
    background: rgba(20, 22, 26, .9);
    box-shadow: 0 12px 32px rgba(0, 0, 0, .2);
    color: rgba(255, 255, 255, .73);
    font-size: 11px;
    line-height: 1.35;
}

.art-hero-label i {
    color: #e2bd72;
    font-size: 17px;
}

.art-hero-label strong {
    display: block;
    color: #fff;
    font-size: 12px;
}

.art-hero-visual.is-placeholder {
    display: grid;
    place-items: center;
}

.art-hero-collection-placeholder {
    display: flex;
    width: min(100%, 430px);
    min-height: 315px;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 40px;
    border: 1px solid rgba(255, 255, 255, .14);
    border-radius: 24px;
    background:
        radial-gradient(circle at 70% 18%, rgba(226, 189, 114, .13), transparent 31%),
        rgba(255, 255, 255, .045);
    box-shadow: 0 28px 65px rgba(0, 0, 0, .2);
    color: #fff;
    text-align: center;
}

.art-hero-collection-placeholder > span {
    display: grid;
    width: 70px;
    height: 70px;
    place-items: center;
    margin-bottom: 22px;
    border: 1px solid rgba(226, 189, 114, .28);
    border-radius: 20px;
    background: rgba(226, 189, 114, .1);
    color: #e2bd72;
    font-size: 27px;
}

.art-hero-collection-placeholder strong {
    font-size: 25px;
    font-weight: 850;
    line-height: 1.15;
}

.art-hero-collection-placeholder small {
    max-width: 310px;
    margin-top: 11px;
    color: rgba(255, 255, 255, .66);
    font-size: 13px;
    line-height: 1.55;
}

.art-section-heading {
    max-width: 760px;
    margin-bottom: 32px;
}

.art-section-heading-row {
    display: flex;
    max-width: none;
    align-items: flex-end;
    justify-content: space-between;
    gap: 24px;
}

.art-section-heading h2 {
    margin: 0;
    color: var(--art-ink);
    font-size: clamp(30px, 3.4vw, 46px);
    font-weight: 820;
    letter-spacing: -.035em;
    line-height: 1.1;
}

.art-section-heading p {
    max-width: 690px;
    margin: 12px 0 0;
    color: var(--art-muted);
    font-size: 15px;
    line-height: 1.6;
}

.art-categories {
    padding: 76px 0;
    background: var(--art-paper);
}

.art-category-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
}

.art-category-card {
    position: relative;
    display: grid;
    min-height: 210px;
    grid-template-columns: 52px minmax(0, 1fr);
    gap: 17px;
    align-items: start;
    overflow: hidden;
    isolation: isolate;
    padding: 25px;
    border: 1px solid rgba(24, 27, 32, .08);
    border-radius: 20px;
    background:
        radial-gradient(circle at 92% 8%, rgba(184, 138, 56, .13), transparent 34%),
        linear-gradient(145deg, #fff 0%, #fbf8f2 100%);
    box-shadow: 0 12px 32px rgba(24, 27, 32, .065);
    color: var(--art-ink);
    text-decoration: none;
    transition: border-color .18s ease, box-shadow .18s ease, background-color .18s ease;
}

.art-category-card.has-image {
    padding-right: 215px;
}

.art-category-card:hover,
.art-category-card:focus {
    border-color: rgba(184, 138, 56, .54);
    box-shadow: 0 18px 42px rgba(24, 27, 32, .12);
    color: var(--art-ink);
    outline: none;
    text-decoration: none;
}

.art-category-icon {
    position: relative;
    z-index: 3;
    display: inline-flex;
    width: 50px;
    height: 50px;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(184, 138, 56, .15);
    border-radius: 14px;
    background: #f4ead7;
    color: var(--art-gold-dark);
    box-shadow: 0 8px 20px rgba(80, 59, 25, .08);
    font-size: 19px;
}

.art-category-copy {
    position: relative;
    z-index: 3;
    display: flex;
    min-width: 0;
    flex-direction: column;
}

.art-category-copy small {
    margin-bottom: 8px;
    color: var(--art-gold-dark);
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.art-category-copy strong {
    color: var(--art-ink);
    font-size: 23px;
    font-weight: 820;
    line-height: 1.15;
}

.art-category-copy em {
    margin-top: 9px;
    color: var(--art-muted);
    font-size: 13px;
    font-style: normal;
    line-height: 1.48;
}

.art-category-status {
    display: inline-flex;
    width: fit-content;
    min-height: 29px;
    align-items: center;
    gap: 8px;
    margin-top: 17px;
    padding: 0 10px;
    border: 1px solid rgba(24, 27, 32, .08);
    border-radius: 999px;
    background: rgba(255, 255, 255, .72);
    color: var(--art-ink);
    font-size: 11px;
    font-weight: 800;
    line-height: 1;
}

.art-category-status i {
    color: var(--art-gold-dark);
    font-size: 9px;
}

.art-category-status.is-coming {
    color: #747d88;
    font-weight: 700;
}

.art-category-image {
    position: absolute;
    z-index: 2;
    top: 16px;
    right: 17px;
    bottom: 16px;
    width: 180px;
    overflow: hidden;
    border-radius: 15px;
    background: transparent;
}

.art-category-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    background: transparent;
    mix-blend-mode: multiply;
}

.art-category-watermark {
    position: absolute;
    z-index: 1;
    right: 20px;
    bottom: -22px;
    color: currentColor;
    font-size: 132px;
    line-height: 1;
    opacity: .055;
    pointer-events: none;
}

.art-category-money {
    background: linear-gradient(110deg, #fff8eb 0%, #fff 62%);
}

.art-category-motivation {
    background:
        radial-gradient(circle at 93% 7%, rgba(225, 123, 77, .17), transparent 36%),
        linear-gradient(145deg, #fff 0%, #fff5ef 100%);
}

.art-category-motivation .art-category-icon {
    border-color: rgba(190, 91, 49, .14);
    background: #fbe7dc;
    color: #a34d2b;
}

.art-category-motivation .art-category-status i {
    color: #a34d2b;
}

.art-category-artwork {
    background:
        radial-gradient(circle at 93% 7%, rgba(111, 101, 179, .16), transparent 36%),
        linear-gradient(145deg, #fff 0%, #f6f4fc 100%);
}

.art-category-artwork .art-category-icon {
    border-color: rgba(95, 83, 166, .14);
    background: #ebe8f8;
    color: #5d53a2;
}

.art-category-artwork .art-category-status i {
    color: #5d53a2;
}

.art-category-patriotic {
    background:
        radial-gradient(circle at 92% 4%, rgba(52, 116, 187, .16), transparent 34%),
        linear-gradient(145deg, #fff 0%, #f1f7fd 72%, #fff9df 100%);
}

.art-category-patriotic .art-category-icon {
    border-color: rgba(37, 101, 170, .14);
    background: #e4f0fb;
    color: #2b68a5;
}

.art-category-patriotic .art-category-status i {
    color: #2b68a5;
}

.art-products {
    padding: 82px 0 92px;
    background: #fff;
}

.art-products-count {
    display: inline-flex;
    min-height: 34px;
    align-items: center;
    padding: 0 12px;
    border: 1px solid var(--art-line);
    border-radius: 999px;
    color: var(--art-muted);
    font-size: 12px;
    white-space: nowrap;
}

.art-product-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(270px, 350px));
    gap: 22px;
    justify-content: center;
}

.art-product-card {
    display: flex;
    min-width: 0;
    overflow: hidden;
    flex-direction: column;
    border: 1px solid var(--art-line);
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 10px 28px rgba(24, 27, 32, .06);
    color: var(--art-ink);
    text-decoration: none;
    transition: border-color .18s ease, box-shadow .18s ease;
}

.art-product-card:hover,
.art-product-card:focus {
    border-color: rgba(184, 138, 56, .5);
    box-shadow: 0 18px 38px rgba(24, 27, 32, .12);
    color: var(--art-ink);
    text-decoration: none;
}

.art-product-image {
    position: relative;
    display: block;
    aspect-ratio: 4 / 5;
    overflow: hidden;
    border-bottom: 1px solid var(--art-line);
    background: transparent;
}

.art-product-image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
    background: transparent;
    transition: filter .2s ease;
}

.art-product-card:hover .art-product-image img {
    filter: contrast(1.03);
}

.art-product-view {
    position: absolute;
    right: 14px;
    bottom: 14px;
    display: inline-flex;
    min-height: 34px;
    align-items: center;
    gap: 8px;
    padding: 0 12px;
    border-radius: 999px;
    background: rgba(24, 27, 32, .88);
    color: #fff;
    font-size: 11px;
    font-weight: 700;
}

.art-product-info {
    display: flex;
    min-height: 185px;
    flex: 1 1 auto;
    flex-direction: column;
    padding: 19px;
}

.art-product-info > small {
    color: var(--art-gold-dark);
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.art-product-info > strong {
    margin-top: 5px;
    color: var(--art-ink);
    font-size: 22px;
    font-weight: 820;
    line-height: 1.2;
}

.art-product-info > em {
    display: -webkit-box;
    margin-top: 9px;
    overflow: hidden;
    color: var(--art-muted);
    font-size: 13px;
    font-style: normal;
    line-height: 1.45;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.art-product-bottom {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 10px;
    margin-top: auto;
    padding-top: 16px;
}

.art-product-bottom b {
    color: var(--art-ink);
    font-size: 17px;
    font-weight: 820;
}

.art-product-bottom > span {
    color: #8a9199;
    font-size: 11px;
}

.art-empty {
    display: flex;
    min-height: 240px;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 30px;
    border: 1px dashed rgba(24, 27, 32, .2);
    border-radius: 18px;
    background: var(--art-paper);
    color: var(--art-muted);
    text-align: center;
}

.art-empty i {
    margin-bottom: 13px;
    color: var(--art-gold);
    font-size: 30px;
}

.art-empty strong {
    color: var(--art-ink);
    font-size: 18px;
}

.art-empty span {
    margin-top: 5px;
    font-size: 13px;
}

.art-process {
    padding: 80px 0;
    background: var(--art-paper);
}

.art-process-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
}

.art-process-grid article {
    position: relative;
    min-height: 230px;
    padding: 22px;
    border: 1px solid var(--art-line);
    border-radius: 16px;
    background: #fff;
}

.art-process-grid article > span {
    position: absolute;
    top: 17px;
    right: 18px;
    color: rgba(24, 27, 32, .22);
    font-size: 12px;
    font-weight: 900;
}

.art-process-grid article > i {
    display: inline-flex;
    width: 42px;
    height: 42px;
    align-items: center;
    justify-content: center;
    margin-bottom: 24px;
    border-radius: 11px;
    background: #f4ead7;
    color: var(--art-gold-dark);
}

.art-process-grid strong {
    display: block;
    color: var(--art-ink);
    font-size: 17px;
    font-weight: 800;
    line-height: 1.25;
}

.art-process-grid p {
    margin: 9px 0 0;
    color: var(--art-muted);
    font-size: 13px;
    line-height: 1.52;
}

.art-quality {
    padding: 74px 0;
    background: var(--art-ink);
    color: #fff;
}

.art-quality-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(390px, .8fr);
    gap: 70px;
    align-items: center;
}

.art-quality .art-kicker {
    color: #e2bd72;
}

.art-quality h2 {
    max-width: 650px;
    margin: 0;
    color: #fff;
    font-size: clamp(30px, 3.5vw, 46px);
    font-weight: 820;
    letter-spacing: -.035em;
    line-height: 1.1;
}

.art-quality ul {
    display: grid;
    gap: 12px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.art-quality li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    color: rgba(255, 255, 255, .74);
    font-size: 14px;
    line-height: 1.45;
}

.art-quality li i {
    margin-top: 3px;
    color: #e2bd72;
}

.art-footer .spf-top {
    border-top-color: rgba(184, 138, 56, .3);
}

/* Product page */
.artp-page {
    background: #f8f7f4;
}

.artp-hero {
    padding-top: 24px;
    background:
        radial-gradient(circle at 92% 4%, rgba(184, 138, 56, .09), transparent 28%),
        #f8f7f4;
}

.artp-breadcrumb {
    margin: 0 0 20px;
    color: #77818b;
}

.artp-breadcrumb a:hover {
    color: var(--art-ink);
}

.artp-gallery-card {
    border-color: rgba(24, 27, 32, .1);
    background: #fff;
}

.artp-gallery-card .spv2-gallery-stage {
    aspect-ratio: 4 / 5;
    background: #fff;
}

.artp-gallery-card .spv2-gallery-slide,
.artp-gallery-card .spv2-gallery-slide img,
.artp-gallery-card .spv2-gallery-thumb img {
    background: transparent;
}

.artp-gallery-card .spv2-gallery-slide img {
    object-fit: contain;
}

.artp-gallery-trust {
    grid-template-columns: 1fr;
}

.artp-order-card {
    border-color: rgba(24, 27, 32, .1);
    box-shadow: 0 18px 45px rgba(24, 27, 32, .1);
}

.artp-order-card .spv2-kicker {
    color: var(--art-gold-dark);
}

.artp-intro-card {
    border-color: rgba(184, 138, 56, .18);
    background: #fbf7ef;
}

.artp-stock {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-top: 11px;
    color: #47705a;
    font-size: 12px;
    font-weight: 700;
}

.artp-stock i {
    color: #4f9468;
}

.artp-hidden-choice {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    overflow: hidden !important;
    clip: rect(0 0 0 0) !important;
    white-space: nowrap !important;
}

.artp-contact-step {
    margin-top: 20px;
}

.artp-contact-step .spv2-field {
    margin-bottom: 13px;
}

.artp-contact-step textarea {
    min-height: 86px;
}

.artp-action-box {
    margin-top: 8px;
}

.artp-action-box .spv2-main-btn {
    background: var(--art-ink);
    border-color: var(--art-ink);
}

.artp-action-box .spv2-main-btn:hover,
.artp-action-box .spv2-main-btn:focus {
    background: var(--art-gold-dark);
    border-color: var(--art-gold-dark);
}

.artp-details {
    padding: 80px 0;
    background: #fff;
}

.artp-details-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
}

.artp-details-grid article {
    min-height: 210px;
    padding: 24px;
    border: 1px solid var(--art-line);
    border-radius: 16px;
    background: var(--art-paper);
}

.artp-details-grid i {
    display: inline-flex;
    width: 43px;
    height: 43px;
    align-items: center;
    justify-content: center;
    margin-bottom: 22px;
    border-radius: 11px;
    background: #fff;
    color: var(--art-gold-dark);
    box-shadow: 0 8px 18px rgba(24, 27, 32, .06);
}

.artp-details-grid strong {
    display: block;
    color: var(--art-ink);
    font-size: 18px;
    font-weight: 800;
}

.artp-details-grid p {
    margin: 9px 0 0;
    color: var(--art-muted);
    font-size: 13px;
    line-height: 1.55;
}

.artp-related {
    padding: 78px 0;
    background: var(--art-paper);
}

.artp-related-grid {
    justify-content: flex-start;
}

.art-text-link {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    color: var(--art-ink);
    font-size: 13px;
    font-weight: 750;
    text-decoration: none;
}

.art-text-link:hover {
    color: var(--art-gold-dark);
    text-decoration: none;
}

.artp-delivery-note {
    padding: 30px 0;
    background: var(--art-ink);
    color: #fff;
}

.artp-delivery-note .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
}

.artp-delivery-note .container > div {
    display: flex;
    align-items: center;
    gap: 15px;
    color: rgba(255, 255, 255, .68);
    font-size: 13px;
    line-height: 1.45;
}

.artp-delivery-note .container > div > i {
    color: #e2bd72;
    font-size: 25px;
}

.artp-delivery-note strong {
    display: block;
    color: #fff;
    font-size: 15px;
}

.artp-delivery-note a {
    display: inline-flex;
    min-height: 43px;
    flex: 0 0 auto;
    align-items: center;
    padding: 0 17px;
    border: 1px solid rgba(255, 255, 255, .23);
    border-radius: 9px;
    color: #fff;
    font-size: 12px;
    font-weight: 750;
    text-decoration: none;
}

.artp-delivery-note a:hover {
    border-color: #e2bd72;
    color: #e2bd72;
}

@media (max-width: 1199.98px) {
    .art-hero-grid {
        grid-template-columns: minmax(0, 1fr) minmax(390px, .92fr);
        gap: 42px;
    }

    .art-category-card {
        padding-right: 22px;
        padding-left: 22px;
    }

    .art-category-card.has-image {
        padding-right: 22px;
    }

    .art-category-image {
        width: 150px;
        opacity: .24;
    }
}

@media (max-width: 991.98px) {
    .art-hero {
        padding: 52px 0 64px;
    }

    .art-hero-grid {
        grid-template-columns: 1fr;
        gap: 46px;
    }

    .art-hero-copy {
        max-width: 700px;
    }

    .art-hero-visual {
        width: min(100%, 650px);
        min-height: 470px;
        margin: 0 auto;
    }

    .art-process-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .art-quality-grid {
        grid-template-columns: 1fr;
        gap: 34px;
    }

    .artp-details-grid {
        grid-template-columns: 1fr;
    }

    .artp-details-grid article {
        min-height: auto;
    }
}

@media (max-width: 767.98px) {
    .art-breadcrumb {
        margin-bottom: 19px;
    }

    .art-hero {
        min-height: auto;
        padding: 38px 0 48px;
    }

    .art-hero h1 {
        font-size: 38px;
    }

    .art-hero-copy > p {
        font-size: 15px;
    }

    .art-hero-visual {
        min-height: 390px;
    }

    .art-hero-frame {
        border-width: 7px;
    }

    .art-hero-frame-main {
        left: 2%;
        width: 62%;
        height: 350px;
    }

    .art-hero-frame-secondary {
        right: 1%;
        width: 48%;
        height: 270px;
    }

    .art-hero-label {
        right: 6%;
        bottom: 10px;
    }

    .art-categories,
    .art-products,
    .art-process,
    .art-quality,
    .artp-details,
    .artp-related {
        padding-top: 52px;
        padding-bottom: 56px;
    }

    .art-section-heading {
        margin-bottom: 24px;
    }

    .art-section-heading-row {
        align-items: flex-start;
        flex-direction: column;
        gap: 13px;
    }

    .art-section-heading h2 {
        font-size: 31px;
    }

    .art-category-grid {
        grid-template-columns: 1fr;
    }

    .art-category-card {
        min-height: 190px;
        grid-template-columns: 42px minmax(0, 1fr);
        gap: 13px;
        padding: 20px;
    }

    .art-category-icon {
        width: 42px;
        height: 42px;
        font-size: 15px;
    }

    .art-category-copy strong {
        font-size: 19px;
    }

    .art-category-copy em {
        font-size: 12px;
    }

    .art-product-grid {
        grid-template-columns: minmax(0, 390px);
    }

    .art-product-info {
        min-height: 170px;
    }

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

    .art-process-grid article {
        min-height: auto;
    }

    .artp-hero {
        padding-top: 16px;
    }

    .artp-breadcrumb {
        overflow: hidden;
    }

    .artp-contact-step .spv2-inline-field {
        grid-template-columns: 1fr;
    }

    .artp-contact-step .spv2-inline-field > label {
        margin-bottom: 6px;
        text-align: left;
    }

    .artp-delivery-note .container {
        align-items: stretch;
        flex-direction: column;
    }

    .artp-delivery-note a {
        justify-content: center;
    }
}

@media (max-width: 479.98px) {
    .art-hero h1 {
        font-size: 34px;
    }

    .art-hero-actions,
    .art-btn {
        width: 100%;
    }

    .art-hero-visual {
        min-height: 345px;
    }

    .art-hero-frame-main {
        width: 65%;
        height: 310px;
    }

    .art-hero-frame-secondary {
        width: 50%;
        height: 230px;
    }

    .art-hero-label {
        max-width: 205px;
        padding: 9px 11px;
    }

    .art-category-card {
        grid-template-columns: 36px minmax(0, 1fr);
        gap: 11px;
        padding: 18px;
    }

    .art-category-card.has-image {
        padding-right: 18px;
    }

    .art-category-image {
        display: none;
    }

    .art-product-card {
        border-radius: 15px;
    }

    .art-product-info {
        padding: 16px;
    }

    .art-quality h2 {
        font-size: 31px;
    }
}
