/** Shopify CDN: Minification failed

Line 65:99 Unexpected "("
Line 389:13 Expected identifier but found whitespace
Line 389:15 Unexpected "{"
Line 389:24 Expected ":"

**/
@media screen and (min-width: 750px) {
    body .product-information__grid:not(:has(.product-information__media:empty)).product-information--media-left {
        grid-template-columns: 1fr min(50vw, 460px);
    }
    body     .product-information__grid:not(:has(.product-information__media:empty)).product-information--media-left .product-information__media {
        padding-right: 0;
    }
}
.variant-picker  .variant-option--equal-width-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 0;
}

.variant-picker .variant-option--equal-width-buttons label.variant-option__button-label
 {
    flex: 0 0 33.33%;
    max-width: 33.33%;
    border-radius: 0;
    min-width: 33.33%;
    margin: -1px 0 0 -1px;
    padding-top: 12px;
    padding-bottom: 12px;
}
 .variant-option__button-label:has([data-option-available=false]):not(.variant-option__button-label--has-swatch):after{
    cursor:auto;
     cursor: not-allowed !important;
}
body .product-form-buttons button {
    padding-top: 30px;
    padding-bottom: 30px;
}
body .product-form-buttons button * {
    font-size: 14px !important;
}
body .product-form-buttons button {
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 1px;
}
body .product-details .quantity-selector {
    height: 60px;
}
.variant-option__button-label:has([data-option-available=false]) input[data-current-checked="false"],
.variant-option__button-label:has([data-option-available=false]) input[data-current-checked="true"] {

    cursor: not-allowed !important;
}
.variant-option__button-label:not(.variant-option__button-label--has-swatch):has([data-option-available=false]){
      border-color:#dfdfdf !important;
}
.variant-option__button-label:has([data-option-available=false]):not(.variant-option__button-label--has-swatch):before, .variant-option__button-label:has([data-option-available=false]):not(.variant-option__button-label--has-swatch):after {
    border-color:#dfdfdf !important;
}
.variant-option__button-label:not(.variant-option__button-label--has-swatch):has([data-option-available=false]):before,
.variant-option__button-label:not(.variant-option__button-label--has-swatch):has([data-option-available=false]),
.variant-option__button-label:has([data-option-available=false]):has([data-option-available=false])(:checked),
.variant-option__button-label:has([data-option-available=false]):not([data-option-available=false])(:checked):after,
.variant-option__button-label:has([data-option-available=false]):not(.variant-option__button-label--has-swatch):after,
body .variant-option__button-label:has([data-option-available=false]):not(.variant-option__button-label--has-swatch):after,
.variant-option__button-label:not(.variant-option__button-label--has-swatch):before, .variant-option__button-label:has([data-option-available=false]):not(.variant-option__button-label--has-swatch):before{
    border-color:#dfdfdf !important;
} 
.variant-option__button-label:not(.variant-option__button-label--has-swatch):has([data-option-available=false]) svg {
    display: none;
}
.variant-option__button-label:not(.variant-option__button-label--has-swatch):has([data-option-available=false]) {
    border-width: 0;
    background-color: #f6f6f6 !important;
    color: #dfdfdf !important;
    cursor: not-allowed !important;
}
.variant-picker  .variant-option--equal-width-buttons {
    display: flex;
    gap: 0;
}
.variant-picker  .variant-option--equal-width-buttons legend {
    flex: 1;
    width: 100%;
    display: block;
}
header-menu.header-menu {
    padding: 11.2px 0;
}
.mega-menu__grid {
    text-align: left;
}
.football-boots-section img {
    width: 100%;
    height: auto;
    max-width: 100%;
} 
.boots-info.page-width .container {
    margin: 0 auto;
    max-width: 1670px;
    display: flex
;
    align-items: flex-start;
    gap: 50px;
    padding: 0 2.5rem;
}
.boots-info.page-width .container .align-column-left {
    flex: 0 0 50%;
    max-width: 50%;
}

.boots-info.page-width .container .boots-grid {
    flex: 1;
}
.football-boots-section .hero {
  position: relative;
  padding:0;
}

