.show-view-all--button{margin-top:30px}@media screen and (min-width:768px){.show-view-all--button{margin-top:50px}}


.featured-products-wrapper .section-title--wrapper {
    margin-bottom: 30px;
    /* text-align: left; */
    align-items: flex-start;
}

.featured-products-wrapper .collection-dropdown .collection-dropdown__header {
    text-align: left;
    padding-bottom: 20px;
}

/* .featured-products-wrapper .collection-dropdown .collection-dropdown__header select.collection-dropdown__select {
    border: 1px solid #532404;
    background-color: #fff;
    border-radius: 8px;
    color: #532404;
    font-size: 15px;
    min-height: 52px;
  background-image: url(/cdn/shop/files/select-drop-down-icon.svg);
    background-repeat: no-repeat;
    background-size: 18px 10px !important;
    background-position: 94% 50%;
} */

.featured-products-wrapper .collection-dropdown .collection-dropdown__header select.collection-dropdown__select {
    border: 1px solid #b75737;
    background-color: #b75737;
    border-radius: 8px;
    color: #fff;
    font-size: 15px;
    min-height: 52px;
    background-image: url('/cdn/shop/files/white-arrow-slct.png');
    background-repeat: no-repeat;
    background-size: 18px 10px !important;
    background-position: 94% 50%;
}

.featured-products-wrapper .collection-dropdown .collection-dropdown__header select.collection-dropdown__select option {
    background: #fff;
    color: #000;
}

.product-grid--wrapper .grid-view-item-image .sale-badge.badge.left {
    left: 0;
}

