/** Shopify CDN: Minification failed

Line 375:34 Expected ":"

**/
[xo-pfs] {
  --pfs-min: 10;
  --pfs-max: 60;
  --min-viewport: 40;
  --max-viewport: 120;
  --m: (var(--pfs-max) - var(--pfs-min)) /
    (var(--max-viewport) - var(--min-viewport));
  --size: clamp(
    calc(var(--pfs-min) * 1rem),
    calc(
      var(--m) * 100vw + var(--pfs-min) * 1rem - var(--m) * var(--min-viewport) *
        1rem
    ),
    calc(var(--pfs-max) * 1rem)
  );
}

.img-banner-2 {
  position: relative;
  height: 150vh;
}

@media (max-width: 767px) {
  .img-banner-2 {
    height: 100dvh;
  }
}

.img-banner-2 .xo-video--modifier {
  object-fit: cover;
}

.img-banner-2--style-1 .img-banner-2__content {
  display: flex;
  flex-direction: column;
  justify-content: left;
}

@media (min-width: 768px) {
  .img-banner-2--style-1 .img-banner-2__content {
    display: grid;
    justify-content: space-between;
  }
}

.img-banner-2--style-1 .img-banner-2__bottom {
  padding-bottom: 2rem;
}

.img-banner-2--style-2 .img-banner-2__content {
  display: flex;
  flex-direction: column-reverse;
  align-items: flex-start;
  justify-content: space-between;
  padding: 9.1rem 0 3.4rem 0;
}

@media (min-width: 992px) {
  .img-banner-2--style-2 .img-banner-2__content {
    gap: 2.4rem;
    padding: 12.5rem 0 7.4rem 0;
  }
}

.img-banner-2--style-2 .img-banner-2__box {
  padding-top: 0;
}

.img-banner-2__inner {
  position: sticky;
  top: 0;
  width: 100%;
  height: 100dvh;
  overflow: hidden;
}

[dir=ltr] .img-banner-2__inner {
  left: 0;
}

[dir=rtl] .img-banner-2__inner {
  right: 0;
}

