/** Shopify CDN: Minification failed

Line 400:30 Expected ":"

**/
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@700&display=swap');


.ps-upsell-variant--hidden {
  display: none;
}

.ps-size-options {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 10px 0;
}

.ps-size-option {
  min-width: 42px;
  padding: 8px 12px;
  border: 1px solid #cfcfcf;
  background: #fff;
  color: #111;
  font-size: 13px;
  font-weight: 600;
  cursor: pointer;
}

.ps-size-option.is-active {
  border-color: #111;
  background: #111;
  color: #fff;
}

.ps-size-option:disabled {
  opacity: 0.4;
  cursor: not-allowed;
}

.ps-decorate-toggle {
  width: 100px;
}

.ps-toggle-switch {
  position: relative;
  display: flex;
  background: #fff;
  border-radius: 999px;
  overflow: hidden;
  height: 30px;
}

.ps-toggle-option {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 2;
  font-weight: 600;
  color: #333;
  transition: color 0.25s ease;
}

.ps-toggle-slider {
  position: absolute;
  top: 2px;
  left: 2px;
  width: calc(50% - 2px);
  height: calc(100% - 4px);
  background: #bf673f; /* only visible when a radio is checked */
  border-radius: 999px;
  transition: transform 0.25s ease, opacity 0.25s ease;
  opacity: 0; /* hidden initially */
}

/* Show slider when Yes or No is selected */
#psDecorateYes:checked ~ .ps-toggle-switch .ps-toggle-slider,
#psDecorateNo:checked ~ .ps-toggle-switch .ps-toggle-slider {
  opacity: 1;
}

#psDecorateYes:checked ~ .ps-toggle-switch .ps-toggle-option[for="psDecorateYes"],
#psDecorateNo:checked ~ .ps-toggle-switch .ps-toggle-option[for="psDecorateNo"] {
  color: #fff;
}

#psDecorateYes:checked ~ .ps-toggle-switch .ps-toggle-slider {
  transform: translateX(0);
}

#psDecorateNo:checked ~ .ps-toggle-switch .ps-toggle-slider {
  transform: translateX(100%);
}

.dropdownWrap {
    max-width: 1400px;
    display: flex;
    margin: auto;
}

.dropdown-image-buttons {
  display: flex;
  gap: 40px;
  margin:0 20px 40px!important;
}

.dropdown-image-button {
  width: fit-content;
  text-decoration: none;
  color: inherit;
  text-align: center;
}

.dropdown-image-button img {
  width: 100%;
  display: block;
  border-radius: 0;
}

.dropdown-image-button span {
    text-wrap: auto;
    display: block;
    margin-top: 10px;
    font-weight: 600;
    line-height: 1.2;
}

.button--primary {
    background: #C46A3A;
    border-radius: 6px;
    text-transform: uppercase;
    transition: .2s all;
    padding: 12px 36px;
    min-height: auto;
}

.button--primary:hover {
    background: #6F7B5E;
}

.button:before, .button:after {
    display: none;
}

#shopify-section-template--27341301023014__custom_liquid_JmAbax .contractor-banner {
    position: static;
}

html.js {
    overflow-x: hidden;
}

/* header css */

.announcement-bar__message svg {
    display: none !important;
}

.header.page-width {
    max-width: 1600px;
}

.header .mega-menu__content {
    padding: 15px 0 8px;
}

.header .mega-menu__content:has(.dropdown-image-buttons) .mega-menu__list {
    margin: 0;
}

.header .mega-menu__list {
    padding: 0 15px;
}

.header__inline-menu .list-menu--inline {
    flex-wrap: nowrap;
    white-space: nowrap;
}

.header .cart-count-bubble {
    background: #C46A3A;
    color: #1F1F1F;
    bottom: auto;
    top: 0;
}

.header__menu-item span, .announcement-bar a {
    text-decoration: none !important;
    color: #fff;
}

.header-wrapper:before {
    position: absolute;
    content: "";
    width: 100vw;
    height: 1px;
    background: #fff;
    top: 82px;
    left: 0;
}

/* hero css */

.heroWrap h2 {
    order: 2;
    color: #fff !important;
    font-size: 110px;
    line-height: 1;
    text-transform: uppercase;
}

.heroWrap h2 strong {
    color: #C46A3A;
}

.heroWrap .banner__text {
    order: 1;
    color: #fff;
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 4.2px;
}

.heroWrap .slider-counter__link--dots .dot {
    width: 28px !important;
    height: 6px !important;
    border-radius: 2px !important;
    background: #fff !important;
}

.heroWrap .slider-button.slider-button--prev {
    left: 20px !important;
}

.heroWrap .slider-button.slider-button--next {
    right: 20px !important;
}

.heroWrap .slider-button {
    position: absolute;
    color: #fff !important;
    border: 3px solid #FFFFFF; 
    top: 0;
    bottom: 0;
    border-radius: 100%;
    margin: auto;
}

.heroWrap .slider-button:hover {
    background: #C46A3A;
    border-color: #C46A3A;
}

.heroWrap .slider-counter {
    position: relative;
}

.heroWrap .slider-counter__link {
    padding: 0 3px !important;
}

.heroWrap .slider-counter__link--active.slider-counter__link--dots .dot {
    background: #C46A3A !important;
    width: 80px !important;
}

.heroWrap .banner__buttons {
    order: 3;
}

.heroWrap .slideshow__controls {
    position: static;
    margin-top: -44px;
}

.heroWrap .slideshow__autoplay {
    display: none;
}

.heroWrap h2 em {
    display: block;
    font-style: normal;
}

/* stats css */

.statsWrap .multicolumn-card__image-wrapper {
    width: 100% !important;
    max-width: 52px !important;
}

.statsWrap  h3 {
    text-transform: uppercase;
}