.football-boots-section .hero-content {
  max-width: 800px;
}

.football-boots-section h1 {
  font-size: 2.5rem;
  font-weight: 700;
}

.football-boots-section h2 {
  font-size: 1.5rem;
  margin-top: 10px;
}

.football-boots-section .tagline {
  font-size: 1.3rem;
  font-weight: bold;
  margin-top: 20px;
  text-transform: uppercase;
}

.boots-info {
  text-align: left;
  padding: 50px 0;
}

.boots-info .section-title {
    font-size: 2rem;
    font-weight: 800;
    margin-bottom: 17px;
    margin-top: 0;
}

.boots-info .section-text {
  font-size: 1rem;
  color: #444;
  max-width: 900px;
  margin-bottom: 40px;
}

.boots-grid {
  display: grid;
    grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
}

.boot-card {
  text-align: center;
}

.boot-card img {
  width: 100%;
  border-radius: 8px;
}

@media(max-width:1400px){
body .resource-list__carousel .resource-list__slide {
        width: calc((100% - (var(--resource-list-column-gap) * (var(--column-count) - 1)) - var(--peek-next-slide-size)) / 5);
    }
}
@media(max-width:1200px){
body .resource-list__carousel .resource-list__slide {
        width: calc((100% - (var(--resource-list-column-gap) * (var(--column-count) - 1)) - var(--peek-next-slide-size)) / 4);
    }
}
body .mega-menu__link
 {
    padding: 0;
}

.header__row--top:not(.divider--page-width), 
.header__row--top.divider--page-width .header__columns,
 .header__row--bottom {
    border-bottom: 0 !important;
}

.header-section {
    box-shadow: none !important;
} 
slideshow-component {
    margin-top: 2px !important;
}
.slideshow-controls__dots {
    margin-left: 0 !important;
}

slideshow-controls[controls-on-media][pagination-position=center] {
    padding-left: 2.5rem;
}

.slideshow-controls__dots button {
    width: 50px;
    height: 2px;
}


.slideshow-controls__dots button:after {
    width: 100%;
}
slideshow-component a.button {
    min-width: inherit;
    text-transform: uppercase;
    font-weight: 700;
    padding: 10px 30px;
}
body slideshow-component .layout-panel-flex--column>.group-block--height-fit {
    max-width: 100%;
}
.header__row--top:not(.divider--page-width), .header__row--top.divider--page-width .header__columns, .header__row--bottom {
    border-bottom: 0 !important;
    border-color: #000 !important;
}
.cart-items__title {
    font-size: 13px !important;
}
 .cart-items__title {
    font-size: 13px !important;
}
h2.main-collection-grid__empty-title.h2 {
    font-size: 19px;
}
.menu-list__list-item {
    margin: 0 10px;
}
.page-width-content rte-formatter h1, .page-width-content rte-formatter h2, .page-width-content rte-formatter h3 {
    font-size: 20px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.page-width-content .text-block> h1 {
    font-size: 30px;
}
facets-form-component accordion-custom .facets__summary .facets__label {
    text-transform: uppercase;
    font-size: 13px;
    font-weight: bold;
}
cart-drawer-component .additional-checkout-buttons.additional-checkout-buttons--vertical {
    display: none;
}
button#privy-submit-btn {
    background: #ee3333 !important;
}
#privy-container #privy-inner-container .privy .privy-element.privy-text-element b, #privy-container #privy-inner-container .privy .privy-element.privy-text-element strong {
    color: #000;
}
facets-form-component accordion-custom .facets__summary .facets__label {
    text-transform: uppercase;
    font-size: 13px;
    font-weight: bold;
}

