/* 
 * =====================
 * ✅ Variables
 * =====================
 */
:root {
  --background: #FFF8F8;
  --maincolor: #1D0000;
  --border-radius: 4px;
  --a-width: 0.9ch;
}
/* 
 * =====================
 *  Homepage
 * =====================
 */
/*
//22. Feb 2025 Home page Hero Section - AI Will Get You More Customers. "A" is wrapped in a span so we can hover animate it
<h1 class="ai-hover-toggle-heading"><span>A</span>I Will Get You More Customers</h1>
TODO - iOS Safari A slightly higher baseline, so the "A" is not perfectly aligned.
*/
h1.ai-hover-toggle-heading {
  width: 100% !important;
  max-width: 800px!important;
  margin: auto;
  text-align: center;
}
h1.ai-hover-toggle-heading span {
  display: inline-block;
  transition: 0.8s all ease;
  overflow: hidden;
  width: 0;
  vertical-align: text-top;
  transform: translateY(0.055em);
}
h1.ai-hover-toggle-heading:hover span,
body:has(.sqs-block-button-element[href*="why-you-need-conversion-tracking"]:hover) h1.ai-hover-toggle-heading span {
  width: var(--a-width);
}
/* 
 * Feb 2025 Home page Hero Section - Version 2
 * "A" and "I Will Get You More Conversions" are in separate spans for independent animation
 */
h1.ai-hover-toggle-heading-two {
  width: 100% !important;
  max-width: 800px !important;
  margin: auto;
  text-align: center;
}
h1.ai-hover-toggle-heading-two span {
  background: var(--background);
}
h1.ai-hover-toggle-heading-two .a {
  margin-right: -38px;
  transition: all 0.8s ease;
}
h1.ai-hover-toggle-heading-two:hover .a,
body:has(.sqs-block-button-element[href*="why-you-need-conversion-tracking"]:hover) h1.ai-hover-toggle-heading-two .a {
  margin-right: 0;
}
/* 
 * =====================
 *  CUSTOM CSS CLASS GENERATOR (From code block e.g.  <div class="class-marker">hero-one big-text padding-40</div> -> section classes with JS)
 * =====================
 */
.class-marker {
  font-size: 9px;
  opacity: 0;
  transition: 0.3s all ease;
}
.page-section:hover .class-marker {
  opacity: 1;
}
/* 
 * =====================
 *  ✅General
 * =====================
 */
.image-block-wrapper,
pre code {
  box-shadow: 0px 0px 7px #1d00001e;
  border-radius: var(--border-radius) !important;
}
/*
pre code{
  border: 1px solid #F0F0F0;
  box-shadow: 0px 0px 7px #1d00001e;
  border-radius: var(--border-radius) !important;
  color: #2D3748 !important;
  font-size: 13px !important;
  line-height: 1.8 !important;
  background: #FAFAFA !important;
  &::before {
    content: '';
    display: block;
    height: 4px;
    width: 40px;
    background: var(--maincolor);
    opacity: 0.8;
    margin-bottom: 1rem;
    border-radius: 2px;
  }
}
*/
html {
  scroll-behavior: smooth;
}
/* 
 * =====================
 *  ✅ PRODUCTS - iFrame Demo Embeds
 * =====================
 */
iframe.squarespace-demo-embed-iframe {
  border: none;
  box-shadow: 0px 0px 11px #e6e6e6;
  min-height: 900px;
  width: 100%;
}
/* 
 * =====================
 *  MENU
 * =====================
 */
.header-display-desktop {
  align-items: flex-end !important;
}
.header-actions.header-actions--left {
  margin-bottom: 5px;
}
.products.collection-content-wrapper .nested-category-children::after {
  border: none !important;
}
/* 
 * =====================
 *  Squarespace e-commerce - We can remove these when switching to portfolio pages
 * =====================
 */
@media screen and (min-width: 768px) {
  .tweak-product-basic-item-content-alignment-top .ProductItem-details,
  .tweak-product-basic-item-gallery-design-stacked .ProductItem-details {
    padding-top: 0px !important;
    margin-top: -15px !important;
  }
}
.product-quantity-input {
  display: none !important;
}
body:not(.sqs-edit-mode) a[href^="#email"] {
  opacity: 0;
}
/* 
 * =====================
 *  BLOG - https://conversiontracking.io/blog
 * =====================
 */