.statsWrap .rte {
    margin-top: 0 !important;
}

.statsWrap .multicolumn-card__info {
    padding-top: 9px !important;
}

.statsWrap p {
    color: #A0A7AD;
    font-weight: 400;
    font-size: 15px;
}

/* review css */

.wordWrap h2 {
    text-align: center;
    position: relative;
    text-transform: uppercase;
    color: #222222 !important;
}

.wordWrap h2 strong {
    color: #6F7B5E !important;
}

.wordWrap h2:before {
  content: "";
  background: url(/cdn/shop/files/line.png) no-repeat;
  background-size: contain;
  height: 6px;
  width: 236px;
  bottom: -12px;
  right: 0;
  margin: auto;
  left: 0;
  position: absolute;
}

.review-pad {
    border-top: 0 !important;
    max-width: 1357px;
    padding-left: 15px !important;
    padding-right: 15px !important;
    margin: auto;
}

.review-pad .ti-widget[data-layout-id='34'][data-set-id='ligth-border'] .ti-controls .ti-prev {
    left: -25px;
}

.review-pad .ti-widget[data-layout-id='34'][data-set-id='ligth-border'] .ti-controls .ti-next {
    right: -25px;
}

.review-pad .ti-fade-container {
    display: grid !important;
    grid-template-columns: 1fr 1fr;
    width: fit-content;
    margin: auto;
    align-items: center;
}

.ti-widget[data-layout-id='34'][data-set-id='ligth-border'] .ti-fade-container {
    column-gap: 30px !important;
}

.review-pad .ti-rating-text {
    padding-right: 20px;
}

.review-pad .ti-stars, .review-pad .ti-large-logo {
    width: fit-content;
}

/* feature collection css */

.featureCollectionWrap .card {
    position: relative;
}

.featureCollectionWrap  {
    max-width: 1672px;
}

.featureCollectionWrap .icon-wrap {
    display: none;
}

.featureCollectionWrap .card__information a {
    color: #fff;
    text-transform: uppercase;
    border-radius: 4px;
    border: 1px solid #FFFFFF;
    background: #6f7b5e;
    padding: 9px 30px;
    transition: .2s all;
}

.featureCollectionWrap .card__information a:hover {
    background: #c46a3a;c46a3a
    border-color: #c46a3a;
}

/* feature product css */

.featureProductWrap .title-wrapper-with-link {
    justify-content: center;
}

.featureProductWrap h2 {
    text-align: center;
    position: relative;
    color: BLACK;
    margin-bottom: 20px;
    text-transform: uppercase;
    font-size: 44px;
}

.featureProductWrap h2:before {
  content: "";
  background: url(/cdn/shop/files/line.png) no-repeat;
  background-size: contain;
  height: 6px;
  width: 236px;
  bottom: -12px;
  right: 0;
  margin: auto;
  left: 0;
  position: absolute;
}

.featureProductWrap h2 strong {
    color: #6F7B5E !important;
}

.featureProductWrap .card {
    position: relative;
}

.featureProductWrap .card__content {
    position: absolute;
    bottom: 9px;
    left: 0;
    right: 0;
    margin: auto;
    width: max-content;
}

.featureProductWrap .icon-wrap {
    display: none;
}

.featureProductWrap .collection-list {
    gap: 0;
}

.featureProductWrap .card__information a {
    color: #fff;
    text-transform: uppercase;
    border-radius: 4px;
    border: 1px solid #FFFFFF;
    background: #C46A3A;
    padding: 9px 30px;
    transition: .2s all;
}

.featureProductWrap .card__information a:hover {
    background: #6F7B5E;
    border-color: #6F7B5E;
}

.featureProductWrap {
    padding: 0;
    max-width: 100%;
}

/* gear banner css */