.product-grid--wrapper .grid-view-item-image .sale-badge.badge.left {
    left: 0;
    background-image: url('/cdn/shop/files/super-saver-bg.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-color: inherit !important;
    /* background-size: 134px 38px; */
    min-width: 128px;
    min-height: 34px;
    font-size: 15px;
    text-transform: inherit;
    font-weight: 400;
    font-family: "Be Vietnam Pro", sans-serif;
    padding-right: 25px;
    line-height: 22px;
  text-align: center;
}

.product-grid--wrapper .grid-view-item-image .sale-badge.badge.right {
    left: auto;
    right: 10px;
    top: 0;
    background: #DA3F3F;
    font-size: 14px;
    font-weight: 500;
    width: 42px;
    line-height: 1.3;
    text-align: center;
    padding: 13px 0px 15px 0px;
    text-align: center;
    background: url('/cdn/shop/files/off-badge-bg.png?v=1744029192');
    background-repeat: no-repeat;
    background-size: contain;
    min-height: 69px;
}

/* .product-grid--wrapper .grid-view-item-image .sale-badge.badge.right:after {
    content: "";
    width: 0;
    height: 0;
    border-left: 22px solid transparent;
    border-right: 22px solid transparent;
    border-bottom: 9px solid #fff;
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
} */


.product-grid--wrapper product-card.grid-view-item {
    background: #fff;
    border-radius: 16px;
    border: 1px solid #EAEAEA;
    text-align: left;
    padding: 0 15px;
}

.product-grid--wrapper product-card.grid-view-item .grid-view-item-image {
    margin-left: -15px;
    margin-right: -15px;
    border-radius: 15px 15px 0 0;
}


.product-grid--wrapper product-card.grid-view-item .product-grid--title {
    text-align: left;
    border-top: 1px solid #eaeaea;
    padding-top: 5px;
}

.product-grid--wrapper product-card.grid-view-item .product-grid--title a {
    font-size: 26px;
    color: #010101 !important;
    font-weight: 400 !important;
}

.product-grid--wrapper product-card.grid-view-item .product-grid--title a:hover {
    color: #532404 !important;
}

.product-grid--wrapper product-card.grid-view-item .product-grid--price {
    text-align: left;
    display: inline-block;
    width: calc(100% - 80px);
    padding-right: 10px;
    box-sizing: border-box;
  padding-bottom: 0;
}

.product-grid--wrapper product-card.grid-view-item .product-grid--rating {
    display: inline-block;
    width: 75px;
    box-sizing: border-box;
}

.product-grid--wrapper product-card.grid-view-item .product-grid--rating .reviews-star-rating {
    background: #FCF8F7;
    padding: 8px 10px;
    border-radius: 30px;
    gap: 5px;
    width: 100%;
}

.product-grid--wrapper product-card.grid-view-item .product-grid--rating .reviews-star-rating .reviews-star-rating__value-reviews {
    font-size: 15px;
    color: #532404;
    font-weight: 500;
    line-height: 1;
}

.product-grid--wrapper product-card.grid-view-item .quick-add-wrapper {
    margin-left: -15px;
    margin-right: -15px;
}

.product-grid--wrapper product-card.grid-view-item .quick-add-wrapper button.btn {
    background: #b75737;
    font-size: 18px;
    border-radius: 0 0 15px 15px;
    transition: all.5s ease-in-out;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    line-height: 24px;
    padding: 12px 15px;
  color:#fff;
}
.product-grid--wrapper product-card.grid-view-item .quick-add-wrapper button.btn svg {
    position: relative;
    top: -2px;
}

.product-grid--wrapper product-card.grid-view-item .quick-add-wrapper button.btn svg path {
    fill: currentColor;
}

.product-grid--wrapper product-card.grid-view-item .quick-add-wrapper button.btn:hover {
    background: #532404;
  border-color:#532404;
   color:#fff;
}
.product-grid--wrapper product-card.grid-view-item .quick-add-wrapper button.btn:hover svg path {
    fill: currentColor;
}

.collection-dropdown .show-view-all--button a.btn {
    min-width: 320px;
    border-radius: 15px;
    font-size: 16px;
   padding:12px 15px;
}

.collection-dropdown .show-view-all--button a.btn:hover {
     background: #532404;
  border-color:#532404;
   color:#fff;
}

.product-grid--wrapper product-card.grid-view-item .swatch-items-wrapper {
    position: relative;
    /* background: #FCF8F7; */
    margin-top: 16px;
}



/* .product-grid--wrapper product-card.grid-view-item .swatch-items-wrapper label {
    position: absolute;
    top: -10px;
    left: 15px;
    font-family: 'Be Vietnam Pro';
    background: #FCF8F7;
    display: inline-block;
    font-size: 13px;
    padding-left: 2px;
    padding-right: 2px;
    font-weight: 400;
    color: #532404;
    text-transform: capitalize;
} */


.product-grid--wrapper product-card.grid-view-item .swatch-items-wrapper label {
    position: absolute;
    top: -10px;
    left: 15px;
    font-family: 'Be Vietnam Pro';
    background: #FCF8F7;
    display: inline-block;
    font-size: 13px;
    padding-left: 5px;
    padding-right: 5px;
    font-weight: 400;
    color: #532404;
    text-transform: capitalize;
    line-height: 1.3;
}

/* .product-grid--wrapper product-card.grid-view-item .swatch-items-wrapper select.variant-dropdown {
    background: #FCF8F7;
    width: 100%;
    border-radius: 8px;
    border: 1px solid #532404;
    color: #532404;
    font-size: 15px;
    padding-left: 15px;
    padding-top: 13px;
    background-image: url('/cdn/shop/files/select-drop-down-icon.svg');
    background-repeat: no-repeat;
    background-size: 18px 10px;
    background-position: 95% 53%;
} */


.product-grid--wrapper product-card.grid-view-item .swatch-items-wrapper select.variant-dropdown {
    background: #532404;
    width: 100%;
    border-radius: 8px;
    border: 1px solid #532404;
    color: #fff;
    font-size: 14px;
    padding-left: 15px;
    padding-top: 13px;
   background-image: url(/cdn/shop/files/white-arrow-slct.png);
    background-repeat: no-repeat;
    background-size: 18px 10px;
    background-position: 95% 53%;
}

.product-grid--wrapper product-card.grid-view-item .swatch-items-wrapper select.variant-dropdown option{color:#000;background:#fff;}

.product-grid--wrapper product-card.grid-view-item .info--bottom {
    padding-top: 15px;
    border-top: 1px solid #EAEAEA;
    margin-top: 20px;
}

.product-grid--wrapper product-card.grid-view-item .info--bottom .row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.product-grid--wrapper product-card.grid-view-item .info--bottom .row .tasting_notes {
    width: 100%;
    color: #292929;
    font-style: italic;
    font-size: 15px;
    font-weight: 400;
}

.product-grid--wrapper product-card.grid-view-item .info--bottom .row .large--one-half.origin_of_tea {
    width: auto;
    flex: 0 0 auto;
    color: #532404;
    /* font-family: "Cormorant Upright", serif; */
    background: #FCF8F7;
    font-size: 15px;
    padding: 5px 15px;
    border-radius: 30px;
    font-weight: 500;
}

.product-grid--wrapper product-card.grid-view-item .info--bottom .row .large--one-half.preparation_style {
    flex: 1;
    padding-right: 10px;
    font-family: "Cormorant Upright", serif;
    font-size: 24px;
    color: #010101;
    font-weight: 600;
}

.product-grid--wrapper product-card.grid-view-item .info--bottom .row .large--one-half {
    margin-bottom: 8px;
}

.product-grid--wrapper product-card.grid-view-item .product-grid--price .product-price--sale {
    font-family: "Be Vietnam Pro", sans-serif;
    color: #ACACAC;
  display: flex;
    align-items: center;
    gap: 4px;
}

.product-grid--wrapper product-card.grid-view-item .product-grid--price .product-price--sale .money.price--sale-price {
    color: #532404;
    font-weight: 700;
    font-size: 24px;
}

.product-grid--wrapper product-card.grid-view-item .product-grid--price .product-price--sale span.money.price-line-through {
    color: #ACACAC;
    opacity: 1;
    font-weight: 400;
    font-size: 16px;
    border-right: 1.5px solid #ACACAC;
    line-height: 1.2;
    padding-right: 6px;
    margin-right: 2px;
}

.featured-products-wrapper .swiper-btn--wrapper {
    opacity: 1 !important;
}

.featured-products-wrapper .swiper-btn--wrapper .swiper-button--prev.btn {
    position: absolute;
    top: 50%;
    left: -65px;
    transform: inherit !important;
}

.featured-products-wrapper .swiper-btn--wrapper .swiper-button--next.btn {
    right: -65px;
    position: absolute;
    top: 50%;
    transform: inherit !important;
}

.featured-products-wrapper .swiper-btn--wrapper .btn {
    width: 48px;
    height: 48px;
    border-radius: 30px;
    border: 1px solid #B75737 !important;
    padding: 0;
    background: none !important;
}

.featured-products-wrapper .swiper-btn--wrapper .btn:hover, .featured-products-wrapper .swiper-btn--wrapper .btn:focus {
    background: #B75737 !important;
}

.featured-products-wrapper .swiper-btn--wrapper .btn svg {
    width: 28px !important;
    height: 28px !important;
    /* fill: #B75737 !important; */
}

.featured-products-wrapper .swiper-btn--wrapper .btn svg path {
    stroke-width: 2px;
    stroke: #B75737;
}

.featured-products-wrapper .swiper-btn--wrapper .btn:hover svg path, .featured-products-wrapper .swiper-btn--wrapper .btn:focus svg path {
    stroke: #fff;
}

.collection-dropdown__content .collection-dropdown-pane product-card .grid-view-item-image a.grid__image {
    width: 100%;
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
}

.product-grid--wrapper product-card.grid-view-item .product-grid--rating svg path {
    fill: rgb(255, 193, 7);
    stroke: rgb(255, 193, 7);
}

.featured-products-wrapper .wrapper-spacing--v:not(.flavours) .product-grid--wrapper product-card.grid-view-item .grid-view-item-image a.grid__image {
    max-width: 80%;
}

.product-grid--wrapper product-card.grid-view-item .quick-add-wrapper a.btn.btn--secondary.sold-out-button {
    line-height: 24px;
    padding: 12px 15px;
    border-radius: 0 0 15px 15px;
    background: #b75737;
    color: #fff;
}

.product-grid--wrapper product-card.grid-view-item .quick-add-wrapper button.btn {
    max-height: 50px;
}

.product-grid--wrapper product-card.grid-view-item .quick-add-wrapper button.btn svg {
    margin-right: 0 !important;
}

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

.featured-products-wrapper .wrapper-spacing--v:not(.flavours) .product-grid--wrapper product-card.grid-view-item .grid-view-item-image a.grid__image {
    max-width: 70%;
}

.template-product .homepage-indiv-section-wrapper grid-slider.swiper {
    overflow: visible;
}

.collection-dropdown__content .collection-dropdown-pane product-card .grid-view-item-image a.grid__image {
    max-width: 70%;
}

  .featured-products-wrapper .collection-dropdown [data-grid-slider-wrapper] .swiper-scrollbar {
    background: #FCF8F7;
    border: 1px solid #B75737;
    height: 10px;
    left: 0;
    right: 0;
    width: 100%;
    top: 10px;
}

.featured-products-wrapper .collection-dropdown [data-grid-slider-wrapper] .swiper-scrollbar-drag {
    background: #B75737;
}

.featured-products-wrapper .collection-dropdown .collection-dropdown__content .swiper-btn--wrapper {
    display: none;
}

  .featured-products-wrapper{
    overflow:hidden;
  }

.featured-products-wrapper .collection-dropdown grid-slider.swiper {
    overflow: visible;
}
  
}


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

.product-grid--wrapper product-card.grid-view-item .quick-add-wrapper a.btn.btn--secondary.sold-out-button {
     font-size: 16px;
}

.product-grid--wrapper product-card.grid-view-item .product-grid--title a {
    font-size: 22px;
    line-height: 1.1;
    padding-top: 5px;
}

.product-grid--wrapper product-card.grid-view-item .product-grid--price .product-price--sale .money.price--sale-price {
    font-size: 19px;
}

.product-grid--wrapper product-card.grid-view-item .product-grid--price .product-price--sale span.money.price-line-through {
    font-size: 14px;
}

.product-grid--wrapper .grid-view-item-image .sale-badge.badge.left {
    min-width: 108px;
    min-height: 25px;
    font-size: 13px;
    line-height: 19px;
}

.product-grid--wrapper .grid-view-item-image .sale-badge.badge.right {
    font-size: 12px;
    width: 37px;
    min-height: 59px;
}

.product-grid--wrapper product-card.grid-view-item .product-grid--rating .reviews-star-rating .reviews-star-rating__value-reviews {
    font-size: 13px;
}

.product-grid--wrapper product-card.grid-view-item .product-grid--rating .reviews-star-rating {
    padding: 6px 8px;
  gap:3px;
}

.product-grid--wrapper product-card.grid-view-item .product-grid--rating {
    width: 65px;
    padding-bottom: 0 !important;
}
.product-grid--wrapper product-card.grid-view-item .product-grid--price {
    width: calc(100% - 70px);
}

.product-grid--wrapper product-card.grid-view-item .info--bottom .row .large--one-half.preparation_style {
    padding-right: 5px;
    font-size: 20px;
}

.product-grid--wrapper product-card.grid-view-item .info--bottom .row .large--one-half.origin_of_tea {
    font-size: 13px;
    padding: 5px 10px;
}

.product-grid--wrapper product-card.grid-view-item .info--bottom .row .tasting_notes {
    font-size: 13px;
    font-weight: 400;
}

.product-grid--wrapper product-card.grid-view-item .quick-add-wrapper button.btn {
    font-size: 16px;
}

.product-grid--wrapper product-card.grid-view-item .info--bottom {
    padding-top: 10px;
    margin-top: 13px;
}
  
}

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

