/**
 * If using a CSS pre-processor, tell it to overwrite this file. If not, place
 * your custom CSS modifications here.
 */
body{
    font-family: verdana, arial, helvetica;
    font-size: 16px;
    background-color: #F3F3F3;
}

h2{
    font-weight: bold;
}

h3, .h3 {
    font-size: 20px;
    font-weight: bold;
}

.page-header{
    border:none;
    margin-bottom: 0px;
}

a:link, a:visited {
    color: #000000;
    text-decoration: none;

}

a:hover {
    color: #415663;
    text-decoration: none;

}

.view-header a{
    color:#933;
}

.footer{
    border:none;
}

header#navbar {
    background-color: inherit;
    border: none;
}

@media screen and (min-width: 1200px) {
    .navbar.container {
        max-width: 100%;
    }
}

.studio-title-and-number {
    font-size: 15pt;
    font-style: italic;
    padding-top: 1em;
}
.landscape,
.landscape .content {
    margin: auto;
    text-align: center;
}

.landscape img.img-responsive {
    display: inline;
}

.media-dimensions,
.field--name-field-collection,
.page-node-type-art-image .field-name-field-edition,
.block-field-blocknodestudiofield-photo-credit,
.page-node-type-studio .date-display-single,
.field--name-field-edition,
.scale-image
{
    font-style: italic;
    font-size: smaller;
}

.scale-image {
    margin-top: .35em;
    text-align: center;
}

.scale-image summary {
    cursor: pointer;
    display: inline-block;
}

.scale-image__scene {
    align-items: flex-end;
    display: flex;
    gap: 10px;
    justify-content: center;
    margin: .9em auto .35em;
    min-height: 150px;
}

.scale-image--photo .scale-image__scene {
    gap: 10px;
}