.blog-basic-grid--container > div:has(a.image-wrapper) {
  display: none !important;
}
h1.blog-title {
  margin-bottom: 12px !important;
}
.blog-item-content-wrapper {
  max-width: 670px !important;
  margin: auto;
}
.tweak-blog-basic-grid-text-alignment-left .blog-basic-grid .blog-basic-grid--container .blog-more-link {
  font-weight: 600 !important;
}
.tweak-blog-basic-grid-text-alignment-left .blog-basic-grid .blog-basic-grid--container .blog-more-link:after {
  content: " →";
  display: inline;
  background: none;
  position: relative;
  top: 1.2px;
  left: 3px;
}
/* 
 * =====================
 * ✅ Squarespace 7.1 Nav hover effect, animated underline
 * =====================
 */
.header-nav-item > a {
  position: relative;
  display: inline-block;
  background-image: none !important;
  background-size: 0px !important;
}
.header-nav-item > a:after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  -ms-transform: scaleX(0);
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  width: 100%;
  height: 1px;
  background: #1f1f1f;
  transform-origin: center 0%;
  transition: transform 0.15s, -webkit-transform 0.15s;
}
.header-nav-item:hover a:after,
.header-nav-item.header-nav-item--active a:after {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
.product-item-gallery-carousel-control {
  display: none !important;
}
/*
🟢 HOMEPAGE MOBILE: LEFT ALIGNED WITH NO BR
*/
@media screen and (max-width: 767px) {
  section[data-section-id="636c21877023b25a01652fc5"] .image-block .sqs-block-alignment-wrapper,
  section[data-section-id="636f9151491fa5268dd30612"] .image-block .sqs-block-alignment-wrapper {
    justify-content: flex-start;
  }
  .homepage main#page p.sqsrte-large br,
  #collection-61b0a888d7856e0e6a492bb3 main#page p.sqsrte-large br,
  #collection-636f9151491fa5268dd30607 main#page p.sqsrte-large br {
    display: none;
  }
  .homepage main#page [style*="center"],
  #collection-61b0a888d7856e0e6a492bb3 main#page [style*="center"],
  #collection-636f9151491fa5268dd30607 main#page [style*="center"] {
    text-align: left !important;
  }
  .homepage main#page .christophe-animated-text,
  #collection-61b0a888d7856e0e6a492bb3 main#page .christophe-animated-text,
  #collection-636f9151491fa5268dd30607 main#page .christophe-animated-text {
    text-align: center !important;
  }
}
/* 
 * =====================
 * ❓  Large offset underlines for hyperlinks
 * =====================
 */
/*

// ❗️Edit the color (#000 = Black) and how much to fade it. 100% is full, 10% is very light – almost transparent
//@large-underline-color: fade(#fa7c89, 80%); //TODO: select THE coral hue HEX for tab-navigation, links etc;
@large-underline-color: #303030;
@large-underline-fill-percentage: 10%; 



main .html-block a{
 text-decoration:none !important;
    border-bottom-width: 0px !important;
    box-shadow: inset 0 0px 0 white, inset 0 -2.2px 0 @large-underline-color;

  }

  */
/* 
 * =====================
 * ✅ Squarespace e-com PRODUCT PAGINATION
 * =====================
 */
.ProductItem-next-prev-codeandtonic .codetonic-prev:before {
  content: '\2039\0020';
}
.ProductItem-next-prev-codeandtonic .codetonic-next:after {
  content: '\0020\203A';
}
.ProductItem-next-prev-codeandtonic .ProductItem-nav-pagination-separator:after {
  content: '\002F';
}
.products .item-pagination--prev-next {
  padding: 0 !important;
}
@media only screen and (max-width: 767px) {
  .ProductItem-nav {
    padding-bottom: 6px;
    justify-content: flex-end;
  }
}
/* 
 * =====================
 *  Squarespace e-commerce - Better product page layout - only  Pagination plugin 14.4.2022
 * =====================
 */