.img-banner-2__pr {
  position: absolute;
  inset: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.img-banner-2__pr .xo-image,
.img-banner-2__pr .xo-image__placeholder,
.img-banner-2__pr .placeholder-svg,
.img-banner-2__pr img {
  width: 100%;
  height: 100%;
}

.img-banner-2__bg {
  width: 100%;
  height: 100%;
  opacity: 1 !important;
}

.img-banner-2__bg--mobile {
  display: block;
}

@media (min-width: 768px) {
  .img-banner-2__bg--mobile {
    display: none;
  }
}

.img-banner-2__bg--desktop {
  display: none;
}

@media (min-width: 768px) {
  .img-banner-2__bg--desktop {
    display: block;
  }
}

.img-banner-2__body {
  height: 100%;
  padding: 0 2.3rem;
}

@media (min-width: 1400px) {
  .img-banner-2__body {
    padding: 0 3.8rem;
  }
}

.img-banner-2__content {
  height: 100%;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

@media (max-width: 767px) {
  .img-banner-2__content {
    justify-content: center;
  }
}

.img-banner-2__box {
  display: flex;
  flex-direction: column;
  gap: 2.3rem;
}

/* Mobile-only line break - hidden by default */
br.mobile-break {
  display: none;
}

/* ============================================
   MOBILE SPECIFIC STYLES (Max-width: 767px)
   Custom mobile hero fix – December 2025
   Full-screen video with properly positioned overlay text
   ============================================ */
@media (max-width: 767px) {
  /* Show line break on mobile */
  br.mobile-break {
    display: block;
  }
  /* MOBILE VIDEO CROPPING FIX
     Position video/image center - crops equally from all edges
     Adjust if needed: lower % = show more top, higher % = show more bottom */
  .img-banner-2__bg--mobile video,
  .img-banner-2__bg--mobile img,
  .img-banner-2__bg--mobile .xo-video--modifier {
    object-position: 50% 50%;
  }

  /* Ensure video fully covers container */
  .img-banner-2__bg--mobile .xo-embed-responsive {
    height: 100% !important;
  }

  .img-banner-2__bg--mobile .xo-embed-responsive video {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  /* SHOW the main video hero on mobile */
  .image-banner-style-2 {
    display: block !important;
  }

  /* HIDE the separate mobile section */
  .rp-mobile-section {
    display: none !important;
  }

  /* Full viewport height hero */
  .img-banner-2 {
    height: 100vh !important;
    height: 100dvh !important;
  }

  .img-banner-2__inner {
    height: 100% !important;
  }

  /* Content positioning */
  .img-banner-2__body {
    padding: 10px 10px !important;
    display: flex;
    align-items: flex-end;
    height: 100% !important;
  }

  .img-banner-2__content {
    justify-content: flex-end !important;
    height: auto !important;
    max-height: 45vh !important; /* Text takes up bottom 45% max */
  }

  .img-banner-2__box {
    padding-top: 0 !important;
  }

  /* CLEAN HERO LAYOUT - Headline + Buttons + Trust Badges */
  .img-banner-2__description {
    max-width: 100% !important;
    background: rgba(0, 0, 0, 0.6) !important;
    backdrop-filter: blur(10px) !important;
    -webkit-backdrop-filter: blur(10px) !important;
    padding: 20px 32px !important;
    border-radius: 16px !important;
    border: none !important;
  }

  /* Headline styling */
  h1.home-head {
    font-size: 22px !important;
    line-height: 1.3 !important;
    margin-bottom: 0 !important;
    background: none !important;
    padding: 0 !important;
    color: #fff !important;
    font-weight: 500 !important;
  }

  h1.home-head::after { display: none !important; }
  h1.home-head .gold-pera { color: #ba9765 !important; }
  h1.home-head .tagline { color: #fff; }

  /* Buttons */
  .img-banner-2__description .button-block {
    flex-direction: row !important;
    gap: 10px !important;
    margin-top: 20px !important;
  }

  .img-banner-2__description .xo-btn {
    padding: 8px 18px !important;
    font-size: 13px !important;
    font-weight: 600 !important;
  }

  /* Trust badges */
  .img-banner-2__description .new-hero-warranty-info {
    margin-top: 25px !important;
    padding-top: 25px !important;
    border-top: 1px solid rgba(186, 151, 101, 0.3) !important;
    background: none !important;
    width: 100% !important;
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    gap: 10px !important;
  }

  .img-banner-2__description .new-hero-warranty-info span {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .img-banner-2__description .new-hero-warranty-info img {
    width: 100% !important;
    max-width: 70px !important;
    height: auto !important;
    object-fit: contain !important;
    opacity: 0.9;
  }
  
  .product-special__heading.h2 h2 {
    padding-bottom: 0px !important;
  }
  
  .recovery-video-container {
    flex: auto !important;
    background: var(--card-bg);
    border-radius: var(--radius);
    overflow: hidden;
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s ease;
    max-width: 100% !important;
  }
  
  .section5 .method-title {
    margin-bottom: 0px !important;
    margin-top: 0px !important;
  }
  
  .section5 .detail-column h4 {
    margin-top: 0px !important;
    font-size: 1.5rem !important;
  }
  
  .section5 .methods-list {
    margin-bottom: 0px !important;
  }
  
  .section5 .detail-column ul {
    list-style: none;
    padding-left: 0;
    margin-top: 0px !important;
  }
  
  .section5 .method-header {
    flex-direction: column;
    gap: 10px;
    margin-bottom: 7px !important;
  }
  
  .section5 .how-text {
    margin-bottom: 5px !important;
    font-size: 1.5rem !important;
  }
  
  span.xo-animate-st__inner {
    font-size: 11vw !important;
  }
  
  .new-hero-warranty-info.new-logo {
    width: 100% !important;
  }
  
  h1.new-hero-heading.mobile {
    display: block !important;
  }
  
  p.new-hero-description.gold-pera.mobile {
    display: block !important;
  }
  
  .new-hero-content.mobile h1.new-hero-heading {
    display: none;
  }
  
  .new-hero-content.mobile p.new-hero-description.gold-pera {
    display: none;
  }
  .recovery-pen-wellness-wrapper .section-title, .rp-section-title {
    font-size: 2.5rem !important;
}
.cta-section h2, .rp-cta-section h2 {
    font-size: 2.5rem !important;o 
    margin-bottom: 30px;
    font-family: 'Poppins', sans-serif;
    line-height: 1.2;
    font-weight: 500;
}
  .img-banner-2__box {
    padding-top: 0;
    gap: 2.4rem;
    justify-content: center;
  }
  
  .img-banner-2__content {
    display: grid !important;
    flex-direction: column;
    justify-content: end;
  }
  
  #shopify-section-template--20167119864037__content_slider_N36EaC p#cm {
    font-size: 1.4rem !important;
  }
  
  #shopify-section-template--20167119864037__testimonial_style_6_6K7FC4 .testimonial-box-6__sub-heading p {
    font-size: 20px !important;
    color: #bfa25a;
    text-align: center;
  }
  
  .button-block.button-block--right {
    justify-content: center;
  }
  
  section#shopify-section-template--20167119864037__custom_liquid_YKbCKf xo-container {
    padding-left: 0px;
    padding-right: 0px !important;
  }
  
  .offer-wrapper {
    flex-direction: column;
    max-width: 100% !important;
    border-radius: 16px;
  }
  
  #shopify-section-template--20409640812773__custom_liquid_WtHVhz .recovery-content h1 {
    font-size: 6vw !important;
    font-family: "Poppins";
  }
  
  .new-hero-badges1 {
    text-align: center;
    line-height: 24px;
  }
  
  #shopify-section-template--20409640812773__custom_liquid_WtHVhz .recovery-content p {
    font-size: 1.5rem !important;
    color: #555;
    margin-bottom: 0px !important;
    line-height: 1.3 !important;
  }
  
  .recovery-content {
    flex: none !important;
    max-width: 639px;
  }
  
  .modalities-section .synergy-title {
    font-size: 2rem !important;
  }
  
  .modalities-section .synergy-point strong {
    font-size: 18px !important;
  }
  
  .modalities-section {
    padding: 0rem 0rem !important;
  }
  
  .section4 .pen-content {
    padding: 0px !important;
  }
  
  .section4 .detail-item {
    height: auto !important;
  }
  
  .section4 .pen-subtitle {
    line-height: 27px;
  }
  
  .section4 .instructions-title {
    font-size: 2rem !important;
    line-height: 26px !important;
  }
  
  .section4 .instruction-steps li {
    line-height: 23px;
  }
  
  .section5 .supplemental-title {
    font-size: 2.5rem !important;
    line-height: 28px;
    margin-bottom: 18px !important;
  }
  
  h1.use-head {
    color: #fff;
    text-align: center;
    font-family: 'Poppins', sans-serif;
    text-transform: uppercase;
    line-height: 23px !important;
    font-size: 18px !important;
  }
  
  .sidebar-indicator {
    display: none;
  }
  
  .section5 .supplemental-content p {
    font-size: 1.2rem !important;
    color: #b0b0b0;
    line-height: 1.2;
    margin-bottom: 20px;
  }
  
  #shopify-section-template--20409640812773__custom_liquid_AxXFCK .final-message {
    margin-top: 0rem !important;
    font-size: 1.3rem !important;
  }
  
  .rpgs-video-title {
    font-size: 3.2rem !important;
    line-height: 34px;
  }
  
  #shopify-section-template--20432312140005__custom_liquid_JecgUX p.rpgs-video-subtitle {
    font-size: 15px !important;
  }
  
  .rpgs-video-section {
    background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
    padding: 0px 20px !important;
    margin: 0px 0 !important;
    border-radius: 24px;
    margin-bottom: 30px !important;
  }
  
  .rpgs-tcm-title {
    font-size: 2.5rem !important;
    line-height: 25px;
    color: #1a1a1a;
    margin-bottom: 20px;
    font-weight: 500;
  }
  
  .recovery-pen-wellness-wrapper .modality-section, 
  .rp-modality-section {
    background: #fff;
    padding: 0px 0px !important;
    margin: 30px 0;
    border-radius: 20px;
  }
  
  .recovery-pen-wellness-wrapper .references-section, 
  .rp-references-section {
    background: #ffffff;
    padding: 0px 0px !important;
    margin: 50px 0 50px !important;
  }
  
  h2#bf {
    font-size: 2rem !important;
    line-height: 30px !important;
    margin-top: -58px;
  }
  
  .recovery-how-it-works h2 {
    padding-top: 0px !important;
  }
  
  .recovery-container-wide {
    max-width: 1600px;
    margin: 0 auto;
    padding: 0 0px !important;
  }
  
  h1.new-hero-heading1 {
    font-size: 4rem !important;
    margin-top: 0;
    margin-bottom: 16px;
    color: #fff;
    line-height: 42px !important;
    font-weight: 400 !important;
  }
  
  h2.new-hero-description1 {
    font-weight: 700;
    font-size: 21px !important;
    margin-bottom: 20px;
    line-height: 24px !important;
    color: #fff;
  }
  
  h2.new-hero-description01 {
    font-weight: 600;
    font-size: 20px !important;
    margin-bottom: 20px;
    line-height: 30px !important;
  }
  
  .trp-container p#cm {
    font-size: 1.5rem !important;
  }
  
  .rpgs-tcm-text {
    font-size: 1.2rem !important;
  }
  
  span#star-text {
    color: #000;
    font-size: 23px;
    display: block;
    line-height: 27px;
  }
  
  .jj-rivet-highlight-quote.new-qoute {
    width: 100% !important;
  }
  
  .jj-rivet-cta-quote-section blockquote {
    font-size: 15px !important;
    line-height: 1.5;
    margin-bottom: 15px;
  }
  
  section#shopify-section-template--20427295817957__custom_liquid_UWmKfn p#cm {
    font-size: 24px !important;
    line-height: 26px !important;
  }
  
  .trp-wrapper {
    padding: 0px 0px !important;
    line-height: 1.6;
  }
  
  .rpgs-audience-card h3 {
    color: #1a1a1a;
    font-size: 2.5rem !important;
    margin-bottom: 20px;
    font-weight: 600;
  }
  
  .rpgs-audience-card p {
    color: #555;
    font-size: 1.2rem !important;
    line-height: 1.7;
    margin-bottom: 30px;
  }
  
  section#shopify-section-template--20315065319653__custom_liquid_meK976 xo-container {
    padding-left: 0px;
    padding-right: 0px;
  }
  
  section#shopify-section-template--20427295817957__custom_liquid_PfD9TP xo-container {
    padding-left: 0px;
    padding-right: 0px;
  }
  
  div#shopify-section-template--20427295817957__image_banner_style_2_3Hfx6W .image-banner-style-2 {
    display: none;
  }
}