.scale-image__unit {
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.scale-image__unit--reference {
    min-width: 115px;
}

.scale-image__unit--artwork {
    min-width: calc(var(--art-width) + 4px);
}

.scale-image__photo-scene {
    margin: .6em auto .25em;
}

.scale-image__person {
    height: 145px;
    position: relative;
    width: 46px;
}

.scale-image__reference {
    height: 150px;
    max-width: 150px;
    object-fit: contain;
    width: auto;
}

.scale-image__person::before {
    background: #222;
    border-radius: 50%;
    content: "";
    height: 18px;
    left: 14px;
    position: absolute;
    top: 0;
    width: 18px;
}

.scale-image__person-body {
    background: #222;
    border-radius: 12px 12px 4px 4px;
    display: block;
    height: 68px;
    left: 17px;
    position: absolute;
    top: 23px;
    width: 12px;
}

.scale-image__person-body::before,
.scale-image__person-body::after {
    background: #222;
    content: "";
    position: absolute;
}

.scale-image__person-body::before {
    border-radius: 8px;
    height: 46px;
    left: -15px;
    top: 7px;
    transform: rotate(18deg);
    width: 8px;
}

.scale-image__person-body::after {
    border-radius: 8px;
    height: 46px;
    right: -15px;
    top: 7px;
    transform: rotate(-18deg);
    width: 8px;
}

.scale-image__person::after {
    background:
        linear-gradient(72deg, transparent 47%, #222 48% 58%, transparent 59%),
        linear-gradient(-72deg, transparent 47%, #222 48% 58%, transparent 59%);
    bottom: 0;
    content: "";
    height: 58px;
    left: 0;
    position: absolute;
    width: 46px;
}

.scale-image__artwork {
    background: #f8f8f8;
    border: 2px solid #222;
    box-shadow: 0 3px 10px rgba(0, 0, 0, .08);
    height: var(--art-height);
    min-height: 8px;
    min-width: 8px;
    width: var(--art-width);
}

.scale-image__labels {
    color: #555;
    display: flex;
    flex-wrap: wrap;
    font-size: 11px;
    gap: 14px;
    justify-content: center;
    line-height: 1.2;
}

.scale-image__unit-label {
    color: #555;
    display: block;
    font-size: 11px;
    line-height: 1.2;
    margin-top: .35em;
    white-space: nowrap;
}

.art-image .field--name-body{
    padding-top: 1%;
    font-size: .9em;
}

.art-image .content p{
    margin: .25%;
}

.region.region-footer #block-copyright {
    text-align: center;
    font-size: smaller;
}

.view-landing-pages .block-title{
    font-family: garamond, "times new roman", times;
    font-size: 32px;
    font-weight: bold;
    line-height: 80%;
}

.view-landing-pages .view-header{
    border-bottom: 0;
}

.path-seen-on-instagram .view-seen-on-instagram.view-display-id-page_1 > .view-content::before,
.view-landing-pages.view-display-id-block_1::before,
.view-landing-pages.view-display-id-block-1::before,
.view-landing-pages.view-display-id-block_2::before,
.view-landing-pages.view-display-id-block-2::before,
.view-seen-on-instagram.view-display-id-block_1::before,
.view-seen-on-instagram.view-display-id-block-1::before {
    color: #726560;
    display: block;
    font-family: arial, helvetica, sans-serif;
    font-size: 15px;
    font-weight: normal;
    letter-spacing: 0;
    margin: 30px 0 18px;
    padding-top: 6px;
    text-align: left;
    text-transform: none;
}

.path-seen-on-instagram .view-seen-on-instagram.view-display-id-page_1 > .view-content::before {
    border-top: 1px solid red;
    content: "Recently Shared on Instagram";
}

.view-landing-pages.view-display-id-block_1::before,
.view-landing-pages.view-display-id-block-1::before,
.view-landing-pages.view-display-id-block_2::before,
.view-landing-pages.view-display-id-block-2::before {
    border-top: 1px solid red;
    content: "Some Favorites";
}

.view-seen-on-instagram.view-display-id-block_1::before,
.view-seen-on-instagram.view-display-id-block-1::before {
    border-top: 1px solid red;
    content: "A Few Small Things";
}

.view-landing-pages.view-display-id-block_1 .view-header,
.view-landing-pages.view-display-id-block-1 .view-header,
.view-landing-pages.view-display-id-block_2 .view-header,
.view-landing-pages.view-display-id-block-2 .view-header,
.view-landing-pages.view-display-id-block_1 .favorites-heading,
.view-landing-pages.view-display-id-block-1 .favorites-heading,
.view-landing-pages.view-display-id-block_2 .favorites-heading,
.view-landing-pages.view-display-id-block-2 .favorites-heading {
    display: none;
}

.view-landing-pages.view-display-id-block_1,
.view-landing-pages.view-display-id-block-1,
.view-landing-pages.view-display-id-block_2,
.view-landing-pages.view-display-id-block-2 {
    border-bottom: 1px solid red;
    display: flow-root;
    margin-bottom: 25px;
    padding-bottom: 18px;
}

.path-seen-on-instagram .view-landing-pages.view-display-id-block_1,
.path-seen-on-instagram .view-landing-pages.view-display-id-block-1 {
    border-bottom: 0;
    padding-bottom: 0;
}

.view-landing-pages.view-display-id-page_1 > .view-filters::before,
.view-landing-pages.view-display-id-page-1 > .view-filters::before,
.view-landing-pages.view-display-id-page_2 > .view-filters::before,
.view-landing-pages.view-display-id-page-2 > .view-filters::before,
.view-landing-pages.view-display-id-page_3 > .view-content::before,
.view-landing-pages.view-display-id-page-3 > .view-content::before {
    border-top: 1px solid red;
    color: #726560;
    display: block;
    font-family: arial, helvetica, sans-serif;
    font-size: 15px;
    font-weight: normal;
    letter-spacing: 0;
    margin: 0 0 12px;
    padding-top: 6px;
    text-align: left;
    text-transform: none;
}

.view-landing-pages.view-display-id-page_1 > .view-filters::before,
.view-landing-pages.view-display-id-page-1 > .view-filters::before {
    content: "Available Paintings";
}

.view-landing-pages.view-display-id-page_2 > .view-filters::before,
.view-landing-pages.view-display-id-page-2 > .view-filters::before {
    content: "All Prints & Drawings";
}

.view-landing-pages.view-display-id-page_3 > .view-content::before,
.view-landing-pages.view-display-id-page-3 > .view-content::before {
    content: "Works";
}

.view-landing-pages.view-display-id-page_1 > .view-filters,
.view-landing-pages.view-display-id-page-1 > .view-filters,
.view-landing-pages.view-display-id-page_2 > .view-filters,
.view-landing-pages.view-display-id-page-2 > .view-filters {
    clear: both;
    color: #726560;
    font-size: 13px;
    margin-bottom: 14px;
    margin-top: 12px;
}

.view-landing-pages.view-display-id-page_1 > .view-filters .views-exposed-form,
.view-landing-pages.view-display-id-page-1 > .view-filters .views-exposed-form,
.view-landing-pages.view-display-id-page_2 > .view-filters .views-exposed-form,
.view-landing-pages.view-display-id-page-2 > .view-filters .views-exposed-form {
    margin-top: -4px;
}

.view-landing-pages.view-display-id-page_1 > .view-filters .form-item,
.view-landing-pages.view-display-id-page-1 > .view-filters .form-item,
.view-landing-pages.view-display-id-page_2 > .view-filters .form-item,
.view-landing-pages.view-display-id-page-2 > .view-filters .form-item {
    margin-right: 8px;
}

.view-landing-pages.view-display-id-page_1 > .view-filters label,
.view-landing-pages.view-display-id-page-1 > .view-filters label,
.view-landing-pages.view-display-id-page_2 > .view-filters label,
.view-landing-pages.view-display-id-page-2 > .view-filters label {
    color: #726560;
    font-size: 11px;
    font-weight: normal;
    line-height: 1.2;
    margin-bottom: 3px;
}

.view-landing-pages.view-display-id-page_1 > .view-filters .form-control,
.view-landing-pages.view-display-id-page-1 > .view-filters .form-control,
.view-landing-pages.view-display-id-page_2 > .view-filters .form-control,
.view-landing-pages.view-display-id-page-2 > .view-filters .form-control,
.view-landing-pages.view-display-id-page_1 > .view-filters .btn,
.view-landing-pages.view-display-id-page-1 > .view-filters .btn,
.view-landing-pages.view-display-id-page_2 > .view-filters .btn,
.view-landing-pages.view-display-id-page-2 > .view-filters .btn {
    font-size: 12px;
    height: auto;
    line-height: 1.2;
    padding: 2px 7px;
}

.view-landing-pages.view-display-id-page_1 > .view-filters .form-actions .btn,
.view-landing-pages.view-display-id-page-1 > .view-filters .form-actions .btn,
.view-landing-pages.view-display-id-page_2 > .view-filters .form-actions .btn,
.view-landing-pages.view-display-id-page-2 > .view-filters .form-actions .btn {
    background-color: #933;
    border-color: #933;
    margin-top: 15px;
}

.gallery-landing-intro {
    margin: 34px auto 28px;
    max-width: 520px;
    text-align: left;
}

.gallery-landing-intro p {
    margin: 0 0 10px;
}

.gallery-landing-intro a {
    color: #933;
}

.view-landing-pages.view-display-id-page_5 .gallery-section-title,
.view-landing-pages.view-display-id-page-5 .gallery-section-title,
.view-landing-pages.view-display-id-attachment_1 .gallery-section-title,
.view-landing-pages.view-display-id-attachment-1 .gallery-section-title {
    border-top: 1px solid red;
    color: #726560;
    font-family: arial, helvetica, sans-serif;
    font-size: 15px;
    font-weight: normal;
    letter-spacing: 0;
    margin: 28px 0 18px;
    padding-top: 6px;
    text-transform: none;
}

.view-landing-pages.view-display-id-page_5 .view-footer,
.view-landing-pages.view-display-id-page-5 .view-footer,
.view-landing-pages.view-display-id-attachment_1 .view-footer,
.view-landing-pages.view-display-id-attachment-1 .view-footer {
    border-top: 1px solid red;
    clear: both;
    margin: 22px 0 10px;
    padding-top: 10px;
    text-align: left;
}

.view-landing-pages.view-display-id-page_5 .view-footer a,
.view-landing-pages.view-display-id-page-5 .view-footer a,
.view-landing-pages.view-display-id-attachment_1 .view-footer a,
.view-landing-pages.view-display-id-attachment-1 .view-footer a {
    color: #933;
}

.more-instagram-pieces {
    border-top: 1px solid red;
    clear: both;
    margin: 25px 0;
    padding-top: 12px;
    text-align: center;
}

.more-instagram-pieces a {
    color: #933;
}

.view-landing-pages .field-content {
    font-size: 12px;
    color: #726560;
}

.view-landing-pages .views-field-title .field-content{
    font-size: 15px;
}

.view-header {
    margin-bottom: 25px;
}
.btn-info {
    background-color: #933;
    border-color: #933;
}
.btn-info:hover {
    background-color: #933;
    border-color: #933;
}

.pagination > li > a, .pagination > li > span{
    color:black;
}

.block-field-blocknodeart-imagefield-zoom-image {
    text-align: center;
}

.layout--twocol-section--50-50 img{
    max-width: 95%;
    margin: 0 auto;
}

.views-exposed-form label{
    display:block;
}
/*
article.page .content,
.page-node-type-page .pane-node-title{
    text-align: center;
}*/

body.page-node-495 {
    background-color: #74868E;
}

body.page-node-type-blog {
    background-color:#fefefe;
}

body.page-node-4421	{
    background-color:#ffffff;
}

body.page-node-5230,body.page-node-7946	{
    background-color:gainsboro;
}

.page-node-5230 .pane-node-title, .page-node-7946 .pane-node-title {
    color: #660033;
    font-family: arial,helvetica;
    font-size: 24pt;
    text-decoration: none;
    padding-bottom:1%;
    text-align: center;
}
/*trying to remove published date from show annoucement blog page*/
.page-node-12009 .author {	display:none;}

/*header for seperate INFO pages
- 3787 is BUYING AND SHIPPING*/
.page-node-3787 .pane-node-title
{
    display:block;
    font-family: courier new;
    font-weight: bold;
    font-size: 250%;
    padding-top:6%;
    padding-left:30%;
    padding-bottom:12%;
    color: #330066;
    background-image:url(../bg-images/infolong.png);
    background-repeat: repeat-x;
    background-position:bottom;

}

body.path-frontpage,
body.page-node-3787 {
    background-color : #fff4d8;
}

/* these are the info/mypaintings pages  - 510, 511, 512, 513 */
body.page-node-510, body.page-node-511, body.page-node-512, body.page-node-513  {
    background-color:#ffffff;
}

.path-info-resume .region-content,
.resume-cv {
    max-width: 980px;
}

.path-info-resume .field--name-body {
    line-height: 1.55;
}

.path-info-resume .field--name-body p {
    margin-bottom: .55em;
}

.resume-cv {
    line-height: 1.55;
}

.resume-cv__intro {
    font-size: 18px;
    max-width: 760px;
    margin: 0 0 2em;
}

.resume-cv h2 {
    border-top: 1px solid #c9c9c9;
    font-family: courier new, courier, monospace;
    font-size: 22px;
    letter-spacing: 0;
    margin: 2.2em 0 .75em;
    padding-top: .85em;
}

.resume-cv h2:first-of-type {
    margin-top: 1.6em;
}

.resume-cv p {
    margin: 0 0 .55em;
}

.resume-cv .resume-year {
    font-weight: bold;
}

.resume-cv__name {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: .4em;
}

.page-node-499 .pane-node-title
{
    display:block;
    font-family: courier new;
    font-weight: bold;
    font-size: 250%;
    padding-bottom:8%;
    color: #330066;
    background-image:url(../bg-images/infolong.png);
    background-repeat: repeat-x;
    background-position:bottom;
}

/*node-500 is the ABOUT THIS SITE - WEBSITE INFO page*/
body.page-node-500{
    background-color: #F0E7D5;
}

.page-500 .pane-node-title
{
    display:block;
    font-family: courier new;
    font-weight: bold;
    font-size: 250%;
    color: #330066;
    padding-top:6%;

}


.page-node-500 .region-content .field--name-body{

    background-image:url(../bg-images/higginsbirdlike.jpg);
    background-repeat: no-repeat;
    background-position:right;
    padding:10% 0;
    margin-top:5%;
}

/*PUBLICATIONS view*/
.view-publications .views-view-grid {
    margin: auto;
}

.view-publications .publications-list, .view-publications .publications-list a, .view-publications .publications-list a:visited{
    text-decoration: none;
    font-family: gil sans;
    font-style: italic;
    font-weight: bolder;
    font-size: 15pt;
    color: #ffffff;
}

.view-publications .views-field-field-publication a {
    text-decoration: underline;
}

body.views-publications {
    background-color: #BE0D11;
}

body.views-publications .pane-node-title {
    font-family: courier new;
    font-weight: bold;
    color: #330066;
    font-size: 250%;
    padding-top: 6%;
    padding-bottom: 6%;
    text-align: center;
}

body.page-node-4909  {
    background-image:url(../bg-images/tshirts/lookin-good/01.jpg);
}

.page-node-4909 img,.page-node-4909 .date-display-single,
.page-node-4909 .field-name-field-piece-number, .page-node-4909 .studio-title-and-number {	display:none;}

.page-node-4909 .region-content, .page-node-4909 .copyright, .page-node-4909 .region-header {background-color:#fff}

.page-node-4909 .layout__region--first  {
    background-image:url(../bg-images/tshirts/lookin-good/02.jpg);background-repeat:no-repeat; height:476px;	background-position:center;
}

/*----------------------------------------------------------------------------------
	EVENTS*/
body.page-node-5739, body.page-node-5240 {
    background-color : #fff;
}

.page-node-10825 .viewsreference--view-title,
.page-node-764 .viewsreference--view-title{
    color:#F36;
}

/*----------------------------------------------------------------BLOG*/
.views-blog .pane-node-title{
    display:block;
    font-family: courier new;
    font-weight: bold;
    color:#000000;
    font-size: 150%;
    padding-left:15%;}

.views-blog .view-header{
    font-family: courier new;
    font-weight: bold;
    color:#000000;
    font-size: 250%;
    padding: 0 20% 5% 20%;
}

.views-blog .views-row .field--name-body{
    border-bottom : 1px solid gray;
    padding:3%;
}

body.views-blog,
body.node-type-blog,
body.views-blog .region-sidebar-second{
    background-color:#fefefe;
    border:none;
    padding-top: 0;
    box-shadow: none;
}

.contextual-region.view.view-blog.view-id-blog.view-display-id-block_1 li{
    list-style: none;
}

.pagination > li > a,
.pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus{
    background-color: inherit;
    border: none;
}

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus{
    background-color: inherit;
    font-weight: bold;
    color: black;
}

.view-wholesale .views-field-title{
    font-weight: bold;
}

.page-node-10826 .block-field-blocknodelanding-pagefield-left-menu a,
.page-node-10826 .block-field-blocknodelanding-pagefield-right-menu a{
    font-weight: bold;
}

.block-field-blocknodelanding-pagefield-left-menu a,
.block-field-blocknodelanding-pagefield-right-menu a{
    font-size: 22px;
    line-height: 20px;
}

.page-node-type-landing-page .block-field-blocknodelanding-pagefield-image{
    text-align: center;
}

.page-node-type-landing-page .block-field-blocknodelanding-pagefield-image img,
.page-node-type-landing-page .block-views-blockhomepage-slider-block-1 img{
    display: inline-block;
}

.page-node-type-landing-page .pane-node-title {
    text-align: center;
    font-family: arial helvetica;
    font-size: 28pt;
    font-weight: 300;
}

.page-node-type-landing-page article .field--name-body {
    font-size: 24px;
    font-family: arial,helvetica;
}

.page-node-type-landing-page .layout__region--second {
    text-align: center;
}


.page-node-type-landing-page #views_slideshow_controls_text_homepage_slider-block_1 {
    text-align: left;
}

.page-node-type-art-image .block-field-blocknodeart-imagefield-date-creation {
    font-size: 12px;
}

body.page-node-type-earrings {
    background-color: #F0E7D5;
}

.page-node-type-earrings .block-field-blocknodeearringstitle {
    display: block;
    font-size: 1.5em;
    font-style: italic;
    padding: 20% 0 10% 0;
}

body.page-node-type-cards {
    background-color: beige;
}

.page-node-type-art-image .field--name-field-date-creation,
.view-studio .views-field-field-date-creation{
    font-size: 10px;
}
 

.button--add-to-cart,
.button--add-to-cart:hover,
.button--add-to-cart:active,
.button--add-to-cart:active:hover,
.button--add-to-cart:active:focus{
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0,#fff),color-stop(1,#ddd));
    background: -moz-linear-gradient(top center,#fff 0%,#ddd 100%);
    border: 1px solid;
    border-color: #ddd #bbb #999;
    cursor: pointer;
    color: #333;
    font: bold 12px/1.2 Arial,sans-serif;
    outline: 0;
    overflow: visible;
    padding: 3px 10px 4px;
    text-shadow: #fff 0 1px 1px;
    width: auto;
    background-clip: padding-box;
    border-radius: 11px;
}

.big-number {
    font-size: 18pt;
    clear: both;
    padding-right: 5px;
}

.field--name-field-product .field--name-quantity {
    display: none;
}

.field--name-field-product article.card .field--name-quantity{
  display: block;
}

.page-node-type-t-shirt .region-content,
.page-node-type-t-shirt .copyright,
.page-node-type-t-shirt .region-header,
.page-node-type-t-shirt #superfish-main{
    background-color: #fff;
}

.views_slideshow_controls_text {
    font-size: smaller;
}

.view-landing-pages .view-footer {
    text-align: right;
}

body.path-webform,
body.page-node-10826{
    background-color: #dbdddf;
}

.view-landing-pages .form-actions .btn {
    margin-top: 21px;
}

.studio .block-field-blocknodestudiotitle {
    font-family: garamond,times new roman,times;
    font-size: 32px;
    font-weight: bold;
}

.studio .field--name-body a,
.page-node-764 .field--name-body a{
    color: #933;
}

.visit-studio {
    color: #726560;
    margin-top: 30px;
    padding-left: 10%;
    padding-right: 10%;
    text-align: center;
}


.visit-studio a{
    color: #726560;
}

.annual-studio-years,
.page-node-type-studio .field--name-body p:has(a[href^="/studio/2026"]) {
    line-height: 1.45;
    margin: 0.75em 0 1em;
    max-width: 860px;
}

.annual-studio-years {
    color: #933;
}

.annual-studio-years a,
.annual-studio-years a {
    color: #933;
    white-space: nowrap;
}

.page-node-type-studio .field--name-body p:has(a[href^="/studio/2026"]) {
    display: none;
}

article.studio,
.page-node-764 .field--name-body{
    border-bottom: 1px solid red;
    padding-bottom: 10px;
}

.view-studio .subHead {
    font-weight: bold;
}

.view-studio {
    padding-top: 10px;
}
/*
.view-studio .views-field{
    width:220px;
}

.page-node-495 .region-content {
    text-align: center;*/
}
.page-node-495 p{
    font-size:20px;
    color:black;
}

body.page-node-7784,
body.page-node-514,
body.page-node-501,
body.page-node-503,
body.page-node-504,
body.page-node-506,
body.page-node-507,
body.page-node-508,
body.page-node-509,
body.page-node-499{
    background-color: #dbdddf;
}

.page-node-514 .pane-node-title,
.page-node-5240 .pane-node-title,
.path-webform .pane-node-title
{
    display:block;
    font-family: courier new;
    font-weight: bold;
    font-size: 250%;
    padding-bottom:8%;
    color: #330066;
    background-image:url(../bg-images/infolong.png);
    background-repeat: repeat-x;
    background-position:bottom;
}

body.views-publications .copyright {
    padding-top: 12%;
    background-image: url(../bg-images/infolong.png);
    background-repeat: repeat-x;
    background-position: top;
}

.page-node-764 .field--name-field-views {
    padding-top:10px;
}

.bd-masonry-item{
    width:220px;
}

.field--name-field-product article {
  display: flex;
}

.selected-gallery-toggle {
  appearance: none;
  background: #fff;
  border: 1px solid #777;
  border-radius: 50%;
  color: #333;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-weight: bold;
  height: 26px;
  line-height: 1;
  margin: 7px 0 5px;
  padding: 0;
  width: 26px;
}

.selected-gallery-toggle:hover,
.selected-gallery-toggle:focus {
  border-color: #933;
  color: #933;
}

.selected-gallery-toggle.is-selected {
  background: #933;
  border-color: #933;
  color: #fff;
  font-size: 15px;
}

.selected-gallery-toggle--artwork-page {
  margin: 7px 0 5px;
  vertical-align: middle;
}

.page-node-type-art-image .artwork-landscape__info .selected-gallery-toggle--artwork-page {
  display: inline-flex;
  margin: 0 0 0 8px;
  transform: translateY(-2px);
}

.selected-gallery-drawer {
  background: #fff;
  border: 1px solid #999;
  box-shadow: 0 2px 8px rgba(0, 0, 0, .08);
  margin-top: 14px;
  max-width: 760px;
  padding: 12px;
  width: 100%;
}

/* Dedicated gallery pages already provide their own editor or index. */
.path-my-gallery .selected-gallery-drawer,
.path-my-galleries .selected-gallery-drawer {
  display: none !important;
}

.selected-gallery-drawer--floating {
  bottom: 16px;
  box-shadow: 0 4px 18px rgba(0, 0, 0, .22);
  margin-top: 0;
  max-height: calc(100vh - 32px);
  max-width: calc(100vw - 32px);
  position: fixed;
  right: 16px;
  width: 310px;
  z-index: 1000;
}

.selected-gallery-drawer.is-hidden {
  display: none;
}

.selected-gallery-drawer.is-collapsed {
  width: 210px;
}

.selected-gallery-drawer--floating.is-collapsed {
  width: auto;
}

.selected-gallery-drawer__summary {
  align-items: baseline;
  border-bottom: 1px solid #ddd;
  display: flex;
  gap: 8px;
  justify-content: space-between;
  padding-bottom: 8px;
}

.selected-gallery-drawer__home {
  color: #333;
  font-weight: bold;
}

.selected-gallery-drawer.is-collapsed .selected-gallery-drawer__summary {
  border-bottom: 0;
  padding-bottom: 0;
}

.selected-gallery-drawer--floating.is-collapsed .selected-gallery-drawer__count,
.selected-gallery-drawer--floating.is-collapsed .selected-gallery-drawer__toggle {
  display: none;
}

.selected-gallery-drawer__count {
  color: #666;
  font-size: 13px;
  white-space: nowrap;
}

.selected-gallery-drawer__toggle {
  appearance: none;
  background: transparent;
  border: 1px solid #aaa;
  border-radius: 3px;
  color: #333;
  flex: 0 0 auto;
  font-size: 12px;
  line-height: 1.2;
  padding: 4px 7px;
}

.selected-gallery-drawer.is-collapsed .selected-gallery-drawer__body {
  display: none;
}

.selected-gallery-drawer__manager {
  display: grid;
  gap: 7px;
  grid-template-columns: 1fr;
  margin-top: 10px;
}

.selected-gallery-drawer__select,
.selected-gallery-drawer__name,
.selected-gallery-drawer__intro {
  border: 1px solid #aaa;
  border-radius: 3px;
  font-size: 14px;
  max-width: 100%;
  padding: 5px 7px;
  width: 100%;
}

.selected-gallery-drawer__intro {
  resize: vertical;
}

.selected-gallery-drawer__list {
  list-style: none;
  margin: 10px 0;
  max-height: 260px;
  overflow: auto;
  padding: 0;
}

.selected-gallery-drawer__item {
  align-items: center;
  border-bottom: 1px solid #eee;
  display: flex;
  gap: 8px;
  justify-content: space-between;
  padding: 6px 0;
}

.selected-gallery-drawer__empty {
  color: #666;
  font-size: 13px;
  padding: 4px 0;
}

.selected-gallery-drawer__item-link {
  align-items: center;
  color: #333;
  display: flex;
  gap: 8px;
  min-width: 0;
}

.selected-gallery-drawer__item-link img {
  flex: 0 0 auto;
  max-height: 44px;
  max-width: 44px;
}

.selected-gallery-drawer__remove,
.selected-gallery-drawer__new,
.selected-gallery-drawer__save,
.selected-gallery-drawer__copy,
.selected-gallery-drawer__clear,
.selected-gallery-drawer__delete {
  appearance: none;
  background: transparent;
  border: 1px solid #aaa;
  border-radius: 3px;
  color: #333;
  font-size: 13px;
  line-height: 1.2;
  padding: 5px 8px;
}

.selected-gallery-drawer__remove {
  border: 0;
  color: #933;
  padding-right: 0;
}

.selected-gallery-drawer__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
}