facets-form-component.facets__form-wrapper *, .facets.facets-controls-wrapper * {
    font-size: 12px;
    color: #000;
} 
.header-section {
    border-bottom: 0;
    box-shadow: rgb(0 0 0 / 6%) 0px 4px 6px -1px, rgb(0 0 0 / 0%) 0px 2px 4px -1px;
}
.collection-card__content .text-block {
    font-weight: 600;
}
body .mega-menu__grid
 {
    padding-top: 25px;
}
body .mega-menu__link--parent
 {
    font-size: 13px;
    text-transform: uppercase;
    font-weight: bold;
}
button.slideshow-control.button-secondary.button-unstyled.icon-pause {
    display: none !important;
}
a.size-style.link {
    text-transform: uppercase;
    font-weight: 600;
    opacity: 0.6;
    color: #000;
    font-size: 12px;
}
.page-width-content .text-block>* {
    max-width: 100%;
    text-align: left;
}
slideshow-controls[controls-on-media][pagination-position=center] {
    justify-content: flex-start;
    margin-bottom: 5px;
}
product-price.text-block.text-block--align-left.text-left.h6 * {
    font-size: 14px;
}
.quick-add__button .add-to-cart-text--added, .quick-add__button .add-to-cart-text--added *, span.add-to-cart-text, span.add-to-cart-text * {
    font-size: 12px !important;
}
button.slideshow-control.button-secondary.button-unstyled.icon-play {
    display: none;
}
body .product-badges__badge {
    border-radius: 3px;
    font-size: 9px;
    text-transform: uppercase;
    font-weight: 600;
    min-width: 60px;
    text-align: center;
}
slideshow-component a.button {

    text-transform: uppercase;
    font-weight: bold;
}
body .mega-menu__link {
    font-size: 14px;
}
body .menu-drawer__menu-item {
    font-size: 16px;
    font-weight: bold;
}
body .menu-drawer__featured-content {
    display: none;
}
.ui-test-collection-list rte-formatter p {
    width: 100%;
    max-width: 100%;
}

.ui-test-collection-list a.size-style.link, .ui-test-product-list .size-style.link {
    border-bottom: 1px solid;
}
@media(min-width:768px){
    slideshow-component .layout-panel-flex--column>.group-block--height-fit {
    max-width: 678px;
    width: 100%;
}
.product-information__grid.product-information--media-left {
    padding-top: 21px;
}
}


.js-section__scrolling-text section.section
 {
    display: block;
}
body .marquee__content {
    padding: 0;
}
.scrolling-text__bg {
    border-bottom: 1px solid #101010;
}
.scrolling__text--body, .scrolling__text--body * {
    font-size: 12px;
}
.scrolling__text--body * {
    font-size: 12px !important;
}


.scrolling__text--body * a {
    text-decoration: underline;
}
.brand-logo-slider {
  padding: 40px 0;
  background: {{ section.settings.bg_color }};
  text-align: center;
}
.brand-logo-heading {
    margin-bottom: 20px;
    font-size: 24px;
    font-weight: 600;
    text-align: left;
    text-transform: uppercase;
}
.brand-slider img {
  max-height: 80px;
  width: auto;
  display: inline-block;
  margin: 0 auto;
  transition: transform 0.3s ease, opacity 0.3s ease;
}
.brand-slider a:hover img {
  transform: scale(1.05);
  opacity: 0.9;
}
.brand-title {
    font-size: 14px;
    color: #000;
    margin: 0;
    text-transform: uppercase;
    font-weight: 600;
}
.b-logo .brand-title {
    min-height: 45px;
}
.bx-bg a {
    display: flex;
    flex-direction: column;
    gap: 15px;
}
body .brand-slider {
    display: flex
;
    gap: 10px;
    flex-wrap: wrap;
    align-items: flex-start;
}
footer#shopify-section-sections--24767601574135__footer_m9NzUG {
    border-bottom: 1px solid #222;
}
.b-logo {
    background: #f6f6f6;
}

.b-logo section.brand-logo-slider {
    padding: 0;
}

.bx-bg {
    padding: 15px;
    background: #fff;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.brand-slide.slick-slide {
    padding: 0 6px;
}

.b-logo section.brand-logo-slider {
    padding: 0;
}