@media (max-width: 968px) {
  .cbg-main-title {
    font-size: 32px;
    margin-bottom: 40px;
  }
  
  .cbg-cards-grid {
    grid-template-columns: 1fr;
  }
  
  .cbg-product-grid {
    grid-template-columns: 1fr;
  }
  
  .cbg-images-wrapper {
    flex-direction: column;
  }
  
  .cbg-thumbnails {
    flex-direction: row !important;
    order: 2;
    overflow-x: auto;
    padding-bottom: 10px;
    display: flex;
    gap: 15px;
  }
  
  .cbg-main-img {
    order: 1;
    min-height: 400px;
    height: 400px;
  }
  
  .cbg-thumb {
    width: 80px;
    height: 80px;
    flex-shrink: 0;
  }
  
  .cbg-product-title {
    font-size: 28px;
  }
  
  .cbg-buttons {
    flex-direction: column;
  }
  
  .cbg-features-row {
    flex-direction: column;
    gap: 15px;
  }
  
  .cbg-bottom-grid {
    grid-template-columns: 1fr;
    gap: 25px;
  }
}

@media (min-width: 1600px) {
  .img-banner-2__box {
    padding-top: 21.4rem;
  }
}

.img-banner-2__heading {
  font-family: var(--font-heading-family);
  color: color-mix(in srgb, rgba(var(--color-foreground-2)) calc(1 * 100%), transparent);
  font-weight: var(--font-heading-weight);
  word-wrap: break-word;
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
  position: relative;
  z-index: 99999;
  margin: 0;
  transition: all 0.5s;
}