#item-61dc94d36c2a72345565ba96 .ProductItem-summary {
  flex-direction: column;
}
#item-61dc94d36c2a72345565ba96 .ProductItem-summary > .ProductItem-gallery {
  width: 100% !important;
}
#item-61dc94d36c2a72345565ba96 .ProductItem-summary .product-details,
#item-61dc94d36c2a72345565ba96 .ProductItem-summary .ProductItem-details {
  box-sizing: border-box;
  width: 100% !important;
  padding-left: 0 !important;
}
#item-61dc94d36c2a72345565ba96 .ProductItem-summary .product-details h1.ProductItem-details-title,
#item-61dc94d36c2a72345565ba96 .ProductItem-summary .ProductItem-details h1.ProductItem-details-title {
  display: block;
  font-size: 30px;
  width: 100% !important;
  max-width: 540px;
  margin: 0 auto 30px;
}
#item-61dc94d36c2a72345565ba96 .ProductItem-summary .product-details .ProductItem-details-checkout,
#item-61dc94d36c2a72345565ba96 .ProductItem-summary .ProductItem-details .ProductItem-details-checkout {
  max-width: 540px;
  margin: auto;
}
#item-61dc94d36c2a72345565ba96 .ProductItem-summary .product-details .ProductItem-details-checkout .product-price,
#item-61dc94d36c2a72345565ba96 .ProductItem-summary .ProductItem-details .ProductItem-details-checkout .product-price {
  font-size: inherit;
}
#item-61dc94d36c2a72345565ba96 .ProductItem-summary .product-details .ProductItem-details-checkout .ProductItem-details-excerpt,
#item-61dc94d36c2a72345565ba96 .ProductItem-summary .ProductItem-details .ProductItem-details-checkout .ProductItem-details-excerpt {
  text-align: left;
}
#item-61dc94d36c2a72345565ba96 .ProductItem-summary .product-details .ProductItem-details-checkout .sqs-add-to-cart-button-wrapper,
#item-61dc94d36c2a72345565ba96 .ProductItem-summary .ProductItem-details .ProductItem-details-checkout .sqs-add-to-cart-button-wrapper {
  max-width: 220px;
}
.sqs-tools-content-presets {
  width: 74vw !important;
  left: -18vw !important;
}
[data-section-id="62857fb0e724b979f4925936"] {
  box-sizing: border-box !important;
}
[data-section-id="62857fb0e724b979f4925936"] .content-wrapper {
  padding: 0 !important;
}
[data-section-id="62857fb0e724b979f4925936"] .content-wrapper .row {
  margin: 0 !important;
}
[data-section-id="62857fb0e724b979f4925936"] .content-wrapper .row .sqs-block {
  padding: 15px 0;
}
/*------------------------------------*\

Full-Width Blocks 5.0 by codeandtonic.com

 🧊🧊🧊🧊🧊🧊🧊🧊🧊🧊🧊🧊🧊🧊🧊🧊
 🧊🧊🧊🧊🧊🧊🧊🧊🧊🧊🧊🧊🧊🧊🧊🧊
 🧊🧊🧊🧊🧊🧊🧊🧊🧊🧊🧊🧊🧊🧊🧊🧊
  
\*------------------------------------*/
:root {
  --scrollbarwidth: 0px;
}
#block-yui_3_17_2_1_1653768366032_10873,
#block-yui_3_17_2_1_1653767782373_11168,
#block-yui_3_17_2_1_1666555439287_9920 {
  box-sizing: border-box !important;
  padding-left: 0px !important;
  padding-right: 0px !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  overflow: hidden;
  width: calc( 100vw - var(--scrollbarwidth) );
  left: calc(-50vw + 50% + (var(--scrollbarwidth) /2));
}
#block-yui_3_17_2_1_1653768366032_10873 .intrinsic,
#block-yui_3_17_2_1_1653767782373_11168 .intrinsic,
#block-yui_3_17_2_1_1666555439287_9920 .intrinsic {
  max-width: unset !important;
}
@media only screen and (min-width: 1200px) {
  #block-yui_3_17_2_1_1653768366032_10873,
  #block-yui_3_17_2_1_1653767782373_11168,
  #block-yui_3_17_2_1_1666555439287_9920 {
    left: calc(-50vw + 50% + ((100vw - 1200px ) /2 ) + (var(--scrollbarwidth) /2));
    width: calc(min(calc(100vw ), 1200px) - var(--scrollbarwidth));
  }
}
body.sqs-layout-editing #block-yui_3_17_2_1_1653768366032_10873:before,
body.sqs-layout-editing #block-yui_3_17_2_1_1653767782373_11168:before,
body.sqs-layout-editing #block-yui_3_17_2_1_1666555439287_9920:before {
  content: "Full-width CSS | MAX: 1200px | Padding: 0px";
  opacity: 0;
  transition: 0.5s all ease;
  background: #ffc3c3;
  color: black;
  padding: 2px 6px;
  font-size: 9px;
  top: 17px !important;
  margin: 0;
  position: absolute;
  text-transform: uppercase;
  font-weight: 400;
  height: 20px;
  z-index: 99999999;
}
#block-yui_3_17_2_1_1653768366032_10873:hover:before,
#block-yui_3_17_2_1_1653767782373_11168:hover:before,
#block-yui_3_17_2_1_1666555439287_9920:hover:before {
  opacity: 1 !important;
}
/* DONT TOUNCH ANYTHING BELOW! */
.page-section:not(.full-bleed-section) > .content-wrapper {
  box-sizing: border-box !important;
}
.full-width-base {
  box-sizing: border-box !important;
  padding-left: 0px !important;
  padding-right: 0px !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  overflow: hidden;
  width: calc( 100vw - var(--scrollbarwidth) );
  left: calc(-50vw + 50% + (var(--scrollbarwidth) /2));
}
.full-width-base .intrinsic {
  max-width: unset !important;
}
@media only screen and (min-width: 1200px) {
  .full-width-base {
    left: calc(-50vw + 50% + ((100vw - 1200px ) /2 ) + (var(--scrollbarwidth) /2));
    width: calc(min(calc(100vw ), 1200px) - var(--scrollbarwidth));
  }
}
/*------------------------------------*\

 SQSP Full-Width Blocks 5.0 by codeandtonic.com

 🧊🧊🧊🧊🧊🧊🧊🧊🧊🧊🧊🧊🧊🧊🧊🧊
 🧊🧊🧊🧊🧊🧊🧊🧊🧊🧊🧊🧊🧊🧊🧊🧊
 🧊🧊🧊🧊🧊🧊🧊🧊🧊🧊🧊🧊🧊🧊🧊🧊
  
\*------------------------------------*/
li.nested-category-breadcrumb-list-item {
  display: none !important;
}
.grid-item .product-mark.sold-out {
  display: none;
}
.table-of-contents {
  border: 1px solid #e8e8e8 !important;
  list-style: none;
  margin: 0;
  padding: 30px !important;
}
.table-of-contents li {
  line-height: 1.7;
}
.table-of-contents a {
  color: #333;
  text-decoration: none;
  font-size: 1em;
}
.table-of-contents a:hover {
  text-decoration: underline;
}
/* 
 * =====================
 *  Hide Squarespace Add to Cart Button IF 🍋 Lemon Squeezy button
 * =====================
 */
