/** Shopify CDN: Minification failed

Line 2178:46 Expected identifier but found whitespace
Line 2178:47 Unexpected "("

**/
/*------------------------------------------------------
     WOODS HEAD ONLY and BLACK FRIDAY HOMEPAGE BANNER
-------------------------------------------------------*/

.wood-head-banner {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
    align-items: center;
    margin-bottom: 0;
}


.christmas {
    position: relative;
    width: 100%;
    overflow: hidden;
}

body.page-collections-all .christmas {
    background: var(--kgblack);
}

.christmas__img {
    aspect-ratio: 16 / 9;
    width: 100%;
    background-image: url('/cdn/shop/files/kg-christmas-bg-2.webp?v=1764945194');
    background-size: cover;
    background-position: center;
}

.bundles {
    display: grid;
    grid-template-columns: 1fr 2fr;
    gap: 2rem;
    align-items: start;
    margin-bottom: 0;
    background-image: url('/cdn/shop/files/background-christmas-bundles-bg.webp?v=1764955090');
    background-size: cover;
    background-position: center;
}

.bundles__img-container {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    /* pushes one top, one bottom, one centered */
    height: 100%;
    gap: 2rem;
}

.bundles__img {
    background-size: cover;
    background-position: center;
    aspect-ratio: 952 / 500;
}

.bundles__img.one {
    background-image: url(/cdn/shop/files/bundle-images-1.webp?v=1764969740
);
    border-radius: 0 0 10px 0;
}

.bundles__img.two {
    background-image: url(/cdn/shop/files/bundle-images-2.webp?v=17649702410
);
    border-radius: 0 10px 10px 0;
}

.bundles__img.three {
    background-image: url(/cdn/shop/files/bundle-images-3.webp?v=1764970241
);
    border-radius: 0 10px 0 0;
}

.christmas__content {
    position: absolute;
    top: 40%;
    left: 50%;
    width: 50%;
    transform: translateX(-50%);
    text-align: center;
}

.bundles__header-value-wrapper {
    transform: scale(0.8);
    margin: 0 0 -4rem;
}

.wood-head-banner__text,
.christmas__text {
    text-align: center;
}

.bundles__text {
    text-align: center;
    margin-top: -2rem;
}


.bundles__text-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}

.bundles__heading {
    color: #ffddad;
    font-size: 13.5rem;
    line-height: .9;
    margin: 0;
    text-shadow: 5px 5px 0 rgba(0, 0, 0, .4);
}

h2.christmas__subhead-one {
    margin: -1rem 0 0;
    font-size: 5rem;
    font-family: var(--font-body-family);
    color: var(--kgwhite);
    font-weight: 500;
    padding: 0 17rem;
    line-height: 1.25;
}

.wood-head-banner__heading {
    color: var(--kred1);
    font-size: 9rem;
    line-height: 1;
    margin: 0;
}

.wood-head-banner__subheading,
.christmas__subheading {
    color: var(--kgwhite);
    font-size: 2.4rem;
    line-height: 1.5;
    font-family: var(--font-body-family);
    margin: 0 0 2.5rem;
    padding: 0 11rem;
}

.bundles__subheading {
    color: var(--kgwhite);
    font-size: 3.8rem;
    line-height: 1.4;
    font-family: var(--font-body-family);
    margin: 2rem 0 2.5rem;
    padding: 0 6rem;
}

.bundles__subheading span.one {
    display: block;
}

p.bundles__body-text {
    font-size: 2.9rem;
}

p.bundles__bundle-name {
    font-size: 2.2rem;
    margin: 2.5rem 0 1.5rem;
    font-weight: bold;
}

p.bundles__bundle-name.name-1 {
    margin: 1rem 0 1.5rem;
}

p.bundles__body-text span.one {
    display: block;
    font-weight: bold;
}

p.bundles__body-text span.two {
    display: block;
    padding: 0;
}

p.bundles__button-intro {
    font-size: 3rem;
    padding: 0;
    font-weight: bold;
    margin: 0;
}

.wood-head-banner__subheading {
    padding: 0 11rem;
}

.christmas__subheading {
    padding: 0;
}

span.christmas__drivers-woods {
    display: block;
    padding: 0 13rem;
}

span.christmas__hats1 {
    display: block;
    font-family: "Bebas Neue", system-ui;
    font-size: 4.5rem;
    line-height: .9;
    margin: 2rem;
}

span.bunldes__hats2 {
    color: var(--kred1);
}

span.christmas__hats2 {
    color: var(--kred1);
    display: block;
}

.christmas__br,
.bundles__br {
    display: none;
}

h2.kg-heading-h2.christmas__value,
.bundles__value {
    color: var(--kgwhite);
    opacity: 1 !important;
    margin: 4rem 0 0;
}

.christmas__span1,
.bundles__span1 {
    display: block;
    font-size: 1.5em;
}

.christmas__span2,
.bundles__span2 {
    display: block;
    font-size: 0.82em;
    font-style: italic;
    color: var(--kgray5);
    margin: -2rem 0 0;
}

.kg-woods-h2-four.christmas__coupon-code,
.kg-woods-h2-four.bundles__coupon-code {
    opacity: 0;
    transform: translateY(40px);
    font-size: calc(2.5rem * var(--font-heading-scale));
}

.kg-woods-h2-four.christmas__coupon-code span.code-copy-icon-intro i.fa-regular.fa-copy,
.kg-woods-h2-four.bundles__coupon-code span.code-copy-icon-intro i.fa-regular.fa-copy {
    font-size: calc(2.5rem * var(--font-heading-scale));
}

.wood-head-banner__media-placeholder {
    width: 100%;
    height: 100%;
}

.wood-head-banner__video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

a.wood-head-banner__button.kbtn,
a.christmas__button.kbtn,
a.bundles__button.kbtn {
    padding: 1.4rem 3rem;
    font-size: 2rem;
    display: inline-block;
}

body.page-collections-all a.christmas__button.kbtn,
body.page-collections-all a.bundles__button.kbtn {
    display: none;
}

.tour-section-wrapper-1 {
    margin: 0 auto;
    padding: 0 2rem 0;
    background: var(--kgblack);
}

/* HERO: headline/subhead and media */
.tour-container-1 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
    align-items: center;
    margin-bottom: 0;
}

.tour-text-1 {
    text-align: center;
}

.tour-text-1 h1 {
    color: var(--kred1);
    font-size: 9rem;
    line-height: 1;
    margin: 0;
}

.tour-text-1 h2 {
    color: var(--kgwhite);
    font-size: 3rem;
    line-height: 1.55;
    font-family: var(--font-body-family);
    margin: 0;
    padding: 0 4rem;
}

.tour-media-1-placeholder {
    width: 100%;
    aspect-ratio: 16 / 9;
    display: flex;
    align-items: center;
    justify-content: center;
}

/*=========== 517 INFO BLOCKS ===========*/
h3.tour-improvements {
    text-align: center;
    margin: -3rem auto 2rem;
    z-index: 2;
    position: relative;
}

.tour-info-blocks-container-1 {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 1.5rem;
    margin-bottom: 2rem;
}

.tour-info-content-wrapper {
    position: relative;
    overflow: hidden;
    transition: height 0.4s ease;
}

.tour-info-block {
    position: relative;
    overflow: hidden;
    background: var(--kgray8);
    padding: 2rem;
    box-sizing: border-box;
    cursor: pointer;
    transition: background 0.3s ease;
    /* height: 24rem; */
    min-height: 24rem;
    height: auto;
    border-radius: 1rem;
    display: grid;
    grid-template-rows: auto 1fr auto;
    text-align: center;
}