.img-banner-2__word {
  display: flex;
  overflow: hidden;
}

.img-banner-2__description {
  width: 100%;
  max-width: 30.6rem;
  color: color-mix(in srgb, rgba(var(--color-foreground-2)) calc(0.5 * 100%), transparent);
  font-weight: 500;
  font-size: calc(var(--font-body-scale) * 1.8rem);
  line-height: calc(1 + 0.1 / var(--font-body-scale));
  letter-spacing: calc(var(--font-body-scale) * -0.018rem);
  word-break: break-word;
  word-wrap: break-word;
}

/* Mobile description container fix */
@media (max-width: 767px) {
  .img-banner-2__description {
    max-width: 100% !important;
    font-size: 14px !important;
    padding: 12px !important;
  }
}

@media (min-width: 992px) {
  .img-banner-2__description {
    max-width: 41.8rem;
    font-size: calc(var(--font-body-scale) * 2rem);
    line-height: calc(1 + 0.1 / var(--font-body-scale));
    letter-spacing: calc(var(--font-body-scale) * -0.02rem);
  }
}

/* Video Autoplay Styles */
#shopify-block-AYWFJU0dlaVRGalBPZ__video_eMLcKM video {
  opacity: 1 !important;
  visibility: visible !important;
  display: block !important;
  pointer-events: auto !important;
}