.selected-gallery-drawer__save-status {
  color: #666;
  font-size: 12px;
  margin-top: 8px;
}

.selected-gallery-drawer__open {
  background: #333;
  border: 1px solid #333;
  border-radius: 3px;
  color: #fff;
  display: inline-block;
  font-size: 13px;
  line-height: 1.2;
  padding: 5px 8px;
}

.selected-gallery-drawer__index {
  border: 1px solid #aaa;
  border-radius: 3px;
  color: #333;
  display: inline-block;
  font-size: 13px;
  line-height: 1.2;
  padding: 5px 8px;
}

.selected-gallery-drawer__open:hover,
.selected-gallery-drawer__open:focus {
  color: #fff;
}

.selected-gallery-page__intro {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: space-between;
  margin-bottom: 18px;
}

.selected-gallery-page__intro p {
  margin: 0;
}

.selected-gallery-page__heading {
  flex: 1 1 auto;
  font-size: 24px;
  font-weight: 600;
  margin: 0;
  order: 1;
}

.selected-gallery-page__copy {
  flex: 0 0 100%;
  order: 3;
}

.selected-gallery-page__actions {
  order: 2;
}

.selected-gallery-page__actions a {
  border: 1px solid #aaa;
  border-radius: 3px;
  color: #333;
  display: inline-block;
  font-size: 13px;
  line-height: 1.2;
  padding: 5px 8px;
}

