/*
Theme Name: TR Shop
Author: Seven Hills Creative
Author URI: https://www.sevenhillscreative.co.uk/
Description: Another custom theme for a happy customer!
Tags: accessibility-ready, one-column, two-columns, custom-menu, featured-images, microformats, sticky-post, threaded-comments, translation-ready
Version: 2025.1
Requires at least: 5.2
Requires PHP: 7.0
*/

html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline}html{scroll-behavior:smooth}body{line-height:1}a{text-decoration-skip-ink:auto}a[href^="tel"]{color:inherit;text-decoration:none}button{outline:0}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}q{display:inline;font-style:italic}q:before{content:'"';font-style:normal}q:after{content:'"';font-style:normal}textarea,input[type="text"],input[type="button"],input[type="submit"],input[type="reset"],input[type="search"],input[type="password"]{-webkit-appearance:none;appearance:none;border-radius:0}input[type="search"]{-webkit-appearance:textfield}table{border-collapse:collapse;border-spacing:0}th,td{padding:2px}big{font-size:120%}small,sup,sub{font-size:80%}sup{vertical-align:super}sub{vertical-align:sub}dd{margin-left:20px}kbd,tt{font-family:courier;font-size:12px}ins{text-decoration:underline}del,strike,s{text-decoration:line-through}dt{font-weight:bold}address,cite,var{font-style:italic}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}*{box-sizing:border-box;-webkit-tap-highlight-color:transparent}
.sticky{}.bypostauthor{}.wp-caption{}.wp-caption-text{}.gallery-caption{}.alignright{}.alignleft{}.aligncenter{}
.screen-reader-text{border:0;clip:rect(1px,1px,1px,1px);-webkit-clip-path:inset(50%);clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute!important;width:1px;word-wrap:normal!important;word-break:normal}
.screen-reader-text:focus{background-color:#f7f7f7;border-radius:3px;box-shadow:0 0 2px 2px rgba(0,0,0,.6);clip:auto!important;-webkit-clip-path:none;clip-path:none;color:#007acc;display:block;font-size:14px;font-size:.875rem;font-weight:700;height:auto;right:5px;line-height:normal;padding:15px 23px 14px;text-decoration:none;top:5px;width:auto;z-index:100000}
.skip-link{left:-9999rem;top:2.5rem;z-index:999999999;text-decoration:underline}
.skip-link:focus{display:block;left:6px;top:7px;font-size:14px;font-weight:600;text-decoration:none;line-height:normal;padding:15px 23px 14px;z-index:100000;right:auto}
.visually-hidden:not(:focus):not(:active), .form-allowed-tags:not(:focus):not(:active){position:absolute !important;height:1px;width:1px;overflow:hidden;clip:rect(1px 1px 1px 1px);clip:rect(1px, 1px, 1px, 1px);white-space:nowrap}

/* BASE */
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    color: #212451;
    box-sizing: border-box;
    font-family: 'source-sans-pro', sans-serif;
    /* outline: 1px solid red !important; */
}

html{
    overflow-x: hidden !important;
  }
  
body {
    font-family: 'source-sans-pro', sans-serif;
    overflow-x: hidden !important;
    display: grid;
}


@media only screen and (max-width: 1100px) {}
@media only screen and (max-width: 960px) {}
@media only screen and (max-width: 760px) {}
@media only screen and (max-width: 660px) {}
@media only screen and (max-width: 560px) {}
@media only screen and (max-width: 460px) {}
@media only screen and (max-width: 360px) {}
@media only screen and (max-width: 320px) {
    body, header, main, section, footer {
    width: 320px;
    }
}


/* LAYOUT */



.no-wavy-border::before {
    clip-path: none !important;
    content: none !important;
}


section, article, main, nav, header, #primary {
    display: grid;
    grid-template-columns: repeat(16, 1fr);
    grid-column: 1 / 17;
    justify-self: center;
    max-width: 2000px;
    width: 100%;
}

footer {
    display: grid;
    grid-template-columns: repeat(16, 1fr);
    grid-column: 1 / 17;
    justify-self: center;
    max-width: 2000px;
    width: 100%;
}


/* BUTTON LINKS */
.all-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    font-size: 1.125em !important;
    font-weight: 600;
    text-transform: uppercase;
    cursor: Pointer;
    border-radius: 25px;
    justify-self: center;
    padding: 0.7em 2em;
}

.orange-button {
    background-color: #ED5746;
    border: 1px solid #ED5746;
    color: #fff;
}


@media only screen and (max-width: 800px) {

    .all-button {
        font-size: 1em !important;
        padding: 0.7em 2em;
    }
}





/* TEXT */
h1, h2, h3, h4, h5, h6{
    font-family: 'source-sans-pro', sans-serif;
    font-weight: 700;
    line-height: 1.2;
}

h1{
    font-size: 3.438em
}

h2{
    font-size: 3.438em
}

h3{
    font-size: 1.25em;
}

h4{
    font-size: 1.25em;
}

p, li{
    font-size: 1.125em;
    line-height: 1.5;
    font-weight: 300;
    word-break: break-word;
}


label {
    font-size: 20px;
    text-transform: uppercase;  
    font-weight: 600;
    letter-spacing: 1px;
    color: #ED5746;
}

img {
    width: 100%;
}

ul.main-nav{
    padding: 0;
}

li::marker {

}

strong {
    font-weight: 700;
}

em {
    font-style: italic;
}

.underline {
    text-decoration: underline;
}

a {
    cursor: Pointer !important;
    text-decoration: none;
}



@media only screen and (max-width: 800px) {

    h1,  h1 span{
        font-size: 2.188em;
    }
    
    h2{
        font-size: 2.188em;
    }
    
    h3{
        font-size: 1.563em;
    }
    
    h4{
        font-size: 1.25em;
    }
        
    p , li{
        font-size: 18px;
    }   
    
    label {
        font-size: 1.125em;
    }

}

/* WP CONTENT */
.wp-content-section {
    grid-column: 4 / 14;
    grid-template-columns: 1fr;
    display: grid;
    gap: 2em;
    margin: 5em 0;
    text-align: center;
    justify-items: center;
}

.wp-content-section ul li {
    font-size: 20px;
    font-weight: 300;
}


@media only screen and (max-width: 1350px) {

    .wp-content-section {
        grid-column: 2 / 16;
    }

}

/* 404 PAGE */

section.error{
    min-height: 60vh;
    align-content: center;
    grid-column: 2 / 16;
}

section.error h1 {
    color: #0E2D4B;
    text-align: center;
    grid-column: 2 / 16;
}

section.error p {
    text-align: center;
    grid-column: 2 / 16;
}





/* Basket badge */
.main-nav li.menu-item-cart > a {
  position: relative;
}

.main-nav li.menu-item-cart .cart-badge {
  position: absolute;
  top: -6px;
  right: -8px;
  min-width: 18px;
  height: 18px;
  padding: 0 5px;
  border-radius: 999px;
  background: #ED5746;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
  text-align: center;
}

/* Optional: hide when 0 */
.main-nav li.menu-item-cart .cart-badge:empty {
  display: none;
}









/* CONTACT BANNER */

/* .contact-banner {
    background-color: #8AC53F;
    display: grid;
} */

.side-menu-contact-info  { 
    grid-column: 1 / 17;
    display: flex;
    justify-content: right;
    padding: 0.8em 2em;
    background-color: #444674;
    gap: 1em;
}

.side-menu-contact-info a,
.side-inner-contact-details {
    color: #fff;
    font-weight: 600;
    display: flex;
    gap: 0.5em;
    align-items: center;
    font-size: 16px;
    word-break: break-all;
    text-transform: none !important;
    line-height: 1.3;
}

.side-inner-contact-details strong {
    color: #fff;
}
.side-inner-contact-details i {
    color: #ED5746;
}

.social-details {
    gap: 1em;
}

.side-menu-contact-info span {
    font-weight: 300;
    color: #fff;
}

.header-tel {
    font-size: 18px;
}

.side-menu-contact-info i {
    color: #ED5746;
    padding-right: 0.2em;
}



@media only screen and (max-width: 1300px) {

    .side-menu-contact-info  { 
        grid-column: 1 / 17;
        display: grid;
        justify-content: center;
        justify-items: center;
        padding: 0.8em 2em;
        background-color: #444674;
    }

    .responsive-menu a i {
        color: #ED5746;
    }

    .side-menu-contact-info i,
    .side-menu-contact-info a{
        font-size: 16px;
        padding: 0;
    }

    .side-menu-contact-info.side-menu-contact-info-mobile 
    .side-inner-contact-details:first-of-type {
        display: none !important;
    }

    .side-menu-contact-info span {
        display: none;
    }


}
    



/* MENU BAR DESKTOP VIEW */

.grid-header-section {
    display: grid;      
    z-index: 2;
}

.grid-header-container {
    background-color: #212451;
    position: relative;
}


#header {
    position: fixed;
    /* top: 2em; */
    width: 100%;
    z-index: 99999999;
}

main {
    margin-top: 118px;
}

@media only screen and (max-width: 1000px) {
    main {
        margin-top: 130px;
    }
}

@media only screen and (min-width: 1300px) {
    
    /* Smooth transitions on scroll */
    .contact-banner,
    .side-menu-contact-info,
    .grid-header-outer,
    .header-menu,
    .header-logo-img {
        transition: all 0.25s ease;
    }

    /* Keep the green contact-banner BACKGROUND visible in compact mode */
    #header.header--compact .contact-banner,
    #header.header--compact .header-logo-img {
        display: none;
    }

    /* Tighter header bar when compact (you can tweak these) */
    #header.header--compact .grid-header-outer {
        margin: 1em 0;
        padding: 0;
        grid-column: 5 / 16;
    }

    /* Hide all main menu items EXCEPT the CTA buttons */
    #header.header--compact .header-menu .menu-item:not(.contact-menu-link):not(.menu-item-search):not(.keep-menu-item) {
        display: none;
    }

    /* Keep the CTA buttons aligned to the right in compact mode */
    #header.header--compact .header-menu ul {
        justify-content: space-between;
        padding: 0;
    }

    /* COMPACT: make ordering work */
    #header.header--compact .header-menu .main-nav{
        display: flex;
        align-items: center;
    }

    /* 1) Search */
    #header.header--compact .header-menu .main-nav > li.menu-item-search{
        order: 1;
        order: 1;
        margin: 0;
        max-width: 766px;
        width: 100%;
    }

    /* 2) Account (your account icon li has keep-menu-item but NOT menu-item-cart) */
    #header.header--compact .header-menu .main-nav > li.keep-menu-item:not(.menu-item-cart){
        order: 2;
    }

    /* 3) Basket */
    #header.header--compact .header-menu .main-nav > li.keep-menu-item.menu-item-cart{
        order: 3;
    }

    /* 4) Contact */
    #header.header--compact .header-menu .main-nav > li.contact-menu-link{
        order: 4;
    }

    #header.header--compact .menu-search-field,
     #header.header--compact .menu-search-form,
    #header.header--compact .header-menu .main-nav > li.menu-item-search {
        width: auto;             
    }





    .main-nav > .menu-item > a > span i {
        color: #fff;
    }

    .header-logo-img {
        max-width: 221px;
        left: 1em;
        position: absolute;
        top: 50%;
        transform: translate(0, -50%);
    }

    .grid-header-outer {
        display: grid;
        grid-column: 5/17;
        align-items: center;
        padding: 1em 0;
    }

    .header-menu {
        display: grid;
        position: relative;
    }

    .header-menu ul{
        display: flex;
        text-align: center;
        align-self: center;
        justify-content: space-between;
        padding-right: 2em;
    }

    .header-menu ul li {
        list-style: none;
        align-self: center;
        margin-left: 0;
    }

    .menu-item a span{
        color: #fff;
        font-weight: 600;
        font-size: 20px;
        text-transform: uppercase;
    }

    #hamburger-input, .overlay, #hamburger-menu, #sidebar-menu, .header-bar  {
        display: none;
    }