#shopify-block-AYWFJU0dlaVRGalBPZ__video_eMLcKM .xo-video__poster,
#shopify-block-AYWFJU0dlaVRGalBPZ__video_eMLcKM .xo-video__button {
  opacity: 0 !important;
  visibility: hidden !important;
  pointer-events: none !important;
  display: none !important;
}

#shopify-block-AYWFJU0dlaVRGalBPZ__video_eMLcKM .xo-video {
  position: relative !important;
}

#shopify-block-AYWFJU0dlaVRGalBPZ__video_eMLcKM .xo-media {
  position: relative !important;
  z-index: 10 !important;
}

div#shopify-section-template--20427295817957__image_banner_style_2_3Hfx6W .img-banner-2__description {
  background: none;
  border: none;
  color: #fff;
}

.logos-wrapper {
  display: flex;
  gap: 30px;
  align-items: center;
  justify-content: flex-start;
}

.logo-image {
  width: 25%;
  height: auto;
}

h1.new-hero-heading.mobile {
  display: none;
}

p.new-hero-description.gold-pera.mobile {
  display: none;
}

/* ============================================
   DESKTOP SPECIFIC STYLES (Min-width: 768px)
   Golf Page Hero Section
   ============================================ */
@media (min-width: 768px) {
  /* Golf Page Specific - Hero Heading */
  #shopify-section-template--20427295817957__image_banner_style_2_3Hfx6W .new-hero-heading1 {
    font-family: 'Poppins', 'Inter', 'Montserrat', -apple-system, BlinkMacSystemFont, sans-serif !important;
    font-size: 37px !important;
    margin-top: 0;
    margin-bottom: 16px;
    color: #ffffff !important;
    line-height: 38px !important;
    font-weight: 700 !important;
    position: relative;
    padding-bottom: 12px;
    text-transform: none;
    letter-spacing: normal;
  }
  
  #shopify-section-template--20427295817957__image_banner_style_2_3Hfx6W .new-hero-heading1::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 120px;
    height: 3px;
    background: linear-gradient(90deg, #ba9765, #ba9765);
    border-radius: 2px;
    display: block;
  }
  
  /* Golf Page - Description Styles */
  #shopify-section-template--20427295817957__image_banner_style_2_3Hfx6W h2.new-hero-description1,
  .image-banner-style-2 h2.new-hero-description1 {
    font-family: 'Poppins', 'Inter', 'Montserrat', -apple-system, BlinkMacSystemFont, sans-serif !important;
    font-weight: 500 !important;
    font-size: 24px !important;
    margin-bottom: 16px !important;
    line-height: 1.4 !important;
    color: #ba9765 !important;
    text-shadow: 0 1px 3px rgba(0,0,0,0.3);
  }
  img.logo-image {
    margin-left: 18%;
}
  #shopify-section-template--20427295817957__image_banner_style_2_3Hfx6W h2.new-hero-description01 {
    font-family: 'Poppins', 'Inter', 'Montserrat', -apple-system, BlinkMacSystemFont, sans-serif !important;
    font-weight: 600 !important;
    font-size: 15px !important;
    margin-bottom: 10px !important;
    line-height: 20px !important;
    color: #E0E0E0 !important;
    text-shadow: 0 1px 3px rgba(0,0,0,0.3);
  }
  
  #shopify-section-template--20427295817957__image_banner_style_2_3Hfx6W #golf-hero-pera {
    font-family: 'Poppins', 'Inter', 'Montserrat', -apple-system, BlinkMacSystemFont, sans-serif !important;
    font-size: 20px !important;
    font-weight: 400 !important;
    line-height: 26px !important;
    margin-bottom: 30px;
    color: #BDBDBD !important;
    text-shadow: 0 1px 3px rgba(0,0,0,0.3);
  }
  
  /* Golf Page - Overlay */
  #shopify-section-template--20427295817957__image_banner_style_2_3Hfx6W .overlay {
    position: relative;
    width: 100%;
    max-width: 750px;
    margin-bottom: 0px;
    margin-top: 0;
    backdrop-filter: blur(1px);
    z-index: 1;
  }
  
  /* Golf Page - Button Block */
  #shopify-section-template--20427295817957__image_banner_style_2_3Hfx6W .button-block.button-block--left {
    margin-top: 32px;
    margin-bottom: 32px;
    display: flex;
    gap: 15px;
    align-items: center;
  }
}