.selected-gallery-page__button {
  display: none;
}

.selected-gallery-page__grid {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(auto-fill, minmax(210px, 1fr));
}

.selected-gallery-page__item {
  max-width: 260px;
  position: relative;
}

.selected-gallery-page__item .selected-gallery-toggle,
.page-node-type-private-gallery .field--name-field-pg-images-ref .selected-gallery-toggle {
  background: rgba(255, 255, 255, .88);
  border: 1px solid rgba(70, 70, 70, .45);
  box-shadow: 0 1px 3px rgba(0, 0, 0, .14);
  color: #555;
  font-size: 12px;
  font-weight: normal;
  height: 21px;
  margin: 0;
  opacity: .82;
  position: absolute;
  right: 7px;
  top: 7px;
  width: 21px;
  z-index: 2;
}

.selected-gallery-page__item .selected-gallery-toggle:hover,
.selected-gallery-page__item .selected-gallery-toggle:focus,
.page-node-type-private-gallery .field--name-field-pg-images-ref .selected-gallery-toggle:hover,
.page-node-type-private-gallery .field--name-field-pg-images-ref .selected-gallery-toggle:focus {
  background: #fff;
  border-color: #777;
  color: #333;
  opacity: 1;
}

.selected-gallery-page__item article.art-image.teaser {
  max-width: 260px;
}

.selected-gallery-page__image img {
  height: auto;
  max-width: 100%;
}

.selected-gallery-page__title {
  display: block;
  margin-top: 7px;
}

.selected-gallery-page__details {
  color: #555;
  font-size: 13px;
  margin-top: 3px;
}

.selected-gallery-page-editor {
  border: 1px solid #ddd;
  display: grid;
  gap: 8px;
  margin-top: 10px;
  padding: 10px;
  width: min(520px, 100%);
  order: 4;
}

.selected-gallery-page-editor label {
  display: grid;
  gap: 4px;
  font-size: 13px;
  font-weight: normal;
}

.selected-gallery-page-editor input,
.selected-gallery-page-editor textarea {
  border: 1px solid #aaa;
  border-radius: 3px;
  font-size: 14px;
  padding: 5px 7px;
  width: 100%;
}

.selected-gallery-page-editor textarea {
  resize: vertical;
}

.selected-gallery-page-editor__note {
  color: #666;
  font-size: 12px;
}

.selected-gallery-index {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
}

.selected-gallery-index__item {
  border: 1px solid #ddd;
  padding: 12px;
}

.selected-gallery-index__preview {
  display: grid;
  gap: 5px;
  grid-template-columns: repeat(4, 1fr);
  margin-bottom: 8px;
  min-height: 42px;
}

.selected-gallery-index__preview-item {
  align-items: center;
  display: flex;
  justify-content: center;
  min-width: 0;
}

.selected-gallery-index__preview img {
  height: 42px;
  max-width: 100%;
  object-fit: contain;
}

.selected-gallery-index__item h2 {
  font-size: 18px;
  margin: 0 0 6px;
}

.selected-gallery-index__note {
  color: #555;
  font-size: 13px;
}

.selected-gallery-index__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
}

.selected-gallery-index__actions a,
.selected-gallery-index__actions button {
  border: 1px solid #aaa;
  border-radius: 3px;
  color: #333;
  display: inline-block;
  font-size: 13px;
  line-height: 1.2;
  padding: 5px 8px;
}

.selected-gallery-index-table {
  border-collapse: collapse;
  margin-top: 10px;
  max-width: 980px;
  width: 100%;
}

.selected-gallery-index-table th,
.selected-gallery-index-table td {
  border-bottom: 1px solid #ddd;
  padding: 10px;
  text-align: left;
  vertical-align: top;
}

.selected-gallery-index-table__preview-cell {
  width: 190px;
}

.page-node-type-private-gallery .private-gallery__title {
  font-size: 26px;
  font-weight: 600;
  margin: 0 0 8px;
}

.page-node-type-private-gallery article.private-gallery > .content > .field--name-body {
  margin-bottom: 14px;
}

.page-node-type-private-gallery .field--name-field-pg-images-ref.field__items,
.page-node-type-private-gallery .field--name-field-pg-images-ref.field--items,
.page-node-type-private-gallery .field--name-field-pg-images-ref > .field__items,
.page-node-type-private-gallery .field--name-field-pg-images-ref > .field--items {
  align-items: start;
  display: grid;
  gap: 24px 20px;
  grid-template-columns: repeat(auto-fill, minmax(190px, 1fr));
  max-width: 980px;
}

.page-node-type-private-gallery .field--name-field-pg-images-ref > .field__item,
.page-node-type-private-gallery .field--name-field-pg-images-ref > .field--item {
  min-width: 0;
}

.page-node-type-private-gallery .field--name-field-pg-images-ref article.art-image.teaser {
  max-width: 220px;
  position: relative;
}

.page-node-type-private-gallery .field--name-field-pg-images-ref article.art-image.teaser img {
  height: auto;
  max-width: 100%;
}

.page-node-type-private-gallery .field--name-field-pg-images-ref .field--name-field-product,
.page-node-type-private-gallery .field--name-field-pg-images-ref article.print,
.page-node-type-private-gallery .field--name-field-pg-images-ref form.commerce-order-item-add-to-cart-form {
  display: none !important;
}

.custom-gallery .field--name-field-product article{
  display: block;
}


.field--name-field-product .field--name-price {
  flex: 0 0 15%;
}

.masonry-layout .views-field .field-content{
    max-width: 220px;
}

.art-image h2 a span {
    display: none;
}

.path-node form.commerce-order-item-add-to-cart-form{
    display: flex;
}

.path-node .custom-gallery form.commerce-order-item-add-to-cart-form{
  display: block;
}

.path-node form.commerce-order-item-add-to-cart-form .field--widget-commerce-quantity{
    margin-right:15px;
}

.field--name-field-photo-credit {
  text-align: center;
}

/*MOBILE*/
@media (max-width: 767.98px) {
  .path-frontpage .content .layout__region--first,
  .path-frontpage .content .layout__region--third{
    display: none;
  }

/* 
Disabled March 2026 — was hiding Studio header text on mobile
.page-node-type-studio .block-field-blocknodestudiobody{
  display: none;
}
*/
@media (max-width: 767.98px) {
  .page-node-type-studio .block-field-blocknodestudiobody {
    padding-bottom: 10px;
  }
}
  .studio .block-field-blocknodestudiotitle{
    text-align: center;
  }

  .path-frontpage .layout--onecol {
    display: none;
  }

  .path-frontpage .layout--threecol-section + .layout--onecol {
    display: block;
  }

  .path-seen-on-instagram .views-row,
  .view-id-seen-on-instagram .views-row,
  .view-id-seen_on_instagram .views-row,
  .views-seen_on_instagram .views-row,
  .view-seen-on-instagram .views-row {
    clear: both;
    display: block;
    float: none;
    max-width: 100%;
    width: 100% !important;
  }

  .path-seen-on-instagram .views-view-responsive-grid {
    --views-responsive-grid--cell-min-width: 100% !important;
    --views-responsive-grid--column-count: 1 !important;
    grid-template-columns: 1fr !important;
  }

  .path-seen-on-instagram .views-view-responsive-grid__item {
    width: 100%;
  }

  .path-seen-on-instagram .view-landing-pages.view-display-id-block_1 .views-row,
  .path-seen-on-instagram .view-landing-pages.view-display-id-block-1 .views-row {
    clear: both;
    display: flow-root;
    margin-bottom: 8px;
  }

  .path-seen-on-instagram .view-landing-pages.view-display-id-block_1 .views-row.card-xs-list .views-field-nothing,
  .path-seen-on-instagram .view-landing-pages.view-display-id-block-1 .views-row.card-xs-list .views-field-nothing {
    padding-right: 10px;
  }

  .path-seen-on-instagram .art-image.teaser > div {
    display: grid;
    grid-template-columns: minmax(120px, 48%) 1fr;
    column-gap: 10px;
    align-items: start;
  }

  .path-seen-on-instagram .art-image.teaser > div > a:first-child,
  .path-seen-on-instagram .art-image.teaser .field--name-field-img,
  .path-seen-on-instagram .art-image.teaser .field--name-field-zoom-image {
    grid-column: 1;
    grid-row: 1 / span 6;
  }

  .path-seen-on-instagram .art-image.teaser > div > a:first-child img {
    height: auto;
    max-width: 100%;
  }

  .path-seen-on-instagram .art-image.teaser .title {
    grid-column: 2;
    grid-row: 1;
    margin-bottom: 4px;
  }

  .path-seen-on-instagram .art-image.teaser .media-and-substrate {
    grid-column: 2;
    grid-row: 2;
  }

  .path-seen-on-instagram .art-image.teaser .w-and-h {
    grid-column: 2;
    grid-row: 3;
  }

  .path-seen-on-instagram .art-image.teaser .gallery-price {
    grid-column: 2;
    grid-row: 4;
  }

  .path-seen-on-instagram .art-image.teaser .selected-gallery-toggle {
    grid-column: 2;
    grid-row: 5;
    justify-self: start;
  }

  .path-seen-on-instagram .art-image.teaser .field--name-field-product {
    grid-column: 2;
    grid-row: 6;
  }

  .selected-gallery-drawer {
    max-width: none;
    width: auto;
  }

  .selected-gallery-drawer--floating {
    bottom: 0;
    left: 0;
    right: 0;
  }

  .selected-gallery-drawer.is-collapsed {
    width: 210px;
  }

  .selected-gallery-drawer--floating.is-collapsed {
    left: auto;
    width: auto;
  }

  .views-exposed-form .form-inline .select-wrapper{
    width: 100%;
  }

  .views-exposed-form .form-actions .btn {
    width: 100%;
  }

  .view-stuff form.commerce-order-item-add-to-cart-form .form-actions {
    margin-top: 35px;
  }

}