#item-66035a0e59a2ce64a943c50d .sqs-add-to-cart-button-wrapper,
#item-647b6e658e6a365612de2cb0 .sqs-add-to-cart-button-wrapper,
#item-66035a0e59a2ce64a943c50d .product-variants,
#item-647b6e658e6a365612de2cb0 .product-variants {
  display: none;
}
/* 
 * =====================
 * ✅ Buttons (+🍋 Lemon Squeezy)
 * =====================
 */
.lemonsqueezy-button {
  border-radius: 100px !important;
  box-sizing: border-box;
  display: block;
  text-align: center;
  font-weight: 700;
  background-color: var(--maincolor);
  color: var(--background);
  padding: 14px 20px;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  border: none;
  cursor: pointer;
  width: 100%;
}
.lemonsqueezy-button:hover {
  background-color: #333;
  /* Darkens the button a bit when hovering over it */
}
/* 
 * =====================
 *  TYPOGRAPHY MESS ☹️ - consolidate cleanup and check
 * =====================
 */
/*
// 🌶🌶🌶 BLOG SEO HEADINGS PLUGIN WIP
*/
/*
#item-6256e23ce64a6c7dfceada21{
  .blog-item-wrapper article .blog-item-inner-wrapper .blog-item-content-wrapper{
    
    p + h1, p + h2, p + h3{
    margin-top:35px !important;
  }
  
  p{
       margin: 4px 0 10px;
  }
    
    h1,h2{
      margin-bottom: 12px !important;
    }
    h3,h4{
      margin-bottom: 0px !important;
    }
    h1{
  font-size: clamp(30px, 20vw, 33px) !important;
  }
     h2{
    font-size: clamp(10px, 20vw, 24px) !important;
    }
    h3, h4{
    font-size: clamp(10px, 20vw, 18px) !important;
    }
  }
  //font-size: calc((2.6 - 1) * 1.2vw + 1rem)
  
    }
*/
/* 
 * =====================
 * Typography NEW GOOD STUFF, conversiontracking.io, formula etc
 * =====================
 */