/* SUB MENU ***************************************************************************/

    .menu-item .sub-menu,
    .menu-item .sub-menu .menu-item .sub-menu {
        display: none;
    }

    /* .menu-item .sub-menu { */
    .menu-item:hover .sub-menu {
        display: grid;
        grid-template-columns: 1fr;
        background-color: #F5EEED;
        text-align: left;
        z-index: 2 !important;
        justify-self: center;
        position: absolute;
        width: 75%;
        border-radius: 10px;
        padding: 1em 0 1em 1em;
        height: auto;
        align-content: start;
        left: auto;
        right: auto;
        top: 85%;
    }

    .menu-item > .sub-menu > li {
        box-sizing: border-box;
    }

     .menu-item > .sub-menu > li a span {
        color: #212451;
     }

    .menu-item .sub-menu .menu-item:hover > .sub-menu {
        max-height: calc(100vh - 150px);
        overflow-y: auto;
    }

    .menu-item > .sub-menu > .menu-item {
        border-top: 1px solid #fff;
        width: 50%;
        padding: 5px 0;        
    }

    .menu-item > .sub-menu > .menu-item:first-of-type {
        border: none;
    }


    .menu-item > .sub-menu > .menu-item > a {
        display: flex;
        width: 100%;
        box-sizing: border-box;
        padding: 0.5em; 
    } 

    .menu-item-has-children > a:after {
        content: "\f078";
        font-family: "Font Awesome 7 Pro";
        font-weight: 900;
        font-size: 1em;  
        color: #ED5746;
        margin-right: 0.5em;
    }
    
    .menu-item-has-children:hover > a:after {
        content: "\f077";
        font-family: "Font Awesome 7 Pro";
        font-weight: 900;
        font-size: 1em;  
        color: #ED5746;
        margin-right: 0.5em;
    }

    .sub-menu .menu-item-has-children > a {
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 100%;
    }

    .sub-menu .menu-item-has-children > a:hover {
        background-color: #fff;
        border-radius: 10px;
    }



/* SUB SUB MENU *********************************************************************/


    /* Only inside dropdowns (level 2+) */
    .sub-menu .menu-item-has-children > a::after,
    .sub-menu .menu-item-has-children > .menu-link-wrapper > a::after {
        content: "\f054";
        font-family: "Font Awesome 7 Pro";
        font-weight: 900;
        color: #ED5746;
        margin-left: 0.5em;
    }

    .menu-item .sub-menu .menu-item .sub-menu  {
        position: relative;
        padding: 2em;
    }

    .menu-item .sub-menu .menu-item .sub-menu .menu-item a span {
        font-weight: 400;
            color: #212451;
    }

    .menu-item .sub-menu .menu-item .sub-menu li:first-of-type {
        border-radius: 10px 10px 0 0;
    }

    .menu-item .sub-menu .menu-item .sub-menu li {
        padding: 0.5em 1em;
        border-bottom: 2px solid #EBEDFD;
        background-color: #fff;
        width: auto;
        /* margin-left: 0.5em; */
    }

    .menu-item .sub-menu .menu-item .sub-menu li:last-of-type {
        border-radius: 0 0 10px 10px;
        border-bottom: none;
    }
    .menu-item > .sub-menu > .menu-item > .sub-menu > .menu-item a {
        padding: 0;
    }

    /* .menu-item .sub-menu .menu-item .sub-menu { */
    .menu-item .sub-menu .menu-item:hover .sub-menu {
        display: grid;
        grid-template-columns: 1fr;
        background-color: #F5EEED;
        padding: 1em;
        text-align: left;
        z-index: 50 !important;
        justify-self: center;
        margin: auto;
        position: absolute;
        right: -50%;
        top: 0;
        left: 0;
        align-content: start;
        border-radius: 10px;
        width: 50%;
        height: auto;
    }

}

.contact-menu-link a {
    font-weight: 600;
    text-transform: uppercase;
    min-width: 145px;
    padding: 0.5em 2em;
    border-radius: 25px;
    background: #ED5746;
    color: #fff;
    display: grid;
}


/* RESPONSIVE MENU UNCLICKED */

@media only screen and (max-width: 1300px) {

    .grid-header-container, .contact-banner {
        display: none;
    }

    .info-header-bar {
        display: flex;
        grid-column: 1 / 17;
        text-align: center;
        background-color: #212451;
        padding: 1em;
        justify-content: space-evenly;
    }

    .inner-info-header-bar p,
    .inner-info-header-bar i{
        color: #fff;
        margin: 0;
    }

    .inner-grid-header {
        display: grid;  
        grid-column: 2/16;    
        grid-template-columns: repeat(3, auto);  
        align-items: center;
        padding: 1em 0;
    }

    .inner-grid-header .header-logo {
        max-width: 231px;
    }


    .grid-header-outer, 
    .outer-banner-message-outer,
    .info-header-bar,
    .inner-grid-header {
        display: none;
    }

    .header-bar {
        display: grid;
        grid-template-columns: 1fr auto 1fr;
        grid-column: 2 / 16;
        align-self: center;
        margin: 1em 0;
        z-index: 20;
        align-items: center;
        gap: 0;
    }
    
    .header-bar img{
        max-width: 123px;
        width: 100%;
        object-fit: contain;
    }

    .mobile-icons {
        background-color: #212451;
    }

    .mobile-info-header-bar {
        grid-column: 2/16;
        padding: 0.5em 0;
        text-align: center;
    }

    .mobile-inner-info-header-bar:not(:first-of-type) {
        display: none;
    }

    .mobile-inner-info-header-bar p, 
    .mobile-inner-info-header-bar i{
        color: #F4F0F0;
    }

    .mobile-inner-grid-header {
        justify-self: end;
    }

    .mobile-inner-grid-header .account-cart {
        gap: 1em;
        display: flex;
        align-items: center;
    }

    .mobile-inner-grid-header .account-cart i {
        color: #fff;
        font-size: 18px;
     }

     .mini-cart-toggle {
        width: auto !important;
        background: transparent;
        border: none;
     }

    .responsive-menu {
        align-self: center;
    }

    #sidebar-menu ul li a:hover{
        color:#5BBDB2;
    }

    .menu-icon {
        width: 37px;
        height: 6px;
        background-color: #fff;
        margin: 3px 0;
    }

    .overlay {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        opacity: 0;
        visibility: hidden;
        transition: opacity .35s, visibility .35s, height .35s;
        overflow: hidden;
        background: #F4F0F0;
    }
    
    #hamburger-input{
        display: none;
    }
    
    #hamburger-menu {
        display: flex;
        align-items: start;
        flex-direction: column;
    }

    #hamburger-menu #sidebar-menu {
        grid-template-columns: 1fr;
        visibility: hidden;
        position: fixed;
        top: 0;
        right: -100%;
        width: 100%;
        background-color: #212451;
        transition: 0.3s;
        box-sizing: border-box;
        z-index: 20;
    }

    /* Scroll Side Menu */
    #sidebar-menu {
        min-height: 100vh;
        overflow-y: auto;
        background-color: #212451;
        height: 100%;
    }

    /* Hide sub-menu by default */
    .sub-menu.hidden {
        display: none;
    }

    .inner-side-menu-inner {
        display: grid;
        grid-template-columns: 1fr auto 1fr;
        align-items: center;
        justify-content: space-evenly;
        background-color: #212451;
        padding: 1.2em;
    }

    .mobile-inner-grid-header-inner {
        justify-self: start;
    }

    .inner-side-menu-inner img{
        max-width: 123px;
    }

    .inner-side-menu-inner a {
        justify-content: center;
    }

    .account-cart-mobile {
        display: flex;
        gap: 1em;
        justify-content: end;
    }

    #hamburger-menu ul li ul,
    #hamburger-menu ul li ul li ul {
        height: auto;
    }

    #hamburger-menu li {
        list-style-type: none;
        padding: 1em;
        justify-self: center;
    }

    #hamburger-menu a {
        text-decoration: none;
        transition: transform 0.5s;
        align-items: center;
        display: flex;
        text-transform: capitalize;
        justify-content: center;
    }

    #hamburger-menu i {
        font-size: 28px;
    }

    #hamburger-menu a:active{
        -ms-transform: translateX(30px);
        -webkit-transform: translateX(30px);
        transform: translateX(3px);
    }

    #hamburger-input:checked + #hamburger-menu #sidebar-menu {
        visibility: visible;
        right: 0;
    }


    #side-nav {
        background-color: #212451;
    }

    #side-nav li > a > span,
    #side-nav li > .menu-link-wrapper > a > span,
    .main-nav > .menu-item > .sub-menu > .menu-item > a,
    .main-nav > .menu-item > .sub-menu > .menu-item > .menu-link-wrapper > a { 
        color: #fff;
        font-weight: 600;
        text-transform: uppercase;
        font-size: 20px;
    }

    #side-nav .sub-menu .sub-menu li > a > span {
        font-weight: 400;
    }


    #side-nav > li {
        margin: 0;
    }


    /* SUB MENU */

    #hamburger-menu ul .sub-menu{
        width: auto;
    }

    #hamburger-menu li .sub-menu .menu-item {
        list-style-type: none;
    }

    #hamburger-menu li .sub-menu .menu-item:nth-last-child(1) {
        border-bottom: none;
    }

    #hamburger-menu li:nth-last-child(1) {
        border-bottom: none;
    }



    /* SUB SUB MENU */

    #hamburger-menu ul .sub-menu li .sub-menu {
        padding: 0;
        gap: 0;
    }

    #hamburger-menu ul .sub-menu li .sub-menu li {
        margin: 0;
    }

    .menu-link-wrapper {
        display: flex;
        align-items: center;
        gap: 5px;    
        justify-content: center;   
    }

    .side-nav .menu-item .sub-menu .menu-item-has-children {
        padding: 1em 0 !important;
    }

    .side-nav .menu-item .sub-menu .menu-item-has-children .menu-link-wrapper {
        padding: 0 1em;
    }

    .side-nav .menu-item .sub-menu .dropdown-open {
         padding: 1em 0 0 !important;
    }

    .side-nav .menu-item .sub-menu .dropdown-open .menu-link-wrapper {
        padding: 0 1em 1em !important;
    }

    .toggle-icon::before {
        content: '\f078'; 
        font-family: "Font Awesome 7 Pro";
        font-weight: 900;
        font-size: 1em;
        color: #ED5746;
        cursor: pointer;
    }

    .toggle-icon.open::before {
        content: '\f077'; 
    }

    .mobile-social-media i {
        font-size: 24px !important;
        width: 24px !important;
        color: #fff !important;
        justify-content: normal !important;
    }

    .side-nav li .sub-menu li {
        margin-left: 0;
    }
    
}









