/* Header */

body {
    max-width:1920px;
    margin: 0 auto;
}

.logo {
    background-image: url('../images/logo-black.png');
}

.navbar .nav-btn .hamburger-box .hamburger-inner,
.navbar .nav-btn .hamburger-box .hamburger-inner::before,
.navbar .nav-btn .hamburger-box .hamburger-inner::after {
    background-color:#000000;
}

.navbar .nav-btn.btn-close .hamburger-box .hamburger-inner,
.navbar .nav-btn.btn-close .hamburger-box .hamburger-inner::before,
.navbar .nav-btn.btn-close .hamburger-box .hamburger-inner::after {
    background-color:#ffffff;
}

.page-accessories .header:before {
    top: 0;
    background: transparent;
}

.page-accessories .header:after {
    bottom: 0;
    background: transparent;
}

.page-accessories .header .bg-container {
    /*background-attachment: scroll;*/
    /*background-position-x:center;*/
    /*background-position-y: center;*/
    /*background-image: url('../images/accessories/2021/accessories-banner.png');*/
    /*background-size: contain;*/
    /*background-repeat: no-repeat;*/
    height: 100vh;
    display:flex;
}

.page-accessories .header .bg-container .page-header {
    color: #a3a3a3;
    flex: 0 0 100%;
    text-align: center;
    margin-top: max(10vh, 100px);
    z-index: 2;
}

@media(max-width:767px) {
    .page-accessories .header .bg-container .page-header {
        margin-top: max(20vh, 200px);
    }
}

@media(max-width: 991px) {
    .page-accessories .header .bg-container {
        background-size: contain;
    }
}

.bg-container .img-container {
    width: 100%;
    position: absolute;
    z-index:2;
    background-image: url('../images/accessories/2025/jan/accessories-top.png');
    background-repeat: no-repeat;
    background-position-y:60%;
    background-position-x: center;
    height: 100%;
    /*background-size: 50%;*/
}

.bg-container .img-container img {
    margin: 0 auto;
    display:block;
    z-index:1;
}

.header .scroll-to i {
    color: #000000;
}

main.main {
    position:relative;
    z-index:2;
}

.buy {
    height:28px;
    width:59px;
    border-radius: 12px;
    background-color: #e24246;
    display: flex;
}

.buy .a-text {
    font-family: 'Museosans';
    font-size: 12px;
    color:#fff;
    width:100%;
    align-self: center;
    text-align:center;
}

.product-link a {
    background: url('../images/button.png');
    width:300px;
    height:28px;
}

/* Refractory */
.refractory {
    margin-bottom:10rem;
}

.refractory .top {
    width:100%;
}

.refractory .top h2 {
    z-index:1;
    position:relative;
    text-align: center
}

.refractory .content .img-container {
    display:flex;
    z-index:-1;
    position:relative;
    flex:0 0 50%;
}

.refractory .content {
    width:100%;
    display:flex;
    position:relative;
    flex-direction: row-reverse;
}

.refractory .content .text {
    flex: 0 0 50%;
    align-self:flex-end;
    padding-left:15px;
}

.refractory .content .text .text-inner {
    max-width: 650px;
    margin: 0 15px 0 auto;
    padding-right:15px;
}

.refractory .content .text .text-inner div {
    margin-top: max(5vh, 50px);
}

.refractory .content .text .text-inner .product-link {
    margin-left:0;
}


@media(min-width:768px) and (max-width:840px) {
    .refractory .top h2 {
        margin-bottom:50px;
    }
}

@media(max-width:991px) {
    .refractory {
        margin-top:10%;
    }
    .refractory .content .text {
        width:100%;
    }

    .refractory .content {
        margin-top:2%;
    }

}

