/** Shopify CDN: Minification failed

Line 634:42 Expected "}" to go with "{"

**/
/* gift card template css start  */
.product-single .primgSlider:has(> .pswipe:first-child:last-child) .pswipe {
  width: 100% !important;
}
@media screen and (max-width: 766px) {
    /* .product-single .primgSlider .slick-list,
    .product-single .primgSlider .slick-track,
    .product-single .primgSlider .slick-track:has(> .slick-slide:first-child:last-child) .slick-slide {
        width: 100% !important;
    } */
  .product-single .primgSlider .slick-list:has(.slick-slide:only-child),
  .product-single .primgSlider .slick-track:has(.slick-slide:only-child),
  .product-single .primgSlider .slick-slide:only-child {
    width: 100% !important;
  }
}
/* gift card template css end  */

@media screen and (max-width: 370px) {
  .hdicon {
    padding: 0 3px;
  }
  .header-logo img {
    max-width: 120px;
  }
  .hdicon .at,
  .icons-col .hdicon.user-menu .at-user-nice {
    font-size: 20px;
  }
}

/* Collection list section CSS start */
.collection-filters__item.tpShort .select__select.sortBy {
    background: transparent;
    color: var(--wdtcl);
    font-size: var(--wdttl);
    position: relative;
    text-transform: uppercase;
    border: 0;
}
select#SortBySt {
    text-align-last: right;
}

.collection-filters__item select {
    padding-right: 20px;
}
#CollectionProductGrid .flTop {
    padding-left: 0;
}

#CollectionProductGrid .flTop .flTtl {
    padding: 0;
}

#CollectionProductGrid .flTop .filterBx {
    margin: 0 30px 0 0;
}

.collection-filters__item.tpShort {
    position: relative;
}

.collection-filters__item.tpShort:before {
    content: "\eb66";
    font: normal normal normal 15px / 1 Adorn-Icons;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(0,-50%);
}

@media screen and (min-width: 1024px) and (max-width:1024px) {
  .collection-filters__item.tpShort {
    display: block;
  }
}


@media (min-width:1025px) and (max-width:1279px){
  .widescreen--one-fifth{
    width:20%
  }
  .widescreen--one-sixth{
    width: 16.66667%;
  }
  .widescreen--one-seventh{
    width: 14.28571%;
  }
}

@media screen and (max-width:1024px){
  #CollectionProductGrid {
    display: flex;
    flex-direction: column;
  }
  #CollectionProductGrid .tlbr {
    order: -1;
  }
  #CollectionProductGrid .btn-filter {
    padding: 0;
    background: transparent;
    color: var(--wdtcl);
    font-size: var(--wdttl);
  }  
  #CollectionProductGrid .btn-filter span {
      display: inline-block !important;
      margin-right: 5px;
  }
  .collection-filters__item.tpShort .select__select.sortBy {
      padding-right: 20px;
  }
  #CollectionFiltersForm.flForm {
        flex-direction: column;
        display: flex;
  }
}
/* Collection list section CSS end */

/*Wishlist icon start */
div#wishlist .button-set{
  display:none;
}
.button-set .btn.wishlist {
    visibility: visible;
    opacity: 1;
}
@media screen and (max-width: 1199px) and (min-width: 1025px) {
    .collection .grid_bx .btn {
        font-size: 12px;
        line-height: 26px;
        height: 25px;
        width: 25px;
    }
    .collection .grid_5 .button-set {
        top: 5px;
        right: 5px;
    }
    .collection .grid_5:hover .button-set {
        top: 5px;
    }
}
@media screen and (max-width: 1024px) {
    .grid_bx .button-set {
        gap: 5px;
    }
}
/*Wishlist icon css over  */

