/** Shopify CDN: Minification failed

Line 890:0 Unexpected "}"
Line 3223:13 Expected ":"
Line 3223:15 Expected identifier but found "1.1em"
Line 3241:11 Expected ":"
Line 3241:13 Expected identifier but found "16px"
Line 3251:11 Expected ":"
Line 3251:13 Expected identifier but found "16px"
Line 3262:11 Expected ":"
Line 3262:13 Expected identifier but found "0"

**/
/*----- Navbar -----*/

sticky-header .header{
  max-width: 1090px;
}

html {
  scroll-behavior: smooth;
}


.faqs-header p {
  font-size: 16px;
  line-height: 1.55em;
  color: rgba(18, 18, 18, 0.75);
}


/*----- FAQs Style -----*/

.faq-layout {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 40px;
  max-width: 1030px;
  margin: 0 auto;
  border-top:1px solid rgba(18, 18, 18, 0.15)!important;
  margin-top:45px !important;
  padding-top:40px !important;
}

.faq-questions #faq-group-1 {
  border-top: 0px !important;
  margin-top: 0px !important;
  padding-top: 0px !important;
}

.faq-group-title {
  font-size:26px !important;
  letter-spacing: -0.52px !important;
  line-height:1.1em !important;
  margin-top:45px !important;
  padding-top:40px !important;
  border-top:1px dashed rgba(18, 18, 18, 0.15)!important;
}

.faq-questions details.faq-item {
  border: 1px solid #e5e5e5;
  padding: 24px;
  margin-bottom: 10px;
  cursor: pointer;
}

.faq-questions details.faq-item summary {
  font-size: 20px;
  line-height: 1.3em;
  font-weight: 600;
  font-family: Lora, serif;
  color: #121212;
  list-style: none;
}

.faq-questions details.faq-item .faq-answer p,
.faq-questions details.faq-item .faq-answer ul li{
  font-size: 18px;
  line-height: 1.44em;
}

 .faq-questions details.faq-item[open] summary {
  color: #000;
}


/* Positioning for icon */
.faq-item summary {
  position: relative;
  padding-right: 28px;
  cursor: pointer;
}

.faq-item summary .faq-icon {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 20px;
  line-height: 1;
  transition: 0.2s ease;
  background: #4e4e4e;
  width: 18px;
  height: 18px;
  border-radius: 100%;
}

/* Default icon = PLUS */
.faq-item:not([open]) summary .faq-icon::before {
  content: '+';
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #fff;
}

/* When DETAILS is OPEN = MINUS */
.faq-item[open] summary .faq-icon::before {
  content: '–'; /* long hyphen for nice look */
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #fff;
}

.faq-item summary .faq-icon {
  transition: transform 0.25s ease;
}

.faq-item[open] summary .faq-icon {
  transform: translateY(-50%) rotate(180deg);
}


/*---Faqs Sidebar--- */

.faq-sidebar ul {
  list-style: none;
  padding: 0;
  margin: 0px;
}


.faq-sidebar {
  position: sticky;
  top: 40px; /* adjust based on your header height */
  max-height: calc(100vh - 100px);
  overflow-y: auto;
  width: 340px;
}

.faq-sidebar a {
  font-size: 16px;
  line-height: 1.2em;
  display: block;
  padding: 10px 0;
  font-family: Lora, serif;
  text-decoration: none;
  color: #000;
  border: 1px solid #e5e5e5;
  padding: 18px 25px 18px 37px;
  margin-bottom: 10px;
  position:relative;
}

.faq-sidebar a:before{
  content:'';
  background:url("/cdn/shop/files/dark-arrow.svg?v=1762492769");
  width:16px;
  height:16px;
  background-size:cover;
  background-repeat:no-repeat;
  position: absolute;
  left: 15px;
  top: 19px;
}

.faq-sidebar a.active {
  color: #fff;
  background-color: #121212;
}

.faq-sidebar a.active:before{
  content:'';
  background:url("/cdn/shop/files/light-arrow.svg?v=1762492777");
  width:16px;
  height:16px;
  background-size:cover;
  background-repeat:no-repeat;
  position: absolute;
  left: 15px;
  top: 19px;
}


/*----- FAQs CTA -----*/

.final-message .rich-text__wrapper  {
  justify-content: flex-start;
  padding: 0;
}

.final-message .rich-text__blocks  {
  background-color: rgba(18, 18, 18, 0.15);
  padding: 32px;
}

.final-message .rich-text__blocks .rich-text__text {
  margin-top: 10px;
}



@media (max-width: 1024px) {
  .faq-sidebar {
    display: none;
  }

  .faq-layout  {
    grid-template-columns: 1fr;
    padding: 0px 40px;
  }

  .final-message .rich-text__wrapper {
    justify-content: center;
  }


}

@media (max-width: 767px) {

  .faq-layout  {
    padding: 0px 20px;
  }

  .faq-group-title {
    font-size: 22px !important;
    margin-top: 35px !important;
    padding-top: 30px !important;
  }

  .faq-questions details.faq-item,
  .final-message .rich-text__blocks  {
    padding: 18px !important;
  }

  .faq-questions details.faq-item summary {
    font-size: 18px !important;
  }

  .faq-questions details.faq-item .faq-answer p,
  .faq-questions details.faq-item .faq-answer ul li {
    font-size: 16px !important;
  }
}

/*----- Best Sellers Style -----*/

.collection.best-sellers {
  margin-left: calc((100% - 90%) / 2) !important;
}
.slider-component-full-width .slider--desktop .slider__slide:first-child {
  margin-left: 0 !important;
}
.collection__title.title-wrapper {
  margin: 0;
  padding: 0;
}
@media (max-width: 1024px) {
  .collection.best-sellers {
    margin-left: unset !important;
  }
  .collection__title.title-wrapper {
    margin: 0 auto;
  }
  .collection__title.title-wrapper .title {
    text-align: center;
  }
}

/*----- Announcement Bar Style -----*/

.announcement-bar{
  padding:8px 0 !important;
}

.announcement-bar__message{
  min-height:unset !important;
}

.announcement-bar p{
  font-size:16px !important;
  text-align:center !important;
  margin:0 !important;
  line-height:1.4em !important;
}

.announcement-bar a{
  color:#fff !important;
  text-decoration:none;
}

.announcement-bar a:hover{
  color:#defd56 !important;
}

@media(max-width:767px){
  .utility-bar__grid{
    height: auto !important;
  }

  .announcement-bar, .announcement-bar__announcement{
    flex-wrap:unset !important;
  }
}



/*-----Countdown Timer -----*/

.flash-sale-with-countdown-timer  {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #121212;
  padding: 8px;
  font-size: 16px;
  color: rgba(255, 255, 255, 0.75);
  font-family: Figtree, sans-serif;
  gap: 100px;
}

.flash-sale-with-countdown-timer span {
  color: #fff;
  font-weight: 700;
}

.flash-sale-with-countdown-timer a {
  color: #fff;
  text-decoration: none;
  font-weight: 700;
}

.flash-sale-with-countdown-timer a:hover {
  color: #defd56 !important;
}


.countdown-timer {
  display: inline-flex;
  gap: 10px;
}


@media (max-width: 1024px) {
  .flash-sale-with-countdown-timer {
    font-size: 14px;
    flex-direction: column;
    gap: 0px;
    text-align: center;
    padding: 10px 15px;
  }
}



.best-sellers .product-card-wrapper .card__inner {
  border: 1px solid rgb(0 0 0 / 3%);
}



/*----Godfather Performance Page -----*/

/*----Header -----*/

.godfather-performance-header {
  height: 700px !important;
}

.godfather-performance-header .banner__box{
    padding: 0;
    background: transparent;
}

.godfather-performance-header .banner__box > *{
  color: #fff;
}

.godfather-performance-header:after {
  opacity: 0.6 !important;
}

.godfather-performance-header .banner__media img {
  object-position: 40% 69%;
}

.godfather-performance-header .banner__box h2 {
  font-size: 72px;
  line-height: 1.1em;
  text-transform: uppercase;
}

.godfather-performance-header .banner__box .banner__text p {
  font-size: 36px;
  line-height: 1.2em;
  text-transform: uppercase;
  font-weight: 700;
}

.godfather-performance-header .banner__box .image-banner-extra-text {
  font-size: 20px;
  line-height: 1.33em;
  color: rgba(255, 255, 255, 0.8);
  /* max-width: 720px; */
  max-width: 570px;
  margin: 0 auto;
}

.godfather-performance-header .banner__box .banner__buttons {
  display: flex;
  justify-content: center;
  max-width: 100%;
  margin-top: 40px;
}

.godfather-performance-header .banner__box .banner__buttons a.button {
  font-size: 18px;
  font-weight: 700;
  color: #121212;
  background-color: #DEFD56;
  border-radius: 0px;
  padding: 17px 30px;
  border: 1px solid #DEFD56;
  outline: none;
  min-width:unset;
  width: 100%;
  max-width: 300px;
}

/* .godfather-performance-header .banner__box .banner__buttons a.button:last-child {
  background-color: transparent;
  border: 1px solid rgba(255, 255, 255, 0.8);
} */

.godfather-performance-header .banner__box .banner__buttons a.button:hover {
  color: #121212;
  background-color: #fff;
  border: 1px solid #fff;
}

.godfather-performance-header .banner__box .banner__buttons a.button:before,
.godfather-performance-header .banner__box .banner__buttons a.button:after {
  display: none;
}

.godfather-performance-header .banner__box .image-banner-extra-text ul {
  display: inline-flex;
  gap: 40px;
  list-style: none;
  padding: 0;
  margin-top: 40px;
}