@media(max-width:767px){
body .ui-test-product-list .spacing-style.text-block p {
    font-size: 17px;
    letter-spacing: 0;
}
body .ui-test-product-list .product-card__content .text-block p {
    font-size: 12px;
}
.brand-title {
    font-size: 12px;
}
.section-wrapper .text-block h2 {
    font-size: 22px;
}
.product-information rte-formatter.spacing-style h3 {
    font-size: 18px;
    margin: 15px 0;
    display: block;
}
.product-information .spacing-style.text-block h1 {
    font-size: 28px;
}
}

.header__columns .predictive-search-form__header {
    border-radius: 30px;
    border: 0;
    background: #f3f3f5;
    width: 100%;
    height: 100%;
    padding: 0;
    font-weight: 600;
    font-size: 16px;
    color: #0f0f0f;
}
.header--collapse-row-paddings .header__row--bottom .header__columns {
    display: block;
    text-align: center;
    justify-content: center;
    padding: 0;
}
overflow-list.overflow-menu.color-scheme-matches-parent {
    padding-top: 0;
    padding-bottom:0;
}
body  header--collapse-row-paddings .header__row--bottom .header__columns {
    padding-top: 15px;
}
.header__columns .predictive-search-form__header * {
    background: transparent;
}

.header__columns .predictive-search-form__header button.button.predictive-search__close-modal-button {
    display: none;
}

.header__columns .predictive-search-form__header span.svg-wrapper.predictive-search__icon {
    left: auto;
    right: 24px;
}


.m-search-only {
    display:none;
}
predictive-search-component.predictive-search {
    background: #f6f6f6;
    width: 100%;
    height: 100%;
    padding: 0;
    font-weight: 600;
    font-size: 16px;
    color: #0f0f0f;
    border-radius: 30px;
}


body .predictive-search__reset-button {
    margin-right: 53px;
    font-size: 12px;
}
@media(min-width:980px){
.header__columns.spacing-style {
    --header-template-columns: 1fr 4fr 1fr;
}

}
.mobile-search span.svg-wrapper.predictive-search__icon {
    right: 16px;
    left: auto;
}

.mobile-search input {
    padding-left: 16px;
    font-size: 14px;
    font-weight: normal;
    padding-top: 5px;
    padding-bottom: 5px;
} 
.mobile-search .predictive-search-form__header {
    padding: 0;
    height: auto;
}
.header__columns .predictive-search-form__header input {
    padding-left: 22px;
    font-weight: normal;
    font-size: 14px;
    letter-spacing: 0;
}
ul.predictive-search-results__list * {
    font-size: 12px;
    font-weight: normal;
}
@media(max-width:979px){
    .header__column.header__column--center {
    display: none;
}
.collection-wrapper.grid {
    padding: 0 10px;
}
.header__column.header__column--left search-button.search-action {
    display: none;
}
.predictive-search-form__header-inner, .mobile-search .predictive-search-form__header {
    border-radius: 0 !important;
    background: transparent !important;
}
.mobile-search predictive-search-component.predictive-search {
        background: transparent !important;
        width: 100%;
        height: 100%;
        padding: 0;
        font-weight: 600;
        font-size: 16px;
        color: #0f0f0f;
        border-radius: 40px;
        border: 1px solid #e6e6e6;
    }
   .mobile-search  button.button-unstyled.predictive-search__reset-button {
    height: 36px;

   }
predictive-search-component.predictive-search .predictive-search-form .predictive-search-form__header * {
    background: transparent;
}

body .m-search-only {
        display: block;
        padding: 8px;
        border-top: 1px solid #eee;
        background: #fff;
    }
body .resource-list__carousel .resource-list__slide {
        width: clamp(150px, var(--mobile-card-size, 60cqw), var(--slide-width-max));
    }
}
.account-button__icon svg.store-icon {
    width: 25px;
    height: 25px;
}
body .assurance-aspects {
    border-top: 1px solid #e6e6e6;
    padding-top: 15px;
}
.assurance-aspects__message {
    font-size: 13px;
}
h5.assurance-aspects__title {
    letter-spacing: .8px;
    font-size: 14px;
    text-transform: uppercase;
    text-transform: uppercase;
    margin-bottom: 0;
    font-weight: bold;
}
main#MainContent>div#col-main {
    padding: 0 15px;
}
body .mobile-info-top {
    display: none;
}
.assurance-aspects {
    --gap-vertical: 10px;
    display: flex;
    flex-direction: column;
    row-gap: 10px;
    margin-top: 30px;
    list-style:none;
    padding:0;
}
.assurance-aspects__item:not(:last-child) {
    padding-bottom: 10px;
    border-bottom: 1px solid #e6e6e6;
}
.assurance-aspects__item {
    position: relative;
    display: flex;
    flex-direction: row;
    -moz-column-gap: 20px;
    column-gap: 20px;
    align-items: center;
    justify-content: space-between;
}
.assurance-aspects__message {
    padding-right: 24px;
}
.assurance-aspects__container {
    display: flex;
    flex-direction: row;
    -moz-column-gap: 20px;
    column-gap: 20px;
}
.assurance-aspects__icon {
    width: 34px;
}
.assurance-aspects__body {
    display: flex;
    flex-direction: column;
    padding-right: 1rem;
    row-gap: 5px;
}
.accordion--dividers .details-content h3 {
    font-size: 20px;
}