/* YMAL carousel Css start */
.rebuy-widget .rebuy-product-title {
    color: #000;
    font-size: 13px;
    text-transform: capitalize;
    font-weight: 500;
    text-align: center;
    margin-top: 15px;
}
.rebuy-widget .rebuy-product-title:hover {
    color: #777;
}
.grid_bx .rebuy-product-price {
    margin: 0 0 5px;
}
.rebuy-money,
.rebuy-money.sale {
    color: #090a0a !important;
    font-size: 12px;
}
.rebuy-money.compare-at {
    opacity: .6;
    margin-right: 4px;
    font-weight: 400;
}
#custom_product .shopify-app-block .rebuy-widget {
    margin: 0 auto;
    padding-left: var(--site_gutter);
    padding-right: var(--site_gutter);
    max-width: 1300px;
}
#custom_product .shopify-app-block .rebuy-widget .rebuy-product-block {
    padding: 20px 5px;
}
#custom_product .shopify-app-block .rebuy-widget .rebuy-product-grid.large-carousel {
    padding: 0;
}
.rebuy-widget .rebuy-carousel__arrows .rebuy-carousel__arrow svg {
    fill: #222;
}
#custom_product .shopify-app-block .rebuy-widget .rebuy-product-block .rebuy-product-actions .rebuy-button {
    font-size: 14px;
}
#custom_product .shopify-app-block .rebuy-widget .rebuy-product-block .rebuy-product-actions .rebuy-button:hover {
    color: #fff;
    background-color: #777;
}
#custom_product .shopify-app-block .rebuy-widget .rebuy-widget .rebuy-product-block .rebuy-product-media img {
    width: 100%;
}
#custom_product .shopify-app-block .rebuy-select, .rebuy-widget .rebuy-select, select.rebuy-select, .rebuy-widget select.rebuy-select {
    font-size: 14px;
    padding: 10px 15px;

}
@media only screen and (min-width: 1400px) {
    #custom_product .shopify-app-block .rebuy-widget .rebuy-carousel__arrows .rebuy-carousel__arrow--next {
        right: -30px;
    }

    #custom_product .shopify-app-block .rebuy-widget .rebuy-carousel__arrows .rebuy-carousel__arrow--prev {
        left: -30px;
    }
}
@media only screen and (max-width: 1399px) {
    #custom_product .shopify-app-block .rebuy-widget .rebuy-carousel__arrows {
        display: none;
    }
}
/* YMAL carousel Css Over */

/* PDP Redesign  Css start */
.wrap-product-info:has(.swatch-container) .option1 {display: none;}
nav.obc a, nav.obc span {
    font-size: 12px;
}
nav.obc span:not(.symbol) {
    font-weight: 700;
}
#custom_product .bc_wr{
  background-color: white;
}
.rebuy-cart__flyout-recommendations {
    padding-bottom: 40px;
}

.rebuy-widget .rebuy-product-grid.large-columns-1 .rebuy-product-block,
.rebuy-recommended-products .rebuy-product-grid.large-columns-1 .rebuy-product-block {
    padding-left: 10px;
    padding-right: 10px;
}

.rebuy-widget .rebuy-product-grid.large-columns-1 .rebuy-product-block {
    align-items: flex-start;
}

.rebuy-widget .primary-title {
    margin-bottom: 0;
}

.rebuy-widget .rebuy-carousel__pagination {
    bottom: -20px;
}

.rebuy-widget .rebuy-product-grid.large-style-line .rebuy-product-block .rebuy-product-info {
    width: calc(70% - 100px);
}

.rebuy-widget .rebuy-product-price .rebuy-money.sale {
    color: #000000;
    font-weight: 700;
}

.template-product .rebuy-widget .rebuy-product-grid.large-style-line .rebuy-product-block .rebuy-product-actions {
    margin-left: auto;
    margin-top: -50px;
}

.template-product .rebuy-widget .rebuy-product-grid.large-style-line .rebuy-product-block .rebuy-product-actions .rebuy-button:hover {
    background: #777777;
}

.rebuy-widget .rebuy-product-grid.large-carousel {
    padding-right: 25px;
    padding-bottom: 0;
    padding-left: 25px;
}

.rebuy-widget .rebuy-carousel__arrows .splide__arrow {
    background: #eeeeee;
    width: 30px;
    height: 30px;
    outline: none !important;
    transition: .3s;
}

.rebuy-widget .rebuy-carousel__arrows .splide__arrow svg {
    width: 13px;
}

.rebuy-widget .rebuy-carousel__arrows .splide__arrow:hover {
    background: #dddddd;
}

.rebuy-widget .rebuy-product-block {
    padding: 15px;
}

.custom_logo_text {
    color: #000;
    line-height: 1;
}

.wrap-product-info .pr_price_single {
    margin-bottom: 3px;
}