.godfather-performance-header .banner__box .image-banner-extra-text ul li {
  font-size: 14px;
  position: relative;
  padding-left: 16px;
}

.godfather-performance-header .banner__box .image-banner-extra-text ul li:before {
  content: "";
  background-color: #d9ad26;
  width: 8px;
  height: 8px;
  border-radius: 100%;
  position: absolute;
  left: 0;
  top: 8px;
}


.godfather-performance-header .banner__box .image-banner-extra-text ul li::marker {
  font-size: 16px;
  color: #d9ad26;
}

@media (min-width: 1025px) and (max-width: 1780px){
  /* .godfather-performance-header .banner__media img {
    object-position: 40% 0%;
  } */

  .godfather-performance-header {
    height: 580px !important;
  }
}


@media(max-width:1024px){

  .godfather-performance-header {
    height: 580px !important;
  }
  
  .godfather-performance-header .banner__media img {
    /* height:150% !important; */
    object-position:top center !important;
  }   
}

@media(max-width:767px){

.godfather-performance-header {
  height: 540px !important;
}

.godfather-performance-header .banner__content {
  padding: 0px 20px;
}

  .godfather-performance-header .banner__media img {
    height:100% !important;
    object-position:top center !important;
  }  

  .godfather-performance-header .banner__box h2 {
    font-size: 36px;
  }

  .godfather-performance-header .banner__box .banner__text p {
    font-size: 22px;
  }

  .godfather-performance-header .banner__box .image-banner-extra-text p {
    font-size: 18px;
  }

  .godfather-performance-header .banner__box .image-banner-extra-text ul {
    gap: 12px;
  }

  .godfather-performance-header .banner__box .banner__buttons a.button {
    font-size: 16px;
    padding: 12px 30px;
    max-width: 100%;
  }
}


/*----Godfather Performance Products -----*/

.godfather-performance-products .title-wrapper-with-link{
  margin-bottom: 0;
  gap: 40px;
}

.godfather-performance-products .title-wrapper-with-link .title{
  font-size: 30px;
  text-align: center;
  max-width: 730px;
  margin: 0 auto;
}

.godfather-performance-products .multicolumn-card__info span.link {
  font-size: 18px;
  color: #fff;
  background-color: #d9ad26;
  border-radius: 8px;
  padding: 8px 20px;
  border: 1px solid #d9ad26;
  outline: none;
  min-width: unset;
}

.godfather-performance-products .page-width{
  padding-left: 0;
  padding-right: 0;
}

.godfather-performance-products .multicolumn-card__info span.link:hover {
  background-color: #1a1a1a;
  border: 1px solid #1a1a1a;
}

.godfather-performance-products .multicolumn-card__info{
  padding: 20px 5px;
}

.godfather-performance-products .multicolumn-card__info .inline-richtext{
  max-width: 80%;
  margin: 0 auto;
}

.godfather-performance-products ul li:first-child .rte p{
  max-width: 92%;
  margin: 0 auto;
}

@media(max-width:1024px){

  .godfather-performance-products .title-wrapper-with-link .title{
    font-size: 26px;
    max-width: 630px;
  }
}

@media(max-width:767px){

  .godfather-performance-products .title-wrapper-with-link{
    gap: 30px;
  }

  .godfather-performance-products .title-wrapper-with-link .title{
    font-size: 24px;
    max-width: 100%;
  }
}


/*----From Agency -----*/

/* .from-agency {
  background-image: url('/cdn/shop/files/from-agency-to-provider-bg.jpg');
  background-size:cover;
  background-color: #000000;
  position: relative;
}

.from-agency:before {
  content: "";
  background-color: #000;
  width: 100%;
  height: 100%;
  position: absolute;
  top:0;
  opacity: 0.6;
}

.from-agency 

.from-agency > *,
.from-agency .title {
  color: #fff !important;
} */

/* .from-agency .title-wrapper-with-link {
  justify-content: center;
} */

/* .from-agency .main-rich-text p {
  font-size: 18px;
  color: #fff !important;
}

.from-agency .multicolumn-card {
  background-color: transparent !important;
}

.from-agency .multicolumn-card .media {
  display: block;
  width: 60px !important;
  height: 60px;
  text-align: center;
  margin: 0 auto;
  background-color: rgb(217 172 38 / 10%);
  border-radius: 100%;
  padding: 15px !important;
}

.from-agency .multicolumn-card .media img {
  position: unset;
  transform: unset !important;
}

.from-agency .multicolumn-card .multicolumn-card__info {
  padding: 0px;
  margin-top: 20px;
}

.from-agency .multicolumn-card .multicolumn-card__info > * {
  color: #fff;
}

.from-agency .multicolumn-card .multicolumn-card__info .rte {
  margin-top: 10px;
}

.from-agency .multicolumn-card .multicolumn-card__info .rte  p {
  line-height: 1.33em;
}


@media(max-width:1024px){
  .from-agency .page-width{
    padding-left:40px !important;
    padding-right:40px !important;
  }

  .from-agency ul li{
    width:auto !important;
    max-width: unset !important;
  }

  .from-agency .multicolumn-list{
    padding-left:0 !important;
    padding-right:0 !important;
  }
}

@media(max-width:767px){
  .from-agency .page-width{
    padding-left:20px !important;
    padding-right:20px !important;
  }

  .from-agency .title {
    font-size: 28px;
  }  
} */

/*----Home Header Text -----*/

.home-header-text{
  background-color: rgba(18, 18, 18, 0.75);
}

.home-header-text .rich-text__wrapper{
  padding: 0;
}

.home-header-text .rich-text__blocks{
  max-width: 100%;
}

.home-header-text .rich-text__text{
  margin: 0;
}

.home-header-text .rich-text__text p{
  color: #E7E7E7;
  font-size: 20px;
  font-style: italic;
  font-weight: 500;
  line-height: 1.36em;
}

@media(max-width:767px){

  .home-header-text .rich-text__text p{
  font-size: 16px;
  }
}

/*----Home - The Godfather Collection -----*/

.the-godfather-collection .page-width{
  max-width: 1224px;
}

.the-godfather-collection .title-wrapper-with-link{
  margin-bottom: 0;
  gap: 40px;
}

.the-godfather-collection .title-wrapper-with-link .title{
  font-size: 44px;
  text-align: center;
  max-width: 530px;
  margin: 0 auto;
  line-height: 1.1em;
  letter-spacing: -0.88px;
}

.the-godfather-collection .multicolumn-list {
    --grid-desktop-horizontal-spacing: 24px;
}

.the-godfather-collection .multicolumn-list .multicolumn-card {
    background: transparent !important;
    border: 1px solid rgba(18, 18, 18, 0.15);
    padding: 10px;
}

.the-godfather-collection .multicolumn-list .multicolumn-card:hover {
    border: 1px solid #121212;
}

.the-godfather-collection .multicolumn-list .multicolumn-card:hover .multicolumn-card__info span.link {
    background-color: #121212;
    border: 1px solid #121212;
    color: #DEFD56;
}

.the-godfather-collection .multicolumn-list .multicolumn-card .multicolumn-card__image-wrapper{
    padding: 0 !important;
    margin: 0 !important;
}

.the-godfather-collection .multicolumn-card__info span.link {
  font-size: 14px;
  color: #121212;
  background-color: #DEFD56;
  border-radius: 0px;
  padding: 13px 26px;
  border: 1px solid #DEFD56;
  outline: none;
  width: 100%;
  font-weight: 700;
  text-transform: uppercase;
}

.the-godfather-collection .multicolumn-card__info span.link .svg-wrapper{
  display: none;
}

.the-godfather-collection .page-width{
  padding-left: 0;
  padding-right: 0;
}

.the-godfather-collection .multicolumn-card__info span.link:hover {
  background-color: #121212;
  border: 1px solid #121212;
  color: #DEFD56;
}

.the-godfather-collection .multicolumn-card__info{
  padding: 20px 14px 14px;
}

.the-godfather-collection .multicolumn-card__info .inline-richtext{
  max-width: 80%;
  margin: 0 auto;
}

.the-godfather-collection ul .rte{
  margin: 4px 0 0;
}

.the-godfather-collection ul .rte p{
  max-width: 92%;
  margin: 0 auto 0;
  line-height: 1.4em;
}

.the-godfather-collection ul .rte p:nth-child(2){
  max-width: 92%;
  margin: 8px auto 0;
}

.the-godfather-collection ul .rte p:nth-child(2) strong{
  font-family: Figtree, sans-serif;
  font-size: 22px;
  color: #121212;
  font-weight: 700;
  line-height: 1em;
  text-decoration: none !important;
}

.the-godfather-collection ul .rte p:nth-child(2) em{
  font-family: Figtree, sans-serif;
  font-size: 16px;
  color: rgba(18, 18, 18, 0.5);
  text-decoration-line: line-through;
  font-weight: 700;
  line-height: 1em;
  text-style: normal;
}

.the-godfather-collection ul li:last-child{
  position: relative;
}

.the-godfather-collection ul li:last-child:after{
  position: absolute;
  content: "";
  background-image: url(/cdn/shop/files/tested-graphics.svg?v=1770793263);
  background-size: cover;
  background-repeat: no-repeat;
  width: 120px;
  height: 120px;
  top: -50px;
  right: -60px;
}
}

@media(max-width:1024px){

  .the-godfather-collection .title-wrapper-with-link .title{
    font-size: 26px;
    max-width: 630px;
  }

  .the-godfather-collection ul li:last-child:after{
  position: absolute;
  content: "";
  background-image: url(/cdn/shop/files/tested-graphics.svg?v=1770793263);
  background-size: cover;
  background-repeat: no-repeat;
  width: 80px;
  height: 80px;
  top: 0px;
  right: 0px;
  }
}