.gearBannerWrap:after {
    background: linear-gradient(to left, #d6c6a8, #000) !important;
    opacity: .22 !important;
    z-index: 99 !important;
}

.gearBannerWrap .banner__content {
    z-index: 999;
}

.gearBannerWrap h2 {
    text-transform: uppercase;
    font-weight: 800;
    font-size: 62px;
}

.gearBannerWrap p {
    color: #fff;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 4.2px;
}

.gearBannerWrap h2 strong {
    color: #C46A3A !important;
}

/* icon css */

.iconsWrap .title-wrapper-with-link {
    justify-content: center;
    flex-direction: column;
}

.iconsWrap .title-wrapper-with-link p {
    margin-bottom: 0;
    font-weight: 400;
    width: 100%;
    text-align: center;
    text-transform: uppercase;
    color: #222222B2 !important;
}

.iconsWrap h2 span {
    color: #6F7B5E !important;
}

.iconsWrap h2 {
    position: relative;
    text-transform: uppercase;
    color: BLACK;
    text-align: center;
}

.iconsWrap h2:before {
  content: "";
  background: url(/cdn/shop/files/line.png) no-repeat;
  background-size: contain;
  height: 6px;
  width: 236px;
  bottom: -12px;
  right: 0;
  margin: auto;
  left: 0;
  position: absolute;
}

/* faq css */

.faqWrap .accordion summary {
    background: transparent !important;
    padding-top: 23px;
}

.faqWrap .grid__item .accordion:first-child summary {
    padding-top: 15px;
}

.faqWrap .collapsible-content-wrapper-narrow {
    max-width: 955px !important;
}

.faqWrap h2 strong {
    color: #6F7B5E !important;
}

.faqWrap .accordion__content {
    margin-bottom: 16px;
    font-weight: 400;
    padding-left: 0;
    margin-top: -5px;
    color: #1F1F1F;
}

.faqWrap h3 {
    text-decoration: none !important;
    font-weight: 400;
    font-size: 16px;
    color: #1F1F1F;
    font-family: 'Inter';
}

.faqWrap h2 {
    position: relative;
    color: BLACK;
    text-transform: uppercase;
    margin-bottom: 60px;
}

.faqWrap h2:before {
  content: "";
  background: url(/cdn/shop/files/line.png) no-repeat;
  background-size: contain;
  height: 6px;
  width: 236px;
  bottom: -12px;
  right: 0;
  margin: auto;
  left: 0;
  position: absolute;
}

.faqWrap .accordion {
    border-color: #22222299;
}

.faqWrap .icon {
    right: 0 !important;
    background: #2222221a url(/cdn/shop/files/plusvector.png) center center no-repeat;
    background-size: 12px;
    height: 12px;
    padding: 12px;
    width: 12px;
    top: 0;
    bottom: 0;
    margin: auto;
    border-radius: 50%;
    transition: .2s all;
}

.faqWrap .icon path {
    display: none;
}

.faqWrap .accordion details[open]>summary .icon {
    transform: none !important;
    background: #C46A3A url(/cdn/shop/files/minus-sign.png) center center no-repeat;
    background-size: 12px;
}

/* custom branded css */

.custom-section h2 {
    text-transform: uppercase;
    color: #1F1F1F;
    line-height: 1.2;
    font-size: 42px;
    margin-bottom: 0;
}

.custom-section span {
    color: #C46A3A;
    display: block;
}

.custom-section {
  display: grid;
  grid-template-columns: 1fr 0.95fr;
  gap: 40px;
  align-items: center;
  /* max-width: 1340px; */
  padding-left: 15px;
  padding-right: 15px;
  margin: auto;
}

.custom-section p {
    color: #A0A7AD;
}

.custom-section a:hover {
    background: #6F7B5E;
}

.custom-section a {
    background: #c46a3a;
    border-radius: 6px;
    text-transform: uppercase;
    transition: .2s all;
    padding: 7px 35px;
    color: #fff;
    text-decoration: none;
    margin-top: 30px;
    display: block;
    width: fit-content;
}

#shopify-section-template--27341300924710__custom_liquid_cFpNXY .gradient {
    background: #F4F4F2;
}

.video-box {
  position: relative;
  cursor: pointer;
}

.custom-video {
  width: 100%;
  display: block;
}

.play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 70px;
  height: 70px;
  border-radius: 50%;
  border: none;
  cursor: pointer;
  background: #A68B6B;
}

.play-btn::before {
  content: '';
  position: absolute;
  left: 28px;
  top: 22px;
  border-style: solid;
  border-width: 12px 0 12px 18px;
  border-color: transparent transparent transparent white;
}

/* footer css */

.footer .newsletter-form__field-wrapper .field__input::placeholder {
    font-weight: 300;
}

.footer .newsletter-form__field-wrapper .field__input {
    font-weight: 300;
    background: transparent !important;
    box-shadow: none !important;
}

.footer .footer__copyright {
    text-align: start !important;
    display: flex;
    align-items: self-start;
    column-gap: 5px;
    flex-wrap: wrap;
}

.footer .footer__copyright a, .footer .footer__copyright small {
    font-size: 14px !important;
    color: #fff;
    font-weight: 300;
}

.footer .footer__content-bottom-wrapper {
    padding: 0;
    margin: 0;
    width: fit-content;
}

.footer a {
    text-decoration: none !important;
    color: #fff !important;
    font-weight: 300;
    font-size: 16px !important;
    transition: .2s all;
}

.footer a:hover {
    color: #D6C6A8 !important;
}

.footer-block--menu .footer-block__heading {
    text-decoration: underline;
    text-underline-offset: 5px;
    text-transform: uppercase;
    font-size: 22px;
    letter-spacing: 0.6px;
}

.footer .field:before {
    border: 2px solid #fff;
    box-shadow: none !important;
    border-radius: 4px;
}

.footer .field:after {
    display: none;
}

.footer .footer__content-bottom {
    max-width: 1400px;
    margin: auto;
    border-top: 0;
    padding-left: 15px;
    display: flex;
    padding-top: 0;
    flex-direction: row-reverse;
    justify-content: space-between;
    padding-right: 15px;
}

.footer-block--newsletter h2 {
    text-transform: capitalize;
    font-weight: 500;
}

.footer-block--newsletter {
    border-top: 1px solid #FFFFFF;
    border-bottom: 1px solid #FFFFFF;
    padding-top: 40px;
    padding-bottom: 45px;
}

.footer .footer__content-top {
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 20px;
}

.footer .list-social .icon {
    height: 28px;
    width: 28px;
    color: #D6C6A8;
}

.footer .list-social {
    position: relative;
    padding-top: 42px;
    width: 50%;
}

.footer .list-social:before {
    position: absolute;
    content: "Engage with our social";
    top: 0;
    right: 0;
    font-family: Raleway, sans-serif;
    font-weight: 500;
    color: #FFFFFFCC;
    text-transform: capitalize;
    font-size: 22px;
}

.footer .list-social .svg-wrapper {
    width: auto;
    height: auto;
}

.footer .newsletter-form__button {
    background-color: #D6C6A8 !important;
    border-radius: 2px;
    color: #1F1F1F;
    height: 37px;
    bottom: 0;
    margin: auto;
    right: 5px;
}

.footer {
    background: #2F3A44 !important;
}

.footer .policies li:before {
    content: "";
    background: #fff;
    width: 1px;
    height: 19px;
    padding: 0;
    margin: 0 6px;
}

/* collection css */

.quantity__input, #shopify-installments-content, .shopify-payment-button__more-options {
    color: #1F1F1F !important;
}

.collection-hero__text-wrapper {
    display: flex;
    flex-direction: column-reverse;
}

