/** Shopify CDN: Minification failed

Line 398:11 Expected ":"
Line 398:17 Expected ":"

**/
/* Responsive styles */


@media only screen and (min-width: 750px) {
    .medium-up--hide {
        display: none;
    }
}

@media only screen and (max-width: 749px) {
    .small--hide {
        display: none;
    }
}

/* General styles and overrides */
.button,
.button-secondary {
    letter-spacing: 0.1em;
    font-size: 1rem;
}

.button:not(.button-unstyled),
.button-secondary:not(.button-unstyled) {
    min-width: 90px;
    padding: 16px 30px;
}

.button--small {
    padding: 8px 14px !important;
    font-size: 14px;
}

.button--full {
    width: 100%;
}

.link {
    text-decoration: underline !important;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-family: var(--button-font-family-secondary);
    font-size: 1rem;
}

.button-with-icon {
    display: flex;
    align-items: center;
    gap: var(--gap-xs);
}

.icon.icon-play {
    border: 2px solid;
    border-radius: 50%;
    padding: 3px;
    display: inline-block;
    width: 20px;
    height: 20px;
    vertical-align: middle;
    fill: currentColor;
}

.icon.icon-play path {
    fill: inherit;
    stroke: inherit;
}

strong {
    font-weight: 700;
}

@media screen and (max-width: 749px) {
    .spacing-style.spacing-style--mobile {
      padding-block: calc(var(--padding-block-start-mobile, var(--padding-block-start)) + var(--section-top-offset, 0px)) var(--padding-block-end-mobile, var(--padding-block-end));
      padding-inline: var(--padding-inline-start-mobile, var(--padding-inline-start)) var(--padding-inline-end-mobile, var(--padding-inline-end));
    }
}

/* Media block custom styles */
.media-block--custom.media-block--contain {
    display: flex;
    align-items: center;
}

.media-block--custom.media-block--contain .media-block__media-wrapper {
    position: relative;
}

.media-block--custom.media-block--contain .media-block__media {
    position: initial;
}

.media-block--custom dialog-component {
    position: absolute;
    bottom: 20px;
    left: 20px;
}

.dialog-video-modal.popup-link__content {
    max-width: 100dvw;
    max-height: 100dvh;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
    /* Allow interaction with video; overrides pointer-events: none from card inner */
    pointer-events: auto;
}

.dialog-video-modal.popup-link__content[open] {
    display: flex;
}

.dialog-video-modal .popup-link__inner {
    max-width: 1000px;
    width: 100%;
    pointer-events: auto;
}

.dialog-video-modal .popup-link__video-wrapper {
    position: relative;
    overflow: hidden;
    max-width: 100%;
    padding-bottom: 56.25%;
    height: 0;
    height: auto;
    z-index: 1;
    pointer-events: auto;
}

.dialog-video-modal .popup-link__video-wrapper deferred-media {
    position: absolute;
    inset: 0;
}

.dialog-video-modal.popup-link__content iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: auto;
}

.dialog-video-modal .popup-link__close {
    z-index: 2;
}

.media-block--custom .popup-link__button svg {
    top: 0;
    border: 1px solid;
    border-radius: 50%;
    padding: 3px;
}
@media screen and (max-width: 749px) {
    .section--page-width.media-with-content.media-with-content--media-extend-mobile { 
        grid-template-columns: var(--media-with-content-grid-columns);
        grid-template-areas: 'media media media' 'margin-left content margin-right';
    }
}
@media screen and (min-width: 750px) {
    .section--page-width.media-with-content.media-with-content--media-extend-desktop.media-with-content--media-left {
        grid-template-columns: var(--media-with-content-grid-columns);
        grid-template-areas: 'media media content margin-right';
    }
    .section--page-width.media-with-content.media-with-content--media-extend-desktop.media-with-content--media-right {
        grid-template-columns: var(--media-with-content-grid-columns);
        grid-template-areas: 'margin-left content media media';
    }
}

/* End of Media with content custom styles */