/* MENU SEARCH (shared: desktop + mobile) */

.menu-search-form {
  position: relative;
  display: flex;
  align-items: center;
}

.main-nav .menu-item-search {
  display: flex;
  align-items: center;
  margin: 0 14px;
}

.menu-search-field {
  width: clamp(220px, 273px, 380px);
  height: 44px;
  border: 0;
  border-radius: 27px !important;
  background: #fff;
  padding: 0 52px 0 18px;
  font-size: 14px;
  outline: none;
  box-sizing: border-box;
}

.menu-search-field::placeholder {
  opacity: 0.7;
}

.menu-search-submit {
  position: absolute;
  right: 14px;
  top: 50%;
  transform: translateY(-50%);
  border: 0;
  background: transparent;
  padding: 0;
  width: 30px;
  height: 30px;
  display: grid;
  place-items: center;
  cursor: pointer;
  color: #ED5746;
  font-size: 30px;
  line-height: 1;
}

.menu-search-submit i {
  color: #ED5746;
}

.side-menu-contact-info .menu-search-field {
  width: 100%;
}









/* FOOTER */

.footer {
    background-color: #444674;
    position: relative;
    padding: 2em 0;
}

.footer-areas {
    display: grid;
    grid-template-columns: 1fr 15% 15% 25%;
    grid-column: 2 / 16;
    margin: 2em 0;
    z-index: 1;
    gap: 2em;
}

.footer-box {
    align-content: start;
    gap: 1em;
    list-style: none;
    margin: 0;
    padding: 0;
}

.footer-box p, .footer-box p strong {
   
    color: #FFF;
    font-weight: 300;
}

.footer-box p strong {
   font-weight: 500;
}

.footer-box p i {
    color: #C9B28D;
}

.footer-box p a {
    font-size: 18px;
    font-weight: 600;
    color: #FFF;
    text-decoration: underline;
    text-underline-offset: 2px;
}

.footer-col-four p a {
    display: flex;
    flex-wrap: wrap
}

.outer-footer-details {
    display: grid;
    gap: 1em;
    align-content: start;
}

.footer-box li {
    display: flex;
    align-items: flex-start;
    gap: 1em;
    margin: 0;
    color: #FFF;
    list-style: none;
    align-items: center;
}

.footer-box li i {
    color: #8AC53F;
    font-size: 3em;
}

.footer-box li strong {
    color: #fff;
    font-weight: 600;
}


/* COL ONE  */

.footer-column-one {
    display: grid;
    gap: 1em;
    grid-template-columns: auto 1fr;
    align-items: center;
    align-self: center;
}

.footer-column-one a img {
    max-width: 250px;
    width: 100%;
    object-fit: contain;
}


/* COL FOUR  */

.footer-column-four p {
    font-weight: 600;
}


footer .side-inner-contact-details i {
    font-size: 18px;
}

footer .side-inner-contact-details a {
    color: #fff;
    font-weight: 600;
    display: flex;
    gap: 0.5em;
    align-items: center;
    font-size: 16px;
    word-break: break-all;
    text-transform: none !important;
    line-height: 1.3;
}

.footer-box h4 {
    font-weight: 600;
    font-size: 20px;
    color: #fff;
    text-transform: capitalize;
}

.footer-box li a span {
    text-transform: none;
    font-weight: 300;
    font-size: 18px;
    color: #EBEDFD;
    text-transform: uppercase;
}

.footer-col-four {
    display: flex;
    gap: 1em;
}

.footer-col-four i {
    color: #C9B28D;
    font-size: 24px;
}

.footer-nav {
    display: grid;
    grid-template-columns: 1fr;
    column-gap: 1em;
}

.inner-social-icons {
    display: flex;
    flex-wrap: wrap;
    gap: 1em;
}

.inner-social-icons a {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    background-color: #8AC53F;
    border-radius: 50%;
    width: 49px;
    height: 49px;
    text-decoration: none;
}

.inner-social-icons a i {
    font-size: 32px;
    color: #fff;
}




/* SIGN UP FORM */

.sign-up-form form p{
    background-color: #fff;
    display: grid;
    grid-template-columns: 1fr 44px;
    gap: 8px;
    padding: 8px;
    border-radius: 30px;
    align-items: center;
    max-width: 300px;
}

.sign-up-form form br,
.sign-up-form form span.wpcf7-spinner{
    display: none;
}

.sign-up-form form p > span{
    align-self: center;
}

.sign-up-form form p > span input{
    padding: 0 1em;
    border: 0;
    width: 100%;
    height: 44px;
    border-radius: 30px;
    outline: none;
    box-sizing: border-box;
}

.sign-up-form .wpcf7 input[type="submit"]{
    width: 44px;
    height: 44px;
    border: 1px solid #EBEDFD;
    border-radius: 999px;
    background-color: #ED5746;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23ffffff' d='M14 5l-1.41 1.41L17.17 11H4v2h13.17l-4.58 4.59L14 19l7-7z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 30px 30px;
    cursor: pointer;
    padding: 0;
    margin: 0;
    color: transparent;
    text-indent: -9999px;
    overflow: hidden;
}

.sign-up-form .wpcf7 input[type="submit"]:hover{
    filter: brightness(0.95);
}

.sign-up-form .wpcf7 input[type="submit"]:focus-visible{
    outline: none;
    box-shadow: 0 0 0 3px rgba(138, 197, 63, 0.35);
}

.footer-box img {
    max-width: 270px;
}

.inner-lower-footer-content {
    grid-column: 2 / 16;
    border-top: 1px solid rgba(235, 237, 253, 0.7);
    justify-content: center;
    text-align: center;
    padding: 2em 0 0;
    color: #fff;
}

@media only screen and (max-width: 1450px) {

    .footer-column-one {
        grid-template-columns: 1fr;
    }

}

@media only screen and (max-width: 1220px) {

    .inner-social-icons a {
        width: 42px;
        height: 42px;
    }

    .inner-social-icons a i {
        font-size: 25px;
    }

    .col-three ul li {
        justify-self: center;
    }

    .footer-box li {
        flex-wrap: wrap;
        justify-content: center;
    }

    .footer {
        padding: 2em 0;
    }

    .footer-box {
        gap: 3em;
    }

    .lower-footer-content {
        padding: 2em 0 0 0;
        display: grid;
    }

    .footer-areas {
        grid-template-columns: 1fr;
        gap: 2em;
        justify-content: center;
        text-align: center;
        justify-items: center;
        margin: 2em 0;
    }

    .footer-logo {
        justify-self: center;
    }

    .wave-top::before {
        height: 60px;
        top: -3.5em
    }

    .footer-logo img {
        display: grid;
        justify-self: center;
    }

    .outer-footer-details {
        justify-items: center;
        gap: 1em;
    }
    
   .footer-col-four p a {
        font-size: 24px;
        font-weight: 700;
   }

    .footer-nav {
        grid-template-columns: 1fr;
    }

    .inner-contact-details {
        justify-content: center;
    }

    .footer-col-four,
    .footer-inner-contact-details a, .footer-inner-contact-details {
        flex-direction: column;
    }

    .footer-about-nav {
        gap: 0.5em;
    }

    .lower-footer-content p {
        padding-top: 0;
    }

}













/* REPEATED ELEMENTS */

.book-now-cta {
    position: relative;
    min-height: 60vh;
    --gradient: linear-gradient(0deg,
        rgba(33, 36, 81, 0.9) 0%,
        rgba(33, 36, 81, 0.9) 100%
    );
    background-image: var(--gradient), var(--bg);
    background-size: cover, cover;
    background-position: center, center;
    background-repeat: no-repeat, no-repeat;
}

.inner-book-now-cta-content {
    display: grid;
    grid-template-columns: 1fr;
    grid-column: 2/16;
    align-items: center;
    z-index: 1;
    justify-content: center;
    text-align: center;
}

.inner-book-now-cta-content p,
.inner-book-now-cta-content p strong {
    color: #FFF;
    font-size: 18px;
    display: flex;
}

.inner-book-now-cta-content h2 {
    color: #fff;
}

.cta-content {
    display: grid;
    gap: 2em;
    max-width: 732px;
    justify-self: center;
    justify-items: center;
}

.cta-content i {
    color: #C9B28D;
    padding-right: 0.5em;
}

.cta-content a {
    color: #EDF1F8;
}



/* CTA FORM */
.menu-search-form--cta form.wpcf7-form {
  margin: 0;
}

.menu-search-form--cta .cta-signup-row {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  background: #fff;
  padding: 6px;
  border-radius: 999px;
}

.menu-search-form--cta .menu-search-field {
  width: 100%;
  height: 44px;
  border: 0;
  border-radius: 999px !important;
  background: transparent;
  padding: 0 14px;
  outline: none;
  box-sizing: border-box;
}

.menu-search-form--cta .cta-submit {
  height: 44px;
  border: 0;
  border-radius: 999px;
  padding: 0 18px;
  background: #ED5746;
  color: #fff;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  cursor: pointer;
  white-space: nowrap;
}

.menu-search-form--cta .wpcf7-spinner,
.menu-search-form--cta br {
  display: none;
}

.menu-search-form--cta .cta-submit:hover {
  filter: brightness(0.95);
}


@media only screen and (max-width: 1100px) {

    .book-now-cta {
        min-height: auto;
    }

    .cta-content {
        gap: 1em;
        padding: 5em 0;
        text-align: center;
    }

    .cta-content a {
        justify-self: center;
    }

    .inner-book-now-cta-content {
        grid-column: 2/16;
    }

    .inner-book-now-cta-content p,
    .inner-book-now-cta-content p strong {
        line-height: 30px;
        font-size: 18px;
    }

    .inner-book-now-cta-content h2 {
        font-size: 35px;
    }

}