ul.swatches-layout li.active img {
    border-color: #000;
}
ul.swatches-layout {
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    gap: 10px;
}

ul.swatches-layout li {
    line-height: 0;
    flex: 0 0 auto;
}

ul.swatches-layout li img {
    max-width: 65px;
    border: 1px solid #dfdfdf;
    border-radius: 3px;
    height: 65px;
    object-fit: cover;
    width: 65px;
}

legend {
    padding: 0;
    margin-bottom: 4px;
}
body .itemtype {
    font-size: 14px;
    text-transform: uppercase;
}
.product-details .text-block span.savings, .mobile-info-top .text-block span.savings {
    color: #d54d4d;
    font-size: 15px;
}
.page-width-wide .contact-form.spacing-style.size-style {
    width: 667px;
}
h2.s-guide {
    text-align: center;
    font-style: italic;
    font-weight: 900;
    padding: 30px;
    margin: 0;
    font-size: 40px;
}
.header-section {
    position: relative;
    border-bottom: 1px solid #0000000f;
}
quick-add-dialog .variant-picker .variant-option--equal-width-buttons label.variant-option__button-label {
    font-size: 12px !important;
}
 .popup {
    width: 100%;
    height: 100%;
    display: none;
    position: fixed;
    top: 0px;
    left: 0px;
    background: rgba(0,0,0,0.75);
    z-index: 999;
} 
.variant-picker .variant-option--equal-width-buttons legend {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.variant-picker .variant-option--equal-width-buttons legend a.ch.size-chart-link {
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 13px;
    text-decoration: underline;
}

.variant-picker .variant-option--equal-width-buttons legend a.ch.size-chart-link svg.icon.icon--small.icon--type-ruler {
    width: 15px;
    height: 15px;
} 
.accordion accordion-custom summary.details__header {
    text-transform: uppercase;
    font-size: 14px;
}
.popup-inner {
    max-width: 980px;
    width: 90%;
    padding: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: left;
    border: 0;
    background: #fff;
        border-radius: 3px;
}
body .modal-title {
    font-size: 18px;
    font-weight: bold;
}


.popup-inner .modal-header__close {
    width: 15px;
    height: 17px;
}
.modal-header__close {
    width: 15px;
    height: 17px;
}

.popimage .modal-body {
    padding: 20px;
}

.popimage .modal-body a {
    color: inherit !important;
}
.popup-inner .modal-header {
    justify-content: space-between;
    padding: 15px 20px;
    border-bottom: 1px solid #e6e6e6;
    display: flex;
    align-items: center;
}
.popup-close {
  
}
@media(max-width:767px){
body .header-actions__action {
        width: 35px !important;
    }
body .product-details .productpagecss {
    display: none;
}
body .header__columns .header-logo {
    margin-left: -51px;
}
body .header-actions__action {
    padding: 0 !important;
}
}