@media(max-width:767px){

  .the-godfather-collection .title-wrapper-with-link{
    gap: 30px;
  }

  .the-godfather-collection .title-wrapper-with-link .title{
    font-size: 24px;
    max-width: 300px;
  }

   .the-godfather-collection ul li:last-child:after{
    position: absolute;
    content: "";
    background-image: url(/cdn/shop/files/tested-graphics.svg?v=1770793263);
    background-size: cover;
    background-repeat: no-repeat;
    width: 60px;
    height: 60px;
    top: 0px;
    right: 0px;
  }
}

@media(min-width:1025px) and (max-width:1600px){

   .the-godfather-collection ul li:last-child:after{
    position: absolute;
    content: "";
    background-image: url(/cdn/shop/files/tested-graphics.svg?v=1770793263);
    background-size: cover;
    background-repeat: no-repeat;
    width: 100px;
    height: 100px;
    top: 0px;
    right: 0px;
    }
}



/*----Head-to-Head Comparison -----*/

.head-to-head-comparison {
  padding: 60px 0 0 !important;
}

.head-to-head-comparison .rich-text__heading {
  margin-bottom: 15px;
}

.head-to-head-comparison .rich-text__text {
  max-width: 560px;
  margin: 0 auto;
}

.head-to-head-comparison .rich-text__text p {
  font-size: 18px;
  line-height: 1.33em;
}

/*----Head-to-Head Comparison Table -----*/
.head-to-head-comparison-table table {
  max-width: 1400px;
  margin: 0 auto;
}

.head-to-head-comparison-table table thead {
  background-color: #fff;
}

.head-to-head-comparison-table table thead tr th {
  font-size: 18px;
  line-height: 1.2em;
  text-align: center;
  color: #1a1a1a;
}

.head-to-head-comparison-table table thead tr th:first-child {
  text-align: left;
}

.head-to-head-comparison-table table thead tr th:nth-child(2) {
  font-size: 20px;
  line-height: 1.2em;
  background-color: rgb(217 172 38 / 10%);
  border-right: 2px solid rgb(217 172 38 / 30%);
  border-left: 2px solid rgb(217 172 38 / 30%);
}


.head-to-head-comparison-table table tbody tr td {
  font-size: 16px;
  color: #1a1a1a;
}

.head-to-head-comparison-table table .highlighted {
  color: #d9ac26;
  font-weight: 600;
}

.head-to-head-comparison-table table tbody tr td:nth-child(2) {
  background-color: rgb(217 172 38 / 5%);
}


/*----Home Brands-----*/

.brands {
  padding: 60px 0 0 !important;
}

.brands .rich-text__heading {
  max-width: 570px;
  margin: 0 auto 15px;
}

.brands .rich-text__text {
  max-width: 580px;
  margin: 0 auto;
}

.brands .rich-text__text p {
  font-size: 18px;
  line-height: 1.33em;
}




/*----Head-to-Head Comparison Premium Brands  -----*/

.premium-brands {
  max-width: 490px !important;
  margin: 0 auto;
  padding-bottom: 60px !important;
}

.premium-brands .rich-text__blocks {
  background-color: rgb(22 162 73 / 10%);
  padding: 25px;
  border: 1px solid rgb(22 162 73 / 30%);
  border-radius: 12px;
}

.premium-brands .rich-text__blocks .rich-text__heading  {
  font-size: 18px;
}

.premium-brands .rich-text__blocks .rich-text__text {
  margin-top: 10px;
}


@media(max-width:1024px) {
  .head-to-head-comparison-table table  tr {
    border: 0px !important;
  }
}

@media(max-width:767px) {
 .premium-brands .rich-text__wrapper {
  width: 100% !important;
 }
 .premium-brands .rich-text__blocks .rich-text__heading {
  font-size: 16px;
 }
 
 .head-to-head-comparison .rich-text__heading {
    font-size: 28px;
  }  
}


/*----Why Choose Godfather Pickleball -----*/

.why-choose-us {
  background-color: #f5f5f5;
}

.why-choose-us .page-width {
  padding: 60px 0px;
  max-width: 1400px;
  width: 90%;
}

.why-choose-us > * {
  text-align: center;
}

.why-choose-us .title-wrapper-with-link {
  margin-bottom: 0px;
  justify-content: center;
  display: flex;
  flex-direction: column;
  gap: 0;
  align-items: center;
}

.why-choose-us .main-rich-text p {
  font-size: 18px;
  line-height: 1.33em;
}

.why-choose-us .multicolumn-card-spacing {
  padding-top: 0px;
  margin: 0px;
}

.why-choose-us .slider-mobile-gutter {
  margin-top: 40px;
}

.why-choose-us .slider-mobile-gutter .multicolumn-list {
  gap: 30px;
}

.why-choose-us .slider-mobile-gutter li {
  width: calc((100% - (32px * 3)) / 4);
}

.why-choose-us .multicolumn-card {
  background: #fff !important;
  padding: 25px;
  text-align: left;
  border: 1px solid rgb(128 128 128 / 26%);
  border-radius: 12px;
}

.why-choose-us .slider-mobile-gutter li:hover .multicolumn-card {
  box-shadow: 0px 0px 30px #d9ac2638;
  border: 1px solid rgb(217 172 38 / 50%);
}

.why-choose-us .multicolumn-card .media {
  display: block;
  width: 52px !important;
  height: 52px;
  background-color: rgb(217 172 38 / 10%);
  border-radius: 16px;
  padding: 10px !important;
}

.why-choose-us .multicolumn-card .media img {
  position: unset;
  transform: unset !important;
}


.why-choose-us .multicolumn-card .multicolumn-card__info {
  padding: 0px;
  margin-top: 20px;
}

.why-choose-us .multicolumn-card .multicolumn-card__info .rte {
  margin-top: 10px;
}


@media(max-width:1024px){
    .why-choose-us ul{
      grid-template-columns: 1fr 1fr !important;
    }

    .why-choose-us ul li{
        width: calc((100% - 40px) / 2) !important;
        max-width:100% !important;
    }
    
    .why-choose-us .multicolumn-list{
      padding-left:0 !important;
      padding-right:0 !important;
    }
}

@media(max-width:767px){
    .why-choose-us ul{
      grid-template-columns: 1fr !important;
    gap:10px !important;
    }
    .why-choose-us ul li{
        width: 100% !important;
        max-width:100% !important;
    }

  .why-choose-us .title {
    font-size: 28px;
  }  

}

/*----The Agency Advantages -----*/

.the-agency-advantages {
  background-color: #f5f5f5;
}

.the-agency-advantages .page-width {
  padding: 60px 0px;
  max-width: 1400px;
  width: 90%;
}

.the-agency-advantages > * {
  text-align: center;
}

.the-agency-advantages .title-wrapper-with-link {
  margin-bottom: 0px;
  justify-content: center;
  display: flex;
  flex-direction: column;
  gap: 0;
  align-items: center;
}

.the-agency-advantages .main-rich-text p {
  font-size: 18px;
  line-height: 1.33em;
}

.the-agency-advantages .multicolumn-card-spacing {
  padding-top: 0px;
  margin: 0px;
}

.the-agency-advantages .slider-mobile-gutter {
  margin-top: 40px;
}

.the-agency-advantages .slider-mobile-gutter .multicolumn-list {
  gap: 16px;
}

.the-agency-advantages .slider-mobile-gutter {
  width: 100%;
  max-width: 1224px;
}

/* Hide Blank Column */
.the-agency-advantages .multicolumn-card:not(:has(img)):not(:has(h3)):not(:has(p)),
.the-agency-advantages .multicolumn-list .multicolumn-list__item--empty {
  display: none !important;
}

.the-agency-advantages .slider-mobile-gutter li {
  width: calc((100% - (32px * 3)) / 4);
}

.the-agency-advantages .multicolumn-card {
  background: #fff !important;
  padding: 25px;
  text-align: center;
}

/* .the-agency-advantages .slider-mobile-gutter li:hover .multicolumn-card {
  box-shadow: 0px 0px 30px #d9ac2638;
  border: 1px solid rgb(217 172 38 / 50%);
} */

.the-agency-advantages .multicolumn-card .multicolumn-card__image-wrapper{
  display: flex;
  justify-content: center;
}

.the-agency-advantages .multicolumn-card .media {
  /* display: block; */
  width: 72px !important;
  height: 72px;
  /* background-color: rgb(217 172 38 / 10%);
  border-radius: 16px; */
  padding: 0px !important;
}

.the-agency-advantages .multicolumn-card .media img {
  position: unset;
  transform: unset !important;
}


.the-agency-advantages .multicolumn-card .multicolumn-card__info {
  padding: 0px;
  margin-top: 20px;
}

.the-agency-advantages .multicolumn-card .multicolumn-card__info .inline-richtext{
  font-size: 18px;
}

.the-agency-advantages .multicolumn-card .multicolumn-card__info .rte {
  margin-top: 6px;
}

.the-agency-advantages .multicolumn-card .multicolumn-card__info .rte p{
  font-size: 16px;
}

.the-agency-advantages .agency-advantage-custom-text p{
  margin: 40px 0 10px;
  font-size: 18px;
  line-height: 1.36em;
}

.the-agency-advantages .agency-advantage-custom-text p:last-child{
  margin: 0;
}