/* HOME BLOG PAGE */

.blog-area {
    grid-column: 2 / 16;
    padding: 5em 0;
}

.inner-blog-header {
    display: grid;
    text-align: center;
    align-items: center;
    position: relative;
    margin-bottom: 3em;
}

.inner-home-blog-button {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(0, -50%);
}

.home-blog-button i {
    color: #ED5746;
}

.blog-boxes {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    grid-column: 2/16;
    gap: 2em;
}

.more-blogs {
    padding: 2em 0 0;
}

.blog-content {
    display: grid;
    gap: 1em;
    text-align: center;
    padding: 2em;
}

.blog-content a {
    justify-self: center;
    display: flex;
    gap: 0.5em;
    align-items: center;
    font-weight: 700;
    font-size: 18px;
}

.blog-content h3 {
    color: #212451;
    font-size: 24px;
}

.blog-content p {
    font-size: 18px;
    font-weight: 300;
}

.blog-title-date {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1em;
    align-items: center;
}

.blog-box-home {
    background-color: #F5EEED;
    display: grid;
    gap: 1em;
    text-align: center;  
    align-content: start;
    height: 100%;
    border-radius: 44px;
}

.blog-box-home:hover {
    background-color: #EBEDFD;
    cursor: pointer;
}

.blog-content-button {
    font-size: 18px;
    text-transform: uppercase;
}

.blog-content-button::after {
    content: '\f0a9';          
    display: inline-block;               
    font-size: 1em;
    color:#ED5746;  
    font-weight: 900;  
    font-family: "Font Awesome 7 Pro";
}

.blog-box-home * {
    position: relative;
    z-index: 1;
}

.blog-box-home-img {
    width: 100%;
    display: grid;
    cursor: auto;
}

.blog-box-home-img img {
    object-fit: cover;
    aspect-ratio: 1 / 1;
    justify-self: center;
    height: 100%;
    border-radius: 44px 44px 0 0;
    max-height: 301px;
}

.single-product-img img {
    max-height: 200px;
}

.outer-blog-details {
    position: absolute;
    bottom: -0.7em;
    display: flex;
    gap: 1em;
    justify-content: center;
    width: 100%;
}

.blog-date, .post-category {
    justify-self: center;
    font-weight: 600;
    background-color: #ED5746;
    border-radius: 23px;
    padding: 0.7em 1.5em;
    display: grid;
    align-items: center;
}

.post-author {
    font-weight: 800;
}

.post-category a {
    color: #fff;
    text-align: center;
}

.blog-date span {
    color: #fff;
}

.post-category {
    background-color: #444674;
}

.post-category-home a {
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
}

.outer-blog-link {
    display: grid;
    grid-column: 2/16;
    justify-content: center
}



@media only screen and (max-width: 1000px) {

    .blog-title-date .blog-date{
        order: 1;        
    }

    .blog-title-date h3 {
        order: 2;
     }

    .blog-box {
        gap: 2em;
        padding: 1em 1em 2em 1em;
    }

    .blogs {
        padding: 2em 0;
      }

    .blog-boxes {
        grid-template-columns: 1fr;
        grid-column: 2/16;
        order: 2;
    }

    .blog-boxes-home {
        order: 1 !important;
        gap: 2em;
        padding: 0;
    }

    .outer-blog-link {
        order: 2;
    }  

    .blog-content {
        text-align: center;
        padding: 2em 1em;
    }

    .blog-content a {
        justify-self: center;
        font-weight: 600;
    }

    .blog-content span {
        justify-self: center;
    }

    .blog-content p {
        font-size: 20px;
    }

    .blog-date {
        justify-self: center;
    }

}









/* BLOG PAGE */

.blog-page {
    position: relative;
}

.inner-blog-page {
    display: grid;
    grid-template-columns: 1fr 30%;
    grid-column: 1/17;
}

/* Blog Search and Categories */
.blog-catergories-search {
    display: grid;
    gap: 2em;
    align-self: start;
}

.bog-search, .blog-categories {
    padding: 1em;
}

.blog-categories {
    display: grid;
    gap: 1em;
}

.blog-categories h3 {
    font-size: 20px;
    color: #ED5746;
    font-weight: 700;
    text-transform: capitalize;
}

.blog-categories ul {
    display: grid;
    gap: 1em;
}