@media (min-width: 768px) {
  .path-frontpage .layout--threecol-section + .layout--onecol {
    display: none;
  }
}
.page-node-type-landing-page .block-field-blocknodelanding-pagetitle {
  text-align: center;
  font-family: arial helvetica;
  font-size: 28pt;
  font-weight: 300;
}

.page-node-type-landing-page .layout--onecol{
  text-align: center;
  margin-bottom: 30px;
}


.views-row.card-xs-list {
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 15px;
}

.views-row.card-xs-list .views-field-nothing{
  float: left;
  width: 50%;
  padding-right: 5px;
  min-height: 140px;
}

.views-row.card-xs-list .views-field-title {
  margin-top: -5px;
}

.region.region-footer {
  max-width: 1200px;
  margin: 0 auto;
}


.views-row.card {
  padding-right: 10px;
  padding-left: 0;
}

@media (min-width: 768px) {
  .views-row.card {
    width: 230px;
  }

  .views-row.card-wide {
    width: 230px;
    padding-right: 10px;
    padding-bottom: 10px;
  }

  .views-row.card-wide .views-field-nothing {
    height: 320px;
    position: relative;
    float: none;
    width: 100%;
    padding-right: 0;
  }

  .views-row.card-wide .views-field-nothing img{
    max-height: 320px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
  }

  .views-row.card-wide .views-field-title {
    margin-top: 0;
    height: 44px;
  }

  .field-content.gallery-price {
    padding-left: 75px;
  }

  #block-frontpageheader{
    display: none;
  }
}

.view .pager-nav,
.view .view-footer{
  clear: both;
}

/*CART FORM*/

.view-commerce-cart-form .views-row {
  border-top: 2px solid #333;
}
.view-commerce-cart-form .views-row:nth-child(odd) {
  background-color: rgba(0,0,0,0.08);
}

.view-commerce-cart-form .views-row {
  overflow: auto;
  padding: 5px;
}
.view-commerce-cart-form .views-row .form-item {
  margin-bottom: 0;
}
.view-commerce-cart-form .views-row .views-label,
.view-commerce-cart-form .views-row .field-content {
  display: block;
  float: left;
  width: 30%;
}
.view-commerce-cart-form .views-row .views-field {
  overflow: auto;
  border-bottom: 1px solid rgba(0,0,0,0.15);
  padding: 3px;
}
.view-commerce-cart-form .views-row .views-field:first-of-type {
  padding-top: 0;
}
.view-commerce-cart-form .views-row .views-field:last-of-type {
  border-bottom: none;
  padding-bottom: 0;
}
.view-commerce-cart-form .views-row .field-content {
  width: 70%;
}
.view-commerce-cart-form .views-row .field-content.cart-quantity {
  width: auto;
}

.view-commerce-cart-form .views-row .views-label {
  font-weight: 500;
  color: rgba(0,0,0,0.5);
}

.view-product-thumbs-for-cart {
  width: auto;
  float: left;
  margin-right: 5px;
}


@media (min-width: 768px) {
  /* Simple Responsive Table */
  .view-commerce-cart-form > .view-content,
  .view-commerce-cart-form-responsive .view-content .table {
    display: table;
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
  }
  .view-commerce-cart-form .views-row {
    display: table-row;
  }
  .view-commerce-cart-form .views-row .views-field {
    display: table-cell;
    width: 100%;
    padding: 0;
  }

  .view-commerce-cart-form .views-row .views-label,
  .view-commerce-cart-form .views-row .field-content {
    float: none;
    width: auto;
    padding: 1em .5em 1em .5em;
  }

  .view-commerce-cart-form span.views-label.views-label-purchased-entity,
  .view-commerce-cart-form .views-field-purchased-entity .field-content {
    padding: 1em .5em 1em 1em;
  }

  .view-commerce-cart-form .views-field-total-price__number .field-content{
    padding: 1em 1em 1em .5em;
  }

  .view-commerce-cart-form .views-field .views-label {
    display: none;
  }
  .view-commerce-cart-form .views-row:first-of-type .views-field .views-label {
    display: block;
    color: #fff;
    background: #333;
    white-space: nowrap;
    float: none;
  }

  .view-commerce-cart-form .views-row .views-field {
    overflow: hidden;
  }
  .view-commerce-cart-form .views-row .views-field:last-of-type {
    border-bottom: 1px solid  rgba(0,0,0,0.15);
  }

  .view-commerce-cart-form .views-row .form-inline .form-control {
    width: 100%;
  }
}

.viewsreference--view-title{
  clear:both;
}

/*NAVBAR MAIN MENU*/
.caret {
  cursor: pointer;
  position: relative;
  top: 19px;
}
.link-toggle .caret[aria-expanded="true"] {
  transform: rotate(90deg);
}
.navbar-default .navbar-toggle {
  float: left;
  border:none;
}

.link-toggle a{
  color: #777;
  position: relative;
  display: block;
  padding: 10px 15px;
  line-height: 20px;
}

.navbar-nav a:hover,
.nav > li > a:hover,
.nav > li > a:focus{
  text-decoration: underline;
}

.link-toggle{
  display: inline-flex;
}

.dropdown-menu a{
  font-size: 16px;
}

.navbar-nav > li.col2 > .dropdown-menu {
  -moz-column-count: 2;
  -moz-column-gap: 20px;
  -webkit-column-count: 2;
  -webkit-column-gap: 20px;
  column-count: 2;
  column-gap: 20px;
}
/* Dropdown menu divider */
.menu-divider > a {
  pointer-events: none;
  cursor: default;
  color: transparent;
  padding: 6px 20px;
}

/* Dropdown divider menu item (robust) */
li.menu-divider,
a.menu-divider {
  pointer-events: none;
}

li.menu-divider > a,
a.menu-divider {
  display: block;
  font-size: 0;          /* hide the dash text */
  line-height: 0;
  padding: 8px 20px;     /* match your dropdown padding */
  background: transparent;
  border: 0;
}

li.menu-divider > a::after,
a.menu-divider::after {
  content: "";
  display: block;
  border-top: 1px solid rgba(0,0,0,.28);
}
@media (min-width: 768px) {

  .caret{
    display: none;
  }
  .link-toggle a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}

#block-frontpageheader {
  margin-top: 10px;
}

#block-frontpageheader .front-title {
  font-size: 20px;
}

#block-frontpageheader .front-subtitle {
  font-size: 14px;
}

/*HAMBURGER BUTTON*/

.navbar-default .navbar-toggle .icon-bar {
  background-color: #ff6f00;
}

.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus{
  background-color: inherit;
}

.navbar-default .navbar-nav > li > a.is-active {
  background-color: rgba(0,0,0,0.1);
}

.attachment .view{
  clear: both;
}

.view img{
  width: auto;
}

.navbar-collapse.in {
  z-index: 9999999;
}

.views_slideshow_cycle_main .views_slideshow_cycle_teaser_section {
  height: 600px !important;
}

.art-image.teaser .media-and-substrate,
.art-image.teaser .w-and-h,
.art-image.teaser .field--name-price{
  font-size: 12px;
  color: #726560;
}

.custom-gallery.full .field--name-field-gallery-items > .field--item {
  width: 230px;
  padding-right: 10px;
  padding-bottom: 10px;
  float:left;
}

.custom-gallery.full .field--name-field-gallery-items{
  border-top: 1px solid red;
  margin-top: 25px;
  padding-top: 25px;
}

.custom-gallery.full .field--name-body{
  margin-top: 25px;
}

/* Landscape artwork detail pages */
.page-node-type-art-image article.landscape {
  margin: 42px auto 0;
  max-width: 1160px;
}