.collection-hero {
    background: url(https://proswag.com/cdn/shop/files/ProSwag-home_hdr-img-2.webp) top center no-repeat !important;
    background-size: cover !important;
    position: relative;
    padding: 140px 0 130px !important;
}

.collection-hero__description {
    max-width: 100% !important;
}

.collection-hero__inner {
    position: relative;
    text-align: center;
}

.collection-hero::before {
    content: "";
    position: absolute;
    top: 0;
    background: #000;
    opacity: 0.3;
    width: 100%;
    height: 100%;
}

.collection-hero__description {
    margin: 0 !important;
    color: #fff;
    text-transform: uppercase;
    font-size: 22px !important;
}

.collection-hero__title {
    margin: 19px auto 0 !important;
    text-transform: uppercase;
    font-size: 100px;
    max-width: 810px;
    color: #fff;
    width: 100%;
    line-height: 1.2;
}

product-info .page-width {
    max-width: 1600px;
}

.product-grid .card-wrapper {
    cursor: pointer;
    background: #F4F4F2;
    padding: 10px;
    padding-top: 0;
}

.product-grid .card__media {
    background: #F4F4F2;
}

.product-grid .productColorPicker {
    display: none;
}

.product-grid .card__heading a, .product-grid .price {
    color: #1F1F1F !important;
    text-decoration: none !important;
    font-family: Raleway, sans-serif;
    font-size: 15px;
}

.product-grid .card-information, .product-grid .card__content {
    text-align: center;
}

.product-grid {
    row-gap: 20px;
}

.product-grid .card__content {
    position: relative;
}

.product-grid .card__inner a {
    width: 100%;
    height: 100%;
}

.product-grid .card__inner .card__content {
    display: block !important;
}

.product-grid .card__media .media img {
    object-fit: contain;
}

.product-grid .quick-add {
    position: absolute;
    top: -160px;
    opacity: 0;
    left: 0;
    transition: opacity .3s ease;
    right: 0;
    width: 77%;
    margin: auto;
}

.product-grid .quick-add button {
    background: #1f1f1f;
    color: #fff;
    border: 1px solid;
    font-size: 13px;
    transition: .2s all;
    border-radius: 4px;
    text-transform: uppercase;
}

.product-grid .quick-add button:hover {
    background: #C46A3A;
}

.product-grid .card-wrapper:hover .quick-add {
    opacity: 1;
}

/* product page css */

quick-add-modal .product__title>a:hover {
    text-decoration: none;
}

quick-add-modal .product__title h2 {
    font-size: 22px;
    color: #1f1f1f;
}

.related-products {
    max-width: 1600px;
}

.related-products .card__media, .related-products .product-grid .card-wrapper {
    background: transparent;
    padding: 0;
}

.related-products h2 {
    text-align: center;
    text-transform: uppercase;
    color: #1F1F1F;
    position: relative;
    font-size: 40px;
}

.related-products h2:before {
  content: "";
  background: url(/cdn/shop/files/lineBrown.png) no-repeat;
  background-size: contain;
  height: 6px;
  width: 236px;
  bottom: -12px;
  right: 0;
  margin: auto;
  left: 0;
  position: absolute;
}

.related-products h2 strong {
    color: #C46A3A;
}

.product .product__title h1 {
    color: #1F1F1F;
    font-size: 30px;
}

.product .product-form__submit {
    background: #2F3A44;
    text-transform: uppercase;
    color: #fff;
    transition: .2s all;
}

.product .product-form__submit:hover {
    background: #6f7b5e;
}

.product .product-form__input--pill input[type=radio]:checked+label {
    background: #1F1F1F;
}

.product .product-form__buttons {
    max-width: 100%;
}

.product .product-form__input--pill input[type=radio]+label {
    border-radius: 0;
    border-color: #22222266;
    color: #1F1F1F;
}

.product .price-item {
    color: #1f1f1f;
    font-family: Raleway, sans-serif;
    font-weight: 700;
    font-size: 26px;
    margin-top: -11px !important;
    display: block !important;
}

.product p.product__text {
    color: #6F7B5E;
    font-size: 12px;
    letter-spacing: 4.2px;
    margin-bottom: 7px;
}

.product .product-media-container {
    background: transparent;
    border-radius: 12px;
}
.product .product__media-item {
    background: #F4F4F2;
    border-radius: 12px;
}

.product .product-form__quantity {
    display: flex;
    align-items: center;
    gap: 12px;
}

.product .quantity__label {
    margin-bottom: 0 !important;
}

.product .product-form__input .form__label {
    color: #1f1f1f;
    font-size: 14px;
    font-family: Raleway, sans-serif;
}

.product-form__quantity .quantity:before {
    display: none;
}

.product-form__quantity .quantity:after {
    box-shadow: none;
    border: 1px solid #22222266;
}

.product-form__quantity .quantity__input:focus-visible {
    box-shadow: none;
    z-index: auto;
    outline: 0;
}

.product .product__description {
    color: #A0A7AD;
    font-weight: 400;
}

.product .product__description ul {
    padding-left: 0;
}

.product .product__description li {
    list-style: none;
    background: url(/cdn/shop/files/listicon.png) left center no-repeat;
    background-size: 20px;
    padding-left: 30px;
}

/* customize page css */

.customizedWrap h2 {
    color: #1F1F1F;
    text-transform: uppercase;
    position: relative;
}

.customizedWrap h2:before {
    content: "";
    background: url(/cdn/shop/files/line.png) no-repeat;
    background-size: contain;
    height: 6px;
    width: 236px;
    bottom: -12px;
    right: 0;
    margin: auto;
    left: 0;
    position: absolute;
}

.customizedWrap h2 strong {
    display: block;
    color: #6F7B5E;
    font-weight: 700;
}

.customizedWrap p {
    color: #a0a7ad;
    font-weight: 400;
    letter-spacing: 1px;
    line-height: 1.5;
    padding-top: 16px;
}

.customizedVideoSec .content p:first-child {
    margin-top: 0;
}

.customizedVideoSec .content p {
    color: #A0A7AD;
}

.customizedVideoSec a {
    width: 100%;
    text-align: center;
}

/* cart css */

.cart-notification {
    background: #fff;
    max-width: 580px !important;
}

.cart-notification-product {
    color: #222222B2;
}

.cart-notification-product__image {
    background: #F4F4F2;
    margin-top: 0;
}

#cart-notification-button {
    background: #C46A3A;
    color: #fff;
    text-transform: uppercase;
    transition: .2s all;
}