.blog-categories ul li {
    padding: 0.5em;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.blog-categories ul li a {
    font-size: 20px;
    color: #662E8E;
    font-weight: 400;
    text-transform: capitalize;
}

.blog-categories-search {
    display: grid;
    gap: 1em;
    align-content: start;
    padding: 4em 2em;
    background-color: #EBEDFD;
}

.blog-search {
    background-color: #fff;
    border-radius: 50px;
}

.blog-search .search-submit {
    background: none;
    border: none;
    cursor: pointer;
    padding: 0;
}

.blog-search form {
    display: grid;
    grid-template-columns: 1fr 20%;
}

.blog-search .search-submit span, .screen-reader-text {
    display: none;
}


/* Blog filter dropdowns */
.blog-filters .blog-filter-list {
    display: none !important;
}

.blog-filters .blog-filter.is-open > .blog-filter-list {
    display: block !important;
}

.blog-filter-list {
    display: none;
    margin: 0.5em 0 0;
    padding-left: 0;
    list-style: none;
}

.blog-filter-toggle {
    width: 100%;
    display: flex;
    align-items: center;
    background: transparent;
    border: 0;
    padding: 0;
    font: inherit;
    cursor: pointer;
    color: #ED5746;
    gap: 0.5em;
}

.blog-filter-icon::before{
    content: "\f078";  
    font-family: "Font Awesome 7 Pro";
    font-weight: 900;  
    display: inline-block;
    transition: transform 0.2s ease;
    font-size: 1em;  
    color: #ED5746;
}

.blog-filter.is-open .blog-filter-list {
    display: block;
}

.blog-filter.is-open .blog-filter-icon::before {
    transform: rotate(180deg);
}

.blog-filter-list li label{
    display: flex;
    gap: 10px;
    align-items: center;
    color: #212451;
    text-transform: none;
    font-weight: 300;
    font-size: 20px;
}

.blog-filter-actions{
    display:flex;
    gap:12px;
    margin-top:12px;
    align-items:center;
}

.blog-filters input[type="checkbox"]{
  accent-color: #ED5746;
  width: 18px;
  height: 18px;
}






/* pagination */
.blog-pagination {
    display: flex;
    gap: 2em;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
    padding: 1em 0;
    background: #F5EEED;
}

.blog-pagination .page-chip {
    display: inline-flex;
    font-weight: 700;
}

.blog-pagination .page-chip a i {
    color: #ED5746;
}

.blog-pagination a.page-numbers,
.blog-pagination span.page-numbers {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    color: #444674;
}

.blog-pagination span.page-numbers.current {
    color: #444674;
    text-decoration: underline;
}



/* search form */
.blog-search form input[type=search] {
    border: none;
    resize: vertical;
    background-color: transparent;
    padding: 0.8em;
    width: 100%;
    text-transform: none;
    font-size: 20px;
    font-weight:400;
    text-align: left;
}

.search-results-title {
    padding: 1em 0;
}

.blog-search form input[type=search]::placeholder {
    color: #662E8E;
}

.search-submit {
    text-align: right;
    padding-right: 2em !important;
}

.search-submit i {
    font-size: 35px;
    color: #ED5746;
}


/* Blog Boxes display */
.blog-boxes-page {
    grid-template-columns: 1fr 1fr;
    display: grid;
    gap: 3em;
    z-index: 1;
    padding: 4em 6em;
}

.blog-box {
    padding: 1em;
    background-color: #EFF0F0;
    box-shadow: 0px 3px 6px #00000029;
}

.blog-box, .blog-content, .blog-box-img {
    position: relative;
    z-index: 1;
    cursor: auto;
}

.blog-boxes-page .blog-box-img img {
    max-width: none;
    width: 100%;
    max-height: 350px;
    object-fit: cover;
}

.blog-box h4 {
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
}

.blog-box a {
    color: #00AC4B;
    text-transform: uppercase;
    font-weight: 600;
}

.blog-button {
    grid-column-start: span 2;
    justify-self: center;
    margin: 2em 0;
    display: grid;
}

.blog-box-img {
    position: relative;
}

.blog-box-content {
    display: grid;
    gap: 1em;
    padding: 4em 1em 1em 1em;
    position: relative;
}

.post-date {
    position: absolute;
    padding: 0.5em;
    display: grid;
    max-width: 94px;
    max-height: 86px;
    top: -2em;
    left: 0.5em;
    z-index: 1;
    text-align: center;
    font-size: 18px;
    font-weight: 700;
    height: 100%;
    align-items: center;
    width: 100%;
    letter-spacing: 0;
    bottom: -0.7em;
    justify-self: center;
    font-weight: 600;
    background: #fff;
    border-radius: 23px;
    padding: 0.5em 1em;
}

.post-date-year {
    font-size: 18px;
    font-weight: 700;
}



@media only screen and (max-width: 1100px) {

    .inner-blog-page {
        grid-template-columns: 1fr;
    }

    .outer-blog-boxes {
        order: 2;
    }

    .blog-boxes-page {
        grid-template-columns: 1fr;
        padding: 2em 1em;
    }
    
    .blog-boxes-page .blog-content {
        display: grid;
        gap: 1em;
        flex-direction: column;
        align-items: start;
    }

    .blog-large-triangle {
        display: none;
    }

    /* .blog-page {
        padding: 2em 0;
    } */

    .blog-categories-search {
        gap: 1em;
        margin-top: 0;
        order: 1;
        padding: 2em;
    }

    .post-date {
        left: 0.2em;        
    }

    .post-category {
        right: auto;
        left: auto;
        justify-self: center;
    }
}







/* BREADCRUMBS */

.breadcrumbs {
    display: flex;
    font-size: 30px;
    font-weight: 600;
    padding: 0 0 1em 0;
}



/* SINGLE BLOG POST */

section.single-post {
    position: relative;
    padding: 2em 0;
    background-color: #F5EEED;
}
  
.inner-single-post {
    grid-column: 2 / 16;
    margin: 0 0 4em 0;
    gap: 3em;
}

.inner-single-post h1 {
    text-align: center;
}

.single-blog-image {
    position: relative;
}

.blog-details {
    position: absolute;
    bottom: -1.3em;
    display: flex;
    gap: 2em;
}

.single-blog-image img {
    display: block;
    width: 100%;
    object-fit: cover;
    max-height: 798px;
    border-radius: 42px;
}

.single-content {
    display: grid;
    gap: 2em;
    position: relative;
    max-width: 85%;
    padding: 4em 0 0;
    justify-self: center;
}

.single-content p {
    font-weight: 300;
}

.single-content h2 {
    font-weight: 500;
    font-size: 50px;
}

.single-content a {
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
}

.outer-blog-boxes-single {
    grid-column: 2 / 16;
}

.blog-page-single .label-header-single {
    text-align: left;
    font-weight: 500;
    margin: 0;
}

.single-post-meta {
    bottom: auto;
    top: -1em;
    justify-self: start;
}

.blog-button-single {
    grid-column: 2 / 16;
    display: flex;
    justify-content: space-between;
}

.blog-page-single {
    padding: 5em 0 8em 0;
}

.blog-button-single a {
    font-weight: 500;
}

.blog-button-single a i {
    color: #6b2494;
}

.single-date {
    top: -1em;
    justify-self: unset;
    bottom: unset;
}


@media only screen and (max-width: 1150px) {

    .blog-page-single .label-header-single {
        text-align: center;
    }

    .single-post {
        padding: 2em 0;
    }

    .blog-boxes-single {
        grid-template-columns: 1fr;
    }

    .blog-button-single {
        display: grid;
        gap: 1em;
        justify-content: center;
        padding: 1em 0 2em 0;
    }

    .single-content h2 {
        font-size: 35px;
    }

    .inner-single-post {
        grid-column: 2/16;
        margin: 0 0 2em 0;
    }

    .single-blog {
        display: grid;
    }

    .single-content,
    .single-content h1 {
        text-align: center;
    }

    .single-blog img {
        z-index: 1;
    }

    .single-content  {
        max-width: 100%;
    }

    .blog-page-single  {
        padding: 2em 0
    }

    .single-post-meta {
        justify-self: center;
    }

    .single-date {
        justify-self: center;
    }
    

}






/* MAIN HEADER */

.main-banner{
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}


.outer-main-banner {
    display: grid;
    grid-template-columns: 1fr;
    grid-column: 2 / 16;
    position: relative; 
    z-index: 1; 
}

.outer-main-banner h1, .outer-main-banner p,
.outer-main-banner h1 em {
    color: white; 
}

.main-banner-title {
    display: grid;
    max-width: 500px;
    align-content: center;
    align-items: center;
    padding: 5em 0;
    gap: 1em;
}

.main-banner-title h1 span {
    color: #fff;
    font-weight: 700;
}

.header-contents {
    display: grid;
    gap: 1em;
    text-align: left;
    justify-self: left;
    justify-items: left;
}


@media only screen and (max-width: 900px) {

    .main-banner-title {
        max-width: 100%;    
        padding: 3em 0;
        text-align: center;
    }

    .header-contents {
        text-align: center;
        justify-items: center;
    }

}



/* SUB HEADER */

.sub-heading {
    min-height: auto;
    padding: 5em 0;
}

.sub-cta-content {
    display: grid;
    gap: 1em;
    max-width: 405px;
    text-align: left;
}

.sub-cta-content h1 {
    color: #fff;
}


@media only screen and (max-width: 1260px) {

    .sub-heading {
        padding: 3em 0 12em 0;
    }

    .sub-heading .sub-cta-content {
        text-align: center;
        justify-items: center;
    }
}










/* ICON WITH TEXT GRID */

.icon-text-grid {
    background-color: #EBEDFD;
    padding: 5em 0;
}

.inner-icon-text-grid {
    display: flex;
    flex-wrap: wrap;
    grid-column: 2/16;
    gap: 2em;
    justify-content: center;
}

.inner-icon-text-grid i {
    color: #ED5746;
    font-size: 4em;
}

.icon-text-box {
    display: grid;
    gap: 1em;
    text-align: center;
    justify-items: center;
}

/* CIRCLE ICON TEXT GRID */

.circle-icon-text-grid {
    background-color: #fff;
    gap: 2em;
}

.circle-icon-text-box p {
    font-weight: 600;
}

.circle-icon-text-title {
    grid-column: 2/16;
    display: grid;
    gap: 1em;
    text-align: center;
}

.circle-icon-text-box {
    background-color: #EBEDFD;
    border-radius: 50%;
    max-width: 250px;
    max-height: 250px;
    aspect-ratio: 1 / 1;
    height: 100%;
    width: 100%;
    align-content: center;
    padding: 1em;
}


@media only screen and (max-width: 800px) {

    .icon-text-box {
        gap: 8px;
    }

    .circle-icon-text-grid {
        gap: 1em;
    }

   .circle-icon-text-box {
        max-width: 183px;
        max-height: 183px;
    }

    .circle-icon-text-box p {
        font-size: 16px;
    }

    .circle-inner-icon-text-grid {
        gap: 1em;
        display: grid;
        grid-template-columns: 1fr 1fr;
        justify-items: center;
    }

    .circle-inner-icon-text-grid i {
        font-size: 2em;
    }

 
}




/* TEXT WITH TWO IMAGE POLAROIDS */

.text-polaroids {
    background-color: #F5EEED;
    padding: 5em 0;
}

.inner-polaroid-content {
    position: relative;
}

.polaroid_one,
.polaroid_two {
    position: absolute;
    max-width: 410px;
    aspect-ratio: 1/1;
    object-fit: cover;
    background-color: #fff;
    padding: 0.5em 0.5em 4em 0.5em;
    top: -100%;
}

.polaroid_one {
    right: 25%;
    transform: rotate(350deg);
    top: -120%;
}

.polaroid_two {
    right: 0;
    transform: rotate(5deg);
}


.sub-polaroids-content h2,
.sub-polaroids-content p {
    color: inherit;
}



@media only screen and (max-width: 1260px) {

    .text-polaroids {
        padding: 15em 0 2em 0;
    }

    .sub-polaroids-content {
        text-align: center;
        justify-self: center;
        justify-items: center;
    }

    .polaroid_one,
    .polaroid_two {
        max-width: 238px;
        top: -85%;
    }

    .polaroid_one {
        top: -120%;
    }
}







/* TEAM MEMBERS */

.team-members {
    background-color: #212451;
    padding: 5em 0;
}

.team-members .circle-icon-text-title h2 {
    color: #fff;
}

.inner-team-members {
    grid-column: 3 / 15;
    display: grid;
    grid-template-columns: repeat(3,1fr);
    column-gap: 3em;
    justify-content: center;
    row-gap: 10em;
    padding-top: 10em;
}

.member-info-box {
    background-color: #F5EEED;
    border-radius: 60px;
    padding: 9em 1em 2em 1em;
    max-width: 276px;
    text-align: center;
    display: grid;
    gap: 0.5em;
    display: grid;
    position: relative;
    justify-self: center;
}

.member-info-box img {
    max-width: 241px;
    position: absolute;
    object-fit: cover;
    aspect-ratio: 1 / 1;
    border-radius: 50%;
    justify-self: center;
    transform: translate(-50%, -50%);
    left: 50%;
}

.member-info-box p label {
    color: #444674;
    font-size: 18px;
    text-transform: none; 
}

.member-info-box p strong {
    color: #212451;
    font-size: 20px;
    text-transform: none; 
    font-weight: 600;
}

@media only screen and (max-width: 1100px) {

    .inner-team-members {
        grid-template-columns: repeat(2,1fr);
    }

}

@media only screen and (max-width: 800px) {

    .inner-team-members {
        grid-template-columns: 1fr;
        grid-column: 2/16;
    }

    .member-info-box img {
        max-width: 215px;
    }

}



/* STATS GRID */

.stats-grid {
    background-color: #F5EEED;
}

.inner-stats-grid {
    gap: 8em;
}

.stat-number h3 {
    color: #ED5746;
    font-size: 50px;
}

@media only screen and (max-width: 1000px) {

    .inner-stats-grid {
        gap: 4em;
    }

}





/* TESTIMONIAL SLIDER */

.testimonials {
    display: grid;
    gap: 2em;
    min-height: 90vh;
    align-content: center;
    padding: 2em 0;
    background-color: #444674;
}

.testimonials .circle-icon-text-title {
    grid-column: 2/16;
    text-align: center;
}

.testimonials .circle-icon-text-title h2 {
    color: #fff;
}

.slideshow-container {
    grid-column: 1/17;
    position: relative;
    max-width: 90%;
    margin: auto;
    overflow: hidden;
    width: 100%;
}

.slides-wrapper {
    display: flex;
    transition: transform 1s ease;
}

.slidet {
    flex: 0 0 100%;
    box-sizing: border-box;
    padding: 2em;
    height: 100%;
}

.slidet .text {
    padding: 2em 20%;
    font-style: italic;
    text-align: center;
    display: grid;
    gap: 1em;
    height: 100%;
    align-content: start;
}

.slidet .text p {
    color: #fff;
    font-size: 28px;
    font-weight: 500;
}

.slidet .text p label {
    color: #95C11F;
    font-size: 26px;
    letter-spacing: 0;
    font-style: normal;
}

.slidet .text h4 {
    color: #fff;
    font-size: 26px;
    font-weight: 100;
    font-style: normal;
}

.user-info {
    display: grid;
    gap: 1em;
}

.user-info .test-name {
    font-weight: 600 !important;
    font-size: 20px !important;
}

.user-info .test-job {
    font-weight: 300 !important;
    font-size: 18px !important;
}

/* NAV ARROWS */
.nav {
    position: absolute;
    top: 50%;
    border: none;
    cursor: pointer;
    z-index: 10;
    background: transparent;
    padding: 0;
}

.nav i {
    color: #fff;
    font-size: 5em;
}

.prev { left: 0; }
.next { right: 0; }

.nav:focus { 
    outline: none;
}


@media (max-width: 600px) {

    .slideshow-container {
        grid-column: 2 / 16 !important;
    }

    .slideshow-container {
         max-width: 100%;
    }

    .slidet {
        flex: 0 0 100%;
        padding: 0;
        margin: 2em 0;
    }

    .slidet .text {
        padding: 2em;
    }

    .nav i {
        font-size: 1.5em;
    }


    
    .slidet .text p,
    .slidet .text p label,
    .slidet .text h4 {
        font-size: 20px;
    }

    .testimonials {
        gap: 0;
    }


}






/* CONTACT */

.contact-info-bar {
    background-color: #F5EEED;
    padding: 5em 0;
}

.inner-contact-info-bar {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    grid-column: 4/14;
    gap: 1em;
}

.contact-box {
    display: grid;
    text-align: center;
    align-items: start;
}

.contact-box a,
.contact-box p {
    display: grid;
    gap: 1em;
    justify-content: center;
    align-items: center;
    max-width: 200px;
    justify-self: center;
}

.contact-box p {
    font-weight: 600;
}

.contact-box p br {
    display: none;
}

.contact-box a i,
.contact-box i {
    font-size: 2em;
    color: #ED5746;
}


/* .inner-contact-info-bar a div {
    display: flex;
    flex-direction: column;
    text-align: center;
    gap: 1em;
} */

/* .inner-contact-info-bar a div {
    color: #fff;
    font-size: 20px;
} */

/* .inner-contact-info-bar a div i {
    color: #C4A97A;
    font-size: 47px;
} */

@media only screen and (max-width: 1000px) {

    .inner-contact-info-bar {
        grid-template-columns: 1fr;
        gap: 3em;
        grid-column: 2/16;
    }

}





/* CONTACT FORM */

.outer-contact-form {
    padding: 3em 0 1em 0;
    background-color: #fff;
}

.contact-form {
    display: grid;
    grid-column: 4/14;
    max-width: 1000px;
    justify-self: center;
}

.form-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1.5em;
}