.product-grid--wrapper product-card.grid-view-item .product-grid--price .product-price--sale .money.price--sale-price {
    font-size: 17px;
}

.product-grid--wrapper product-card.grid-view-item .quick-add-wrapper button.btn {
    font-size: 16px;
}

.product-grid--wrapper product-card.grid-view-item .info--bottom .row .large--one-half.preparation_style {
    font-size: 18px;
}
  
}

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

 .product-grid--wrapper product-card.grid-view-item .product-grid--price {
    width: 100%;
    padding-bottom: 5px;
    padding-right: 0;
}
.product-grid--wrapper product-card.grid-view-item {
    padding: 0 10px;
}
.product-grid--wrapper product-card.grid-view-item .quick-add-wrapper {
    margin-left: -10px;
    margin-right: -10px;
}

.product-grid--wrapper product-card.grid-view-item .grid-view-item-image {
    margin-left: -10px;
    margin-right: -10px;
}

.product-grid--wrapper product-card.grid-view-item .info--bottom .row .large--one-half.preparation_style {
    font-size: 18px;
}
.product-grid--wrapper product-card.grid-view-item .info--bottom .row .large--one-half.origin_of_tea {
    font-size: 12px;
}

.product-grid--wrapper product-card.grid-view-item .swatch-items-wrapper select.variant-dropdown {
    font-size: 14px;
    background-position: 90% 53%;
}
  
}