#cart-notification-button:hover {
    background: #6F7B5E;
}

.cart-notification-wrapper {
    position: static;
}

.cart-notification-product__name {
    color: #1F1F1F;
}

.cart-notification__links button.link {
    display: none;
}

.cart-notification .product-option+.product-option {
    margin-top: 0;
}

.cart-notification-product dl {
    display: flex;
    align-items: center;
    gap: 40px;
}

.cart-notification .cart-notification__heading {
    display: none;
}

.cart-notification .modal__close-button.link {
    margin-left: auto;
    color: #222222B2;
}

/* swag locker css */

#shopify-section-template--27341301252390__main h1 {
    color: #3E556B !important;
    font-family: Inter, sans-serif;
    font-weight: bolder;
    margin-bottom: -10px;
    margin-top: 6px !important;
}

/* #shopify-section-template--27341301252390__main h2 {
   color: #3E556B !important;
} */

/* #shopify-section-template--27341301252390__main p {
   color: #3E556B !important;
} */

.swag-locker-products .product-card {
    border: 0 !important;
    padding: 0 !important;
    border-radius: 0 !important;
}

.swag-locker-products .product-card img {
    background: #F4F4F2;
    margin-bottom: 0 !important;
    border-radius: 12px;
}

.swag-locker-products .product-card p:last-of-type {
    border: 1px solid #FF0000 !important;
    color: #fff !important;
    background-color: #c46a3a !important;
    width: fit-content;
    margin: auto;
    font-size: 12px;
    font-family: Raleway, sans-serif;
}

.swag-locker-products .product-card p:last-of-type br {
    display: none;
}

/* ///////////  Swag Card Start //////////*/

/* Swag Locker product card layout fix */
.swag-locker-products .product-card {
  --swag-image-height: clamp(260px, 22vw, 380px);

  position: relative !important;
  display: flex !important;
  flex-direction: column !important;
  border: none !important;
  padding: 0 !important;
  border-radius: 10px !important;
  background: transparent !important;
  text-align: center !important;
  overflow: visible !important;
}

/* Image should come first visually */
.swag-locker-products .product-card > img {
  order: 1 !important;
  width: 100% !important;
  max-width: 100% !important;
  height: var(--swag-image-height) !important;
  object-fit: contain !important;
  display: block !important;
  margin: 0 0 16px 0 !important;
  padding: 28px 22px !important;
  box-sizing: border-box !important;
  background: #f7f7f7 !important;
  border-radius: 10px !important;
}

/* Light hover overlay on image area */
.swag-locker-products .product-card::after {
  content: "" !important;
  position: absolute !important;
  left: 0 !important;
  top: 0 !important;
  width: 100% !important;
  height: var(--swag-image-height) !important;
  background: rgba(0, 0, 0, 0.12) !important;
  border-radius: 10px !important;
  opacity: 0 !important;
  transition: opacity 0.35s ease !important;
  pointer-events: none !important;
  z-index: 1 !important;
}

.swag-locker-products .product-card:hover::after {
  opacity: 1 !important;
}

/* Product title */
.swag-locker-products .product-card > h2 {
  order: 2 !important;
  font-size: 16px !important;
  line-height: 1.35 !important;
  font-weight: 600 !important;
  letter-spacing: 1px !important;
  color: #1f1f1f !important;
  margin: 0 0 12px 0 !important;
  padding: 0 10px !important;
  text-align: center !important;
}

/* Hide description paragraph */
.swag-locker-products .product-card > p:first-of-type {
  display: none !important;
}

/* Price paragraph */
.swag-locker-products .product-card > p:nth-of-type(2) {
    order: 3 !important;
    display: block !important;
    font-size: 21px !important;
    line-height: 1.1 !important;
    font-weight: 600 !important;
    letter-spacing: 2px !important;
    color: #1f1f1f !important;
    margin: 0 !important;
    padding: 0 !important;
    background: transparent !important;
    border: none !important;
    text-align: center !important;
    font-family: Raleway, sans-serif;
}

/* Hide "Retail Price:" text if it is inside strong tag */
.swag-locker-products .product-card > p:nth-of-type(2) strong {
  display: none !important;
}

/* Donation badge */
.swag-locker-products .product-card > p[style*="background"] {
  order: 1 !important;
  position: absolute !important;
  left: 50% !important;
  top: calc(var(--swag-image-height) - 42px) !important;
  transform: translateX(-50%) !important;
  width: auto !important;
  min-width: 135px !important;
  max-width: calc(100% - 40px) !important;
  margin: 0 !important;
  padding: 9px 14px !important;
  border-radius: 6px !important;
  background: #C46A3A !important;
  border: 1px solid #FF0000 !important;
  color: #ffffff !important;
  font-size: 13px !important;
  line-height: 1 !important;
  font-weight: 400 !important;
  letter-spacing: 0.6px !important;
  text-align: center !important;
  white-space: nowrap !important;
  z-index: 4 !important;
}
.swag-locker-products .product-card > p[style*="background"] strong{
    font-weight: 500 !important;
}