.full-width {
    grid-template-columns: 1fr;
}

.contact-form form input.wpcf7-form-control.wpcf7-submit {
    display: block;
    margin: 0 auto;
    cursor: pointer;
 }

.contact-form form input[type=text], 
.contact-form form input[type=email],
.contact-form form textarea, 
.contact-form form select {
    width: 100%;
    padding: 0.6em;
    border: none;
    margin-bottom: 1.5em;
    resize: vertical;
    background: #F5EEED;
    color: #212451;
    border-radius: 9px;
    border: none;
    font-size: 20px;
    text-transform: none;
}

.contact-form form input[type=text]::placeholder,
.contact-form form input[type=email]::placeholder,
.contact-form form textarea::placeholder {
    font-size: 16px;
    font-weight: 300;
    line-height: 18px;
    letter-spacing: 0.05em;
    text-align: left;
    color: #212451;
}

.contact-form form select {
    font-size: 16px;
    font-weight: 300;
    line-height: 18px;
    letter-spacing: 0.05em;
    text-align: left;
    color:#212451;
}

.contact-form form input[type=submit] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    font-size: 1.25em !important;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    cursor: Pointer;
    border-radius: 40px;
    justify-self: center;
    padding: 0.5em 2.5em;
    background-color: #ED5746;
    border: 1px solid #ED5746;
    color: #fff;
}


@media only screen and (max-width: 1000px) {
    .contact-form {
        grid-column: 2/16;
    }
}






/* MAP */

.inner-fifty-fifty-contact-details {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column: 1 / 17;   
    background-color: #EBEDFD;
}

.contact-details {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1em;
    padding: 2em 0;
    max-width: 400px;
    width: 100%;
    justify-self: center;
}

.contact-info-box {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 1em;
}

.inner-contact-info-box {
    display: grid;
    gap: 1em;
}

.contact-info-box i {
    font-size: 2em;
    color: #ED5746;
}

.contact-map {
    display: grid;
}

.contact-map .acf-map{
    width: 100%;
    min-height: 540px;
}

.acf-map img {
   max-width: inherit !important;
}


@media only screen and (max-width: 1000px) {

    .inner-fifty-fifty-contact-details {
        grid-template-columns: 1fr;  
    }

    .contact-details a p {
        font-size: 20px;
    }

    .contact-details {
        padding: 4em 1em;
    }

    .contact-details-map {
        text-align: center;
        justify-content: center;
    }
    .contact-map {
        order: 2;
    }

    .contact-info-box {
        grid-template-columns: 1fr;
    }

}






/* FAQ ELEMENT ************************************************/

.faq-container{
    display: grid;
    grid-template-columns: 1fr;
    grid-column: 4/14;
    padding: 5em 0;
}

.faq-page {
    color: #212451;
    cursor: pointer;
    padding: 1em 0 0;
    outline: none;
    transition: 0.4s;
    font-size: 24px;
    font-weight: 600;
}

.faq-body {
    display: none;
    overflow: hidden;
    padding: 1em 0;
    margin-left: 36px;
}

.faq-page::before{
    content: "\f0a9";
    font-family: "Font Awesome 7 Pro";
    font-weight: 900;
    font-size: 1em;
    color: #ED5746;
    display: inline-block;
    margin-right: 12px
}

.faq-page.active::before{
    content: "\f0ab";
}


@media only screen and (max-width: 1000px) {
        
    .faq-container{
        grid-column: 2/16;
        padding: 2em 0;
    }

}








/* WOOCOMMERCE LOGIN PAGE / DASHBOARD */
.woocommerce-MyAccount-navigation {
    grid-template-columns: auto;
}


/* CUSTOMER LOGIN */

#customer_login .u-column1,
#customer_login .u-column2 {
    background-color: #F5EEED;;
    border-radius: 37px;
    padding: 2em;
    text-align: left;
}

.woocommerce-button.button.woocommerce-form-login__submit,
.woocommerce-Button.woocommerce-button.button.woocommerce-form-register__submit {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    font-size: 1.25em !important;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    cursor: Pointer;
    border-radius: 40px;
    justify-self: center;
    padding: 0.5em 2.5em;
    background-color: #ED5746;
    border: 1px solid #ED5746;
    color: #fff;
}

.woocommerce form .form-row .input-text, 
.woocommerce form .form-row select {
    border: none;
    border-radius: 27px;
    padding: 1em;
}

.woocommerce form.checkout_coupon, 
.woocommerce form.login, 
.woocommerce form.register {
    border: none;
    border-radius: 0;
    padding: 0;
    display: grid;
    gap: 1em;
}

.woocommerce form .form-row label {
    color: #212451;
    text-transform: none;
}

@media only screen and (max-width: 768px) {
  
#customer_login {
    gap: 2em;
    display: grid;
}

}















/* PRODUCTS SLIDER */

.product-slider {
    padding: 4em 0;
    color: #171825;
    background-color: var(--product-slider-bg, transparent);
    position: relative;
}

.product-slider__header {
    display: flex;
    grid-column: 3/15;
    text-align: center;
    position: relative;
    align-items: center;
    justify-content: center;
}

.product-slider__all-link {
    position: absolute;
    right: 0;
}

.product-slider__all-link i {
    color: #ED5746;
}

.product-slider__frame {
    margin-top: 2em;
    grid-column: 3/15;
    position: relative;
}

.product-slider__viewport {
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    padding: 0 3rem;
}

.product-slider__viewport::-webkit-scrollbar {
    display: none;
}

.product-slider__track {
    display: flex;
    gap: 1rem;
    width: max-content;
}

.product-slider__card {
    scroll-snap-align: start;
    flex: 0 0 auto;
    width: clamp(220px, 25vw, 276px);
    border-radius: 60px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    padding: 0.8em;
}

.product-slider--bg-white .product-slider__card {
    background: #F5EEED;
}

.product-slider--bg-peach .product-slider__card {
    ackground: #fff;
}

.product-slider__card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    aspect-ratio: 1/1;
    border-radius: 46px;
}

.product-slider__content {
    padding: 1em 0;
    display: flex;
    flex-direction: column;
    gap: 1em;
    text-align: center;
    justify-content: flex-start;
    flex: 1;
    min-height: 0;
}

.product-slider__category {
    font-size: 12px;
    font-weight: 600;
    opacity: .7;
    text-transform: uppercase;
    letter-spacing: .04em;
}

.product-slider__title {
    margin: 0;
    font-size: 18px;
    font-weight: 700;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.product-slider__title a {
    color: inherit;
    text-decoration: none;
}

.product-slider__meta {
    margin-top: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1em;
}

.product-slider__price {
    font-weight: 700;
}

.product-slider__cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
}

.product-slider__cta i {
    font-size: 2em;
    color: #ED5746;
}

.title-link {
    color: black !important;
}


/* Arrows */
.product-slider__arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    background: transparent;
    border: none;
    padding: 0;
}

.product-slider__arrow i {
  font-size: 5em;
}

.product-slider--bg-white .product-slider__arrow i {
   color: #F5EEED;
}

.product-slider--bg-peach .product-slider__arrow i {
   color: #fff;
}

.product-slider__arrow--prev { left: -5em; }
.product-slider__arrow--next { right: -5em; }

/* Responsive */
@media (max-width: 1100px) {
  .product-slider__frame {
    grid-column: 2/16;
  }

  .product-slider__viewport {
    padding: 0 1rem;
  }

  .product-slider__arrow {
    display: none; /* swipe/scroll instead */
  }

  .product-slider__image img {
    object-fit: contain;
  }
}











/* SHOP PAGE */

/* shop header */
.shop-banner {
    justify-self: center;
}

.shop-contents {
    text-align: center;
    justify-self: center;
    justify-items: center;
}

.shop-banner-title {
    padding: 3em 0;
}

.shop-categories {
    padding: 5em 0;
}

.no-shop-categories p {
    grid-column: 2/16;
    text-align: center;
    padding: 5em 0 0 0;
}

.post-type-archive-product main {
    background-color: #F5EEED;
}

.shop-intro {
    display: grid;
    grid-column: 2/16;
    max-width: 595px;
    width: 100%;
    justify-self: center;
    text-align: center;
}

/* shop-breadcrumbs */
.woocommerce-breadcrumb {
    display: none;
}

/* models */
.post-type-archive-product main,
.shop-page-categories,
.shop-page,
.inner-shop-page,
.outer-shop-page,
.inner-featured-shop-page,
.shop-breadcrumbs {
    width: 100%;
    max-width: none !important;
}

.shop-page-categories,
.shop-breadcrumbs,
.inner-featured-shop-page {
    grid-column: 1 / -1;
}