@media(max-width:767px) {
    .refractory {
        margin-left: -15px;
        margin-right: -15px;
        margin-bottom:5rem;
    }

    .refractory .top {
        text-align:center;
    }

    .refractory .content {
        flex-direction: column;
        padding-left: 15px;
        padding-right: 15px;
        height: fit-content;
    }

    .refractory .content .text {
        max-width:100%;
    }

    .refractory .content .img-container {
        margin: 0 auto;
        position:relative;
        top:25px;
    }

    .refractory .content .text {
        align-self: center;
        position:relative;
        text-align:center;
        margin-top:50px;
        left:0;
        padding-left: 0;
    }

    .refractory .content .text .text-inner {
        margin-left: 0;
        padding-right:0;
    }

    .refractory .content .text .text-inner div {
        margin-top: 0;
    }

    .refractory .content .text .text-inner .buy-container {
        display:flex;
        justify-content: center;
        margin-top:50px;
    }
}




/* June & Brianna */

.june-and-brianna {
    margin: 0 auto 8rem;
}

.june-and-brianna .heading{
    width:100%;
}

.june-and-brianna h2 {
    color: #000000;
    text-align:center;
    text-transform: uppercase;
    z-index: 1;
}

.june-and-brianna h2 span {
    color: #9c8e67;
}

.june-and-brianna .content {
    text-align:center;
    margin: 0 auto;
}

.june-and-brianna .content .text {
    max-width:915px;
    margin: 75px auto 0;
}

.june-and-brianna .content .buy-container {
    /*float:none;*/
    /*margin-bottom:75px;*/
    display:flex;
    justify-content: center;
    margin-top: 8%;
}

.june-and-brianna .content .product-link {
    float:none;
    /*margin-bottom:75px;*/
    display: block;
    margin: 0 auto;
}

@media (max-width:767px) {

    .june-and-brianna {
        margin-bottom:2rem;
    }
    .june-and-brianna h2 {
        margin-bottom:25px;
    }

    .june-and-brianna .content .img-container {
        z-index:-1;
        margin-top:40px;
    }

    .june-and-brianna .content .text {
        margin-top:20px;
    }
}

/* June Raw Gray Planter */

.june-planter {
    margin-bottom:10rem;
}

.june-planter .top {
    width:100%;
}

.june-planter .top h2 {
    z-index:1;
    position:relative;
    text-align: center
}

.june-planter .content .img-container {
    display:flex;
    z-index:-1;
    position:relative;
    flex:0 0 50%;
}

.june-planter .content {
    width:100%;
    display:flex;
    position:relative;
}

.june-planter.reverse .content {
    flex-direction: row-reverse;
}

.june-planter .content .text {
    flex: 0 0 50%;
    align-self:center;
}

.june-planter .content .text .text-inner {
    max-width: 650px;
    margin: 0 auto 0 45px;
    padding-right:15px;
}

.june-planter .content .text .text-inner .buy-container {
    margin-left:0;
    margin-top: 8%;
}


@media(min-width:768px) and (max-width:840px) {
    .june-planter .top h2 {
        margin-bottom:50px;
    }
}

@media(max-width:991px) {
    .june-planter {
        margin-top:10%;
    }
    .june-planter .content .text {
        width:100%;
    }

    .june-planter .content {
        margin-top:2%;
    }

}

@media(max-width:767px) {
    .june-planter {
        margin-left: -15px;
        margin-right: -15px;
        margin-bottom:5rem;
    }

    .june-planter .top {
        text-align:center;
    }

    .june-planter .content {
        flex-direction: column;
        padding-left: 15px;
        padding-right: 15px;
    }

    .june-planter.reverse .content {
        flex-direction: column;
        padding-left: 15px;
        padding-right: 15px;
    }

    .june-planter .content .text {
        max-width:100%;
    }

    .june-planter .content .img-container {
        margin: 0 auto;
        position:relative;
        top:25px;
    }

    .june-planter .content .text {
        align-self: center;
        position:relative;
        text-align:center;
        margin-top:50px;
        left:0;
        padding-left: 0;
    }

    .june-planter .content .text .text-inner {
        margin-left: auto;
        margin-right:auto;
        padding-right:0;
    }

    .june-planter .content .text .text-inner .buy-container {
        margin-left: auto;
        margin-right: auto;
        display:block;
        /*text-align:center;*/
        width: fit-content;
    }
}