/* Choose Options button hidden by default */
.swag-locker-products .product-card > a {
  position: absolute !important;
  left: 50% !important;
  top: calc(var(--swag-image-height) / 2) !important;
  transform: translate(-50%, 70px) !important;
    opacity: 0 !important;
    visibility: hidden !important;
    pointer-events: none !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 78% !important;
    max-width: 260px !important;
    min-height: 50px !important;
    margin: 0 !important;
    padding: 14px 22px !important;
    background: #C46A3A !important;
    color: #fff !important;
    border: 1.5px solid #FF0000 !important;
    border-radius: 6px !important;
    text-decoration: none !important;
    text-align: center !important;
    font-size: 16px !important;
    line-height: 1 !important;
    font-weight: 500 !important;
    letter-spacing: 1px !important;
    transition: opacity .35s ease, visibility .35s ease, transform .45s ease !important;
    z-index: 5 !important;
}

/* Hover animation: bottom to center */
.swag-locker-products .product-card:hover > a {
  transform: translate(-50%, -50%) !important;
  opacity: 1 !important;
  visibility: visible !important;
  pointer-events: auto !important;
}

/* Mobile / touch devices */
@media screen and (max-width: 767px) {
  .swag-locker-products .product-card {
    --swag-image-height: 280px;
  }

  .swag-locker-products .product-card > h2 {
    font-size: 17px !important;
  }

  .swag-locker-products .product-card > p:nth-of-type(2) {
    font-size: 19px !important;
  }
}

@media (hover: none) {
  .swag-locker-products .product-card > a {
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto !important;
    transform: translate(-50%, -50%) !important;
  }

  .swag-locker-products .product-card::after {
    opacity: 1 !important;
  }
}

/* //////////////////// Swag card End  ///////////////*/

/* whimsical changes */

.heroWrap .slideshow {
    min-height: auto !important;
    height: 80vh;
}

.heroWrap .slideshow__text {
    min-width: fit-content;
}

.heroWrap h2 {
    font-family: "Oswald", sans-serif;
    font-weight: 900;
}

.featureCollectionWrap h2 {
    text-align: center;
    position: relative;
    color: BLACK;
    margin-bottom: 20px;
    text-transform: uppercase;
    font-size: 44px;
}

.featureCollectionWrap h2:before {
  content: "";
  background: url(/cdn/shop/files/line.png) no-repeat;
  background-size: contain;
  height: 6px;
  width: 236px;
  bottom: -12px;
  right: 0;
  margin: auto;
  left: 0;
  position: absolute;
}

.featureCollectionWrap h2 strong {
    color: #6F7B5E !important;
}

.featureCollectionWrap .title-wrapper-with-link {
    justify-content: center;
}

.featureCollectionWrap .card__content {
    left: 0;
    position: absolute;
    bottom: 9px;
    right: 0;
    margin: auto;
    width: fit-content;
}

.gearBannerWrap {
    min-height: 90vh !important;
}

.gearBannerWrap h2 {
    font-family: "Oswald", sans-serif;
    font-weight: 900;
}

.gearBannerWrap .banner__box {
    max-width: 100% !important;
}

.iconsWrap  .multicolumn-list__item img {
    max-width: 180px !important;
    object-fit: contain;
}

.iconsWrap slider-component {
  overflow: hidden;
}

.collection-hero {
    min-height: 60vh;
    display: flex;
}

/* Main Container */
.product-features-container { 
  font-family: inherit; /* Ensure it inherits your clean theme font */
}

.productfeatureWrap {
  background: #F4F4F2;
  padding: 40px 0 70px;
}

.productfeatureWrap h2 {
    color: #1F1F1F;
}

.collection-hero__title {
    font-family: "Oswald", sans-serif;
    font-weight: 900;
    max-width: 100%;
}

/* Hotspot Grid Styling */
.hotspot-grid { 
  display: grid; 
  grid-template-columns: 1fr 1fr; 
  padding: 40px 20px;
  max-width: 1600px; 
  margin: 0 auto;
  gap: 30px;
  margin-bottom: 60px !important; 
}

.image-wrapper {
    position: relative;
    width: 100%;
}

.image-wrapper img {
    width: 100%;
    display: block;
    border-radius: 4px;
}

.hotspot-btn {
    position: absolute;
    width: 28px;
    height: 28px;
    background: #F2F2F2;
    color: #1a1a1f;
    border-radius: 50%;
    border: none;
    cursor: pointer;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .3s ease;
    box-shadow: 0 2px 4px #0000001a;
}

.hotspot-btn:hover { 
  background: #c46a3a; 
  color: #fff; 
}

/* Accordion Section Styling */
.features-accordion { 
  max-width: 768px; 
  padding: 0 20px;
  margin: 0 auto;
}

.accordion-item { 
  border-bottom: 1px solid #22222280; /* Refined thin border */
}

/* Highlight the active item top border as per reference */
.accordion-item.active {
  border-top: 2px solid #c46a3a;
  border-bottom: 2px solid #c46a3a;
}

.accordion-header {
  width: 100%;
  padding: 18px 0;
  background: none;
  border: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  color: #1a1a1f;
  text-align: left;
}

.accordion-header .custom-title {
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.02em;
}

/* The Toggle Icon Circle */
.accordion-header .icon {
  width: 32px;
  height: 32px;
  background-color: #e5e5e5; /* Light grey circle */
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  color: #1a1a1f;
  transition: background-color 0.3s ease, color 0.3s ease;
}

/* Active State for Icon */
.accordion-item.active .icon {
  background-color: #c46a3a; /* Accent color when open */
  color: #ffffff;
}