.inner-shop-page,
.outer-shop-page,
.inner-featured-shop-page {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.shop-page-categories {
    background-color: #EBE8F4 !important;
    border-bottom: 1px solid #fff;
    padding: 2em 0 !important;
}


.shop-page-categories h2 {
    text-align: left;
    grid-column: 1 / -1;
}

.inner-featured-shop-page {
    display: flex;
    flex-wrap: wrap;
    grid-column: 3 / 15;
    gap: 4em;
    justify-content: center;
    padding: 4em 0;
}

.featured-box.shop-cat-box.shop-cat-box-cat {
    width: 100%;
    height: 100%;
    max-width: none;
    max-height: none;
    display: flex;
    flex-direction: column;
}

.shop-cat-img {
    background: #fff;
    border-radius: 50%;
    padding: 2em; 
}

.shop-cat-img img {
    max-width: 178px;
    width: 100%;
    aspect-ratio: 1/1;
    object-fit: contain;
}

.shop-cat-box-cat {
    width: 100%;
    max-width: 251px;
    justify-items: center;
}

.shop-cat-link {
    padding: 0.2em 0.8em;
    font-weight: 400;
    min-width: 137px;
}

.shop-cat-content a i {
    color: #fff;
}

@media only screen and (max-width: 1000px) {

    .inner-featured-shop-page {
        grid-column: 2 / 16;
        gap: 2em;
    }

}




/* HOME MODELS */

.shop-categories-home {
    background-color: #444674;
    position: relative;
}

.home-model-title {
    display: grid;
    grid-column: 2/16;
    text-align: center;
    position: relative;
}

.home-model-title h2 {
    color: #fff;
}

.home-shop-link {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(0%, -50%);
    color: #fff;
}

.home-shop-link i {
    color: #ED5746;
}

.home-shop-cat-link:hover {
    background-color: #212451;
    border: 1px solid #212451;
}

.home-shop-link-hide {
    display: none;
}


@media only screen and (max-width: 850px) {

    .home-shop-link {
        display: none;
    }

    .home-shop-link-hide {
        display: inline-flex;
        bottom: 2em;
        top: auto;
        transform: translate(0, 0);
        right: auto;
    }

    .slider-link-mobile {
        bottom: 1em;
        color: black; 
    }


}




/* PRODUCT CATEGORY PAGE */

.cat-page {
    grid-column: 1/17;
    padding: 0;
    gap: 2em;
}

.prod-cat-link {
    background-color: #F5EEED;
    border-radius: 60px;
    padding: 1em;
    color: #444674;
    font-weight: 500;
    border: none;
    width: 100%;
    justify-content: space-between;
}

.prod-cat-link i {
    color: #ED5746 !important;
}

.prod-cat-link:hover {
    background-color: #EBEDFD;
}

.prod-cat-link:hover i {
    color: #444674 !important;  
}

.cat-img {
    padding: 0;
    border-radius: 0;
}

.cat-img img {
    max-width: 100%;
}

.cat-content {
    display: flex;
    width: 100%;
    justify-content: space-between;
}







/* MODEL BANNER */

.model-banner {
    min-height: 40vh;
}

.model-banner-title {
    padding: 0 0 5em 0;
    text-align: center;
    position: relative;
}

.model-logo{
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translate(-50%, 50%);
    background-color: #fff;
    border-radius: 50%;
    padding: 2em;
    max-width: 250px;
}




/* MODEL SUB CATEFORY PAGE */

.model-sub-categories {
    padding: 0;
}

.model-sub-banner {
    min-height: 25vh;
}

.model-sub-banner-title {
    padding: 3em 0;
    text-align: center;
}

.model-cat-page {
    display: grid;
    grid-template-columns: 25% 1fr;
    gap: 0;
}

.model-sub-cat {
    background-color: #F5EEED;
    border-radius: 60px;
    padding: 1em;
}

.model-sub-cat:hover {
    background-color: #EBEDFD;
    box-shadow: 0px 3px 6px #00000029;
}

.model-sub-cat:hover .prod-cat-link{
    background-color: #EBEDFD;
}

.model-sub-cat:hover .prod-cat-link i{
    color: #444674 !important;
}

.model-sub-cat .cat-img {
    border-radius: 46px;
    background: transparent;
}

.model-sub-cat .cat-img img {
    border-radius: 46px;
    object-fit: cover;
}

.model-cat-content {
    display: grid;
    gap: 1em;
    text-align: center;
    padding: 1em 0;
    justify-content: center;
}

.model-cat-content .prod-cat-link {
    display: grid;
    padding: 0;
    gap: 1em;
    border-radius: 0;
}

.model-cat-content .prod-cat-link i {
    font-size: 2em;
}




/* FILTER COLUMN */

.model-cat-filters {
    background-color: #EBEDFD;
    padding: 2em 4em;
}

.model-cat-filters h3 {
    padding-bottom: 1em;
    text-transform: uppercase;
    color: #ED5746;
    letter-spacing: 1px;
}

.model-filter-check{
    width: 20px;
    height: 20px;
    border-radius: 3px;
    display: inline-block;
    margin-right: 10px;
    position: relative;
    background: #fff;
}

.model-filter-item.is-active .model-filter-check::after{
    content: "";
    position: absolute;
    left: 6px;
    top: 2px;
    width: 5px;
    height: 10px;
    border: solid #ED5746;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}





/* SORTING BAR */

.model-sub-toolbar{
    display:flex;
    gap: 1em;
    align-items:center;
    justify-content:space-between;
    padding: 2em 4em;
    background: #F5EEED;
}

.model-sub-cats.view-grid{
    display:grid;
    grid-template-columns:repeat(4, minmax(0,1fr));
    gap: 1em;
    padding: 2em;
}

.model-sub-cats.view-row {
    display:flex;
    gap: 1em;
    padding: 0 2em;
}

.view-toggle.is-active{
    font-weight:700;
    text-decoration:underline;
}

.model-sub-count {
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1px;
}

.model-sub-view, .model-sub-sort {
    display: flex;
    align-items: center;
    gap: 1em;  
}

.grid-view i, .row-view i {
    font-size: 2em;
    color: #ED5746;
}

.model-sub-sort label {
    color: #212451;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1px;
}

.model-sub-sort #modelSubSort {
    border-radius: 19px;
    padding: 1em;
    border: none;
}

.model-sub-cats {
    display: grid;
    align-items: center;
    text-align: center;
}



.model-sub-cats.view-row .model-sub-cat {
    display: flex;
    gap: 1em;
    width: 100%;
    justify-items: start;
    max-width: 90%;
    margin: 2em 0;
}

.model-sub-cats.view-row .model-sub-cat .cat-img {
    max-width: 250px;
}


.model-sub-cats.view-row .model-cat-content {
    align-content: center;
 }


@media only screen and (max-width: 1100px) {

    .model-sub-cats.view-row {
        flex-wrap: wrap;
    }

    .model-sub-cats.view-row {
        padding: 2em;
    }

    .model-sub-cats.view-row .model-sub-cat {
        margin: 0;
    }

}


@media only screen and (max-width: 1000px) {

    .model-sub-view {
        display: none;
    }

    .model-sub-cats.view-row .model-sub-cat,
     .model-sub-cats.view-grid .model-sub-cat {
        display: grid;
        max-width: 1000%;
        margin:0;
    }

    .model-sub-toolbar {
        flex-wrap: wrap;
        padding: 1em;
        justify-content: center;
    }

    .model-sub-cats.view-row,
    .model-sub-cats.view-grid {
        display: grid;
        grid-template-columns: 1fr 1fr;
        justify-content: center;
        padding: 1em;
        align-items: stretch;
    }

    .model-sub-cats.view-row .model-sub-cat,
    .model-sub-cats.view-grid .model-sub-cat {
        border-radius: 18px;
        padding: 0.5em;
        justify-content: center;
    }

    .model-cat-page {
        grid-template-columns: 1fr;
    }

    .model-sub-cat .cat-img img {
        height: 100%;
        border-radius: 18px;
    }

    .model-cat-filters {
        padding: 1em;
    }

}


/* GROUPED PRODUCTS PAGE */

.model-products {
    background-color: #F5EEED;
    padding: 5em 0;
}

main>.model-products {
    padding: 5em;
    grid-column: 1 / 17;
}


.model-products-inner {
    display: grid;
    grid-column: 2 / 16;
    grid-template-columns: 1fr 1fr;
    gap: 1em;
}

.my-card {
    display: grid;
    gap: 1em;
    background-color: #fff;
    border-radius: 47px;
    padding: 1em;
    grid-template-columns: auto 1fr 1fr;
}


.my-card:hover {
    background-color: #EBEDFD;
}

.my-card__img img {
    /* max-width: 182px; */
    max-width: 126px;
    border-radius: 30px;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    width: auto;
    height: 100%;
}

.my-card__body {
    display: grid;
    gap: 1em;
    align-content: start;
    padding: 1em 0;
}

.my-card__cat {
    color: #444674;
    font-size: 16px;
    text-transform: uppercase;
}

.my-card__title {
    font-size: 20px;
}

.my-card__excerpt {
    color: #212451;
    font-size: 1em;
    line-height: 1.5;
}

.my-card__price-breakdown, .my-car-pricing-col, .my-card__price, .cart.my-card__cart {
    display: grid;
    gap: 1em;
    align-content: start;
}

.my-car-pricing-col {
    padding: 1em 0;
}

.price-ex span bdi, .price-inc span bdi {
    font-weight: 700;
    font-size: 18px;
}

.price-ex span small, .price-inc span small {
    font-weight: 400;
}

.inner-form {
    display: flex;
    gap: 1em;
}


@media only screen and (max-width: 1600px) {
    .inner-form {
        display: grid;
    }

    .cart.my-card__cart {
        justify-items: center;
    }


}

.simple-inner-form {
    padding: 1em 0;
}

.woocommerce div.product form.cart div.quantity {
    margin: 0;
    background: #EBEDFD;
    align-items: center;
    display: grid;
}

.qty-wrap {
    display: flex;
}

.qty-input {
    width: 25px;
    text-align: center;
    padding: 0;
    border: none;
    background: #EBEDFD;
}

.add_to_cart_button {
    padding: 0.5em;
    font-size: 14px !important;
    justify-self: start;
}

.add_to_cart_button i {
    color: #fff;
}

.qty-btn {
    background: #EBEDFD;
    border: none;
    color: #ED5746;
    font-weight: 700;
}
.qty-btn:first-of-type {
    border-radius: 7px 0 0 7px;
}

.qty-btn:last-of-type {
    border-radius: 0 7px 7px 0;
}


/* Chrome, Edge, Safari */
.qty-input::-webkit-outer-spin-button,
.qty-input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
.qty-input[type="number"] {
  -moz-appearance: textfield;
  appearance: textfield;
}


@media only screen and (max-width: 1470px) {

    .model-products-inner {
        display: grid;
        grid-column: 2 / 16;
        grid-template-columns: 1fr;
        gap: 2em;
    }


}

@media only screen and (max-width: 1270px) {
 
    .model-products {   
        padding: 0 0 3em 0;
    }

    .content-schematic__description p, .content-schematic__description {
        text-align: center;
        justify-content: center;
        display: grid;
    }

}

@media only screen and (max-width: 1150px) {

    .shc-schematic {
        justify-self: center !important;
    }

    .my-card__body, .my-car-pricing-col {
        padding: 0;
        text-align: center;
    }

      .my-card {
        grid-template-columns: 1fr;
        justify-items: center;
        justify-self: center;
    }

}















/* ACF SVG IMAGE PICKER */

.outer-main-schemtic {
    display: grid;
    grid-column: 1 / 17;
}

.main-shc-schematic{
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 2em;
    align-items: start;
    position: relative;
    padding: 5em;
    background: #F5EEED;
}

.inner-main-shc-schematic{
    position: sticky;
    top: -3em;
    align-self: start;
    z-index: 20;
    overflow: visible;
    max-height: none;
    height: auto;
}

.outer-main-schemtic,
.main-shc-schematic,
.woocommerce,
.site,
#page,
.site-content,
#content,
.content-area,
#primary {
    overflow: visible !important;
}