@font-face {
  font-family: 'PPFormula-Condensed';
  src: url('https://static1.squarespace.com/static/5dff94039aafd32314c089f8/t/6615a62594ac113670e86587/1712694821318/PPFormula-CondensedBlack.woff2') format('woff2'), url('https://static1.squarespace.com/static/5dff94039aafd32314c089f8/t/6615a6066bbfa11920397f79/1712694790248/FormulaCondensed-Black.woff') format('woff');
  font-weight: 900;
  font-style: normal;
}
/*Headings - Formula condensed extra bold 800*/
@font-face {
  font-family: 'PPFormula-Condensed';
  src: url('https://static1.squarespace.com/static/5dff94039aafd32314c089f8/t/6615a62ca1195d04d23cebcf/1712694828833/PPFormula-ConsensedExtrabold.woff2') format('woff2'), url('https://static1.squarespace.com/static/5dff94039aafd32314c089f8/t/6615a67f0e80c92ec3f44ef4/1712694911729/PPFormula-ConsensedExtrabold.woff') format('woff');
  font-weight: 800;
  font-style: normal;
}
/*Headings - Formula condensed  bold 700*/
@font-face {
  font-family: 'PPFormula-Condensed';
  src: url('https://static1.squarespace.com/static/5dff94039aafd32314c089f8/t/6615a63494ac113670e86be9/1712694836998/PPFormula-CondensedBold.woff2') format('woff2'), url('https://static1.squarespace.com/static/5dff94039aafd32314c089f8/t/6615a66a321e2e1cc9912f6d/1712694890265/PPFormula-CondensedBold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
}
/* Thin */
@font-face {
  font-family: 'CircularXXWeb';
  src: url('https://static1.squarespace.com/static/5dff94039aafd32314c089f8/t/66169a1f783274670bdaeaa9/1712757279570/CircularXXWeb-Thin.woff2') format('woff2');
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: 'CircularXXWeb';
  src: url('https://static1.squarespace.com/static/5dff94039aafd32314c089f8/t/661699d3aac79c1a4a97cf44/1712757203269/CircularXXWeb-ThinItalic.woff2') format('woff2');
  font-weight: 100;
  font-style: italic;
}
/* Light */
@font-face {
  font-family: 'CircularXXWeb';
  src: url('https://static1.squarespace.com/static/5dff94039aafd32314c089f8/t/6616d9e609b162443bd5b8d7/1712773606275/CircularXXWeb-Light.woff2') format('woff2');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'CircularXXWeb';
  src: url('https://static1.squarespace.com/static/5dff94039aafd32314c089f8/t/6616d9f55302da7f426f08b4/1712773621661/CircularXXWeb-LightItalic.woff2') format('woff2');
  font-weight: 300;
  font-style: italic;
}
/* Regular */
@font-face {
  font-family: 'CircularXXWeb';
  src: url('https://static1.squarespace.com/static/5dff94039aafd32314c089f8/t/661699ea1a41e0422d46e4b7/1712757226668/CircularXXWeb-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'CircularXXWeb';
  src: url('https://static1.squarespace.com/static/5dff94039aafd32314c089f8/t/661bcf10da79707db708fa88/1713098513058/CircularXXWeb-Italic.woff2') format('woff2');
  font-weight: 400;
  font-style: italic;
}
/* Book */
@font-face {
  font-family: 'CircularXXWeb';
  src: url('https://static1.squarespace.com/static/5dff94039aafd32314c089f8/t/6616d94872a23f7619fc63bc/1712773448666/CircularXXSub-Book.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'CircularXXWeb';
  src: url('https://static1.squarespace.com/static/5dff94039aafd32314c089f8/t/6616d94b5302da7f426ecfe9/1712773452006/CircularXXSub-BookItalic.woff2') format('woff2');
  font-weight: 500;
  font-style: italic;
}
/* Medium */
@font-face {
  font-family: 'CircularXXWeb';
  src: url('https://static1.squarespace.com/static/5dff94039aafd32314c089f8/t/6616d9ff6f467e496c127885/1712773631764/CircularXXWeb-Medium.woff2') format('woff2');
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: 'CircularXXWeb';
  src: url('https://static1.squarespace.com/static/5dff94039aafd32314c089f8/t/6616da089a17da4133f62b64/1712773640297/CircularXXWeb-MediumItalic.woff2') format('woff2');
  font-weight: 600;
  font-style: italic;
}
/* Bold */
@font-face {
  font-family: 'CircularXXWeb';
  src: url('https://static1.squarespace.com/static/5dff94039aafd32314c089f8/t/6616d9bb3f79fe764a125277/1712773563470/CircularXXWeb-Bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'CircularXXWeb';
  src: url('https://static1.squarespace.com/static/5dff94039aafd32314c089f8/t/6616d9b5b035ee3005549259/1712773557351/CircularXXWeb-BoldItalic.woff2') format('woff2');
  font-weight: 700;
  font-style: italic;
}
/* Black */
@font-face {
  font-family: 'CircularXXWeb';
  src: url('https://static1.squarespace.com/static/5dff94039aafd32314c089f8/t/6616dc06ae503e445273edc4/1712774150328/CircularXXWeb-Black.woff2') format('woff2');
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: 'CircularXXWeb';
  src: url('https://static1.squarespace.com/static/5dff94039aafd32314c089f8/t/6616d9c201cdab7ef940fc29/1712773570716/CircularXXWeb-BlackItalic.woff2') format('woff2');
  font-weight: 800;
  font-style: italic;
}
/* Extra Black */
@font-face {
  font-family: 'CircularXXWeb';
  src: url('https://static1.squarespace.com/static/5dff94039aafd32314c089f8/t/6616d99d4d66462bf4c035fa/1712773533375/CircularXXWeb-ExtraBlack.woff2') format('woff2');
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: 'CircularXXWeb';
  src: url('https://static1.squarespace.com/static/5dff94039aafd32314c089f8/t/6616da24b9c131087bc62fab/1712773668660/CircularXXWeb-ExtraBlackItalic.woff2') format('woff2');
  font-weight: 900;
  font-style: italic;
}
/* 
 * =====================
 *  Our Main Text Styles
 * =====================
 */
.base-type {
  letter-spacing: 0 !important;
  font-family: 'CircularXXWeb' !important;
  font-weight: 500 !important;
  font-size: 19px !important;
  line-height: 29px !important;
}
.base-type strong {
  font-weight: 600 !important;
}
.base-type em {
  font-style: italic !important;
}
.base-type-heading {
  letter-spacing: 0 !important;
  font-family: 'CircularXXWeb' !important;
  font-weight: 500 !important;
  font-size: 19px !important;
  line-height: 29px !important;
  line-height: 1.2 !important;
  font-weight: 800 !important;
  margin-bottom: 0px !important;
}
.base-type-heading strong {
  font-weight: 600 !important;
}
.base-type-heading em {
  font-style: italic !important;
}
.base-type-heading-big {
  font-family: 'CircularXXWeb' !important;
  font-weight: 500 !important;
  font-size: 19px !important;
  line-height: 29px !important;
  line-height: 1.2 !important;
  margin-bottom: 0px !important;
  font-family: 'PPFormula-Condensed' !important;
  letter-spacing: 0 !important;
  font-weight: 800 !important;
  letter-spacing: -0.01em !important;
  line-height: 1.05 !important;
}
.base-type-heading-big strong {
  font-weight: 600 !important;
}
.base-type-heading-big em {
  font-style: italic !important;
}
p,
.header-nav-list a,
.blog-item-meta-wrapper time span,
.pagination-title-wrapper h2.item-pagination-title {
  letter-spacing: 0 !important;
  font-family: 'CircularXXWeb' !important;
  font-weight: 500 !important;
  font-size: 19px !important;
  line-height: 29px !important;
}
p strong,
.header-nav-list a strong,
.blog-item-meta-wrapper time span strong,
.pagination-title-wrapper h2.item-pagination-title strong {
  font-weight: 600 !important;
}
p em,
.header-nav-list a em,
.blog-item-meta-wrapper time span em,
.pagination-title-wrapper h2.item-pagination-title em {
  font-style: italic !important;
}
article p {
  font-weight: 400 !important;
}
h1.blog-title,
h1.blog-title a,
.grid-title,
h3,
h4,
h2.newsletter-form-header-title,
.product-price,
.blog-more-link {
  letter-spacing: 0 !important;
  font-family: 'CircularXXWeb' !important;
  font-weight: 500 !important;
  font-size: 19px !important;
  line-height: 29px !important;
  line-height: 1.2 !important;
  font-weight: 800 !important;
  margin-bottom: 0px !important;
}
h1.blog-title strong,
h1.blog-title a strong,
.grid-title strong,
h3 strong,
h4 strong,
h2.newsletter-form-header-title strong,
.product-price strong,
.blog-more-link strong {
  font-weight: 600 !important;
}
h1.blog-title em,
h1.blog-title a em,
.grid-title em,
h3 em,
h4 em,
h2.newsletter-form-header-title em,
.product-price em,
.blog-more-link em {
  font-style: italic !important;
}
small,
.sqs-announcement-bar-text p {
  font-size: 16px !important;
}
h1,
h2 {
  font-family: 'CircularXXWeb' !important;
  font-weight: 500 !important;
  font-size: 19px !important;
  line-height: 29px !important;
  line-height: 1.2 !important;
  margin-bottom: 0px !important;
  font-family: 'PPFormula-Condensed' !important;
  letter-spacing: 0 !important;
  font-weight: 800 !important;
  letter-spacing: -0.01em !important;
  line-height: 1.05 !important;
}
h1 strong,
h2 strong {
  font-weight: 600 !important;
}
h1 em,
h2 em {
  font-style: italic !important;
}
.h1-size,
h1,
h2.nested-category-title {
  font-family: 'PPFormula-Condensed' !important;
  font-size: 90px !important;
}
h2,
.h2-size,
h1.ProductItem-details-title {
  font-size: 68px !important;
  line-height: 1 !important;
}
article .blog-item-content h2,
article .blog-item-content h3 {
  letter-spacing: 0 !important;
  font-family: 'CircularXXWeb' !important;
  font-weight: 500 !important;
  font-size: 19px !important;
  line-height: 29px !important;
  line-height: 1.2 !important;
  font-weight: 800 !important;
  margin-bottom: 0px !important;
  margin-bottom: 0;
}
article .blog-item-content h2 strong,
article .blog-item-content h3 strong {
  font-weight: 600 !important;
}
article .blog-item-content h2 em,
article .blog-item-content h3 em {
  font-style: italic !important;
}
article .blog-item-content h2:has(strong),
article .blog-item-content h3:has(strong) {
  margin-top: 80px;
}
article .blog-item-content h2 strong,
article .blog-item-content h3 strong {
  display: block;
  font-family: 'CircularXXWeb' !important;
  font-weight: 500 !important;
  font-size: 19px !important;
  line-height: 29px !important;
  line-height: 1.2 !important;
  margin-bottom: 0px !important;
  font-family: 'PPFormula-Condensed' !important;
  letter-spacing: 0 !important;
  font-weight: 800 !important;
  letter-spacing: -0.01em !important;
  line-height: 1.05 !important;
  font-size: 68px !important;
  line-height: 1 !important;
}
article .blog-item-content h2 strong strong,
article .blog-item-content h3 strong strong {
  font-weight: 600 !important;
}
article .blog-item-content h2 strong em,
article .blog-item-content h3 strong em {
  font-style: italic !important;
}
article .blog-item-content h2 strong em,
article .blog-item-content h3 strong em {
  text-transform: uppercase;
  font-style: normal !important;
}
article .blog-item-content h3 + p {
  margin-top: 4px !important;
}
article .blog-item-content h2 + h3 {
  margin-top: 17px !important;
}
.blog-basic-grid .blog-excerpt p {
  line-height: 1.45 !important;
  margin-top: 18px !important;
}
h1.entry-title h1 {
  margin-left: auto !important;
  margin-right: auto !important;
}
#item-653126effecc3a3e3831b0d4 h1.entry-title h1 {
  max-width: 800px;
}
#item-65129d98b974471e7f935e64 h1.entry-title h1 {
  max-width: 900px;
}
#item-64cffe072733940843851f9c h1.entry-title h1 {
  max-width: 900px;
}
#item-64998ca7297cff6342ad71a9 h1.entry-title h1 {
  max-width: 900px;
}
#item-6539667eace99d13ceea63aa h1.entry-title h1 {
  max-width: 900px;
}
html body .blog-item-meta-wrapper time span,
.product-price {
  text-transform: capitalize !important;
}
.item-pagination h2.item-pagination-title,
nav.blog-list-pagination {
  font-weight: 600 !important;
}
nav.ProductItem-nav * {
  font-weight: 700 !important;
}
/*hack to do uppercase strikethroughs*/
h1 em,
h2 em {
  text-decoration: none !important;
  text-transform: uppercase !important;
  font-style: normal !important;
}
.sqs-block-html pre code {
  text-transform: none !important;
  font-family: monospace !important;
  font-size: 12px !important;
  line-height: 1.7;
  display: block;
  background: #FFF;
  border-radius: var(--border-radius) !important;
  padding: 30px;
}
/* 
 * =====================
 *  Portfolio Draft Items - Add (Draft) to item name
 * =====================
 */