/* Accordion Content Spacing */
.accordion-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.accordion-item.active .accordion-content { 
  max-height: 100%; /* Adjust based on content length */
}
.accordion-item.active .accordion-header{
  padding-bottom: 0px;
}
.accordion-content .prose {
  padding: 0 0 8px 0;
  font-size: 15px;
  line-height: 1.7;
  color: #333;
  max-width: 90%; /* Match the slightly narrower text width in reference */
}

/* Mobile Responsiveness */
@media (max-width: 768px) {
  .hotspot-grid { grid-template-columns: 1fr; }
  .accordion-header .custom-title { font-size: 16px; }
}

.size-guide-btn {
    background: none;
    border: none;
    text-decoration: underline;
    cursor: pointer;
    margin-left: 4px;
    color: #1f1f1f;
    font-size: 14px;
    font-family: Raleway, sans-serif;
}

.size-modal {
    position: fixed;
    width: 100%;
    height: 100%;
    align-items: center;
    z-index: 99999;
    inset: 0 !important;
    margin: auto !important;
}

.size-modal:not(.hidden) {
  display: block;
}

.size-modal-overlay {
  position: absolute;
  top: 0;
  left: 0;
    backdrop-filter: blur(7px);
  width: 100%;
  display: block !important;
  height: 100%;
  background: rgba(0,0,0,0.6);
  cursor: pointer;
  z-index: 99;
}

.size-modal-content {
    position: absolute;
    background: #fff;
    padding: 20px;
    border-radius: 10px;
    z-index: 999;
    box-shadow: 0 10px 30px #0000004d;
    inset: 0;
    height: fit-content;
    margin: auto;
    width: fit-content;
    max-width: 94%;
}

/* Modal image */
.size-modal-content img {
    max-width: 670px;
    width: 100%;
}

/* Close button */
.size-modal-close {
  position: absolute;
  top: 10px;
  right: 12px;
  font-size: 22px;
  font-weight: bold;
  border: none;
  background: none;
  cursor: pointer;
  z-index: 3;
}

/* media queries */

@media (min-width: 1440px) {
    .heroWrap h2 {
        font-size: 12em;
    }
    .gearBannerWrap h2 {
        font-size: 12rem;
    }
    .collection-hero__title {
        font-size: 8em;
        padding: 0 100px;
    }
}

@media (min-width: 990px) {
    .featureProductWrap .collection-list__item {
        width: 33.33% !important;
        max-width: 33.33% !important;
    }
  .iconsWrap .slider--desktop {
    display: flex !important;
    flex-wrap: nowrap !important;
    overflow: hidden !important;
    gap: 24px; 
  }

  .iconsWrap .slider--desktop .grid__item {
    flex: 0 0 calc((100% - (24px * 5)) / 5) !important;
    max-width: calc((100% - (24px * 5)) / 5) !important;
    width: calc((100% - (24px * 5)) / 5) !important;
    margin: 0 !important;
    scroll-snap-align: none !important;
  }

}

@media (max-width: 990px) {
     .dropdown-image-buttons {
    gap: 10px;
    padding: 10px 12px;
    flex-direction: column;
  }

  .dropdown-image-button {
    width: 100%;
    text-decoration: none;
  }

  .dropdown-image-button span {
    margin-top: 5px;
    font-size: 16px;
  }
    .header {
        padding: 4px 10px !important;
    }
    .section-header {
        position: static !important;
    }
    .header-wrapper:before {
        display: none;
    }
    html.js:has(.menu-open) {
        overflow: hidden !important;
    }
}

@media (max-width: 992px) {
    .iconsWrap .multicolumn-card {
        max-width: 300px;
        margin: auto;
    }
    .customizedWrap h2 strong{
        display: inline;
    }
}

