


/* Styles for "t-name_xs" elements within "js-store-parts-switcher" */
@media screen and (max-width: 960px) {
  div.js-store-parts-switcher.t-name_xs {
    font-weight: 500 !important;
    font-size: 12px !important;
    margin-left: 11px !important;
    margin-right: 10px !important;
    position: relative;
    border: 1px solid #e6e6e5;
    border-radius: 20px;
    padding: 2px 6px;
  }
}


.t-prefix_3 {
    padding-left: 150px;
}



/* Hides image for t-search-widget */
.t-search-widget__result_product-img {
    width: 0 !important;
    height: 00 !important;
    background-position: center;
    background-size: cover;
    border: 0px solid #c4c4c4;
}



/* Product Image Div */
.t1002__product-imgdiv {
    width: 0px;
    height: 0px;
    background-size: cover;
    border-radius: 7px;
    background-color: #eee;
    background-position: center;
    border: 1px solid rgba(0,0,0,.1);
}

/* t1002__product-thumb */
t1002__product-thumb {
    width: 0;
    height: unset;
    padding-right: 0;
}


/* Styles for the 2-column layout for icons on mobile */
@media screen and (max-width: 960px) {
  #rec593519083 .t844__container {
    text-align: center;
  }
  #rec593519083 .t844__col {
    width: 30%;
    display: inline-block;
    box-sizing: border-box;
    padding: 10px;
    text-align: center;
    vertical-align: top;
  }
}




/* Rule 1: Hide the product image, remove padding, and set background color to transparent */
.t-slds__bgimg.t-bgimg.js-product-img.loaded {
    display: none !important;
    padding-bottom: 0% !important;
    background-color: transparent !important;
}

/* Rule 2: Hide the product slider wrapper */
.t-slds__items-wrapper.t-slds_animated-none.t-slds__nocycle {
    display: none;
}

/* Rule 3: Set the position and appearance of the Add button in both the picture wrapper and card image wrapper */
.t1002__picture-wrapper .t1002__addBtn, .t-store__card__imgwrapper .t1002__addBtn {
    position: absolute;
    right: 15px;
    top: 35px;
    z-index: 9;
    border-color: transparent;
    border-width: unset;
    background: #fff;
    border-radius: 100%;
}

/* Rule 4: Alter the position of the Add button on mobile devices */
@media screen and (max-width: 480px) {
    .t1002__picture-wrapper .t1002__addBtn, .t-store__card__imgwrapper .t1002__addBtn {
        right: 10px;  /* adjust this value as needed for mobile */
        top: 10px;   /* adjust this value as needed for mobile */
    }
}

/* Additional styles */
.t1002__picture-wrapper .t-store__card__mark-wrapper {
    top: -21px;
    left: 10px;
}



/* Removes bottom padding from image wrapper in 4-3 grid in the store */
.t-store__grid-cont_col-width_stretch .t-store__card__imgwrapper_4-3 {
    padding-bottom: 0%;
}

/* Hides price filter options for ascending and descending in the store */
.t-store__filter__custom-sel[data-filter-value="price:asc"],
.t-store__filter__custom-sel[data-filter-value="price:desc"] {
    display: none;
}

/* Empty style rule, this could be an error or placeholder */
element.style {
}

/* Styles for menu links within the specific component with id #rec590165510 */
#rec590165510 .t-menu__link-item {
}

/* Styles for switch buttons within the specific component with id #rec590165510 */
#rec590165510 .t-store__parts-switch-btn {
    font-weight: 300;
    margin-left: 0px;
    margin-right: 22px;
}

/* Changes color and opacity for the active state of the store part switch button */
.t-store__parts-switch-btn.t-active {
    opacity: 1;
    color: #6B63FF;
}

/* Sets display properties for the store part switch button */
.t-store__parts-switch-btn {
    display: inline-block !important;
    margin-left: 15px !important;
    margin-right: 15px !important;
    margin-bottom: 10px !important;
    cursor: pointer !important;
    position: relative !important;
}

/* Specific styles for switch wrapper and small-sized name text for screens with max-width of 960px */
@media screen and (max-width: 960px) {
  .t-store__parts-switch-wrapper.t-align_center {
    /* Styles for the desired wrapper */
  }
  


  /* Resets styles for the small-sized name text within specific product cards */
  .js-product.t-store__card.t-store__stretch-col.t-store__stretch-col_25.t-align_left.t-item .t-name_xs {
    font-weight: 700 !important;
    font-size: 30px !important;
    margin-left: inherit !important;
    margin-right: inherit !important;
    position: inherit !important;
    border: none !important;
    border-radius: none !important;
    padding: none;
  }
}





