/** Shopify CDN: Minification failed

Line 3755:12 Unexpected ".404"

**/
/* reset css */
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;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
  display: block;
}
body {
  line-height: 1;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
*, *:before, *:after, input {
  box-sizing: border-box;
}

/* Shopify Theme Styles */
/* Note: Replace asset paths with Liquid asset_url filters in templates */

/* Example of how to use in Liquid templates:
.element {
  background: url(//apexx01.com/cdn/shop/t/3/assets/btn-w.svg?v=102697547839896522661751364961) no-repeat;
}
*/

/* Reset and normalize styles continue here... */

/* 
---------------------------------------------
global styles
--------------------------------------------- 
*/
html,
body {
    margin: 0;
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    font-weight: 400;
    font-style: normal;
    letter-spacing: normal;
    line-height: 1.5;
    color: #212529;
    background: #fff;
}
button, input, optgroup, select, textarea {
  margin: 0;
  padding: 0;
  font-size: 100%;
  color: inherit;
  background: #fff;
  border: none;
  width: 100%;
}
input {
  line-height: normal;
}
textarea {
  resize: none;
}
a,
input {
  outline: none;
  text-decoration: none;
  transition-duration:.2s;
  transition-timing-function:ease-in-out;
  transition-property:all;
}
textarea,.gform_wrapper.gravity-theme .gfield textarea.large {max-height:138px;}
input[type='text'],input[type='email'],input[type='tel'],input[type='url'],input[type='date'],input[type='search'],
input[type=password],textarea, select {
  font-size: 14px !important;
  line-height: 1.5;
  font-weight: 400;
  padding:9px 17px !important;
  width:100%;
  display:block;
  border-radius: 8px;
  border: 1px solid #000;
  background: #fff;
  color:#000;
}
button[disabled], input[disabled] {
  cursor: default;
  opacity: 0.2;
}
label, body .gform_wrapper.gravity-theme .gfield_label {
    display: inline-block;
    margin-bottom: 8px;
    color: #000;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.62;
}


h1,h2,h3,h4,h5,h6 {
  font-weight: 600;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1.25;
  margin-bottom: 8px;
  color: #000;
  font-style: normal;
}
h1,.h1 {
  font-size: 59px;
  line-height: 1.2;
}
h2,.h2 {
  font-size: 46px;
}
h3,.h3 {
    font-size: 36px;
}
h4,.h4 {
  font-size: 32px;
}
h5,.h5 {
  font-size: 26px;
}
h6,.h6 {
 font-size: 22px;
}

p{
    font-size: 14px;
    line-height: 1.5;
    margin-bottom:22px;
}
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
strong,b {
  font-weight: 700;
}
u {
  text-decoration: underline;
}
em,i {
  font-style: italic;
}
img{
  max-width: 100%;
  height:auto;
  display: block;
}
figure {margin:0;}

input[type='checkbox'],input[type="radio"] {
    display: inline-block;
    width: auto;
}
.btn,button,input[type="button"], input[type="reset"], input[type="submit"] {
  display: inline-flex;
  font-size: 18px;
  line-height: 1.5;
  color: #ffffff;
  font-weight: 400;
  border-radius: 85px;
  background-color: #ff9900;
  padding: 10px 30px;
  gap: 10px;
  border: 1px solid #ff9900;
  text-align: center;
  white-space: nowrap;
  cursor: pointer; 
  text-decoration: none;
  transition: .5s all ease-in-out;
  width:auto;
  min-width: 160px;
  justify-content: center;
}
.btn:after {
    content: var(--btn-white-arrow);
    transition: .5s all ease-in-out;
    display: flex;
    align-items: center;
}
.btn:hover , input.btn:hover, button.btn:hover,
input[type=submit]:hover,
.gform_button.button:hover,.btn-reverse {
  color: #000;
  background-color: transparent;
  border-color: #000;
}
.btn-reverse-white {
    color: #fff;
    background-color: transparent;
    border-color: #fff;
    margin-left: 10px;
}
.btn:hover:after,.btn-reverse:after {
    -webkit-filter: invert(100%); 
    filter: invert(100%);
}
.btn-reverse:hover:after {
    -webkit-filter: invert(0); 
    filter: invert(0);
}
.btn-reverse:hover, .btn-reverse-white:hover {
  color: #ffffff;
  background-color: #ff9900;
  border-color: #ff9900;
}
.btn-group {
    gap: 18px;
    display: inline-flex;
    margin-top: 40px;
}
a {
  color: #ff9900;
}
.gform_button.button {
    min-width:60%;
}

blockquote,blockquote p {
    font-size: 32px;
    font-weight: 600;
    line-height: 1;
    color: #FF9900;
}
blockquote p:before {
    content: '"';
    display: inline-block;
}
blockquote p:after {
    content: '"';
    display: inline-block;
}

table {
  width: 100%;
  text-align: left;
  border-collapse: collapse;
}
table, th, td {
  border: 1px solid #f8f8f8;
}
th, td {
    padding: 8px;
}
tr:nth-child(even){background-color: #fafafa;}
/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5rem;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5rem;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption.alignnone {
  margin: 0.313rem 1.25rem 1.25rem 0;
}

.wp-caption.alignleft {
  margin: 0.313rem 1.25rem 1.25rem 0;
}

.wp-caption.alignright {
  margin: 0.313rem 0 1.25rem 1.25rem;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0 0 1.5rem;
  font-size: 0.875rem;
}
.widget select {
  max-width: 100%;
}


/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word;
}
.bypostauthor {
  display: block;
}
.comment-body .pull-left {
  padding-right: 0.625rem;
  float: left;
}
.comment-list .comment {
  display: block;
}
.comment-list {
  padding-left: 0;
}
.comment-content {
      clear: both;
    margin-top: 10px;
}
.comments-title {
  font-size: 1.125rem;
}

.comment-list .pingback {
  border-top: 1px solid rgba(0, 0, 0, 0.125);
  padding: 0.563rem 0;
}

.comment-list .pingback:first-child {
  border: medium none;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  background: #f1f1f1 none repeat scroll 0 0;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  padding: 0.313rem 0.313rem 0;
  text-align: center;
}
.wp-caption img[class*="wp-image-"] {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 100%;
  padding: 0;
  width: auto;
}
.wp-caption .wp-caption-text {
  font-size: 0.688rem;
  line-height: 1.063rem;
  margin: 0;
  padding: 0.625rem;
}


/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}
.gallery-item .gallery-columns-2 {
  max-width: 50%;
}
.gallery-item .gallery-columns-3 {
  max-width: 33.33333%;
}
.gallery-item .gallery-columns-4 {
  max-width: 25%;
}
.gallery-item .gallery-columns-5 {
  max-width: 20%;
}
.gallery-item .gallery-columns-6 {
  max-width: 16.66667%;
}
.gallery-item .gallery-columns-7 {
  max-width: 14.28571%;
}
.gallery-item .gallery-columns-8 {
  max-width: 12.5%;
}
.gallery-item .gallery-columns-9 {
  max-width: 11.11111%;
}

body .gform_wrapper.gravity-theme  .gform_fields {
    display: flex;
    justify-content: space-between;
    margin:0 -15px !important;
    gap:0 !important;
    flex-wrap: wrap;
}
body .gform_wrapper.gravity-theme .gfield {
   width:100%; 
   padding-left:15px !important;
   padding-right: 15px !important;
   margin-bottom: 15px;
}
body .gform_wrapper.gravity-theme .gform_footer,
body .gform_wrapper.gravity-theme .gform_page_footer {
    margin: 0;
    padding-top: 0;
}

/*
 clearfix
 ------------------------------*/
.clearfix:after {
  clear: both;
  content: ' ';
  display: block;
  font-size: 0;
  line-height: 0;
  visibility: hidden;
  width: 0;
  height: 0;
}
.clearfix {
  display: block;
}

/* Grid Layout */
.container {
    width: 1248px;
    max-width:100%;
    padding: 0 15px;
    margin: 0 auto;
}
.container-full {
  max-width: 100%;
  width:1440px;
  padding:0;
  margin:0 auto;
}
.row {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}
.row.no-padding {margin:0;}
.row > div {
  padding-left:15px;
  padding-right:15px;
}
.row.no-padding > div {
  padding-left:0 !important;
  padding-right:0 !important;
}
.row-reverse{ flex-direction: row-reverse;}
.row-align-center {
  align-items: center;
}

.col1 {
  width:8.33%;
  padding:0 15px;
}
.col2 {
    width: 16.66%;
    padding:0 15px;
}
.col3 {
  width:25%;
  padding:0 15px;
}
.col4 {
  width:33.33%;
  padding:0 15px;
}
.col5 {
  width:41.66%;padding:0 15px;
}
.col6 {
  width:50%;padding:0 15px;
}
.col7 {
  width:58.33%;padding:0 15px;
}
.col8 {
  width:66.66%;padding:0 15px;
}
.col9 {
  width:75%;padding:0 15px;
}
.col10 {
  width:83.33%;
  padding:0 15px;
}
.col11 {
  width:91.66%;
  padding:0 15px;
}
.col12 {
  padding:0 15px;
  width:100%;  
}
.col-auto {
  width:auto;
}
.text-center {
  text-align:center;
}
.text-right {
  text-align:right;
}
.section-header {
    width:860px;
    margin:0 auto;
    max-width:100%;
}
.d-flex {
  display: flex;
}
.flex-wrap {
    flex-wrap: wrap;
}
.d-block {
  display: block;
}
.align-end {
  align-items: flex-end;
}
.align-center {
  align-items: center;
}
.justify-start {
  justify-content: flex-start;
}
.justify-around {
  justify-content: space-around;
}
.justify-between {
    justify-content: space-between;
}
.justify-end {
  justify-content: flex-end;
}
.justify-center {
  justify-content: center;
}
.text-uppercase {
  text-transform: uppercase;
}
.mb0 {
  margin-bottom: 0;
}
.w-100 {
  width:100%;
}

.grey{
    color: #667085 !important;
}
.black{
    color: #000000 !important;
}
.hidden-body {
    overflow: hidden;
}
.loader {
    margin:-30px 0;
    display: none;
}
.loader.show {
    display: flex;
    justify-content: center;
}
.loader img {
    width:100px;
}
.model {
    position: fixed;
    width: 100%;
    height: 100vh;
    background: rgba(0,0,0,.57);
    padding: 20px;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 999;
    display:none;
}
.model-inner {
  position:relative;
  background:#fff;
  width:100%;
  max-width:1100px;
  padding:40px;
  max-height:100%;
  overflow-y: auto;
}
.model-header {
  position:absolute;
  top:10px;
  right:10px;
  max-width:60px;
  line-height:1;
}
.model-header a.close  {
    text-decoration: none;
    color: #000;
    font-size: 28px;
    font-weight: 600;
}
.model h2 {
    font-size: 26px;
}
.model h4 {
    font-size: 18px;
}