.wrap-product-info .pr_price_single span.discount-badge {
    line-height: normal;
}

.wrap-product-info .pr_price_single span.discount-badge {
    line-height: normal;
}

.wrap-product-info .pr_price_single p.mr15 {
    margin-right: 8px;
}

.custom_payment_icons {
    display: flex;
    align-items: center;
    gap: 5px;
    margin-bottom: 20px;
}

.custom_payment_icons .custom_logo_text {
    font-size: 12px;
}

.custom_payment_icons img {
    object-fit: contain;
}

.rebuy-widget .rebuy-product-grid.large-style-line .rebuy-product-block .rebuy-product-media a,.rebuy-widget .rebuy-product-grid.large-style-line .rebuy-product-block .rebuy-product-media a img {
    width: 100%;
    height: 100%;
}

.rebuy-widget .rebuy-product-grid.large-style-line .rebuy-product-block .rebuy-product-media a img {
    object-fit: cover;
}

.rebuy-widget .rebuy-product-grid.large-style-line .rebuy-product-block .rebuy-product-media {aspect-ratio: 1/1;}

.swatchLbl.color.small {
    width: 25px;
    height: 25px;
}

@media screen and (max-width: 991px) {
    .template-product .rebuy-widget .rebuy-product-grid.large-style-line .rebuy-product-block .rebuy-product-actions {
        margin-top: -29px;
        width: 90px;
    }
    
    .rebuy-widget .rebuy-product-block .rebuy-product-info .rebuy-product-title {
        margin: 0;
    }
    .rebuy-widget .rebuy-product-grid.large-style-line .rebuy-product-block .rebuy-product-info {
        width: calc(70% - 80px);
    }
}

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

    .rebuy-widget,
    .rebuy-recommended-products {
        padding: 5px 0;
    }

    .rebuy-widget .rebuy-carousel__pagination {
        opacity: 0;
    }

    #rebuy-widget-159839 .rebuy-carousel__arrows .splide__arrow,
    .rebuy-widget .rebuy-carousel__arrows .splide__arrow {
        --buy-arrow: 45px;
        width: 40px;
        height: 40px;
        top: auto;
        bottom: 0;
        left: 50%;
        transform: translate(0);
    }

    #rebuy-widget-159839 .rebuy-carousel__arrows .splide__arrow.rebuy-carousel__arrow--prev,
    .rebuy-widget .rebuy-carousel__arrows .splide__arrow.rebuy-carousel__arrow--prev {
        margin-left: calc(var(--buy-arrow)*-1);
    }

    #rebuy-widget-159839 .rebuy-carousel__arrows .splide__arrow.rebuy-carousel__arrow--next,
    .rebuy-widget .rebuy-carousel__arrows .splide__arrow.rebuy-carousel__arrow--next {
        left: auto;
        right: 50%;
        margin-right: calc(var(--buy-arrow)*-1);
    }

    .rebuy-widget .rebuy-product-grid.large-carousel {
        padding-bottom: 40px;
        padding-right: 0;
        padding-left: 0;
    }

    .rebuy-cart__flyout-recommendations .rebuy-widget .rebuy-product-grid.large-carousel {
        padding-bottom: 50px;
    }

    .product-single .pr_photoes {
        left: 50%;
        position: relative;
        transform: translate(-50%, 0);
        width: 100vw;
        padding: 0;
    }

    .wrap-product-info .pr_title {
        font-size: 18px;
        font-weight: 700;
    }

    .product-single .acor-ttl a {
        background-color: var(--atlas-background-content);
        color: #000000;
        border: 0;
        border-bottom: 1px solid #000000;
        padding: 10px 0;
    }

    .product-single .acor-ttl.active a {
        border: 0;
        border-bottom: 1px solid #000000;
    }

    .acor-ttl a .at {
        top: 10px;
        right: 0;
        transition: .3s;
    }

    .product-single .acor-ttl.active a .at {
        transform: rotate(180deg);
    }

    .template-product .below-addcart .tbs_wrp .acor-ttl {
        margin: 0;
    }

    .rebuy-widget .rebuy-product-grid.large-columns-1 .rebuy-product-block {
        align-items: center;
    }
    .smart-cart--enabled .bc_wr.ttn {
        margin-bottom: 0;
    }
    .template-product .rebuy-widget .rebuy-product-grid.large-style-line .rebuy-product-block .rebuy-product-actions {
        margin-top: -42px;
    }
}