.page-node-type-art-image article.landscape .content {
  margin: 0 auto;
  max-width: 100%;
}

.page-node-type-art-image article.landscape .field--name-field-img,
.page-node-type-art-image article.landscape .photoswipe-gallery {
  margin: 0 auto;
  max-width: 780px;
}

.page-node-type-art-image article.landscape .field--name-field-img img,
.page-node-type-art-image article.landscape .photoswipe-gallery img {
  display: block;
  height: auto;
  margin: 0 auto;
  max-width: 100%;
}

.page-node-type-art-image article.landscape .studio-title-and-number {
  font-size: 23px;
  line-height: 1.2;
  margin-top: 0;
  padding-top: 0;
}

.page-node-type-art-image article.landscape .block-field-blocknodeart-imagefield-date-creation,
.page-node-type-art-image article.landscape .media-dimensions,
.page-node-type-art-image article.landscape .scale-image,
.page-node-type-art-image article.landscape .field--name-field-edition,
.page-node-type-art-image article.landscape .field--name-field-collection {
  color: #444;
  line-height: 1.35;
}

.page-node-type-art-image article.landscape .field--name-body {
  margin: 1.1rem 0 0;
  max-width: 430px;
}

.page-node-type-art-image article.landscape .field--name-body p {
  line-height: 1.45;
  margin: 0 0 .45rem;
}

.page-node-type-art-image article.landscape .field--name-field-product {
  margin: 1.25rem 0 0;
  max-width: 430px;
  width: 100%;
}

.page-node-type-art-image article.landscape .field--name-field-product article {
  align-items: center;
  display: flex;
  gap: 18px;
  justify-content: flex-start;
  max-width: 430px;
  width: auto;
}

.page-node-type-art-image article.landscape .field--name-field-product .field--name-price {
  flex: none;
  font-size: 18px;
  min-width: 0;
  text-align: left;
}

.page-node-type-art-image article.landscape form.commerce-order-item-add-to-cart-form {
  align-items: center;
  display: flex;
}

.page-node-type-art-image article.landscape form.commerce-order-item-add-to-cart-form .form-actions {
  margin: 0;
}

@media (min-width: 900px) {
  .page-node-type-art-image article.landscape .layout--onecol > .layout__region--content {
    align-items: start;
    column-gap: 54px;
    display: grid;
    grid-template-columns: minmax(560px, 780px) minmax(320px, 430px);
    text-align: left;
  }

  .page-node-type-art-image article.landscape .layout--onecol > .layout__region--content > * {
    grid-column: 2;
    max-width: 100%;
    text-align: left;
  }

  .page-node-type-art-image article.landscape .layout--onecol > .layout__region--content > .block-field-blocknodeart-imagefield-img,
  .page-node-type-art-image article.landscape .layout--onecol > .layout__region--content > [class*="field-img"],
  .page-node-type-art-image article.landscape .layout--onecol > .layout__region--content > [class*="field-zoom-image"],
  .page-node-type-art-image article.landscape .layout--onecol > .layout__region--content > :has(.field--name-field-img),
  .page-node-type-art-image article.landscape .layout--onecol > .layout__region--content > :has(.photoswipe-gallery) {
    grid-column: 1;
    grid-row: 1;
    justify-self: stretch;
    max-width: 780px;
    width: 100%;
  }

  .page-node-type-art-image article.landscape .block-field-blocknodeart-imagefield-earlier,
  .page-node-type-art-image article.landscape .block-field-blocknodeart-imagefield-studio,
  .page-node-type-art-image article.landscape .block-field-blocknodeart-imagefield-later {
    grid-column: 1;
    grid-row: 2;
    margin-top: 1rem;
    width: auto !important;
  }

  .page-node-type-art-image article.landscape .block-field-blocknodeart-imagefield-earlier {
    justify-self: start;
  }

  .page-node-type-art-image article.landscape .block-field-blocknodeart-imagefield-studio {
    justify-self: center;
  }

  .page-node-type-art-image article.landscape .block-field-blocknodeart-imagefield-later {
    justify-self: end;
  }

  .page-node-type-art-image article.landscape .block-field-blocknodeart-imagebody {
    margin-bottom: .4rem;
  }

  .page-node-type-art-image article.landscape .block-field-blocknodeart-imagefield-product {
    margin-top: .8rem;
  }

  .page-node-type-art-image article.landscape .block-field-blocknodeart-imagefield-product,
  .page-node-type-art-image article.landscape .block-field-blocknodeart-imagefield-product .field--name-field-product {
    grid-column: 2;
    max-width: 430px;
    width: 100%;
  }

  .page-node-type-art-image article.landscape .block-field-blocknodeart-imagefield-product article,
  .page-node-type-art-image article.landscape .block-field-blocknodeart-imagefield-product .field--name-field-product article {
    align-items: center !important;
    display: block !important;
    gap: 18px !important;
    justify-content: flex-start !important;
    max-width: 430px;
    width: auto !important;
  }

  .page-node-type-art-image article.landscape .block-field-blocknodeart-imagefield-product .field--name-variations,
  .page-node-type-art-image article.landscape .block-field-blocknodeart-imagefield-product .field--name-variations > .field--item,
  .page-node-type-art-image article.landscape .block-field-blocknodeart-imagefield-product .field--name-variations form {
    max-width: 430px !important;
    width: auto !important;
  }

  .page-node-type-art-image article.landscape .block-field-blocknodeart-imagefield-product .field--name-variations form {
    align-items: center !important;
    column-gap: 18px !important;
    display: inline-grid !important;
    grid-auto-flow: column;
    grid-auto-columns: max-content;
    justify-content: start !important;
  }

  .page-node-type-art-image article.landscape .block-field-blocknodeart-imagefield-product .field--name-variations form > * {
    margin: 0 !important;
  }

  .page-node-type-art-image article.landscape .block-field-blocknodeart-imagefield-product .field--name-price {
    flex: 0 0 auto !important;
    margin: 0;
    min-width: 0;
    text-align: left;
  }

  .page-node-type-art-image article.landscape .block-field-blocknodeart-imagefield-product form.commerce-order-item-add-to-cart-form {
    display: flex !important;
    margin: 0 !important;
    width: auto !important;
  }

  .page-node-type-art-image article.landscape .block-field-blocknodeart-imagefield-product form.commerce-order-item-add-to-cart-form .form-actions {
    margin: 0 !important;
  }

  .page-node-type-art-image article.landscape .block-field-blocknodeart-imagefield-date-creation {
    margin-top: .2rem;
  }

  .page-node-type-art-image article.landscape .media-dimensions,
  .page-node-type-art-image article.landscape .scale-image,
  .page-node-type-art-image article.landscape .field--name-field-edition,
  .page-node-type-art-image article.landscape .field--name-field-collection {
    text-align: left;
  }
}

@media (max-width: 767.98px) {
  .page-node-type-art-image article.landscape {
    margin-top: 20px;
    max-width: 100%;
  }

  .page-node-type-art-image article.landscape .studio-title-and-number {
    font-size: 20px;
  }

  .page-node-type-art-image article.landscape .field--name-field-product article {
    gap: 16px;
  }
}


/* Dropdown container */
.navbar-nav .dropdown-menu {
  border: none;
  border-radius: 6px;
  box-shadow: 0 14px 34px rgba(0,0,0,.16);
  padding: 8px 0;
}

/* Menu item spacing */
.navbar-nav .dropdown-menu > li > a {
  padding: 10px 22px;
  transition: background-color .15s ease;
}

/* Soft hover (editorial feel) */
.navbar-nav .dropdown-menu > li > a:hover {
  background-color: rgba(0,0,0,.04);
}

/* Divider refinement (your line) */
.navbar-nav .dropdown-menu .menu-divider > a {
  font-size: 0;
  line-height: 0;
  pointer-events: none;
  padding: 8px 22px;
}

.navbar-nav .dropdown-menu .menu-divider > a::after {
  content: "";
  display: block;
  border-top: 1px solid rgba(0,0,0,.25);
}
/* Keep long dropdowns usable */
.navbar-nav .dropdown-menu {
  max-height: 70vh;
  overflow-y: auto;
}
/* Studio years dropdown: 2 columns when there's room */
@media (min-width: 768px) {
  .navbar-nav .dropdown-menu.menu-level1 {
    column-count: 2;
    column-gap: 28px;
    min-width: 320px; /* gives the columns room */
  }

  .navbar-nav .dropdown-menu.menu-level1 > li {
    break-inside: avoid;
  }

  /* Gallery dropdown: balanced browsing links with Selections as the finale. */
  .navbar-nav > li.gallery-menu > .dropdown-menu.menu-level1 {
    column-count: initial;
    gap: 4px 24px;
    grid-template-columns: repeat(2, minmax(140px, 1fr));
    min-width: 400px;
    padding: 14px;
  }

  .navbar-nav > li.gallery-menu.open > .dropdown-menu.menu-level1 {
    display: grid;
  }

  .navbar-nav > li.gallery-menu > .dropdown-menu.menu-level1 > li > a {
    border-radius: 3px;
    padding: 10px 14px;
  }

  .navbar-nav > li.gallery-menu > .dropdown-menu.menu-level1 > li:nth-child(2) {
    grid-column: 1;
    grid-row: 1;
  }

  .navbar-nav > li.gallery-menu > .dropdown-menu.menu-level1 > li:nth-child(3) {
    grid-column: 1;
    grid-row: 2;
  }

  .navbar-nav > li.gallery-menu > .dropdown-menu.menu-level1 > li:nth-child(4) {
    grid-column: 2;
    grid-row: 1;
  }

  .navbar-nav > li.gallery-menu > .dropdown-menu.menu-level1 > li:nth-child(5) {
    grid-column: 2;
    grid-row: 2;
  }

  .navbar-nav > li.gallery-menu > .dropdown-menu.menu-level1 > li.menu-divider {
    display: none;
  }

  .navbar-nav > li.gallery-menu > .dropdown-menu.menu-level1 > li.selections-menu-item {
    border-top: 1px solid rgba(0,0,0,.16);
    grid-column: 1 / -1;
    grid-row: 3;
    margin-top: 6px;
    padding-top: 8px;
  }
}