.tour-media-1-placeholder {
    position: relative;
    width: 100%;
    aspect-ratio: 16 / 9;
    overflow: hidden;
}

.tour-video-zoomed {
    width: 130% !important;
    height: auto !important;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.tour-info-content {
    position: absolute;
    bottom: -21px;
    left: 0;
    right: 0;
    background: var(--kred1);
    padding: 2rem;
    z-index: 1;
    will-change: transform;
    min-height: 24rem;
    height: auto;
    overflow: hidden;
    border-radius: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.tour-info-content p {
    padding: 0;
    font-size: 2rem;
    font-weight: 600;
}

.tour-label {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    margin: 1.5rem 0 0;
}

.tour-label h3 {
    white-space: normal;
    line-height: 1;
    color: var(--kgwhite);
    font-size: 3.2rem;
}

.tour-info-tip {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
}

.tour-info-tip-text {
    font-size: 1.6rem;
    color: var(--kgray5);
    line-height: 1;
}

.tour-info-tip .fa-solid,
.tour-info-tip .fas {
    margin-right: 0;
    color: var(--kgray5);
    font-size: 2rem;
}

.tour-icon img {
    width: 70px;
    height: 70px;
    object-fit: contain;
    border-radius: 1rem;
}

.tour-icon {
    display: flex;
    justify-content: center;
    align-items: start;
}

/*=========== 517 4 BUTTON CTA ===========*/
h3.kg-heading-h3-above {
    font-size: 6rem;
}

.kg-out-wrap-intro-four.tour {
    padding: 3rem 2rem clamp(2.2rem, 0.473rem + 2.879vw, 6rem);
}

p.tour-cta-text-1,
p.tour-cta-text-2 {
    padding: 0;
    margin: 0 auto 5rem;
    font-size: 3rem;
    text-align: center;
}

p.tour-cta-text-1 {
    width: 100%;
}

p.tour-cta-text-2 {
    width: 100%;
    margin-top: -2rem;
}

p.tour-cta-text-2 .tour-big {
    font-size: 4rem;
}

.kg-out-wrap-intro-four.tour a.rotate-four.rotate {
    line-height: 2;
}

@media (min-width: 2048px) {
    .christmas__text {
        margin-top: 2rem;
    }
}

@media (min-width: 1537px) {
    .br-tour-sh {
        display: none;
    }
}

@media (min-width: 1729px) {
    .br-tour-rw {
        display: none;
    }
}

@media (min-width: 2300px) {
    .tour-info-content {
        bottom: -10px;
    }
}

@media (min-width: 2560px) {
    .tour-info-content {
        min-height: 25rem;
        bottom: -1px;
    }
}

@media (max-width: 1728px) {

    .wood-head-banner__heading {
        font-size: 8.5rem;
    }

    .christmas__text {
        padding: 0 0 4rem;
    }

    .christmas__heading,
    .bundles__heading {
        font-size: 12rem;
    }

    .wood-head-banner__subheading {
        padding: 0 4rem;
        margin: 0 0 1.5rem;
    }

    .christmas__content {
        top: 38%;
    }

    .christmas__subheading {
        padding: 0;
        margin: 0 0 1.5rem;
    }

    .bundles__subheading {
        padding: 0;
        margin: 1.5rem 0 1.5rem;
        font-size: 3.5rem;
        line-height: 1.3;
    }

    span.christmas__drivers-woods {
        padding: 0 11rem;
    }

    .tour-text-1 h2 {
        padding: 0;
    }

    h2.christmas__subhead-one {
        padding: 0 13rem;
    }

    p.bundles__body-text {
        font-size: 2.6rem;
    }
}

@media (max-width: 1710px) {
    .wood-head-banner {
        align-items: start;
    }

    .wood-head-banner__text {
        padding: 5rem 0;
    }

    .bundles__header-value-wrapper {
        transform: scale(0.8);
        margin: 1rem 0 -4rem;
    }

    .wood-head-banner__subheading,
    .christmas__subheading {
        margin: 0 0 2.5rem;
    }

    h2.kg-heading-h2.christmas__value {
        margin: 2.5rem 0 0;
    }

    h2.christmas__subhead-one {
        font-size: 4rem;
        padding: 0 18rem;
    }
}

@media (max-width: 1680px) {

    .christmas__text,
    .bundles__text {
        padding: 1rem 0 3rem;
    }

    .bundles__header-value-wrapper {
        margin: 0 0 -4rem;
    }

    p.bundles__body-text {
        padding: 0;
    }

    p.bundles__body-text span.two {
        padding: 0 1rem;
    }
}

@media (max-width: 1600px) {

    .tour-text-1 h1,
    .wood-head-banner__heading {
        font-size: 8rem;
    }

    .tour-text-1 h2,
    .wood-head-banner__subheading {
        font-size: 2.8rem;
    }

    .bundles__text {
        padding: 2rem 0 3rem;
    }

    .bundles__header-value-wrapper {
        margin: 0 0 -3.5rem;
    }

    .christmas__heading,
    .bundles__heading {
        font-size: 10rem;
    }

    h2.kg-heading-h2.christmas__value,
    .bundles__value {
        margin: 3rem 0 0;
    }

    .christmas__subheading {
        font-size: 2.5rem;
    }

    span.christmas__hats1,
    span.bundles__hats1 {
        font-size: 5rem;
    }

    .tour-text-1 {
        margin: -2.6rem 0 0;
    }

    .text-3-thick-tour h2.highlight-text,
    .text-3-thick-tour h2.highlight-text span .word {
        font-size: 8rem;
    }

    .christmas__content {
        top: 36%;
    }

    .christmas__text {
        padding: 0;
        transform: scale(0.9);
    }

    .bundles__subheading {
        font-size: 3.2rem;
    }

    p.bundles__body-text {
        font-size: 2.5rem;
    }
}

@media (max-width: 1536px) {

    .wood-head-banner__text {
        padding: 4rem 0 5rem;
    }

    .tour-text-1 h1,
    .wood-head-banner__heading {
        font-size: 7.5rem;
    }

    .tour-text-1 h2,
    .wood-head-banner__subheading {
        font-size: 2.7rem;
    }

    span.christmas__drivers-woods {
        padding: 0px 5rem;
    }

    h2.kg-woods-h2-four.christmas__coupon-code,
    .kg-woods-h2-four.christmas__coupon-code span.code-copy-icon-intro i.fa-regular.fa-copy,
    h2.kg-woods-h2-four.bundles__coupon-code,
    .kg-woods-h2-four.bundles__coupon-code span.code-copy-icon-intro i.fa-regular.fa-copy {
        font-size: calc(2rem * var(--font-heading-scale));
    }

    .christmas__coupon-code span.code-copy-icon-intro i.fa-regular.fa-copy,
    .bundles__coupon-code span.code-copy-icon-intro i.fa-regular.fa-copy {
        font-size: 2.5rem;
        padding-left: 0.4rem;
    }

    h2.christmas__subhead-one {
        padding: 0 14rem;
    }

    p.bundles__body-text {
        font-size: 2.3rem;
    }

    p.bundles__body-text span.two {
        padding: 0 3rem;
    }
}

@media (max-width: 1512px) {

    .christmas__heading {
        font-size: 11rem;
    }

    p.bundles__bundle-name {
        font-size: 2.1rem;
    }

    .bundles__subheading {
        font-size: 3rem;
    }

    p.bundles__bundle-name.name-1 {
        margin: 0 0 1rem;
    }

    p.bundles__bundle-name.name-2,
    p.bundles__bundle-name.name-3 {
        margin: 2rem 0 1rem;
    }
}

@media (max-width: 1440px) {

    .tour-text-1 h1,
    .wood-head-banner__heading {
        font-size: 7rem;
    }

    .christmas__heading {
        font-size: 11rem;
    }

    h2.kg-heading-h2.christmas__value,
    .bundles__value {
        margin: 2.5rem 0 0;
    }

    .tour-text-1 h2,
    .wood-head-banner__subheading,
    .christmas__subheading {
        font-size: 2.5rem;
    }

    .tour-info-content {
        padding: 2rem 1.2rem;
    }

    .tour-info-content p {
        font-size: 1.8rem;
    }

    .christmas__text {
        transform: scale(0.85);
    }

    p.bundles__bundle-name {
        font-size: 2rem;
    }

    p.bundles__body-text span.two {
        padding: 0 1rem;
    }

    .bundles__text {
        padding: 0;
        transform: scale(0.95);
    }

    .christmas__content {
        top: 34%;
    }
}

@media (min-width: 1367px) {
    .br-tour-br {
        display: none;
    }
}

@media (max-width: 1366px) {

    .tour-text-1 h1,
    .wood-head-banner__heading {
        font-size: 6.5rem;
    }

    .christmas__heading {
        font-size: 10rem;
    }

    .bundles__heading {
        font-size: 9rem;
    }

    .tour-text-1 h2,
    .wood-head-banner__subheading,
    .christmas__subheading {
        font-size: 2.4rem;
    }

    p.tour-cta-text-1,
    p.tour-cta-text-2 {
        font-size: 2.9rem;
    }

    h2.christmas__subhead-one {
        padding: 0 12rem;
    }

    .christmas__content {
        top: 33%;
        left: 49.5%;
    }

    p.bundles__bundle-name {
        font-size: 1.9rem;
    }

    p.bundles__body-text {
        font-size: 2.1rem;
    }
}

@media (max-width: 1280px) {

    .tour-text-1 h1,
    .wood-head-banner__heading {
        font-size: 6.2rem;
    }

    .christmas__heading {
        font-size: 10rem;
    }

    .tour-text-1 h2,
    .wood-head-banner__subheading,
    .christmas__subheading {
        font-size: 2.2rem;
    }

    .bundles__subheading {
        font-size: 2.8rem;
    }

    .christmas__subheading,
    .bundles__subheading {
        margin: .6rem 0 2rem;
    }

    span.christmas__drivers-woods {
        padding: 0px 2rem;
    }

    h2.kg-woods-h2-four.christmas__coupon-code,
    h2.kg-woods-h2-four.bundles__coupon-code {
        margin: .8rem 0 0;
    }

    p.tour-cta-text-1,
    p.tour-cta-text-2 {
        font-size: 2.7rem;
    }

    p.tour-cta-text-2 .tour-big {
        font-size: 3.5rem;
    }

    .kg-out-wrap-intro-four.tour {
        padding: 3rem 0rem clamp(2.2rem, 0.473rem + 2.879vw, 6rem);
    }

    .kg-out-wrap-intro-four.tour a.rotate-four.rotate {
        margin-right: 2rem;
    }

    .kg-out-wrap-intro-four.tour a.rotate-four.rotate:last-child {
        margin-right: .5rem;
    }

    h3.tour-improvements .kgred1 {
        display: block;
        margin-bottom: .7rem;
    }

    h2.christmas__subhead-one {
        padding: 0 8rem;
    }

    span.christmas__hats1,
    span.bundles__hats1 {
        font-size: 4rem;
    }

    p.bundles__body-text span.two {
        padding: 0 11rem;
    }

    p.bundles__bundle-name {
        font-size: 1.8rem;
    }

    .bundles__text-wrapper {
        padding: 2rem 0;
    }

    .bundles__header-value-wrapper {
        margin: 0 0 -2.5rem;
    }
}

@media (max-width: 1180px) {

    .tour-text-1 h1,
    .wood-head-banner__heading {
        font-size: 5.7rem;
    }

    .christmas__heading {
        font-size: 9rem;
    }

    .bundles__heading {
        font-size: 8rem;
        text-shadow: 3px 3px 0 rgba(0, 0, 0, .4);
    }

    .tour-text-1 h2,
    .wood-head-banner__subheading,
    .christmas__subheading {
        font-size: 2rem;
    }

    .bundles__subheading {
        font-size: 2.5rem;
    }

    .christmas__span2,
    .bundles__span2 {
        margin: -1.5rem 0 0;
    }

    span.christmas__hats1,
    span.bundles__hats1 {
        font-size: 4rem;
    }

    .tour-info-content p {
        font-size: 1.7rem;
    }

    p.tour-cta-text-2 .kg-block {
        padding: 0 20rem;
    }

    .kg-out-wrap-intro-four.tour a.rotate-four.rotate {
        margin-right: 1rem;
    }

    .kg-out-wrap-intro-four.tour a.rotate-four.rotate:last-child {
        margin-right: -.5rem;
    }

    .christmas__text {
        transform: scale(0.8);
    }

    .christmas__content {
        top: 30.5%;
        left: 49.5%;
    }

    .christmas__content {
        top: 31%;
    }

    p.bundles__body-text span.two {
        padding: 0 8rem;
    }

    p.bundles__bundle-name.name-2,
    p.bundles__bundle-name.name-3 {
        padding: 0;
    }

    p.bundles__bundle-name.name-3 {
        padding: 0 7rem;
    }
}


/* 517 BREAKPOINT 1 FOR THE 5 BOXES */
@media (max-width: 1080px) {

    .bundles__header-value-wrapper {
        margin: 0 0 -1.4rem;
    }

    .tour-text-1 h1,
    .wood-head-banner__heading {
        font-size: 5rem;
    }

    .christmas__heading,
    .bundles__heading {
        font-size: 8rem;
    }

    .wood-head-banner__subheading,
    .christmas__subheading,
    .bundles__subheading {
        padding: 0 1rem;
        margin: 0 0 2rem;
    }

    .christmas__subheading {
        font-size: 1.8rem;
    }

    .bundles__subheading {
        font-size: 2.2rem;
    }

    a.wood-head-banner__button.kbtn,
    a.christmas__button.kbtn,
    a.bundles__button.kbtn {
        padding: 1.2rem 3rem;
        font-size: 1.8rem;
    }

    h2.kg-woods-h2-four.christmas__coupon-code,
    .kg-woods-h2-four.christmas__coupon-code span.code-copy-icon-intro i.fa-regular.fa-copy,
    h2.kg-woods-h2-four.bundles__coupon-code,
    .kg-woods-h2-four.bundles__coupon-code span.code-copy-icon-intro i.fa-regular.fa-copy {
        font-size: calc(1.7rem * var(--font-heading-scale));
    }

    span.third-number {
        margin-right: 4px;
    }

    .tour-info-blocks-container-1 {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 2rem;
        justify-items: center;
    }

    .tour-info-block {
        width: 100%;
    }

    /* Push the 4th and 5th block to the right */
    .tour-info-blocks-container-1>.tour-info-block:nth-child(4),
    .tour-info-blocks-container-1>.tour-info-block:nth-child(5) {
        transform: translateX(50%);
        /* Adjust this number until it looks centered */
    }

    /* END 517 BREAKPOINT 1 FOR THE 5 BOXES */

    .tour-container-1 {
        gap: 0;
    }

    .tour-video-zoomed {
        width: 160% !important;
    }

    h3.tour-improvements {
        margin: 0 auto 2rem;
    }

    .tour-text-1 {
        margin: 0;
    }

    .tour-text-1 h2 {
        line-height: 1.5;
        padding: 0 2rem;
    }

    .tour-icon img {
        width: 64px;
        height: 64px;
    }

    .br-tour-br,
    .br-tour-sh {
        display: none;
    }

    .tour-info-content {
        bottom: -8px;
    }

    .tour-label h3 {
        font-size: 2.8rem;
    }

    p.tour-cta-text-2 .kg-block {
        padding: 0 16rem;
    }

    .space-100 {
        letter-spacing: .5rem;
    }

    h3.kg-heading-h3-above {
        font-size: 5rem;
    }

    .kg-out-wrap-intro-four.tour a.rotate-four.rotate:last-child {
        margin-right: -1.2rem;
    }

    p.tour-cta-text-1 .kg-block {
        padding: 0 18rem;
    }

    h2.christmas__subhead-one {
        font-size: 3.5rem;
    }

    .bundles__heading {
        font-size: 7.5rem;
    }

    h2.kg-heading-h2.christmas__value {
        margin: 1.5rem 0 0;
    }

    p.bundles__body-text span.two {
        padding: 0 4rem;
    }

    p.bundles__bundle-name.name-1 {
        padding: 0 8rem;
    }

    p.bundles__bundle-name.name-2 {
        padding: 0 5rem;
    }
}

@media (max-width: 1024px) {

    .tour-text-1 h1,
    .wood-head-banner__heading {
        font-size: 4.7rem;
    }

    .christmas__heading,
    .bundles__heading {
        font-size: 7rem;
    }

    .wood-head-banner__subheading,
    .christmas__subheading {
        padding: 0 1rem;
        font-size: 1.9rem;
    }

    h2.kg-heading-h2.christmas__value,
    .bundles__value {
        margin: 2rem 0 0;
    }

    .tour-text-1 h2 {
        line-height: 1.5;
        padding: 0 3rem;
        font-size: 1.9rem;
    }

    p.tour-cta-text-1,
    p.tour-cta-text-2 {
        font-size: 2.5rem;
    }

    .kg-out-wrap-intro-four.tour a.rotate-four.rotate:last-child {
        margin-right: -1.5rem;
    }

    h2.christmas__subhead-one {
        padding: 0 4rem;
    }

    .christmas__content {
        top: 29%;
    }

    .christmas__text {
        transform: scale(0.75);
    }
}

@media (max-width: 956px) {

    body.page-collections-all .christmas,
    body.page-collections-all .bundles {
        margin-bottom: 0;
    }

    .bundles {
        margin-bottom: 1rem;
    }

    .wood-head-banner__text {
        padding: 4rem 0;
    }

    .bundles__text {
        padding: 1rem 0;
    }

    .christmas__text {
        transform: scale(1);
    }

    .bundles__header-value-wrapper {
        transform: scale(1);
        margin: 0;
    }

    .christmas__heading {
        font-size: 7rem;
    }

    .bundles__heading {
        font-size: 6rem;
    }

    .tour-text-1 h1,
    .wood-head-banner__heading {
        font-size: 4.5rem;
    }

    .tour-text-1 h2,
    .wood-head-banner__subheading,
    .christmas__subheading {
        font-size: 1.8rem;
    }

    .bundles__subheading {
        font-size: 1.9rem;
        font-weight: 600;
    }

    .christmas__subheading,
    .bundles__subheading {
        margin: 0 0 1.5rem;
    }

    span.christmas__drivers-woods {
        padding: 0px 1rem;
    }

    .christmas__span2,
    .bundles__span2 {
        margin: -1rem 0 0;
    }

    span.christmas__hats1,
    span.bundles__hats1 {
        font-size: 3rem;
    }

    span.christmas__hats1 {
        margin: 2rem 0 1rem;
    }

    h2.kg-woods-h2-four.christmas__coupon-code,
    .christmas__coupon-code span.code-copy-icon-intro i.fa-regular.fa-copy,
    h2.kg-woods-h2-four.bundles__coupon-code,
    .bundles__coupon-code span.code-copy-icon-intro i.fa-regular.fa-copy {
        font-size: calc(1.6rem * var(--font-heading-scale));
    }

    .christmas__coupon-code span.code-copy-icon-intro i.fa-regular.fa-copy,
    .bundles__coupon-code span.code-copy-icon-intro i.fa-regular.fa-copy {
        padding-left: 0rem;
    }

    p.tour-cta-text-1 {
        padding: 0;
    }

    .tour-container-1 {
        min-height: 27.5rem;
    }

    .tour-media-1 {
        min-height: 100%;
    }

    p.tour-cta-text-1 span.kg-block {
        display: unset;
    }

    p.tour-cta-text-2 .kg-block {
        padding: 0 13rem;
    }

    .kg-out-wrap-intro-four.tour a.rotate-four.rotate:last-child {
        margin-right: -1.7rem;
    }

    p.tour-cta-text-1 .kg-block {
        padding: 0;
    }

    .christmas__img {
        aspect-ratio: 1434 / 959;
        background-image: url(/cdn/shop/files/kg-christmas-bg-1_956.webp?v=1765408668);
    }

    h2.christmas__subhead-one {
        font-size: 3rem;
        padding: 0 5rem;
    }

    .christmas__content {
        top: 32.5%;
    }

    p.bundles__body-text span.two {
        padding: 0;
    }
}

@media (max-width: 948px) {

    .wood-head-banner__subheading {
        padding: 0 4rem;
    }

    .wood-head-banner__video {
        width: 105%;
        height: 105%;
        transform: translateX(-1rem);
    }
}

@media (max-width: 932px) {

    span.christmas__drivers-woods {
        padding: 0;
    }

    p.tour-cta-text-1 {
        padding: 0 10rem;
    }

    p.tour-cta-text-2 .tour-big {
        line-height: 1.3;
        padding: 0 16rem;
        display: block;
        margin-bottom: 3rem;
    }

    h2.christmas__subhead-one {
        font-size: 2.5rem;
        padding: 0 8rem;
    }
}

@media (max-width: 915px) {

    .tour-text-1 h1,
    .wood-head-banner__heading {
        font-size: 4.3rem;
    }

    .kg-out-wrap-intro-four.tour a.rotate-four.rotate:last-child {
        margin-right: 0;
    }

    .wood-head-banner__video {
        transform: translateX(0);
    }

    .bundles__subheading {
        padding: 0;
    }

    p.bundles__bundle-name.name-1 {
        padding: 0 3rem;
    }

    p.bundles__bundle-name.name-3 {
        padding: 0 0rem;
    }
}

@media (max-width: 900px) {

    .christmas__heading {
        font-size: 6.5rem;
    }

    .tour-text-1 h1 {
        font-size: 4.6rem;
    }

    .tour-text-1 h2 {
        padding: 0;
    }

    p.tour-cta-text-1 {
        padding: 0 8rem;
    }

    p.tour-cta-text-2 .kg-block {
        padding: 0 10rem;
    }

    .kg-out-wrap-intro-four.tour .kg-heading-h3 {
        white-space: normal;
        line-height: 1.4;
        padding: 0 8rem;
    }

    p.bundles__bundle-name.name-2 {
        padding: 0;
    }

    .bundles__text {
        padding: 2rem 0 0;
    }
}

@media (max-width: 873px) {

    .tour-text-1 h1,
    .wood-head-banner__heading {
        font-size: 4rem;
    }

    .wood-head-banner__subheading {
        padding: 0 3rem;
    }

    .christmas__subheading,
    .bundles__subheading {
        padding: 0;
    }

    .bundles__subheading {
        font-size: 2.5rem;
        font-weight: 400;
    }

    .christmas__content {
        top: 31.5%;
    }

    .christmas__text {
        transform: scale(.95);
    }

    .bundles__subheading span.one {
        padding: 0 3rem;
    }

    p.bundles__bundle-name.name-3 {
        padding: 0 3rem;
    }

    p.bundles__button-intro {
        font-size: 2.5rem;
    }
}

@media (max-width: 859px) {

    p.tour-cta-text-2 .tour-big {
        padding: 0 13rem;
    }
}

@media (max-width: 844px) {

    .wood-head-banner__subheading,
    .bundles__subheading {
        padding: 0 2rem;
    }

    .br-tour-br,
    .br-tour-sh {
        display: block;
    }

    h2.christmas__subhead-one {
        padding: 0 6rem;
    }

    .bundles__heading {
        font-size: 5.5rem;
    }

    .bundles__subheading span.one {
        padding: 0;
    }

    p.bundles__body-text {
        font-size: 2rem;
    }
}

@media (max-width: 832px) {

    .black-frida,
    .bundles {
        margin-bottom: 1.7rem;
    }

    .christmas__heading {
        font-size: 6rem;
    }

    p.tour-cta-text-1 {
        padding: 0 4rem;
    }

    p.tour-cta-text-2 .tour-big {
        padding: 0 12rem;
    }

    p.tour-cta-text-2 .kg-block {
        padding: 0 5rem;
    }

    .space-100 {
        letter-spacing: 0;
    }

    .christmas__text {
        transform: scale(.9);
    }

    .christmas__content {
        top: 29.5%;
    }

    h2.kg-heading-h2.christmas__value {
        margin: 1rem 0 0;
    }

    span.christmas__drivers-woods {
        padding: 0 1rem;
    }

    span.christmas__hats1 {
        margin: 1.5rem 0 1rem;
    }
}

@media (max-width: 824px) {

    .wood-head-banner__text {
        padding: 3rem 0;
    }

    .tour-text-1 h1,
    .wood-head-banner__heading {
        font-size: 3.7rem;
    }
}

@media (max-width: 814px) {
    p.bundles__body-text {
        font-size: 1.9rem;
    }
}

@media (max-width: 808px) {
    .christmas__text {
        transform: scale(.87);
    }

    .christmas__content {
        top: 28.5%;
    }
}

@media (max-width: 802px) {

    .wood-head-banner__subheading,
    .christmas__subheading,
    .bundles__subheading {
        padding: 0 1rem;
    }
}

@media (max-width: 780px) {

    .christmas__heading {
        font-size: 5.5rem;
    }

    .bundles__heading {
        font-size: 5rem;
    }

    .christmas__text {
        transform: scale(.84);
    }

    .christmas__content {
        top: 27.5%;
    }

    p.bundles__bundle-name.name-1 {
        padding: 0 2rem;
    }

    p.bundles__bundle-name.name-3 {
        padding: 0 1rem;
    }
}


@media (max-width: 768px) {

    .tour-container-1,
    .wood-head-banner,
    .christmas,
    .bundles {
        grid-template-columns: 1fr;
    }

    .christmas,
    .bundles {
        margin-bottom: 4rem;
    }

    .bundles__header-value-wrapper {
        transform: scale(1);
        margin: 2rem 0 0;
    }

    body.page-collections-all h2.kg-woods-h2-four.kg-woods-h2.christmas__coupon-code,
    body.page-collections-all h2.kg-woods-h2-four.kg-woods-h2.bundles__coupon-code {
        margin-top: -1.5rem;
        padding-bottom: 5rem;
    }

    .wood-head-banner__text {
        order: -1;
        /* move to top */
        padding: 5rem 0 2rem;
    }

    .wood-head-banner__media {
        order: 1;
        /* move to bottom */
    }

    .tour-section-wrapper-1 {
        margin: 0 auto;
        padding: 4rem 2rem 0;
        background: var(--kgblack);
    }

    .tour-text-1 h1,
    .wood-head-banner__heading {
        font-size: 7rem;
    }

    .christmas__heading {
        font-size: 9rem;
    }

    .bundles__heading {
        font-size: 7rem;
    }

    .tour-text-1 h2,
    .wood-head-banner__subheading,
    .bundles__subheading {
        font-size: 2.7rem;
    }

    .wood-head-banner__subheading {
        padding: 0 4rem;
        margin: 0 0 3rem;
    }

    .bundles__subheading {
        margin: 0 0 3rem;
        padding: 0;
    }

    .christmas__subheading {
        margin: 0 0 1.5rem;
    }

    .wood-head-banner__video {
        width: 100%;
        height: 100%;
    }

    .bundles__span2 {
        margin: -1.8rem 0 0;
    }

    .christmas__span {
        margin: 0;
    }

    a.wood-head-banner__button.kbtn,
    a.christmas__button.kbtn,
    a.bundles__button.kbtn {
        line-height: calc(1 + 0.8 / var(--font-body-scale));
    }

    a.bundles__button.kbtn {
        margin-bottom: 1rem;
    }

    h2.kg-woods-h2-four.christmas__coupon-code,
    .christmas__coupon-code span.code-copy-icon-intro i.fa-regular.fa-copy,
    h2.kg-woods-h2-four.bundles__coupon-code,
    .bundles__coupon-code span.code-copy-icon-intro i.fa-regular.fa-copy {
        font-size: calc(1.8rem * var(--font-heading-scale));
    }

    .tour-media-1 {
        padding: 2rem 0;
        margin: 0 -2rem 0;
    }

    .tour-video-zoomed {
        top: 53%;
        left: 50%;
        transform: translate(-50%, -47%);
    }

    h3.tour-improvements {
        font-size: 4rem;
        padding: 0 12rem;
        white-space: normal;
        line-height: 1;
    }

    h3.tour-improvements .kgred1 {
        margin: 0 -2rem .7rem;
    }

    p.tour-cta-text-2 .tour-big {
        padding: 0 10rem;
    }

    .space-100 {
        letter-spacing: .4rem;
    }

    .tour-text-1 h2 {
        padding: 0 5rem 2rem;
    }

    h2.christmas__subhead-one {
        padding: 0 8rem;
    }

    .christmas__content {
        top: 26.5%;
    }

    .christmas__text {
        margin: 0 -4rem;
    }

    span.christmas__hats1,
    span.bundles__hats1 {
        font-size: 3.5rem;
    }

    h2.kg-heading-h2.christmas__value {
        margin: 1rem 0 -1rem;
        transform: scale(.85);
    }

    .bundles__img-container {
        order: 2;
    }

    .bundles__text-wrapper {
        order: 1;
    }

    .bundles__text-wrapper {
        padding: 0;
    }

    .christmas {
        margin-bottom: 0;
    }

    .bundles__desk-name-btn {
        display: none;
    }

    .bundles__subheading span.one {
        padding: 0 10rem;
    }

    p.bundles__body-text {
        font-size: 2.2rem;
        padding: 0 6rem;
    }

    p.bundles__button-intro {
        font-size: 3rem;
        color: var(--kgblack);
    }

    .bundles {
        gap: 0;
    }

    .bundles__mobile-name-btn {
        text-align: center;
        margin: 0 0 1rem;
    }

    p.bundles__bundle-name.name-2,
    p.bundles__bundle-name.name-3 {
        margin: 0 0 1rem;
    }

    p.bundles__bundle-name.name-1 {
        padding: 0 12rem;
    }

    p.bundles__bundle-name.name-2 {
        padding: 0 8rem;
    }

    p.bundles__bundle-name.name-3 {
        padding: 0 7rem;
    }

    .bundles__img-container {
        gap: 1.5rem;
        padding: 0 0 2rem;
    }
}

@media (max-width: 757px) {

    .tour-text-1 h2,
    .wood-head-banner__subheading,
    .bundles__subheading {
        font-size: 2.6rem;
    }
}

@media (max-width: 750px) {
    span.christmas__drivers-woods {
        padding: 0 0rem;
    }

    .christmas__content {
        top: 25%;
    }

    .christmas__text {
        transform: scale(.8);
    }
}

@media (max-width: 734px) {

    .tour-text-1 h2,
    .wood-head-banner__subheading,
    .bundles__subheading {
        font-size: 2.5rem;
    }

    .tour-text-1 h2 {
        padding: 0 5rem;
        margin-bottom: 1.5rem;
    }

    h3.tour-improvements {
        padding: 0 10rem;
    }

    .tour-info-content p {
        font-size: 1.6rem;
    }

    p.tour-cta-text-1 {
        padding: 0 2rem;
    }

    p.tour-cta-text-2 .tour-big {
        padding: 0 7rem;
    }
}

@media (max-width: 712px) {
    h3.tour-improvements {
        padding: 0 9rem;
    }

    p.tour-cta-text-1 {
        padding: 0;
    }

    .christmas__subheading {
        padding: 0;
    }

    .christmas__content {
        top: 24%;
        left: 50%;
    }

    h2.christmas__subhead-one {
        padding: 0;
        margin: 0 -3rem;
        font-size: 2.4rem;
    }
}

@media (max-width: 702px) {
    .christmas__content {
        top: 23%;
    }
}

@media (max-width: 667px) {

    .tour-text-1 h1,
    .wood-head-banner__heading {
        font-size: 6rem;
    }

    .tour-text-1 h2,
    .wood-head-banner__subheading,
    .bundles__subheading {
        font-size: 2.3rem;
    }

    h3.tour-improvements {
        padding: 0 7rem;
    }

    p.tour-cta-text-2 .tour-big {
        padding: 0 6rem;
    }

    p.tour-cta-text-2 .kg-block,
    p.tour-cta-text-1 {
        padding: 0 3rem;
    }

    .kg-out-wrap-intro-four.tour .kg-heading-h3 {
        padding: 0 5rem;
    }

    .christmas__content {
        top: 20%;
    }

    .christmas__text {
        transform: scale(.75);
    }

    span.christmas__drivers-woods {
        margin: 0 -2rem;
        padding: 0 1rem;
    }

    p.bundles__body-text {
        padding: 0 1rem;
    }

    p.bundles__bundle-name.name-1 {
        padding: 0 6rem;
    }

    p.bundles__bundle-name.name-3 {
        padding: 0 8rem;
    }
}

@media (max-width: 640px) {

    .tour-text-1 h2,
    .wood-head-banner__subheading,
    .bundles__subheading {
        font-size: 2.2rem;
    }

    h3.tour-improvements {
        padding: 0 5rem;
    }

    .tour-info-content p {
        font-size: 1.5rem;
    }

    p.tour-cta-text-2 .tour-big {
        padding: 0 4rem;
    }

    p.tour-cta-text-2 .kg-block {
        padding: 0px 0rem;
    }

    .bundles__heading {
        font-size: 6rem;
    }

    p.bundles__bundle-name.name-2 {
        padding: 0 2rem;
    }
}

@media (max-width: 600px) {

    .tour-info-blocks-container-1,
    .tour-cta-container-1 {
        grid-template-columns: 1fr;
    }

    .tour-icon img {
        width: 60px;
        height: 60px;
    }

    .tour-text-1 h2,
    .wood-head-banner__subheading,
    .bundles__subheading {
        font-size: 2.3rem;
    }

    .bundles__subheading {
        font-size: 2.2rem;
    }

    span.christmas__drivers-woods {
        padding: 0;
        margin: 1.5rem -2rem 2rem;
    }

    .tour-text-1 h2 {
        padding: 0 3rem;
    }

    .wood-head-banner__subheading {
        padding: 0 6rem;
    }

    body.page-collections-all h2.kg-woods-h2-four.kg-woods-h2.christmas__coupon-code,
    body.page-collections-all h2.kg-woods-h2-four.kg-woods-h2.bundles__coupon-code {
        margin-top: -1.5rem;
        padding-bottom: 4rem;
    }

    h3.tour-improvements {
        padding: 0 3rem;
    }

    .tour-info-blocks-container-1>.tour-info-block:nth-child(4),
    .tour-info-blocks-container-1>.tour-info-block:nth-child(5) {
        transform: translateX(0%);
    }

    .br-tour-br,
    .br-tour-sh,
    .br-tour-rw {
        display: none;
    }

    .tour-info-block {
        height: auto !important;
        min-height: 20rem;
    }

    .tour-info-content {
        height: auto !important;
        min-height: 21rem;
        padding: 0 3rem;
    }

    .tour-info-content p {
        font-size: 2rem;
    }

    .kg-out-wrap-intro-four.tour .kg-heading-h3 {
        padding: 0 2rem;
    }

    .christmas__img {
        aspect-ratio: 1200 / 1518;
        background-image: url(/cdn/shop/files/kg-christmas-bg-1_600.webp?v=1765466170);
        background-position: top;
        background-repeat: no-repeat;
    }

    .christmas__content {
        top: 22%;
    }

    .christmas__text {
        transform: scale(1);
    }

    h2.christmas__subhead-one {
        padding: 0 8rem;
        font-weight: 600;
        font-size: 2.2rem;
    }

    h2.kg-heading-h2.christmas__value {
        margin: 3rem 0 0;
        transform: scale(1);
    }

    .christmas__subheading {
        margin: 0 0 2.5rem;
    }

    .bundles {
        z-index: 10;
        position: relative;
        margin: -10rem 0 0;
    }

    .bundles__subheading span.one {
        padding: 0 7rem;
    }

    p.bundles__body-text {
        font-size: 2rem;
    }

    p.bundles__bundle-name.name-3 Specificity: (0, 2, 1) {
        padding: 0 6rem;
    }
}

@media (max-width: 540px) {
    .bundles__header-value-wrapper {
        margin: 2rem 0 -.6rem;
    }

    .wood-head-banner__text {
        padding: 4rem 0 2rem;
    }

    .bundles__text {
        padding: 3.5rem 0 0;
    }

    .tour-text-1 h1,
    .wood-head-banner__heading {
        font-size: 5rem;
    }

    .christmas__heading,
    .bundles__heading {
        font-size: 8rem;
    }

    h2.kg-heading-h2h2.kg-heading-h2.christmas__value,
    h2.kg-heading-h2.bundles__value {
        transform: scale(.9);
    }

    .tour-text-1 h2,
    .wood-head-banner__subheading {
        font-size: 2.2rem;
    }

    .bundles__subheading {
        font-size: 2.4rem;
    }

    .christmas__span2,
    .bundles__span2 {
        margin: -1rem 0 0;
    }

    .tour-text-1 h2 {
        padding: 0 2rem;
    }

    .wood-head-banner__subheading {
        padding: 0 4rem;
    }

    h3.tour-improvements {
        padding: 0 0rem;
    }

    .tour-info-content {
        height: auto !important;
        min-height: 23rem;
        padding: 0 3rem;
    }

    p.tour-cta-text-1 {
        padding: 0 1rem;
    }

    p.tour-cta-text-2 .tour-big {
        padding: 0 5rem;
    }

    span.christmas__drivers-woods {
        margin: 1.5rem -4rem 2rem;
    }

    .bundles {
        margin: -3rem 0 0;
    }

    .bundles__subheading span.one {
        padding: 0 4rem;
    }

    p.bundles__body-text {
        padding: 0;
    }

    p.bundles__button-intro {
        font-size: 2.5rem;
    }

    p.bundles__bundle-name.name-3 {
        padding: 0 1rem;
    }
}

@media (max-width: 480px) {

    .christmas {
        margin-bottom: 2rem;
    }

    .christmas__text,
    .bundles__text {
        padding: 0rem 0 2rem;
    }

    .tour-text-1 h1,
    .wood-head-banner__heading {
        font-size: 4.6rem;
    }

    .christmas__heading,
    .bundles__heading {
        font-size: 7rem;
    }

    h2.kg-heading-h2h2.kg-heading-h2.christmas__value,
    h2.kg-heading-h2.bundles__value {
        transform: scale(.85);
    }

    span.christmas__drivers-woods {
        padding: 0 3rem;
    }

    body.page-collections-all h2.kg-woods-h2-four.kg-woods-h2.christmas__coupon-code,
    body.page-collections-all h2.kg-woods-h2-four.kg-woods-h2.bundles__coupon-code {
        margin-top: -1.5rem;
        padding-bottom: 2rem;
    }

    .tour-info-blocks-container-1 {
        gap: 1rem;
    }

    .wood-head-banner__subheading {
        padding: 0 2rem;
    }

    .tour-text-1 h2 {
        padding: 0 3rem;
    }

    h3.tour-improvements {
        padding: 0 1rem;
    }

    h2.christmas__subhead-one {
        padding: 0 16rem;
        font-size: 1.9rem;
        margin: 0;
    }

    h2.kg-heading-h2.christmas__value {
        margin: 2rem 0 0;
        transform: scale(.95);
    }

    span.christmas__drivers-woods {
        margin: 1rem 0rem 2rem;
        padding: 0 7rem;
    }

    .bundles__subheading {
        margin: 1rem 0;
    }

    .christmas__content {
        top: 22%;
        width: 100%;
    }

    .bundles__subheading span.one {
        padding: 0 0rem;
    }

    .bundles__subheading span.two {
        font-weight: bolder;
    }

    p.bundles__body-text span.two {
        padding: 0 2rem;
    }

    .bundles__text {
        padding: 2.5rem 0 0;
    }

    p.bundles__button-intro {
        line-height: 1.2;
        padding: 0 8rem;
    }

    p.bundles__bundle-name.name-1 {
        padding: 0 1rem;
    }
}

@media (max-width: 448px) {

    .tour-text-1 h1,
    .wood-head-banner__heading {
        font-size: 5.5rem;
    }

    .tour-text-1 h1 {
        padding: 0 3rem;
    }

    .christmas__heading,
    .bundles__heading {
        font-size: 6rem;
    }

    .wood-head-banner__heading {
        padding: 0 5rem;
    }

    .wood-head-banner__subheading {
        padding: 0 4rem;
    }

    .tour-text-1 h2 {
        padding: 0 2rem;
    }

    span.christmas__hats1,
    span.bundles__hats1 {
        font-size: 3.5rem;
        padding: 1rem 0 0;
    }

    h3.tour-improvements .kgred1 {
        margin: 0 0 .7rem;
        padding: 0 2rem;
    }

    .tour-info-content {
        min-height: 24rem;
    }

    .tour-info-content p {
        font-size: 1.9rem;
    }

    .tour-info-block {
        min-height: 23rem;
    }

    .tour-info-content {
        bottom: -4px;
    }

    p.tour-cta-text-1,
    p.tour-cta-text-2 .tour-big,
    .kg-out-wrap-intro-four.tour .kg-heading-h3 {
        padding: 0;
    }

    .tour-label h3 .br-tour-br:nth-of-type(2) {
        display: block;
    }

    h2.christmas__subhead-one {
        padding: 0 15rem;
        font-size: 1.8rem;
    }

    h2.kg-heading-h2.christmas__value {
        margin: 1rem 0 0;
        transform: scale(.9);
    }

    .christmas__subheading {
        font-size: 1.6rem;
    }

    span.christmas__drivers-woods {
        margin: 0;
    }

    span.christmas__hats1 {
        margin: 1rem 0;
    }

    p.bundles__body-text span.one {
        padding: 0 8rem;
    }
}

@media (max-width: 440px) {

    span.christmas__drivers-woods {
        padding: 0 6rem;
    }

    .tour-text-1 h1,
    .wood-head-banner__heading {
        font-size: 5rem;
    }

    h2.kg-heading-h2h2.kg-heading-h2.christmas__value {
        transform: scale(.8);
    }

    .tour-text-1 h1 {
        padding: 0 4rem;
    }

    .tour-text-1 h2 {
        padding: 0 1rem;
    }

    .wood-head-banner__subheading {
        padding: 0 2rem;
    }

    h2.christmas__subhead-one {
        padding: 0 14rem;
        font-size: 1.8rem;
        font-weight: 400;
    }

    .bundles {
        margin: -1.5rem 0 0;
    }
}

@media (max-width: 430px) {
    p.tour-cta-text-1 {
        padding: 0;
    }

    .tour-text-1 h2 {
        padding: 0;
    }

    .christmas__heading {
        font-size: 5.5rem;
    }

    span.christmas__hats1,
    span.bundles__hats1 {
        font-size: 3.3rem;
    }

    span.christmas__drivers-woods {
        padding: 0 5rem;
    }

    h2.christmas__subhead-one {
        font-size: 1.7rem;
    }

    p.bundles__body-text span.two {
        padding: 0 1rem;
    }

    p.bundles__bundle-name.name-2 {
        padding: 0 1rem;
    }
}

@media (max-width: 428px) {
    p.tour-cta-text-1 {
        padding: 0 2rem;
    }
}

@media (max-width: 414px) {
    .tour-text-1 h1 {
        padding: 0 2rem;
    }

    .wood-head-banner__subheading {
        padding: 0 4rem;
    }

    p.tour-cta-text-2 .tour-big,
    .tour-text-1 h2 {
        padding: 0 2rem;
    }

    p.tour-cta-text-1 {
        padding: 0 1rem;
    }

    p.bundles__bundle-name.name-3 {
        padding: 0 5rem;
    }

    h2.christmas__subhead-one {
        font-size: 2.5rem;
    }

    h2.christmas__subhead-one span.one {
        display: block;
    }

    h2.kg-heading-h2.christmas__value {
        margin: 2rem 0 0;
        transform: scale(.8);
    }

    span.christmas__drivers-woods {
        padding: 0 9rem;
    }

    .christmas {
        margin-bottom: 0;
        padding-bottom: 12rem;
    }

    .christmas__content {
        top: 17.5%;
    }
}

@media (max-width: 412px) {
    p.bundles__bundle-name.name-2 {
        padding: 0 5rem;
    }
}

@media (max-width: 402px) {

    .tour-text-1 h2,
    .wood-head-banner__subheading,
    .bundles__subheading {
        font-size: 2rem;
    }

    .wood-head-banner__subheading,
    .christmas__subheading,
    .bundles__subheading {
        padding: 0 2rem;
    }

    span.christmas__hats1,
    span.bundles__hats1 {
        font-size: 3rem;
    }

    h2.kg-woods-h2-four.christmas__coupon-code,
    h2.kg-woods-h2-four.bundles__coupon-code {
        padding: 0 5rem;
    }

    .tour-text-1 h2 {
        padding: 0;
    }

    .tour-info-content p {
        font-size: 1.8rem;
    }

    p.tour-cta-text-1,
    p.tour-cta-text-2 {
        font-size: 2.4rem;
    }

    p.tour-cta-text-2 .tour-big {
        padding: 0;
    }

    h2.christmas__subhead-one {
        font-size: 2.2rem;
    }

    h2.kg-heading-h2.christmas__value {
        margin: 1rem 0 0;
        transform: scale(.7);
    }

    span.christmas__drivers-woods {
        padding: 0 5rem;
    }

    .bundles {
        margin: -3rem 0 0;
    }

    p.bundles__button-intro {
        padding: 0 4rem;
    }
}

@media (max-width: 393px) {

    p.tour-cta-text-1,
    p.tour-cta-text-2 {
        font-size: 2.3rem;
    }

    .tour-text-1 h2 {
        padding: 0 0rem;
    }

    .christmas {
        padding-bottom: 13rem;
    }

    p.bundles__body-text span.one {
        padding: 0 5rem;
    }

    .bundles__heading {
        font-size: 5.5rem;
    }
}

@media (max-width: 390px) {

    .christmas__heading,
    .bundles__heading {
        font-size: 5.2rem;
    }

    .wood-head-banner__subheading,
    .christmas__subheading,
    .bundles__subheading {
        padding: 0 1rem;
    }
}

@media (max-width: 384px) {
    .tour-text-1 h1 {
        padding: 0 0rem;
    }

    .tour-info-content p {
        font-size: 1.7rem;
    }

    .section-kg-h2-p-text-unique-id_3-thick h2.kg-text-h2,
    div#shopify-section-template--16993054359688__kg_type_shafts_8YndzA span.kg-80-width,
    body.page-page-driver-landing .pricing-form-text p.pricing-form-last,
    article.article-template .kg-blog-post-cta h3 {
        padding: 0;
    }

    .tour-text-1 h2,
    body.homepage section.section-kg-h2-p-text-unique-id_hp-bryson p.kg-text-p.kg-p-lineh {
        padding: 0 2rem;
    }

    .christmas {
        padding-bottom: 15rem;
    }
}

@media (max-width: 375px) {

    .christmas__heading,
    .bundles__heading {
        font-size: 5rem;
    }

    .tour-text-1 h2 {
        padding: 0 1rem;
    }

    p.tour-cta-text-1,
    p.tour-cta-text-2 {
        font-size: 2.2rem;
    }

    .unique-kg_kg-3-img-hp-1 section.k-row-1.kg-cen.reverse h3.two {
        width: 86%;
    }

    p.tour-cta-text-2 .tour-big {
        padding: 0 0rem;
    }

    p.bundles__bundle-name.name-3 {
        padding: 0 3rem;
    }
}

@media (max-width: 369px) {

    .tour-text-1 h2,
    .wood-head-banner__subheading,
    .bundles__subheading {
        font-size: 1.9rem;
    }

    span.christmas__hats1,
    span.bundles__hats1 {
        font-size: 2.8rem;
    }

    .tour-text-1 h2 {
        padding: 0 2rem;
    }

    .christmas {
        padding-bottom: 16rem;
    }

    h2.kg-woods-h2-four.christmas__coupon-code {
        font-size: calc(1.7rem * var(--font-heading-scale));
    }
}

@media (max-width: 360px) {

    .tour-text-1 h2 {
        padding: 0 1rem;
    }

    p.tour-cta-text-1,
    p.tour-cta-text-2 {
        font-size: 2.1rem;
    }

    .christmas__content {
        top: 16.5%;
    }

    p.bundles__bundle-name {
        font-size: 1.6rem;
    }

    p.bundles__bundle-name.name-3 {
        padding: 0 4rem;
    }
}

@media (max-width: 345px) {
    .tour-info-content p {
        font-size: 1.6rem;
    }

    .tour-text-1 h1,
    .wood-head-banner__heading,
    .christmas__heading,
    .bundles__heading {
        font-size: 4.5rem;
    }


    .tour-text-1 h2,
    .wood-head-banner__subheading,
    .bundles__subheading {
        font-size: 1.8rem;
    }

    span.christmas__hats1,
    span.bundles__hats1 {
        font-size: 2.5rem;
    }

    a.wood-head-banner__button.kbtn,
    a.christmas__button.kbtn,
    a.bundles__button.kbtn {
        padding: 1.2rem 2rem;
    }

    p.tour-cta-text-1,
    p.tour-cta-text-2 {
        font-size: 2rem;
    }

    h3.kg-heading-h3-above {
        font-size: 4.5rem;
    }

    h3.tour-improvements .kgred1 {
        padding: 0 1rem;
    }

    h2.christmas__subhead-one {
        font-size: 1.9rem;
    }

    h2.kg-heading-h2.christmas__value {
        margin: 2rem 0 0;
    }

    h2.kg-woods-h2-four.christmas__coupon-code {
        font-size: calc(1.6rem * var(--font-heading-scale));
    }
}

/* MIN WIDTH */
@media (min-width: 769px) {
    .bundles__mobile-name-btn {
        display: none;
    }
}

@media (min-width: 1921px) {}

@media (min-width: 2048px) {
    h2.christmas__subhead-one {
        padding: 0 21rem;
    }

    span.christmas__drivers-woods {
        padding: 0 16rem;
    }

    p.bundles__body-text span.two {
        padding: 0 3rem;
    }
}

@media (min-width: 2160px) {
    h2.christmas__subhead-one {
        padding: 0 23rem;
    }

    span.christmas__drivers-woods {
        padding: 0 19rem;
    }

    p.bundles__body-text span.two {
        padding: 0 7rem;
    }
}

@media (min-width: 2304px) {
    h2.christmas__subhead-one {
        padding: 0 27rem;
    }

    span.christmas__drivers-woods {
        padding: 0 22rem;
    }

    p.bundles__body-text span.two {
        padding: 0 11rem;
    }
}

@media (min-width: 2400px) {
    h2.christmas__subhead-one {
        padding: 0 29rem;
    }

    span.christmas__drivers-woods {
        padding: 0 25rem;
    }

    p.bundles__body-text span.two {
        padding: 0 15rem;
    }
}

@media (min-width: 2560px) {
    h2.christmas__subhead-one {
        padding: 0 33rem;
    }

    span.christmas__drivers-woods {
        padding: 0 30rem;
    }

    p.bundles__body-text span.two {
        padding: 0 21rem;
    }
}