/* ============================================
   DESKTOP HERO STYLES (Min-width: 768px)
   Using broad selectors for homepage hero
   ============================================ */
@media (min-width: 768px) {
  /* Desktop hero card - background on description container */
  .image-banner-style-2 .img-banner-2__description {
    background: rgba(0, 0, 0, 0.5) !important;
    backdrop-filter: blur(10px) !important;
    -webkit-backdrop-filter: blur(10px) !important;
    padding: 28px 32px !important;
    border-radius: 16px !important;
    border: none !important;
    max-width: 700px;
  }

  /* Desktop headline */
  .image-banner-style-2 h1.home-head {
    font-size: 42px !important;
    line-height: 1.25 !important;
    text-transform: none !important;
    background: none !important;
    padding: 0 !important;
    color: #fff !important;
    font-weight: 500 !important;
  }

  .image-banner-style-2 h1.home-head .gold-pera { color: #ba9765 !important; }
  .image-banner-style-2 h1.home-head .tagline { color: #fff; }

  .image-banner-style-2 .new-hero-warranty-info.new-logo {
    background: none !important;
    padding: 0 !important;
    margin-top: 32px !important;
    padding-top: 40px !important;
    border-top: none !important;
    display: flex !important;
    gap: 36px !important;
    justify-content: flex-start !important;
    position: relative;
  }

  .image-banner-style-2 .new-hero-warranty-info.new-logo::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 200px;
    height: 3px;
    background: #ba9765;
  }

  .image-banner-style-2 .new-hero-warranty-info.new-logo span {
    margin: 0 !important;
    padding: 0 !important;
    flex: none !important;
  }

  .image-banner-style-2 .new-hero-warranty-info.new-logo img {
    width: 85px !important;
    height: auto !important;
  }

  /* Golf Digest logo - larger than other trust badges */
  .image-banner-style-2 .new-hero-warranty-info.new-logo .warranty-item-golfdigest img {
    width: 140px !important;
    height: auto !important;
  }

  .image-banner-style-2 .img-banner-2__box {
    padding-top: 22rem;
  }

  .image-banner-style-2 .button-block {
    margin-top: 28px;
  }
}

/* HSA/FSA Tooltip hover */
.hsa-tooltip-wrap:hover .hsa-tooltip {
  display: block !important;
}

/* Golf Digest badge - old inline version (hide it) */
.golf-digest-badge-desktop {
  display: none !important;
}

/* Golf Digest floating badge - hidden on mobile, visible on desktop */
.golf-digest-floating-badge {
  display: none;
}

@media (min-width: 768px) {
  .image-banner-style-2 {
    position: relative;
  }

  .golf-digest-floating-badge {
    display: block;
    position: absolute;
    right: 40px;
    top: 56%;
    transform: translateY(-50%);
    z-index: 100;
  }

  .golf-digest-floating-badge img {
    width: 160px;
    height: auto;
    opacity: 0.95;
  }
}

/* Common Styles (All Screen Sizes) */
section.xo-section.xo-section--template--20427295817957__custom_liquid_zqwpmX.color-background-1 {
  margin-bottom: 30px;
}

.warranty-item-battery,
.warranty-item-handcrafted,
.warranty-item-moneyback,
.warranty-item-guarantee {
  display: inline-flex;
  align-items: center;
}

.warranty-icon-battery,
.warranty-icon-handcrafted,
.warranty-icon-moneyback,
.warranty-icon-guarantee {
  width: 80px;
  height: 80px;
}

a.xo-btn.xo-btn--radius.xo-btn--xo-skip-to-content.xo-visually-hidden.xo-btn--primary.xo-btn--animation.xo-btn--md.xo-btn--fade.xo-skip-to-content.xo-visually-hidden {
  display: none;
}
.vt-top p {
    font-size: 2vw;
    font-weight: 100;
    line-height: 1.5;
    margin: 0;
    color: #000000;
    font-family: 'Poppins';
    font-weight: bold !important;
}