@media(max-width:1024px){
    .the-agency-advantages ul{
      grid-template-columns: 1fr 1fr !important;
    }

    .the-agency-advantages ul li{
        width: calc((100% - 40px) / 2) !important;
        max-width:100% !important;
    }
    
    .the-agency-advantages .multicolumn-list{
      padding-left:0 !important;
      padding-right:0 !important;
    }
}

@media(max-width:767px){
    .the-agency-advantages ul{
      grid-template-columns: 1fr !important;
    gap:10px !important;
    }
    .the-agency-advantages ul li{
        width: 100% !important;
        max-width:100% !important;
    }

  .the-agency-advantages .title {
    font-size: 28px;
  }  

  .the-agency-advantages .slider-mobile-gutter {
    margin-top: 10px;
  }

  .the-agency-advantages .agency-advantage-custom-text p{
    margin: 20px 0 10px;
    font-size: 18px;
    line-height: 1.36em;
}

}

/*----What Players Are Saying-----*/

.reviews > *,
.reviews .multicolumn .title {
  text-align: center;
}

.reviews .title-wrapper-with-link {
  margin-bottom: 0px;
  justify-content: center;
  display: flex;
  flex-direction: column;
  gap: 0;
  align-items: center;
}

.reviews .main-rich-text p {
  font-size: 18px;
  line-height: 1.33em;
}

.reviews .main-rich-text p:first-child {
  margin: 10px 0px;
}

.reviews .main-rich-text p:last-child {
  position: relative;
  width: fit-content;
  text-align: center;
  margin: 0 auto;
  padding-left: 110px;
}

.reviews .main-rich-text p:last-child:before {
  content: "";
  background-image: url('/cdn/shop/files/star-rating.svg?v=1763018025');
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 100px;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 0;
  right: unset;
  transform: translateY(-50%);
}

.reviews .page-width {
  padding: 60px 0px;
  max-width: 1200px;
    width: 90%;
}

.reviews .slider-mobile-gutter {
  margin-top: 40px;
}

.reviews .slider-mobile-gutter .multicolumn-list {
  gap: 30px;
}

.reviews .slider-mobile-gutter li {
  width: calc((100% - (32px * 3)) / 3);
}

.reviews .multicolumn-card {
  background: #fff !important;
  padding: 25px;
  text-align: left;
  border: 1px solid rgb(128 128 128 / 26%);
  border-radius: 12px;
}

.reviews .slider-mobile-gutter li:hover .multicolumn-card {
  border: 1px solid rgb(217 172 38 / 50%);
}

.reviews .multicolumn-card .media {
  padding: 0px !important;
}

.reviews .multicolumn-card .media img {
  width: 100px;
}

.reviews .multicolumn-card .multicolumn-card__image-wrapper {
  padding: 0px;
  margin: 0px;
}

.reviews .multicolumn-card .media img {
  position: unset;
  transform: unset !important;
}
 

.reviews .multicolumn-card .multicolumn-card__info {
  display: flex;
  flex-direction: column;
  padding: 0px;
  margin-top: 10px;
}

.reviews .multicolumn-card .multicolumn-card__info h3 {
  font-size: 14px;
  color: #737373;
  order: 2;
  margin-top: 15px;
}

.reviews .multicolumn-card .multicolumn-card__info .rte {
  margin-top: 10px;
}

.reviews .multicolumn-card .multicolumn-card__info .rte p {
  font-style: italic;
  line-height: 1.33em;
}


@media(max-width:1024px){
  .reviews .multicolumn-list{
    padding-left:0 !important;
    padding-right:0 !important;
    flex-direction:column;
    gap:20px !important;
  }
  
  .reviews .slider-mobile-gutter li {   
    width: 100%;
  }
}

@media(max-width:767px){
  .reviews .multicolumn-list{
    gap:15px !important;
  } 

  .reviews .title {
    font-size: 28px;
  }  
}




/*----Ready to Be The Godfather?-----*/

.ready-to-the-godfather-header {
  padding: 60px 0px 0px !important;
}

.ready-to-the-godfather-header,
.ready-to-the-godfather-body,
.ready-to-the-godfather-footer{
  background-color: #f6f6f6;
  background-image: radial-gradient(circle, rgba(255, 193, 7, 0.1), transparent 50%);
}

.ready-to-the-godfather-header .rich-text__text {
  margin-top: 10px;
}

.ready-to-the-godfather-header .rich-text__text p {
  font-size: 18px;
  line-height: 1.33em;
}

.ready-to-the-godfather-header .rich-text__buttons a {
  font-size: 18px;
  color: #fff;
  background-color: #d9ad26;
  border-radius: 8px;
  padding: 15px 30px;
  border: 1px solid #d9ad26;
  outline: none;
  min-width: unset;
}

.ready-to-the-godfather-header .rich-text__buttons a:hover {
  background-color: #000;
  border: 1px solid #000;
}

.ready-to-the-godfather-header .rich-text__buttons a:before,
.ready-to-the-godfather-header .rich-text__buttons a:after {
  display: none;
}


.ready-to-the-godfather-body .page-width {
  padding: 40px 0px 0px;
}

.ready-to-the-godfather-body .multicolumn-list  {
  max-width: 520px;
  margin: 0 auto;
}

.ready-to-the-godfather-body .multicolumn-card {
  display: flex !important;
  gap: 10px;
  justify-content: center;
  align-items: center;
  background: transparent !important;
}

.ready-to-the-godfather-body .multicolumn-card .media {
  display: block;
  width: 50px !important;
  height: 50px;
  text-align: center;
  margin: 0 auto;
  background-color: rgb(217 172 38 / 10%);
  border-radius: 100%;
  padding: 15px !important;
   display: flex;
  align-items: center;
  justify-content: center;
}

.ready-to-the-godfather-body .multicolumn-card .media img {
  position: unset;
  transform: unset !important;
  width: 24px !important;
  height: 24px;
}

.ready-to-the-godfather-body .multicolumn-card .multicolumn-card__image-wrapper {
  padding: 0px;
  margin: 0px;
}

.ready-to-the-godfather-body .multicolumn-card .multicolumn-card__info {
  padding: 0px;
  margin-top: 0px;
}

.ready-to-the-godfather-body .multicolumn-card .multicolumn-card__info .rte {
  margin-top: 0px;
}

.ready-to-the-godfather-body .multicolumn-card h3 {
  font-size: 14px;
  line-height: 1.2em;
}

.ready-to-the-godfather-body .multicolumn-card .rte p {
  font-size: 14px; 
}


.ready-to-the-godfather-footer .page-width {
  padding: 40px 0px 80px ;
}


@media(max-width:1024px){
  .ready-to-the-godfather-body li{
            display: flex;
    max-width: 196px !important;
    margin: 0 auto;
    width:100% !important;
    justify-content: flex-start;
  }

}

@media(max-width:767px) {
  .ready-to-the-godfather-header .title {
    font-size: 28px;
  }  
}

/*---- Our Team Cards Style -----*/

.our-team-cards{
  background:rgba(18, 18, 18, 0.10) !important;
}

.our-team-cards .title-wrapper-with-link{
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-bottom: 0;
  gap: 24px;
}

.our-team-cards .title-wrapper-with-link .title{
  order: 1;
  text-align: center;
}

.our-team-cards .title-wrapper-with-link .main-rich-text{
  order: 3;
  padding: 46px 0;
  background: white;
  width: 100%;
  max-width: 920px;
}

.our-team-cards .title-wrapper-with-link .main-rich-text p{
  margin: 0;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.4em;
  color: #121212;
  text-align: center;
  max-width: 620px;
  margin: 0 auto;
  position: relative;
}

.our-team-cards .title-wrapper-with-link .main-rich-text p:before{
  position: absolute;
  content: '';
  background-image: url(/cdn/shop/files/pro-cards-the_boss-paddle.png?v=1765523510);
  background-size: cover;
  background-repeat: no-repeat;
  width: 134px;
  height: 134px;
  top: -30px;
  left: -22%;
}

.our-team-cards .title-wrapper-with-link .main-rich-text p:after{
  position: absolute;
  content: '';
  background-image: url(/cdn/shop/files/pro-cards-smokeshow-paddle.png?v=1765523608);
  background-size: cover;
  background-repeat: no-repeat;
  width: 120px;
  height: 120px;
  top: -22px;
  left: unset;
  right: -22%
}

.our-team-cards .title-wrapper-with-link .slider-mobile-gutter{
  order: 2;
}

.our-team-cards .multicolumn-card__image-wrapper{
  padding-top:0 !important;
  margin-left:0 !important;
  margin-right:0 !important;
}

.our-team-cards .multicolumn-card__info{
  padding:12px 12px 16px !important;
}

.our-team-cards .multicolumn-card__info .link{
  margin-top:4px !important;
  text-decoration:underline;
}

.our-team-cards .multicolumn-card__info .link:hover{
  text-decoration:none !important;
}

.our-team-cards .multicolumn-card__info .link .svg-wrapper{
  display:none !important;
}

.our-team-cards .multicolumn-card:hover{
  background:#121212 !important;
}

.our-team-cards .multicolumn-card:hover .inline-richtext,
.our-team-cards .multicolumn-card:hover .link{
  color:#fff !important;
}

.our-team-cards .page-width{
  padding-left:0 !important;
  padding-right:0 !important;
}

@media(max-width:1024px){

  .our-team-cards .title-wrapper-with-link .main-rich-text{
    padding: 46px 0;
    max-width: 100%;
  }

  .our-team-cards .title-wrapper-with-link .main-rich-text p{
    max-width: 455px;
  }

  .our-team-cards .title-wrapper-with-link .main-rich-text p:before{
    top: -15px;
    left: -25%;
  }

  .our-team-cards .title-wrapper-with-link .main-rich-text p:after{
    top: -10px;
    right: -22%;
  }

  .our-team-cards .multicolumn-list{
    gap:20px !important;
  }
}