/* header */
.header-wrap {
	padding: 14px 0;
    background: #ffffff;
    position: relative; 
    left: 0;
    top: 0;
    width: 100%;
    z-index: 999;
}
.header-wrap.scrolled {
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    background: #ffffff;
}
.header-wrap.sticky {
    position: fixed;
}
.logo a{
	display: block;
}
.logo a img{
	max-width: 158px;
}
.wpml-ls-legacy-dropdown {
    width: auto;
    max-width: 100%;
}
.wpml-ls-legacy-dropdown a {
    border: none;
}
.wpml-ls-legacy-dropdown .wpml-ls-current-language:hover>a, .wpml-ls-legacy-dropdown a:focus, .wpml-ls-legacy-dropdown a:hover {
    color: #000;
    background: none;
}
.wpml-ls-legacy-dropdown .wpml-ls-sub-menu {
    border-top: none;
}

.header-nav ul{
	list-style: none;
    display: flex;
    align-items: center;
    justify-content: center;
}
.header-nav ul > li {
    position: relative;
}
.header-nav ul > li a {
	text-transform: capitalize;
    padding: 15px 15px;
    font-size: 18px;
    font-weight:600;
    line-height: 24px;
    color: #000000;
    display: block;
}
.header-nav ul > li a:hover{
	color: #ff9900;
}
.header-nav ul > li > ul{
    display: none;
    position: absolute;
    top: 100%;
    left: 0px;
    background: #ffffff;
}
.header-nav ul > li.menu-item-has-children{
    padding-right: 10px;
    margin-right: 20px;
}
.header-nav ul > li.menu-item-has-children:after{
    content: "";
    position: absolute;
    right: 0px;
    top: 14px;
    height: 22px;
    width: 23px;
    background: var(--dropdown-arrow) no-repeat center / 29px;
}
.header-nav ul.sub-menu a,
.profile-dropdown a {
    padding: 5px 15px;
    white-space: nowrap;
    font-weight: 600;
}
.header-nav ul.sub-menu ul.sub-menu {
    position: absolute;
    top: 0px;
    left: 100%;
}
.header-nav ul > li.menu-item-has-children > ul > li.menu-item-has-children{
    margin-right: 0px;
}
.header-nav .submenu{
    display: none;
}
.header-nav ul > li > ul > li.menu-item-has-children:after {
    right: 8px;
    top: 8px;
    transform: rotate(270deg);
}
.header-wrap .white-logo{
    display: none;
}
.header-wrap.header-top {
    background: transparent;
}
.header-wrap.scrolled {
    background: #ffffff;
}
.header-wrap.header-top.scrolled .white-logo,
.header-wrap.header-top .black-logo{
    display: none;
}
.header-wrap.header-top.scrolled .black-logo,
.header-wrap.header-top .white-logo{
    display: block;
}
.header-top nav ul > li > a{
    color: #ffffff;
}
.header-top.scrolled nav ul > li > a{
    color: #000000;
}
.header-btn {
    min-width: 0;
}
.login a,
.cart a {
	display: block;
}
.login a:hover svg, .cart a:hover svg {
    transform: scale(1.07);
}
.login {
    position: relative;
}
.login > ul{
    display: none;
    position: absolute;
    top: 100%;
    left: 0px;
    background: #ffffff;
    list-style: none;
    padding-top:15px;
}

@media (min-width:1024px) {
    .header-nav ul > li:hover > ul.sub-menu{
        display: block;
    }
    .login:hover > ul{
        display: block;
    }
}
/* Enhanced dropdown styling for better visibility */
.header-nav ul.sub-menu,
.profile-dropdown {
    min-width: 200px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
    border-radius: 8px;
    padding: 8px 0;
    z-index: 1000;
}

/* Mobile dropdown styling */
@media (max-width: 1023px) {
    .header-nav ul.sub-menu,
    .profile-dropdown {
        position: static;
        display: none;
        box-shadow: none;
        background: #f8f8f8;
        border-radius: 0;
        padding-left: 20px;
        margin-top: 0;
    }
    
    .header-nav ul.sub-menu a,
    .profile-dropdown a {
        padding: 8px 15px;
        font-size: 16px;
        border-bottom: 1px solid #e0e0e0;
    }
    
    .header-nav ul.sub-menu a:hover,
    .profile-dropdown a:hover {
        background: #f0f0f0;
    }
}
.login > ul > li > a {
    font-size: 16px;
    padding: 4px 15px;
    white-space: nowrap;
    display: block;
    width: auto;
    height: auto;
    color: #000;
    transition: .4s all ease-in-out;
}
.login > ul > li > a:hover {
    color: #ff9900;
}
.header-wrap.hide_menu.scrolled,
.header-wrap.hide_menu .right-panel{
    display: none !important;
}
.login:hover path{
    stroke: #ff9900;
}
.cart:hover path{
    fill: #ff9900;
}
.shop-btn {
    margin-left:12px;
}
.header-icons > div {
    padding: 10px 12px;
}
.header-btn:after {
    content: var(--btn-white-arrow);
    transition: .5s all ease-in-out;
    display: flex;
    align-items: center;
}

/* Topbar styling for Shopify */
.header-topbar {
    background: #ff9900;
    color: #fff;
    font-size: 18px;
    text-align: center;
    padding: 10px 0;
    margin: 0;
}

.header-topbar .desktop-text {
    display: block;
}

.header-topbar .mobile-text {
    display: none;
}

/* Shopify container overrides for full width header */
.header-wrap {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 999;
    margin: 0;
    padding: 0;
}

.header-topbar {
    width: 100%;
    margin: 0;
    padding: 10px 0;
}

/* Override Shopify section constraints */
.shopify-section--header {
    display: block !important;
    grid-template-columns: none !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
}

.shopify-section--header > * {
    grid-column: auto !important;
    width: 100% !important;
}

/* Mobile topbar text switching */
@media (max-width: 767px) {
    .header-topbar .desktop-text {
        display: none;
    }
    
    .header-topbar .mobile-text {
        display: block;
    }
    
    .header-topbar {
        padding: 5px 0 !important;
        font-size: 16px;
        line-height: 1.2;
    }
}


.m-toggle {
    cursor: pointer;
}
.bar1, .bar2, .bar3 {
    width: 25px;
    height: 2px;
    background-color: #333;
    margin: 6px 0;
    transition: 0.4s;
}
.change .bar1 {
    transform: translate(0, 9px) rotate(-45deg);
}
.change .bar2 {
    opacity: 0;
}
.change .bar3 {
    transform: translate(0, -8px) rotate(45deg);
}
@media (max-width:1200px) and (min-width:1024px) {
    .header-nav ul > li a {
        padding: 15px 8px;
        font-size: 16px;
    }
    .header-icons > div {
        padding: 7px 7px;
    }
    .header-icons > div svg {
        max-width: 24px;
    }
    .header-nav ul > li.menu-item-has-children {
        margin-right: 8px;
    }
    .shop-btn {
        margin-left: 7px;
    }
}
@media (max-width:1023px) {
    .m-toggle.display-mobile {
        display: block;
        flex: 0 0 auto;
        padding-left: 15px;
        padding-right: 0;
    }
    .header-wrap .row .logo {
        flex: 0 0 auto;
        padding-left: 15px;
        padding-right: 0;
    }
    .header-wrap .row .right-panel {
        flex: 1;
        padding-left: 0;
        padding-right: 15px;
    }
    .panal-mobile-wrap {
        position: absolute;
        background: #fff;
        left: 0;
        top: 100%;
        width: 100%;
        height: 100vh;
        transform: translateX(-100%);
        overflow-y: auto;
        transition: .5s all ease-in-out;
        padding-bottom: 120px;
        display: block;
    }
    .panal-mobile-wrap.active {
        transform: translateX(0);
    }
    .header-nav ul {
        display: block;
    }
    .header-nav ul > li > ul,.header-nav ul.sub-menu ul.sub-menu {
        position: relative;
        left:auto;
        top:auto;
    }
    .header-nav ul.sub-menu a {
        padding: 15px 25px;
    }
    .header-nav ul.sub-menu ul.sub-menu a {
        padding-left: 35px;
    }
    .header-nav ul > li.menu-item-has-children {
        padding-right: 30px;
        margin-right: 0;
    }
    .header-nav ul > li.menu-item-has-children:after {
        right:15px;
    }
    .header-nav ul > li > ul > li.menu-item-has-children:after {
        right: 0;
        top: 16px;
        transform: rotate(0);
    }
    .header-icons {
        flex-direction: column-reverse;
        align-items: flex-start;
    }
    .login > ul {
        position: relative;
        width:100%;
    }
    .login > ul > li > a {
        padding-left:0;
    }
    .panal-mobile-wrap {
        display: block !important;
        justify-content: flex-start !important;
    }
    .header-icons {
        display: block !important;
    }
    .header-icons > div {
        display: block;
        width: 100%;
        padding: 15px 25px;
        border-bottom: 1px solid #f0f0f0;
        text-align: left;
    }
    .header-icons > div a {
        justify-content: flex-start;
        display: flex;
        align-items: center;
    }
    .profile-toggle {
        height: 33px;
        width: 33px;
        background: url(//apexx01.com/cdn/shop/t/3/assets/dropdown.svg?v=40128173521942085421751364966) no-repeat center / 29px;
        cursor: pointer;
    }
}
@media (max-width:480px) {
    .logo a img {
        max-width: 120px;
    }
    .btn.header-btn {
        font-size: 16px;
        line-height: 1.5;
        padding: 8px 20px;
        min-width: 95px;
    }
}
/* header style END */

/* footer wrap */

#footer-wrap {
    width: 100%;
    padding-top: 66px;
    padding-bottom: 32px;
    background-color: #121212;
    overflow: hidden;
}
#footer-wrap a{
    transition: all 0.3s;
}
#footer-wrap a:hover {
    opacity: 0.75 !important;
}
.footer-top .container > .row {
    padding-bottom: 40px;
    margin-bottom: 36px;
    display: flex;
    border-bottom: 1px solid #FFFFFF
}
.footer-top ul{
    list-style: none;
}
.footer-top h6{
    font-size: 19px;
    font-weight: 600;
    margin-bottom: 30px;
    color: #fff;
}
.footer-top ul li a{
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    padding-bottom: 7px;
    display: block;
}
.footer-bottom p{
    color: #fff;
}
.footer-bottom .f-logo img {
    width: 100%;
    max-width: 156px;
}
.copy-right {
    padding-top:15px;
}
.copy-right ul{
    list-style: none;
    gap: 16px;
    flex-wrap: wrap;
}
.copy-right ul li {
    position: relative;
}
.copy-right ul li:after {
    position: absolute;
    left: -8px;
    top: 4px;
    content: "";
    width: 1px;
    height: 14px;
    background-color: #ffffff;
}
.copy-right ul li:first-child:after {
    display: none;
}
.copy-right ul li a{
    color: #fff;
    font-size: 14px;
}
.copy-right .copy p{
    color: #fff;
    margin-bottom: 0;
}
.copy-right ul li a:hover{
    opacity: 0.75;
}
.social-block ul {
    gap: 20px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    list-style: none;
    margin: 0;
    padding: 0;
}

.social-block ul li {
    display: flex;
    align-items: center;
    margin: 0;
    padding: 0;
}