/* CC On Stand */
.cc-on-stand {
    margin-bottom:10rem;
}

.cc-on-stand .top {
    width:100%;
    flex: 0 0 53%;
}

.cc-on-stand .top h2 {
    z-index:1;
    position:relative;
    margin: 0 15px 0 auto;
    max-width: 765px;
    white-space: nowrap;
    padding-left: 15px;
}

.cc-on-stand .top h2 span {
    color: #b4b4b4;
}

.cc-on-stand .content .img-container {
    display:flex;
    justify-content: flex-end;
    z-index:-1;
    position:relative;
    flex: 0 0 47%;
}

.cc-on-stand .content {
    width:100%;
    display:flex;
    flex-direction: row-reverse;
    position:relative;
    justify-content: space-between;
}

.cc-on-stand .content .text {
    align-self:flex-end;
    flex: 0 0 53%;
    padding-left:15px;
}

.cc-on-stand .content .text .text-inner {
    max-width: 750px;
    margin: 0 15px 0 auto;
}

.cc-on-stand .content .text .text-inner .product-link {
    margin-left: 0;
}

@media(min-width:768px) and (max-width:840px) {
    .cc-on-stand .top h2 {
        margin-bottom:50px;
    }
}

@media(max-width:1024px) {
    .cc-on-stand {
        margin-top:10%;
    }
}

@media(max-width:991px) {
    .cc-on-stand {
        margin-top:10%;
    }
    .cc-on-stand .content .text {
        width:100%;
    }

    .cc-on-stand .content {
        margin-top:2%;
    }

}

@media(max-width:767px) {
    .cc-on-stand {
        margin-left: -15px;
        margin-right: -15px;
        margin-bottom:5rem;
    }

    .cc-on-stand .top {
        text-align:center;
        flex: 0 0 100%;
    }

    .cc-on-stand .content {
        flex-direction: column;
        padding-left:15px;
        padding-right:15px;
    }

    .cc-on-stand .content .text {
        max-width:100%;
    }

    .cc-on-stand .content .img-container {
        margin: 0 auto;
        position:relative;
        top:25px;
    }

    .cc-on-stand .content .text {
        align-self: center;
        position:relative;
        text-align:center;
        margin-top:50px;
        left:0;
        padding-left:0;
    }

    .cc-on-stand .content .text .text-inner {
        margin-right: 0;
    }

    .cc-on-stand .content .text .text-inner .product-link {
        margin-left: auto;
    }
}


/* CC Tabletop */
.cc-tabletop {
    margin-bottom:10rem;
}

.cc-tabletop .top {
    width:100%;
}

.cc-tabletop .top h2 {
    z-index:1;
    position:relative;
    text-align: center
}

.cc-tabletop .content .img-container {
    display:flex;
    z-index:-1;
    position:relative;
    flex:0 0 50%;
}

.cc-tabletop .content {
    width:100%;
    display:flex;
    position:relative;
}

.cc-tabletop .content .text {
    flex: 0 0 50%;
    align-self:flex-end;
}

.cc-tabletop .content .text .text-inner {
    max-width: 650px;
    margin: 0 auto 0 45px;
    padding-right:15px;
}

.cc-tabletop .content .text .text-inner div {
    margin-top: max(10vh, 90px);
}

.cc-tabletop .content .text .text-inner .product-link {
    margin-left:0;
}


@media(min-width:768px) and (max-width:840px) {
    .cc-tabletop .top h2 {
        margin-bottom:50px;
    }
}

@media(max-width:991px) {
    .cc-tabletop {
        margin-top:10%;
    }
    .cc-tabletop .content .text {
        width:100%;
    }

    .cc-tabletop .content {
        margin-top:2%;
    }

}