@media(max-width:767px){

  .our-team-cards .title-wrapper-with-link .main-rich-text{
    padding: 12px 0;
    max-width: 100%;
  }

  .our-team-cards .title-wrapper-with-link .main-rich-text p{
    max-width: 255px;
    font-size: 18px;
  }

  .our-team-cards .title-wrapper-with-link .main-rich-text p:before{
    top: 10px;
    left: -22%;
    width: 50px;
    height: 70px;
  }

  .our-team-cards .title-wrapper-with-link .main-rich-text p:after{
    top: 15px;
    right: -14%;
    width: 50px;
    height: 62px;
  }

  .our-team-cards .title-wrapper-with-link .title{
    max-width: 300px;
    margin: 0 auto;
  }
}

/*---- Hand Picked Banner Style -----*/

.hand-picked-banner .banner__box {
  /* padding: 40px 0 !important; */
  padding: 48px !important;
  background: rgba(18, 18, 18, 0.75) !important;
  max-width: 565px !important;
}

.hand-picked-banner .banner__text p{
  max-width:640px !important;
  margin:0 auto;
}

.hand-picked-banner .button{
  font-size: 16px;
  font-weight: 700;
  color: #121212;
  background-color: #DEFD56;
  border-radius: 0px;
  padding: 17px 28px;
  border: 1px solid #DEFD56;
  outline: none;
  min-width:unset;
  width: 100%;
  text-transform: uppercase;
}

.hand-picked-banner .button:hover {
  color: #121212;
  background-color: #fff;
  border: 1px solid #fff;
}

.hand-picked-banner .button:before,
.hand-picked-banner .button:after{
  display: none !important;
}

.custom-video-wrapper,
.custom-video-wrapper video {
  width: 100%;
  height: 100%;
  display: block;
}

.custom-video-wrapper {
  position: absolute;
  inset: 0;
  z-index: 1;
  overflow: hidden;
}

.custom-video-wrapper video {
  object-fit: cover;
  position: absolute;
  inset: 0;
}

.hand-picked-banner .banner__box .image-banner-extra-text ul {
  display: inline-flex;
  gap: 40px;
  list-style: none;
  padding: 0;
  margin: 14px 0 0;
}

.hand-picked-banner .banner__box .image-banner-extra-text ul li {
  font-size: 14px;
  position: relative;
  padding-left: 16px;
  color: #fff;
}

.hand-picked-banner .banner__box .image-banner-extra-text ul li:before {
  content: "";
  background-color: #DEFD56;
  width: 8px;
  height: 8px;
  border-radius: 100%;
  position: absolute;
  left: 0;
  top: 6px;
}

@media(max-width:767px){

  .hand-picked-banner .banner__box {
    padding: 40px 0 !important;
    background: rgba(18, 18, 18, 0.75) !important;
    max-width: 90% !important;
  }
}

/*----- Home FAQs Style -----*/

.home-faqs .collapsible-content-wrapper-narrow{
  padding: 0px;
  max-width: 800px;
}

.faq-layout {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 40px;
  max-width: 1030px;
  margin: 0 auto;
  border-top:1px solid rgba(18, 18, 18, 0.15)!important;
  margin-top:45px !important;
  padding-top:40px !important;
}

.faq-questions #faq-group-1 {
  border-top: 0px !important;
  margin-top: 0px !important;
  padding-top: 0px !important;
}

.faq-group-title {
  font-size:26px !important;
  letter-spacing: -0.52px !important;
  line-height:1.1em !important;
  margin-top:45px !important;
  padding-top:40px !important;
  border-top:1px dashed rgba(18, 18, 18, 0.15)!important;
}

.faq-questions details.faq-item {
  border: 1px solid #e5e5e5;
  padding: 24px;
  margin-bottom: 10px;
  cursor: pointer;
}

.faq-questions details.faq-item summary {
  font-size: 20px;
  line-height: 1.3em;
  font-weight: 600;
  font-family: Lora, serif;
  color: #121212;
  list-style: none;
}

.faq-questions details.faq-item .faq-answer p,
.faq-questions details.faq-item .faq-answer ul li{
  font-size: 18px;
  line-height: 1.44em;
}

 .faq-questions details.faq-item[open] summary {
  color: #000;
}


/* Positioning for icon */
.faq-item summary {
  position: relative;
  padding-right: 28px;
  cursor: pointer;
}

.faq-item summary .faq-icon {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 20px;
  line-height: 1;
  transition: 0.2s ease;
  background: #4e4e4e;
  width: 18px;
  height: 18px;
  border-radius: 100%;
}

/* Default icon = PLUS */
.faq-item:not([open]) summary .faq-icon::before {
  content: '+';
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #fff;
}

/* When DETAILS is OPEN = MINUS */
.faq-item[open] summary .faq-icon::before {
  content: '–'; /* long hyphen for nice look */
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #fff;
}

.faq-item summary .faq-icon {
  transition: transform 0.25s ease;
}

.faq-item[open] summary .faq-icon {
  transform: translateY(-50%) rotate(180deg);
}

/* Our Story Style */

.our-story .page-width{
  padding-left:0 !important;
  padding-right:0 !important;
}

.our-story p{
  line-height:1.4em !important;
}

.our-story .custom-wrapper{
  display:flex !important;
  flex-wrap:wrap !important;
  gap:0 20px !important;
  align-items:flex-start;
}

.our-story .custom-wrapper .content-wrapper,
.our-story .custom-wrapper .richtext-video-wrapper{
  width:40% !important;
  flex-grow:1;
}

.richtext-video-wrapper {
  width: 100%;
  height: auto;
  overflow: hidden;
  border-radius:20px;
}