@media only screen and (max-width: 1199px) and (min-width: 768px) {
    .product-grid--wrapper product-card.grid-view-item .info--bottom .row .large--one-half.preparation_style {
        font-size: 15px;
    }

.product-grid--wrapper product-card.grid-view-item .info--bottom .row .large--one-half.origin_of_tea {
    font-size: 11px;
}
}

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

.featured-products-wrapper .section-title--wrapper {
    margin-bottom: 10px;
}

.featured-products-wrapper .collection-dropdown .collection-dropdown__header {
    padding-bottom: 10px;
}

.featured-products-wrapper .collection-dropdown .collection-dropdown__header select.collection-dropdown__select {
    background-position: 90% 50%;
    min-width: 190px !important;
  min-height: 48px;
}

.collection-dropdown__content .homepage-indiv-section-wrapper grid-slider.swiper {
    overflow: visible;
}

.featured-products-wrapper {
    overflow: hidden;
}

.product-grid--wrapper product-card.grid-view-item .product-grid--title a {
    font-size: 20px;
    padding-top: 5px;
}

.product-grid--wrapper product-card.grid-view-item {
    padding: 0 12px;
}

.product-grid--wrapper product-card.grid-view-item .grid-view-item-image {
    margin-left: -12px;
    margin-right: -12px;
}