@media (max-width:1199px) {
    .footer-top .col10 {
        width:100%;
    }
}
@media (max-width:991px) {
    .footer-top .col3 {
        width:50%;
        margin-bottom:30px;
    }
}
@media (max-width:767px) {
    /*.footer-top .col3,*/
    .footer-bottom .col2,
    .footer-bottom .col10,
    .footer-bottom .col7,
    .footer-bottom .col5 {
        width:100%;
    }
    .footer-bottom .col7{
        order: 1;
        margin-bottom: 15px;
    }
    .footer-bottom .col5 {
        order:2;
    }
    .footer-bottom p,.footer-top ul li a {
        font-size: 14px;
    }
    .copy-right ul {
        justify-content: flex-start;
    }
    .copy-right ul li a,.copy-right .copy p {
        font-size: 13px;
    }
    .f-logo {
        margin-bottom: 12px;
    }
}
@media (max-width:480px) {
    .copy-right ul li a,.copy-right .copy p {
        font-size: 11px;
    }
    .copy-right ul {
        gap: 10px;
    }
    .copy-right ul li:after {
        left: -5px;
        top: 6px;
        height: 12px;
    }
    .footer-bottom .col7 {
        margin-bottom: 10px;
    }
    .copy-right {
        padding-top: 0;
    }
}
/* Footer style END */

.banner-main {
    position: relative;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    padding:220px 0 100px;
}
.banner-main .inner {
    position: relative;
    z-index: 4;
    max-width:68%; 
}
.banner-main:after {
    content:"";
    height:100%;
    width:100%;
    position: absolute;
    left:0;
    top:0;
    background: linear-gradient(270deg, rgba(0, 0, 0, 0) 5.56%, rgba(0, 0, 0, 0) 35.69%, rgba(0, 0, 0, 0.7) 99%);
}
.below-banner-image {
    position: absolute;
    z-index: 2;
    right: 6.5%;
    bottom: -102px;
    max-width: 45%;
}
.banner-main .h1, .banner-main p,.banner-star {
    color:#fff;
}
.banner-main p {
    font-size: 18px;
    line-height: 1.6;
}
.banner-star {
    font-size: 9px;
    font-weight: 400;
    line-height: 14px;
    gap:10px;
    padding-bottom: 5px;
}
video#bannervideo {
    position: absolute;
    left: 0;
   right: 0;
   top: 0;
   bottom: 0;
    width:100%;
    height:100%;
    object-fit : cover;
}

.about-usp {
    padding:100px 0 48px;
}
.about-usp .container {
    width: 945px;
}
.text-usp {
    text-align: center;
    margin-top: 20px;
}
.text-usp img {
    display: inline-block;
    margin-bottom: 10px;
    max-width: 120px;
}
.text-usp span {
    display: block;
    font-size: 18px;
    line-height: 1.5;
    font-weight: 600;
}
.col4 .text-usp span {
    font-weight: 400;
    font-size: 16px;
}

.faq-block {
    padding:100px 0;
    overflow: hidden;
}
.col-faqs {
    position: relative;
    z-index: 1;
}
.col-faq-image {
    position: relative;
}
.col-faq-image img {
    position: absolute;
    top: -60px;
    height: 110%;
    width:auto;
    max-width: fit-content;
    right: 0;
}

.accordion-faq {
  margin: 20px auto 0;
}
.at-tab {
  display: none;
  padding: 0px 15px 15px 0;
}
.at-title {
  cursor: pointer;
  position: relative;
}
.at-title:after {
  content: "+";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0px;
  transition: all 0.3s ease;
  font-size: 30px;
}
.at-title.active:after {
  content: "-";
}
.at-item {
  border-bottom: 1px solid #000000;
}
.at-title .h5 {
    padding: 15px 20px 15px 0;
    margin: 0;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.5;
}

.trustpilot-reviews { /*, .trustpilot-widget*/
    padding:80px 0;
}
.reviews-slider {
    margin:28px auto 22px;
}
.trustpilot-reviews .slick-track {
    margin: 0 -15px;
}
.trustpilot-reviews .review-slide {
    padding:0 15px;
}
.review-panel {
    background: #F8F9FA;
    padding:15px 12px;
}
.review-panel .star {
    margin-bottom: 10px;
}
.verified {
    font-size: 12px;
    line-height: 1.5;
    color: #6C6D83;
}
.verified img {
    max-width: 15px;
    margin-right: 3px;
}
.review-panel h6 {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.5;
}
.trustpilot-reviews p {
    font-size: 12px;
    line-height: 1.58;
    margin-bottom: 0;
}
.review-panel .name {
    font-size: 12px;
    font-weight: 300;
    line-height: 1.5;
}
.review-panel .reviewr-name {
    font-weight: 500;
}
.trustpilot-bottom img{
    margin:0 auto;
    max-width: 140px;
}