@media(max-width:767px) {
    .cc-tabletop {
        margin-left: -15px;
        margin-right: -15px;
        margin-bottom:5rem;
    }

    .cc-tabletop .top {
        text-align:center;
    }

    .cc-tabletop .content {
        flex-direction: column;
        padding-left: 15px;
        padding-right: 15px;
        height: fit-content;
    }

    .cc-tabletop .content .text {
        max-width:100%;
    }

    .cc-tabletop .content .img-container {
        margin: 0 auto;
        position:relative;
        top:25px;
    }

    .cc-tabletop .content .text {
        align-self: center;
        position:relative;
        text-align:center;
        margin-top:50px;
        left:0;
        padding-left: 0;
    }

    .cc-tabletop .content .text .text-inner {
        margin-left: 0;
        padding-right:0;
    }

    .cc-tabletop .content .text .text-inner div {
        margin-top: 0;
    }

    .cc-tabletop .content .text .text-inner .product-link {
        margin-left: auto;
    }
}




/* CC Tabletop */
.interval-black {
    margin-bottom:10rem;
}

.interval-black .top {
    width:100%;
}

.interval-black .top h2 {
    z-index:1;
    position:relative;
    text-align: center
}

.interval-black .content .img-container {
    display:flex;
    z-index:-1;
    position:relative;
    flex:0 0 50%;
}

.interval-black .content {
    width:100%;
    display:flex;
    position:relative;
    flex-direction: row-reverse;
}

.interval-black .content .text {
    flex: 0 0 50%;
    align-self:flex-end;
    padding-left:15px;
}

.interval-black .content .text .text-inner {
    max-width: 650px;
    margin: 0 15px 0 auto;
    padding-right:15px;
}

.interval-black .content .text .text-inner div {
    margin-top: max(10vh, 90px);
}

.interval-black .content .text .text-inner .product-link {
    margin-left:0;
}


@media(min-width:768px) and (max-width:840px) {
    .interval-black .top h2 {
        margin-bottom:50px;
    }
}

@media(max-width:991px) {
    .interval-black {
        margin-top:10%;
    }
    .interval-black .content .text {
        width:100%;
    }

    .interval-black .content {
        margin-top:2%;
    }

}

@media(max-width:767px) {
    .interval-black {
        margin-left: -15px;
        margin-right: -15px;
        margin-bottom:5rem;
    }

    .interval-black .top {
        text-align:center;
    }

    .interval-black .content {
        flex-direction: column;
        padding-left: 15px;
        padding-right: 15px;
        height: fit-content;
    }

    .interval-black .content .text {
        max-width:100%;
    }

    .interval-black .content .img-container {
        margin: 0 auto;
        position:relative;
        top:25px;
    }

    .interval-black .content .text {
        align-self: center;
        position:relative;
        text-align:center;
        margin-top:50px;
        left:0;
        padding-left: 0;
    }

    .interval-black .content .text .text-inner {
        margin-left: 0;
        padding-right:0;
    }

    .interval-black .content .text .text-inner div {
        margin-top: 0;
    }

    .interval-black .content .text .text-inner .product-link {
        margin-left: auto;
    }
}


/* Splash Bowl */
.splash-bowl {

    margin-bottom:10rem;
}

.splash-bowl .top {
    width:100%;
}

.splash-bowl .top h2 {
    z-index:1;
    position:relative;
    text-align: center;
}

.splash-bowl .top h2 span {
    color: #bc9257;
}

.splash-bowl .content .img-container {
    display:flex;
    justify-content: flex-end;
    z-index:-1;
    position:relative;
    flex: 0 0 50%;
}

.splash-bowl .content {
    width:100%;
    display:flex;
    flex-direction: row-reverse;
    position:relative;
    justify-content: space-between;
}

.splash-bowl .content .text {
    align-self:flex-end;
    flex: 0 0 50%;
    padding-left:15px;
}