@media (max-width: 849px) {
    .collection-hero {
        padding: 80px 0 !important;
    }
    .custom-section h2 {
    font-size: 36px;
    }
    .custom-section .video-box {
        order: -1;
    }
    .custom-section {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    .iconsWrap .multicolumn-card {
        max-width: 200px;
    }
    .featureCollectionWrap .card__information a {
    font-size: 26px;
}
    .footer .footer__content-bottom {
    flex-direction: column-reverse;
}
.footer .footer__copyright {
    justify-content: center;
}
.heroWrap h2 {
    font-size: 36px;
}
.footer .list-social {
    width: 37%;
}
.footer .footer__content-bottom-wrapper {
    width: 100%;
}
.gearBannerWrap h2 {
    font-size: 44px;
}
.footer-block--newsletter {
    padding-bottom: 30px;
}
}



@media (max-width: 768px) {
    .footer .list-social {
    width: 100%;
    flex-wrap: nowrap;
    }
    .gearBannerWrap {
    min-height: auto !important;
}
}

@media (max-width: 549px) {
    .heroWrap .slider-button {
        display: none;
    }
    .iconsWrap h2 {
    font-size: 22px;
}
.button--primary {
    padding: 10px 31px;
    font-size: 13px;
}
    .related-products h2 {
    font-size: 26px;
}
.wordWrap h2:before, .iconsWrap h2:before, .faqWrap h2:before, .featureProductWrap h2:before {
    width: 175px;
}
.related-products h2:before {
    width: 155px;
}
.product .price-item {
    font-size: 23px;
}
.product .product__title h1 {
    font-size: 26px;
}
.product p.product__text {
    font-size: 12px;
}
    .custom-section span {
    display: inline;
}
    .custom-section h2 {
    font-size: 25px;
}
    .collection-hero__description {
    font-size: 18px !important;
}
    .collection-hero__title {
    font-size: 30px;
    margin: 10px auto 0 !important;
}
    .footer .footer-block__details-content a {
       padding: 0 0 6px !important
    }
    .footer .policies {
    display: contents;
}
    .footer .footer__copyright a {
       padding: 0 !important
    }
    .footer .list-social:before {
    font-size: 18px;
}
    .footer .list-social {
    padding-top: 33px;
}
    .featureProductWrap h2 {
    margin-bottom: 20px;
    font-size: 26px;
}
.footer-block--menu .footer-block__heading {
    font-size: 18px;
    margin-bottom: 6px;
}
.gearBannerWrap p {
    letter-spacing: .4px;
    font-size: 15px;
}
.faqWrap h2 {
    margin-bottom: 30px;
    font-size: 26px;
}
.gearBannerWrap h2 {
    font-size: 28px;
}
.wordWrap h2 {
    font-size: 22px;
}
    .heroWrap .banner__text {
    font-size: 14px;
    letter-spacing: 0.7px;
}
.featureCollectionWrap .card__information a {
    max-width: fit-content;
    font-size: 20px;
    text-align: center;
    }
}

/* Custom CSS */
media-gallery .slider-buttons {
  position: absolute;
  top: 50%;
  width: 100%;
  display: flex;
  justify-content: space-between;
  transform: translateY(-50%);
  z-index: 2;
  pointer-events: none; /* Allows clicking the image through the div */
}

media-gallery .slider-button {
  pointer-events: auto; /* Re-enables clicking for buttons */
  background: white;
  border-radius: 50%;
  box-shadow: 0 2px 5px rgba(0,0,0,0.1);
  margin: 0 10px;
}

media-gallery .slider-counter {
  display: none !important;
}
.thumbnail-list .thumbnail[aria-current]{
    box-shadow: 0 0 0 .1rem rgb(55 59 63 / 46%);
    border-radius: 6px;
    border-color: none !important;
    transition: .3s ease-in-out;
}
 media-gallery .thumbnail-slider {
    width: 85px !important;
 }

@media screen and (min-width: 749px) {
  /* Container for the whole gallery */
  media-gallery {
    display: flex !important;
    flex-direction: row;
    gap: 1rem;
  }

  /* The main image slider */
  media-gallery .slider-mobile-gutter {
    order: 2;
    width: 100%;
  }

  /* The thumbnail slider */
  media-gallery .thumbnail-slider {
    width: 120px !important; /* Adjust based on your image size */
    order: 1;
    display: block !important;
  }
  media-gallery .thumbnail-slider .thumbnail-list {
    grid-template-columns: repeat(1, 1fr);
    height: 710px;
    overflow-y: auto;
    scrollbar-gutter: unset;
    scrollbar-width: thin;
    scrollbar-color: auto;
    place-content: start;
}

  /* Make thumbnails stack vertically */
  media-gallery .thumbnail-list {
    flex-direction: column !important;
    flex-wrap: nowrap !important;
    overflow-y: auto;
  }
  
  media-gallery .thumbnail-list__item {
    width: 100% !important;
    max-width: 100% !important;
    border: 1px solid #e9e9e9;
    border-radius: 6px;
     transition: .3s ease-in-out;
     height: fit-content;
  }
}

/* ////////////////// */
.hotspot-container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
  margin: 3rem 0;
  align-items: start;
}

@media (max-width: 768px) {
  .hotspot-container {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
}

/* Collection Banner Start */
  .custom-collection-hero {
    position: relative;
    width: 100%;
    min-height: 500px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
  }

  .custom-collection-hero__image {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
  }

  .custom-collection-hero__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }

  .custom-collection-hero__overlay {
    position: absolute;
    inset: 0;
    background: rgb(0 0 0 / 35%);
    height: 100%;
    display: block !important;
    width: 100%;
}

  .custom-collection-hero__content {
    position: relative;
    text-align: center;
    display: flex;
    flex-direction: column-reverse;
  }

  .custom-collection-hero__title {
    color: #fff;
    margin: 0;
    font-size: 52px;
    line-height: 1.1;
    font-weight: 700;
  }

  .custom-collection-hero__description {
    margin-top: 18px;
    color: #fff;
    font-size: 18px;
    line-height: 1.7;
  }

  .custom-collection-hero__description p {
    color: #fff;
    margin: 0;
  }

  @media screen and (max-width: 991px) {
    .custom-collection-hero {
      min-height: 420px;
    }

    .custom-collection-hero__title {
      font-size: 40px;
    }
  }

  @media screen and (max-width: 749px) {
    .custom-collection-hero {
      min-height: 320px;
    }

    .custom-collection-hero__title {
      font-size: 30px;
    }

    .custom-collection-hero__description {
      font-size: 15px;
      line-height: 1.6;
    }
  }


  @media screen and (max-width: 750px) {
    .footer .list-social:before {
    left: 0;
    margin: auto;
    width: fit-content;
}
    .footer__blocks-wrapper.grid {
        display: flex !important;
        flex-direction: column;
    }
    .footer-block__details-content {
    margin-bottom: 0 !important;
    padding-top: 13px;
}
    .footer__blocks-wrapper .footer-block:last-child {
        order: -1;
    }
    .footer-block.grid__item {
        margin-top: 10px !important;
        margin-bottom: 0 !important;
    }
    .footer-block--newsletter {
        margin-top: 25px !important;
    }
  .footer-accordion-trigger {
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    margin-bottom: 0;
    position: relative;
    padding-right: 30px;
  }
   .footer-accordion-trigger::after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    width: 16px;
    height: 16px;
    transform: translateY(-50%);
    background: url("/cdn/shop/files/add.png") center/contain no-repeat;
  }

  .footer-block.active .footer-accordion-trigger::after {
    background: url("/cdn/shop/files/minus-sign_1.png") center/contain no-repeat;
  }

  .footer {
    padding-top: 7px !important;
  }

.footer-accordion-content {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition:
    max-height 0.35s ease,
    opacity 0.25s ease;
}

.footer-block.active .footer-accordion-content {
  opacity: 1;
}
}

/* Collection Banner End */