@media screen and (max-width: 480px) {
    .rebuy-widget .rebuy-product-grid.large-style-line .rebuy-product-block .rebuy-product-info {
        margin-top: -35px;
    }
}

@media screen and (max-width: 400px) {
    .rebuy-widget .rebuy-product-grid.large-style-line .rebuy-product-block .rebuy-product-info {
        margin-top: -15px;
    }

    .template-product .rebuy-widget .rebuy-product-grid.large-style-line .rebuy-product-block .rebuy-product-actions {
        margin-top: -11px;
    }
}

/* ====== Custom Product CSS Start ====== */
.custom-product-box span {
    display: flex;
    width: 36px;
    height: 36px;
    background: transparent;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
}
.custom-product-box a {
    text-align: center;
}
.custom-product-box {
    display: flex;
    align-items: center;
    flex-direction: column;
}
.custom-product-list {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.custom-product-list .custom-product-box {
    flex: 1 1 21%;
}
.primgGroupSlider .slick-list{
  width: 100% !important;
}
@media screen and (max-width: 1199px) {
 .custom-product-list {
    gap: 15px;
}   
}
@media screen and (max-width: 1023px) {
    .custom-product-list {
        margin-bottom: 20px;
    }

    .custom-product-list .custom-product-box {
        flex: 1 1 32%;
    }
}

/* ====== Custom Product CSS End ====== */
/* ====== Mobile Product Form CSS Start ====== */
@media screen and (max-width: 766px) {
  .custom-product-single .pr_meta {
    position: static;
  }
  
  #scroll_top{
    bottom:155px;
  }
  form.productForm{
    padding-top: 10px;
  }
    /* form.productForm {
    position: relative;
    padding: 10px 15px 0;
    width: 100vw;
    left: 50%;
    transform: translate(-50%, 0);
    background: var(--atlas-background-content);
    transition: .6s;
    z-index: 100;
} */
  .custom-sticky .form-wp {
        position: fixed;
        bottom: 0;
        box-shadow: 0 -5px 20px #00000014;
        width: 100vw;
        left: 50%;
        transform: translate(-50%, 0);
        background: white;
        z-index: 99;
        padding: 10px 15px;
    }

  .form-wp .pr_btn {
    margin: 0;
}
    .productForm .custom_qty{
      display:none;
    }
    .productForm .swatchLbl.color.medium {
        width: 30px;
        height: 30px;
    }
    .productForm .mb20 {
        margin-bottom: 0;
    }
}
/* ====== Mobile Product Form CSS End ====== */
/* ====== Footer CSS Start ====== */
@media screen and (max-width: 766px){
  footer.o_ft {
    padding-bottom: 144px;
  }
}

/* ====== Footer CSS End ====== */
/* PDP Redesign  Css Over */

/* pait it with and you might also like css start */
#rebuy-widget-159845 .rebuy-widget-content .description,
#rebuy-widget-182027 .rebuy-widget-content .description {
    margin: 0;
    padding: 0;
    text-align: center;
    font-size: 18px;
    font-family: var(--ft2);
    font-weight: 500;
    line-height: 1.3;
    letter-spacing: .03em;
    word-wrap: break-word;
    color: #222;
    text-transform: none;
}
/*pait it with and you might also like css end */

/* review title css start */
#custom_product .sec-ttl span {
    font-size: 20px;
    font-weight: 500;
    color: #000;
    margin: 0;
    line-height: 1.3;
    font-family: var(--ft2);
    font-weight: 500;
    line-height: 1.3;
    letter-spacing: .03em;
}
@media screen and (min-width: 767px){
    #custom_product .sec-ttl span {
        font-size: 26px;
    }
/*  review title css end  */

/* your cart sidebar also like css start */
#rebuy-widget-159839 .rebuy-widget-content .description {
    margin: 15px 0 0;
    padding: 0;
    text-align: center;
    font-size: 14px;
    font-family: var(--ft2);
    font-weight: 600;
    line-height: 1.3;
    letter-spacing: .03em;
    word-wrap: break-word;
    color: #222;
    text-transform: none;
}
/* your cart sidebar also like css end  */