/* Checkbox Styles */
.t-checkbox__indicator {
    /* Label: Checkbox Indicator */
    position: relative !important;
    display: inline-block !important;
    vertical-align: middle !important;
    height: 15px !important;
    width: 15px !important;
    border: 2px solid #665ef1 !important;
    box-sizing: border-box !important;
    margin-right: 10px !important;
    -webkit-transition: all .2s !important;
    transition: all .2s !important;
    opacity: 1 !important;
}

/* Description Styles */
.t-descr_xxs {
    /* Label: Description */
    font-size: 14px;
    line-height: 1.55;
}

/* Wishlist Icon Styles */
.t1002__wishlisticon_sm .t1002__wishlisticon-img {
    /* Label: Wishlist Icon Image */
    width: 23px;
    height: 20px;
    padding: 12px 9px;
}

.t1002__wishlisticon_sm .t1002__wishlisticon-imgwrap {
    /* Label: Wishlist Icon Image Wrap */
    width: 40px;
    height: 40px;
}

.t1002__wishlisticon_sm .t1002__wishlisticon-counter {
    /* Label: Wishlist Icon Counter */
    right: 9px;
    bottom: -16px;
    width: 21px;
    height: 21px;
    line-height: 21px;
    font-size: 12px;
}



/* Controls the styling of the tags in post popups */
.t-feed__post-popup__tag span {
  margin-right: 15px !important;
  font-size: 10px !important;
  text-transform: uppercase !important;
  color: rgba(0, 0, 0, 0.5) !important;
}

/* Controls the styling of the uppercase titles */
.t-uptitle {
  font-family: 'TildaSans', Arial, sans-serif;
  font-weight: 700;
  color: #000000 !important;
  letter-spacing: 0.2px !important;
  font-size: 10px !important;
}

/* Controls the styling of post wrappers in the slider grid */
.t-feed__slider-grid__post-wrapper {
  border: 1px solid #d1d3d4 !important;
}

/* Controls the styling of column grid wrappers */
.t-feed__col-grid__wrapper {
  border: none;
  border-radius: inherit;
}

/* Controls the styling of items in post popups relevants */
.t-feed__post-popup__relevants-item {
  border: 1px solid #d1d3d4 !important;
  border-radius: 30px !important;
  margin-top: 20px !important;
  margin-right: 0px !important;
  margin-bottom: 20px !important;
  margin-left: 0px !important;
  padding-top: 20px !important;
  padding-right: 20px !important;
  padding-bottom: 20px !important;
  padding-left: 20px !important;
}

/* Controls the styling of the text wrapper in store cards */
.t-store__card__textwrapper {
  border: 1px solid #d1d3d4;
  border-radius: 30px;
  margin-top: 20px !important;
  margin-right: 0px !important;
  margin-bottom: 20px !important;
  margin-left: 0px !important;
  padding-top: 20px !important;
  padding-right: 20px !important;
  padding-bottom: 20px !important;
  padding-left: 20px !important;
  background-color: #efefef; 
}


  /* Remove Price Filters Option */
  select.t-store__sort-select option[data-filter-value="price:asc"],
  select.t-store__sort-select option[data-filter-value="price:desc"] {
    display: none;
  }


/* Up Title Styles */
.t-uptitle {
    /* Label: Up Title */
    font-family: 'TildaSans', Arial, sans-serif;
    font-weight: 700;
    color: #000000 !important;
    letter-spacing: 0.2px !important;
    font-size: 28px !important;
}

/* Link Styles */
#allrecords a,
#allrecords button,
.t-records a {
    /* Label: Links */
    color: #ff8562;
    text-decoration: none;
    outline: none;
}

/* Add Button Styles */
.t1002__addBtn {
    /* Label: Add Button */
    position: absolute;
    top: 200px;
    left: inherit;
    transform: translateX(0%);
    width: 45px;
    height: 45px;
    padding-top: 2px;
    border: 1px solid #e4e4e4;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin-left: 5px;
    border-radius: 30px;
    box-sizing: border-box;
    flex-shrink: 0;
    vertical-align: middle;
    z-index: 1;
}

/* Global Reset Styles */
div, span, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, code, img, b, u, i, center, table, tr, th, td, video {
    /* Label: Global Reset */
    margin: 0;
    padding: 0;
    border: 0;
}

/* Webkit Link Styles */
a:-webkit-any-link {
    /* Label: Webkit Link */
    color: -webkit-link;
    cursor: pointer;
    text-decoration: underline;
}

/* Text Alignment Styles */
.t-align_left {
    /* Label: Text Alignment */
    text-align: left;
}

/* All Records Styles */
#allrecords {
    /* Label: All Records */
    -webkit-font-smoothing: antialiased;
    background-color: none
    
    

/* Box Sizing Styles */

*,
*:before,
*:after {
-webkit-box-sizing: content-box;
-moz-box-sizing: content-box;
box-sizing: content-box;
}

/* Product Popup Name Styles */

.t-store__prod-popup__name {
position: relative;
z-index: 2;
}