.richtext-video-wrapper video {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.richtext-video-wrapper {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.rt-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.rt-play-btn:hover {
  background: rgba(0,0,0,0.8);
}

.rt-video {
  width: 100%;
  display: none; 
}

.rt-play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: rgba(0,0,0,0.6);
  color: #fff;
  border: none;
  padding: 15px 18px;
  font-size: 34px;
  border-radius: 50%;
  cursor: pointer;
}

@media(max-width:1024px){
  .our-story .custom-wrapper .content-wrapper,
  .our-story .custom-wrapper .richtext-video-wrapper{
    width:100% !important;
  }

  .richtext-video-wrapper {
    border-radius:16px;
  }
}

@media(max-width:1024px){
  .richtext-video-wrapper {
    border-radius:12px;
  }
}

/*----Our Story Style -----*/

.our-story {
  background: linear-gradient(180deg,#0009 0%, #0009 100%),url('/cdn/shop/files/from-agency-to-provider-bg.jpg');
  background-size:cover;
  position: relative;
}

.our-story .os-container{
  display: flex;
  flex-direction: row;
  padding: 90px 80px;
  gap:80px;
}

.our-story .os-col{
  width:50% !important;
}

.our-story .os-col.os-col-2{
  max-width:720px;
}

.our-story .title {
  color: #fff !important;
  margin:0 !important;
}

.our-story h2.title{
  font-size: 40px;
  letter-spacing: -0.8px;
  line-height:1.1em;
  margin-bottom:20px !important;
}

.our-story h3.title{
  font-size: 26px;
  letter-spacing: -0.52px;
  line-height:1.1em;
}

.our-story h4.title{
  font-size: 20px;
  line-height:1.1em;
  margin-top:16px !important;
}

.our-story .os-features-grid{
  margin-top:22px !important;
}

.our-story  p {
  font-size: 18px;
  color: #fff !important;
}

.our-story .os-feature-item p{
  margin-top:10px !important;
}

.our-story  p:last-child{
  margin-bottom:0 !important;
}

.our-story .os-features-grid{
  display:grid;
  grid-template-columns: 1fr 1fr 1fr!important;
  gap: 12px;
}

.our-story .os-feature-item{
  background:#ffffff1a !important;
  text-align: center;
  padding:10px;
  border-radius:8px;
}

.our-story .os-feature-item img{
  display: block;
  width: 60px !important;
  height: 60px;
  text-align: center;
  margin: 0 auto;
  background-color: rgb(217 172 38 / 10%);
  border-radius: 100%;
  padding: 15px !important;
}

.our-story .os-feature-item img {
  position: unset;
  transform: unset !important;
}

.from-agency .multicolumn-card .multicolumn-card__info {
  padding: 0px;
  margin-top: 20px;
}

.from-agency .multicolumn-card .multicolumn-card__info > * {
  color: #fff;
}

.from-agency .multicolumn-card .multicolumn-card__info .rte {
  margin-top: 10px;
}

.from-agency .multicolumn-card .multicolumn-card__info .rte  p {
  line-height: 1.33em;
}

@media(max-width:1800px){
  .our-story .os-container{
    flex-direction: column;
    gap:60px;
    align-items: center;
  }
}

@media(max-width:1279px){
  .our-story .os-col{
    width:100% !important;
  }

  .our-story .os-col.os-col-2{
    max-width:100% !important;
  }
}


@media(max-width:1024px){
  .our-story .os-container{
    padding: 80px 40px;
    gap:40px;
  }
}

@media(max-width:767px){
  .our-story .os-container{
    padding: 40px 20px;
    gap:20px;
  }  

  .our-story .os-features-grid{
    grid-template-columns: 1fr !important;
    gap: 12px;
  }

  .our-story h2.title{
  font-size: 28px;
  margin-bottom:10px !important;
}

.our-story h3.title{
  font-size: 22px;
}

.our-story h4.title{
  font-size: 18px;
  margin-top:16px !important;
}
}



/* Single Product - Free Shipping and 60 Day Money Back Guarantee */

product-info .product .product__info-wrapper .product__info-container .icon-with-text{
  padding: 16px;
  background-color: #E7E7E7;
  justify-content: start;
  gap: 0;
}

product-info .product .product__info-wrapper .product__info-container .icon-with-text li{
  flex-direction: row;
  width: 50%;
  gap: 12px;
}

product-info .product .product__info-wrapper .product__info-container .icon-with-text li img {
    height: 48px !important;
    width: 100% !important;
    max-width: 48px !important;
    object-fit: cover !important;
    margin-bottom: 0;
}

product-info .product .product__info-wrapper .product__info-container .icon-with-text li .inline-richtext{
  text-align: left;
  font-family: Figtree, sans-serif;
  font-size: 18px;
  color: #000000;
  font-weight: 600;
  line-height: 1.16em;
}

@media(max-width:1024px){

  product-info .product .product__info-wrapper .product__info-container .icon-with-text{
    flex-direction: column;
    gap: 16px;
  }

  product-info .product .product__info-wrapper .product__info-container .icon-with-text li{
    flex-direction: row;
    width: 100%;
    gap: 12px;
  }

  product-info .product .product__info-wrapper .product__info-container .icon-with-text li img {
      height: 48px !important;
      width: 100% !important;
      max-width: 48px !important;
      object-fit: cover !important;
      margin-bottom: 0;
  }

  product-info .product .product__info-wrapper .product__info-container .icon-with-text li .inline-richtext{
    text-align: left;
    font-family: Figtree, sans-serif;
    font-size: 18px;
    color: #000000;
    font-weight: 600;
    line-height: 1.16em;
  }
}

@media(max-width:767px){

  product-info .product .product__info-wrapper .product__info-container .icon-with-text{
    flex-direction: column;
    gap: 12px;
  }

  product-info .product .product__info-wrapper .product__info-container .icon-with-text li{
    flex-direction: row;
    width: 100%;
    gap: 12px;
  }

  product-info .product .product__info-wrapper .product__info-container .icon-with-text li img {
      height: 36px !important;
      max-width: 36px !important;
  }

  product-info .product .product__info-wrapper .product__info-container .icon-with-text li .inline-richtext{
    text-align: left;
    font-family: Figtree, sans-serif;
    font-size: 18px;
    color: #000000;
    font-weight: 600;
    line-height: 1.16em;
  }
}



/*----Updated Homepage CSS-----*/


/*----Header -----*/

.home-godfather-performance-header {
  /* height: 700px !important; */
  padding: 90px 0;
  height: 730px !important;
  overflow: hidden;
}

.home-godfather-performance-header .banner__content{
  padding: 0;
  max-width: 560px;
}

.home-godfather-performance-header .banner__box{
    padding: 0;
    background: rgba(18, 18, 18, 0.75);
    backdrop-filter: blur(3px);
    padding: 40px 64px;
    max-width: 560px;
}

.home-godfather-performance-header .banner__box > *{
  color: #fff;
}

.home-godfather-performance-header .banner__media img {
  object-position: 40% 69%;
}

/* .godfather-performance-header .banner__box h2 {
  font-size: 72px;
  line-height: 1.1em;
  text-transform: uppercase;
} */

.home-godfather-performance-header .banner__box h2 {
  color: #E7E7E7;
  font-size: 52px;
  line-height: 1.1em;
  letter-spacing: -1.04px;
  padding-bottom: 16px;
  margin-bottom: 16px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

/* .godfather-performance-header .banner__box .banner__text p {
  font-size: 36px;
  line-height: 1.2em;
  text-transform: uppercase;
  font-weight: 700;
} */

.home-godfather-performance-header .banner__box .banner__text p {
  font-size: 24px;
  line-height: 1.1em;
  font-weight: 700;
  letter-spacing: -0.48px;
  font-family: Lora, serif;
}

/* .godfather-performance-header .banner__box .image-banner-extra-text {
  font-size: 20px;
  line-height: 1.33em;
  color: rgba(255, 255, 255, 0.8);
  max-width: 570px;
  margin: 0 auto;
} */

.home-godfather-performance-header .banner__box .image-banner-extra-text {
  font-size: 16px;
  line-height: 1.36em;
  color: rgba(255, 255, 255, 0.75);
}

/* .godfather-performance-header .banner__box .banner__buttons {
  display: flex;
  justify-content: center;
  max-width: 100%;
  margin-top: 40px;
}

.godfather-performance-header .banner__box .banner__buttons a.button {
  font-size: 18px;
  font-weight: 700;
  color: #121212;
  background-color: #DEFD56;
  border-radius: 0px;
  padding: 17px 30px;
  border: 1px solid #DEFD56;
  outline: none;
  min-width:unset;
  width: 100%;
  max-width: 300px;
} */

.home-godfather-performance-header .banner__box .banner__buttons {
  display: flex;
  flex-direction: column;
  max-width: 100%;
  margin-top: 24px;
}

.home-godfather-performance-header .banner__box .banner__buttons a.button {
  font-size: 16px;
  font-weight: 700;
  color: #121212;
  background-color: #DEFD56;
  border-radius: 0px;
  padding: 17px 28px;
  border: 1px solid #DEFD56;
  outline: none;
  min-width:unset;
  width: 100%;
  text-transform: uppercase;
  /* max-width: 300px; */
}

.home-godfather-performance-header .banner__box .banner__buttons a.button:hover {
  color: #121212;
  background-color: #fff;
  border: 1px solid #fff;
}

.home-godfather-performance-header .banner__box .banner__buttons a.button:last-child {
  color: #121212;
  background-color: #fff;
  border: 1px solid #fff;
}

.home-godfather-performance-header .banner__box .banner__buttons a.button:last-child:hover {
  background-color: #DEFD56;
  border: 1px solid ;
}

.home-godfather-performance-header .banner__box .banner__buttons a.button:before,
.home-godfather-performance-header .banner__box .banner__buttons a.button:after {
  display: none;
}

.home-godfather-performance-header .banner__box .image-banner-extra-text ul {
  display: inline-flex;
  gap: 40px;
  list-style: none;
  padding: 0;
  margin: 14px 0 0;
}

.home-godfather-performance-header .banner__box .image-banner-extra-text ul li {
  font-size: 14px;
  position: relative;
  padding-left: 16px;
  color: #fff;
}

.home-godfather-performance-header .banner__box .image-banner-extra-text ul li:before {
  content: "";
  background-color: #DEFD56;
  width: 8px;
  height: 8px;
  border-radius: 100%;
  position: absolute;
  left: 0;
  top: 6px;
}

.home-godfather-performance-header .banner__box .image-banner-extra-text ul li:after {
  content: "";
  background-color: rgba(255, 255, 255, 0.35);
  width: 1px;
  height: 8px;
  position: absolute;
  right: -20px;
  top: 7px;
}

.home-godfather-performance-header .banner__box .image-banner-extra-text ul li:last-child:after {
  display: none;
}


.home-godfather-performance-header .banner__box .image-banner-extra-text ul li::marker {
  font-size: 16px;
  color: #d9ad26;
}

@media (min-width: 1025px) and (max-width: 1780px){
  /* .godfather-performance-header .banner__media img {
    object-position: 40% 0%;
  } */

  .home-godfather-performance-header {
    height: 580px !important;
  }
}


@media(max-width:1024px){

  .home-godfather-performance-header {
    height: 550px !important;
    background: #121212 !important;
    padding: 40px !important;
  }

  home-godfather-performance-header .banner{
    overflow: hidden !important;
  }

  .home-godfather-performance-header .banner__content{
    padding: 0;
    max-width: 700px;
  }

  .home-godfather-performance-header .banner__box{
    padding: 40px 64px;
    max-width: 700px;
}
  
  .home-godfather-performance-header .banner__media img {
    display: none !important;
  }   
}

@media(max-width:767px){

.home-godfather-performance-header {
  height: 580px !important;

}

.home-godfather-performance-header .banner__content {
  padding: 0px 20px;
}

  .home-godfather-performance-header .banner__media img {
    height:100% !important;
    object-position:top center !important;
  }  

  .home-godfather-performance-header .banner__content{
    padding: 0;
    max-width: 100%;
  }

  .home-godfather-performance-header .banner__box{
    padding: 0px;
    max-width: 100%;
}

  .home-godfather-performance-header .banner__box h2 {
    font-size: 36px;
  }

  .home-godfather-performance-header .banner__box .banner__text p {
    font-size: 22px;
  }

  .home-godfather-performance-header .banner__box .image-banner-extra-text p {
    font-size: 18px;
  }

  .home-godfather-performance-header .banner__box .image-banner-extra-text ul {
    gap: 12px;
  }

  .home-godfather-performance-header .banner__box .banner__buttons a.button {
    font-size: 16px;
    padding: 12px 30px;
    max-width: 100%;
  }
}

/* Mobile Home Header Image */

.mobile-home-header-image{
  display: none !important;
}

.mobile-home-header-image .banner__box{
  display: none !important;
}

@media(max-width:1024px){

  .mobile-home-header-image{
    display: block !important;
  }

  .mobile-home-header-image .banner{
    min-height: 290px !important;
  }
}

/*----Home Brands-----*/

.brands {
  padding: 60px 0 0 !important;
}

.brands .rich-text__heading {
  max-width: 570px;
  margin: 0 auto 15px;
}

.brands .rich-text__text {
  max-width: 580px;
  margin: 0 auto;
}

.brands .rich-text__text p {
  font-size: 18px;
  line-height: 1.33em;
}


/*----Industry Secret-----*/

.industry-secret .page-width{
  max-width: 100%;
}

.industry-secret .rich-text__blocks{
  display: flex;
  max-width: 100%;
  align-items: baseline;
  justify-content: center;
  gap: 8px;
}

.industry-secret .rich-text__heading {
  font-size: 18px;
  font-weight: 700;
}

.industry-secret .rich-text__text{
  font-size: 18px;
}

@media(max-width:1024px){

  .industry-secret .rich-text__blocks{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 8px;
  }

  .industry-secret .rich-text__text{
    text-align: center;
    margin-top: 0;
  }
}

/*----Home Reviews-----*/

.home-reviews{
  background-color: #F5F5F5;
}

.home-reviews > *,
.home-reviews .multicolumn .title {
  text-align: center;
}

.home-reviews .title-wrapper-with-link {
  margin-bottom: 0px;
  justify-content: center;
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: center;
}

.home-reviews .main-rich-text p {
  font-size: 18px;
  line-height: 1.33em;
}

.home-reviews .main-rich-text p:first-child {
  margin: 10px 0px;
}

.home-reviews .main-rich-text p:last-child {
  position: relative;
  width: fit-content;
  text-align: center;
  margin: 0 auto;
  /* padding-left: 110px; */
}

.home-reviews .main-rich-text p:last-child:before {
  /* content: "";
  background-image: url('/cdn/shop/files/star-rating.svg?v=1763018025');
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 100px;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 0;
  right: unset;
  transform: translateY(-50%); */
}

.home-reviews .page-width {
  padding: 60px 0px;
  max-width: 1200px;
    width: 90%;
}

/* Hide Blank Column */
.home-reviews .multicolumn-card:not(:has(img)):not(:has(h3)):not(:has(p)),
.home-reviews .multicolumn-list .multicolumn-list__item--empty {
  display: none !important;
}

.home-reviews .title-wrapper-with-link{
  display: flex;
  flex-direction: column;
}

.home-reviews .title{
  order: 1;
}

.home-reviews .multicolumn-custom-html{
  order: 3;
}

.home-reviews .main-rich-text{
  order: 2;
  max-width: 570px;
}

.home-reviews .slider-mobile-gutter {
  margin-top: 40px;
  order: 4;
}

.home-reviews .slider-mobile-gutter .multicolumn-list {
  gap: 30px;
}

.home-reviews .slider-mobile-gutter li {
  width: calc((100% - (32px * 3)) / 3);
}

.home-reviews .multicolumn-card {
  background: #fff !important;
  padding: 25px;
  text-align: left;
  border: 1px solid rgb(128 128 128 / 26%);
  border-radius: 12px;
}

.home-reviews .slider-mobile-gutter li:hover .multicolumn-card {
  border: 1px solid rgb(217 172 38 / 50%);
}

.home-reviews .multicolumn-card .media {
  padding: 0px !important;
}

.home-reviews .multicolumn-card .media img {
  width: 100px;
}

.home-reviews .multicolumn-card .multicolumn-card__image-wrapper {
  padding: 0px;
  margin: 0px;
}

.home-reviews .multicolumn-card .media img {
  position: unset;
  transform: unset !important;
}
 

.home-reviews .multicolumn-card .multicolumn-card__info {
  display: flex;
  flex-direction: column;
  padding: 0px;
  margin-top: 10px;
}

.home-reviews .multicolumn-card .multicolumn-card__info h3 {
  font-size: 14px;
  color: #737373;
  order: 2;
  margin-top: 15px;
}

.home-reviews .multicolumn-card .multicolumn-card__info .rte {
  margin-top: 10px;
}

.home-reviews .multicolumn-card .multicolumn-card__info .rte p {
  font-style: italic;
  line-height: 1.33em;
}


@media(max-width:1024px){
  .home-reviews .multicolumn-list{
    padding-left:0 !important;
    padding-right:0 !important;
    flex-direction:column;
    gap:20px !important;
  }
  
  .home-reviews .slider-mobile-gutter li {   
    width: 100%;
  }
}

@media(max-width:767px){
  .home-reviews .multicolumn-list{
    gap:15px !important;
  } 

  .home-reviews .title {
    font-size: 28px;
  }  
}


/* Our Story Style */

.our-story .page-width{
  padding-left:0 !important;
  padding-right:0 !important;
}

.our-story p{
  line-height:1.4em !important;
}

.our-story .custom-wrapper{
  display:flex !important;
  flex-wrap:wrap !important;
  gap:0 20px !important;
  align-items:flex-start;
}

.our-story .custom-wrapper .content-wrapper,
.our-story .custom-wrapper .richtext-video-wrapper{
  width:40% !important;
  flex-grow:1;
}

.richtext-video-wrapper {
  width: 100%;
  height: auto;
  overflow: hidden;
  border-radius:20px;
}

.richtext-video-wrapper video {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.richtext-video-wrapper {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.rt-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.rt-play-btn:hover {
  background: rgba(0,0,0,0.8);
}

.rt-video {
  width: 100%;
  display: none; 
}

.rt-play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: rgba(0,0,0,0.6);
  color: #fff;
  border: none;
  padding: 15px 18px;
  font-size: 34px;
  border-radius: 50%;
  cursor: pointer;
}

@media(max-width:1024px){
  .our-story .custom-wrapper .content-wrapper,
  .our-story .custom-wrapper .richtext-video-wrapper{
    width:100% !important;
  }

  .richtext-video-wrapper {
    border-radius:16px;
  }
}

@media(max-width:1024px){
  .richtext-video-wrapper {
    border-radius:12px;
  }
}

/*----Our Story Home -  Style -----*/

.our-story-home {
  /* background: linear-gradient(180deg,#0009 0%, #0009 100%),url('/cdn/shop/files/from-agency-to-provider-bg.jpg'); */
  background: url('/cdn/shop/files/from-the-inside-out.jpg?v=1770785299');
  background-size:cover;
  position: relative;
}

.our-story-home .os-container{
  display: flex;
  flex-direction: row;
  padding: 90px 80px;
  gap:80px;
}

.our-story-home .os-col{
  width:50% !important;
}

.our-story-home .os-col.os-col-2{
  /* max-width:720px; */
  max-width: 460px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.our-story-home .richtext-video-wrapper{
  border-radius: 0;
}

.our-story-home .rt-play-btn{
  background: #defd56;
  color: #000;
  font-size: 16px;
  padding: 21px 24px;
  border-radius: 100%;
}

.our-story-home .title {
  color: #fff !important;
  margin:0 !important;
}

.our-story-home h2.title{
  font-size: 40px;
  letter-spacing: -0.8px;
  line-height:1.1em;
  margin-bottom:20px !important;
}

.our-story-home h3.title{
  font-size: 26px;
  letter-spacing: -0.52px;
  line-height:1.1em;
}

.our-story-home h4.title{
  font-size: 20px;
  line-height:1.1em;
  margin-top:16px !important;
}

.our-story-home .os-features-grid{
  margin-top:22px !important;
}

.our-story-home p
 {
  font-size: 18px;
  color: rgba(255, 255, 255, 0.75) !important;
  line-height: 1.36em;
}

.our-story-home p:last-child
 {
  font-size: 18px;
  color: rgba(255, 255, 255, 0.75) !important;
  line-height: 1.36em;
  padding-top: 20px;
  border-top: 2px dashed rgba(255, 255, 255, 0.25);
}

.our-story-home .join-us-btn{
  font-size: 16px;
    font-weight: 700;
    color: #121212;
    background-color: #defd56;
    border-radius: 0;
    padding: 17px 28px;
    border: 1px solid #DEFD56;
    outline: none;
    text-transform: uppercase;
    text-decoration: none;
    display: block;
    margin: 24px 0 0;
    width: fit-content;
    line-height: 1em;
}

.our-story-home .join-us-btn:hover{
  font-size: 16px;
    background-color: #fff;
    border: 1px solid #fff;
}

.our-story-home ul li
 {
  font-size: 18px;
  color: #fff !important;
  position: relative;
  padding-left: 20px;
}

.our-story-home ul
 {
  padding: 0;
  list-style: none;
}

.our-story-home ul li:before{
  content: '';
  position: absolute;
  background: #defd56;
	width: 8px;
  height: 8px;
  border-radius: 100%;
  top: 12px;
  left: 0;
}

.our-story-home .os-feature-item p{
  margin-top:10px !important;
}

.our-story-home  p:last-child{
  margin-bottom:0 !important;
}

.our-story-home .os-features-grid{
  display:grid;
  grid-template-columns: 1fr 1fr 1fr!important;
  gap: 12px;
}

.our-story-home .os-feature-item{
  background:#ffffff1a !important;
  text-align: center;
  padding:10px;
  border-radius:8px;
}

.our-story-home .os-feature-item img{
  display: block;
  width: 60px !important;
  height: 60px;
  text-align: center;
  margin: 0 auto;
  background-color: rgb(217 172 38 / 10%);
  border-radius: 100%;
  padding: 15px !important;
}

.our-story-home.os-feature-item img {
  position: unset;
  transform: unset !important;
}

@media(max-width:1800px){
  .our-story-home .os-container{
    flex-direction: column;
    gap:60px;
    align-items: center;
  }
}

@media(max-width:1279px){
  .our-story-home .os-col{
    width:100% !important;
  }

  .our-story-home .os-col.os-col-2{
    max-width:100% !important;
  }
}


@media(max-width:1024px){
  .our-story-home .os-container{
    padding: 80px 40px;
    gap:40px;
  }
}

@media(max-width:767px){
  .our-story-home .os-container{
    padding: 40px 20px;
    gap:20px;
  }  

  .our-story-home .os-features-grid{
    grid-template-columns: 1fr !important;
    gap: 12px;
  }

  .our-story-home h2.title{
  font-size: 28px;
  margin-bottom:10px !important;
}

.our-story-home h3.title{
  font-size: 22px;
}

.our-story-home h4.title{
  font-size: 18px;
  margin-top:16px !important;
}
}

@media(min-width:1025px) and (max-width:1600px){

  .our-story-home .os-col {
    width: 100% !important;
}

  .our-story-home .os-col-2 {
    max-width: 100% !important;
}
}

/* Instagram Feed */

.instagram-feed .instagram-content{
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 1400px;
    margin: 0 auto;
    position: relative;
}

.instagram-feed h2{
  color: #121212;
  font-size: 44px;
  font-weight: 700;
  line-height; 1.1em;
  letter-spacing: -0.88px;
  margin: 0;
}

.instagram-feed .instagram-content:after{
  content: '';
  background: rgba(18, 18, 18, 0.15);
  position: absolute;
  width: 58%;
  height: 1px;
  top: 50%;
  left: 350px;
}

.instagram-feed .insta-handle{
  color: #ffffff;
  background: #121212;
  font-size; 16px;
  line-height: 1em;
  padding: 14px 24px;
  border-radius: 200px;
  text-decoration: none !important;
}

.instagram-feed .insta-handle:hover{
  color: #121212;
  background: #defd56;
  font-size; 16px;
  line-height: 1em;
  padding: 14px 24px;
  border-radius: 200px;
  text-decoration: none !important;
}

@media(max-width:1024px){

  .instagram-feed{
    max-width: 100%;
    padding; 0 30px;
}

  .instagram-feed .instagram-content{
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 100%;
    padding: 0 40px;
    position: relative;
}

  .instagram-feed .instagram-content:after{
    display: none !important;
  }

  .instagram-feed h2{
  font-size: 40px;
  letter-spacing: -0.8px;
  }
}

@media(max-width:767px){

  .instagram-feed h2{
  font-size: 32px;
  letter-spacing: -0.64px;
  }

  .instagram-feed .instagram-content{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    max-width: 100%;
    padding: 0 40px;
    position: relative;
    gap: 10px;
}
}

@media(min-width:1025px) and (max-width:1600px){

  .instagram-feed .instagram-content:after{
    display: none;
  }
}


/* Home FAQs */

.faqs{
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  padding: 200px 0 80px;
}

.faqs .faq-custom-heading{
  font-size: 44px;
  text-align: center;
  position: relative;
  font-weight: 700;
  line-height: 1em;
  letter-spacing: -0.88px;
}

.faqs .faq-custom-heading:before{
  content: '';
  position: absolute;
  background-image: url(/cdn/shop/files/pro-knowledge.svg?v=1770805591);
  background-size: cover;
  background-repeat: no-repeat;
  width: 120px;
  height: 120px;
  top: -150px;
  left: 50%;
  transform: translateX(-50%);
}

.faqs .faq-icon{
  background: #defd56 !important;
}

.faqs .faq-icon:before{
  color: #121212 !important;
}

@media(max-width:1024px){

  .faqs{
  width: 100%;
  max-width: 90%;
  margin: 0 auto;
  padding: 200px 40px 80px;
}

  .faqs .faq-custom-heading{
  font-size: 40px;
  letter-spacing: -0.8px;
  }
}

@media(max-width:767px){

  .faqs{
  width: 100%;
  max-width: 90%;
  margin: 0 auto;
  padding: 120px 0 40px;
}

.faqs .faq-custom-heading{
  font-size: 44px;
  text-align: center;
  position: relative;
  font-weight: 700;
  line-height: 1em;
  letter-spacing: -0.88px;
}

.faqs .faq-custom-heading:before{
  content: '';
  position: absolute;
  background-image: url(/cdn/shop/files/pro-knowledge.svg?v=1770805591);
  background-size: cover;
  background-repeat: no-repeat;
  width: 80px;
  height: 80px;
  top: -100px;
  left: 50%;
  transform: translateX(-50%);
}

  .faqs .faq-custom-heading{
  font-size: 32px;
  letter-spacing: -0.64px;
  }
}

/* About Us Page */

.page-about-us .godfather-pickleball-origins .page-width,
.page-about-us .godfather-pickleball-evolves .page-width,
.page-about-us .about-us-shop-the-godfather-collection .page-width{
  padding: 0;
  width: 100%;
  max-width: 1400px;
}

.page-about-us .godfather-pickleball-origins .image-with-text__media-item,
.page-about-us .godfather-pickleball-evolves .image-with-text__media-item,
.page-about-us .about-us-shop-the-godfather-collection .image-with-text__media-item{
  max-width: 580px;
}

.page-about-us .godfather-pickleball-origins .image-with-text__media,
.page-about-us .godfather-pickleball-evolves .image-with-text__media,
.page-about-us .about-us-shop-the-godfather-collection .image-with-text__media{
  padding: 0 !important;
  border: none;
  border-radius: 8px;
}

.page-about-us .godfather-pickleball-origins .image-with-text__media img,
.page-about-us .godfather-pickleball-evolves .image-with-text__media img,
.page-about-us .about-us-shop-the-godfather-collection .image-with-text__media img{
  position: relative;
  border-radius: 8px;
}

.page-about-us .godfather-pickleball-origins .image-with-text__content,
.page-about-us .about-us-shop-the-godfather-collection .image-with-text__content{
  padding: 0 0 0 120px;
}

.page-about-us .godfather-pickleball-evolves .image-with-text__content{
  padding: 0 120px 0 0;
}

.page-about-us .godfather-pickleball-origins .image-with-text__content .image-with-text__heading{
  line-height: 1.2em;
  letter-spacing: -0.88px;
}

.page-about-us .godfather-pickleball-origins .image-with-text__content p,
.page-about-us .godfather-pickleball-evolves .image-with-text__content p,
.page-about-us .about-us-shop-the-godfather-collection .image-with-text__content p{
  font-size: 20px;
  line-height: 1.36em;
  letter-spacing: 0;
}

.page-about-us .about-us-shop-the-godfather-collection .image-with-text__content .button{
  padding: 16px 32px;
  border: 2px solid rgba(18, 18, 18, 0.75);
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  margin-top: 48px;
  box-shadow: none !important;
  line-height: 1em;
}

.page-about-us .about-us-shop-the-godfather-collection .image-with-text__content .button:before,
.page-about-us .about-us-shop-the-godfather-collection .image-with-text__content .button:after{
  display: none !important;
}

.page-about-us .about-us-shop-the-godfather-collection .image-with-text__content .button:hover{
  border: 2px solid #DEFD56;
  background-color: #DEFD56;
}

@media(max-width:1024px){

  .page-about-us .godfather-pickleball-origins .page-width,
  .page-about-us .godfather-pickleball-evolves .page-width,
  .page-about-us .about-us-shop-the-godfather-collection .page-width{
    padding: 0 40px;
    width: 100%;
    max-width: 100%;
  }

  .page-about-us .godfather-pickleball-origins .grid--gapless.grid {
    row-gap: 40px;
  }

  .page-about-us .godfather-pickleball-evolves .grid--gapless.grid,
  .page-about-us .about-us-shop-the-godfather-collection .grid--gapless.grid {
    row-gap: 20px;
  }

  .page-about-us .godfather-pickleball-origins .image-with-text__media-item,
  .page-about-us .godfather-pickleball-evolves .image-with-text__media-item,
  .page-about-us .about-us-shop-the-godfather-collection .image-with-text__media-item{
    max-width: 100%;
    width: 100%;
  }

  .page-about-us .godfather-pickleball-origins .image-with-text__content,
  .page-about-us .godfather-pickleball-evolves .image-with-text__content,
  .page-about-us .about-us-shop-the-godfather-collection .image-with-text__content{
    padding: 0;
  }
}

@media(max-width:767px){

  .page-about-us .godfather-pickleball-origins .page-width,
  .page-about-us .godfather-pickleball-evolves .page-width,
  .page-about-us .about-us-shop-the-godfather-collection .page-width{
    padding: 0 20px;
  }

  .page-about-us .godfather-pickleball-origins .image-with-text__content .image-with-text__heading{
    font-size: 30px;
    letter-spacing: -0.6px;
  }

  .page-about-us .godfather-pickleball-origins .image-with-text__content p,
  .page-about-us .godfather-pickleball-evolves .image-with-text__content p,
  .page-about-us .about-us-shop-the-godfather-collection .image-with-text__content p{
    font-size: 18px;
  }

  .page-about-us .about-us-shop-the-godfather-collection .image-with-text__content .button{
    font-size: 14px;
    width: 100%;
  }

}

@media(min-width:1025px) and (max-width: 1600px){

  .page-about-us .godfather-pickleball-origins .page-width,
  .page-about-us .godfather-pickleball-evolves .page-width,
  .page-about-us .about-us-shop-the-godfather-collection .page-width{
    max-width: 85%;
  }

  .page-about-us .godfather-pickleball-origins .image-with-text__content,
  .page-about-us .about-us-shop-the-godfather-collection .image-with-text__content{
    padding: 0 0 0 60px;
  }

  .page-about-us .godfather-pickleball-evolves .image-with-text__content{
    padding: 0 60px 0 0;
  }
}