.product-grid--wrapper product-card.grid-view-item .swatch-items-wrapper select.variant-dropdown {
    font-size: 12px;
    background-size: 14px 8px;
    background-position: 93% 53%;
    padding: 10px 10px 8px 10px;
}

  
.product-grid--wrapper product-card.grid-view-item .info--bottom {
    padding-top: 10px;
    margin-top: 10px;
}
  .product-grid--wrapper product-card.grid-view-item .info--bottom .row .large--one-half.preparation_style {
    font-size: 18px;
}
.product-grid--wrapper product-card.grid-view-item .info--bottom .row .large--one-half.origin_of_tea {
    font-size: 13px;
    padding: 5px 10px;
}
.product-grid--wrapper product-card.grid-view-item .info--bottom .row .tasting_notes {
    font-size: 13px;
}

.product-grid--wrapper product-card.grid-view-item .quick-add-wrapper {
    margin-left: -12px;
    margin-right: -12px;
}

.product-grid--wrapper product-card.grid-view-item .product-grid--rating {
    vertical-align: middle;
}

.product-grid--wrapper product-card.grid-view-item .product-grid--price {
    padding-right: 5px;
}

.featured-products-wrapper .section-title--wrapper {
    text-align: left;
}

.collection-dropdown .show-view-all--button a.btn {
    min-width: 220px;
    border-radius: 12px;
}

.collection-dropdown .collection-dropdown__content {
    margin-right: -10px;
}

.featured-products-wrapper .wrapper-spacing--v.wrapper-spacing--h {
    padding-top: 30px;
    padding-bottom: 20px;
}

