:root {
    --main-color: #000;
    --oats: #dbcfc5;
    --sand: #EFE8E2;
    --grey: #FAFAFA;
    --grey-100: #f1f0f0;
    --blue-100: #ABE0FB;
    --blue-400: #0098DB;
    --blue-700: #00314F;
    --green: #73B950;
    --warm: #7bd45a;
    --font-header: "Poiret One", sans-serif;
    --font-body: "Inter", sans-serif;
    --font-bt: "Inter", sans-serif;
    --mw-super: calc(1240px + 2rem);
    --mw-full: calc(1120px + 2rem);
    --mw-md: calc(960px + 2rem);
    --mw-sm: calc(768px + 2rem);
    --fade-bt: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
    --br: 0;
    interpolate-size: allow-keywords;
}

* {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
*,
::after,
::before {
    box-sizing: border-box;
}
body.home,
html.home {
    height: 100%;
    scroll-behavior: smooth;
}
html {
    scroll-behavior: smooth;
}
canvas,
img,
picture,
svg,
video {
    display: block;
    max-width: 100%;
}
button,
input,
select,
textarea {
    font: inherit;
    color: var(--main-color);
}
fieldset {
    margin: 0;
    padding: 0;
    border-width: 0;
}
*,
h5,
h6,
p {
    margin: 0;
}
h1,
h2,
h3,
h4,
h5,
h6,
p {
    overflow-wrap: break-word;
    padding: 0;
    font-weight: 400;
}
p {
    margin-bottom: 1rem;
    text-wrap: pretty;
}
dd, ol, ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
body {
    color: var(--main-color);
    background-color: #fff;
    font-family: var(--font-body);
    font-weight: 400;
    font-size: 1em;
    line-height: 1.5em;
    width: 100%;
    position: relative;
    font-optical-sizing: auto;
}
main {
    position: relative;
}
h1,
h2,
h3,
h4 {
    line-height: 1.2em;
    text-wrap: balance;
    margin-bottom: .25em;
    font-weight: 400;
    font-family: var(--font-header);
}
h1 {
    font-size: 4rem;
}

.mt05{margin-top: .5rem;}
.mt1 {margin-top: 1rem;}
.mt15{margin-top: 1.5rem;}
.mt2 {margin-top: 2rem;}
.mt3 {margin-top: 3rem;}
.mt4 {margin-top: 4rem;}
.mt5 {margin-top: 5rem;}

.mb0 {margin-bottom: 0;}
.mb1 {margin-bottom: 1rem;}
.mb2 {margin-bottom: 2rem;}
.mb3 {margin-bottom: 3rem;}
.mb4 {margin-bottom: 4rem;}

.pt1 {padding-top: 1rem;}
.pt2 {padding-top: 2rem;}
.pb1 {padding-bottom: 1rem;}
.pb2 {padding-bottom: 2rem;}
.pb3 {padding-bottom: 3rem;}
.px2 {padding-left: 2rem; padding-right: 2rem}


.mxauto {margin-left: auto; margin-right: auto;}
.grid   {display: grid}
.flex   {display: flex;}
.center {justify-content: center;}
.left   {justify-content: flex-start;}
.right  {justify-content: flex-end;}
.vcenter{align-items: center;}
.vtop   {align-items: flex-start;}
.gap0   {gap: 0}
.gap1   {gap: 1rem}
.gap2   {gap: 2rem}
.gap3   {gap: 3rem}
.gap4   {gap: 4rem}
.gap5   {gap: 5rem}
.gap6   {/* gap: 6rem; */}

.d-hide {display: none!important;}
.white  {background: #fff}

a {
    color: var(--blue-400);
    text-decoration: none;
}

p a {text-decoration: underline;}

b, strong {
    font-weight: normal;
}

.hidden, .button.hidden {
    display: none;
}

.bt-gr {
    display: flex;
    gap: 1rem;
    margin-top: 1.5rem;
}

.bt-gr.center {
    width: 100%;
}

.button,
.content-txt a[title="button"],
.blocks a[title="button"] {
    background: var(--main-color);
    display: flex;
    align-items: center;
    padding: 0 1.25em;
    border-radius: var(--br);
    color: #fff;
    border: 1px solid var(--cherry);
    font-size: 1rem;
    cursor: pointer;
    line-height: 1;
    font-family: var(--font-bt);
    height: 2.75em;
    text-decoration: none;
    justify-content: center;
}

.content-txt a[title="button"],
.blocks a[title="button"] {
    display: inline-flex;
    margin: 0.5rem 0 1rem;
}

.button.ghost {
    background: transparent;
    color: var(--main-color);
    border: 1px solid var(--main-color);
}

.button.ghost:hover {
    background: var(--main-color);
    color: #fff;
}

.button.light {
    border-color: #fff;
    color: #fff;
}

.button.dark {
    background: var(--blue-700);
    color: #ddd;
}

.button.submitting {
    background: var(--brown) url(/images/loading.gif) no-repeat 1rem 50% / 1rem;
    padding-left: 2.5em;
}

.button.lg {
    font-size: 1.25rem;
}

.w-input, .w-select {
    width: 100%;
    height: 44px;
    color: #333;
    vertical-align: middle;
    background-color: #fff;
    border: 1px solid transparent;
    margin-bottom: 10px;
    padding: 8px 12px;
    font-size: 14px;
    line-height: 1.42857;
    display: block;
}

.wrapper {
    margin: 0;
    position: relative;
}

.header {
    position: absolute;
    display: flex;
    justify-content: space-between;
    z-index: 10;
    padding: 4rem;
    align-items: flex-start;
    left: 0;
    right: 0;
    top: 0;
    background: linear-gradient(180deg, rgb(2 0 36 / 60%), rgb(2 0 36 / 0%));
}

.logo {
    width: 380px;
}

.logo.dark {
    width: 290px;
    margin: -8px 0 -2.5rem -1rem;
}

a:has(.logo), a:has(.logo.dark), .start a:has(.logo.dark), .noimg a:has(.logo.dark), .body-default a:has(.logo.dark) {
    display: none;
}

.body-product-description a:has(.logo.dark), .start a:has(.logo), .noimg a:has(.logo.dark), .body-default a:has(.logo) {
    display: block;
}

.body-product-description .header, 
.nohero .header,
.cart .header,
.noimg .header{
    padding: 1.5rem 4rem;
    position: static;
    background: var(--sand);
    border-bottom: 1px solid #ddd;
}

.body-product-description .header a, .noimg .header a {
    color: var(--main-color);
}

/* product description */

.product-content {
    font-weight: 300;
    padding-right: 2rem;}

span.by {
    font-style: italic;
    font-size: 1.5rem;
    color: #777;
    display: block;
    margin: 0 0 2rem;
}

.product-content table {
    margin: 2rem 0;
    border-spacing: 0;
    width: 100%;
}

.product-content table th {
    text-align: left;
    font-weight: 600;
    padding-right: 3rem;
}

.product-content table th, .product-content table td {
    background: var(--grey);
    padding: .75rem 1.25rem;
    border-bottom: .5rem solid #fff;
}

.product-content table tr:last-child th, 
.product-content table tr:last-child td {
    border-width: 0;
}

.bc-wrapper {
    background: var(--grey);
    border-bottom: 1px solid #ddd;
    padding: 0.75rem 1rem;
}

.bc-content {
    max-width: var(--mw-super);
    margin: 0 auto;
    display: flex;
}

.bc-content a {
    color: #999;
}

.bc-content a:after {
    content: '\21E2';
    margin: 0 .5rem;
}

.product-wrapper {
    display: grid;
    margin: 4rem auto;
    max-width: var(--mw-super);
    justify-content: space-between;
    gap: 2rem;
    grid-template-columns: repeat(2, 1fr);
    padding: 0 2rem;
}

.product-images {
    display: flex;
    gap: 1rem;
    align-self: flex-start;
    position: sticky;
    top: 1rem;
}

.product-main-img .oc-img-wrapper {
    aspect-ratio: auto;
}

.product-sub-imgs {
    flex: 0 0 130px;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.product-sub-imgs .oc-img-wrapper {
    aspect-ratio: 1;
    padding: 0;
    position: relative;
}

.product-sub-imgs .oc-img-wrapper img {
    aspect-ratio: 1;
    cursor: pointer;
}

.product-content .bt-gr {
    justify-content: space-between;
    align-items: center;
}

.price-wrapper {
    font-size: 2.25rem;
    color: var(--green);
}

.price-wrapper:has(.sold),
.price.sold {
    color: red;
}

.price-wrapper:has(.sold) {
    font-size: 1rem;
    font-weight: 400;
}

.product-summary p {
    font-size: 1.25rem;
    color: #777;
    line-height: 1.4;
    font-weight: 300;
    text-wrap: balance;
}

.cart {
    /* background: var(--main-color) url(/images/cart.svg) no-repeat 1em 14px/ 1.5rem; */
    /* padding-left: 2.75em; */
}

.bt-gr input[type=number] {
    height: 55px;
    width: 4rem;
    text-align: center;
    padding: .5rem;
    border-radius: 0;
    border: 1px solid;
}

.details-wrapper details {
    overflow: hidden;
}

.details-wrapper {
    display: flex;
    flex-direction: column;
    gap: .5rem;
    margin: 2rem 0;
}

.details-wrapper details::details-content
 {
    block-size: 0;
    transition: block-size .7s,
    content-visibility .7s;
    transition-behavior: allow-discrete;
}

.details-wrapper details[open]::details-content {
    block-size: auto;
}

.details-wrapper summary {
    font-size: 24px;
    background: var(--sand);
    padding: 1.5rem 2rem;
    cursor: pointer;
    position: relative;
    z-index: 9999;
}

.details-wrapper details[open] summary {
    background: var(--oats);
}

.details-wrapper summary:before {
    content: '';
    position: absolute;
    top: calc(50% - 5px);
    right: 2rem;
    transition: .5s transform ease;
    width: 16px;
    height: 10px;
    background: transparent url(/images/arrow-down.svg) no-repeat 50% / cover;
}

.details-wrapper details[open] > summary:before {
    transform: rotate(180deg);
}

.details-wrapper summary::marker, 
.details-wrapper summary::-webkit-details-marker {
  display: none;
  content: '';
}

.details-wrapper h2 {
    font-family: var(--font-body);
}

.details-content {
    padding: 2rem;
    border: 1px solid var(--oats);
    border-top-width: 0;
}

.details-wrapper .details-content p {
    margin: 0;
}

.oc-img-wrapper:has(.oc-img.active):after {
    content: '';
    display: block;
    top: -1px;
    width: 100%;
    position: absolute;
    box-shadow: inset 0px 0px 0 4px var(--green);
    right: 0;
    bottom: 0;
    z-index: 9999;
}

.oc-img-wrapper:has(.oc-img.active) {
    border-color: var(--green);
}

.fancybox-show-thumbs .fancybox-inner {
    right: 0!important;
    bottom: 95px!important;
}

.fancybox-thumbs {
    top: auto!important;
    width: auto!important;
    bottom: 0!important;
    left: 0;
    right: 0!important;
    height: 135px;
    padding: 10px 10px 5px 10px!important;
    box-sizing: border-box!important;
    background: transparent!important;
}

.fancybox-thumbs__list a {
    background-size: auto 100%;
    transition: all .5s ease;
}

.fancybox-thumbs__list a {
    margin: 10px!important;
    width: 95px!important;
    height: 95px!important;
}

.fancybox-thumbs__list a:before {
    border-color: var(--green);
}

.the-cart {
    background: var(--main-color);
    border-radius: 50%;
    display: flex;
    width: 2.25rem;
    height: 2.25rem;
    padding: .25rem .25rem .5rem;
    justify-content: center;
    align-items: center;
    position: relative;
}

.the-cart span {
    position: absolute;
    color: #fff;
    border-radius: 50%;
    right: -5px;
    top: -5px;
    background: var(--green);
    width: 1rem;
    height: 1rem;
    font-weight: 600;
    justify-content: center;
    display: flex;
    align-items: center;
    font-size: 12px;
}

/* end product description */

.hero {
    min-height: 100svh;
    position: relative;
    color: #fff;
    background: url(/images/hero.jpg) no-repeat 50% 0 / cover;
    margin-bottom: 100px;
}

.ol .hero {
    min-height: 400px;
}

header.header.nohero {
    position: static;
    background: linear-gradient(180deg, rgba(246,243,239,1) 0%, rgba(246,243,239,0) 100%);
    margin-bottom: 3rem;
}

.nohero nav .menu a {
    color: var(--main-color);
}

.hero video {
    object-fit: cover;
    height: 100%;
    width: 100%;
    position: absolute;
}

.hero-content {
    margin: auto;
    position: absolute;
    bottom: 0;
    flex-direction: column;
    padding: 6rem 4.5rem 4.5rem;
    background: var(--fade-bt);
    /* background: hsl(0deg 0% 100% / 80%); */
    width: 100%;
}

.hero-content p {
    max-width: 500px;
    margin: 0;
}

.ham {
    flex-wrap: wrap;
    gap: 7px;
    flex-direction: column;
    width: 40px!important;
    cursor: pointer;
    /* padding-bottom: 6px; */
}

.ham span {
    background: var(--main-color);
    height: 1px;
    display: block;
}

.start .ham span {
    background: #fff;
}

.ham span:nth-child(2) {
    opacity: 0.75;
}

.ham span:nth-child(2) {
    margin-left: 5px;
}

.ham span:nth-child(3) {
    margin-left: 10px;
    opacity: .5;
}

.ham-nav {
    position: fixed;
    width: 80vw;
    right: -80vw;
    top: 0;
    min-height: 100svh;
    background: #fff;
    transition: right ease .5s;
    z-index: 9999;
    font-size: 1.25rem;
    max-width: var(--mw-sm);
}

.ham-nav.nav-open {
    box-shadow: -1px 1px 40px hsl(var(--shadow-color) / 0.6);
    --shadow-color: 0deg 0% 50%;
    right: 0;
}

.ham-nav-wrapper {
    display: flex;
    padding: 3rem 1rem;
    flex-wrap: wrap;
    gap: 2rem;
    flex-direction: column;
    justify-content: space-between;
    flex: 1;
}

.ham-nav-wrapper a {
    display: block;
    padding: .5em 1em;
    color: inherit;
}

span.slogan {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

.main-menu a:hover, 
.sub-menu a:hover {
    background: hsl(201deg 91% 83% / 20%);
    /* border-bottom: 1px solid; */
}

.ham-nav-wrapper .main-menu a:nth-child(4), 
.ham-nav-wrapper .main-menu a:nth-child(6) {
    margin-top: 1rem;
}

.main-sub {
    gap: 3rem;
    flex-direction: column;
}

.ham-social {
    margin-left: 1rem;
}

.sub-menu {
    font-size: 18px;
}

.ham-social a {
    padding: 0 .5em .5em;
}

span.close-ham {
    position: absolute;
    right: 2rem;
    top: 2rem;
    cursor: pointer;
}

.ham-street h3 {
    margin-bottom: .25rem;
    font-family: var(--font-bt);
    font-weight: 500;
}

.ham-contact-social {
    font-size: 1rem;
}

.ham-contact {
    display: flex;
    gap: 2rem;
    color: #777;
    padding-left: 1.5rem;
    margin-top: 1rem;
}

.ham-contact a {
    padding: 0;
    display: flex;
    align-items: center;
    margin-top: 0;
}

.tel-mail a {
    padding: 0;
}

.tel-mail {
    padding-left: 1.5rem;
}

.ham-social img {
    width: 2rem;
}

.main-menu a, .sub-menu a {
    opacity: 0;
}

.nav-open .main-menu a.animatein, .nav-open .sub-menu a.animatein {
    animation-name: animatein;
    animation-duration: .8s;
    animation-fill-mode: forwards;
}

@keyframes animatein {
    0% {
        opacity: 0;
        transform:translateX(50px)      
    }
    to {
        opacity: 1;
        transform:translateX(0px)   
    }
}

.animatein:first-child {
    animation-delay: 0.06s;
}
.animatein:nth-child(2) {
    animation-delay: 0.12s;
}
.animatein:nth-child(3) {
    animation-delay: 0.18s;
}
.animatein:nth-child(4) {
    animation-delay: 0.24s;
}
.animatein:nth-child(5) {
    animation-delay: 0.3s;
}
.animatein:nth-child(6) {
    animation-delay: 0.36s;
}
.animatein:nth-child(7) {
    animation-delay: 0.42s;
}

/* ol */

.articles-wrapper {
    padding: 7rem 0;
    background: #fff;
}

.articles-wrapper.darker {
    background: var(--grey);
}

.articles-wrapper.shade {
    border-bottom: 1px solid #ddd;
    /* border-top: 1px solid #ddd; */
    box-shadow: inset 0px 2px 7px 0px rgba(0,0,0,0.07);
}

.articles-wrapper.exhibitions .articles {
    /* display: flex; */
    justify-content: center;
    /* flex-wrap: wrap; */
    position: relative;
}

.articles-wrapper.darker.exhibitions .oc-link {
    background: #fff;
    box-shadow: 0px 4px 7px 0px rgba(0, 0, 0, 0.07);
    border: 1px solid hsl(0deg 0% 0% / 10%);
}

.articles-wrapper.exhibitions .oc-link {
    background: var(--grey);
    box-shadow: 0px 4px 7px 0px rgba(0, 0, 0, 0.07);
    border: 1px solid hsl(0deg 0% 0% / 10%);
}

.exhibitions .oc-content {
    padding-bottom: 2rem;
}

.exhibitions .oc-facts {
    flex-wrap: wrap;
    /* justify-content: flex-start; */
    margin-top: .5rem;
}

.exhibitions .oc-facts span {
    flex-basis: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: left;
}

.exhibitions .oc-facts span:not(:first-child):before {
    content: '';
    margin: 0;
}

span.ex-date:before {
    content: '';
    background: url(/images/ic_cal.svg) no-repeat 0 50% / 1rem;
    height: 1rem;
    display: block;
    width: 1.5rem;
}

span.ex-country {
    display: flex;
    align-items: center;
}

span.ex-country img {
    width: 1rem;
    margin-right: .25rem
}

/*span.ex-country.es:before {
    background: url(/images/ic_es.png) no-repeat 0 50% / 1rem;
}

span.ex-country.uk:before {
    background: url(/images/ic_uk.png) no-repeat 0 50% / 1rem;
}

span.ex-country.fr:before {
    background: url(/images/ic_fr.png) no-repeat 0 50% / 1rem;
}*/

.mingel {
    position: absolute;
    left: 60px;
    top: -150%;
    width: 250px;
}

.exhibitions .oc-content h3 {
    font-size: 1.5rem;
    margin-top: .5rem;
}

.ol-wrapper {
    max-width: var(--mw-super);
    margin: 2rem auto;
    display: flex;
    gap: 1.5rem;
    align-items: flex-start;
    padding: 0 1.5rem;
    flex-wrap: wrap;
}

.ol-container, .articles {
    display: grid;
    gap: 2rem;
    transition: width .5s;
    grid-template-columns: repeat(4, 1fr);
    max-width: var(--mw-super);
    margin: auto;
    padding: 0 1rem;
}

.mixitup-control-active {
    background: var(--blue-700);
}

.oc-price {
    text-align: right;
    font-size: 1.25rem;
    font-weight: 400;
    line-height: 1;
    color: var(--blue-700);
}

.oc-img-wrapper img {
    object-fit: cover;
    /* aspect-ratio: 3/2; */
    max-height: 100%;
}

a:has(img#main-image) {
    cursor: zoom-in;
}

.oc-overlay {
    font-size: 2rem;
    color: #fff;
    background: hsl(0deg 0% 0% / 60%);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    opacity: 0;
    transition: opacity .5s;
    text-align: center;
}

.oc-link {
    color: inherit;
    height: 100%;
    display: block;
}

.oc-link:hover .button {
    color: #fff;
    background: var(--main-color);
}

.oc-link:hover .oc-img-wrapper {
    background: var(--grey-100);
}

.articles-wrapper.shade .oc-link:hover .oc-img-wrapper {
    background: var(--grey);
}

.oc {
    height: 100%;
    display: flex;
    flex-direction: column;
}

.oc-img-wrapper {
    position: relative;
    display: flex;
    box-shadow: 0px 4px 7px 0px rgba(0,0,0,0.07);
    border: 1px solid hsl(0deg 0% 0% / 20%);
    padding: 2rem;
    justify-content: center;
    align-items: center;
    aspect-ratio: 270 /322;
    overflow: hidden;
    background: var(--grey);
    transition: background .25s;
}

.articles-wrapper.darker .oc-img-wrapper {
    background: #fff;
}

.oc-facts {
    display: flex;
    text-align: center;
    justify-content: center;
    gap: .5rem;
    line-height: 1;
    color: #777;
    font-size: 14px;
    margin: .25rem 0 1.5rem;
}

.oc-facts span:not(:first-child):before {
    content: '\2022';
    margin-right: 0.5rem;
}

.oc-fact {
    white-space: nowrap;
}

.oc-content {
    display: flex;
    flex-wrap: wrap;
    padding: 1.25rem 0.5rem;
    flex-direction: column;
    align-items: center;
    flex: 1;
    justify-content: space-between;
}

h1.articles-header,
h2.articles-header,
.all-img {
    font-size: 4rem;
    max-width: var(--mw-super);
    text-align: center;
    margin: 0 auto 4rem;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.all-img {
    margin: 4rem auto 0;
}

h1.articles-header span,
h2.articles-header span,
.all-img .bt-gr {
    background: #fff;
    position: relative;
    padding: 0 4rem;
}

.darker h2.articles-header span, .darker .all-img .bt-gr {
    background: var(--grey);
}

h1.articles-header:before,
h2.articles-header:before,
.all-img:before {
    content: '';
    border-top: 1px solid hsl(0deg 0% 0% / 10%);
    width: 100%;
    position: absolute;
}

h2.articles-header:has(+.articles-summary) {
    margin-bottom: 1rem;
}

.articles-summary {
    max-width: 600px;
    margin: 0 auto 4rem;
    text-wrap: balance;
    text-align: center;
}

.oc-content h3 {
    font-size: 1.25rem;
    font-family: var(--font-bt);
    line-height: 1;
    font-weight: 600;
    letter-spacing: -.02em;
    text-align: center;
}

.oc-tag-wrapper,
.oc-tag.t-kommande {
    position: absolute;
    right: 1rem;
    top: 1rem;
    z-index: 1;
    display: flex;
    gap: .5rem;
}

.oc-tag.t-kommande {
    background: none;
    width: 6rem;
    height: auto;
    right: auto;
    left: 0.5rem;
}

.oc-tag.t-kommande img {
    aspect-ratio: auto;
}

.oc-first-row {
    display: flex;
    justify-content: space-between;
    font-family: var(--font-bt);
}

.oc-second-row {
    display: flex;
    justify-content: space-between;
    color: #777;
}

.oc-tag {
    display: flex;
    background: var(--blue-700);
    color: #fff;
    text-align: center;
    align-items: center;
    border-radius: 4px;
    font-size: 13px;
    font-weight: 400;
    line-height: 1;
    height: 26px;
    padding: 0 0.5rem;
}

footer {
    padding: 5rem;
    /* background: var(--blue-400); */
    /* color: #fff; */
}

address {
    font-style: normal;
}

footer h3 {
    font-size: 1.5rem;
    color: var(--blue-100);
}

footer h4 {
    font-size: 18px;
    margin-bottom: 0;
}

.ft-row {
    max-width: var(--mw-full);
    align-items: flex-start;
    gap: 3rem;
    justify-content: center;
}

.ft-row a {
    color: inherit;
    gap: .5rem;
}

footer img {
    width: 1.5rem;
}

footer address p {
    white-space: nowrap;
}

.flex:has(>address) {
    gap: 2rem;
}

.address {
    gap: 2rem;
}

.articles.grid {
    display: block;
    margin: 0 auto;
}

.grid-sizer {
    width: 25%;
}

.grid-item {
    width: calc(25% - 2.5rem);
    margin: 0 1rem 2rem;
}

.scroll {
    transition: transform 0.8s;
    /* transform: translateY(100px); */
}

nav.desk-nav {
    display: flex;
    gap: 1.5rem;
    align-items: center;
}

nav.desk-nav a {
    color: #fff;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: .025em;
    font-size: 14px;
}

.shipping {
    font-weight: 400;
    margin-bottom: 3rem;
}

.shipping h2 {
    font-size: 1.75rem;
    font-family: var(--font-body);
    font-weight: 550;
}

.cart-wrapper {
    max-width: 600px;
    margin: auto;
    border-radius: 4px;
    font-size: 14px;
}

.cart-wrapper img {
    aspect-ratio: 1;
    object-fit: cover;
    max-width: 120px;
    border-radius: 4px 0 0 4px;
}

.cart-row-wrapper {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.cart-row {
    display: flex;
    gap: 1rem;
    justify-content: space-between;
    background: #f9f4f0;
    border-radius: 4px;
}

.cart-row .img-title span {
    display: block;
    line-height: 1.5;
}

.cart-row .img-title span:first-child {
    padding-top: 1rem;
    font-weight: 600;
}

.cart-row .img-title span:nth-child(2) {r
    color: #777;
    margin: .25rem 0;
}

.img-title {
    display: flex;
    gap: 1.5rem;
}

.cart-row svg {
    width: 13px;
    height: 1rem;
}

.quantity-total {
    padding: 1rem;
    min-width: 200px;
}

.quantity-total>div,
.quantity-total>div>div{
    display: flex;
    align-items: center;
    gap: 0.5rem;
    min-width: 69px;
}

.quantity-total>div {
    gap: 2rem
}

.quantity-total input {
    width: 3rem;
    padding: 0 0 0 .5rem;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 14px;
}

.cart-total {
    font-weight: 600;
    text-align: right;
}

.cart-total>div {
    padding: 1rem;
    display: flex;
    justify-content: flex-end;
    gap: 1rem;
}

.cart-total>div span:first-child {
    font-weight: 400;
}

.product-content iframe {
    border-width: 0;
    width: 362px;
    min-height: 660px;
    padding: 1rem 0 0;
}

.article-wrapper {
    max-width: var(--mw-md);
    margin: 0 auto;
    padding: 7rem 1.5rem;
}

img.hero-img {
    margin: 0 auto 3rem;
}

.article-movie {
    margin: 3rem 0 2rem;
    position: relative;
    aspect-ratio: 16/9;
}

.article-movie iframe {
    width: 100%;
    position: absolute;
    height: 100%;
    border-width: 0;
}

p.article-meta {
    display: flex;
    align-items: center;
    gap: .5rem;
    margin: 1rem 0;
    font-weight: 600;
}

p.article-meta img {
    width: 1.5rem;
    height: 1.5rem;
}

@media (max-width: 600px) {
    .xmt0{margin-top: 0;}
    .xmt05{margin-top: .5rem;}
    .xmt1 {margin-top: 1rem;}
    .xmt2 {margin-top: 2rem;}
    .xmt3 {margin-top: 3rem;}
    .xmt4 {margin-top: 4rem;}

    .xmb0 {margin-bottom: 0;}
    .xmb1 {margin-bottom: 1rem;}
    .xmb2 {margin-bottom: 2rem;}
    .xmb3 {margin-bottom: 3rem;}
    .xmb4 {margin-bottom: 4rem;}

    .xmx1 {margin-left: 1rem; margin-right: 1rem;}
    .xmx15{margin-left: 1.5rem; margin-right: 1.5rem;}

    .xp0  {padding: 0}

    .xpb0 {padding-bottom: 0}
    .xpb1 {padding-bottom: 1rem}

    .xpt0 {padding-top: 0}
    .xpt1 {padding-top: 1rem}

    .xpx15{padding-left: 1.5rem; padding-right: 1.5rem}
    .xpx2 {padding-left: 2rem; padding-right: 2rem}
    .xp15 {padding-left: 1.5rem; padding-right: 1.5rem}

    .xwrap{flex-wrap: wrap;}
    .w100 {flex-basis: 100%}
    .x1col {grid-template-columns: repeat(1, 1fr);}

    .m-hide {display: none!important;}
    .d-hide {display: flex!important;width: auto;/* gap: 0; */font-size: 14px;font-weight: 600;}

    .wrapper {
        margin: 0;
    }

    .header {
        padding: 1rem;
        align-items: center;
    }

    .logo {
        width: 200px;
    }

    .ol-container, .articles {
        grid-template-columns: repeat(2, 1fr);
        gap: 1rem;
    }

    .hero {
        min-height: 10px;
        height: auto;
        background-size: 80vh;
        margin-bottom: 0;
    }

    .hero-content {
        position: static;
        padding-top: 100%;
        background: none;
        color: var(--main-color);
        padding: 100% 1.5rem 0;
    }

    h1 {
        font-size: 2.5rem;
    }

    .scroll {
        padding: 2rem 1.5rem 0;
        transform: none;
    }

    .hero .button.ghost {
        color: var(--main-color);
        border-color: var(--main-color);
    }

    .button.lg {
        font-size: 1rem;
    }

    h2.articles-header {
        font-size: 2rem;
        margin: 0 0 1rem;
    }

    h1.articles-header:before, h2.articles-header:before, .all-img:before {
        border-width: 0;
        width: 0;
    }

    h2.articles-header span {
        padding: 0;
        background: none;
    }

    .oc-content {
        padding: 1.25rem 0;
    }

    .oc-facts {margin-bottom: 0;}

    .oc-content h3 {
        font-size: 1rem;
    }

    .all-img {
        margin: 0;
    }

    .all-img .bt-gr {
        padding: 0;
    }

    .start .articles-wrapper:nth-child(odd) {
        background: var(--grey);
        margin-top: 2rem;
        padding-bottom: 2rem;
    }

    .articles-wrapper .button.lg {
        background: var(--main-color);
        color: #fff;
    }

    .articles-wrapper.exhibitions .articles {
        grid-template-columns: repeat(1, 1fr);
    }

    .articles-summary {
        margin-bottom: 2rem;
    }

    .articles-wrapper.shade {
        padding: 2rem 1.5rem;
    }

    .grid-sizer {
        width: 50%;
    }

    img.grid-item {
        width: calc(50% - 1rem);
        margin: 0 .5rem 1rem;
    }

    .exhibitions .oc-content h3 {
        font-size: 1.25rem;
    }

    footer.mt5 {
        padding: 2rem 1.5rem;
        margin-top: 0;
    }

    .ft-row {
        flex-direction: column;
        gap: 1rem;
        font-size: 14px;
        padding: 0;
    }

    img.mingel {
        display: none;
    }

    .body-product-description .header {
        padding: 1rem 1.5rem;
    }

    .logo.dark {
        width: 200px;
        margin: -15px 0 -2.5rem -1rem;
    }

    .bc-wrapper {
        padding: .25rem 1.5rem;
        font-size: 12px;
    }

    .product-wrapper {
        margin: 2rem 1.5rem;
        display: flex;
        flex-direction: column;
    }

    .product-images {
        order: -1;
        position: static;
    }

    span.by {
        font-size: 14px;
        margin-bottom: 1.5rem;
    }

    .product-content {
        padding: 0;
        font-size: 14px;
        line-height: 1.5;
    }

    .products h1 {
        font-size: 2rem;
        margin-bottom: 0;
    }

    .shipping h2 {
        font-size: 1.5rem;
    }

    .price-wrapper {
        font-size: 1.5rem;
    }

    .ham-contact-social {
        font-size: 14px;
    }

    .the-cart {
        width: 2rem;
        height: 2rem;
    }

    .the-cart-wrapper {
        margin-right: -1rem;
    }

    .article-wrapper {
        padding: 2rem 1.5rem;
    }

    img.hero-img {
        margin: 0 auto 1rem;
    }



}