/* Featured blog posts custom styles */
.blog-post-card__content-text .link {
    margin-top: 12px !important;
}
.featured-blog-posts slideshow-container {
    background-color: transparent !important;
}

.featured-blog-posts-card__image {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.featured-blog-posts .video-button-wrapper,
.blog-post-card__image-container .video-button-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: var(--gap-xs);  
    color: #fff;
    background: radial-gradient(circle, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0) 100%);
    font-weight: 600;
    font-family: var(--font-heading--family);
    text-transform: uppercase;
    font-size: 16px;
    white-space: nowrap;
    cursor: pointer;
}

.featured-blog-posts .video-button-wrapper svg,
.blog-post-card__image-container .video-button-wrapper svg {
    margin-right: 5px;
    width: 20px;
    height: 20px;
}

.popup-link--blog-post > .button-unstyled {
    width: 100%;
}

slideshow-slide:has(.blog-post-box-shadow) {
    overflow: initial;
}

.featured-blog-posts__view-all-wrapper {
    width: 100%;
    text-align: center;
    margin-top: 50px;
}

.featured-blog-posts__view-all-link {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 400;
}
.featured-blog-posts__view-all-link:hover {
    text-decoration: underline;
}
/* End of Featured blog posts custom styles */

/* Email signup custom styles */
.email-signup__input-group .email-signup__input {
    padding: 10px;
}

.email-signup__form .email-signup__input-group:not(.email-signup__input-group--integrated):not(.email-signup__input-group--underline) {
    align-items: stretch;
}

.email-signup__input-group .email-signup__button {
    padding: 10px 20px;
    min-width: unset !important;
    letter-spacing: 0;
}

.email-signup__input-group .email-signup__button--integrated {
    padding: 10px 20px;
    margin: 0;
}
/* End of Email signup custom styles */