.cta-block {
    padding:20px 0;
    margin:40px 0;
}
.cta-block * {
    color:#fff;
}
.cta2-block * {
    color:#000;
}
.cta2-block a,.cta2-block2 a {
    text-decoration: none;
}
.cta2-block .container,.cta-block .container {
    width:898px;
}
.cta2-block {
    padding:62px 0;
}
.cta2-block .h2 {
    position: relative;
}
.cta2-block .h2:before {
    content:"";
    width: 46px;
    height: 46px;
    margin-right:20px;
    display: inline-block;
    background: url(//apexx01.com/cdn/shop/t/3/assets/check-white.svg?v=122357851343218043971751364962) no-repeat center / 46px;
    vertical-align: middle;
}
.cta2-block .subtitle {
    font-size: 22px;
    margin-bottom: 22px;
}
.cta2-block p {
    font-size: 18px;
}
.shopify-section.ingredient-summary-section {
    background: #FFF8EA;
}
.ingredient-summary {
    padding:100px 0;
}
.ingredient-summary .h2 {
    margin-bottom: 60px;
}
.ingredient-panel {
    margin-bottom: 50px;
    position: relative;
    padding-left:52px;
}
.ingredient-panel:before {
    content: "";
    height: 20px;
    width: 20px;
    border: 3.5px solid #000000;
    border-radius: 50%;
    position: absolute;
    top: 15px;
    left: 5px;
}
.ingredient-panel:after {
    content: var(--check-png);
    position: absolute;
    top: 10px;
    left: 4px;
}
.ingredient-panel p {
    margin-bottom: 10px;
}
.ingredient-bottom {
    max-width:528px;
    margin:50px auto 0;
}
.ingredient-bottom p {
    font-size: 18px;
    margin-bottom: 15px;
}

.faq-list {
    padding:70px 0;
}
.faq-list .h2 {
    margin-bottom: 48px;
}
.faq-group:not(:first-child) {
    margin-top: 30px;
}

.product-standardorder {
    padding:75px 0 100px;
}
.product-detailsorder {
    padding:60px 0 20px;
}
.product-standardorder .col6 {
    width:49%;
}
.product-standardorder .banner-star {
    color: #000;
    font-size: 16px;
    line-height: 1.5;
    gap:15px;
}
.product-standardorder .trustpilot-icon img {
    max-height: 19px;
    width:auto;
} 
.slider-single .slick-track{
    display: flex !important;
}
.slider-single .slick-slide{
    height: inherit !important;
}
.product-detailsorder .slick-slide > div {
    height:100%;
}
.full-prod-image,.prod-thumb {
    background: rgba(217, 217, 217, 0.2);
    height: 100%;
    display: flex !important;
}
.slider-single {
    margin-bottom: 48px;
}
.slider-nav .slick-list {
    margin:0 -15px;
}
.slider-nav .slick-slide {
    padding:0 15px;
}
.pdetails {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 12px;
    gap: 10px 30px;
}
.pdetails .pdetail {
    display: inline-flex;
    align-items: center;
}
.pdetails .pdetail:before {
    content:"";
    width: 12px;
    height: 12px;
    border:1px solid #FF9900;
    border-radius: 50%;
    margin-right: 12px;
    display: inline-block;
}
.psummery,
ul.p-points li,
.pdetails .pdetail {
    font-size: 16px;
    font-weight: 300;
}
.purchase-options label {
    display: block;
    margin-bottom: 32px;
    position: relative;
}
.purchase-options label input {
    position: absolute;
    top:0;
    left:0;
    opacity: 0;
}
.input-purchase {
    border:1px solid #404040;
    border-radius: 8px;
    overflow: hidden;
}
.purchase-options input:checked ~ .input-purchase  {
    border-color: #FF9900;
}

/* Product Standard Order - Loading States */
.product-standardorder .btn .loading-dots {
    display: inline-block;
    margin-right: 8px;
}

.product-standardorder .btn .loading-dots:after {
    content: '...';
    animation: dots 2s steps(4, end) infinite;
}

@keyframes dots {
    0%, 20% {
        color: transparent;
        text-shadow: .25em 0 0 transparent, .5em 0 0 transparent;
    }
    40% {
        color: currentColor;
        text-shadow: .25em 0 0 transparent, .5em 0 0 transparent;
    }
    60% {
        text-shadow: .25em 0 0 currentColor, .5em 0 0 transparent;
    }
    80%, 100% {
        text-shadow: .25em 0 0 currentColor, .5em 0 0 currentColor;
    }
}
.purchase-options .heading {
    display: block;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    text-align: center;
    padding:2px 20px;
    background: #404040;
    position: relative;
}
.purchase-options input:checked ~ .input-purchase .heading {
    background: #FF9900;
}
.purchase-options .input-heading i {
    position: absolute;
    top:7px;
    left:-5px;
    transform: translateX(-100%);
    width: 12px;
    display: block;
    height: 12px;
    border:1px solid #000;
    border-radius: 50%;
}
.purchase-options .input-heading i:before {
    content:"" ;
    top:1px;
    left:1px;
    width: 7px;
    height: 7px;
    position: absolute;
    border:1px solid #fff;
    border-radius: 50%;
    display: block;
}
.purchase-options input:checked ~ .input-purchase .input-heading i {
    border-color: #FF9900;   
}
.purchase-options input:checked ~ .input-purchase .input-heading i:before {
    background: #FF9900;
}
.purchase-detail {
    padding: 12px 20px 12px 34px;
}
.purchase-detail .price {
    display: flex;
    align-items: center;
    gap: 6px;
}
.input-heading {
    font-weight: 700;
    position: relative;
    margin-bottom: 5px;
}
ul.p-points {
    list-style: none;
    margin:0;
    padding:0;
}
ul.p-points li {
    position: relative;
    display: flex;
    align-items: flex-start;
    padding: 0;
    margin: 0 0 5px;
    gap: 10px;
}
ul.p-points li span {
    text-align: left;
}
ul.p-points li:before {
    content: "";
    display: inline-block;
    filter: brightness(0%);
    background: url(//apexx01.com/cdn/shop/t/3/assets/check.png?v=72462814436331007041751364963) no-repeat center / 10px auto;
    height: 14px;
    width: 14px;
    margin-top: 7px;
}
.below-plist {
    margin-top:16px;
    text-align: center;
}
.below-plist ul.p-points li {
    justify-content: center;
    margin-bottom: 0;
}
.standardorder-text .btn {
    width:60%; 
}
.plist-img {
    display: inline-flex;
    align-items: center;
    gap:4px;
}

.reviews-expert {
    padding:100px 0 60px;
}
.reviews-expert .container {
    width: 1130px;
}
.slick-dotted.slick-slider.expert-slider {
    margin-top: 84px;
    margin-bottom: 32px;
}
.expert-slide figure {
    width:43%;
}
.expert-re {
    width:54%;
}
.expert-slider .review-des {
    display: block;
    margin-bottom: 20px;
    font-size: 24px;
    font-weight: 600;
    line-height: 1.5;
    color:#000;
}
.slide-m-dots ul {
    display: flex;
    align-items: center;
    padding:0 20px;
}
.slider-controls .slick-arrow {
    background: url(//apexx01.com/cdn/shop/t/3/assets/right.svg?v=139965845939751074021751364958) no-repeat center / 19px auto;
    position: relative;
    transform: none;
}
.slider-controls .slick-arrow.slide-m-prev{
    transform: scale(-1);
    /*transform-origin: 50% 25%;*/
}

.reviews-customers {
    padding: 80px 0;
}
.reviews-customers .container {
    width:1130px;
}
.customers-images {
    margin-bottom: 40px;
    margin-top: 74px;
}
.customer-img {
    padding:0 15px;
}
.customer-img img {
    width:100%;
}
.content-summarycircles {
    padding:100px 0;
    background: #FFF8EA;
}
.summarycircles-panel  {
    margin-top: 80px;
}
.summarycircles-panel img {
    margin:0 auto 20px;
    border-radius: 50%;
    max-width:200px;
}

.content-summaryicons {
    padding:100px 0;
    background: #FFF8EA;
}
.summaryicons-panel  {
    margin-top: 12px;
}
.summaryicons-panel img {
    margin:0 auto;
    max-width: 120px;
}

.content-apexx01detail {
    padding:100px 0;
}
.apexx01detail-usps {
    width:49%;
    margin-top: 90px;
}
.apexx01detail-col:nth-child(even) {
    justify-content: flex-end;
}
.apexx01detail-usps .h6 span {
    position: relative;
    display: inline-flex;
    background: #FF9900;
    border-radius: 18px;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.3;
    padding: 5px 10px;
    align-items: center;
}
.apexx01detail-usps .h6 span:before {
    content:"";
    width: 17px;
    min-width: 17px;
    height: 17px;
    margin-right:10px;
    display: inline-block;
    background: url(//apexx01.com/cdn/shop/t/3/assets/check-white.svg?v=122357851343218043971751364962) no-repeat center / 17px;
}
.content-apexx01detail .row {
    position: relative;
}
.apexx01-image,.apexx01-image figure {
    display: flex;
    align-items: center;
    justify-content: center;
}
.apexx01-image {
    position: absolute;
    top:50%;
    left:50%;
    height:50%;
    width:50%;
    transform: translate(-50%,-50%);
}
.apexx01-image figure {
    position: relative;
}
.apexx01-image figure img {
    position: relative;
    z-index: 1;
}
.apexx01-image figure:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    height: 416px;
    width: 416px;
    background: radial-gradient(50% 50% at 50% 50%, rgba(255, 153, 0, 0.43) 56.5%, rgba(255, 153, 0, 0) 100%);
    transform: translate(-50%, -50%);
}
.img-packet {
    margin-right:-8px;
}
.img-bottole {
    margin-left:-8px;
    z-index: 2;
}

.content-ingredients {
    padding:100px 0;
}
.content-ingredients .section-header {
    margin-bottom: 100px;
}
.tab-item-left {
    cursor: pointer;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.5;
    padding:24px 20px 24px 0;
    position: relative;
    border-bottom: 1px solid #000;
}
.tab-item-left.is-active {
    color: #FF9900;
    border-color: #FF9900;
}
.tab-item-left:after {
    content:"";
    width: 34px;
    height: 34px;
    position: absolute;
    right:0;
    top:50%;
    transform: translateY(-50%);
    background: url(//apexx01.com/cdn/shop/t/3/assets/right-arrow.svg?v=114166426616545902391751364956) no-repeat center / 34px auto;
}
.tab-list2 {
    display: flex;
    flex-wrap: wrap;
    gap:10px 15px;
    padding: 20px 0 50px;
}
.tab-list2:after {
    content:"";
}
.tab-item2 {
    border: 1px solid #000000;
    border-radius: 16px;
    font-size: 18px;
    padding:2px 15px;
    font-weight: 500;
    line-height: 1.5;
    text-align: center;
    min-width: 177px;
    cursor: pointer;
    transition: .3s all ease-in;
    flex:0 0 30%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.tab-item2:hover,.tab-item2.is-active {
    background: #FF9900;
}
.tab-item2-full {
    padding: 2px 30px;
    min-width: 0;
    flex: 0 0 auto;
}
.tab-content-col {
    width: 63%;
}
.tab-contents:not(.is-active) {
    display: none;
}
.tab-ptitle {
    font-size: 18px;
}

.content-ingredients-v2 {
    padding:100px 0;
}
.ingredient-page-heading {
    margin-bottom: 35px;
}
.ingredient-page {
    margin-bottom: 40px;
}
.flip-card-front figure {
    overflow: hidden;
    border-radius: 16px 16px 0 0;
}
.ing-summery {
    padding: 16px 25px 58px 25px;
    min-height: 208px;
}
.flip-card {
    position: relative;
    height:100%;
}
.flip-card-inner {
    position: relative;
    height:100%;
}
.flip-card .face {
    width: 100%;
    height: 100%;
    transition: transform .5s ease-in-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background: #FFF8EA;
    border-radius: 16px;
}
.flip-card .face-back {
    padding: 24px 25px 58px 25px;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    transform: rotateY(180deg);
    overflow: hidden;
}
.ingredient-page .col3 {
    margin-bottom: 40px;
}
.flip-card.active .face-front {
    transform: rotateY(-180deg);
}
.flip-card.active .face-back {
    transform: rotateY(0);
}
.face-back-content {
    height: 100%;
    overflow-y: auto;;
}
.toggle-icons {
    position: absolute;
    bottom: 16px;
    right: 16px;
    display: flex;
    width: 35px;
    height: 35px;
    /*border: 3px solid #ff9900;*/
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    cursor: pointer;
}
.toggle-icons svg {
    width: 14px;
    height: 14px;
}
.close-back svg {
    transform: scale(-1);
}
.char-filter {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0px 20px;
    border-radius: 80px;
    background: #FFF8EA; 
    margin-bottom: 50px;
    overflow-x: auto;
}
.char-filter a {
    color: #000;
    padding: 8px 16px;
    font-size: 18px;
    font-weight: 500;
    line-height: 138%;
    text-decoration: none;
    display: block;
    transition: none !important;
}
.char-filter a.active,
.char-filter a:hover{
    background: #ff9900;
    color:#fff;
}

.content-textimage .row {
    padding: 100px 0;
}
.content-textimage .no-margin-b.row {
    padding-bottom: 0;
}
.content-textimage .col7 {
    width:56%;
}
.content-textimage .col5 {
    width:39%;
}
.content-textimage p {
    margin-bottom: 32px;
}

.contact-2block {
    padding:90px 0 90px;
}
.contact-2block.no-margin-b {
    padding-bottom: 0;
}
.text-quote {
    max-width:720px;
    margin:90px auto 0;
    text-align: center;
}
.text-quote blockquotep {
    font-size: 38px;
}

.content-contact,.singlepost,.postspage {
    padding:100px 0;
} 
.content-contact .gform_heading {
    display: none;
}
.singlepost .container {
    width:1060px;
}
.blog-back {
    margin-bottom: 30px;
}
.blog-back:after {
    display: none;
}
.blog-back:before {
    content:"";
    display: inline-block;
    background: #FF9900 url(//apexx01.com/cdn/shop/t/3/assets/left.svg?v=62315877122283257081751364954) no-repeat center / 10px auto;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    margin-right: 10px;
}
.featured-image {
    margin-bottom: 30px;
}
.singlepost ul,
.at-tab ul,
.content-textimage ul,
.content-ingredients ul,
.contact-2block ul {
    list-style: disc;
    margin-bottom: 22px;
    padding-left: 1em;
    font-size: 14px;
}
.post-meta {
    flex-wrap: wrap;
    gap:10px 22px;
    font-size: 13px;
    font-weight: 300;
    margin-bottom: 10px;
}
.post-categories {
    color: #FF9900;
}
.blog-header {
    margin-bottom: 45px;
}
.post-card figure {
    margin-bottom: 15px;
}
.post-card .h6 {
    font-size: 20px;
    margin-bottom: 10px;
}
.post-card .h6 a {
    color: #000;
}
.post-card {
    margin-bottom: 45px;
}

.menu-cat {
  position: relative;
}
.cat-toggle, .menu-cat a {
  align-items: center;
  display: flex; 
    font-size: 16px;
    font-weight: 600;
    color: #000;
    min-width:188px;
    justify-content: space-between;
}
.cat-toggle:hover {
  text-decoration: none;
}
.cat-toggle {
    display: flex;
      align-items: center;
      padding:10px 15px;
      border-radius: 21px;
      background-color: #ffffff; 
      border: 1px solid #000;
}
.cat-toggle.active {
    border-radius: 21px 21px 0 0;
}
.cat-toggle:after {
    content: "";
    display: inline-block;
    background: #FF9900 url(//apexx01.com/cdn/shop/t/3/assets/left.svg?v=62315877122283257081751364954) no-repeat center / 9px auto;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    transform: rotate(-90deg);
    margin-left:10px;
}
.menu-cat ul {
  list-style:none;
  margin: 0;
  padding: 0;
  position: absolute;
  left: 0;
  top:100%;
  width: 100%;
  text-align: center;
  display: none;
  z-index:9;
  border-radius: 0 0 21px 21px;
  background-color: #ffffff; 
  border: 1px solid #000;
  border-top: 0;
  min-width: 38px;
  padding: 10px;
}
.menu-cat ul li {
  padding:4px 0;
}
.button-toggle-list {
    display: none;
}
.purchese-option .popular {
    padding: 10px;
    gap: 10px;
    border-radius: 114px;
    font-size: 14px;
    font-weight: 600;
    color:#fff;
    background: #FF9900;
    position: absolute;
    top:-20px;
    right:20px;
    line-height: 1;
    z-index: 2;
}
.line-horizon {
    margin:14px 0;
}
.content-cta {
    padding:2px 0 40px;
}
.content-cta.no-margin-b {
    padding-bottom: 0;
}
.no-margin-t.btn-group {
    margin-top:0;
}
@media (min-width:992px) {
    .apexx01detail-usps {
        position: relative;
    }
    .apexx01detail-usps:before {
        content:"";
        position: absolute;
        top:18px;
        left:50%;
        height:80%;
        width:100%;
        border:2px dashed #000;
        border-bottom: 0;
    }
    .apexx01detail-col:nth-child(1) .apexx01detail-usps:before,
    .apexx01detail-col:nth-child(5) .apexx01detail-usps:before {
        width:120%;
        height:35%;
    }
    .apexx01detail-col:nth-child(odd) .apexx01detail-usps:before,
    .apexx01detail-col:nth-child(4) .apexx01detail-usps:before {
        border-left: none;
    }
    .apexx01detail-col:nth-child(even) .apexx01detail-usps:before {
        right:50%;
        left:auto;
        border-right: none;
    }
    .apexx01detail-col:nth-child(3) .apexx01detail-usps:before {
        border-right: none;
    }
    .apexx01detail-col:nth-child(5) .apexx01detail-usps:before,
    .apexx01detail-col:nth-child(6) .apexx01detail-usps:before {
        transform: scaleY(-1);
        transform-origin: 100% 0;
         width:120%;
    }
}


@media (max-width:1200px) {
    h1, .h1 {
        font-size: 48px;
    }
    h2, .h2 {
        font-size: 44px;
    }
    h3, .h3 {
        font-size: 36px;
    }
    blockquote, blockquote p {
        font-size: 28px;
    }
    .below-banner-image {
        right:0;
    }
}
.display-mobile {
   display: none; 
}
/* Fix voor slider controls op desktop - ingredient summary en summary icons */
@media (min-width: 768px) {
   .ingredient-summary .slider-controls.display-mobile,
   .content-summaryicons .slider-controls.display-mobile {
      display: none !important; 
   }
}
@media (min-width:768px) {
    .banner-main .btn:hover {
        border-color: #fff;
        color: #fff;
    }
    .banner-main .btn:hover:after {
        -webkit-filter: invert(0);
        filter: invert(0);
    }
}
@media (max-width:991px) {
    .product-standardorder .col6,
    .expert-slide figure,.expert-re,
    .faq-list .col8,
    .content-textimage .col5,.content-textimage .col7,
    .tab-content-col,.content-ingredients .col4,
    .apexx01detail-col {
        width:100%;
    }
    .content-textimage .col5{
        order:1;
        margin-bottom: 30px;
    }
    .content-textimage .col7 {
        order:2;
    }
    .faq-block .col-faqs.col6 {
        width:75%;
    }
    .faq-block .col-faq-image.col6 {
        width:25%;
    }
    .col-faq-image img {
        right:-80px;
        top:-38px;
    }
    .col-product-image,.expert-slide figure {
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 30px;
    }
    .expert-slide {
        flex-wrap: wrap;
    }
    .faq-list .h2 {
        margin-bottom: 28px;
    }
    .col-summaryicons,.post-card.col4 {
        width:50%;
        margin-bottom: 24px;
    }
    .content-apexx01detail {
        overflow: hidden;
    }
    .content-apexx01detail .apexx01detail-col {
        justify-content: flex-end;
        width:100%;
    }
    .content-apexx01detail .apexx01detail-col:nth-child(-n+3) {
        justify-content: flex-start;
    }
    .apexx01detail-usps {
        width: 54%;
        margin-top: 20px;
        position: relative;
        z-index: 2;
    }
    .apexx01-image figure,.apexx01-image {
        position: static;
    }
    .apexx01-image {
        transform: none;
    }
    .apexx01-image figure:after {
        display: none;
    }
    .apexx01-image figure img {
        position: absolute;
        z-index: 1;
        max-width: initial;
        max-height: 50%;
        width:auto;
    }
    .img-packet {
        margin-right: 0;
        right: 67%;
        top: 50%;
    }
    .img-bottole {
        margin-left: 0;
        z-index: 2;
        top: 2%;
        left: 67%;
    }

    .ingredient-page .col3 {
        width:33.3%;
    }

}
@media (max-width:767px){
    .display-desktop {
       display: none; 
    }
    .display-mobile {
       display: block; 
    }
    h1, .h1 {
        font-size: 35px;
        line-height: 1.25;
    }
    h2, .h2 {
        font-size: 30px;
        line-height: 1.25;
    }
    h3, .h3 {
        font-size: 25px;
        line-height: 1.25;
    }
    h4, .h4 {
        font-size: 23px;
    }
    h5, .h5 {
        font-size: 21px;
    }
    h6, .h6 {
        font-size: 18px;
    }
    .text-usp span,
    .col4 .text-usp span {
        font-size:14px;
    }
    blockquote, blockquote p {
        font-size: 18px;
        line-height: 1.2;
    }
    .btn, button, input[type="button"], input[type="reset"], input[type="submit"] {
        font-size: 16px;
        line-height: 1.5;
        padding: 10px 25px;
        min-width: 140px;
    }
    .below-banner-image {
        right: 0;
        max-width: 35%;
        bottom:-60px;
    }
    .banner-main {
        padding: 100px 0 50px;
    }
    .mobile-banner-intro {
        padding:40px 0 24px;
    }
    .mobile-banner-intro .btn {
        margin-bottom: 15px;
    }
    .banner-star {
        color:#000;
        justify-content: center;
    }
    .trustpilot-bottom img {
        max-height: 26px;
        width: auto;
    }
    .about-usp,
    .faq-block,
    .trustpilot-reviews,
    .product-standardorder,
    .ingredient-summary,
    .reviews-expert,
    .faq-list,
    .reviews-customers,
    .content-textimage .row,
    .content-ingredients,
    .content-summarycircles,
    .content-apexx01detail,
    .contact-2block,
    .content-summaryicons,
    .content-contact, 
    .singlepost,.postspage,
    .content-ingredients-v2 {
        padding:42px 0;
    }
    .about-usp .col3,.ingredient-page .col3 {
        width:50%;
    }
    .col6,.about-usp .col4,
    .about-usp .col6,
    .content-apexx01detail .col6,
    .mobile-banner-intro .btn,
    .contact-2block .col6,
    .contact-2block .col4,
    .contact-2block .col3,
    .content-contact .col6,
    .post-card.col4 {
        width:100%;
    }
    .at-title .h5,.faq-list .at-title .h5 {
        padding: 10px 20px 10px 0;
    }
    .at-title:after {
        font-size: 27px;
    }
    .cta-block,.cta2-block {
        margin: 20px 0;
    }
    .ingredient-summary .h2,
    .content-ingredients .section-header,
    .summarycircles-panel,
    .slider-single {
        margin-bottom: 30px;
    }
    .ingredient-summary .row,.content-summarycircles .row {
        display: block;
        margin:0;
        width: 100vw;
        position: relative;
        left: 50%;
        transform: translateX(-50%);
    }
    .ingredient-panel {
        margin-bottom: 0px;
        padding: 25px 25px 25px 52px;
        background: #fff;
    }
    .ingredient-panel:before {
        top:35px;
        left:15px;
    }
    .ingredient-panel:after {
        top:30px;
        left:15px;
    }
    .ingredient-summary .slick-slide > div > div {
        padding:0 10px;
    }
    .ingredient-summary .slick-dots li,
    .ingredient-summary .slick-dots li button,
    .reviews-expert .slick-dots li,
    .reviews-expert .slick-dots li button,
    .content-summarycircles .slick-dots li,
    .content-summarycircles .slick-dots li button {
        width: 14px !important;
        height: 14px !important;
    }
    .slide-m-dots ul {
        margin: 0;
        padding:0;
    }
    .slider-controls.d-flex {
        display: flex;
    }
    .slider-controls .slick-arrow {
        background-size: 14px;
    }
    .faq-list .h2 {
        margin-bottom: 10px;
    }
    .customers-images,
    .slick-dotted.slick-slider.expert-slider,
    .summarycircles-panel {
        margin-top: 44px;
    }
    .cta2-block .h2:before {
        width: 20px;
        height: 20px;
        margin-right: 6px;
        background: url(//apexx01.com/cdn/shop/t/3/assets/check-white.svg?v=122357851343218043971751364962) no-repeat center / 18px;
    }
    .cta2-block .h2 {
        font-size: 23px;
    }
    .cta2-block .subtitle {
        font-size: 18px;
    }
    .cta2-block p,
    .tab-item-left,
    .at-title .h5,.faq-list .at-title .h5 {
        font-size: 16px;
    }
    .tab-item-left {
        padding: 16px 20px 16px 0;
    }
    .content-ingredients .row {
        position: relative;
        overflow: hidden;
    }
    .tab-content.tab-content-col> div {
        position: absolute;
        top: 0;
        background: #fff;
        min-height: 100%;
        width: 100%;
        left: 0;
        padding: 0 15px;
        display: block !important;
        transform: translateX(105%);
        transition: .5s all ease-in-out;
    }
    .tab-content.tab-content-col> div.tab-contents.is-active {
        transform: translateX(0);
    }
    .tab-contents .back-btn {
        font-size: 18px;
        display: inline-flex;
        align-items: center;
        text-align: center;
        gap: 5px;
        font-weight:600;
        margin-bottom: 20px;
    }
    .tab-contents .back-btn:before {
        content: "";
        width: 20px;
        height: 20px;
        background: url(//apexx01.com/cdn/shop/t/3/assets/right-arrow.svg?v=114166426616545902391751364956) no-repeat center / 22px auto;
        transform: scale(-1);
    }
    .product-detailsorder .slider-nav {
        display: none;
    }
    .product-standardorder .banner-star {
        justify-content: flex-start;
    }
    .customers-images .slick-list{
        padding-right:90px;
    }
    .expert-slider .review-des {
        margin-bottom: 15px;
        font-size: 16px;
    }
    .summarycircles-panel img {
        max-width: 174px;
    }
    .col-faq-image img {
        right: -100px;
    }
    .faq-list,.col-ctext {
        padding-bottom: 20px;
    }
    .accordion-faq {
        margin: 0px auto 28px;
    }
    .contact-2block .col-left {
        order:1;
    }.contact-2block .col-right {
        order:3;
    }
    .contact-2block .col12 {
        order:2;
    }
    .text-quote {
        margin: 10px auto;
    }
    .ingredient-summary .slick-track{
        display: flex !important;
    }
    .ingredient-summary .slick-slide{
        height: inherit !important;
    }
    .ingredient-summary .slick-slide > div,
    .ingredient-summary .slick-slide div.col6,
    .ingredient-panel {
        height:100%;
    }
    .ingredient-summary .slider-controls.d-flex {
        margin-top:50px;
    }
    .apexx01detail-usps .h6 span {
        font-size: 16px;
    }
    .apexx01detail-usps {
        margin-top:10px;
    }
    .tab-item2 {
        font-size: 14px;
        min-width: 100%;
        flex: 1;
        padding: 5px 30px;
        border-radius: 0;
        border: none;
    }
    .button-toggle-list {
        font-size: 14px;
        min-width: 100%;
        flex: 1;
        padding: 5px 30px;
        background: #fff;
        display: block;
        position: relative;
        border: 1px solid #000000;
        border-radius: 16px;
        text-align: center;
    }
    .button-toggle-list.active {
        border-radius: 16px 16px 0 0;
    }
    .button-toggle-list:after {
        content:"";
        background: #FF9900 url(//apexx01.com/cdn/shop/t/3/assets/left.svg?v=62315877122283257081751364954) no-repeat center / 8px auto;
        width: 20px;
        height: 20px;
        position: absolute;
        right:5px;
        top:5px;
        border-radius: 50%;
        transform: rotate(-90deg);
    }
    .tab-list2 {
        padding: 0;
        border: 1px solid #000;
        border-radius: 0 0 16px 16px;
        display: none;
        position: absolute;
        background: #fff;
        width: calc(100% - 30px);
        left: 15px;
        top: 81px;
        border-top: 0;
        overflow-y: auto;
        max-height: calc(100% - 118px);
        z-index: 2;
    }
    .tab-list2.active {
        display: block;
    }
    .tab-contents:not(.is-show) {
        display: none;
    }
    .tab-contents.is-show {
        display: block;
    }
    .tab-content-col .tab-content {
        margin-top:30px;
    }
    .blog-back:before {
        background: #FF9900 url(//apexx01.com/cdn/shop/t/3/assets/left.svg?v=62315877122283257081751364954) no-repeat center / 8px auto;
        width: 20px;
        height: 20px;
        margin-right: 0;
    }
    .blog-back {
        margin-bottom: 20px;
    }
    .purchese-option .popular {
        padding: 5px 10px;
        font-size: 12px;
        top: -15px;
        right: 15px;
    }
    .apexx01detail-usps {
        width: 64%;
    }
    .img-packet {
        right: 67%;
        top: 51%;
    }
    .img-bottole {
        top: 2%;
        left: 67%;
    }
    .content-ingredients-v2 .button-toggle-list {
        min-width: 0;
        margin: 0 auto 30px;
        /*flex: 0 0 80%;*/
    }
    .v2-tab {
        position: relative;
    }
    .v2-tab .tab-list2 {
        top:32px;
    }

}
@media (max-width:480px) {
    .col-faq-image img {
        right: -150px;
    }
    .below-plist .p-points li {
        font-size: 14px;
    }
    .ingredient-page .col3 {
        width:100%;
    }
    /*.content-ingredients-v2 .button-toggle-list {
        flex: 0 0 95%;
    }*/
}
@media only screen and (max-width: 641px) {
    .gform_wrapper.gravity-theme input:not([type=radio]):not([type=checkbox]):not([type=image]):not([type=file]) {
        line-height: 1.4 !important;
    }
}

.cnt-center {
    margin-left: auto;
    margin-right:auto;
}

/** Additions by Mitchell - Needed for Additions to website */
/** Whats App logo **/
.whatsapp-float {
    position: fixed;
    width: 45px;
    height: 45px;
    bottom: 15px;
    left: 15px;
    background-color: #25d366;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    transition: all 0.3s ease;
}

.whatsapp-float:hover {
    background-color: #128C7E;
}

.whatsapp-float svg {
    width: 36px;
    height: 36px;
}

/** Additions **/

.dashboard-link input {
    width: 100%;
    font-size: 15px;
    margin-bottom: 0;
    margin-top: 0;
    padding: 8px;
    box-sizing: border-box;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

.dashboard-block {
    padding: 70px 0;
}
.dashboard-block h2{
    margin-bottom: 40px;
}
.min-100 {
    min-width: 100px;
}
.min-150 {
    min-width: 150px;
}

.btn-white {
    font-size: 16px;
    color: #404040;
    max-width: max-content;
    background-color: #ffffff !important;
    margin-top: 30px !important;
}

.btn-wh {
    border-radius: 100px;
    padding: 12px 24px;
    text-transform: capitalize;
    font-size: 13px;
    font-weight: 600;
    line-height: 24px;
    color: #404040;
    display: flex;
    justify-content: center;
    max-width: 245px;
    margin: auto;
    align-items: center;
    transition: transform 2s;
    background-color: #ffffff !important;
    border: 1px solid #404040;
}

.btn-flex {
    display: inline-flex;
    padding: 6px 12px;
    margin-right: 5px;
}

.h4-small {
    font-size: 18px;
    min-height: 20px !important;
}
.x-small {
    font-size: 11px;
    min-height: 20px !important;
}
.h4-small span{
    color: darkgreen;
}


@media (max-width: 1024px) {
    .service-block .row-5>.col-lg-3 {
        flex: 0 0 auto;
        width: 33.33%;
    }
}
@media (max-width: 992px) {
    .service-block .row-5>.col-lg-3 {
        flex: 0 0 auto;
        width: 50%;
    }
}
@media (max-width: 768px) {
    .service-block .row-5>.col-lg-3 {
        flex: 0 0 auto;
        width: 100%;
    }
}

.no-margin-b { margin-bottom: 0 !important; }
.no-margin-t { margin-top: 0 !important; }

.show {
    visibility: visible !important;
}

.no-space-top {
    margin-top: 0px !important; padding-top: 0px;
}

.no-space-bottom {
    margin-bottom: 0px; padding-bottom: 0px;
}
html#ecwid_html body#ecwid_body .contact-2block .ecwid .ec-store .ec-footer .ec-footer__link,
body .account-row .ec-link.link--icon-top {
    color: #000 !important;
}
html#ecwid_html body#ecwid_body .contact-2block .ecwid .ec-store .ec-footer .ec-footer__link .svg-icon svg,
body .account-row .ec-link.link--icon-top .svg-icon svg {
    width: 24px;
}

/*body .account-row .ec-footer__row {
    border-top: 1px solid #000;
    padding-top: 28px !important;
}
body .account-row .ec-link.link--icon-top {
    display: inline-block;
    color: #000;
    font-size: 16px;
    font-weight: 600;
}*/
@media (max-width:767px) {
    body .account-row .ec-footer__row {
        flex-wrap: wrap;
    }
    
    .btn-group {
        display: block;
        text-align: center;
    }
    
    .btn-group .btn:first-child {
        margin-bottom: 15px;
    }
}

/** additions by Mitchell **/
.gfield_password_strength {
    font-size: 14px;
}

.ec-minicart {
    display: none !important;
}

 .btn:disabled {
     background-color: #ff9900;
     border-color: #ff9900;
     color: #ffffff;
     opacity: 1;
     cursor: not-allowed;
 }

 .btn:disabled .fa-spinner {
     margin-right: 8px;
 }

/* === GIFT CARD STYLES === */
.gift-card-main {
    text-align: center;
}

.gift-card-main img {
    display: unset;
}

/* === HERO BANNER STYLES - FROM WORDPRESS === */
/* Banner Main - Original WordPress styling */
.banner-main-wrapper {
    width: 100% !important;
    max-width: none !important;
    margin-top: 0;
    padding-top: 0;
}

.banner-main {
    position: relative;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    padding: 220px 0 100px;
    width: 100% !important;
    max-width: none !important;
}

.banner-main .inner {
    position: relative;
    z-index: 4;
    max-width: 68%; 
}

.banner-main:after {
    content: "";
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: linear-gradient(270deg, rgba(0, 0, 0, 0) 5.56%, rgba(0, 0, 0, 0) 35.69%, rgba(0, 0, 0, 0.7) 99%);
}

.banner-main .h1, 
.banner-main p,
.banner-star {
    color: #fff;
}

.banner-main p {
    font-size: 18px;
    line-height: 1.6;
}

.banner-star {
    font-size: 9px;
    font-weight: 400;
    line-height: 14px;
    gap: 10px;
    padding-bottom: 5px;
}

video#bannervideo {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Mobile banner intro */
.mobile-banner-intro {
    padding: 40px 0 24px;
}

.mobile-banner-intro .btn {
    margin-bottom: 15px;
}

/* Mobile styles - banner specific only */
@media (max-width: 767px) {
    .banner-main {
        padding: 100px 0 50px;
    }
    
    .banner-star {
        color: #000;
        justify-content: center;
    }
}

@media (min-width: 768px) {
    .banner-main .btn:hover {
        border-color: #fff;
        color: #fff;
    }
    
    .banner-main .btn:hover:after {
        -webkit-filter: invert(0);
        filter: invert(0);
    }
}

/* Override any fixed header spacing issues */
@media screen {
    .shopify-section--hero-banner-section {
        margin-top: 0 !important;
    }
}

/* === SHOPIFY HEADER FIXES - DO NOT REMOVE === */
/* Full width header fixes for Shopify */
.shopify-section--header {
    display: block !important;
    grid-template-columns: none !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
}

.shopify-section--header > * {
    grid-column: auto !important;
    width: 100% !important;
}

/* Header full width override */
.header-wrap {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    width: 100% !important;
    z-index: 999 !important;
    margin: 0 !important;
    padding: 0 !important;
    background: #fff !important;
}

/* WordPress spacing for scrolled header */
.header-wrap.scrolled {
    padding-bottom: 14px !important;
}

/* Topbar full width with WordPress spacing */
.header-topbar {
    width: 100% !important;
    margin: 0 0 14px 0 !important;
    padding: 10px 0 !important;
    background: #ff9900 !important;
    color: #fff !important;
}

/* Remove any body/html margins that might affect header */
body {
    margin: 0 !important;
    padding: 0 !important;
}

/* Content wrap positioning below fixed header */
#content-wrap {
    position: relative;
    z-index: 1;
}

/* === FOOTER SHOPIFY OVERRIDES === */
/* Ensure footer spans full width in Shopify */
.shopify-section--footer,
.footer-section {
    display: block !important;
    grid-template-columns: none !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
}

.shopify-section--footer > *,
.footer-section > * {
    grid-column: auto !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
}

/* Override Shopify's default section spacing for footer */
.shopify-section--footer .full-width {
    grid-column: 1 / -1 !important;
}


/* Note: FontAwesome classes (.fab, .fa-brands) are handled by all.min.css - DO NOT OVERRIDE */

/* === WORDPRESS FOOTER PADDING OVERRIDE === */
/* Ensure exact WordPress padding is applied */
#footer-wrap {
    width: 100% !important;
    padding-top: 66px !important;
    padding-bottom: 32px !important;
    background-color: #121212 !important;
    overflow: hidden !important;
}

/* === CSS MOVED FROM SECTIONS AND SNIPPETS TO FOLLOW SHOPIFY STANDARDS === */

/* Collections Grid Styles - moved from sections/collections.liquid */
.collections {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(min(var(--collection-card-size), 100%), 1fr));
    gap: var(--grid-gap);
}
.collections--compact {
    --collection-card-size: 160px;
}
.collections--full {
    --collection-card-size: 280px;
}
.collection-card {
    display: flex;
    flex-direction: column;
    width: 100%;
}

/* Custom Section Styles - moved from sections/custom-section.liquid */
.custom-section {
    position: relative;
    overflow: hidden;
    width: 100%;
}
.custom-section__background {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -1;
    overflow: hidden;
}
.custom-section__background img {
    position: absolute;
    width: 100%;
    height: auto;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.custom-section__content {
    display: grid;
    grid-template-columns: var(--content-grid);
}
.custom-section__content > * {
    grid-column: 2;
}

/* Image Snippet Styles - moved from snippets/image.liquid */
.image {
    display: block;
    position: relative;
    overflow: hidden;
    width: 100%;
    height: auto;
}
.image > img {
    width: 100%;
    height: auto;
}

/* Text Alignment Utility Classes - for Content Standard block */
.text-left {
    text-align: left !important;
}
.text-center {
    text-align: center !important;
}
.text-right {
    text-align: right !important;
}

/* === SINGLEPOST / BLOG ARTICLE STYLES === */
/* Styles for single blog post page matching WordPress template */
.singlepost {
    padding: 40px 0;
}

.singlepost .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.blog-back {
    display: inline-flex;
    margin-bottom: 30px;
    font-size: 16px;
    color: #000;
    background: transparent;
    border: 1px solid #000;
    border-radius: 8px;
    padding: 12px 24px;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
}

.blog-back:hover {
    background: #000;
    color: #fff;
}

.singlepost .featured-image {
    margin: 0 0 40px 0;
    border-radius: 8px;
    overflow: hidden;
}

.singlepost .featured-image img {
    width: 100%;
    height: auto;
    display: block;
}

.singlepost .the-content {
    max-width: 800px;
    margin: 0 auto;
}

.singlepost .the-content h1,
.singlepost .the-content .h2 {
    font-size: 46px;
    line-height: 1.2;
    margin-bottom: 30px;
    color: #000;
    font-weight: 600;
}

.singlepost .the-content p {
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 24px;
    color: #333;
}

.singlepost .the-content h2 {
    font-size: 36px;
    margin: 40px 0 20px 0;
}

.singlepost .the-content h3 {
    font-size: 28px;
    margin: 30px 0 15px 0;
}

.singlepost .the-content ul,
.singlepost .the-content ol {
    margin: 0 0 24px 0;
    padding-left: 20px;
}

.singlepost .the-content li {
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 8px;
}

.singlepost .the-content img {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
    margin: 20px 0;
}

/* Comments Section */
#comments {
    margin-top: 60px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

#comments h2 {
    font-size: 32px;
    margin-bottom: 30px;
    color: #000;
}

.comment {
    background: #f8f9fa;
    border-radius: 8px;
    padding: 20px;
    margin-bottom: 20px;
}

.comment-meta {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
    border-bottom: 1px solid #e9ecef;
    padding-bottom: 10px;
}

.comment-author {
    font-weight: 600;
    color: #000;
    margin: 0;
}

.comment-date {
    color: #6c757d;
    font-size: 14px;
    margin: 0;
}

.comment-content {
    color: #333;
    line-height: 1.6;
}

/* Comment Form */
.comment-form {
    margin-top: 40px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    background: #f8f9fa;
    padding: 30px;
    border-radius: 8px;
}

.comment-form h2 {
    font-size: 28px;
    margin-bottom: 25px;
    color: #000;
}

.comment-form .form-group {
    margin-bottom: 20px;
}

.comment-form label {
    display: block;
    margin-bottom: 8px;
    font-weight: 600;
    color: #000;
}

.comment-form input,
.comment-form textarea {
    width: 100%;
    padding: 12px 16px;
    border: 1px solid #ccc;
    border-radius: 8px;
    font-size: 16px;
    background: #fff;
}

.comment-form textarea {
    min-height: 120px;
    resize: vertical;
}

.comment-form .btn {
    background: #000;
    color: #fff;
    border: none;
    padding: 12px 30px;
    border-radius: 8px;
    font-size: 16px;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
}

.comment-form .btn:hover {
    background: #333;
}

/* Mobile responsive styles */
@media (max-width: 768px) {
    .singlepost .container {
        padding: 0 15px;
    }
    
    .singlepost .the-content h1,
    .singlepost .the-content .h2 {
        font-size: 32px;
    }
    
    .singlepost .the-content h2 {
        font-size: 26px;
    }
    
    .singlepost .the-content h3 {
        font-size: 22px;
    }
    
    .comment-form {
        padding: 20px;
    }
}

/* === BLOG OVERVIEW / POSTSPAGE STYLES === */
/* Styles for blog listing page matching WordPress template */
.postspage {
    padding: 40px 0;
}

.postspage .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

/* Blog Header */
.blog-header {
    margin-bottom: 40px;
    padding-bottom: 20px;
    border-bottom: 1px solid #e9ecef;
}

.blog-header h1,
.blog-header .h2 {
    font-size: 46px;
    line-height: 1.2;
    margin: 0;
    color: #000;
    font-weight: 600;
}

/* Category Menu */
.menu-cat {
    position: relative;
}

.cat-toggle {
    display: inline-flex;
    align-items: center;
    padding: 12px 20px;
    background: #f8f9fa;
    border: 1px solid #dee2e6;
    border-radius: 8px;
    color: #000;
    text-decoration: none;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
}

.cat-toggle:hover {
    background: #000;
    color: #fff;
    border-color: #000;
}

.cat-toggle:after {
    content: '\f0d7';
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    margin-left: 8px;
    transition: transform 0.2s ease-in-out;
}

.menu-cat:hover .cat-toggle:after {
    transform: rotate(180deg);
}

.category-menu {
    position: absolute;
    top: 100%;
    right: 0;
    background: #fff;
    border: 1px solid #dee2e6;
    border-radius: 8px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    min-width: 200px;
    z-index: 10;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
    transition: all 0.2s ease-in-out;
    list-style: none;
    margin: 0;
    padding: 8px 0;
}

.menu-cat:hover .category-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.category-menu li {
    margin: 0;
}

.category-menu a {
    display: block;
    padding: 10px 20px;
    color: #333;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
}

.category-menu a:hover,
.category-menu li.active a {
    background: #f8f9fa;
    color: #000;
}

/* Posts Grid */
.row.ajax-posts {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px 40px -15px;
}

/* Post Cards */
.col4.post-card {
    width: calc(33.333% - 30px);
    margin: 0 15px 30px 15px;
    background: transparent;
    border-radius: 0;
    overflow: visible;
    transition: all 0.3s ease-in-out;
    box-shadow: none;
}

.col4.post-card:hover {
    transform: translateY(-2px);
}

.post-card figure {
    margin: 0 0 15px 0;
    overflow: hidden;
    border-radius: 8px;
    position: relative;
}

.post-card figure a {
    display: block;
    position: relative;
}

.post-card figure img,
.post-card .placeholder-image {
    width: 100%;
    height: 200px;
    object-fit: cover;
    transition: transform 0.3s ease-in-out;
    border-radius: 8px;
}

.post-card:hover figure img {
    transform: scale(1.02);
}

.post-card .placeholder-image {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f8f9fa;
}

.post-card h3,
.post-card .h6 {
    padding: 0;
    margin: 0 0 10px 0;
    font-size: 16px;
    line-height: 1.3;
    font-weight: 600;
}

.post-card h3 a {
    color: #000;
    text-decoration: none;
    transition: color 0.2s ease-in-out;
}

.post-card h3 a:hover {
    color: #666;
}

/* Post Meta */
.post-meta {
    padding: 0;
    margin-bottom: 10px;
    gap: 10px;
}

.post-meta .date {
    color: #6c757d;
    font-size: 12px;
    font-weight: 400;
}

.post-meta .post-categories {
    background: #ff9900;
    color: #000;
    padding: 2px 8px;
    border-radius: 12px;
    font-size: 11px;
    font-weight: 600;
    text-transform: capitalize;
    letter-spacing: 0;
}

/* Post Content */
.post-card .the-content {
    padding: 0;
}

.post-card .the-content p {
    color: #666;
    font-size: 13px;
    line-height: 1.4;
    margin: 0;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/* Error/Empty State */
.post.error {
    width: 100%;
    text-align: center;
    padding: 60px 20px;
    margin: 0 15px;
}

.post.error .404 {
    font-size: 24px;
    color: #666;
    margin: 0;
}

/* Utility Classes for Layout */
.d-flex {
    display: flex;
}

.align-center {
    align-items: center;
}

.justify-between {
    justify-content: space-between;
}

/* Responsive Design */
@media (max-width: 1024px) {
    .col4.post-card {
        width: calc(50% - 30px);
    }
}

@media (max-width: 768px) {
    .postspage .container {
        padding: 0 15px;
    }
    
    .blog-header {
        flex-direction: column;
        align-items: flex-start !important;
        gap: 20px;
    }
    
    .blog-header h1,
    .blog-header .h2 {
        font-size: 32px;
    }
    
    .col4.post-card {
        width: calc(50% - 30px);
    }
    
    .category-menu {
        right: auto;
        left: 0;
    }
}

@media (max-width: 480px) {
    .row.ajax-posts {
        margin: 0 -10px 40px -10px;
    }
    
    .col4.post-card {
        width: calc(100% - 20px);
        margin: 0 10px 20px 10px;
    }
    
    .post-card h3,
    .post-card .h6 {
        font-size: 16px;
    }
    
    .post-meta {
        flex-direction: column;
        align-items: flex-start !important;
        gap: 8px;
    }
}

/* Cart count badge styling - alleen voor het cijfer */
.cart a {
    position: relative;
    display: inline-block;
}

.cart-count {
    position: absolute;
    top: -8px;
    right: -8px;
    background-color: #ff9900;
    color: #ffffff;
    font-size: 12px;
    font-weight: 600;
    line-height: 1;
    min-width: 20px;
    height: 20px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 6px;
    z-index: 10;
    border: 2px solid #ffffff;
}

@media (max-width:1023px) {
    .cart-count {
        position: relative;
        right: auto;
        top: auto;
        margin-left: 8px;
    }
}

/* Customer Account Pages Styling */
.customer-register,
.customer-login {
    padding: 60px 0;
}

.customer-register.no-margin-b,
.customer-login.no-margin-b {
    margin-bottom: 0;
}

/* Register Page Specific Styling */
.register-title {
    color: #343a40;
    font-size: 2.5rem;
    margin-bottom: 1rem;
    text-align: center;
}

.register-intro {
    font-size: 1.1rem;
    color: #666;
    margin-bottom: 2rem;
}

.register-form-container {
    width: 100%;
}

.register-form {
    width: 100%;
}

.register-field {
    margin-bottom: 1.5rem;
}

.register-label {
    display: block;
    text-align: left;
    margin-top: 8px;
    margin-bottom: 0;
    font-weight: 600;
    color: #333;
}

.register-input {
    width: 100%;
    padding: 12px 16px;
    border: 2px solid #e1e1e1;
    border-radius: 6px;
    font-size: 1rem;
    transition: border-color 0.3s ease;
}

.register-input:focus {
    outline: none;
    border-color: #007bff;
}

.register-input.error {
    border-color: #dc3545;
}

.register-actions {
    text-align: center;
    margin-top: 30px;
}

/* Register button inherits default button styling - no custom colors needed */

.register-errors {
    background: #f8d7da;
    color: #721c24;
    padding: 1rem;
    border-radius: 6px;
    margin-bottom: 1.5rem;
    border: 1px solid #f5c6cb;
}

.register-errors ul {
    margin: 0;
    padding-left: 1.5rem;
}

.register-links {
    text-align: center;
    margin-bottom: 50px;
    padding-top: 1.5rem;
}

.register-links p {
    margin: 0.5rem 0;
}

/* Register link inherits default link styling - no custom colors needed */

/* Login page styles */
.customer-login {
    padding: 60px 0;
}

.login-title {
    color: #343a40;
    font-size: 2.5rem;
    margin-bottom: 1rem;
    text-align: center;
}

.login-intro {
    color: #666;
    font-size: 1.1rem;
    text-align: center;
    margin-bottom: 2rem;
}

.login-form-container {
    background: #fff;
    border-radius: 8px;
    padding: 40px;
    margin: 0 auto;
    max-width: 400px;
}

.login-field {
    margin-bottom: 1.5rem;
}

.login-label {
    display: block;
    margin-top: 8px;
    margin-bottom: 0.5rem;
    color: #495057;
    font-weight: 600;
    font-size: 0.9rem;
}

.login-input {
    width: 100%;
    padding: 12px 16px;
    border: 2px solid #e1e1e1;
    border-radius: 6px;
    font-size: 1rem;
    transition: border-color 0.3s ease;
}

.login-input:focus {
    outline: none;
    border-color: #007bff;
}

.login-input.error {
    border-color: #dc3545;
}

.login-actions {
    text-align: center;
    margin-top: 30px;
}

.login-errors {
    background: #f8d7da;
    color: #721c24;
    padding: 1rem;
    border-radius: 6px;
    margin-bottom: 1.5rem;
    border: 1px solid #f5c6cb;
}

.login-errors ul {
    margin: 0;
    padding-left: 1.5rem;
}

.login-links {
    text-align: center;
    margin-bottom: 50px;
    padding-top: 1.5rem;
}

.login-links p {
    margin: 0.5rem 0;
}

/* Password recovery form */


.login-success {
    background: #d4edda;
    color: #155724;
    padding: 1rem;
    border-radius: 6px;
    margin-bottom: 1rem;
    border: 1px solid #c3e6cb;
}

/* Account page styles */
.customer-account {
    padding: 60px 0;
}

.account-title {
    color: #343a40;
    font-size: 2.5rem;
    margin-bottom: 1rem;
    text-align: center;
}

.account-header {
    margin-bottom: 25px;
}

.account-welcome {
    color: #666;
    font-size: 1.1rem;
    text-align: center;
    margin-bottom: 2rem;
}

.account-nav {
    background: #f8f9fa;
    border-radius: 8px;
    padding: 30px;
    margin-bottom: 30px;
}

.account-nav-title {
    color: #343a40;
    font-size: 1.5rem;
    margin-bottom: 1.5rem;
}

.account-nav-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.account-nav-item {
    margin-bottom: 10px;
}

.account-nav-link {
    display: block;
    padding: 12px 16px;
    color: #495057;
    text-decoration: none;
    border-radius: 6px;
    transition: background-color 0.3s ease;
}

.account-nav-link:hover,
.account-nav-link.active {
    background-color: #fff;
    color: #f1c40f;
    font-weight: bold;
}

.account-details,
.recent-orders {
    background: #f8f9fa;
    border-radius: 8px;
    padding: 30px;
    margin-bottom: 30px;
}

.account-section-title {
    color: #343a40;
    font-size: 1.5rem;
    margin-bottom: 1.5rem;
}

.customer-info {
    margin-bottom: 2rem;
}

.info-item {
    display: flex;
    margin-bottom: 1rem;
    align-items: center;
}

.info-label {
    font-weight: 600;
    color: #495057;
    min-width: 80px;
    margin-right: 10px;
}

.info-value {
    color: #343a40;
}

.account-actions {
    text-align: center;
}

.account-table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 1rem;
}

.table-header {
    background: #e9ecef;
    padding: 12px;
    text-align: left;
    font-weight: 600;
    color: #495057;
    border: 1px solid #dee2e6;
}

.table-row:nth-child(even) {
    background: #f8f9fa;
}

.table-cell {
    padding: 12px;
    border: 1px solid #dee2e6;
    color: #495057;
}

.order-link,
.view-link {
    color: #007bff;
    text-decoration: none;
}

.order-link:hover,
.view-link:hover {
    text-decoration: underline;
}

.all-orders-link {
    text-align: center;
    margin-top: 1rem;
}

.no-orders {
    text-align: center;
    padding: 2rem;
}

.no-orders-text {
    color: #666;
    font-size: 1.1rem;
    margin-bottom: 1.5rem;
}

/* Addresses page styles */
.customer-addresses {
    padding: 60px 0;
}

.addresses-title {
    color: #343a40;
    font-size: 2.5rem;
    margin-bottom: 1rem;
    text-align: center;
}

.addresses-header {
    margin-bottom: 25px;
}

.addresses-actions {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
    padding: 20px;
    background: #f8f9fa;
    border-radius: 8px;
}

.address-form-container {
    background: #f8f9fa;
    border-radius: 8px;
    padding: 30px;
    margin-bottom: 30px;
}

.form-title {
    color: #343a40;
    font-size: 1.8rem;
    margin-bottom: 1.5rem;
    text-align: center;
}

.address-field {
    margin-bottom: 1.5rem;
    padding: 0 15px;
}

.form-row {
    display: flex;
    gap: 0;
}

.form-row .address-field {
    flex: 1;
    padding: 0 15px;
}

.address-label {
    display: block;
    margin-top: 8px;
    margin-bottom: 0.5rem;
    color: #495057;
    font-weight: 600;
    font-size: 0.9rem;
}

.address-input,
.address-select {
    width: 100%;
    padding: 12px 16px;
    border: 2px solid #e1e1e1;
    border-radius: 6px;
    font-size: 1rem;
    transition: border-color 0.3s ease;
}

.address-input:focus,
.address-select:focus {
    outline: none;
    border-color: #007bff;
}

.checkbox-field {
    display: flex;
    align-items: center;
    margin-bottom: 1.5rem;
}

.address-checkbox {
    width: auto;
    margin-right: 10px;
}

.checkbox-label {
    margin: 0;
    font-weight: normal;
    color: #495057;
}

.address-actions {
    text-align: center;
    margin-top: 30px;
}

.address-errors {
    background: #f8d7da;
    color: #721c24;
    padding: 1rem;
    border-radius: 6px;
    margin-bottom: 1.5rem;
    border: 1px solid #f5c6cb;
}

.address-errors ul {
    margin: 0;
    padding-left: 1.5rem;
}

.addresses-list {
    margin-top: 30px;
}

.address-card {
    background: #f8f9fa;
    border-radius: 8px;
    padding: 25px;
    margin-bottom: 20px;
    position: relative;
}

.address-card.default-address {
    border: 2px solid #f1c40f;
}

.default-badge {
    position: absolute;
    top: 10px;
    right: 10px;
    background: #f1c40f;
    color: #fff;
    padding: 4px 8px;
    border-radius: 4px;
    font-size: 0.8rem;
    font-weight: bold;
}

.address-info {
    margin-bottom: 1.5rem;
}

.address-info p {
    margin-bottom: 0.5rem;
    color: #495057;
}

.address-card .address-actions {
    text-align: left;
    margin-top: 0;
}

.address-card .address-actions .btn {
    margin-right: 10px;
    margin-bottom: 10px;
}

.no-addresses {
    text-align: center;
    padding: 3rem;
    background: #f8f9fa;
    border-radius: 8px;
}

.no-addresses-text {
    color: #666;
    font-size: 1.1rem;
}

/* Subscription page styles */
.customer-subscription {
    padding: 60px 0;
}

.subscription-title {
    color: #343a40;
    font-size: 2.5rem;
    margin-bottom: 1rem;
    text-align: center;
}

.subscription-header {
    margin-bottom: 25px;
}

.subscription-details,
.subscription-form-section {
    background: #f8f9fa;
    border-radius: 8px;
    padding: 30px;
    margin-bottom: 30px;
}

.subscription-info {
    margin-bottom: 2rem;
}

.next-delivery {
    color: #666;
    font-size: 1.1rem;
    margin: 0;
}

.subscription-form {
    max-width: 500px;
}

.form-field {
    margin-bottom: 1.5rem;
}

.form-label {
    display: block;
    margin-top: 8px;
    margin-bottom: 0.5rem;
    color: #495057;
    font-weight: 600;
    font-size: 0.9rem;
}

.form-input,
.form-select {
    width: 100%;
    padding: 12px 16px;
    border: 2px solid #e1e1e1;
    border-radius: 6px;
    font-size: 1rem;
    transition: border-color 0.3s ease;
}

.form-input:focus,
.form-select:focus {
    outline: none;
    border-color: #007bff;
}

.form-actions {
    text-align: center;
    margin-top: 30px;
}

/* Responsive */
@media (max-width: 991px) {
    .customer-register .col4,
    .customer-login .col4 {
        width: 66.66%;
    }
    
    .customer-account .col4,
    .customer-account .col8,
    .customer-subscription .col4,
    .customer-subscription .col8,
    .customer-addresses .col4,
    .customer-addresses .col8 {
        width: 100%;
    }
    
    .account-nav,
    .account-details,
    .recent-orders,
    .subscription-details,
    .subscription-form-section {
        margin-bottom: 20px;
    }
    
    .addresses-actions {
        flex-direction: column;
        gap: 15px;
    }
    
    .customer-addresses .col6 {
        width: 100%;
    }
    
    .form-row {
        flex-direction: column;
    }
}

/* Collection page styles */
.collection-page {
    padding: 60px 0;
}

.collection-title {
    color: #343a40;
    font-size: 2.5rem;
    margin-bottom: 1rem;
    text-align: center;
}

.collection-header {
    margin-bottom: 25px;
}

.collection-description {
    color: #666;
    font-size: 1.1rem;
    text-align: center;
    margin-bottom: 2rem;
}

.collection-products {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 30px;
    margin-bottom: 30px;
}

.collection-product {
    background: #f8f9fa;
    border-radius: 8px;
    padding: 20px;
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.collection-product:hover {
    transform: translateY(-5px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.product-image {
    margin-bottom: 15px;
}

.collection-product__image {
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 6px;
    aspect-ratio: 1;
}

.product-title {
    margin-bottom: 10px;
}

.product-title a {
    color: #343a40;
    text-decoration: none;
    font-size: 1.1rem;
    font-weight: 600;
}

.product-title a:hover {
    color: #f1c40f;
}

.product-price {
    color: #f1c40f;
    font-size: 1.2rem;
    font-weight: bold;
    margin: 0;
}

.pagination-wrapper {
    grid-column: 1 / -1;
    text-align: center;
    margin-top: 30px;
}

@media (max-width: 768px) {
    .customer-register .col4,
    .customer-login .col4 {
        width: 100%;
    }
    
    .register-form-container,
    .login-form-container,
    #RecoverForm {
        padding: 30px 20px;
        margin: 0 20px;
    }
    
    .customer-register,
    .customer-login {
        padding: 40px 0;
    }
    
    .collection-products {
        grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
        gap: 20px;
    }
    
    .collection-product__image {
        height: auto;
        aspect-ratio: 1;
    }
}

html body #slidecarthq .footer .button {
  font-size: 18px;
  display: inline-flex
;
}