/* On small screens keep it 1 column, scrollable */
@media (max-width: 767.98px) {
  .navbar-nav .dropdown-menu.menu-level1 {
    column-count: 1;
    max-height: 70vh;
    overflow-y: auto;
  }
} 
/* Artwork nav – tight one-line FINAL */
.page-node-type-art-image
section.block-field-blocknodeart-imagefield-earlier,
.page-node-type-art-image
section.block-field-blocknodeart-imagefield-studio,
.page-node-type-art-image
section.block-field-blocknodeart-imagefield-later {
  display: inline-block !important;
  width: 32% !important;
  vertical-align: top;
  box-sizing: border-box;
  margin-top: 1.25rem;
}

.page-node-type-art-image
section.block-field-blocknodeart-imagefield-earlier {
  text-align: left;
}

.page-node-type-art-image
section.block-field-blocknodeart-imagefield-studio {
  text-align: center;
}

.page-node-type-art-image
section.block-field-blocknodeart-imagefield-later {
  text-align: right;
}

/* =========================================================
   Instagram embed + Stuff/Studio quantity label fixes
   (clean, non-duplicated, predictable)
   ========================================================= */

/* --- Instagram embed wrapper --- */
.ig-embed {
  max-width: 100%;
  overflow: hidden;
}

/* Make iframe responsive */
.ig-embed iframe {
  width: 100% !important;
  max-width: 100% !important;
  border: 0;
  height: 420px; /* default desktop-ish height */
}

/* Smaller on phones */
@media (max-width: 767.98px) {
  .ig-embed iframe {
    height: 320px;
  }
}

/* Keep the whole IG block from feeling huge in the left column */
.block-field-blocknodestudiofield-instagram-post,
.block-field-blocknodeart-imagefield-instagram-post {
  max-width: 360px;   /* tweak 320–420 if you want */
  margin: 0 auto;     /* center within its column */
}

/* Instagram sometimes overlays “Watch on Instagram” / Play UI.
   You generally can’t force playback via CSS, but you CAN hide the overlay. */
.ig-embed .WatchOnInstagramContainer,
.ig-embed .WatchOnInstagram,
.ig-embed .PlayButtonSprite {
  display: none !important;
}

/* --- Hide Quantity label ONLY on the Stuff + Studio views --- */
/* (this is the label that’s blowing up your grid) */
.view-id-stuff .field--widget-commerce-quantity label,
.view-id-studio .field--widget-commerce-quantity label {
  display: none !important;
}

/* Optional: tighten spacing now that the label is gone */
.view-id-stuff .field--widget-commerce-quantity,
.view-id-studio .field--widget-commerce-quantity {
  margin-top: 0 !important;
}
/* Stuff view: keep quantity + add-to-cart aligned */
.view-id-stuff .views-field-field-product article.card,
.view-stuff .views-field-field-product article.card {
  display: block;
  margin: 0;
}

.view-id-stuff .views-field-field-product .field--name-price,
.view-stuff .views-field-field-product .field--name-price {
  line-height: 1.2;
  margin: 0 0 5px;
}

.view-id-stuff form.commerce-order-item-add-to-cart-form{
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 6px;
  max-width: 220px;
  width: 100%;
}

.view-stuff form.commerce-order-item-add-to-cart-form{
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 6px;
  max-width: 220px;
  width: 100%;
}

.view-id-stuff form.commerce-order-item-add-to-cart-form .layout--onecol,
.view-id-stuff form.commerce-order-item-add-to-cart-form .layout__region--content,
.view-stuff form.commerce-order-item-add-to-cart-form .layout--onecol,
.view-stuff form.commerce-order-item-add-to-cart-form .layout__region--content {
  display: contents;
}

.view-id-stuff form.commerce-order-item-add-to-cart-form .field--widget-commerce-quantity,
.view-stuff form.commerce-order-item-add-to-cart-form .field--widget-commerce-quantity{
  grid-column: 1;
  margin: 0 !important;
}

.view-id-stuff form.commerce-order-item-add-to-cart-form .field--widget-commerce-quantity input,
.view-stuff form.commerce-order-item-add-to-cart-form .field--widget-commerce-quantity input {
  height: 25px;
  max-width: none;
  padding: 2px 6px;
  width: 100%;
}

/* Hide just the label (not the whole quantity field) */
.view-id-stuff .field--widget-commerce-quantity label,
.view-stuff .field--widget-commerce-quantity label{
  display: none !important;
}

/* Keep the button from dropping under awkwardly */
.view-id-stuff form.commerce-order-item-add-to-cart-form .form-actions,
.view-stuff form.commerce-order-item-add-to-cart-form .form-actions{
  grid-column: 2;
  margin: 0 !important;
}

.view-id-stuff form.commerce-order-item-add-to-cart-form .button--add-to-cart,
.view-stuff form.commerce-order-item-add-to-cart-form .button--add-to-cart {
  line-height: 1.2;
  padding: 3px 9px;
  white-space: nowrap;
}
/* Hide Quantity label ONLY on Stuff + Studio views */
html.views-stuff .field--widget-commerce-quantity label,
html.views-studio .field--widget-commerce-quantity label {
  display: none !important;
}

/* STUFF: keep qty + button on one line */
html.views-stuff form.commerce-order-item-add-to-cart-form {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 6px;
  max-width: 220px;
  width: 100%;
}
html.views-stuff form.commerce-order-item-add-to-cart-form .field--widget-commerce-quantity {
  margin-right: 0 !important;
}
html.views-stuff form.commerce-order-item-add-to-cart-form .form-actions {
  margin-top: 0 !important;
}

/* STUDIO: stack qty then button so it’s obvious what it references */
html.views-studio form.commerce-order-item-add-to-cart-form {
  display: block !important;
}
html.views-studio form.commerce-order-item-add-to-cart-form .field--widget-commerce-quantity {
  margin-right: 0 !important;
  margin-bottom: 6px !important;
}
html.views-studio form.commerce-order-item-add-to-cart-form .form-actions {
  display: block !important;
  margin-top: 0 !important;
}/* --- Studio NODE pages: make add-to-cart stack (clear which item it's for) --- */
body.page-node-type-studio form.commerce-order-item-add-to-cart-form{
  display: block !important;          /* override global flex on node forms */
}

body.page-node-type-studio form.commerce-order-item-add-to-cart-form .field--widget-commerce-quantity{
  margin-right: 0 !important;
  display: block;
}

body.page-node-type-studio form.commerce-order-item-add-to-cart-form .form-actions{
  display: block;
  margin-top: 6px;
}

body.page-node-type-studio form.commerce-order-item-add-to-cart-form .form-actions .button--add-to-cart{
  display: inline-block;              /* normal button, but on its own line now */
  margin-top: 6px;
}