/* KK Footer Links Style - copied from previous theme */
#popular-searches{
	display: none;
    scroll-margin-top: 150px;
}
.show-links, .hide-links {
    text-transform: uppercase;
}
.kk-footer-container {
    display: block;
    width: 100%;
}
.kk-footer {
    display: flex;
    justify-content: space-between;
    margin: 50px auto;
}
.kk-footer a {
    color: #fff !important;
    text-transform: capitalize;
    font-family: var(--typeHeaderPrimary);
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.kk-footer ul {
    list-style: outside none none;
    margin: 0 1rem 0 0;
    padding: 0;
}

.kk-footer li {
    margin-bottom: 0.25em;
}
div:has(>.popular-searches-container) {
    width: 100%;
}

.popular-searches-container {
    scroll-margin-top: 150px;
}

@media (max-width: 749px) {
    .kk-footer {
        padding: 20px 10px 0;
        text-align: center;
        display: block;
    }
}
/* End of KK Footer Links Style */

/* Footer market selector */
@media only screen and (max-width: 749px) {
    .menu__details .details-content ul {
        padding-bottom: 20px;
    }
}
.footer-content:has(.dropdown-localization--footer) {
    contain: initial;
    content-visibility: initial;
}

dropdown-localization-component.dropdown-localization--footer .localization-wrapper {
    top: -24.5rem;
}
/* End footer market selector */

/* Start PLP */
.predictive-search-form .predictive-search-dropdown {
    background-color: #FAFAFA;
}

.predictive-search-form .predictive-search-results__title {
    text-transform: uppercase;
}

.predictive-search-form .predictive-search-results__card {
    background-color: #FFF;
}
.predictive-search-form .predictive-search-results__card:hover {
    background-color: #FFF !important;
}

.predictive-search-form .resource-card {
    text-align: center;
}

.predictive-search-form .resource-card__title {
    font-weight: 700;
    text-transform: uppercase;
    font-size: 12px;
}

.predictive-search-form .price {
    text-transform: uppercase;
    font-size: 16px;
}

.product-card__content div[data-oke-star-rating] {
    text-align: center;
}
/* End PLP */

/* Start Blogs */
.blog__article-filters {
    overflow: auto;
    background-color: #FFF;
    padding: 20px 40px;
    margin-right: -40px;
    margin-left: -40px;
    margin-bottom: 40px;
    text-align: center;
    white-space: nowrap;
    border-top: 1px solid #efefef;
    border-bottom: 1px solid #efefef;
}

@media only screen and (max-width: 749px) {
    .blog__article-filters {
        padding: 15px 16px;
        margin-right: -16px;
        margin-left: -16px;
    }
}

.blog__article-filter-btn {
    background-color: #fff;
    color: #000;
    font-weight: 700;
    border-radius: 20px;
    border: 1px solid #000;
    outline; none;
    padding: 8px 20px;
    font-size: 14px;
    text-transform: uppercase;
    cursor: pointer;
    transition: all .2s ease;
}
.blog__article-filter-btn:hover {
    background-color: #333;
    color: #fff;
}

.blog__article-filter-btn.active {
    background-color: #000;
    color: #fff;
}

.blog__article-filter-btn + .blog__article-filter-btn {
    margin-left: 20px;
}

.blog__prev-next-links {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    width: 100%;
    justify-content: space-between;
    padding: 15px;
    margin-top: 20px;
}

.blog__prev-next-links .blog-navigation-buttons {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    text-transform: uppercase;
}
/* End Blogs */

/* Header customisations */
.cart-bubble__background {
    background-color: #ff4f33;
    border: 2px solid #fff;
}
.cart-bubble__text-count {
    display: none;
}
.cart-drawer__header .cart-bubble {
    display: none;
}

.header-actions__cart-icon.header-actions__cart-icon--has-cart svg {
    mask: none !important;
}

.mobile-nav__sublist .menu-drawer__utility-links {
    border-top: 1px solid var(--color-border);
    padding-top: 10px;
    margin-top: 10px;
}

.mobile-nav__sublist .menu-drawer__utility-links > a,
.mobile-nav__sublist .menu-drawer__utility-links .popup-link__button,
.mobile-nav__sublist .menu-drawer__utility-links .drawer-localization__button--label,
.mobile-nav__sublist .menu-drawer__utility-links .header-actions__action {
    text-transform: uppercase;
    padding: 10px 0;
    font-size: 14px;
    font-family: var(--font-subheading--family);
    font-weight: 400;
    color: #000;
    letter-spacing: 0.1em;
}

header-actions.location-menu-drawer .header-actions__action.action__cart {
    order: -1;
    justify-content: flex-start;
    padding-bottom: 0;
}

header-actions.location-menu-drawer {
    flex-direction: column;
}

header-actions.location-menu-drawer .header-actions__action.account-button {
    flex-wrap: nowrap;
    width: auto;
    height: auto;
    justify-content: flex-start;
    gap: 5px;
    align-items: center;
}

header-actions.location-menu-drawer .header-actions__action {
    gap: 5px;
    align-items: center;
}

header-actions.location-menu-drawer .account-button__icon,
header-actions.location-menu-drawer .cart-button__icon,
header-actions.location-menu-drawer .header-actions__action .svg-wrapper {
    width: 20px;
    height: 20px;
}

header-actions.location-menu-drawer .header-actions__action .svg-wrapper {
    justify-content: flex-start;
}

header-actions.location-menu-drawer .header-actions__action .cart-bubble {
    display: none;
}

@media only screen and (max-width: 1023px) {
    .header__row .header__icon--summary .header-drawer-icon,
    .header__row .header__icon--summary .header-drawer-icon svg {
        width: 25px;
        height: 25px;
    }
    .header__row .header-actions__action svg {
        width: 25px;
        height: 25px;
    }

    .header__row .search-action .header-actions__action svg {
        width: 34px;
        height: 34px;
        --icon-stroke-width: 0.7;
    }
    .menu-drawer-container .header__icon--summary {
        padding-block: 0;
    }
}

@media only screen and (max-width: 1023px) {
    .hidden--small {
        display: none !important;
    }
}
@media only screen and (min-width: 1024px) {
    .hidden--large {
        display: none !important;
    }
}

/* Product Grid Quick Add */
.grid-product__variants-wrapper label {
    display: block;
    text-transform: capitalize;
    font-size: 0.857em;
    letter-spacing: 0;
    margin-bottom: 0;
}

.grid-product__variants-wrapper select {
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-size: 11px;
    appearance: none;
    padding-right: 30px;
    cursor: pointer;
    width: 100%;
    border: 1px solid #e8e8e1;
    padding: 8px 10px;
    border-radius: 3px;
    font-size: 14px;
    outline: none;
    background-image: url(//www.nomadtackle.com/cdn/shop/t/77/assets/ico-select.svg?v=122247973132467868031779426542);
}

.grid-product__variants-wrapper option[disabled] {
    color: #ccc;
}

.product-grid__card.product-grid__card {
    justify-content: space-between;
}

.product-grid__card .product-form-buttons .button:not(.button-unstyled) {
    padding: 10px 15px;
    height: auto;
}

.product-grid__card [ref="productTitleLink"] + div,
.product-grid__card [ref="productTitleLink"] + product-price {
    margin-top: auto;
}

.price-cents {
    font-size: calc(var(--font-size, 1rem) * 0.85);
}
/* End Product Grid Quick Add */

/* Start Cart */
.cart__summary-item.tax-note {
    text-align: center;
    justify-content: center;
}

.has-rods .fst-container > * {
  display: none;
}

.fst-container {
    --bar-height: 8px;
    --bar-bg-color: #dadada;
    --bar-color: #B3BE35;
    --bar-radius: 6px;
    --percentage: 0;
    --price: 0;
    text-align: center;
    width: 100%;
    font-family: var(--typeHeaderPrimary);
    font-size: inherit;
    padding: 0;
    position: relative;
    flex: 1 100%;
    margin: 5px 0;
    font-weight: 700;
}

.fst-container .fst-progress-bar-wrapper {
    position: relative;
    width: 100%;
}

.fst-container .fst-progress-bar-wrapper[value="100"]:after {
    background-color: var(--bar-color);
}

.fst-container .fst-progress-bar-wrapper:before {
    content: '' attr(data-symbol) '' attr(data-target) '';
    position: absolute;
    right: 0;
    top: 0;
    transform: translate3d(25%, 14px, 0);
    font-size: 14px;
}

.fst-container .fst-progress-bar-wrapper:after,
.fst-container progress:after {
    content: '';
    width: 14px;
    height: 14px;
    border: 1px solid #000;
    border-radius: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
    position: absolute;
    top: 50%;
    transform: translate3d(0, -50%, 0);
}

.fst-container .fst-progress-bar-wrapper:after {
    right: 0;
    background-color: #fff;
}

.fst-container progress:after {
  left: var(--percentage);
  background-color: var(--bar-color);
}

.fst-container progress {
    display: flex;
    width: 100%;
    height: var(--bar-height);
    border-radius: var(--bar-radius);
    background-color: var(--bar-bg-color);
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
    position: relative;
    margin: 1.5rem 0 1.25rem;
}

.fst-container progress,
.fst-container progress[value] {
    -webkit-appearance: none;
    appearance: none;
    border: none;
}

.fst-container progress[value]::-webkit-progress-bar {
    width: 100%;
    height: var(--bar-height);
    border-radius: var(--bar-radius);
    background-color: var(--bar-bg-color);
}

.fst-container progress[value]::-webkit-progress-value {
    position: relative;
    height: var(--bar-height);
    border-radius: var(--bar-radius);
    background: var(--bar-color);
}

.fst-container progress[value]::-moz-progress-bar {
    height: var(--bar-height);
    border-radius: var(--bar-radius);
    background: var(--bar-color);
}

.fst-container .fst-message {
    font-size:0.75rem;
    line-height: 1;
    text-transform: uppercase;
    margin-top: 10px;
    margin-bottom: 20px;
}

.fst-container .fst-message p {
    margin: 0;
}

.fst-container .fst-step-target {
  position: absolute;
  line-height: 1;
  top: 100%;
  transform: translateX(-50%);
  padding-top: 10px;
}
.fst-container .fst-step-target:after {
  content: "";
  background-image: url("//www.nomadtackle.com/cdn/shop/t/77/assets/triangle-up.svg?v=11874245387009453181779426430");
  width: 7px;
  height: 9px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
}

@media only screen and (min-width:769px) {
  .fst-container .fst-progress-bar-wrapper {
    width: 100%;
  }
}
/* End Cart */

/* Start PDP */
.variant-option__button-label:has(.variant__button-label--img-swatch) {
    padding: 5px;
}

.variant__button-label--img-swatch {
    width: 100%;
    max-width: 80px;
}

.product-block--icon {
  --size: 1.35rem;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
}

@media only screen and (max-width: 768px) {

  .product-block--icon {
    justify-content: center;
  }

}

.product-block--icon img {
  width: calc(var(--size) * 1.25);
  height: calc(var(--size) * 1.25);
  margin-right: 1em;
}

.product-block--icon span {
  font-family: var(--typeHeaderPrimary);
  font-size: var(--size);
  font-weight: 500;
  letter-spacing: 0.025em;
  text-transform: uppercase;
  line-height: 1;
}

.sku-container {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.product-store-locator-link {
  display: flex;
  align-items: center;
  text-transform: uppercase;
}

.product-store-locator-link svg {
  margin-right: 10px;
}

.product-details table {
  width: 100%;
  position:relative;
  border-collapse: collapse;
  border: 1px solid currentColor;
}

.product-details table {
  width: 100% !important;
}

.product-details .custom-liquid:has(table) {
  overflow-x: auto;
}

.product-details .table-wrapper {
  max-width:100%;
  overflow:auto;
  -webkit-overflow-scrolling:touch;
}

.product-details td, .product-details th{
  text-align:left;
  padding: 10px 15px;
  border: 0;
}

html[dir=rtl] .product-details td, html[dir=rtl] .product-details th{
    text-align:right
}

.product-details th{
  font-weight:700;
  text-transform: uppercase;
  font-family: var(--typeHeaderPrimary);
}

.product-details .table__title, .product-details th{
  font-weight:700;
}

.product-details table tr:nth-child(even) {
  background-color: #f4f4f4;
}

.text-link, a {
  color: currentColor;
  text-decoration:none;
  background:transparent
}

.text-link{
  display:inline;
  border:0 none;
  background:none;
  padding:0;
  margin:0;
}

.group-block .custom-liquid,
.custom-liquid iframe {
    width: 100%;
}

.rte img {
    width: auto;
}

/* Gallery Thumbnails */
.product-information--lures .slideshow-controls__thumbnails button.slideshow-controls__thumbnail:not(:first-child):not(.slideshow-controls__thumbnail--lifestyle) {
    display: none;
}

.product-information--lures .product-information__media slideshow-slides slideshow-slide:not(:first-child):not(.product-media-container--lifestyle) {
    display: none;
}

/* Video Fallback Img */
.video-media--fallback-image-metafield {
    width: 100%;
    max-width: 50%;
}

/* Specs Table */
.product-specs-table:not(.product-specs-table--target-species) {
    border: 1px solid #000;
}

.product-specs-table .specs-table__content {
    padding: 0;
}

.product-specs-table .specs-table__content .specs-table__data-row {
    padding: 8px 12px;
}

.product-specs-table:not(.product-specs-table--target-species) .specs-table__content .specs-table__data-row:nth-child(2n) {
    background-color: #FFF;
}

/* Warning labels */
.warning-label__warning + .warning-label__warning {
    margin-top: 20px;
}
/* End PDP */

/* Article page */
.breadcrumb, .breadcrumb a {
    color: var(--color-foreground);
    font-size: calc(var(--font-paragraph--size) * 0.85);
}

.section.article-section .section-content-wrapper {
    box-shadow: 0 3px 30px rgb(0 0 0 / 6%);
    border-radius: 10px;
    padding-inline: 17px;
}

.video-wrapper{
    position:relative;
    overflow:hidden;
    max-width:100%;
    padding-bottom:56.25%;
    height:0;
    height:auto
}
  
.video-wrapper iframe {
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
}

.social-sharing{
    text-align:center
}

.social-sharing .icon{
    height:18px;
    width:18px;
}

.social-sharing .icon:not(.icon--full-color) path {
    fill: #000;
}

.social-sharing__link{
  display:inline-block;
  color: #000;
  border-radius:5px;
  margin:0 18px 0 0;
  text-decoration:none;
  font-weight:400;
  border: 1px solid #ccc;
  padding: 5px 10px;
}

.social-sharing__link:last-child{
    margin-right:0;
  }

.social-sharing__title{
  font-size:calc(var(--font-body--size)*0.85);
  display:inline-block;
  vertical-align:middle;
  padding-right:15px;
  padding-left:3px;
}

.section.article-section {
    grid-template-columns: 0 100% 0;
}

.blog-post-navigation {
    display: flex;
    justify-content: space-between;
    padding: 20px 0;
}
  
.blog-post-navigation a {
    font-family: var(--font-heading--family);
    font-size: var(--font-body--size);
    text-transform: uppercase;
    display: flex;
    align-items: center;
}
  
.blog-post-navigation a span {
    display: block;
    padding-top: 2px;
    font-weight: 700;
}

.section.article-section .rte h2, 
.section.article-section .rte h3,
.section.article-section .rte h4,
.section.article-section .rte h5,
.section.article-section .rte h6 {
    font-weight: 400;
    font-family: var(--font-subheading--family);
}

@media only screen and (min-width: 1080px) {

    .section.article-section {
        grid-template-columns: 1fr 1000px 1fr;
    }

    .section.article-section .section-content-wrapper {
        padding-inline: 40px;
    }

    .blog-post-navigation {
        padding: 20px 10px;
    }
}

.tns-nav {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    flex-wrap: wrap;
    padding-top: 20px;
}

.tns-nav button {
    width: 6px;
    height: 6px;
    background-color: currentColor;
    cursor: pointer;
    border-radius: 50%;
    opacity: 0.4;
    display: inline-block;
    padding: 0;
    box-shadow: none;
    border: none;
}

.tns-nav button:hover {
    opacity: 0.8;
}

.tns-nav button.tns-nav-active {
    width: 9px;
    height: 9px;
    opacity: 1;
}

/* Featured product PLP */
.product-grid {
    grid-auto-flow: row dense;
}

.product-grid__item--featured {
    grid-column: 1 / -1;
}

.product-grid__item--featured .card-gallery .contents {
    --gallery-aspect-ratio: 1.5;
}

.product-grid__item--featured .product-card__content > .featured-product-card__content-column {
    display: flex;
    flex-direction: column;
    gap: var(--product-card-gap, var(--gap));
}

@media only screen and (min-width: 750px) {
    .product-grid__item--featured p, .featured-product-card__content-column div {
        text-align: left;
    }

    .product-grid__item--featured .product-card__content {
        display: grid;
        grid-template-columns: 1fr 1fr;
        align-items: center;
    }

    .product-grid__item--featured .card-gallery {
        grid-column: 1;
    }

    .product-grid__item--featured .product-card__content > .featured-product-card__content-column {
        grid-column: 2;
        padding-inline: 40px;
    }

    .product-grid__item--featured [ref="productTitleLink"] p {
        font-size: 20px !important;
    }

}

/* End featured product PLP */

/* Policy pages */
.content-for-layout .shopify-policy__container {
    max-width: 1100px;
}
/* End policy pages */

/* Free Gift */
#backdrop {
    background-color: rgba(255,255,255,.6);
    display: none;
    left: 0;
    height: 100%;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 98;
}
  
#confirmation {
    transform: translate(-50%,-50%);
    background-color: #ffffff;
    border: 1px solid #000000;
    display: none;
    left: 50%;
    padding: 1em;
    position: fixed;
    text-align: center;
    top: 50%;
    z-index: 99;
    flex-direction: column;
    align-items: center;
}

#confirmation h3 {
    margin-bottom: 15px;
}
  