.outer-main-schemtic,
.main-shc-schematic{
    transform: none !important;
    filter: none !important;
}

.shc-schematic {
    justify-self: left;
}

.shc-schematic__stage {
    display: flex;
    position: relative;
    max-width: 900px;
    justify-self: center
}

.shc-schematic__svg {
    background: #fff;
    border-radius: 36px; 
}

.shc-schematic__img,
.shc-schematic__svg svg {
  width: 100%;
  height: auto;
  display: block;
  max-height: 85vh;
}

.shc-hotspot {
    position: absolute;
    transform: translate(-50%, -50%);
    z-index: 10;
    border-radius: 999px;
    padding: 0;
    line-height: 1;
    font-weight: 700;
    cursor: pointer;
    width: 22px;
    height: 22px;
    font-size: 12px;
}

.content-schematic__description p {
    max-width: 600px;
}


@media (max-width: 1200px) {

    .main-shc-schematic {
        grid-template-columns: 1fr;
        padding: 0 1em;
    }

}




/* PRODUCT POPUP */

.shc-pop[hidden] {
  display: none;
}

/* Backdrop overlay must cover the whole screen */
.shc-pop{
    position: fixed;
    inset: 0;
    z-index: 9999;
    background: rgba(0,0,0,0);
    pointer-events: auto;
}

/* The popup panel */
.shc-pop__inner{
    background: #fff;
    border-radius: 47px;
    position: fixed; 
    max-width: 620px;
    /* width: min(620px, calc(100vw - 20px)); */
    max-height: min(80vh, 720px);
    overflow: auto;
}

.shc-pop__close {
    position: absolute;
    top: 8px;
    right: 10px;
    font-size: 20px;
    background: transparent;
    border: 0;
    cursor: pointer;
}

#shc-pop .shc-pop__body {
    width: 100%;
    /* min-height: 220px; */
}

.shc-qv-product {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
}

#shc-pop.shc-pop--hover {
    pointer-events: none;
}

#shc-pop.shc-pop--pinned {
    pointer-events: auto;
}

.shc-pop-loading {
    width: 100%;
    min-height: 220px;
    background: #fff;
    border-radius: 47px; 
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    color: #111;
    font-weight: 600;
}

.shc-pop { 
    inset: 0; 
} 

.shc-pop__inner { 
    position: fixed; 
    pointer-events: auto; 
}

.shc-hotspot { 
    position:absolute; 
    z-index: 5; 
}


@media (max-width: 760px) {
  .shc-qv-product {
        grid-template-columns: 1fr;
  }

  .shc-pop__inner {
    width: 60%;
  }

}





.shc-admin-hotspot-wrap {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2em;
}

.shc-admin-hotspot-left {
    flex: 1 1 55%;
    min-width: 320px;
}

.shc-admin-hotspot-right {
    flex: 1 1 45%;
    min-width: 320px;
}

.shc-admin-hotspot-title {
    font-weight: 600;
    margin-bottom: 8px;
}

.shc-admin-svg {
    border: 1px solid #ccd0d4;
    border-radius: 6px;
    padding: 10px;
    background: #fff;
    cursor: crosshair;
    max-width: 100%;
    overflow: auto;
}

.shc-admin-svg svg {
    width: 100%;
    height: auto;
    display: block;
}

.shc-admin-instructions {
    margin-top: 10px;
    padding: 10px 12px;
    border-left: 4px solid #2271b1;
    background: #f0f6fc;
    border-radius: 4px;
}

.shc-admin-note {
    margin-top: 10px;
    opacity: 0.8;
}





#svg-hotspot-picker svg {
    pointer-events: none;
}

#shc-admin-repeater-target [data-shc-moved="schematic_image"] {
  padding: 10px;
  border: 1px solid #ccd0d4;
  border-radius: 6px;
  background: #fff;
}

#shc-admin-repeater-target [data-shc-moved="schematic_hotspots"] {
  margin-top: 12px;
}

.content-schematic {
    display: grid;
    gap: 1em;
    align-content: start;   
}




/* MOBILE SVG ALERT */

.mobile-svg-view {
    display: none;
}




@media (max-width: 1200px) {

    .inner-main-shc-schematic {
        grid-template-columns: 1fr;
        gap: 2em;
        padding: 2em 0;
        position: relative;
        top: auto;
    }

    .shc-admin-hotspot-wrap {
        flex-direction: column;
    }

    .mobile-svg-view {
        display: grid;
        text-align: center;
        gap: 1em;
        justify-items: center;
    }

    .mobile-svg-view i {
        color: #ED5746;
        font-size: 3em;
    }

    .content-schematic {
        text-align: center;
    }

    .shc-hotspot {
        width: 12px;
        height: 12px;
        font-size: 7px;
        border: 0.5px solid black;
    }

    .my-card--quickview {
        /* max-width: 250px; */
    }

    .my-card__title {
        font-size: 20px;
    }

    .front-car_body {
        text-align: center;
    }

    .front-shc-pop {
        z-index: 9999999999;
    }

}



/* SINGLE PRODUCT PAGE */

.single-product main {
    background-color: #F5EEED;
}

.woocommerce div.product {
    grid-column: 2/16;
    padding: 5em 0;
}

.woocommerce-tabs, .related.products, .product_meta {
    display: none;
}

.woocommerce-notices-wrapper {
    display: grid;
    grid-column: 2 / 16;
    padding-top: 5em;
}

.woocommerce-message {
    margin: 0;
    border-color: #ED5746;
}



.woocommerce div.product div.images.woocommerce-product-gallery {
     background: #fff;
    border-radius: 21px;
}

.single-product div.product div.images img {
    background: #fff;
    border-radius: 21px;
    padding: 1em ;
}

.single-product .summary {
    background-color: #fff;
    padding: 3em !important;
    border-radius: 25px;
    display: grid;
    gap: 1em;
}

.single-product div.product form.cart .button{
    background-color: #ED5746;
    border: 1px solid #ED5746;
    color: #fff;
    padding: 0.5em 1em;
    font-size: 16px !important;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    font-size: 1.125em !important;
    font-weight: 600;
    text-transform: uppercase;
    cursor: Pointer;
    border-radius: 25px;
    justify-self: center;
}

.price span bdi {
    font-size: 40px;
    font-weight: 700;
}




/* PRODUCT SPECS */

.product-specs {
    background-color: #fff;
    padding: 5em 0;
}

.product-specs h2 {
    display: grid;
    grid-column: 2/16;
    text-transform: uppercase;
    color: #ED5746;
    font-size: 20px;
    padding-bottom: 1em;
}

.inner-product-specs {
    display: grid;
    grid-column: 2/16;
    grid-template-columns: 1fr 1fr;
    gap: 1em;
}

.spec-box {
    display: flex;
    gap: 1em;
    background-color: #F5EEED;
    border-radius: 8px;
    padding: 1em;
}

@media (max-width: 770px) {

    .inner-product-specs {
        grid-template-columns: 1fr;
    }

    .spec-box {
        flex-wrap: wrap;
    }

    .woocommerce-notices-wrapper {
        padding: 0;
    }
}





/* CUSTOM POST TYPE - CARS */

.cars-page-banner {
    padding: 3em 0;
}

.cars-header-contents {
    grid-column: 2 / 16;
    display: grid;
    gap: 1em;
    text-align: center;
}

.cars-header-contents h1, .cars-header-contents p {
    color: #fff;
}

.cpt-cars {
    padding: 5em 0;
}

.inner-cpt-cars {
    display: grid;
    grid-column: 2/16;
    grid-template-columns: repeat(3, 1fr);
    gap: 2em;
}



@media (max-width: 1000px) {

    .inner-cpt-cars {
        grid-template-columns: 1fr;
    }

}




/* Car Info Boxes */

.car-info-boxes {
    padding: 5em 0 2em 0;
    background-color: #F5EEED;
}

.inner-car-info-boxes {
    display: grid;
    grid-column: 3/15;
    grid-template-columns: repeat(3, 1fr);
    gap: 1em;
    text-align: center;
}

.car-box {
    background-color: #fff;
    border-radius: 27px;
    padding: 1em;
    width: 100%;
    display: grid;
    gap: 1em;
}

.car-box label {
    color: #ED5746;
    font-size: 20px;
    text-transform: uppercase;
}

.car-box p {
    font-weight: 800;
}


/* Centered Text */

.centered-text {
    padding: 2em 0;
    background-color: #F5EEED;
}

.inner-centered-texts {
    display: grid;
    grid-column: 3/15;
    gap: 1em;
    text-align: center;
}




@media (max-width: 1000px) {

    .inner-centered-texts, .inner-car-info-boxes {
        grid-column: 2/16;
    }
  
    .inner-car-info-boxes {
        grid-template-columns: 1fr;
    }

}




/* SINGLE CARS */

.single-cars-banner {
    padding: 2em 0 38em 0;
    position: relative;
}

.inner-single-cars-banner {
    display: grid;
    grid-column: 1/17;
    text-align: center;
    max-width: 824px;
    justify-self: center;
    gap: 1em;
}

.inner-single-cars-banner h1, .inner-single-cars-banner p {
    color: #fff;
}

.single-cars-image {
    position: absolute;
    bottom: -3em;
    left: 50%;
    transform: translate(-50%);
    max-width: 1175px;
    width: 100%;
    z-index: 2;
}

.single-cars-image img {    
    border-radius: 63px;
    object-fit: cover;
    max-height: 631px;
}

@media (max-width: 1000px) {

    .single-cars-banner {
        padding: 2em 0 18em 0;
    }

    .single-cars-image {
        max-width: 300px;
    }

    .single-cars-image img {
        max-height: 312px;
    }

}



/* KNOW MORE */

.know-more {
    padding: 5em 0;
    background-color: #fff;
}

.inner-know-more {
    display: grid;
    grid-column: 2/16;
    gap: 1em;
    text-align: center;
}





/* SELL YOUR CAR */

.sell-your-car {
    padding: 5em 0;
}

.inner-sell-your-car {
    display: grid;
    gap: 2em;
    grid-column: 2/16;
}

.inner-sell-your-car-content {
    display: grid;
    gap: 1em;
    max-width: 539px;
    justify-self: center;
    text-align: center;
}

.inner-sell-your-car h2, .inner-sell-your-car p, .inner-sell-your-car-content a {
    color: #fff;
}

.inner-sell-your-car-content a i {
    color: #ED5746;
}

.inner-sell-your-car-content a {
    padding: 0 1em;
}






/* PRODUCT SEARCH */

.no-products-found {
    display: grid;
    grid-column: 2/16;
    text-align: center;
    padding: 2em 0;
}