.splash-bowl .content .text .text-inner {
    max-width: 670px;
    margin: 0 15px 0 auto;
}

.splash-bowl .content .text .text-inner .product-link {
    margin-left:0;
}

@media(min-width:768px) and (max-width:840px) {
    .splash-bowl .top h2 {
        margin-bottom:50px;
    }
}

@media(max-width:1024px) {
    .splash-bowl {
        margin-top:10%;
    }
}

@media(max-width:991px) {
    .splash-bowl {
        margin-top:10%;
    }
    .splash-bowl .content .text {
        width:100%;
    }

    .splash-bowl .content {
        margin-top:2%;
    }

}

@media(max-width:767px) {
    .splash-bowl {
        margin-left: -15px;
        margin-right: -15px;
        margin-bottom:5rem;
    }

    .splash-bowl .top {
        text-align:center;
    }

    .splash-bowl .content {
        flex-direction: column;
        padding-left: 15px;
        padding-right: 15px;
    }

    .splash-bowl .content .text {
        max-width:100%;
    }

    .splash-bowl .content .img-container {
        margin: 0 auto;
        position:relative;
        top:25px;
    }

    .splash-bowl .content .text {
        align-self: center;
        position:relative;
        text-align:center;
        margin-top:50px;
        left:0;
        padding-left: 0;
    }

    .splash-bowl .content .text .text-inner {
        margin-right:0;
    }

    .splash-bowl .content .text .text-inner .product-link {
        margin-left: auto;
    }
}


/* Cast Onyx - Silver */
.cast-onyx-silver {
    margin-bottom:10rem;
}

.cast-onyx-silver .content {
    display: flex;
    width:100%;
}

.cast-onyx-silver h2 {
    color: #c5c5c5;
    z-index:1;
    position: relative;
    text-transform: uppercase;
}

.cast-onyx-silver .content .img-container {
    flex: 0 0 50%;
    z-index:-1;
    position: relative;
}

.cast-onyx-silver .content .text {
    flex: 0 0 50%;
    padding-right:15px;
}

.cast-onyx-silver .content .text .text-inner {
    max-width: 650px;
    margin: 0 auto 0 5vw;
}

.cast-onyx-silver .content .text .text-inner div {
    max-width:550px;
    padding-top:75px;
}

.cast-onyx-silver .content .text .text-inner .product-link {
    margin-left:0;
}

@media(max-width:767px) {

    .cast-onyx-silver {
        margin-bottom: 5rem;
    }

    .cast-onyx-silver .content {
        /*flex-direction: column;*/
        padding-left: 15px;
        flex-wrap:wrap;
        padding-right: 15px;
    }

    .cast-onyx-silver .content .img-container {
        flex: 0 0 100%;
    }

    .cast-onyx-silver .content .text {
        flex: 0 0 100%;
        padding-right:0;
    }

    .cast-onyx-silver .content .text .text-inner {
        margin-left:0;
        text-align:center;
    }

    .cast-onyx-silver .content .text .text-inner div {
        padding-top: 20px;
        margin: 0 auto;
    }

    .cast-onyx-silver .content .text .text-inner .product-link {
        margin-left: auto;
    }

}

/* Cast Onyx - Faux */
.cast-onyx-faux {
    margin-bottom:10rem;
}

.cast-onyx-faux .content {
    display: flex;
    flex-direction: row-reverse;
    width:100%;
}

.cast-onyx-faux h2 {
    color: #a8805f;
    z-index:1;
    position:relative;
    text-transform: uppercase;
}

.cast-onyx-faux .content .img-container {
    flex: 0 0 50%;
    display:flex;
    justify-content: flex-end;
    z-index:-1;
    position: relative;
}

.cast-onyx-faux .content .text {
    flex: 0 0 50%;
    padding-left:15px;
}

.cast-onyx-faux .content .text .text-inner {
    max-width: 650px;
    margin: 0 5vw 0 auto;
}