#backdrop.active {
    display: block;
}

#backdrop.active #confirmation {
    display: flex;
}
free-gift-with-purchase {
    display: block;
    position: relative;
    flex: 1 100%;
    margin-bottom: 1.5em;
  }

  free-gift-with-purchase:empty {
    display: none;
  }

  free-gift-with-purchase:before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border: solid 0.75em transparent;
    border-bottom: 0;
    border-top-width: 1em;
    border-top-color: #000;
    position: absolute;
    bottom: -14px;
    left: 50%;
    transform: translate(-50%, 0);
    z-index: -1;
  }

  free-gift-with-purchase summary.cart-items__title {
    position: relative;
    padding: 0.5em 1em;
    color: white;
    background: black;
    border-radius: 5px;
    line-height: 1.5;
    margin-bottom: 0;
    cursor: pointer;
    text-transform: none;
  }

  free-gift-with-purchase [open] summary.cart-items__title {
    border-radius: 5px 5px 0 0;
  }

  free-gift-with-purchase summary.cart-items__title:after {
    content: "";
    position: relative;
    display: inline-grid;
    width: 1em;
    height: 1em;
    background: url(//www.nomadtackle.com/cdn/shop/t/77/assets/ico-select-white.svg?v=123333094500582439601779426542) no-repeat center / 0.75em;
    position: absolute;
    top: 50%;
    right: 1em;
    transform: translateY(-50%);
  }

  free-gift-with-purchase [open] summary.cart-items__title:after {
    transform: translateY(-50%) scaleY(-1);
  }

  free-gift-with-purchase .gwp-contents {
    padding: 1em;
    border: 1px solid #000;
    border-top: 0;
    border-radius: 0 0 5px 5px;
  }

  .free-gift {
    display: flex;
    flex-wrap: nowrap;
    gap: 1em;
  }

  .free-gift a.media {
    flex: 0 60px;
  }

  .free-gift > div {
    flex: 1;
    display: flex;
    flex-wrap: wrap;
    gap: 0.5em;
  }

  .free-gift .cart-items__title {
    flex: 1 100%;
    margin-bottom: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }

  .free-gift [name="variants"] {
    flex: 1;
  }

  .free-gift [name="add-free-gift"] {
    flex: 0 auto;
  }

  .free-gift [name="variants"],
  .free-gift [name="add-free-gift"] {
    padding-top: 0;
    padding-bottom: 0;
    line-height: 2;
  }

  .free-gift select {
    border-color: var(--color-border);
  }

  .btn--loading{
    position: relative;
    text-indent: -9999px;
  }
  
  .btn--loading:before{
    content:"";
    display:block;
    width:14px;
    height:14px;
    position:absolute;
    left:50%;
    top:50%;
    margin-left: -10px;
    margin-top: -10px;
    border-radius:50%;
    border: 3px solid;
    border-color: currentColor;
    border-top-color:transparent;
    animation:spin 1s linear infinite;
  }

  @keyframes spin{
    0%{
      transform:rotate(0deg);
    }
  
    to{
      transform:rotate(360deg);
    }
  }
/* End Free Gift */

/* Bundles */
.product-block--bundle-info .product-block {
    margin-bottom: 30px;
}

.product-block--bundle-info .label {
    text-transform: uppercase;
    letter-spacing: 0.05em;
    font-size: 1em;
}

.target-anchor {
    scroll-margin-top: 150px;
}

.product-bundles-form {
    flex-wrap: wrap;
    row-gap: 20px;
    margin-top: 40px;
}

.product-bundles-form .rte {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 20px;
}

.product-bundles-form  .grid-product__title {
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 0.075em;
    text-align: center;
    padding: 10px;
    line-height: 1.4;
}

.product-bundles-form .product-card {
    background-color: #fff;
    flex: 0 0 calc(50% - 0.45rem);
}

.product-bundles-form variant-select {
    padding: 0 10px 20px 10px;
    display: block;
    margin-top: auto;
}

.product-bundles-form .product-card__content {
    height: 100%;
    display: flex;
    flex-direction: column;
}

@media only screen and (min-width: 750px) {

    .product-bundles-form .product-card {
        --gap-fix: calc(calc(0.9rem / 4) * 3);
        flex: 0 0 calc(25% - var(--gap-fix));
    }
}
/* End Bundles */

/* Start PLP Specs Tables */
.specs-table__header-title {
    margin-bottom: 10px;
}

.specs-table__header-description {
    margin-bottom: 20px;
}

@media only screen and (min-width: 750px) {
    .center-text--desktop {
        text-align: center;
    }
}

@media only screen and (max-width: 749px) {
    .center-text--mobile {
        text-align: center;
    }
}

.specs-table__details {
    margin-bottom: 10px;
    background-color: #efefef;
    color: #000;
    border-radius: 10px;
    overflow: hidden;
}

.specs-table__details[open] {
    background-color: #dadada;
}

.specs-table__summary {
    font-weight: 700;
    padding: 5px 40px 5px 10px;
    font-size: 16px;
    position: relative;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 25px;
}
.specs-table__summary:hover {
    color: #000;
}

.specs-table__summary svg {
    width: 25px;
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
}

.specs-table__details[open] .specs-table__summary svg {
    transform: translateY(-50%) rotate(180deg);
}

.specs-table__image {
    width: 100%;
    max-width: 100px;
}

.specs-table__content {
    padding: 10px;
    background-color: #f7f7f7;
    font-size: 14px;
}

.specs-table__data-row {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    padding: 5px 0;
}

.specs-table__data-row a {
    color: #4169E1;
}

.specs-table__data-row a svg {
    width: 15px;
    display: inline;
}

.specs-table__data-row a svg path {
    fill: #4169E1;
}

.specs-table__data-title {
    flex: 0 0 150px;
}

.specs-table__data-title span {
    font-weight: 600;
    text-transform: capitalize;
}

.specs-table__data-value {
    font-weight: 400;
    text-transform: capitalize;
    flex: 1 1 auto;
    text-wrap: wrap;
    white-space: break-spaces;
}

/* tooltip */
.tooltip-trigger {
    position: relative;
    display: inline-block;
    cursor: help;
    text-decoration: underline dotted;
    text-decoration-thickness: 2px;
    text-underline-offset: 2px;
}

.tooltip {
    position: absolute;
    left: 0;
    bottom: calc(100% - 8px);
    z-index: 1000;

    width: max-content;
    max-width: min(400px, calc(100vw - 50px));
    padding: 8px 10px;
    border-radius: 8px;
    background: #222;
    color: #fff;
    font-size: 13px;
    line-height: 1.1;
    text-transform: none;

    white-space: normal;
    overflow-wrap: break-word;
    box-shadow: 0 8px 24px rgba(0,0,0,0.18);

    opacity: 0;
    visibility: hidden;
    transform: translateY(-4px);
    transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s ease;
}

.tooltip-trigger:hover .tooltip,
.tooltip-trigger:focus .tooltip,
.tooltip-trigger:focus-within .tooltip {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

@media only screen and (max-width: 749px) {
    .specs-table__summary {
        font-weight: 700;
        padding: 5px 30px 5px 5px;
        font-size: 14px;
        position: relative;
        gap: 10px;
    }

    .specs-table__image {
        max-width: 80px;
    }

    .specs-table__summary svg {
        width: 20px;
        right: 5px;
    }
}
/* End PLP Specs Tables */