.collection-dropdown .collection-dropdown__content .swiper-scrollbar {
    display: none !important;
}

.featured-products-wrapper .collection-dropdown .collection-dropdown__header {
        padding-bottom: 2px;
    }

  .product-grid--wrapper product-card.grid-view-item .quick-add-wrapper a.btn.btn--secondary.sold-out-button {
     font-size: 16px;
}

.template-collection.product-grid--wrapper product-card.grid-view-item .quick-add-wrapper a.btn.btn--secondary.sold-out-button {
     font-size: 13px;
     padding: 4px 11px;
    border-radius: 0 0 6px 6px;
}
  
}

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

.product-grid--wrapper product-card.grid-view-item .product-grid--price .product-price--sale .money.price--sale-price {
    font-size: 14px;
}

.product-grid--wrapper product-card.grid-view-item .product-grid--price .product-price--sale span.money.price-line-through {
    font-size: 13px;
}
  
}


/*----custom-swatch-style---*/

 .product-grid--wrapper product-card.grid-view-item .swatch_info {
    position: relative;
    margin-top: 16px;
}
.product-grid--wrapper product-card.grid-view-item .swatch_info label {
    position: absolute;
    top: -10px;
    left: 15px;
    font-family: 'Be Vietnam Pro';
    background: #FCF8F7;
    display: inline-block;
    font-size: 13px;
    padding-left: 5px;
    padding-right: 5px;
    font-weight: 400;
    color: #532404;
    text-transform: capitalize;
    line-height: 1.3;
}

.product-grid--wrapper product-card.grid-view-item .swatch_info span {
   display: block;
    background: #532404;
    width: 100%;
    border-radius: 8px;
    color: #fff;
    font-size: 14px;
    border: none;
    padding: 13px 15px 10px 15px;
    border: 1px solid #532404;
}

@media only screen and (max-width: 767px) {
 .product-grid--wrapper product-card.grid-view-item .swatch_info span {
    font-size: 12px;
    padding: 7px 10px 7px 10px;
    border-radius: 6px;
    line-height: 1.6;
    min-height: 39px;
    display: flex;
    align-items: center;
}


.product-grid--wrapper product-card.grid-view-item .swatch_info label {
    top: -9px;
    left: 10px;
    font-size: 11px;
}

.product-grid--wrapper product-card.grid-view-item .swatch-items-wrapper label {
    top: -9px;
    left: 10px;
    font-size: 11px;
}

.product-grid--wrapper product-card.grid-view-item .info--bottom .row .large--one-half.origin_of_tea {
    font-size: 12px;
}

.product-grid--wrapper product-card.grid-view-item .info--bottom .row .large--one-half.preparation_style {
    font-size: 16px;
}

.featured-products-wrapper .collection-dropdown .collection-dropdown__header select.collection-dropdown__select {
    min-height: 43px;
    padding-top: 8px;
    padding-bottom: 8px;
}
  
}

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

.product-grid--wrapper product-card.grid-view-item .swatch-items-wrapper select.variant-dropdown {
    font-size: 11px;
    background-position: 96% 53%;
    padding: 10px 10px 10px 10px;
   /* min-height: 40px; */
    border-radius: 6px;
}

.product-grid--wrapper product-card.grid-view-item .swatch_info span {
    font-size: 11px;
    padding: 10px 10px 10px 10px;
}

.product-grid--wrapper product-card.grid-view-item .info--bottom .row .large--one-half.origin_of_tea {
    padding: 5px 8px;
}

.product-grid--wrapper product-card.grid-view-item .info--bottom .row .large--one-half.preparation_style {
    padding-right: 2px;
}

}

/*----variant-text-removed----*/

.product-grid--wrapper product-card.grid-view-item .swatch-items-wrapper label {
    display: none;
}

.product-grid--wrapper product-card.grid-view-item .swatch_info label {
    display: none;
}


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

.product-grid--wrapper product-card.grid-view-item .swatch_info span, 
  .product-grid--wrapper product-card.grid-view-item .swatch_info span{
    padding-top: 12px;padding-bottom: 12px;
}

}