/* Landscape artwork purchase row: broad override for Commerce add-to-cart markup. */
@media (min-width: 900px) {
  .page-node-type-art-image article.landscape .layout--onecol > .layout__region--content.artwork-landscape {
    align-items: start;
    column-gap: 54px;
    display: grid;
    grid-template-columns: minmax(560px, 780px) minmax(320px, 430px);
    justify-content: center;
    max-width: 1264px;
    text-align: left;
  }

  .page-node-type-art-image article.landscape .artwork-landscape__media {
    grid-column: 1 !important;
    max-width: 780px !important;
    text-align: center !important;
    width: 100% !important;
  }

  .page-node-type-art-image article.landscape .artwork-landscape__info {
    grid-column: 2 !important;
    max-width: 430px !important;
    text-align: left !important;
    width: 100% !important;
  }

  .page-node-type-art-image article.landscape .artwork-landscape__info > * {
    margin-left: 0;
    margin-right: 0;
    max-width: 430px;
    text-align: left;
  }

  .page-node-type-art-image article.landscape .artwork-landscape__media .block-field-blocknodeart-imagefield-earlier,
  .page-node-type-art-image article.landscape .artwork-landscape__media .block-field-blocknodeart-imagefield-studio,
  .page-node-type-art-image article.landscape .artwork-landscape__media .block-field-blocknodeart-imagefield-later {
    box-sizing: border-box;
    display: inline-block !important;
    margin-top: 1rem;
    vertical-align: top;
    width: 33.333% !important;
  }

  .page-node-type-art-image article.landscape .artwork-landscape__media .block-field-blocknodeart-imagefield-earlier {
    text-align: left !important;
  }

  .page-node-type-art-image article.landscape .artwork-landscape__media .block-field-blocknodeart-imagefield-studio {
    text-align: center !important;
  }

  .page-node-type-art-image article.landscape .artwork-landscape__media .block-field-blocknodeart-imagefield-later {
    text-align: right !important;
  }

  .page-node-type-art-image article.landscape .artwork-landscape__info .studio-title-and-number {
    margin-bottom: .25rem;
  }

  .page-node-type-art-image article.landscape .artwork-landscape__info .field--name-body {
    margin-top: 1.1rem;
  }

  .page-node-type-art-image article.landscape .artwork-landscape__info .field--name-field-product {
    margin-top: 1.25rem;
  }

  .page-node-type-art-image article.landscape .field--name-field-product,
  .page-node-type-art-image article.landscape .field--name-field-product > .field--item,
  .page-node-type-art-image article.landscape .field--name-field-product article,
  .page-node-type-art-image article.landscape .field--name-field-product .field--name-variations {
    max-width: 430px !important;
    width: -moz-fit-content !important;
    width: fit-content !important;
  }

  .page-node-type-art-image article.landscape .field--name-field-product article {
    align-items: center !important;
    display: inline-flex !important;
    gap: 18px !important;
    justify-content: flex-start !important;
  }

  .page-node-type-art-image article.landscape .field--name-field-product form.commerce-order-item-add-to-cart-form {
    align-items: center !important;
    display: inline-flex !important;
    flex: 0 0 auto !important;
    gap: 18px !important;
    justify-content: flex-start !important;
    margin: 0 !important;
    max-width: none !important;
    width: -moz-fit-content !important;
    width: fit-content !important;
  }

  .page-node-type-art-image article.landscape .field--name-field-product form.commerce-order-item-add-to-cart-form > *,
  .page-node-type-art-image article.landscape .field--name-field-product form.commerce-order-item-add-to-cart-form .form-actions {
    flex: 0 0 auto !important;
    margin: 0 !important;
    width: auto !important;
  }

  .page-node-type-art-image article.landscape .artwork-landscape__info .field--name-field-product,
  .page-node-type-art-image article.landscape .artwork-landscape__info .field--name-field-product > .field--item,
  .page-node-type-art-image article.landscape .artwork-landscape__info .field--name-field-product article,
  .page-node-type-art-image article.landscape .artwork-landscape__info .field--name-variations,
  .page-node-type-art-image article.landscape .artwork-landscape__info .field--name-variations > .field--item {
    display: block !important;
    max-width: 430px !important;
    width: 100% !important;
  }

  .page-node-type-art-image article.landscape .artwork-landscape__info form.commerce-order-item-add-to-cart-form {
    align-items: center !important;
    display: inline-flex !important;
    float: none !important;
    gap: 18px !important;
    justify-content: flex-start !important;
    margin: .25rem 0 0 !important;
    max-width: 430px !important;
    position: static !important;
    width: auto !important;
  }

  .page-node-type-art-image article.landscape .artwork-landscape__info form.commerce-order-item-add-to-cart-form .form-actions,
  .page-node-type-art-image article.landscape .artwork-landscape__info form.commerce-order-item-add-to-cart-form .button--add-to-cart {
    display: inline-block !important;
    float: none !important;
    margin: 0 !important;
    position: static !important;
    width: auto !important;
  }

  .page-node-type-art-image article.landscape .artwork-landscape__info article.print {
    align-items: center !important;
    display: inline-flex !important;
    flex: 0 0 auto !important;
    flex-wrap: nowrap !important;
    gap: 18px !important;
    justify-content: flex-start !important;
    max-width: 430px !important;
    width: auto !important;
  }

  .page-node-type-art-image article.landscape .artwork-landscape__info article.print .field--name-price,
  .page-node-type-art-image article.landscape .artwork-landscape__info article.print .field--name-variations,
  .page-node-type-art-image article.landscape .artwork-landscape__info article.print form,
  .page-node-type-art-image article.landscape .artwork-landscape__info article.print .form-actions {
    flex: 0 0 auto !important;
    float: none !important;
    margin: 0 !important;
    max-width: max-content !important;
    min-width: 0 !important;
    position: static !important;
    width: auto !important;
  }

  .page-node-type-art-image article.landscape .artwork-landscape__info article.print form {
    align-items: center !important;
    display: inline-flex !important;
    justify-content: flex-start !important;
  }

  .page-node-type-art-image article.landscape .artwork-landscape__purchase {
    align-items: center;
    display: inline-flex;
    gap: 18px;
    justify-content: flex-start;
    margin-top: 1.25rem;
    max-width: 430px;
    width: auto;
  }

  .page-node-type-art-image article.landscape .artwork-landscape__purchase .field--name-price,
  .page-node-type-art-image article.landscape .artwork-landscape__purchase form,
  .page-node-type-art-image article.landscape .artwork-landscape__purchase .form-actions {
    flex: 0 0 auto !important;
    float: none !important;
    margin: 0 !important;
    position: static !important;
    width: auto !important;
  }

  .page-node-type-art-image article.landscape .artwork-landscape__purchase-form {
    align-items: center !important;
    display: inline-flex !important;
    flex: 0 0 auto !important;
    float: none !important;
    justify-content: flex-start !important;
    margin: 0 !important;
    max-width: max-content !important;
    min-width: 0 !important;
    position: static !important;
    width: auto !important;
  }

  .page-node-type-art-image article.landscape .artwork-landscape__purchase-form .form-actions,
  .page-node-type-art-image article.landscape .artwork-landscape__purchase-form .button--add-to-cart,
  .page-node-type-art-image article.landscape .artwork-landscape__purchase-actions,
  .page-node-type-art-image article.landscape .artwork-landscape__purchase #edit-actions,
  .page-node-type-art-image article.landscape .artwork-landscape__purchase .form-actions {
    flex: 0 0 auto !important;
    float: none !important;
    margin: 0 !important;
    position: static !important;
    width: auto !important;
  }

  .page-node-type-art-image article.landscape .artwork-landscape__purchase #edit-submit,
  .page-node-type-art-image article.landscape .artwork-landscape__purchase .button--add-to-cart {
    display: inline-block !important;
    float: none !important;
    margin: 0 !important;
    position: static !important;
    width: auto !important;
  }

  .page-node-type-art-image article.landscape article.print .field--widget-commerce-quantity,
  .page-node-type-art-image article.landscape article.print .form-item-quantity,
  .page-node-type-art-image article.landscape .artwork-landscape__purchase .field--widget-commerce-quantity,
  .page-node-type-art-image article.landscape .artwork-landscape__purchase .form-item-quantity {
    display: none !important;
  }
}
/* Instagram menu icon */

a.menu-instagram {
  display: inline-block;
  width: 22px;
  height: 22px;

  /* hide text visually */
  text-indent: -9999px;
  overflow: hidden;
  white-space: nowrap;

  background: url("/themes/custom/bd_bootstrap/images/instagram.svg")
              no-repeat center;
  background-size: contain;
}

/* hover */
a.menu-instagram:hover {
  opacity: 0.7;
}

/* Order confirmation */

.path-checkout .checkout-complete {
  box-sizing: border-box;
  margin: 52px auto 72px;
  max-width: 680px;
  padding: 58px 70px 62px;
  text-align: center;
  border: 1px solid rgba(0, 0, 0, .15);
  background: #fff;
  box-shadow: 0 18px 50px rgba(0, 0, 0, .07);
}

.path-checkout .checkout-complete__mark {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 54px;
  height: 54px;
  margin: 0 auto 22px;
  border: 2px solid #333;
  border-radius: 50%;
  color: #333;
  font-size: 26px;
  line-height: 1;
}

.path-checkout .checkout-complete__eyebrow {
  margin: 0 0 10px;
  color: #777;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.path-checkout .checkout-complete h1 {
  margin: 0 0 25px;
  color: #222;
  font-family: Georgia, 'Times New Roman', serif;
  font-size: 38px;
  font-weight: 400;
  line-height: 1.2;
}

.path-checkout .checkout-complete__order-number {
  margin: 0 0 16px;
  color: #333;
  font-size: 18px;
}

.path-checkout .checkout-complete__next-step {
  max-width: 480px;
  margin: 0 auto 32px;
  color: #666;
  font-size: 16px;
  line-height: 1.65;
}

.path-checkout .checkout-complete__button {
  display: inline-block;
  padding: 12px 26px;
  border: 1px solid #333;
  border-radius: 2px;
  background: #333;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .06em;
  text-decoration: none;
  text-transform: uppercase;
}

.path-checkout .checkout-complete__button:hover,
.path-checkout .checkout-complete__button:focus {
  background: #fff;
  color: #333;
  text-decoration: none;
}

.path-checkout .checkout-complete__payment-instructions {
  margin-top: 36px;
  padding-top: 28px;
  border-top: 1px solid #ddd;
  text-align: left;
}

.path-checkout .commerce-checkout-completion-register {
  box-sizing: border-box;
  margin: -42px auto 72px;
  max-width: 680px;
  padding: 38px 70px 46px;
  border: 1px solid rgba(0, 0, 0, .15);
  border-top: 3px solid #333;
  background: #f7f6f3;
}

.path-checkout .commerce-checkout-completion-register__eyebrow {
  margin: 0 0 7px;
  color: #777;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.path-checkout .commerce-checkout-completion-register h2 {
  margin: 0 0 10px;
  color: #222;
  font-family: Georgia, 'Times New Roman', serif;
  font-size: 27px;
  font-weight: 400;
}

.path-checkout .commerce-checkout-completion-register__text > p:last-child {
  margin-bottom: 24px;
  color: #666;
  font-size: 15px;
  line-height: 1.6;
}

.path-checkout .commerce-checkout-completion-register .form-actions {
  margin-bottom: 0;
}

.path-checkout .commerce-checkout-completion-register .button {
  padding: 10px 22px;
  border: 1px solid #333;
  border-radius: 2px;
  background: #333;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .04em;
}

@media (max-width: 767px) {
  .path-checkout .checkout-complete {
    margin: 28px auto 50px;
    padding: 42px 24px 46px;
  }

  .path-checkout .checkout-complete h1 {
    font-size: 31px;
  }

  .path-checkout .commerce-checkout-completion-register {
    margin: -24px auto 50px;
    padding: 32px 24px 38px;
  }
}