.cast-onyx-faux .content .text .text-inner div {
    max-width:550px;
    padding-top:75px;
}

.cast-onyx-faux .content .text .text-inner .product-link {
    margin-left:0;
}

@media(max-width:767px) {


    .cast-onyx-faux .content {
        /*flex-direction: column;*/
        padding-left: 15px;
        flex-wrap:wrap;
        padding-right: 15px;
    }

    .cast-onyx-faux .content .img-container {
        flex: 0 0 100%;
    }

    .cast-onyx-faux .content .text {
        flex: 0 0 100%;
        padding-left:0;
    }

    .cast-onyx-faux .content .text .text-inner {
        margin-right:0;
        text-align:center;
    }
    .cast-onyx-faux .content .text .text-inner div {
        padding-top: 20px;
        margin: 0 auto;
    }

    .cast-onyx-faux .content .text .text-inner .product-link {
        margin-left: auto;
    }

}

@media(max-width:1200px) {
    .product-link {
        padding-top:50px;
    }
}

@media(max-width:767px) {
    .product-link {
        padding-top:25px;
    }
}
/* Cat Sitting Sculptures */
.onyx-rainbow {
    margin-bottom:10rem;
    max-width:1385px;
    margin-left: auto;
    margin-right: auto;
}

.onyx-rainbow .top {
    width:100%;
    flex: 0 0 53%;
}

.onyx-rainbow .top h2 {
    z-index:1;
    position:relative;
    margin: 0 15px 0 auto;
    max-width: 765px;
    white-space: nowrap;
    padding-left: 15px;
}

.onyx-rainbow .top h2 span {
    color: #b4b4b4;
}

.onyx-rainbow .content .img-container {
    display:flex;
    justify-content: flex-end;
    z-index:-1;
    position:relative;
    flex: 0 1 47%;
}

.onyx-rainbow .content {
    width:100%;
    display:flex;
    flex-direction: row-reverse;
    position:relative;
    justify-content: space-between;
}

.onyx-rainbow .content .top {
    margin-bottom: 5rem;
}

.onyx-rainbow .content .top h2 {
    padding-left: 0;
}

.onyx-rainbow .content .text {
    align-self:center;
    flex: 0 1 53%;
    padding-left:15px;
}

.onyx-rainbow .content .text .text-inner {
    max-width: 750px;
    margin: 0 15px 0 auto;
}

.onyx-rainbow .content .text .text-inner .buy-container {
    margin-left: 0;
    margin-top:4rem;
}

@media(min-width:768px) and (max-width:840px) {
    .onyx-rainbow .top h2 {
        margin-bottom:50px;
    }
}

@media(max-width:1024px) {
    .onyx-rainbow {
        margin-top:10%;
    }
}

@media(max-width:991px) {
    .onyx-rainbow {
        margin-top:10%;
    }
    .onyx-rainbow .content .text {
        width:100%;
    }

    .onyx-rainbow .content {
        margin-top:2%;
    }

}

@media(max-width:767px) {
    .onyx-rainbow {
        margin-left: -15px;
        margin-right: -15px;
        margin-bottom:5rem;
    }

    .onyx-rainbow .top {
        text-align:center;
        flex: 0 0 100%;
    }

    .onyx-rainbow .content {
        flex-direction: column;
        padding-left:15px;
        padding-right:15px;
    }

    .onyx-rainbow .content .text {
        max-width:100%;
    }

    .onyx-rainbow .content .img-container {
        margin: 0 auto;
        position:relative;
        top:25px;
    }

    .onyx-rainbow .content .text {
        align-self: center;
        position:relative;
        text-align:center;
        margin-top:50px;
        left:0;
        padding-left:0;
    }

    .onyx-rainbow .content .text .text-inner {
        margin-right: 0;
    }

    .onyx-rainbow .content .text .text-inner .buy-container {
        margin-left: auto;
        margin-right: auto;
        width:fit-content;
        margin-top: 2rem;
    }
}