body:not(.sqs-edit-mode) .portfolio-grid-basic .grid-item[href*="draft"] {
  display: none;
}
body.sqs-edit-mode .portfolio-grid-basic .grid-item[href*="draft"] {
  position: relative;
  opacity: 0.3;
}
body.sqs-edit-mode .portfolio-grid-basic .grid-item[href*="draft"]:before {
  z-index: 9999;
  content: "URL contains 'draft' – shown for admins only";
  position: absolute;
  top: 0%;
  left: 0%;
  background: red;
  color: white;
  padding: 5px 10px;
  border-radius: var(--border-radius);
  font-size: 12px;
  font-weight: 600;
}
/* 
 * =====================
 *  Testimonial (like Senja but free lol)
 * =====================
 */
a.testimonial {
  text-decoration: none;
  max-width: 600px;
  padding: 20px;
  display: block;
  /*background-color: #fff;
  border: 1px solid #ddd;
  border-radius: var(--border-radius);
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  */
}
.testimonial-content {
  text-align: center;
}
.stars {
  color: gold;
  font-size: 16px;
  margin-bottom: 0px;
}
.quote {
  font-size: 18px;
  margin: 0 0;
  color: #555;
}
.client-info {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
}
.client-info * {
  font-size: 14px !important;
  line-height: 1.3 !important;
}
.client-image {
  border-radius: 50%;
  width: 32px;
  height: 32px;
  margin-right: 8px;
}
.client-text {
  text-align: left;
}
.client-name {
  font-weight: 500 !important;
  margin: 0;
  margin-bottom: 4px !important;
}
.client-position {
  margin: 0;
  color: #888;
  max-width: 210px;
}
:root {
  --clr-rating: #FBBF24;
}
